@pro-padding: 10px;
@media-1: 350px;

@import "timer/index";
@import "lookMore/index";
@import "coverImg/index";
@import "productName/index";
@import "productDesc/index";
@import "productPrice/index";
@import "productOriginalPrice/index";
@import "productBtn/index";
@import "markingNum/index";
@import "style/pointsIndex";
@import "productRetailPrice/index";

.shop-product-card {
  margin: 0 @pro-padding;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  //display: flex;
  //div{\}

}

.shop-relative {
  position: relative;
}

.shop-product-btn-container {
  float: right;
  height: 25px;
}

.shop-product-LtTag-danger {
  padding: 0 4px;
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  margin-right: 8px;
  vertical-align: top;
  white-space: nowrap;
  background: #fc676e;
  border-radius: 2px;
  line-height: 1.5;
  height: 17px;
  margin-top: 1px;
}

.shop-product-LtTag-success {
  padding: 0 4px;
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  margin-right: 8px;
  vertical-align: top;
  white-space: nowrap;
  background: #A9D040;
  border-radius: 2px;
  line-height: 1.5;
  height: 17px;
  margin-top: 1px;
}

//.shop-product-btn-container {
//  position: relative;
//}

.liveGoodsFlag {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../images/livegoods/liveGoods.svg");
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}