*{
	padding: 0;
	margin: 0;
}
ul,li{
	list-style: none;
}
html, body {
	position: relative;
    height: 100%; 
}
body {
  font-size: 14px;
  font-family: Microsoft YaHei ;
  background-color: #fff;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
.content{
	width: 1200px;
	margin: 0 auto;
}
.clearfix {
    overflow: hidden;
	zoom: 1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
a{
	text-decoration: none;
}
.banner{
    background: url(../image/banner1.jpg) no-repeat center center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.banner-con{
    width: 800px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.banner-slogen{
    padding-top: 40px;
    font-size: 32px;
    color: #fff;
}
.code-btn{
    position: relative;
    margin-top: 120px;
    padding-right: 190px;
    z-index: 2;
}
.code-img p{
    color: #ff4943;
}
.upload-btn{
    display: block;
    margin-bottom: 30px;
    width: 212px;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 52px;
    transition: all .5s cubic-bezier(.19,1,.22,1);
}
.upload-btn>span{
    display: inline-block;
    padding-left: 35px;
    background: url(../image/tel_icon.png) no-repeat;
}
.upload-btn.upload-ios>span{
    background-position: 0 -125px;
}
.upload-btn.upload-android>span{
    background-position: 0 -190px;
}
.upload-btn.upload-ios:hover,
.upload-btn.upload-android:hover{
    background-color: #ff4943;
    border-color: #ff4943;
}
.code-img{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.section{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.section-index{
    background: url(../image/tel_img1_bg.png) no-repeat bottom center;
}
.section-con{
    margin-top: 150px;
    width: 500px;
    text-align: center;
}
.section-top{
    font-size: 50px;
    color: #333;
}
.section-line{
    display: block;
    margin: 40px auto;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background-color: #5b5b5b;
}
.section-bottom{
    font-size: 20px;
    color: #8c8c8c;
}
.section-find{
    background: url(../image/tel_img2_bg.png) no-repeat bottom center;
}
.section-q{
    background: url(../image/tel_img3_bg.png) no-repeat bottom center;
}
.section-v{
    background: url(../image/tel_img4_bg.png) no-repeat bottom center;
}
.section-t{
    background: url(../image/tel_img5_bg.png) no-repeat bottom center;
}
.section-code{
    margin-top: -100px;
    text-align: center;
}
.section-code .code-btn{
    margin-top: 0;
    padding-right: 0;
    text-align: center;
}
.section-code .upload-btn{
    display: inline-block;
    margin: 60px 30px;
    border: 1px solid #ff4943;
    color: #ff4943;
}
.section-code .upload-btn.upload-ios>span{
    background-position: 0 10px;
}
.section-code .upload-btn.upload-android>span{
    background-position: 0 -54px;
}
.section-code .upload-btn.upload-ios:hover, 
.section-code .upload-btn.upload-android:hover {
    background-color: #ff4943;
    border-color: #ff4943;
    color: #fff;
}
.section-code .upload-btn.upload-ios:hover>span{
    background-position: 0 -125px;
}
.section-code .upload-btn.upload-android:hover>span{
    background-position: 0 -190px;  
}
/* .section-top {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
} */
/* .section-line{
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.section-bottom {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.section-img {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s;
} */
/* .section-top, .section-line, .section-bottom {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
} */
.section-top, 
.section-line, 
.section-bottom,
.section-img {
    position: relative;
    /* opacity: 0; */
    /* -webkit-transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1),opacity .5s cubic-bezier(.19,1,.22,1);
    transition: all .5s cubic-bezier(.19,1,.22,1); */
}
.active .section-top, 
.active .section-line, 
.active .section-bottom,
.active .section-img{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
/* .section-img{
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
} */
.banner-con-img,
.banner-slogen,
.section-code-img{
    position: relative;
}
.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #8f8f8f;
    line-height: 50px;
    font-size: 16px;
    text-align: center;   
    color: #fff;
}
.swiper-pagination-bullet-active{
    background: #ff4943;
}
.block{
    display: block;
}
.none{
    display: none;
}
@media all and (max-width:768px){
    .none{
        display: block;
    }
    .block{
        display: none;
    }
    html,
    body {
        height: 100%;
        font-size: 13.33333333vw;
    }
    .banner-con,
    .banner-left{
        width: 100%;
    }
    .banner-con{
        position: static;
        transform: none;
    }
    .banner-left{
        margin-top: 1rem;
        text-align: center;
        font-size: 0;
    }
    .banner-con-img{
        height: .6rem;
    }
    .banner-slogen{
        padding-top: .2rem;
        font-size: .5rem;
    }
    .upload-btn{
        width: 3rem;
        height: 0.82rem;
        border: 0;
        border-radius: 0;
        margin-bottom: .25rem;
    }
    .upload-btn>span{
        display: none;
    }
    .code-btn{
        float: none!important;
        margin: 1rem 1rem 1rem;
    }
    .upload-ios{
        background: url(../image/upload-ios.png) no-repeat 0 0;
        background-size: 3rem;
    }
    .upload-android{
        background: url(../image/upload-android.png) no-repeat 0 0;
        background-size: 3rem;
    }
    .code-img>img{
        width: 1.7rem;
    }
    .banner-right{
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .banner-right .none{
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .section,
    .section-con{
        width: 100%;
        overflow: hidden;
    }
    .swiper-slide{
        overflow: hidden;
    }
    .section-top{
        font-size: .5rem;
    }
    .section-line{
        margin-top: .2rem;
        margin-bottom: .2rem;
    }
    .section-bottom{
        font-size: 0.3rem;
    }
    .section-img{
        float: none!important;
        text-align: center;
    }
    .section-img>img{
        width: 70%;
        max-width: 80%;
    }
    .section-con{
        margin-top: 0;
        padding-top: 1rem;
        padding-bottom: .5rem;
    }
    .section-index,
    .section-find,
    .section-q,
    .section-v,
    .section-t{
        background-size: 100%;
    }
    #section6 .upload-ios{
        background: url(../image/upload-ios-r.png) no-repeat 0 0;
        background-size: 3rem;
    }
    #section6 .upload-android{
        background: url(../image/upload-android-r.png) no-repeat 0 0;
        background-size: 3rem;
    }
    .section-code .upload-btn{
        display: inline-block;
        margin: 0;
        margin-top: .5rem;
        border: 0;
        color: #ff4943;
    }
    #section6 .section-top{
        font-size: .4rem;
    }
    .section-code{
        margin-top: 0;
    }
    .section .fl,
    .section .fr{
        float: none!important;
    }
    .upload-btn.upload-ios:hover, .upload-btn.upload-android:hover{
        background-color: transparent;
        border-color: #fff;
    }
    a{
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
}
@media all and (max-width:768px) and (min-width:600px){
    body{
        background-color: #fff;
    }
    .banner-right{
        display: none;
    }
    .section-img>img{
        width: 50%;
        max-width: 50%;
    }
    .section-code-img{
        width: 2rem;
        height: 2rem;
    }
    .banner-con{
        position: absolute;
        top: 45%;
        transform: translate3d(-50%,-50%,0);
    }
    .code-img p {
        color: #fff;
    }
    
}

