
html,body{
    background:#fff;

}

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

.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.png) no-repeat;
    background-size: contain;
    z-index: 9999;
}

.sn-nav {
    position: relative;
    height: 1.76rem;
    background: #fff;
    line-height: 1.76rem;
    font-size: .6rem;
    border-bottom: 1px solid #DCDCDC;
}
.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: 15rem;
    background: #FFF;
    position:relative;

}
.mob-list-nav{
    position: absolute;
    left: 0;

    width: 3.4rem;
    height: calc(100vh - 1.76rem);
    z-index: 500;
    background: #f8f8f8;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mob-list-nav ul li{
    position: relative;
    float: left;
    width: 3.44rem;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    background: #f8f8f8;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #f4f4f4;
    box-sizing: border-box;
    font-size: .52rem;
}
.mob-list-nav ul li.cur{
    border-right-color: transparent;
    background: #FFF;
    color:#0093ff;
    border-left: .16rem solid;
}
.mob-list-con{
    position: absolute;
    box-sizing: border-box;
    left: 3.4rem;
    top:0;
    padding: .6rem;
    width: 11.6rem;
    height: calc(100vh - 1.76rem);
    z-index: 501;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mob-list-con img{
    width:10.4rem;
    height:3.68rem;
    border: none;
}
.mob-title-box{
    width:100%;
    height:1.6rem;
}
.mob-title{
    width:3rem;
    height:1.6rem;
    font-size:.52rem;
    color:#0093ff;
    line-height:1.6rem;
}
.mob-title-line{
    width:7.4rem;
    height:2px;
    background:#f2f2f2;
    margin-top:.79rem;
}
.list-con-box{
    width:100%;
    overflow:hidden;
}
.con-detail{
    width:3.46rem;
    height:4.7rem;
    float:left;
}
.con-detail a{
    display:block;
    width:3.46rem;
    height:2.35rem;
    text-align:center;
}
.con-detail img{
    width:2.4rem;
    height:2.4rem;
    margin:auto;
}
.con-detail-name{
    font-size:.48rem;
    color:#666666;
    width:100%;
    line-height:.88rem;
    text-align:center;
}
.list-bottom{
    width:100%;
    height:14rem;
}
.sn-app .mob-list-nav{
    top:0;
}
.sn-app .mob-list-con{
     margin-top:-1.76rem;
}