.main{
	background:#F9FAFB;
}
section {
	padding: 55px 0;
}

.btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
	height: 60px;
	background: #165DFF;
	border-radius: 10px;
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.28);
}

.btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
	height: 52px;
	line-height: 52px;
	border-radius: 8px;
	border: 1px solid #0E9BF3;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0E9BF3;
}

.btn-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 32px;
	height: 60px;
	background: #fff;
	border-radius: 10px;
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	box-shadow: 0px 0px 8px 0px rgba(21, 90, 249, 0.2);
}

.link-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #165DFF;
}
.hero-section {
	padding: 95px 0 100px;
	background:url(../icon/hero-bg.png) no-repeat center top 0;
	background-size: cover;
}

.hero-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 200px;
}

.hero-copy {
	flex: 1;
}

.hero-tag {
	display: inline-flex;
	gap: 12px;
	padding: 6px 12px;
	background: #D7E3FB;
	border-radius: 999px;
	box-shadow: 0px 10px 25px rgba(22, 93, 255, 0.08);
	margin-bottom: 13px;
}

.hero-tag span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #165DFF;
}

.hero-copy h1 {
	font-size: 55px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 1.5;
	color: #0B1C4A;
	margin-bottom: 24px;
}

.hero-copy h1 span {
	color: #165DFF;
}

.hero-copy p {
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: normal;
	color: #86909C;
	margin-bottom: 25px;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 36px;
}

.hero-meta {
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #4F5A6E;
}

.avatar-group {
	display: flex;
	align-items: center;
}

.avatar-group img {
	width: 61px;
	height: 61px;
	border-radius: 50%;
	border: 3px solid #FFFFFF;
	background:#f7f7f7;
	margin-left: -12px;
	box-sizing: border-box;
}

.avatar-group img:first-child {
	margin-left: 0;
}
.hero-meta .avatar-group-text{
	font-family: Source Han Sans;
	font-weight: 400;
	font-size: 20px;
	color: #86909C
}
.hero-meta .avatar-group-text span{
	font-weight: 700;
	color: #000000;
}
.hero-visual {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.hero-card {
	position: relative;
	width: 720px;
	background: #FFFFFF;
	border-radius: 20px;
	box-shadow: 4px 4px 18px 0px rgba(0, 0, 0, 0.18);
}

.hero-card img {
	display: block;
	width: 100%;
	border-radius: 20px;
}

.hero-badge {
	position: absolute;
	right: 36px;
	top: 36px;
	padding: 8px 14px;
	background: rgba(14, 155, 243, 0.12);
	color: #0E9BF3;
	border-radius: 999px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
}


.feature-section h2,
.project-section h2,
.talent-section h2,
.job-section h2 {
	font-family: Source Han Sans;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 25px;
}

.section-subtitle {
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	color: #86909C;
	text-align: center;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	margin-top: 100px;
}

.feature-item {
	padding: 28px 22px;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.feature-item:hover {
	transform: translateY(-6px);
	box-shadow: 0px 24px 50px rgba(10, 41, 86, 0.12);
}
.feature-item img{
	width:60px;
	height:60px;
	margin-bottom: 10px;
}
.feature-item h3 {
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}

.feature-item p {
	font-family: Source Han Sans;
	font-size: 15px;
	font-weight: normal;
	color: #86909C;
}

/* 探索热门项目 */
.project-section h2,.job-section h2{
	text-align: left;
	margin-bottom:10px;
}
.project-section .section-subtitle,.job-section .section-subtitle{
	text-align: left;
}
.section-header {
	position: relative;
	margin-bottom: 40px;
}
.section-link {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #3D3D3D;
	display: inline-flex;
	align-items: center;
	gap: 4px;

}

.section-link::after {
	content: '';
	display: inline-block;
	width:13px;
	height:10px;
	background:url(../icon/jiantou.png) no-repeat center center;
	background-size: 100% 100%;
}

.project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	min-width: 0;
}

.project-card {
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.11);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.project-thumb {
	position: relative;
	height: 230px;
}

.project-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-tag {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding:21px 15px;
}
.project-tag .project-tag-item-1{
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	width:70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	background: #165DFF;
}
.project-tag .project-tag-item-2{
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	/*width:70px;*/
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	background: #fff;
}
.project-tag .tag-green {
	background: #01A04B;
}

.project-body {
	padding: 22px 12px 0;
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}

.project-body h3 {
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 12px;
	min-width: 0;
}

.project-body p {
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #86909C;
	height: 60px;
	line-height: 30px;
	margin-bottom: 20px;
}

.project-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.project-meta .price {
	font-family: Source Han Sans;
	font-size: 25px;
	font-weight: bold;
	color: #165DFF;
}

.project-footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(134, 144, 156, 0.15);
	padding:22px 0;
}

