/* 轮播图 */
#swiper-demo{
	height: 0;
	padding-bottom: 33%;
	width: 100%;
	background-color: rgb(233, 233, 233);
}
.app{
	height: 100%;
}
img{
	width: 100%;
	object-fit: fill;
}
.simple-swiper-container{
	border:none;
}
.swiper-items{
	flex-direction: row;
	position: relative;
}
/* 轮播图特殊按钮 */
.swiper-btn-list{
	position: absolute;
	left: 12%;
	top: 62%;
	/* transform: translate(-50%,-50%); */
	overflow: hidden;
	display: block;
	z-index:  10;
	width: 28%;
}
.swiper-btn-list .btn{
	display: block;
	width: calc((100% - (16px * 2))/ 2);
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	border: 2px solid #fff; 
	background-color: #fff;
	color: #0C98ED;
	border-radius: 0.3em;
	cursor: pointer;
	font-size: calc(100vw * 18 / 1920);
	float: left;
	font-weight: bold;
	line-height: 3em;
	
}
.swiper-btn-list .btn+.btn{
	margin-left: calc(16px * 2);
	background-color: transparent;
	color: #fff;
}
/* 临时轮播的代码 */
.banner-linshi{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 37.5%;
	overflow: hidden;
	position: relative;
}
.banner-linshi img{
	display: block;
	width: 100%;
}
.header.view-center{
	max-width: 1200px;
}


/* 带icon-title的容器盒子 */
.content-box{
	display: block;
	width: 100%;
	padding-top: 6em;
}
.content{
	display: block;
}
.content-title{
	width: 100%;
	line-height: calc(100vw * 100 / 1920);
	margin-bottom: 3em;
}
.content-title-text{
	display: table;
	margin: 0 auto;
	font-weight: bold;
	font-size: 38px;
	position: relative;
}
.content-title-text::before,.content-title-text::after{
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	font-size: 14px;
	background-size: 100% 100%;
}
.content-title-text::before{
	left: -4em;
	top: 52%;
	width: 3em;
	height: 3.3em;
	transform: translateY(-50%);
	background-size: 100% 100%;
	background-image: url(../../statics/images/fadan/title-icon.png);
}
.content-title-text::after{
	left: 50%;
	bottom: -1.5em;
	width: 4em;
	height: 2em;
	transform: translateX(-50%);
	background-image: url(../../statics/images/fadan/title-icon2.png);
}

