*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
img{
    display: block;
}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
body,html{
    width: 100%;
    height: 100%;
}
#wechat{
    display: none;
    background: rgba(0,0,0,0.8) url("../img/wechat.png") no-repeat 2rem 0.2rem;
    background-size: 5.2rem 2.5rem;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right:0;
}
header{
    height:1.2rem;
    width: 100%;
    background: #222;
    padding-top:0.44rem;
    box-sizing: border-box;
    position: relative;
}
header .fixed{
    display: none;
    position: absolute;
    width: 100%;
    padding-bottom: 0.1rem;
    top:1.2rem;
    left: 0;
    opacity: 0.9;
    background: #000;
    z-index: 10;
}
header .fixed ul li{
    height:1rem;
    width: 100%;
    padding: 0 0.6rem;
    box-sizing: border-box;
    border-bottom: 0.02rem solid #232323;
}
header .fixed ul li a{
    display: block;
    height:1rem;
    width: 100%;
    font: 0.3rem/1rem "微软雅黑";
    color: #fff;
    text-align: center;
    opacity: 0;
}
header .fixed ul li a.nav-show{
    animation: nav-show 0.3s linear .1s 1 normal forwards;
    -webkit-animation: nav-show 0.3s linear .1s 1 normal forwards;
    -moz-animation: nav-show 0.3s linear .1s 1 normal forwards;
}
header .fixed ul li:nth-child(2) a.nav-show{
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
}
header .fixed ul li:nth-child(3) a.nav-show{
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
@keyframes nav-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
header .logo{
    float: left;
    margin-left: 0.4rem;
    width:2.55rem;
    height: 0.44rem;
}
header img{
    display: block;
    width:100%;
    height: 100%;
}
header .memu{
    position: absolute;
    right: 5px;
    top: 0.32rem;
    padding: 11px 14px 11px 11px;
    width: 10px;
    height: 10px;
    display: block;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-align: center;
}
header .memu span{
    display: block;
    width: 17px;
    height: 2px;
    background: #FFF;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
header .memu.active{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .memu.active .bar1{
    -webkit-transform: rotate(0deg) translateY(6px);
    -moz-transform: rotate(0deg) translateY(6px);
    -ms-transform: rotate(0deg) translateY(6px);
    -o-transform: rotate(0deg) translateY(6px);
    transform: rotate(0deg) translateY(6px);
}
header .memu.active .bar2{
    opacity: 0;
}
header .memu.active .bar3{
    -webkit-transform: rotate(-90deg) translateX(6px);
    -moz-transform: rotate(-90deg) translateX(6px);
    -ms-transform: rotate(-90deg) translateX(6px);
    -o-transform: rotate(-90deg) translateX(6px);
    transform: rotate(-90deg) translateX(6px);
}
footer{
    height: 1.14rem;
    width: 100%;
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    border-top: 0.02rem solid #d8d8d8;
    z-index: 10;
}
footer div{
    width: 6.5rem;
    margin:0.2rem auto;
}
footer a.qu-down{
    display: block;
    width: 2.96rem;
    height: 0.7rem;
    border: 0.02rem solid #0dc5a1;
    float: right;
    border-radius: 0.06rem;
    background: #0dc5a1;
    font: 0.3rem/0.7rem "微软雅黑";
    color: #fff;
    text-align: center;
}
footer a.az-down{
    text-align: center;
    border-radius: 0.06rem;
    display: block;
    float: left;
    width: 2.96rem;
    height: 0.7rem;
    border: 0.02rem solid #d8d8d8;
    font: 0.3rem/0.7rem "微软雅黑";
    background: #f1f1f1;
    color: #999;
}
section .app-in{
    border-bottom: 0.02rem solid #d8d8d8;
    padding: 0.5rem 0;
    margin:0 0.2rem;
    height: 1.4rem;
}
section .app-in img{
    width: 1.4rem;
    float: left;
    margin-right: 0.2rem;
    height: 1.4rem;
}
section .app-in .app-info{
    float: left;
}
section .app-in .app-info div{
    height: 0.4rem;
    margin: 0.24rem 0 0.3rem;
}
section .app-in .app-info div h4{
    float: left;
    height:0.4rem;
    font: 0.3rem/0.4rem "微软雅黑";
    color: #333;
    margin-right: 0.2rem;
}
section .app-in .app-info div i{
    float: left;
    width: 0.8rem;
    height: 0.36rem;
    font: 0.22rem/0.36rem "微软雅黑";
    color: #19c9a3;
    border: 0.02rem solid #19c9a3;
    text-align: center;
    border-radius: 0.03rem;
}
section .app-in .app-info p{
    font: 0.26rem/0.37rem "微软雅黑";
    color: #999;
}
section .app-pic{
    padding-top: 0.5rem;
    height: 4.82rem;
    border-bottom: 0.16rem solid #f4f4f4;
}
section .app-pic h4{
    font: 0.3rem/0.42rem "微软雅黑";
    color: #333;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
}
section .app-pic div{
    height: 4rem;
    margin-bottom: 0.2rem;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}
section .app-pic div ul{
    height: 4rem;
}
section .app-pic div ul li{
    width: auto;
    height: 4rem;
}
section .app-pic div ul li img{
    display: block;
    width: auto;
    height: 4rem;
}
section .app-de{
    padding-top: 0.5rem;
    margin: 0 0.2rem;
    border-bottom: 0.02rem solid #d8d8d8;
}
section .app-de h4{
    font: 0.3rem/0.42rem "微软雅黑";
    color: #333;
    margin-bottom: 0.2rem;
}
section .app-de p{
    text-indent: 1em;
    font: 0.26rem/0.46rem "微软雅黑";
    color: #999;
    margin-bottom: 0.46rem;
}
section .app-gift{
    margin: 0 ;
    border-bottom: 0.02rem solid #d8d8d8;
    padding: 0.5rem 0.2rem 0;
}
section .app-gift h4{
    font: 0.3rem/0.42rem "微软雅黑";
    color: #333;
    margin-bottom: 0.2rem;
}
section .app-gift .gift-list{
    overflow: hidden;
    margin-bottom: 0.3rem;
}
section .app-gift ul{
    width: 120%;
}
section .app-gift ul li{
    width: 3.45rem;
    float: left;
    height: 1rem;
    margin:0 0.2rem 0.2rem 0;
}
section .app-gift ul li a{
    display: block;
    width: 3.45rem;
    height: 1rem;
}
section .app-gift ul li img{
    width: 1rem;
    float: left;
    height: 1rem;
    margin-right: 0.2rem;
}
section .app-gift ul li div{
    float: left;
    width: 2.25rem;
}
section .app-gift ul li div h5{
    font: 0.26rem/0.37rem "微软雅黑";
    color: #333;
    margin-top: 0.2rem;
}
section .app-gift ul li div h6{
    font: 0.24rem/0.33rem "微软雅黑";
    color: #999;
    height: 0.33rem;
}
section .app-gift ul li div h6 i{
    font: 0.24rem/0.33rem "微软雅黑";
    color: #f87e3d;
    height: 0.33rem;
}
section .other-app,section .hot-topic{
    padding-top: 0.5rem;
    border-bottom: 0.02rem solid #d8d8d8;
}
section .hot-topic {
    padding-bottom: 1.5rem;
}
section .other-app h4,section .hot-topic h4{
    font: 0.3rem/0.42rem "微软雅黑";
    color: #333;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
}
section .other-app div{
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}
section .other-app ul{
    width: 11.2rem;
    height: auto;
    margin-bottom: 0.3rem;
}
section .other-app ul li{
     width: 1.8rem;
     height: 2.56rem;
     padding : 0 0.14rem 0.3rem;
     box-sizing: border-box;
 }
section .other-app ul li img{
    width: 1.28rem;
    height: 1.28rem;
    margin-left: 0.12rem;
    margin-bottom: 0.16rem;
}
section .other-app ul li h6{
    font: 0.25rem/0.45rem "微软雅黑";
    color: #333;
    width: 100%;
    height: 0.45rem;
    overflow: hidden;
    text-align: center;
}
section .other-app ul li p{
    font: 0.25rem/0.37rem "微软雅黑";
    color: #999;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
section .hot-topic ul li{
    width: 3.6rem;
    height: auto;
    padding : 0 0.14rem;
    box-sizing: border-box;
}
section .hot-topic ul li img{
    width: 3.32rem;
    height: 2.2rem;
}
section .hot-topic ul li p{
    font: 0.25rem/0.45rem "微软雅黑";
    color: #333;
    width: 100%;
    height: 0.45rem;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
section .hot-topic ul li span{
    display: block;
    height: 1rem;
    font: 0.25rem/0.33rem "微软雅黑";
    color: #999;
    width: 100%;
    text-align: left;
}