.creator {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	min-width: 0;
	flex: 1;
}
.project-footer .time-text{
	font-family: Source Han Sans;
	font-size: 12px;
	font-weight: normal;
	color: #86909C;
	display: flex;
	align-items: center;
	gap: 4px;
}
.project-footer .time-text::before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background:url(../icon/time.png) no-repeat center center;
	background-size: 100% 100%;
}
.creator img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
/* 专业机械设计人才 */
.talent-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	padding-top:10px;
}

.talent-card {
	background: #FFFFFF;
	border-radius: 18px;
	box-shadow: 0px 18px 42px rgba(12, 38, 84, 0.12);
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap:14px;
}

.talent-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 9px;
}

.talent-info .avatar {
	width: 117px;
	height: 117px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}

.talent-info h3 {
	text-align: center;
	font-family: Source Han Sans;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 12px;
}

.talent-body{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.talent-body .talent-body-item{
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #165DFF;
	height: 31px;
	line-height: 31px;
	background: #DDEAFD;
	border-radius: 30px;
	padding: 0 12px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.talent-body .talent-body-item.on{
	color:#078441;
	background: #DEFCE8;
}
.talent-body .talent-body-item::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background:url(../icon/talent-icon1.png) no-repeat center center;
	background-size: 100% 100%;
}
.talent-body .talent-body-item.on::before{
	background:url(../icon/talent-icon2.png) no-repeat center center;
	background-size: 100% 100%;
}
.talent-body-text{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: normal;
	color: #86909C;
}
.talent-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.talent-tags li {
	padding: 6px 14px;
	height: 33px;
	border-radius:30px;
	background: rgba(22, 93, 255, 0.05);
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #0F358D;
}

.talent-bio {
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #505E71;
	margin-bottom: 20px;
	margin-top:10px;
}

.talent-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #0B1C4A;
	margin-top: auto;
}
.talent-meta .link-btn{
	width: 170px;
	height: 40px;
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #165DFF;
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #165DFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.talent-meta .link-btn::before{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background:url(../icon/contact2.png) no-repeat center center;
	background-size: 100% 100%;
}
/* 探索招聘职位 */
.job-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0, 1fr));
	gap: 28px;
}

.job-card {
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
	padding:15px 15px 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.job-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.job-top h3 {
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.job-label {
	padding: 7px 17px;
	background: #F3F3F5;
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border-radius: 999px;
}
.job-avatar{
	display: flex;
	align-items: center;
	gap: 10px;
}
.job-avatar img{
	width:28px;
	height:28px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.13);
}
.job-avatar .text{
    flex:1;
	font-family: Source Han Sans;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.job-card p {
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #86909C;
}

.job-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-bottom:5px;
}

.job-tags li {
	padding: 6px 12px;
	background: #F3F3F5;
	border-radius: 5px;
	font-family: Source Han Sans;
	font-size: 12px;
	font-weight: normal;
	color: #3D3D3D;
}
.job-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(134, 144, 156, 0.15);
	padding:22px 0;
}
.job-footer .job-salary {
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: bold;
	color: #165DFF;
}
.job-footer .job-footer-actions{
	display: flex;
	align-items: center;
	gap: 10px;
}
.job-footer .link-btn{
	width: 80px;
	height: 35px;
	border-radius: 100px;
	background: rgba(22, 93, 255, 0.08);
	box-sizing: border-box;
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #165DFF;
}
.job-footer .link-btn.primary{
	border: 1px solid #165DFF;
	color:#165DFF;
	background: #FFFFFF;
}
.metric-section {
	background: linear-gradient(90deg, #155AF9 0%, #1D7BFF 100%);
	padding: 70px 0;
}

.metric-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
}