/* 核心功能 */
.fucntion-list{
	display: block;
	width: 100%;
}
.fucntion-item{
	display: block;
	width: calc((100% - 8em)/ 5);
	box-sizing: border-box;
	float: left;
	background-image: linear-gradient(#E1F1FF,#fff);
	border-radius: 1em;
	border: 2px solid #fff;
	box-shadow: 0 0 10px rgb(0,130,251,.25);
	overflow: hidden;
	position: relative;
}
.fucntion-item+.fucntion-item{
	margin-left: 2em;
}
.function-item-title{
	line-height: calc(14px * 2);
	font-weight: bold;
	font-size: 20px;
	color: #394B61;
	text-align: center;
	margin: 1em 0;
}
.function-item-image{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.function-item-tisp{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 1em;
	color: #394B61;
	text-align: center;
	font-size: 14px;
	line-height: calc(14px * 1.5);
	height: calc(14px * 6.5);
}
.function-item-huodong{
	position: absolute;
	left: -27px;
	top: 15px;
	width: calc(14px * 8);
	line-height: calc(14px * 2);
	height: calc(14px * 2);
	color: #F5E86E;
	text-align: center;
	background-image: linear-gradient(to right,#FF0000,#FF7A00,#FF0000);
	font-size: 14px;
	transform: rotate(315deg);
}

/* 平台优势 superiority */
.superiority-box{
	position: relative;
	z-index: 1;
	display: block;
	background-image: linear-gradient(to right top,#5A93FF 40%,#23CCF1);
}
.superiority-bg{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../statics/images/fadan/superiority-bg.png);
	background-size: cover;
}
.superiority-main{
	position: relative;
	z-index: 3;
}
.superiority-title-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(14px * 13);
	box-sizing: border-box;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: rgba(255,255,255,.5);
	padding: 2em 0;
}
.superiority-titile-center{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.superiority-title-icon{
	display: block;
	width: calc(14px * 6);
	height: calc(14px * 6);
	margin: 0 auto;
}
.superiority-title-text{
	display: block;
	width: 1em;
	font-size: 50px;
	line-height: calc(14px * 4.5);
	text-align: center;
	margin: 0.5em auto 0;
	color: #fff;
	font-weight: bold;
	text-shadow: 3px 3px 8px rgba(53, 76, 194,.57);
}
.superiority-list{
	width: calc(100% - (14px * 13));
	margin-left: calc(14px * 13);
	padding-bottom: 2em;
}
.superiority-item{
	float: left;
	width: calc(100% / 2);
	box-sizing: border-box;
	padding-left: 4em;
	margin-top: 1.5em;
}
.superiority-item-icon{
	float: left;
	width: calc(14px * 6);
	height: calc(14px * 6);
	position: relative;
}
.superiority-item-icon img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 75%;
}
.superiority-data{
	width: calc(100% - 14px * 6);
	float: left;
	margin: calc(14px * 1) 0;
	box-sizing: border-box;
	padding-left: 0.5em;
}
.superiority-data-title,.superiority-data-tisp{
	color: #fff;
	text-shadow: 3px 3px 10px rgba(53, 76, 194,.57);
	line-height: calc(14px * 2);
	font-size: 16px;
}
.superiority-data-title{
	font-size: 20px;
	font-weight: lighter;
}

/* 平台对比 */
.contrast-box{
	display: block;
	overflow: hidden;
	position: relative;
}
.contrast-left,.contrast-right{
	width: calc((100% - 4em) / 2);
	float: left;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
/* 左边 */
.contrast-left{
	background-position: center center;
	padding: 3em 6em 4em 5em;
	background-image: url('../../statics/images/fadan/contrastLeft.png');
}
.contrast-left-title{
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: calc(14px * 7);
	position: relative;
	text-indent: 1em;
	text-shadow: 3px 3px 10px rgba(53, 76, 194,.57);
	margin-bottom: calc(14px * 1);
}
.contrast-left-title::before,.contrast-right-title::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0.4em;
	width: calc(14px * 20);
	height: 4px;
	background-color: #fff;
	box-shadow: 3px 3px 10px rgba(53, 76, 194,.57);
}
.contrast-left-text{
	width: 100%;
	line-height: calc(14px * 3.2);
	color: #fff;
	text-shadow: 3px 3px 10px rgba(53, 76, 194,.57);
}
/* 右边 */
.contrast-right{
	background-image: url('../../statics/images/fadan/contrastRight.png');
	margin-left: 4em;
	padding: 3em 5em 4em 6em;
	background-position: center center;
}
.contrast-right-title{
	width: 100%;
	box-sizing: border-box;
	text-align: right;
	font-size: 24px;
	position: relative;
	padding-right: 1em;
	color: #569AFF;
	font-weight: bold;
	line-height: calc(14px * 7);
	text-shadow: 3px 3px 10px rgb(53 76 194 / 57%);
	margin-bottom: calc(14px * 1);
}
.contrast-right-title::before{
	background-color: #569AFF;
	right: 0;
	left: unset;
	width: calc(14px * 16);
}
.contrast-right-text{
	width: 100%;
	text-align: right;
	color: #569AFF;
	line-height: calc(14px * 3.2);
}
/* 中间 */
.contrast-center{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 34%;
	height: 0;
	padding-bottom: 34%;
	background-image: url("../../statics/images/fadan/contrastCenter.png");
	background-size: 100% 100%;
}


/* 功能展示 */
.preview-item{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 45%;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin-top: 6em;
}
.preview-item img{
	display: block;
}
.preview-item-image-main{
	position: absolute;
	border: 8px solid #fff;
	border-radius: 1.5em;
	overflow: hidden;
	/* box-shadow: inset 0px 0px 90px 1px #3E8BFF; */
}
.preview-item-image-tisp{
	position: absolute;
	display: block;
}
.preview-item-title-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
}
.preview-item-title{
	padding-left: calc(14px * 3.5);
	font-weight: bold;
	font-size: 32px;
	line-height: calc(14px * 3);
	position: relative;
}
.preview-item-title::before{
	content: '';
	display: block;
	position: absolute;
	left: calc(14px * 1.5);
	top: 60%;
	transform: translate(-50%,-50%);
	width: calc(14px * 3);
	height: calc(14px * 3);
	background-image: url('../../statics/images/fadan/alert-icon.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.preview-item-title-tisp{
	font-size: 15.5px;
	line-height: calc(14px * 2);
	margin-top: calc(14px * 1);
}
.preview-line{
	position: absolute;
}
/* 功能1 */
.style1 .preview-item-image-main{
	top: 0;
	right: 0;
	width: 60%;
}
.style1 .preview-item-image-tisp{
	left: 15%;
	bottom: 0;
	width: 20%;
	transform: translateX(-50%);
}
.style1 .preview-item-title-box{
	left: 0;
	top: 0;
	width: 30%;
}
.style1 .preview-line{
	left: 26%;
	top: 60%;
	width: 10%;
	height: 10%;
	border-top: 2px solid #0267FF55;
}
/* 功能2 */
.style2 .preview-item-image-main{
	top: 0;
	left: 0;
	width: 60%;
	z-index: 3;
}
.style2 .preview-item-image-tisp{
	left: 8%;
	bottom: 0;
	width: 70%;
	z-index: 4;
}
.style2 .preview-item-title-box{
	left: 66%;
	top: 8%;
	width: 30%;
	z-index: 5;
}
.style2 .preview-line{
	left: 63%;
	top: 47%;
	width: 10%;
	height: 14%;
	border-top: 2px solid #0267FF55;
	border-right: 2px solid #0267FF55;
	border-top-right-radius: 1em;
}
/* 功能3 */
.style3{
	padding-bottom: 50%;
}
.style3 .preview-item-image-main{
	top: 0;
	right: 0;
	width: 60%;
	z-index: 3;
}
.style3 .preview-item-image-tisp{
	right: 21%;
	bottom: 0;
	width: 70%;
	z-index: 4;
}
.style3 .preview-item-title-box{
	left: 0;
	top: 8%;
	width: 30%;
	z-index: 5;
}
.style3 .preview-line{
	left: 79%;
	bottom: 10%;
	width: 10%;
	height: 14%;
	border-bottom: 2px solid #0267FF55;
	border-right: 2px solid #0267FF55;
	border-bottom-right-radius: 1em;
}



/* 7天数据 */
.data-list{
	display: block;
	width: 80%;
    margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.data-item{
	display: block;
	width: calc(100% / 3);
	overflow: hidden;
	float: left;
	padding-top: 10em;
	padding-bottom: 6em;
	background-image: url(../../statics/images/fadan/data-bg.png);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center center;
	margin-top: 4em;
}
.data-value{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #185FFE;
	font-size: 45px;
	line-height: calc(16px * 3.5);
}
.data-title{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #303030;
	font-size: 28px;
	line-height: calc(16px * 3.5);
}
.data-item.big .data-value{
	font-size: 45px;
	line-height: calc(16px * 4);
}
.data-item.big .data-title{
	font-size: 40px;
	line-height: calc(16px * 4);
}
.data-item.big{
	margin-top: 0;
	background-size: 90%;
	padding-top: 16em;
	padding-bottom: 4em;
}
.data-embellish{
	display: block;
	position: absolute;
	background-image: url(../../statics/images/fadan/data-bg.png);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center center;
}


/* 合作平台 */
.pingtai{
	display: table;
	margin: 0 auto;
	width: unset;
	padding-top: 2em;
}
.pingtai.fucntion-list .fucntion-item{
	width: 150px;
	background-image: none;
	border-radius: none;
	border: none;
	box-shadow: none;
}
.pingtai.fucntion-list .fucntion-item+.fucntion-item{
	margin-left: 2em;
}


/* 弹窗 */
.alert-box{
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 97;
}
.alert-shadow{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 98;
}
.alert-content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 1em;
	z-index: 99;
}
.shiyong{
	width: 850px;
	box-sizing: border-box;
	padding: 1em 4em 3em;
}
.shiyong-titlte,.shiyong-text{
	display: table;
	margin: 0 auto;
	text-align: center;
	line-height: calc(24px * 4);
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
.shiyong-qrocde{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.shiyong-qrocde img{
	display: block;
	width: calc(100% / 3);
	float: left;
}
.shiyong-text{
	margin-bottom: 0;
	font-weight: unset;
	font-size: 14px;
	line-height: calc(14px * 3);
}
.alert-title-icon::after{
	position: absolute;
	top: 53%;
	left: -2em;
	content: '';
	display: block;
	width: calc(14px * 2);
	height: calc(14px * 2);
	background-image: url(../../statics/images/fadan/alert-icon.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transform: translateY(-50%);
}
.downFile{
	width: 500px;
	max-height: 80%;
	box-sizing: border-box;
	padding: 4em 1em 4em 4em;
	overflow: auto;
}
.downFile-step{
	display: block;
	padding-bottom: 2em;
	position: relative;
}
.downFile-title{
	position: relative;
	font-weight: bold;
}
.downFile-title span{
	font-size: 24px;
	margin-right: calc(14px * 0.5);
}
.downFile-step-content{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 1em 0 0 calc(14px * 2.5);
}
.downFile-link{
	display: table;
	overflow: hidden;
	color: #000AFF;
	text-decoration: underline;
}
.downFile-step::before{
	content: '';
	display: block;
	position: absolute;
	left: -1em;
	top: 3em;
	width: 2px;
	height: calc(100% - 3.5em);
	background-image: linear-gradient(rgba(2,103,255,.46),#0267FF);
	transform: translateX(-50%);
}
.downFile-step:last-child::before{
	display: none;
}
.downFile-image-box{
	display: block;
	position: relative;
	max-width: 40%;
	border-radius: 1em;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	overflow: hidden;
	cursor: pointer;
}
.fangda-btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	/* transition: all .5s; */
}
.fangda-btn img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 3em;
}
.downFile-image{
	display: block;
	width: 100%;
	overflow: hidden;
}
.downFile-image-box:hover .fangda-btn{
	opacity: 1;
}
.look-image .downFile{
	width: 80%;
	max-height: 90%;
	padding: 0;
}
.alert-close{
	display: block;
	position: absolute;
	right: 2em;
	top: 2em;
	transform: translate(50%,-50%);
	width: 1em;
	cursor: pointer;
}
.beiyong-btn{
	display: none;
}
/* .header-login a{
	border-radius: 0.5em;
	font-weight: bold;
} */
.alert-title-icon span{
	cursor: pointer;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}
.copy-su{
	position: fixed;
	left: 50%;
	top: 50%;
	color: #fff;
	background-color: rgba(0,0,0,.7);
	border-radius: 0.5em;
	font-size: 14px;
	padding: 0 2em;
	line-height: calc(14px * 3);
	z-index: 999;
	transform: translate(-50%,-50%);
}

@media (max-width: 1200px) {
	.content-title-text{
		font-size: 28px;
	}
	.content-title-text::before{
		width: 2em;
		height: 2.3em;
		left: -2.5em;
	}
	.content-title-text::after{
		width: 2.5em;
		height: 2em;
	}
	.fucntion-list{
		display: block;
		width: 100%;
		overflow: auto;
		white-space: nowrap;
		box-sizing: border-box;
		/* padding: 1em 2em; */
		/* 标记1 */
	}
	.fucntion-item{
		display: inline-block;
		width: 180px;
		box-sizing: border-box;
		float: none;
		margin: 1em 2em;
	}
	.fucntion-item+.fucntion-item{
		margin-left: 0;
	}
	.function-item-tisp{
		white-space: break-spaces;
	}
	.swiper-btn-list{
		display: none;
	}
	.pingtai.fucntion-list .fucntion-item{
		width: calc(100% / 5);
		display: block;
		float: left;
	}
	.pingtai.fucntion-list .fucntion-item+.fucntion-item{
		margin-left: 0em;
	}
	.pingtai{
		padding-top: 0;
	}
	.downFile{
		width: 80%;
		padding: 1em 1em 1em 3em;
	}
	.downFile-title{
		font-size: 14px;
	}
	.downFile-title span{
		font-size: 16px;
	}
	.alert-close{
		display: none;
	}
	.downFile-link{
		white-space: normal;
		font-size: 12px;
	}
	.downFile-step-content{
		padding: calc(14px * 1) 0 0 calc(14px * 1);
	}
	.downFile-image-box{
		max-width: 90%;
	}
	.look-image .downFile{
		transform: rotate(90deg) translate(-27%,94%);
		width: 168%;
		max-height: 90%;
	}
	.shiyong{
		width: 80%;
		padding: 1em 2em;
	}
	.shiyong-titlte, .shiyong-text{
		line-height: calc(24px * 1);
		margin: 2em auto;
	}
	.alert-title-icon::after{
		display: none;
	}
	.shiyong-qrocde{
		width: 80%;
	}
	.beiyong-btn{
		display: block;
		position: relative;
		left: 0;
		top: 0;
		overflow: hidden;
		margin-top: 0.5em;
	}
	.swiper-btn-list.beiyong-btn{
		display: block;
		width: 100%;
	}
	.beiyong-btn .btn{
		float: left;
		width: calc((100% - (16px * 3)) / 2);
		margin-left: calc(16px * 1);
		box-sizing: border-box;
		line-height: calc(14px * 2.5);
		display: block;
		margin-top: 0;
		font-size: 12px;
		text-align: center;
		padding: 0;
		background-color: #0C98ED;
		color: #fff;
		border-color: #0C98ED;
	}
	.swiper-btn-list .btn+.btn{
		margin-left: calc(16px * 1);
		color: #0C98ED;
	}
	.content-box{
		padding-top: 3em;
	}
	
	
	/* 平台优势 */
	.superiority-title-box{
		position: unset;
		height: unset;
		width: 100%;
		padding: 0;
		border: none;
	}
	.superiority-titile-center{
		position: unset;
		transform: none;
		overflow: hidden;
		margin: 0 auto;
		display: table;
		padding: 1em 0;
	}
	.superiority-title-icon{
		float: left;
	}
	.superiority-title-text{
		float: left;
		width: auto;
		margin-top: 0;
		font-size: 40px;
	}
	.superiority-title-icon{
		width: calc(14px * 3.5);
		height: calc(14px * 3.5);
		margin: 0.5em;
	}
	.superiority-list{
		margin-left: 0;
		width: 100%;
	}
	.superiority-item{
		padding-left: 0;
	}
	.superiority-item-icon{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.superiority-data{
		display: block;
		width: 100%;
		padding: 0 1em;
		margin-top: 0;
	}
	.superiority-data-title, .superiority-data-tisp{
		text-align: center;
		width: 100%;
		overflow: hidden;
	}
	.superiority-data-tisp{
		height: calc(14px * 4);
		font-size: 14px;
	}
	
	.preview-item{
		margin-top: 9em;
	}
	.style1 .preview-item-title-box,
	.style2 .preview-item-title-box,
	.style3 .preview-item-title-box{
		left: 50%;
		top: -56%;
		width: 100%;
		right: unset;
		transform: translateX(-50%);
		box-sizing: border-box;
		padding: 0 3em;
	}
	.style1 .preview-item-title-box,
	.style2 .preview-item-title-box{
		top: -57%;
	}
	
	.style1 .preview-item-image-main{
		right: 8%;
	}
	.style1 .preview-item-image-tisp{
		left: 26%;
		bottom: 0;
		width: 32%;
	}
	.style1 .preview-line{
		left: 16%;
		top: 8%;
	}
	
	.style2 .preview-item-image-main{
		top: 0;
		left: 11%;
		width: 60%;
		z-index: 3;
	}
	.style2 .preview-item-image-tisp{
		left: 21%;
	}
	.style2 .preview-line{
		left: 21%;
		left: 77%;
		width: 7%;
	}
	
	
	.style3{
		padding-bottom: 45%;
	}
	.style3 .preview-item-image-main{
		right: 8%;
	}
	.style3 .preview-line{
		left: 17%;
		bottom: 54%;
		width: 8%;
		height: 14%;
		border-top: 2px solid #0267FF55;
		border-left: 2px solid #0267FF55;
		border-right: none;
		border-bottom: none;
		border-top-left-radius: 1em;
	}
	.preview-item-title{
		font-size: 24px;
		display: table;
		margin: 0 auto;
	}
	.preview-item-title-tisp{
		color: #333;
		margin-top: 0;
		text-align: center;
	}
	.preview-item{
		overflow: inherit;
	}
	.data-value{
		font-size: 30px;
		line-height: calc(16px * 2);
	}
	.data-title{
		font-size: 16px;
		line-height: calc(16px * 2);
	}
	.data-item.big .data-value{
		font-size: 34px;
		line-height: calc(16px * 2);
	}
	.data-item.big .data-title{
		font-size: 20px;
		line-height: calc(16px * 2);
	}
	.data-item{
		padding-top: 20%;
		padding-bottom: 10%;
		margin-top: 10%
	}
	.data-item.big{
		padding-top: 30%;
		padding-bottom: 10%;
	}
	.pingtai{
		position: relative;
		width: 60%;
		height: 0;
		padding-bottom: 35%;
		overflow: hidden;
	}
	.pingtai.fucntion-list .fucntion-item{
		margin-top: 0;
		width: calc(100% / 3.5);
		position: absolute;
		margin: 0;
	}
	.pingtai.fucntion-list .fucntion-item:nth-child(1){
		left: 34%;
		top: 0;
		transform: translateX(-50%);
	}
	.pingtai.fucntion-list .fucntion-item:nth-child(2){
		left: 66%;
		top: 0%;
		transform: translateX(-50%);
	}
	.pingtai.fucntion-list .fucntion-item:nth-child(3){
		left: 50%;
		top: 75%;
		transform: translate(-50%,-50%);
	}
	.pingtai.fucntion-list .fucntion-item:nth-child(4){
		left: 18%;
		top: 75%;
		transform: translate(-50%,-50%);
	}
	.pingtai.fucntion-list .fucntion-item:nth-child(5){
		left: 82%;
		top: 75%;
		transform: translate(-50%,-50%);
	}
	
	.contrast-box{
		width: calc(100% - 2em);
		margin: 0 auto;
	}
	.contrast-left,.contrast-right{
		position: relative;
		border-radius: 1em;
		overflow: hidden;
		width: 50%;
		padding: 1em;
		background-image: linear-gradient(to right bottom,#569AFF,#AACAFF,#81B2FF);
	}
	.contrast-left-title{
		text-indent: 0;
		text-align: center;
	}
	.contrast-left-title::before, .contrast-right-title::before{
		width: 100%;
	}
	.contrast-left-text,.contrast-right-text{
		line-height: calc(14px * 1.5);
		height: calc(14px * 3);
		margin-bottom: 1.5em;
	}
	.contrast-center{
		display: none;
	}
	.contrast-left{
		padding: 3em 1em;
		box-shadow: 0 0 10px rgba(0,130,251,.25);
		z-index: 4;
	}
	.contrast-right{
		z-index: 3;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin: 2em 0;
		margin-left: 0;
		background-image: linear-gradient(to right bottom,#D8EAFF,#F3F8FF,#DFECFF);
	}
	.content-title-text::after{
		content: none;
	}
	.content-title{
		margin-bottom: 1em;
	}
	.moblie-hide{
		display: none;
	}
	
	
	.shiyong-qrocde img{
		display: block;
		width: 80%;
		float: unset;
		margin: 0 auto;
	}
	.shiyong-qrocde{
		width: 60%;
	}
}