html,
body {
	padding: 0;
	margin: 0;
	font-family: SourceHanSansCN-Medium;
}

#headerTitle {
	height: 70px;
	width: 100%;
	position: fixed;
	z-index: 9999;
	background: #1C224800;
}

.headerContent {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-content: space-around;
	flex-wrap: wrap;
	height: 100%;
	position: relative;
}

.titleNav {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 400;
	margin-right: 30px;
}

.logo {
	height: 44px;
}

.logo>img,
.logoText {
	vertical-align: middle;
}

.logoText {
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 500;
	line-height: 20px;
	margin-left: 10px;
}

.counts {
	min-width: 520px;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 500;
	height: 44px;
	margin-top: 12px;
	position: absolute;
	right: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.downloadCount,
.downloadCount_fh {
	font-size: 32px;
	color: #FF9532;
	line-height: 48px;
	font-weight: 500;
}

.countBtn {
	display: inline-block;
	width: 145px;
	height: 48px;
	text-align: center;
	background-image: linear-gradient(90deg, #00A3FF 0%, #1360FF 99%);
	border-radius: 9px;
	line-height: 48px;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	font-weight: 700
}

.downloadBtn {
	cursor: pointer;
}

.ssTran {
	position: relative;
	left: 220px;
	top: -30px;
	animation: fadenum 1s infinite;
	/*animation-direction: alternate;
	-webkit-animation-direction: alternate;*/
	/* Safari 和 Chrome */
}

@keyframes fadenum {
	50% {
		transform: translate(-40px, -50px);
	}
}

@keyframes likes {
	100% {
		transform: scale(0.9, 0.9);
	}
}

#animationDownloadBtn {
	/*animation: likes 1s infinite;
	animation-direction: alternate;*/
	font-size: 32px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 96px;
	overflow: hidden;
}

#animationDownloadBtn>img {
	vertical-align: middle;
}

.animationGm {
	height: 100%;
	width: 60px;
	position: absolute;
	background: #fff;
	opacity: 0.5;
	transform: skew(-30deg);
	animation: ss 1s infinite;
}

@keyframes ss {
	0% {
		transform: skew(-30deg);
		transform: skew(-30deg) translate(-50px, 0);
	}

	100% {
		transform: skew(-30deg);
		transform: skew(-30deg) translate(450px, 0);
	}
}

.headerContent>.downloadBtn {
	width: 124px;
	height: 44px;
	background: #FF6D00;
	border-radius: 4px;
	letter-spacing: 0;
	text-align: center;
	margin-top: 16px;
	margin-left: auto;
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 96px;
	vertical-align: middle;
}

i {
	/* 用border值来控制箭头粗细 */
	border: 3px solid #fff;
	/* 上、右、下、左  四个边框的宽度 */
	border-width: 0px 3px 3px 0px;
	display: inline-block;
	/* padding值控制箭头大小 */
	padding: 14px;
	opacity: 0.7;
}

.sectionTitle {
	padding-top: 80px;
	font-size: 48px;
	color: #333333;
	text-align: center;
	font-weight: 700;
	line-height: 48px;
}

.sectionTitle img {
	vertical-align: top;
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#content {
	height: 960px;
	background-image: url(../images/bg@1x.jpg);
	background-size: 100% 100%;
	text-align: center;
}

#content>.introduce {
	text-align: center;
	line-height: 46px;
	padding-top: 250px;
	font-size: 56px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 900;
	padding-bottom: 20px;
}

#content .introduceDownload {
	background-image: linear-gradient(90deg, #00A3FF 0%, #1360FF 99%);
	border-radius: 24px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	font-weight: 500;
	width: 159px;
	vertical-align: middle;
	height: 3rem;
}

#content>.proInfo {
	font-size: 28px;
	color: #FFF;
	font-weight: 500;
	margin-top: 40px;
}

#content .contentTip>div {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 400;
	margin-top: 36px;
	text-align: center;
	display: inline-block;
	margin-right: 3rem;
}

#content .contentTip>div>img {
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 16px;
}

#content .icDiv {
	display: inline-block;
	margin-right: 80px;
}

#content .icDiv>img,
#content .icDiv>span {
	vertical-align: middle;
}

