body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }

body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }

h1, h2, h3, h4, h5, h6{ font-size:100%; }

address, cite, dfn, em, var { font-style:normal; }

code, kbd, pre, samp { font-family:couriernew, courier, monospace; }

small{ font-size:12px; }

ul, ol { list-style:none; }

a { text-decoration:none; }

a:hover { text-decoration:underline; }

sup { vertical-align:text-top; }

sub{ vertical-align:text-bottom; }

legend { color:#000; }

fieldset, img { border:0; }

button, input, select, textarea { font-size:100%; }

table { border-collapse:collapse; border-spacing:0; }

html {
    font-family: "Microsoft Yahei", "微软雅黑", arial, georgia, verdana, helvetica,
    sans-serif, "宋体";
    font-size: 50px;
}
/*盒子*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header{
    position: relative;
    width: 100%;
    height: 2.62rem;
    background: url("") no-repeat bottom;
    background-size: 100% auto;
    overflow: hidden;
    border-radius:0 0 80% 80%;
}
.mask{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
}
.app-info{
    text-align: center;
    position: relative;
}
.app-info .logo{
    position: absolute;
    top: -1.3rem;
    right: 0;
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto;
    border-radius: 15px;
}
.app-info h5{
    font-size: 0.36rem;
    font-weight: bold;
    color: #1E1E1E;
    letter-spacing: 1px;
    padding-top: 0.68rem;
}
.app-info p{
    font-size: 0.26rem;
    color: #7A7A7A;
    letter-spacing: 1px;
    margin: .05rem 0 .4rem 0;
}
.app-info .download-btn{
    width: 4.17rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    border-radius: 20px;
    color: #ffffff;
    background-color: #4A90E2;
    font-size: 0.32rem;
    margin: auto;
    margin-top: .4rem;
    cursor: pointer;
}
.app-img{
    display: none;
    margin: .4rem;
    margin-top: .5rem;
    padding: .5rem 0;
    border-top: 0.01rem solid #D1D1D1;
    border-bottom: 0.01rem solid #D1D1D1;
}
.app-img .title{
    font-size: .36rem;
    margin-bottom: 0.3rem;
}
.app-img img{
    width: 2.8rem;
    height: 4.98rem;
}
.app-img .swiper-slide{
    width: 2.8rem;
    height: 5.3rem;
}
.app-intro{
    font-size: 0.28rem;
    padding: .4rem;
    display: none;
    color: #000000;
}
.app-intro .title{
    font-size: .36rem;
    /*font-weight: bold;*/
    line-height:0.5rem;
}
.app-intro h5{
    font-size: .36rem;
    font-weight: bold;
    line-height:0.5rem;
}
.app-intro .intro-detail{
    margin-top: .1rem;
    line-height: 0.4rem;
}

.app-remarks{
    font-size: 0.3rem;
    padding: 0 .4rem;
    display: none;
    color: #000000;
}
.app-remarks .title{
    font-size: .36rem;
    margin-bottom: 0.3rem;
}
.app-remarks h5{
    font-size: .36rem;
    font-weight: bold;
    line-height:0.5rem;
}
.app-remarks .intro-detail{
    margin-top: .1rem;
    line-height: 0.4rem;
}

.tips{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: right;
    padding: 20px;
    display: none;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
}
.app-edition{
    /*padding: 0 .4rem .5rem .4rem;*/
    padding: 0 .4rem 0 0;
    display: none;
}
.app-edition p{
    color: #AAAAAA;
    font-size: .24rem;
    margin: 0.1rem 0;
}