*{
	margin:0;
	padding:0;
}
html,body{
	height:100%;
}
body{
	font-family:"microsoft yahei";
	background-color: #F7F9FC;
}
.swiper-container {
  /*  width: 320px;
    height: 480px;*/
	width: 100%;
    height: 100%;
	background:#0C0E23;

  
}  


.swiper-slide1{
	width:100%;
	height:100%;
	background:url(../upload/index.jpg) no-repeat center center;
	background-size:contain;
}

.swiper-slide2{
	width:100%;
	height:100%;
	background:url(../upload/box.jpg) no-repeat center center;
	background-size:contain;
}

.swiper-slide3{
	width:100%;
	height:100%;
	background:url(../upload/activity.jpg) no-repeat center center;
	background-size:contain;
}
.swiper-slide4{
	width:100%;
	height:100%;
	background:url(../upload/card.jpg) no-repeat center center;
	background-size:contain;
}
.swiper-slide5{
	width:100%;
	height:100%;
	background:url(../upload/about.png) no-repeat center center;
	background-size:contain;
}

img{
	display:block;
}
.swiper-pagination{
	display: none;
}
.swiper-pagination-bullet {
width: 6px;
height: 6px;
background: #fff;
opacity: .4;
}
.swiper-pagination-bullet-active {
opacity: 1;
}
@-webkit-keyframes start {
	0% {opacity: 1;-webkit-transform: translate(0,10px);}
	50% {opacity: 1;-webkit-transform: translate(0,0);}
	100% {opacity: 1;-webkit-transform: translate(0,10px);}
}
@-moz-keyframes start {
	0% {opacity: 1;-moz-transform: translate(0,10px);}
	50% {opacity: 1;-moz-transform: translate(0,0);}
	100% {opacity: 1;-moz-transform: translate(0,10px);}
}
@keyframes start {
	0% {opacity: 1;transform: translate(0,10px);}
	50% {opacity: 1;transform: translate(0,0);}
	100% {opacity: 1;transform: translate(0,10px);}
}

.ani{
	position:absolute;
	}
.txt{
	position:absolute;
}
.array{
	position:absolute;z-index:999;-webkit-animation: start 1.5s infinite ease-in-out;
}
/*------------------ ios下载弹窗 -----------------*/
.mask{display:none;z-index:999999;background:rgba(0,0,0,.5);position:fixed;left:0;right:0;top:0;bottom:0;}
.alert-box{position:absolute;width:86%;left:50%;top:50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%); background:#f9f9f9;height:auto;padding: 3%;border-radius: 5px;-webkit-transition: all .3s;transition: all .3s;}
.close-btn{width:40px;height:40px;position:absolute;right:3%;top:3%;z-index:3;background:url(../images/c_lose.png) no-repeat center;background-size:100% auto;display: block}

.alert-btn{z-index:10;width:100%;margin:10px auto;height:16px;line-height:16px;background:#0093ff;position:relative;border-radius: 10px;}
.color-bar{z-index:12;position:absolute;width:100%;height:100%;left:0;top:0;text-align:center;border-radius: 10px;}
.top-bar{z-index:15;background:#0093ff;width: 1%}
.buttom-bar{background:#b8b8b8}
.text-bar{display:block;z-index:16;color:#fff;text-decoration:none}

.now-download{width: 100%;font-size:18px;/*px*/line-height: 40px;/*px*/color: #999;margin-bottom:10px}
.msg{color: #ff594c;font-size: 12px;line-height: 20px;text-align:Justify;padding-bottom: 10px;display: none;}
.change{width: 80%;margin: 2% 0 0 10%;background: #0093ff;font-size: 18px;/*px*/text-align: center;height: 40px;line-height: 40px;color: #fff;border-radius: 5px;display: inline-block}
.course_pic img{width: 100%}

/*------------------ 微信弹窗 -----------------*/
.wechat{position:fixed;top:0;bottom:0;left:0;z-index:99999999999;width:100%;height:100%;background:rgba(0,0,0,0.8);}
.wechat img{width:100%;}