.metric-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.metric-number {
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: bold;
}

.metric-label {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.85);
}
/* 准备开始您的机械设计项目了吗？ */
.cta-section {
	background: #FFFFFF;
	padding: 90px 0 120px;
}

.cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	border-radius: 20px;
	background: #FFFFFF;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.cta-copy{
	padding:50px 0 0 50px;
}
.cta-copy h2 {
	font-family: Source Han Sans;
	font-size: 35px;
	font-weight: bold;
	color: #3D3D3D;
	margin-bottom: 24px;
}

.cta-copy p {
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: normal;
	color: #86909C;
	margin-bottom: 40px;
}

.cta-actions {
	display: flex;
	align-items: center;
	gap: 13px;
}
.cta-actions .btn-primary{
	width: 180px;
	height: 60px;
	border-radius: 10px;
	background: #165DFF;
	box-sizing: border-box;
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
.cta-actions .btn-outline{
	width: 180px;
	height: 60px;
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #C9C9C9;
}
.cta-visual img {
	display: block;
	width: 750px;
}

/* 需求大厅页面样式 */
.demand-page {
	background: #F9FAFB;
}

/* 搜索区域 */
.search-section {
	padding: 60px 0 50px;
	background: #EEF4F9;
}

.search-title {
	font-family: Source Han Sans;
	font-size: 50px;
	font-weight: bold;
	color: #3D3D3D;
	text-align: center;
	margin-bottom: 15px;
}

.search-subtitle {
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #3D3D3D;
	text-align: center;
	margin-bottom: 40px;
}

.search-box {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #E5E6EB;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}

.search-input {
	flex: 1;
	height: 60px;
	padding: 0 20px 0 50px;
	border-radius: 10px;
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #1D2129;
	background: #FFFFFF;
	background-image: url("../icon/search.png");
	background-repeat: no-repeat;
	background-position: left 18px center;
	background-size: 20px;
}

.search-input:focus {
	border-color: #165DFF;
	outline: none;
}

.search-input::placeholder {
	color: #86909C;
}

.search-btn {
	width: 90px;
	height: 50px;
	background: #165DFF;
	border-radius: 10px;
	margin-right: 5px;
	border: none;
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	transition: background 0.3s;
}

.search-btn:hover {
	background: #0E4FD9;
}

/* 筛选区域 */

.filter-section{
	padding:40px 0;
}
.filter-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}

.filter-group {
	display: flex;
	flex-flow: column;
	gap: 15px;
	flex:1;
}

.filter-label {
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	white-space: nowrap;
}

.filter-options {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.filter-option {
	padding: 0 16px;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	background: #F5F6F7;
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	transition: all 0.3s;
	white-space: nowrap;
}

.filter-option.active {
	background: #165DFF;
	color: #FFFFFF;
}

.filter-sort {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

/* 项目列表区域 */
.project-list-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Source Han Sans;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	margin-bottom: 20px;
}
.project-count-num{
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #165DFF;
}
.project-list-section {
	padding: 0 0 60px;
}

.project-count {
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #86909C;
}
.sort-label {
	font-family: Source Han Sans;
	font-size: 14px;
	color: #666666;
	white-space: nowrap;
}

.sort-select {
	padding: 8px 30px 8px 12px;
	border: 1px solid #D8D8D8;
	border-radius: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	background-image: url("../icon/down.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.sort-select:focus {
	border-color: #165DFF;
	outline: none;
}
/* 项目卡片标题省略号修复 */
.project-body h3.ellipsis1 {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	min-width: 0;
}

.project-meta .creator span.ellipsis1 {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-width: 0;
	max-width: 100%;
	flex: 1;
}

/* 项目底部信息 */
.project-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(134, 144, 156, 0.15);
	padding: 15px 0;
	margin-top: auto;
}

.publish-time {
	font-family: Source Han Sans;
	font-size: 12px;
	font-weight: normal;
	color: #86909C;
}

/* 需求详情页面样式 */
.demand-detail-page {
	background: #F9FAFB;
	padding-top: 20px;
}

/* 面包屑导航 */
.breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 60px;
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 20px;
}

.breadcrumb a {
	color: #666666;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #666666;
}

.breadcrumb .separator {
	margin: 0 4px;
	color: #666666;
}

.breadcrumb .current {
	color: #666666;
}

/* 详情容器 */
.detail-container {
	display: flex;
	gap: 35px;
	align-items: flex-start;
	margin-bottom: 40px;
}

.detail-main {
	flex: 1;
}

.detail-sidebar {
	width: 380px;
	flex-shrink: 0;
}

/* 详情头部 */
.detail-header {
	margin-bottom: 36px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}

.detail-title {
	font-family: Source Han Sans;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.detail-tags {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.detail-tag {
	padding: 6px 16px;
	border-radius: 20px;
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
}

.detail-tag.status {
	background: rgba(22, 93, 255, 0.1);
	color: #165DFF;
}

.detail-tag.category {
	background: #F3F3F5;
	color: #4E5969;
}
.detail-tag.category  .publish-date-icon{
	width:14px;
	height:14px;
	margin-right: 5px;
}
.detail-meta {
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #86909C;
}

.publish-date {
	color: #86909C;
}

/* 详情区块 */
.detail-content{
	margin-bottom: 40px;
	background: #FFFFFF;
	border-radius: 20px;
	padding:0 15px 1px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}

.section-title {
	height:60px;
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.section-title .title-icon{
	width: 24px;
	height: 24px;
	margin-right: 7px;
}
.section-content {
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #3D3D3D;
	line-height: 1.6;
	padding:0 0 0 30px;
}

/* 需求列表 */
.requirement-list {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.requirement-list li {
	position: relative;
	line-height: 1.6;
}

.requirement-list li::before {
	content: '•';
	color: #3D3D3D;
	font-size: 20px;
	line-height: 1.8;
}


.performance-requirements p {
	margin: 0;
}

.design-considerations {
	margin-top: 15px;
}

/* 技术要求 */
.tech-content{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tech-item {
	width:50%;
}
.tech-item:first-child{
	width:100%;
}
.tech-subtitle {
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: bold;
	color: #1D2129;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.tech-subtitle .title-icon{
	width: 34px;
	height: 34px;
	margin-right: 12px;
}
.tech-content .design-considerations{
	margin-left: 46px;
	margin-top: 5px;
}
/* 附件列表 */
.attachment-list {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
}

.attachment-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 15px;
	margin-bottom: 12px;
	background: #F7F8FA;
	border-radius: 6px;
	transition: background 0.3s;
}

.file-icon {
	font-size: 24px;
	line-height: 1;
}

.file-info {
	flex: 1;
}

.file-name {
	display: block;
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #3D3D3D;
	text-decoration: none;
}

.file-meta {
	display: flex;
	align-items: center;
	gap: 15px;
	font-family: Source Han Sans;
	font-size: 12px;
	font-weight: normal;
	color: #86909C;
}

/* 侧边栏卡片 */
.sidebar-card {
	background: #FFFFFF;
	margin-bottom: 20px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.status-card .card-title {
	display: flex;
	align-items: center;
	border-radius: 20px 20px 0px 0px;
	background: #F3F7FF;
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.card-title {
	height:70px;
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: bold;
	color: #1D2129;
	padding:0 26px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.card-title .card-title-icon{
	width: 14px;
	height: 16px;
	margin-right: 5px;
}
/* 需求状态卡片 */
.status-info {
	margin-bottom: 20px;
}

.info-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 26px;
}

.info-label {
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #3D3D3D;
}

.info-value {
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #1D2129;
}

.info-value.price {
	font-family: Source Han Sans;
	font-size: 25px;
	font-weight: bold;
	color: #165DFF;
}

.status-tag {
	padding: 4px 12px;
	border-radius: 15px;
	font-size: 16px;
}

.status-tag.green {
	background: #DCFCE7;
	color: #417C55;
}

.progress-bar{
	float: none;
	width: calc(100% - 52px);
	height: 10px;
	border-radius: 20px;
	background: #D8D8D8;
	overflow: hidden;
	margin:0 auto 35px;
}
.progress-bar .progress-bar-item{
	width:40%;
	height: 100%;
	background: #FF7D00;
	border-radius: 20px;
}
.btn-quote {
	width: calc(100% - 52px);
	height: 65px;
	line-height: 65px;
	margin:0 0 38px 26px;
	background: #165DFF;
	border-radius: 10px;
	border: none;
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	transition: background 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn-quote-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.btn-quote:hover {
	background: #0E4FD9;
}

/* 发布者卡片 */
.publisher-info {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
	position: relative;
	padding:0 26px;
}

.publisher-avatar {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	object-fit: cover;
}

.publisher-details {
	flex: 1;
}

.publisher-name {
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
}

.publisher-gender {
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

.publisher-bio {
	padding:0 26px;
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 26px;
}

.btn-contact {
	position: absolute;
	top: 0;
	right: 26px;
	width: 97px;
	height: 40px;
	border: 1px solid #165DFF;
	border-radius: 10px;
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #165DFF;
	cursor: pointer;
	transition: background 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.btn-contact-icon{
	display: block;
	width: 14px;
	height: 14px;
}
.btn-contact:hover {
	background: #0E4FD9;
}
.publisher-status-card{
	padding:25px 30px;
	margin-bottom:0;
}
.publisher-status-card .status-info-title{
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: bold;
	color: #165DFF;
	text-align: center;
}
.publisher-status-card .status-info-desc{
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: normal;
	color: #86909C;
	text-align: center;
	margin-top:10px;
}
.publisher-status-card .link-btn{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #165DFF;
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: normal;
	color: #165DFF;
	margin-top:20px;
}
.publisher-status-card .link-btn.on{
	background: #165DFF;
	color: #FFFFFF;
}
/* 参与人才部分 */
.talent-section-detail {
	padding:0 26px 30px;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}


.talent-list {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

.talent-item {
	padding: 25px;
	margin-bottom: 40px;
	border-radius: 20px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
}
.talent-item.on{
	border: none;
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}
.talent-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
	height: 120px;
}

.talent-avatar-wrapper {
	position: relative;
	flex:1;
	display: flex;
	align-items: center;
	gap: 10px;
}

.talent-avatar {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
}
.talent-avatar-wrapper .title{
	font-family: Source Han Sans;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.talent-avatar-wrapper .title span{
	border-radius: 100px;
	background: #DCFCE7;
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #417C55;
	display: inline-block;
	padding: 4px 12px;
	margin-left: 10px;
}
.talent-avatar-wrapper .desc{
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: normal;
	color: #505E71;
	padding-top: 10px;
}
.bid-badge {
	position: absolute;
	top: -25px;
	right: 100px;
	width:195px;
}

.talent-quote {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.quote-amount {
	font-family: Source Han Sans;
	font-size: 25px;
	font-weight: bold;
	color: #165DFF;
	margin-bottom: 8px;
}

.quote-label {
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: normal;
	color: #505E71;
}

.talent-name-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.talent-name {
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: bold;
	color: #1D2129;
}

.talent-title {
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #86909C;
}

.talent-proposal {
	margin-bottom: 15px;
}
.proposal-title {
	font-family: Source Han Sans;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 8px;
}
.proposal-text {
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #3D3D3D;
	line-height: 1.6;
	margin-bottom: 10px;
}

.privacy-notice {
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #86909C;
	text-align: center;
	background: #F5F7FA;
	border-radius: 10px;
	padding: 10px 0;
	margin-top:30px;
	margin-bottom: 30px;
}

.talent-tags {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.talent-tag {
	padding: 4px 12px;
	font-family: Source Han Sans;
	font-size: 16px;
	font-weight: normal;
	color: #505E71;
	display: flex;
	align-items: center;
	gap: 5px;
}
.talent-tag-icon{
	width: 24px;
}
.talent-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn-contact-talent {
	width: 97px;
	height: 40px;
	background: #165DFF;
	border-radius: 10px;
	border: none;
	font-family: Source Han Sans;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	transition: background 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.btn-contact-talent-icon{
	display: block;
	width: 14px;
	height: 14px;
}
.btn-contact-talent:hover {
	background: #0E4FD9;
}