#content .downloadBtn,
#feature .downloadBtn,
#batch .downloadBtn {
	width: 242px;
	height: 80px;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 80px;
	margin-top: 40px;
	background-image: linear-gradient(90deg, #00A3FF 0%, #1360FF 99%);
	border-radius: 16px;
}

.downloadBtn img {
	vertical-align: middle;
}

.downText {
	vertical-align: middle;
}

.downDiv {
	line-height: 22px;
	padding-top: 20px;
}

#content>.downloadBtn img,
#plzh .downloadBtn img {
	vertical-align: middle;
	margin-right: 12px;
}


/*#content .downText,
#downView .downText {
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 96px;
	vertical-align: middle;
}*/

#content>.versions {
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 400;
}

#content>.versions img,
#content>.versions span {
	margin-right: 12px;
	vertical-align: middle;
}

.downLoadBtn {
	width: 260px;
	height: 70px;
	background-image: linear-gradient(270deg, #f44336 0%, #ff8660 100%);
	border-radius: 4px;
	font-family: SourceHanSansCN-Regular;
	font-size: 32px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#parade {
	height: auto;
	text-align: center;
	background-size: 100%;
	display: flex;
	flex-direction: column;
	margin: 30px 0px 50px;
}

.fuctionInfo {
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: 0px;
	padding: 0px 0px 20px;
}

.fuctionInfo_warp {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	justify-content: center;
}

.fuctionInfo_warp .card {
	width: 175px;
	height: auto;
	text-align: center;
	display: inline-block;
}

.fuctionInfo_warp .card>img {
	margin: 30px auto 20px auto;
	display: block;
	width: 100px;

}

.fuctionInfo_warp .cardText {
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.79px;
	text-align: center;
	font-weight: 400;
	display: block;
}

#feature {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}

#batch {
	display: flex;
	justify-content: center;
	margin-top: 100px;
	flex-direction: row-reverse;
	margin-bottom: 30px;
}



.function_title {
	font-size: 40px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	line-height: 60px;
	font-weight: 900;
	margin: 30px auto 10px;
}

.function_title span {
	color: #0985FF;
}

.function_subtitle {
	text-align: center;
	font-size: 24px;
	color: #666666;
	letter-spacing: 0;
	text-align: center;
	font-weight: 400;
	margin: 0 auto;
}

.batch_r,
.batch_l,
.feature_l,
.feature_r {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* width: 50%; */
}

.batch_r {
	width: 480px;
	padding: 0px 100px 0px 0px;
}

.feature_l {
	width: 560px;
	padding: 0px 30px;
	/* padding: 0px 0px 0px 25%; */
}

.batch_r_sub {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.batch_r_sub span {
	font-size: 20px;
	color: #0985FF;
	letter-spacing: 0;
	text-align: center;
	font-weight: 600;
	padding: 8px 20px;
	background: #D7EBFF;
	border-radius: 8px;

}


.gif_img {
	margin-top: 50px;
	display: block;
	position: relative;
	animation: move 2s infinite;
}

@keyframes move {
	0% {
		top: 0;
	}

	50% {
		top: 50px;
	}

	100% {
		top: 0;
	}
}

.downloadBtnhoverctive1 {
	position: relative;
	overflow: hidden;
}

.downloadBtnhoverctive1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 500%;
	left: 50%;
	top: 0%;
	margin-left: -50%;
	margin-top: -50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
	animation: spread 1.5s infinite both;
	-webkit-animation: spread 1.5s infinite both;
	-moz-animation: spread 1.5s infinite both;
	-o-animation: spread 1.5s infinite both;
}


.downloadBtnhoverctive {
	position: relative;
	overflow: hidden;
}

.downloadBtnhoverctive:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 500%;
	left: 50%;
	top: -50%;
	margin-left: -50%;
	margin-top: -50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, .1);
	animation: spread 1.5s infinite both;
	-webkit-animation: spread 1.5s infinite both;
	-moz-animation: spread 1.5s infinite both;
	-o-animation: spread 1.5s infinite both;
}



@keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes spread {
	0% {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
}





@keyframes pronamei {
	0% {
		top: -8px;
	}

	50% {
		top: 8px;
	}

	100% {
		top: -8px;
	}
}

@-webkit-keyframes pronamei {
	0% {
		top: -8px;
	}

	50% {
		top: 8px;
	}

	100% {
		top: -8px;
	}
}

.card:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-webkit-transition: all .3s;
}