
/***菜单***/
#MenuI{ font-size:0; line-height:0; text-align:center; border-bottom:.02rem solid #e6e6e6; position: sticky; top:1.06rem; left:0; width:100%; z-index:2; }
#MenuI .span{ font-size:.3rem; color:#333; line-height:.8rem; width:50%; display:inline-block; }
#MenuI .span .em{ position: relative; font-style: normal; font-weight:normal; display:inline-block; padding:0 .1rem; }
#MenuI .span .em::after{ content:""; height:.04rem; width:0; position: absolute; left:50%; bottom:-.02rem; background:#3966ff; transition:all 0.3s; }
#MenuI .on .em::after{ left:0; width:100%; }
#MenuI+#Screen{ top:1.88rem; }
#MenuI+#Screen .div .ul{  height:calc(100vh - 2.64rem); }
/***列表***/
#ListB{}
#ListB .uls .ul{ padding-top:0; }
#ListB .uls li{ padding:.2rem .15rem; background-color:#fff; border-radius:.08rem; }
#ListB .uls li+li{ margin-top:.2rem; }
#ListB .uls .imgBox{ position:relative; border-radius:.05rem; overflow:hidden; display:inline-block; }
#ListB .uls .imgBox img{ display:block; max-width:100%; }
#ListB .uls .imgBox .type{ position: absolute; left:0; width:100%; bottom:0; font-size:.26rem; line-height:.52rem; color:#fff; background:rgba(0,0,0,.58); padding:0 .15rem; text-align:center; }
#ListB .uls .ul1 .imgBox{  /*width:35.61%;*/ width:2.4rem; }
#ListB .uls .ul1 .imgBox img{ width:2.4rem; height:1.58rem; }
#ListB .uls .ul1 .content{ padding-left:.2rem; }
#ListB .uls .ul1 .content .title{ padding-right:.22rem; position: relative; }
#ListB .uls .ul1 .content .title::after{ position: absolute; top:0; right:0; width:.2rem; height:100%; background-position:-1.57rem .0rem; }
#ListB .uls .ul1 .content .title a{ display:block; font-size:.28rem; line-height:.3rem; color:#444444; }
#ListB .uls .ul1 .other{ margin:.26rem 0; }
#ListB .uls .ul1 .other .stars{}
#ListB .uls .ul1 .other .span{ font-size:.24rem; color:#444444; line-height:.3rem; position: relative; }
#ListB .uls .ul1 .other .span+.span{ min-width:1rem; padding-left:.15rem; margin-left:.15rem; text-align:right; }
#ListB .uls .ul1 .other .span+.span::after{ content:""; position: absolute; left:0; top:50%; height:.2rem; margin-top:-.1rem; width:1px; background:#e6e6e6; }
#ListB .uls .ul1 .address{ background:linear-gradient(to right,#f2f2f2 , #fff); line-height:.44rem; border-radius:.22rem; font-size:.24rem; color:#999999; padding-left:.2rem; }
#ListB .uls .ul1 .address .area{ position: relative; display:inline-block; padding-left:.26rem; }
#ListB .uls .ul1 .address .area::before{ position: absolute; left:0; top:0; height:100%; width:.22rem; background-position:-2.24rem .09rem; }
#ListB .uls .ul1 .address .length{ margin-left:.8rem; display:inline-block; }
#ListB .uls .ul2{}
#ListB .uls .ul2 .Box{}
#ListB .uls .ul2 .imgBox{ width:2.6rem; }
#ListB .uls .ul2 .imgBox img{ width:2.6rem; height:1.7rem; }
#ListB .uls .ul2 .cont{ font-size:.24rem; line-height:1.4em; padding-left:.3rem; }
#ListB .uls .ul2 .cont .title{ font-size:.28rem; line-height:1.4em; color:#444444; display:block; }
#ListB .uls .ul2 .cont .p{ color:#999999; line-height:1.4em; margin:.2rem 0 .14rem; }
#ListB .uls .ul2 .cont .price{ color:#444; }
#ListB .uls .ul2 .cont .price del{}
#ListB .uls .ul2 .cont .price .member{ color:#ea001b; font-weight: bold; }
#ListB .uls .ul2 .TagBox{ margin:0.2rem -.05rem 0; font-size:0; line-height:0; overflow:hidden; transition:all 0.3s; }
#ListB .uls .ul2 .TagBox.Down{ padding-right:.35rem; position: relative; }
#ListB .uls .ul2 .TagBox .tagt{ font-size:.24rem; line-height:.4rem; color:#444444; margin:0 .05rem; display:inline-block; }
#ListB .uls .ul2 .TagBox dl{ display:inline; }
#ListB .uls .ul2 .TagBox dd{ display:inline-block; }
#ListB .uls .ul2 .TagBox dl a{ font-size:.24rem; display:inline-block; line-height:.38rem; border:.01rem solid #eeeeee; background:#f6f6f6; padding:0 0.7em; border-radius:.08rem; margin:.05rem .05rem; }
#ListB .uls .ul2 .TagBox .Btn{ display:none; position: absolute; right:.05rem; top:.15rem; height:.16rem; width:.22rem; background-position:-5.16rem .01rem; transition:all 0.3s; transform:rotate(0deg); }
#ListB .uls .ul2 .TagBox.Down .Btn{ display:block; }
#ListB .uls .ul2 .TagBox.show .Btn{ transform:rotate(180deg); }