.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 .title {
	font-size: 32px;
	margin-bottom: 40px;
}

.content-box-pc .section-1 .bg_jietu_1 {
	width: 236px;
	height: 436px;
	margin-left: -30px;
}

.content-box-pc .section-1 .list {
	position: absolute;
	top: 100px;
	left: 250px;
}

.content-box-pc .section-1 .list .pc-fenxi-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 50px;
}

.content-box-pc .section-1 .list .icon {
	width: 48px;
	height: 48px;
	margin-right: 12px;
}

.content-box-pc .section-1 .list .icon.y {
	display: none;
}

.content-box-pc .section-1 .list .icon.n {
	display: block;
}

.content-box-pc .section-1 .list .right-box {
	flex: 1;
}

.content-box-pc .section-1 .list .title-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
}

.content-box-pc .section-1 .list .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.content-box-pc .section-1 .list .active .title-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #33CC8D;
}

.content-box-pc .section-1 .list .active .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.content-box-pc .section-1 .list .active .icon.y {
	display: block;
}

.content-box-pc .section-1 .list .active .icon.n {
	display: none;
}

.content-box-pc .section-2 {
	margin-top: 100px;
	position: relative;
}

.content-box-pc .section-2 .row {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 26px;
}

.content-box-pc .section-2 .row .left-box {
	margin-right: 120px;
}

.content-box-pc .section-2 .row .left-box .item:first-child {
	margin-top: 0;
}

.content-box-pc .section-2 .row .left-box .item {
	width: 360px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 0px rgba(153,153,153,0.08);
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #F1F1F1;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 26px;
}

.content-box-pc .section-2 .row .left-box .item .icon {
	width: 30px;
	height: 30px;
	margin-left: 50px;
	margin-right: 11px;
}

.content-box-pc .section-2 .row .left-box .item .text {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.content-box-pc .section-2 .row .right-box .icon {
	width: 408px;
	height: 220px;
}

.content-box-pc .section-3 {
	margin-top: 100px;
}

.content-box-pc .section-3 .row {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}

.content-box-pc .section-3 .row .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* margin-right: 50px; */
}

.content-box-pc .section-3 .row .item:last-child {
	margin-right: 0;
}

.content-box-pc .section-3 .row .item .icon {
	width: 120px;
	height: 120px;
	margin-bottom: 22px;
}

.content-box-pc .section-3 .row .item .title-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	text-align: center;
	margin-bottom: 8px;
}

.content-box-pc .section-3 .row .item .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 15px;
	text-align: center;
}


.content-box-pc .section-4 {
	margin-top: 100px;
}

.content-box-pc .section-4 .list {
	margin-top: 26px;
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
}

.content-box-pc .section-4 .list .item {
	padding: 0 20px;
	box-sizing: border-box;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 0px rgba(153,153,153,0.08);
	border-radius: 24px 24px 24px 24px;
	border: 1px solid #F1F1F1;
	line-height: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.content-box-pc .section-3 .list .item:last-child {
	margin-right: 0;
}

.content-box-pc .section-4 .list .item .title-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	margin-right: 10px;
}

.content-box-pc .section-4 .list .item .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
}

.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 .bg_jietu_1 {
	width: 200px;
	height: 390px;
	margin: 0 auto;
	margin-top: 20px;
}

.content-box-mobile .section-1 .title {
	margin-left: 20px;
}

.content-box-mobile .section-1 .mobile-analysis-swiper {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 32px;
	/* overflow: hidden; */
	position: relative;
}

.content-box-mobile .section-1 .swiper-slide {
	width: 80%;
	height: 186px;
	/* min-height: 186px; */
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
	border-radius: 20px;
	border: 2px solid #EEEEEE;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-box-mobile .section-1 .swiper-slide .icon {
	width: 60px;
	height: 60px;
	margin-top: 10px;
}

.content-box-mobile .section-1 .swiper-slide .title-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #111111;
	line-height: 26px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 10px;
}

.content-box-mobile .section-1 .swiper-slide .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.content-box-mobile .section-1 .swiper-pagination {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	position: relative;
}

/* 自定义分页器样式 */
.swiper-pagination-bullet { 
	width: 10px !important; 
	height: 10px !important; 
	border-radius: 5px !important;
	border: 1px solid #33CC8D !important;
	background: transparent !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active { 
	background: #33CC8D !important;
	opacity: 1 !important;
}

.content-box-mobile .section-2 {
	margin-top: 60px;
}

.content-box-mobile .section-2  .title {
	margin-left: 20px;
}

.content-box-mobile .section-2 .desc {
	margin-left: 20px;
	margin-right: 20px;
}

.content-box-mobile .section-2 .list {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.content-box-mobile .section-2 .list .item {
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 0px rgba(153,153,153,0.08);
	border-radius: 30px 30px 30px 30px;
	border: 1px solid #F1F1F1;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

.content-box-mobile .section-2 .list .item .icon {
	width: 30px;
	height: 30px;
	margin-right: 11px;
	margin-left: 50px;
}

.content-box-mobile .section-2 .list .item .text {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.content-box-mobile .section-2 .bg_spkma {
	width: 100%;
	height: auto;
	margin-top: 8px;
}

.content-box-mobile .section-3 {
	margin-top: 60px;
}

.content-box-mobile .section-3 .title {
	margin-left: 20px;
}

.content-box-mobile .section-3 .desc {
	margin-left: 20px;
	margin-right: 20px;
}

.content-box-mobile .section-3 .list {
	width: 100%;
	padding: 24px 20px 0 20px;
}

.content-box-mobile .section-3 .list .item {
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #F1F1F1;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

.content-box-mobile .section-3 .list .item .left-icon {
	width: 72px;
	height: 72px;
	margin-right: 28px;
}

.content-box-mobile .section-3 .list .item .right-box {
	flex: 1;
}

.content-box-mobile .section-3 .list .item .right-box .title-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 8px;
}

.content-box-mobile .section-3 .list .item .right-box .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 15px;
}

.content-box-mobile .section-4 {
	margin-top: 60px;
}

.content-box-mobile .section-4 .title {
	margin-left: 20px;
}

.content-box-mobile .section-4 .desc {
	margin-left: 20px;
	margin-right: 20px;
}

.content-box-mobile .section-4 .list {
	margin-top: 24px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 98px;
}

.content-box-mobile .section-4 .list .item {
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 0px rgba(153,153,153,0.08);
	border-radius: 999px;
	border: 1px solid #F1F1F1;
	padding: 6px 20px 10px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 20px;
	text-align: center;
}

.content-box-mobile .section-4 .list .item .title-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.content-box-mobile .section-4 .list .item .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

@media (max-width: 768px) {
	.content-box-pc {
		display: none;
	}
	
	.content-box-mobile {
		display: block;
	}
}
