.content {
	max-width: 100% !important;
}

.content-box-pc {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-left: 100px;
	padding-right: 100px;
}

.content-box-pc .bg1 {
	width: 1140px;
	height: 460px;
	position: absolute;
	top: 170px;
	left: 228px;
}

.content-box-pc .bg2 {
	width: 236px;
	height: 436px;
	position: absolute;
	top: 0;
	right: 140px;
}

.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: 20px;
}

.content-box-pc .section-2 {
	margin-top: 400px;
}

.content-box-pc .section-2 .row {
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}

.content-box-pc .section-2 .row .item {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

.content-box-pc .section-2 .row .item .icon-box {
	width: 180px;
	height: 180px;
	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;
	justify-content: center;
	align-items: center;
}

.content-box-pc .section-2 .row .item .icon-box .icon {
	width: 64px;
	height: 64px;
}

.content-box-pc .section-2 .row .item .text {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 4px;
}

.content-box-pc .section-2 .row .item .desc-1 {
	width: 182px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	text-align: center;
}

.content-box-pc .section-3 {
	margin-top: 100px;
}

.content-box-pc .section-3 .row-1 {
	display: flex;
	flex-direction: row;
	margin-top: 56px;
}

.content-box-pc .section-3 .row-2 {
	display: flex;
	flex-direction: row;
	margin-top: 27px;
}

.content-box-pc .section-3 .row-1 .text-box {
	margin-right: 80px;
}

.content-box-pc .section-3 .row-2 .text-box {
	margin-left: 80px;
}

.content-box-pc .section-3 .text-box .zi_shipin {
	width: 248px;
	height: 31px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.content-box-pc .section-3 .text-box .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}

.content-box-pc .section-3 .icon-box .icon {
	width: 450px;
	height: 300px;
}

.content-box-pc .section-4 {
	margin-top: 100px;
}

.content-box-pc .section-4 .row {
	display: flex;
	flex-direction: row;
	margin: 50px 0;
}

.content-box-pc .section-4 .row .item {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

.content-box-pc .section-4 .row .item .icon {
	width: 100px;
	height: 100px;
	margin-bottom: 26px;
}

.content-box-pc .section-4 .row .item .text {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	text-align: center;
	margin-bottom: 4px;
}

.content-box-pc .section-4 .row .item .desc-1 {
	width: 182px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	text-align: center;
}

.content-box-pc-section-5 {
	/* max-width: 1920px; */
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 128px;
}

.content-box-pc-section-5 .title {
	font-family: Alimama ShuHeiTi-Bold;
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	margin-bottom: 10px;
	text-align: center;
}

.content-box-pc-section-5 .desc {
	text-align: center;
}

.content-box-pc-section-5 .comment-swiper {
	width: 100%;
	min-height: 180px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 44px;
	margin-bottom: 60px;
	overflow: hidden;
}

.content-box-pc-section-5 .comment-swiper .swiper-slide {
	width: 480px;
	min-height: 180px;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);
	border-radius: 20px;
	border: 1px solid #EEEEEE;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	padding: 30px;
}

.content-box-pc-section-5 .comment-swiper .swiper-slide .avatar {
	width: 60px;
	height: 60px;
	margin-right: 30px;
}

.content-box-pc-section-5 .comment-swiper .swiper-slide .right-box {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.content-box-pc-section-5 .comment-swiper .swiper-slide .nickname {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #111111;
	line-height: 26px;
	margin-bottom: 16px;
}

.content-box-pc-section-5 .comment-swiper .swiper-slide .comment {
	box-sizing: border-box;
	padding-right: 20px;
	white-space: pre-wrap;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.content-box-mobile {
	display: none;
}

.content-box-mobile .section-1 {
	position: relative;
}

.content-box-mobile section .title {
	font-family: Alimama ShuHeiTi-Bold;
	font-weight: bold;
	font-size: 24px;
	color: #111111;
	margin-left: 20px;
	margin-bottom: 20px;
}

.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;
	line-height: 24px;
	padding: 0px 20px 16px 20px;
}

.content-box-mobile .section-1 .bg_jietu_sy {
	width: 100%;
	height: auto;
}

.content-box-mobile .section-2 {
	margin-top: 60px;
}

.content-box-mobile .section-2 .list {
	padding: 0 20px;
	box-sizing: border-box;
}

.content-box-mobile .section-2 .list .item {
	width: 100%;
	min-height: 120px;
	background: #FFFFFF;
	box-shadow: 0px 3px 3px 0px rgba(153,153,153,0.08);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #F1F1F1;
	display: flex;
	flex-direction: row;
	padding: 28px 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.content-box-mobile .section-2 .list .item:last-child {
	margin-bottom: 0;
}

.content-box-mobile .section-2 .list .item .left-icon {
	width: 64px;
	height: 64px;
	margin-right: 26px;
}

.content-box-mobile .section-2 .list .item .right-box {
	flex: 1;
}

.content-box-mobile .section-2 .list .item .right-box .title-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.content-box-mobile .section-2 .list .item .right-box .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.content-box-mobile .section-3 {
	margin-top: 60px;
}

.content-box-mobile .section-3 .zi_shipin {
	width: 248px;
	height: 31px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.content-box-mobile .section-3 .zi_yinpin {
	width: 231px;
	height: 31px;
	margin-left: 20px;
	margin-top: -20px;
	margin-bottom: 20px;
}

.content-box-mobile .section-3 .bg_shipin,
.content-box-mobile .section-3 .bg_yinpin {
	width: 100%;
	height: auto;
}

.content-box-mobile .section-4 {
	margin-top: 60px;
}

.content-box-mobile .section-4 .list {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

.content-box-mobile .section-4 .list .item {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

.content-box-mobile .section-4 .list .item:last-child {
	margin-bottom: 0;
}

.content-box-mobile .section-4 .list .item .left-box {
	width: 120px;
	height: 100px;
	background: #F3FDF6;
	border-radius: 10px 10px 10px 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.content-box-mobile .section-4 .list .item .left-box .icon {
	width: 60px;
	height: 60px;
}

.content-box-mobile .section-4 .list .item .right-box {
	width: 100%;
	height: 80px;
	border-radius: 0px 10px 10px 0px;
	border: 1px solid #EBFAF4;
	border-left: none;
	padding: 15px 20px;
	box-sizing: border-box;
	flex: 1;
}

.content-box-mobile .section-4 .list .item .right-box .title-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 4px;
}

.content-box-mobile .section-4 .list .item .right-box .title-1 span {
	color: #33CC8D;
}

.content-box-mobile .section-4 .list .item .right-box .desc-1 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.content-box-mobile .section-5 {
	margin-top: 60px;
}

.content-box-mobile .section-5 .comment-swiper {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
}

.content-box-mobile .section-5 .swiper-wrapper {
	padding-top: 30px;
}

.content-box-mobile .section-5 .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-5 .comment-swiper .swiper-slide {
	width: 100%;
	height: 160px;
	/* min-height: 160px; */
	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-5 .comment-swiper .swiper-slide .avatar {
	width: 60px;
	height: 60px;
	margin-top: -30px;
}

.content-box-mobile .section-5 .comment-swiper .swiper-slide .nickname {
	font-family: PingFang SC, PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #111111;
	line-height: 26px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 10px;
}

.content-box-mobile .section-5 .comment-swiper .swiper-slide .comment {
	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: 38px;
}



@media (max-width: 768px) {
	.content-box-pc {
		display: none;
	}
	
	.content-box-pc-section-5 {
		display: none;
	}
	
	.content-box-mobile {
		display: block;
	}
}
