ul {
	list-style: none;
}
 .nav {
	height: 66px;
}

 .nav-main {
	box-shadow: 0 3px 10px rgb(5 36 82 / 8%);
	background-color: #FFFFFF;
}

 .nav-main.fixed {
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
}

 .nav ul {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}

 .nav li {
	position: relative;
	height: 66px;
	font-weight: 400;
	font-size: 16px;
	line-height: 66px;
	color: #666666;
	cursor: pointer;
}

.nav li.active {
	font-weight: 800;
	color: #333333;
}

.nav li.active::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background-color: #2A7EFC;
}
.mySwiper .swiper-pagination {
	/* width: 20% !important; */
	bottom: 80px !important;
	/* left: 20% !important; */
}

.mySwiper .swiper-pagination-bullet {
	width: 40px !important;
	height: 4px !important;
	background-color: #E6F0FF !important;
	border-radius: 0 !important;
}
.mySwiper img{
	width: 100%;
}
.top_tab{
	background-color: #fff;
}
.top_tab .tab_item{
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #999999;
	cursor: pointer;
}

.top_tab .active{
	font-weight: 600;
	color: #333333;
}
.section1{
	background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FD 58%, #F8F8FC 100%);
}
.second_tit_box{
	width: 969px;
	height: 56px;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin:20px auto 0;
}
.mer_table{
	width: 1200px;
	margin-top: 50px;
}
.section2{
	height: 820px;
	background-image: url('/static/images/mer_section2_bg.png');
}
.fun_grid_box{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	width: 100%;
	grid-row-gap: 26px;
	grid-column-gap: 30px;
	margin-top: 60px;
}
.fun_grid_item{
	width: 380px;
	height: 233px;
	background-size: cover;
	padding: 43px 0 0 26px;
	background-size: cover;
	background-repeat: no-repeat;
}
.fun_grid_item .chatu{
	width: 158px;
	height: 166px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.fun_grid_item .tit{
	font-size: 22px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
}
.sm_line{
	display: block;
	width: 28px;
	height: 4px;
	background: #2A7EFC;
	margin:18px 0 13px
}
.fun_grid_item .desc{
	width: 292px;
	height: 52px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	line-height: 26px;
}
.section3{
	height: 685px;
	background-image: url('/static/images/mer_bg_3.png');
}
.mer_menu p {
	width: 112px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	text-align: right;
	cursor: pointer;
}
.mer_menu .active{
	font-size: 18px;
	font-weight: 600;
	position: relative;
}
.mer_menu .active::before{
	position: absolute;
	content: '';
	width: 30px;
	height: 4px;
	background: linear-gradient(90deg, #006EFF 0%, #00A4FF 100%);
	top: 10px;
	left: -2px;
}
.mer_menu p ~  p{
	margin-top: 58px;
}
.moshi{
	height: 362px;
	/* width: 948px; */
	border-radius: 16px;
}
.moshi_content{
	width: 625px;
	height: 362px;
	flex: 1;
	backdrop-filter: blur(12px);
	padding: 59px 0 0 49px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 0 16px 16px 0;
	box-sizing: border-box;
	background-image: url('/static/images/mer/zs_bg.png');
	background-size:158px 168px ;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.moshi_content .tit{
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.moshi_content .desc{
	width: 462px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
}
.moshi_content p ~ p{
	margin-top: 30px;
}
.section4{
	height: 868px;
	background-image: url('/static/images/mer_section4_bg.png')
}
.section4_item{
	width: 240px;
	height: 420px;
	transition: all 0.7s;
}
.section4_item_scale{
	transform: scale(1.1);
}
.ptsxf{
	background-image: url('/static/images/pingtaishouxufei.png');
}
.zysr{
	background-image: url('/static/images/ziyingshouru.png');
}
.zjcd{
	background-image: url('/static/images/zijinchendian.png');
}
.ggzy{
	background-image: url('/static/images/guanggaoziyuan.png');
}
.ppjays{
	background-image: url('/static/images/pinpaijiazhi.png');
}
.m-t-124{
	margin-top: 124px;
}
.section4_item img{
	width: 80px;
	height: 80px;
}
.section4_item .white_line{
	width: 29px;
	height: 3px;
	background: #FFFFFF;
	display: block;
	margin: 25px 0 20px;
}
.section4_item_tit{
	font-size: 22px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
}
.section4_item_desc{
	width: 70%;
	height: 96px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 20px;
}
.section5{
	height: 638px;
	background: #EEF3F8;
	background-image: url('/static/images/mer_section5_bg.png');
}
.section5_content{
	width: 1200px;
	height: 500px;
	background-image: url('/static/images/mer_baikuang.png');
	position: absolute;
	top: 240px;
	z-index: 9;
}
.peitu{
	width: 510px;
	height: 390px;
	margin: 55px 0 55px 41px;
}
.section5_content_tabs{
	height: 55px;
}
.section5_content_tab_item{
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	padding-top: 13px;
	padding-left: 40px;
	cursor: pointer;
}
.section5_content_tabs .active{
	position: relative;
	font-weight: 600;
}
.section5_content_tabs .active::after{
	content: '';
	width: 32px;
	height: 3px;
	background: linear-gradient(135deg, #76B5FF 0%, #2A7EFB 100%);
	position: absolute;
	bottom: -12px;
	right: 40px;
}
.section5_card{
	width: 500px;
	margin: 63px 0 0 60px;
}
.section5_card .card_tit{
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
}
.section5_card .card_desc{
	width: 500px;
	height: 48px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	line-height: 24px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.fun_box{
	border-top: 1px solid #eee;
	padding-top: 45px;
}
.fun_box .fun_item{
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fun_box .fun_item ~ .fun_item{
	margin-left: 35px;
}
.fun_box .fun_item img{
	width: 54px;
	margin-bottom: 14px;
}
.fun_box .fun_item span{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #444444;
}
.section6{
	background-image: url('/static/images/mer_section6_bg.png');
	height:925px;
}
.shengtai{
	margin-top: 124px;
}
.shengtai .tab_pic{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid #DCEDFF;
	background-color: transparent;
}
.shengtai .tab_active .tab_pic{
	background: #2A7EFB;
	border: 1px solid #2A7EFB;
}
.shengtai .tab_tem .tit{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	padding-top: 14px;
}
.shengtai .tab_active .tit{
	color: #333;
	font-weight: 600;
}
.shengtai_content{
	height: 304px;
	background: #FFFFFF;
	margin-top: 20px;
	background-image: url('/static/images/shengtai_bg.png');
	background-size: cover;
	border-radius: 10px;
	padding: 60px 0 0 64px;
}
.trangle{
	width: 0px;
	height: 0px;
	border: 10px solid #000;
	border-top-color: transparent;
	border-bottom-color: #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: -20px;
	left: 70px;
}
.shengtai_content .tit{
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #333333;
}
.shengtai_content .desc{
	width: 345px;
	height: 50px;
	font-size: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	line-height: 25px;
	margin-top: 20px;
}
.shengtai_content .sm_line{
	width: 32px;
	height: 3px;
	background: linear-gradient(135deg, #76B5FF 0%, #2A7EFB 100%);
	margin-top: 45px;
}
.shengtai_content .right_img{
	width: 660px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.pt-200{
	padding-top: 200px;
}
.section7{
	height: 1487px;
	background-image: url('/static/images/mer_section7_bg.png');
}
.section7 .secnd_tit{
	width: 969px;
	margin: 20px auto 50px;
}
.theme_img{
	width: 1145px;
	height: 469px;
	margin: auto;
}
.theme_tab_box{
	width: 452px;
	margin: 40px auto 0;
}
.theme_tab_item{
	width: 37px;
	height: 37px;
	border-radius: 50%;
	cursor: pointer;
}
.red{
	background-color: #E93323;
}
.orange{
	background-color: #FF5C2D;
}
.pink{
	background-color: #FF448F;
}
.zise{
	background-color: #905EFF;
}
.blue{
	background: #1DB0FC;
}
.green{
	background: #42CA4D;
}
.devise{
	margin-top: 110px;
}
.devise_left .tit{
	font-size: 36px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
}
.view_config_box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	width: 355px;
	grid-gap: 15px;
}
.devise_left_card{
	width: 170px;
	height: 128px;
	background: linear-gradient(180deg, #EAEEF5 0%, #FFFFFF 100%);
	box-shadow: 0px 0px 20px 0px rgba(5,36,82,0.05);
	border-radius: 4px;
	border: 1px solid;
	border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(237, 240, 246, 1)) 1 1;
}
.devise_left_card .tit{
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	margin-top: 12px;
}
.devise_right{
	width: 734px;
	height: 495px;
}
.mac_ht{
	width: 734px;
	position: absolute;
	top: -10px;
	left: 0;
}
.devise_right video{
	width: 100%;
	height: 100%;
}
.section8{
	height: 845px;
	background: #F9FAFC;
}
.b2c_grid_left .top_card{
	width: 404px;
	height: 114px;
	background: rgba(19,190,220,0.1);
	border-radius: 4px;
	border: 1px solid #13BEDC;
}
.b2c_grid_left .right_card{
	width: 404px;
	height: 114px;
	background: #EBF3FF;
	border-radius: 4px;
	border: 1px solid #2A7EFB;
}
.b2c_grid_left .top_card .tit{
	height: 18px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #13BEDC;
	line-height: 18px;
}
.b2c_grid_left .right_card .tit{
	height: 18px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #2A7EFB;
	line-height: 18px;
}
.b2c_grid_left .desc{
	width: 294px;
	height: 44px;
	margin: 12px auto 0;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	line-height: 22px;
}
.dian_box span{
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-bottom: 4px;
	background-color: #13BEDC;
	border-radius: 50%;
}
.dian_box_right span{
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-bottom: 4px;
	background-color: #2A7EFB;
	border-radius: 50%;
}
.dian_box .big_dian{
	width: 8px;
	height: 8px;
}
.b2c_grid_left .grid_content{
	width: 590px;
	height: 362px;
	border-radius: 4px;
	border: 1px dashed #13BEDC;
	padding: 31px 15px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	width: 100%;
	grid-row-gap: 84px;
	grid-column-gap: 70px;
	background-image: url('/static/images/b2c.png?1=2');
	background-size: 186px 186px;
	background-repeat: no-repeat;
	background-position: center;
}
.right_border{
	background-image: url('/static/images/o2o.png') !important;
	border: 1px dashed #2A7EFB !important;
}
.b2c_grid_left .grid_content .item{
	width: 245px;
	height: 108px;
	background: #FFFFFF;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.08);
	border-radius: 4px;
}
.b2c_grid_left .grid_content .item .tit{
	height: 18px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 18px;
}
.b2c_grid_left .grid_content .item .desc{
	width: 168px;
	height: 44px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	line-height: 22px;
	margin-top: 10px;
}
.section9{
	height: 768px;
	background-image: url('/static/images/mer_section9_bg.png');
}
.section9 .left_img{
	width: 628px;
	height: 450px;
}
.section9 .grid_box{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(3, 1fr);
	width: 514px;
	grid-gap: 30px;
}
.section9 .grid_item{
	width: 106px;
	height: 116px;
	border-radius: 4px;
}
.section9 .active{
	transition: all .7s;
	border-radius: 12px;
	background: linear-gradient(315deg, #D8DEE7, #f3f5f9);
	box-shadow:  -12px -12px 24px #D8DEE7,
				 12px 12px 24px #f3f5f9;
}
.grid_text{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	margin-top: 20px;
}
.section10{
	height: 703px;
	background-image: url('/static/images/mer_sec10_bg.png');
}
.section10 .grid_box{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 1fr);
	width: 100%;
	grid-column-gap: 65px;
	grid-row-gap: 60px;
}
.section10 .grid_item{
	width: 168px;
}
.section10 .grid_item .tit{
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	margin: 30px 0 8px;
}
.section10 .grid_item .desc{
	width: 168px;
	height: 44px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
}
.section11 .section-body {
	display: flex;
}

.section11 .card {
	flex: none;
	width: 578px;
	border-radius: 6px;
	margin: 0 22px;
	box-shadow: 0 3px 16px 1px rgba(0, 38, 116, 0.1);
	background: #FFFFFF url("/static/images/bg_zhuangshi.png") right top/298px 160px no-repeat;
}

.section11 .card-head {
	position: relative;
	height: 100px;
	padding: 28px 0 0 40px;
	background: linear-gradient(90deg, rgba(42, 126, 252, 0.0700) 0%, rgba(255, 255, 255, 0.0300) 100%);
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
}

.section11 .card-head::after {
	content: "";
	position: absolute;
	bottom: 33px;
	left: 40px;
	width: 28px;
	height: 3px;
	background-color: #2A7EFC;
}

.section11 ul {
	padding: 36px 0 24px 30px;
	list-style: none;
}

.section11 li {
	padding: 0 0 30px 0;
	background: left top/30px 30px no-repeat;
	font-size: 16px;
	line-height: 21px;
	color: #757F9F;
}

.section11 li div:first-child {
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
}
.section11 li .desc{
	width: 470px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #757F9F;
	line-height: 22px;
}
.section12 {
	background: url("/static/images/mer/mer_section12_bg.png")
}

.section12 .section-body {
	display: flex;
}

.section12 .card {
	flex: none;
	display: flex;
	align-items: center;
	width: 676px;
	height: 180px;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0 0px 12px 1px rgba(0,0,0,0.1);
}

.section12 .card:first-child {
	margin: 34px -123px 0 0;
	background-color: #ECF0F6;
}

.section12 .card img {
	width: 100px;
	height: 100px;
	margin: 0 35px;
	object-fit: contain;
}

.section12 .title {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
}

 .section12 .message {
	padding: 10px 50px 20px 0;
	font-size: 14px;
	line-height: 21px;
	color: #666666;
}

 .section12 .card:first-child .message {
	padding-right: 139px;
}

 .section12 a {
	font-size: 14px;
	line-height: 20px;
	color: #2A7EFB;
}
.section13{
	height: 627px;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(248,248,252,0.62) 100%);
}
.section13 .grid_box{
	margin-top: 70px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	width: 100%;
	grid-gap: 22px;
}
.section13 .grid_item{
	width: 385px;
	height: 139px;
	border-radius: 2px;
	border: 1px solid #ddd;
}
.section13 .grid_item:hover{
	background: linear-gradient(180deg, #EAEEF5 0%, #FFFFFF 100%);
}
.section13 .grid_item .tit{
	height: 25px;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 25px;
}
.section13 .grid_item .desc{
	width: 266px;
	height: 40px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #777777;
	line-height: 20px;
}
 .section16 {
	background: url("/static/images/criteria_section16_bg.png");
}

 .section16 .section-body {
	display: flex;
}

 .section16 ul {
	flex: none;
	width: 686px;
	padding: 0 23px 19px;
	border-top: 4px solid #2A7EFC;
	border-radius: 6px;
	background-color: #FFFFFF;
}

 .section16 li {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
}
.section16 li a{
	color: #777777;
}
 .section16 li:first-child {
	height: 75px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 28px;
	font-size: 17px;
	color: #333333;
}

 .section16 li div:nth-child(1) {
	width: 125px;
}

 .section16 li div:nth-child(2) {
	flex: 1;
}

.section16 li div:nth-child(3) {
	width: 99px;
}

 .section16 li div:nth-child(4) {
	width: 125px;
}

 .section16 .qrcodes {
	display: flex;
	margin-left: 20px;
	padding: 40px 16px 25px;
	border-top: 4px solid #FF9D00;
	border-radius: 6px;
	background-color: #FFFFFF;
}

 .section16 .qrcodes>div {
	width: 140px;
	margin-right: 21px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

 .section16 .qrcodes>div:last-child {
	margin-right: 0;
}

 .section16 .qrcodes img {
	width: 132px;
	height: 132px;
	margin: 0 auto 8px;
}