/*banner部分-----------------------*/
#download-banner{
	width: 100%;
	height: 520px;
}
#download-banner .banner{
	width: 100%;
	height: 100%;
	background-image: url(../images/banner/download-banner.jpg);
	
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	background-size: cover;
}
#download-banner .banner .banner-title{
	font-family: PingFangSC-Semibold;
	font-size: 52px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	
	margin-bottom: 10px;
}

#download-banner .banner .banner-intro{
	font-family: PingFangSC-Regular;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	
	margin-bottom: 184px;
}
/*banner结束---------------------------------------------*/

/*下载*/
#download{
	/*height: 423px;*/
	background: #202020;
	
	background-image: url(../images/download/bg.jpg);

	background-size: cover;
}


#download .download{
	padding-top: 150px;
	
	height: 100%;	
	position: relative;
}
/*内容*/

#download .download .file-msg{
	width: 540px;
	height: 660px;
	background-color: #282828;
	border-radius: 20px;
	/*padding-top: 106px;*/
}
#download .download .file-picture2{
	margin-right: 46px;
}
/*左边介绍文案*/
#download .download .file-msg .file-intro{
	width: 420px;
	height: 290px;
	padding: 0 60px;
	
	background: linear-gradient(90deg, #3F999B, #63A454);
	border-radius: 20px 20px 0 0;
}

#download .download .file-msg .file-intro .intro-title{
	font-family: PingFang-SC-Bold;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	
	margin-bottom: 20px;
	
	width: 100%;
}

#download .download .file-msg .file-intro .intro-title div p:last-child{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 16px;
	
	margin-top: 10px;
}

#download .download .file-msg .file-intro .intro-title .file-logo{
	margin-right: 20px;
}
#download .download .file-msg .file-intro .intro-title img{
	width: 80px;
	height: auto;
	display: block;
}
#download .download .file-msg .file-intro .intro-text{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 24px;
	
	width: 390px;
	
	margin-bottom: 28px;
}

/*观看教程*/
#download .download .file-msg .file-intro .play-btn{
	width: 140px;
	height: 40px;
	background: rgba(221,221,221,0.3);
	border-radius: 20px;	
}

#download .download .file-msg .file-intro .play-btn img{
	width: 18px;
	height: 18px;
	display: block;
	
	margin-right: 8px;
}

#download .download .file-msg .file-intro .play-btn img:nth-child(2){
	display: none;
}
#download .download .file-msg .file-intro .play-btn p{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
}

#download .download .file-msg .file-intro .play-btn:hover{
	cursor: pointer;
}
#download .download .file-msg .file-intro .play-btn:hover img:first-child{
	display: none;
}
#download .download .file-msg .file-intro .play-btn:hover img:nth-child(2){
	display: block;
}
#download .download .file-msg .file-intro .play-btn:hover p{
	color: #DDDDDD;
}


/*右边版本信息*/
#download .download .file-msg .file-details{
	width:100%;
	height: 370px;
}
#download .download .file-msg .file-details div{
	width: 350px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #999999;
	letter-spacing: 0;
	line-height: 36px;
	
	padding-top: 36px;
}
/*按钮*/
#download .download .file-msg .file-details .file-btn{
	width: 320px;
	height: 60px;
	
	border: 1px solid #00A4EF;
	border-radius: 30px;
	
	text-align: center;
	
	margin: 50px 15px 0 15px;
	
	font-family: PingFang-SC-Bold;
	font-size: 16px;
	color: #00A4EF;
	letter-spacing: 0;
	line-height: 60px;
}

/* #download .download .file-msg .file-details .file-btn a{
	font-family: PingFang-SC-Bold;
	font-size: 16px;
	color: #00A4EF;
	letter-spacing: 0;
	line-height: 60px;
	
	display: inline-block;
	width: 100%;
	height: 100%;
} */
#download .download .file-msg .file-details .file-btn:hover{
	cursor: pointer;
	background: #00A4EF;
	border: none;
	
	color: #FFFFFF;
}
#download .download .file-msg .file-details .file-btn:hover a{
	color: #FFFFFF;
}

