@charset "utf-8";
/* CSS Document */
/*商品分类页*/
.shop-search2 {background: #fff;border-bottom: .02rem solid #e5e5e5;}

.menu-left,.menu-right{position:fixed; left:0;top:.88rem; bottom:0; overflow-y: scroll;}
.menu-left{background:#f2f2f2;}
.menu-left ul li{ box-sizing: border-box; font-size:.28rem; width:1.68rem; height: .91rem;line-height: .92rem; text-align: center;}
.menu-left ul li.active{background:#fff; position:relative; color: #f19131; border-right: .02rem solid #e5e5e5;}
.menu-left ul li.active:before{content: ""; position: absolute;display: block; width:.04rem; height:100%; background:#f19131; top:0; left:0;}
.menu-right {background:#fff; position:inherit; margin-left:1.68rem; margin-top:.88rem; right:0; bottom:0; left: 1.68rem}
.menu-right h5{font-size:.24rem; font-weight:600;height: .92rem;line-height: .92rem;padding-left: .2rem;}
.menu-right ul{overflow: hidden; padding: 0 .2rem;}
.menu-right ul li{text-align: center;width:1.8rem; float:left; box-sizing: border-box;}
.menu-right ul li span{display:block;overflow: hidden; font-size:.24rem}
.menu-right ul li img{width: 1.4rem; height: 1.4rem;display: block;object-fit: cover; margin: 0 .2rem .2rem .2rem}

