body{ background: #fff; max-width:640px; min-height:100%; height:auto;}
*{outline:none;box-sizing: border-box;}
.headcontent{    border-bottom: 1px solid #eee;}
.h90{height: 0.8rem;}
.categorys{
    
    /* padding-top: 0.2rem; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 1.7rem);
    overflow: hidden;
}

.categorys .left{
    width:1.6rem;
    background: #f3f4f5;
    overflow: auto;
    position: fixed;
    top:0.8rem;
    height: calc(100vh - 1.7rem);
}

.categorys .left .item{
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
   
    align-items: center;
    height: 0.9rem;
    line-height:0.9rem;
    padding: 0 6px;
    overflow: hidden;
    font-size: .2188rem;
}

.categorys .left .item.active::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: .0547rem;
    height:0.9rem;
    background: #2579f3
}

.categorys .left .active{
    background: #fff;
    color: #2579f3;font-weight: bold;
}

.categorys .right_cont{
    
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    padding-left: 1.6rem;
}
.categorys .right{display: none;}
.categorys .right.active{display: block;}
.categorys .right .nodata{font-size: 0.24rem; padding: 0.2rem;color: #666;}
.categorys .right .level2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0.24rem;
    padding-top: 4px;
    padding-bottom: 0.14rem;
    /* border-bottom: 1px solid #e6ebed */
}

.categorys .right .level2 .wrap{
    width: 100%
}

.categorys .right .level2 .wrap .title{
    padding-top: 0.3rem;
    padding-bottom: 0;
    font-size: 0.26rem;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: bold;
    color: #222
}

.categorys .right .level2 .default a{
    margin-right: 0.1rem;
    margin-top: 0.2rem;
    
    
    padding:0.1rem 0.2rem;
    display: inline-block;
    background: #f7f7f7;
    border-radius: 25px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #222;
    font-size: 0.22rem
}

.scolor a {display:inline-block;margin:0.1rem 0.1rem 0.1rem 0rem;padding:0;width:0.64rem; height:0.64rem;border:1px solid #f7f7f7;border-radius:50%;background-position:50%;background-size:100%;background-repeat:no-repeat;cursor:pointer; position: relative;}
.scolor a.active::before {content: ''; display: inline-block; position: absolute;left: -1px;top: -1px; width: 0.64rem; height: 0.64rem; 
    background:rgba(200,200,200,0.5) url(../images/gou.png) center center no-repeat; background-size: 0.36rem auto;border-radius:50%;}
.scolor a i {display:block;width:100%;height:100%;border-radius:50%;}
.scolor a i.allColor{ background: url(../images/scolor.png) center center no-repeat;background-size: 0.64rem auto;}
.scolor a i.pink{background: #FFB6C1}
.scolor a i.blakgold{background-image: linear-gradient(to right,#FFD700,#9b7300,#ffdd00);}
.scolor a i.Silver{background: #E6E8FA}
.scolor a i.color{background-image: linear-gradient(to right,#ff0000,#ffa500,#ffff00,#00ff00,#007fff,#0000ff,#8b00ff)}
.scolor a i.blue{background: #0000ff}
.scolor a i.Beige{background: #f5f5dc}
.scolor a i.red{background: #ff0000}
.scolor a i.Inkcolor{background: #6f717d}
.scolor a i.block{background: #000000}
.scolor a i.blockwhite{background-image: linear-gradient(to right,#000000,#ffffff)}
.scolor a i.white{background: #ffffff}
.scolor a i.green{background: #3CB371}
.scolor a i.yellow{background: #ffff00}
.scolor a i.purple{background: #9933FA}
.scolor a i.brown{background: #802A2A}
.scolor a i.gray{background: #CCCCCC}
.scolor a i.otherColor{ background: url(../images/othercolor.png) center center no-repeat; background-size: 0.64rem auto;}


.banquan{display: none;}