/*老版客户端下载*/
.old-file{
	margin-top: 20px;
}
.old-file p:last-child{
	
}
.old-file p:last-child a{
	font-size: 16px;
	color: #00A4EF;
}
.old-file p:last-child{
	
}
/*安装结束---------------------------------------------------------------*/



/*播放视频*/
#video-play{
	/*width: 100%;
	height: 460px;*/
	
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	background-size: cover;
}
/*弹框*/
#video-play .play-popup{
	position: fixed;
	width: 100%;
	height: 100%;
	background: ;
	left: 0;
	top: 0;
	
	display: none;
	
	z-index: 101;
	
	background: rgba(0,0,0,0.5);
}
#video-play .play-popup .paly-close{
	height: 60px;
	background: #333333;
	padding:0 20px;
	
	width: 80vw;
}
#video-play .play-popup .paly-close img{
	width: 24px;
	height: 24px;
	display: block;
	padding: 10px 0px 0 0;
}
#video-play .play-popup .paly-close img:hover{
	cursor: pointer;
	
	transform: rotate(-90deg);
	transform-origin: 55% 65% ;
	transition: transform 0.2s;
}
#video-play .play-popup .play-video{
	padding: 20px;
	padding-top: 0;
	background: #333333;
}
#video-play .play-popup .play-video video{
	width: 80vw;
}

/*影视版隐藏*/
#video-play .play-popup .play-video-video{
	display: none;
}




/*立即注册开始---------------------------------------------------*/
#promptly-login2{
	width: 100%;
	/*height: 180px;*/
	background: #00A4EF;
}
#promptly-login2 .promptly{
	padding: 37px 0;
}
/*左边文案*/
#promptly-login2 .promptly .promptly-left{
	height: 110px;
	width:800px;
	overflow: hidden;
	
	position: relative;
}

#promptly-login2 .promptly .promptly-left p{
	font-family: PingFang-SC-Bold;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 80px;
	
	margin: 15px 0;
	
	position: absolute;
}

#promptly-login2 .promptly .promptly-left p:nth-child(2){
	bottom: -100px;
}

/*按钮*/
#promptly-login2 .promptly .promptly-btn{
	width: 150px;
	height: 50px;
	
	background: #FFFFFF;
	border-radius: 4px;
	
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #00A4EF;
	letter-spacing: 0;
	text-align: center;
	
	line-height:50px ;
}
#promptly-login2 .promptly .promptly-btn a{
	color: #00A4EF;
}
/*自己理解写的*/
#promptly-login2 .promptly .promptly-btn:hover{
	cursor: pointer;
	background: #F0AB12;
	color: #FFFFFF;
}
#promptly-login2 .promptly .promptly-btn:hover a{
	color: #FFFFFF;
}



#promptly-login2 .promptly .promptly-left p:first-child{
	animation: aaa 8s infinite;
}

#promptly-login2 .promptly .promptly-left p:nth-child(2){
	animation: bbb 8s infinite;
}

/*滚动*/
@-webkit-keyframes aaa{
	0%{
		top: 0;
	}
	25%{
		top: 0;
	}
	50%{
		top: -100px;
	}
	50.001%{
		top: 100px;
	}
	75%{
		top: 100px;
		
	}
	100%{
		top: 0;
	}
}


/*滚动*/
@-webkit-keyframes bbb{
	0%{
		bottom: -100;
	}
	25%{
		bottom: -100px;
	}
	50%{
		bottom: 0;
	}

	75%{
		bottom: 0;
	}
	99.999%{
		bottom: 100px;
	}
	100%{
		bottom: -100px;
	}
}


/*立即注册结束---------------------------------------------------------*/


