﻿/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{background:#fff;}
a,a:hover{text-decoration: none;}
body{
    padding:0;
    margin:0;
    background: rgb(246,251,255);
}
.container{
    background: url("image/banner.jpg") top center no-repeat;
    background-size: auto 12.34rem;
    padding:0 0.4rem 0.5rem 0.4rem;
}
.container2{
    background: url("image/banner2.jpg") top center no-repeat;
    background-size: auto 10.34rem;
    padding:0 0.6rem 0.5rem 0.6rem;
}
.container-inner{
    max-width:7.4rem;
    margin: 0 auto;
    
}
.btn-block{
    padding-top:7.1rem;
}
.btn-block2{
    padding-top:5.8rem;
}
.btn{
    height: 0.9rem;
    line-height: 0.9rem;
    color:white;
    font-size: 0.36rem;
    text-align: center;
    display: block;
    background-color: rgb(43,112,228);
    border-radius: 0.1rem;
    font-weight: bold;
}
.btn img{
    width: 2.2rem;
    position: relative;
    top:0.07rem;
    margin-right: 0.1rem;
}
.info{
    display: flex;
    color:#908882;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.info-item{
    font-size: 0.28rem;
}
.zhongduan{
    margin-top: 1.82rem;
    color:#91aabd;
    font-size: 0.24rem;
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.zhongduan-line{
    flex-grow: 1;
    height:0.12rem;
    border-bottom:1px solid #a7bdce;
}
.zhongduan-text{
    margin:0 0.2rem;
    letter-spacing: 0.02rem;
}
.icon{
    display: flex;
    margin-top: 0.5rem;
}
.icon-item{
    width: 50%;
}
.icon-iphone{
    height: 0.72rem;
    background: url(image/icon1.png) top center no-repeat;
    background-size: 0.64rem 0.72rem;
}
.icon-android{
    height: 0.72rem;
    background: url(image/icon2.png) top center no-repeat;
    background-size: 0.62rem 0.72rem;
}
.icon-text{
    margin-top: 0.24rem;
    font-size: 0.28rem;
    color:rgb(50,116,228);
    text-align: center;
}
.open-ie-shallow{
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    z-index: 999;
    top:0;
    bottom: 0;
    right: 0;
}
.open-ie{
    position: fixed;
    right:0.5rem;
    top:0.2rem;
    z-index: 1000;
    width: 6rem;
}