
html,body{
    background:#fff;
}

body{
    width: 15rem;
    margin: auto;
    position:relative;
}
iframe{
    display:none;
}
.w{
    margin: 0 auto;
    max-width: 15rem;
    position:relative;
    overflow:hidden;
}

.sn-app .sn-nav {
    display:none;
}
.wx .sn-nav {

    display: block !important;
}

#Top {
    position: fixed;
    bottom: 2.4rem;
    right: .6rem;
    border-radius: 1.76rem;
    width: 1.76rem;
    height: 1.76rem;
    background: url(../images/totop-61new.png) no-repeat;
    background-size: contain;
    z-index: 9999;
}

.sn-nav {
    z-index: 99;
    background: url(../images/wap-head.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 1.76rem;
    line-height: 1.76rem;
    font-size: .6rem;
    border-bottom: 1px solid #DCDCDC;
}
.sn-nav-title {
    display: none;
}
.sn-nav-back:before {
    content: "";
    position: absolute;
    top: .6rem;
    left: 0;
    display: inline-block;
    width: .48rem;
    height: .48rem;
    border: solid #353d44;
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-45deg);
}
.sn-nav-back a {
    width: 1.5rem;
    height: 1.5rem;
    text-indent: -100rem;
    overflow: hidden;
}

.sn-nav-title {
    font-size: .68rem;
    color: #66a6ff;
    font-weight: bold;
    overflow: hidden;
}

.sn-nav-right{
    position: absolute;
    top: 0;
    height: 1.8rem;
    width: 19%;
    right: 0;
    text-align: right;
}

.all{
    width: 100vw;
    background: #FFF;

}

.fw {
    width:15rem;
    height:2rem;
    overflow:hidden;
}

.fw a{
    float:left;
}
.fw .fw-img{
    width:10rem;
    height:1.6rem;
}

.fw .fw-search {
    width:5rem;
    height:1.6rem;
}

.fw img {
    width:100%;
    height:100%;
}
.mob-list-nav{
    float:left;
    width: 3.4rem;
    // height: calc(100vh - 1.76rem);
    z-index: 50;
    background: #f2f2f2;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mob-list-con{
    float:left;
    box-sizing: border-box;
    padding:.4rem;
    width:11.6rem;
    // height: calc(100vh - 1.76rem);
    z-index: 50;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

}
.mob-list-nav ul {
     overflow:hidden;
     // margin-bottom:2rem;
}

.mob-list-nav ul li{
    position: relative;
    float: left;
    width: 3.4rem;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    background: #f2f2f2;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    font-size: .52rem;
    color:#222;
}
.mob-list-nav ul li.cur{
    border-right-color: transparent;
    background: #FFF;
    color:#2F5CFF;
    border-left: .16rem solid;
}


.mob-list-con .top-img {
    width:10.8rem;
    height:2.1rem;
}

.mob-list-con .top-img img{
    width:10.8rem;
    height:2.1rem;
}

.mob-title-box{
    width:100%;
    height:1.7rem;
    line-height:1.7rem;
    text-align:center;
}
.mob-title{
    font-size: .6rem;
    // color: #2F5CFF;
    color:#222;
}

.mob-title:after {
    content: '';
    display: inline-block;
    margin-left: .3rem;
    margin-bottom: .2rem;
    width: .46rem;
    height: 1px;
    background-color: #666;
}

.mob-title:before {
    content: '';
    display: inline-block;
    margin-right: .3rem;
    margin-bottom: .2rem;
    width: .46rem;
    height: 1px;
    background-color: #666;
}

.list-con-box{
    width:100%;
    overflow:hidden;
}
.con-detail{
    width:3.6rem;
    height:4rem;
    float:left;
}
.con-detail a{
    display:block;
    width:3.6rem;
    height:4rem;
    text-align:center;
}
.con-detail img{
    width:2.6rem;
    height:2.6rem;
    margin:.2rem auto;
}
.con-detail-name{
    color: #999999;
    font-size:.48rem;
    width:100%;
    // line-height:.88rem;
    text-align:center;
    overflow:hidden;
}
.list-bottom{
    width:100%;
    height:18rem;
}


ul.bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 15rem;
    height: 2rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 300;
    background: #fff;
    box-shadow: inset 0 1px 0 0 #DDDDDD;
}


ul.bottom li {
    width: 3rem;
    height: 2rem;
}


ul.bottom li img {
    margin: 0.1rem 0.9rem;
    width: 1.2rem;
    height: 1.2rem;
}


ul.bottom li img {
    margin: 0.2rem 1.05rem 0.1rem;
    width: 0.9rem;
    height: 0.9rem;
}


ul.bottom li p {
    width: 3rem;
    height: 1rem;
    margin-top: 0.1rem;
    text-align: center;
    font-size: 0.4rem;
}

ul.bottom li p.cur{
    color: #2F5CFF;
}

@media only screen and (-webkit-device-pixel-ratio:3) and (device-height:812px) and (device-width:375px) {
    .bottom {
        height: 3.36rem !important;
        padding-bottom: 1.36rem !important
    }
}