.content-box-pc {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 100px;
}

.content-box-pc section .title {
	font-family: Alimama ShuHeiTi-Bold;
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	margin-bottom: 10px;
}

.content-box-pc section .title .light {
	color: #33CC8D;
}

.content-box-pc section .desc {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.content-box-pc .section-1 {
	position: relative;
}

.content-box-pc .section-1 .desc .link {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #33CC8D;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
	text-transform: none;
	margin-left: 6px;
}

.content-box-pc .section-1 .right-icon {
	width: 180px;
	height: 180px;
	position: absolute;
	top: -30px;
	right: 0;
}

.content-box-pc .section-1 .search-box {
	width: 600px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 0px rgba(153,153,153,0.08);
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #F1F1F1;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
	padding: 0 16px;
}

.content-box-pc .section-1 .search-box .icon {
	width: 28px;
	height: 28px;
}

.content-box-pc .section-1 .search-box .input {
	height: 100%;
	box-sizing: border-box;
	padding: 0 16px;
	flex: 1;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.content-box-pc .section-1 .list {
	width: calc(100% - 20px);
	margin-top: 38px;
	margin-bottom: 100px;
	column-count: 2;
	column-gap: 20px;
	-webkit-column-gap: 20px;
}

.content-box-pc .section-1 .list .item {
	/* width: 450px; */
	box-sizing: border-box;
	padding: 20px 22px 30px 22px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #F1F1F1;
	margin-bottom: 20px;
	overflow: hidden;
}

.content-box-pc .section-1 .list .item .title-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	margin-bottom: 18px;
}

.content-box-pc .section-1 .list .item .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.content-box-pc .section-1 .list .item .pc-search-question.active {
	color: #33CC8D;
}

.pc-no-data {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: center;
	margin: 10px 20px 30px 20px;
}


.content-box-mobile {
	display: none;
}

.content-box-mobile section .title {
	font-family: Alimama ShuHeiTi-Bold;
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	margin-bottom: 10px;
}

.content-box-mobile section .title .light {
	color: #33CC8D;
}

.content-box-mobile section .desc {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.content-box-mobile .section-1 .desc .link {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #33CC8D;
	text-align: left;
	font-style: normal;
	text-decoration-line: underline;
	text-transform: none;
	margin-left: 6px;
}

.content-box-mobile .section-1 .row-1 {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 0 20px;
	box-sizing: border-box;
}

.content-box-mobile .section-1 .row-1 .left-box {
	flex: 1;
}

.content-box-mobile .section-1 .row-1 .right-icon {
	width: 120px;
	height: 120px;
	margin-left: 23px;
}

.content-box-mobile .section-1 .search-box {
	width: calc(100% - 40px);
	height: 50px;
	margin: 12px 20px 30px 20px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #F1F1F1;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.content-box-mobile .section-1 .search-box .icon {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	margin-right: 7px;
}

.content-box-mobile .section-1 .search-box .input {
	flex: 1;
	height: 100%;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.content-box-mobile .section-1 .list {
	width: calc(100% - 40px);
	border-radius: 10px;
	border: 1px solid #F1F1F1;
	margin: 0 20px 98px 20px;
	padding-top: 20px;
}

.content-box-mobile .section-1 .list .item {
	position: relative;
	margin-bottom: 20px;
}

.content-box-mobile .section-1 .list .item .title-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin: 0px 15px 10px 15px;
}

.content-box-mobile .section-1 .list .item .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin: 0 15px;
}

.content-box-mobile .section-1 .list .item .dot {
	width: 10px;
	height: 10px;
	background: #D9D9D9;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: -5px;
}

.content-box-mobile .section-1 .list .item .mobile-search-question.active {
	color: #33CC8D;
}

.content-box-mobile .section-1 .list .item .mobile-search-question.active .dot {
	background: #33CC8D;
}

.mobile-no-data {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: center;
	margin: 10px 20px 30px 20px;
}


@media (max-width: 768px) {
	.content-box-pc {
		display: none;
	}
	
	.content-box-mobile {
		display: block;
	}
	
}
