html {
	font-size: 12px;
	height: 100%;
	-webkit-text-size-adjust: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 1.5;
	color: #808080;
	height: 100%;
	font-family: "微软雅黑";
	box-sizing: border-box;
	background: #fff;
	background-size: cover;
}

a {
	text-decoration: none;
	color: #121415;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
.top{
	background: url(../images/tbg.png) no-repeat center;
	background-size: cover;
	height: clamp(360px,33.33vw,852px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.top .slogan{
	font-size: clamp(36px,4vw,72px);
	line-height: 1.38;
	color: #000000;
	position: relative;
	margin-top: 36px;
	letter-spacing: clamp(2px,1vw,10px);
}
.top .slogan::after{
	content: "";
	background: url(../images/tico.png) no-repeat;
	background-size: contain;
	width: 32px;
	height: 37px;
	position: absolute;
	bottom: 70%;
	left: 100%;
}
.download-group{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 56px 0;
}
.download-cell{
	padding: 0 12px;
	position: relative;
}
.QR-popup{
	display: none;
	position: absolute;
	transform: translateX(-50%);
	z-index: 100;
}
.QR-code{
	background: #fff;
	border-radius:  clamp(8px,1vw,16px);
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 10px;
	z-index: 20;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);

}
.QR-code .tit{
	font-size: 12px;
	color: #000000;
	font-weight: 400;
	padding-bottom: 4px;
	white-space: nowrap;
}
.QR-code .exp{
	font-size: 12px;
	color: #8E8E93;
	transform: scale(85%);
	padding-top: 4px;
}
.download{
	display: flex;
	align-items: center;
	justify-content: center;
	width:  clamp(220px,15vw,282px);
	height: clamp(46px,3.6vw,64px);
	line-height: clamp(46px,3.6vw,64px);
	border: 1px solid #242424;
	border-radius: 36px;
	background: none;
	cursor: pointer;
	color: #242424;
	font-size: clamp(16px,1.25vw,24px);
	font-family: Arial;
	position: relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.undownload{
	display: flex;
	align-items: center;
	justify-content: center;
	width:  clamp(220px,15vw,282px);
	height: clamp(46px,3.6vw,64px);
	line-height: clamp(46px,3.6vw,64px);
	border: 1px solid #242424;
	border-radius: 36px;
	background: none;
	color: #242424;
	font-size: clamp(16px,1.25vw,24px);
	font-family: Arial;
	position: relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor:default;
}
.download:active {
	background: transparent;
}
.waiting{
	display: block;
	position: absolute;
	bottom: 80%;
	right: -12px;
	background: #FF525E;
	border: 1px solid #F9443B;
	padding: 0 8px;
	border-radius: 8px 8px 8px 0;
	font-size: 14px;
	text-shadow: 1px 1px 2px #00000040;
	white-space: nowrap;
	color: #fff;
	height: 28px;
	line-height: 28px;
}
.download.primary{
	background: linear-gradient(90deg, #FFDF3C 0%, #FBD11E 100%);
	border: none;
}
.download .icon{
	background: url(../images/download_circle.png) no-repeat;
	background-size: contain;
	width: 33px;
	height: 32px;
	margin-right: 12px;
}
.download .icon2{
	background: url(../images/download.png) no-repeat center;
	width: 16px;
	height: 16px;
	margin-right: 12px;
}
.flex-box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.flex-row{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.yxj-swiper{
	padding: clamp(36px,4vw,72px) 0;
	position: relative;
	z-index: 10;
	max-width: 1280px;
	margin: 0 auto;
}
.yxj-swiper .swiper-pagination-progressbar{
	top: auto;
	bottom: 0;
}
.yxj-intro{
	padding-top: clamp(36px,4vw,72px);
	padding-bottom: clamp(28px,3.6vw,60px);
}
.yxj-intro .img{
	width: 514px
}
.yxj-intro .intro{
	width: 492px;
	padding-top: 48px;
	text-align: justify;
}
.yxj-intro .intro .title{
	font-size: 52px;
	color: #000000;
	word-break: break-all;
}
.yxj-intro .intro .desc{
	font-size: 14px;
	color: #414141;
	padding-top: 24px;
	line-height: 1.6;
}
.yxj-intro .intro .download{
	width:  clamp(160px,14vw,260px);
	height: clamp(36px,3.5vw,60px);
	line-height: clamp(36px,3.5vw,60px);
	font-size:  clamp(14px,1.1vw,18px);
	margin-top: 60px;
}
.yxj-intro .intro .undownload{
	width:  clamp(160px,14vw,260px);
	height: clamp(36px,3.5vw,60px);
	line-height: clamp(36px,3.5vw,60px);
	font-size:  clamp(14px,1.1vw,18px);
	border: 1px solid #242424;
	margin-top: 60px;
}
.bottom{
	background: #F7F9FA url(../images/yxj_btmimg.png) no-repeat bottom;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: clamp(600px,60vw,960px);
	position: relative;
	z-index: 0;
}
.bottom .slogan{
	font-size: clamp(24px,3vw,52px);
	line-height: 1.38;
	color: #000000;
	position: relative;
	z-index: 10;
	margin-top: 36px;
	letter-spacing: clamp(2px,1vw,10px);
}
.bottom .slogan::after{
	content: "";
	background: url(../images/vector.png) no-repeat right;
	background-size: contain;
	width: 177px;
	height: 98px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.bottom .sub-slogan{
	font-size: 14px;
	line-height: 1.6;
	color: #414141;
	max-width: 60em;
	text-align: center;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
}
.bottom .download-group{
	padding-top:  clamp(30px,4vw,80px);
}
.fbg{
	background: #242424;
}
.footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16px;
	padding: 15px 0;
	line-height: 1;
	color: rgba(255,255,255,0.7);
	max-width: 1280px;
	margin: 0 auto;
}
.ft-txt{
	white-space: nowrap;
	padding: 5px;
}
.footer a{
	color: rgba(255,255,255,0.7);
}

.tips-info {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1001;
}

.tips-img {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 1002;
	width: 200px;
}
@media (max-width: 1600px) {
	.yxj-swiper{
		padding-top: clamp(24px,2.5vw,40px);
		padding-bottom: clamp(24px,2.5vw,40px);
		padding-left: 10%;
		padding-right: 10%;
		position: relative;
		max-width: 100%;
	}
	.fbg{
		padding-left: 10%;
		padding-right: 10%;
	}
	.footer{
		font-size: 14px;
	}
	.yxj-intro .intro{
		width: clamp(240px,30vw,492px);
	}
	.yxj-intro .intro .title{
		font-size: clamp(24px,3.2vw,48px);
		color: #000000;
	}
	.yxj-intro .img{
		width: clamp(300px,32vw,514px)
	}
    .bottom .sub-slogan{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 480px) {
	.top{
		height: auto;
		padding: 60px 0 30px 0;
	}
	.top .slogan{
		font-size: 32px;
	}
	.top .slogan::after{
		width: 24px;
		height: 24px;
	}
	.logo img{
		height: 30px;
	}
	.yxj-swiper{
		padding: 0 12px;
	}
	.download-group{
		flex-direction: column;
	}
	.download{
		margin-top: 20px;
	}
	.download .icon{
		width: 24px;
		height: 24px;
	}
	.flex-box{
		flex-direction: column;
	}
	.flex-row{
		flex-direction: column;
	}
	.yxj-intro .img{
		width: 100%;
		box-sizing: border-box;
		padding: 0 30%;
	}
	.yxj-intro .intro{
		width: 100%;
		text-align: center;
	}
	.bottom .sub-slogan{
		width: 100%;
		box-sizing: border-box;
		padding: 0 24px;
	}
	.bottom .slogan::after{
		width: 200px;
		height: 40px;
	}
	.yxj-intro .intro .download{
		margin-right: auto;
		margin-left: auto;
		margin-top: 24px;
	}
	.yxj-intro .intro .undownload{
		margin-right: auto;
		margin-left: auto;
		margin-top: 24px;
	}
	.bottom{
		height: auto;
	}
	.fbg{
		padding: 0 12px;
	}
	.footer{
		flex-direction: column;
		padding: 10px 12px;
		font-size: 12px;
	}
	.download .icon2{
		width: 12px;
		height: 12px;
	}
	.mb-hide{
		display: none;
	}
	.QR-popup{
		display: none !important;
	}
	.download-group{
		padding-top: 30px;
		padding-bottom: 60px;
	}
}
