@charset "utf-8";
#toper{
    width: 100%;
    height: .88rem;
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
}
#contents{
    width: 100%;
    position: fixed;
    z-index: 80;
    left: 0;
    top: .88rem;
    right: 0;
    bottom: 1rem;
}
.conLeft{
    width: 2.16rem;
    height: 100%;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
}
.conRight{
    height: 100%;
    position: absolute;
    z-index: 20;
    left: 2.16rem;
    top: 0;
    right: 0;
    bottom: 0;
}
.conLeft,.conRight{
    overflow-x:hidden;
    overflow-y:auto;
    overflow-scrolling:touch;
    -webkit-overflow-scrolling:touch;
    -moz-overflow-scrolling:touch;
    -ms-overflow-scrolling:touch;
    -o-overflow-scrolling:touch
}
.conLeft li{
    width: 100%;
    height: .98rem;
    background: #F7F8FA;
    position: relative;
    color: #1D2129;
    font-size: .24rem;
}
.conLeft li.on{
    font-weight: bold;
    font-size: .28rem;
}
.conLeft li.on:before{
    content: "";
    display: block;
    width: .06rem;
    height: .24rem;
    background: #29D350;
    margin-right: .14rem;
}
.conRight_con{
    padding: .16rem;
}
.cate_ban{
    width: 100%;
    height: 1.58rem;
    object-fit: cover;
    margin-bottom: .24rem;
}
.sort{
    height: .48rem;
    background: #FFFFFF;
    border-radius: .06rem;
    padding: 0 .16rem;
    margin-bottom: .16rem;
}
.sort img{
    width: .24rem;
    height: .24rem;
    margin-left: .08rem;
    padding-top: .04rem;
}
.list li{
    padding: .24rem;
    background: #fff;
    border-radius: .08rem;
    margin-bottom: .16rem;
}
.layui-flow-more{
    width: 100%;
}
.layui-flow-more a cite{
    background: none;
}
