.cart .allnum{
  height: 1.8rem;
  width: 100%;
  background-color: white;
font-size:0.6rem;
line-height: 1.8rem;
font-weight:400;
color:rgba(102,102,102,1);
padding-left: 0.5rem;
box-sizing: border-box;
margin-bottom: 0.5rem;
}
.cart .titlecar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
}
.cart .titlecar .lq{
   color: #666666;
}
.cart .titlecar .weui-cell__hd.cat-check{
    margin-top: 0;
}
.cart .titlecar  .weui-media-box__hd{
  height: auto;
}
.cart .titlecar .pd-10{
  padding-left: 0;
}
.allcar{
  height: 2.5rem;
 padding: 0.5rem;
 box-sizing: border-box;
}
.allcar .carleft{
  float: left;
font-size:0.6rem;
font-weight:400;
color:#666666;
}
.allcar .carleft span{
  background-color: #FD6900;
  padding: 0.2rem 0.3rem;
  margin-right: 0.2rem;
  border-radius: 0.2rem;
  color: white;
}
.allcar .carright{
  float: right;
  font-size:0.6rem;
font-weight:400;
color:#666666;
}
.allcar .carright span{
  color: #F94956;
}
.allcar .carright span em{
 font-size: 0.86rem;
}
.wy-foot-menu{
 height:2.06rem;
}
.cart-foot-check-item{
  background-color: #ffffff;
}
.weui-tabbar__item{
  background-color: #ffffff;
}
.cart-total-txt{
  line-height: 0.7rem;
}
.weui-tabbar__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.weui-tabbar__item  span{
  font-size:0.6rem;
  font-weight:400;
  color:rgba(102,102,102,1);
}
.dpyh{
font-size:0.4rem;
font-weight:400;
color:rgba(249,73,86,1);
}
.cart-total-txt em{
    font-size: 0.86rem;
}
.cart .wy-Module{
  float: none;
  margin-top: 0.5rem;
}
.cart .weui-panel{
  margin-top: 0;
}
.null-cart{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem 0;
  background-color: #ffffff;

}
.null-cart .null-item .car-icon{
  text-align: center;
  width:4.03rem;
  height:4.03rem;
  background:rgba(247,247,247,1);
  border:1px solid rgba(209,209,209,1);
  border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1.74rem;
}
.null-cart .null-item{
  width:7.51rem;
}

.null-cart .null-item .car-icon img{
  width:1.37rem;
  height:1.17rem;
}
.null-cart .null-item p{
  font-size:0.51rem;
  font-weight:400;
  color:rgba(51,51,51,1);
  text-align: center;
  margin: 0.4rem 0;
}
.null-cart .null-item a{
  display: block;
  width:7.51rem;
height:1.93rem;
background:rgba(7,152,61,1);
border-radius:0.3rem;
text-align: center;
line-height: 1.93rem;
font-size: 0.69rem;
color: #ffffff;
}
.gl{
  justify-content: flex-end;

}
.gl .cart-total-txt{width:4.64rem;
  height:2.06rem;
  background:rgba(253,105,0,1);
  text-align: center;
  line-height: 2.06rem;
  color: #ffffff;
}
.cartlisbotton{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cartlisbotton::after{
   content: none;
}
.area{
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 2px;

}
.jiajian{
  height: 30px;
  width: 30px;
  border: 1px solid rgba(209,209,209,1);;
  background-color:RGBA(248, 246, 249, 1) ;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.numchange{
  width: 40px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  border-top: 1px solid rgba(209,209,209,1);;
  border-bottom: 1px solid rgba(209,209,209,1);;


}