.header-container {
  height : 40px;
  display : flex;
  justify-content : space-between;
  align-items : center;
  padding : 0 8px;
  background-color : #FFFFFF;
}
.header-container__left img {
  width : 28px;
  height : 28px;
}
.tabs-container {
  display : flex;
  padding : 0 10px;
  background-color : #FFFFFF;
}
.tabs-item {
  flex : 1;
  text-align : center;
  height : 30px;
  line-height : 30px;
  color : #363636;
  font-size : 14px;
}
.tabs-item.active {
  color : #E30680;
  position : relative;
}
.tabs-item.active::after {
  display : block;
  background : #E30680;
  height : 3px;
  border-radius : 10px;
  content : '';
  width : 100%;
  position : absolute;
  bottom : 0;
}
.swiper {
  width : 100%;
  height : 100%;
  margin-top : 4px;
}  
.swiper-slide img {
  width : 100%;
}
.menu-list {
  display : flex;
  align-items : center;
  justify-content : space-between;
  padding : 0 10px;
  font-size : 12px;
  letter-spacing : 0;
  height : 28px;
  color : #E30680;
  background-color : #FFFFFF;
  margin-top : -4px;
}
.menu-item {
  display : flex;
  align-items : center;
}
.menu-item img {
  width : 13px;
  height : 13px;
  margin-right : 5px;
}
.list {
  display : flex;
  flex-wrap : wrap;
  justify-content : space-between;
  padding : 4px;
}
.list-item {
  width : 48.8%;
  margin-bottom : 8px;
  background : #FFFFFF;
  border-radius : 6px;
  color : #000000;
}
.list-item__img {
  position : relative;
}
.list-item__img img {
  width : 100%;
  height : 100%;
}
.list-item__img > img {
  position : absolute;
  width : 100%;
  height : 100%;
  top : 0;
  left : 0;
  border-radius : 0px!important;
}
.list-item__info {
  padding : 8px;
}
.list-item__info__title {
  height : 36px;
  overflow : hidden;
  text-overflow : ellipsis;
  display : -webkit-box;
  -webkit-line-clamp : 2;
  -webkit-box-orient : vertical;
  width : 100%;
  font-size : 13px;
  line-height : 18px;
}
.list-item__info__tag {
  height : 16px;
  overflow : hidden;
  font-size : 0;
  margin : 5px 0;
}
.cover-pic-box {
  position : relative;
  width : 100%;
  height : 100%;
  box-sizing : border-box;
  z-index : 1;
}
.cover-pic-box img {
  width : 100%;
  height : 100%;
  display : block;
}
.list-item__info__price {
  display : flex;
  align-items : center;
  padding : 8px 0;
}
.module-discountprice {
  margin-right : 1px;
  font-size : 12px;
  color : #E30680;
  line-height : 12px;
  margin-right : 8px;
}
.module-originalprice {
  font-size : 12px;
  color : #777777;
  line-height : 12px;
  display : inline-block;
  text-decoration : line-through;
}
.list-item__info__btn {
  background : #E30680;
  border-radius : 3px;
  width : 88px;
  height : 26px;
  line-height : 26px;
  text-align : center;
  border : none;
  box-shadow : none;
  font-size : 12px;
  color : #FFFFFF;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}
