 *, *::before, *::after {
    font-family: sans-serif;
    box-sizing: border-box;
    -webkit-appearance: none !important;
    outline: none;
    padding: 0;
    margin: 0;
     -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-appearance: none;
}


html, body {
    width: 100%;
    height: 100%;
    font-size: 15px;
}
body{
    overflow-y: scroll;
}
img{
    display: block;
}
.swiper-container{
    height: auto !important;
}
.swiper-container img{
    width: 100% !important;
    height:auto !important;
}
#eula {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    border: 0 none;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: opacity 0.5s linear 0s, height 0s linear 0.5s;
    -moz-transition: opacity 0.5s linear, height 0s linear 0.5s;
    -ms-transition: opacity 0.5s linear, height 0s linear 0.5s;
    -o-transition: opacity 0.5s linear, height 0s linear 0.5s;
    transition: opacity 0.5s linear, height 0s linear 0.5s;
    opacity: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background: #FFF;
}
#eula:target {
    opacity: 1;
    -webkit-transition: opacity 0.5s linear 0s, height 0s linear 0s;
    -moz-transition: opacity 0.5s linear, height 0s linear 0s;
    -ms-transition: opacity 0.5s linear, height 0s linear 0s;
    -o-transition: opacity 0.5s linear, height 0s linear 0s;
    transition: opacity 0.5s linear, height 0s linear 0s;
    height: 100%;
    z-index: 9999;
}
#eula iframe {
    display: block;
    border: 0 none;
    width: 100%;
    height: 100%;
}
.wrap{
    width: 100%;
    height: 100%;
    padding-top: 60px;
}
.top{
    width: 100%;
    overflow: hidden;
}
.info{
    padding:0 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-top: -100px;
    z-index: 2 !important;
}
.info p{
    color: #fff;
}
.h3{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}
.h1{
    font-size: 29px;
    line-height: 32px;
}
.phone-box{
    margin-top: 25px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.24);
    height: 60px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.phone{
    border:0;
    outline: 0;
    font-size: 18px;
    width: 65%;
    float: left;
    padding:15px 0 15px 10px;
    height: 60px;
    line-height: 30px;
    box-sizing: border-box;
}
.get{
    width: 35%;
    float: right;
    background: #ffd900;
    height: 60px;
    border: 0;
    outline: 0;
    font-size: 18px;
    color: #333;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
}
.text{
    padding: 10% 30px 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 21%;
    overflow: hidden;
}
.fl{
    float: left;
    width: 65%;
    color: #015600;
    font-size: 25px;
    font-weight: 900;
}
.fr{
    float: right;
    width: 30%;
}
.link{
    color: #333;
    margin-top: 10px;
    display: inline-block;
}
.page1{
    width: 100%;
    min-height: 90%;
    overflow: auto;
    top:0;
    position: relative;
}
.arrow{
    position: absolute;
    bottom: 0;
    width: 50px;
    text-align: center;
    left: 50%;
    margin-left: -25px;
    padding: 15px;
}
.arrow img{
    width: 18px;
    margin: 0 auto;
}
@media screen and (max-width: 320px) {
    .fl{
        font-size: 14px;
    }
}
@media screen and (max-height: 520px) {
    .text{
        padding-top: 10px;
    }
}
.page2 {
    position: relative;
    /*padding-bottom: 60px;*/
}
.page2 img{
    width: 100%;
}
.bottom{
    width: 100%;
    height: 60px;
    background: #f8f8f8;
    /*padding: 10px 20px;*/
    box-sizing: border-box;
    position: fixed;
    top: 0;
    display: none;
    border-top:#e7e7e7 solid 1px;
    z-index: 1000;
}
.left{
    margin: 10px 7px 10px 15px;
    float: left;
    /*width: 65%;*/
    width: 58%;
}
.icon{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
}
.left p{
    color: #333;
    line-height: 20px;
}
.down{
    /*width: 35%;*/
    width: 30%;
    margin: 10px 15px 10px 0;
    height: 36px;
    /*margin-top: 2px;*/
    background: #e1ffab;
    color: #000;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
}
.rightA{
    display: inline-block;
    width: 8px;
    vertical-align: middle;
    margin-top: -1px;
}
.swiper-container{
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 25px;
}
.swiper-pagination-bullet{
    background:#fff;
    opacity: 0.5;
}
.swiper-pagination-bullet-active{
    opacity: 0.9;
}
.circle{
    position: absolute;
    width: 100%;
    text-align: center;
    
}
.circle span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background:#fff;
    opacity: 0.5;
    margin: 0 4px;
}
.circle span.light{
    opacity: 0.9;
}
.bg1{
	height:164px;
	background: url(./../sss/img/picture.jpg?v=1) no-repeat;
	position:relative;
	background-size:100% 100%; 
	display:none;
}
.bg2{
	height:164px;
	background: url(./../sss/img/picture2.png?v=1) no-repeat;
	position:relative;
	background-size:100% 100%;
	display:none;
}
.num1, .num2, .num3, .num4,.num5, .num6, .num7, .num8,.num9,.num0 {
float: left;
width:46.6px;
height: 46px;
background: url("./../sss/img/num.png?v=1") no-repeat;

}
.num1{display:none;background-position:0% 0%;}
.num2{display:none;background-position: -46.6px 0%;}
.num3{display:none;background-position: -93.2px 0%;}
.num4{display:none;background-position: -139.8px 0%;}
.num5{display:none;background-position: -186.4px 0%;}
.num6{display:none;background-position: -233px 0%;}
.num7{display:none;background-position: -279.6px 0%;}
.num8{display:none;background-position: -326.2px 0%;}
.num9{display:none;background-position: -372.8px 0%;}
.num0{display:none;background-position: -419.4px 0%;}

 .style7{
     width: 800px;
     height: 100px;
     margin: 0px auto;
     margin-bottom:20px;
     border:1px solid #A9C9E2;
     background-color: #E8F5FE
 }

	