.shop-pro-item {
  margin-bottom: @goods-bottom;
  display: block;

  > div {
    position: relative;
    background: #ffffff;
    float: left;
    width: 100%;
    border-radius: @border-radius;
    overflow: hidden;
    padding-bottom: 10px;
  }

  &:after {
    content: '';
    display: block;
    clear: both;
  }
}

//
//.shop-pro-img-wrapper {
//  width: 100%;
//  margin-bottom: 10px;
//}
//
//.shop-pro-img {
//  display: block;
//  width: 100%;
//  height: 160px !important;
//  background-size: contain;
//  background-position: center;
//  background-repeat: no-repeat;
//}
//
//.shop-pro-item-cover {
//  .shop-pro-img {
//    background-size: cover;
//  }
//}
//
//.shop-pro-card {
//  padding: 0 10px;
//  background: #fff;
//}
//
//.shop-pro-name {
//  margin-top: 0;
//  white-space: nowrap;
//  overflow: hidden;
//  text-overflow: ellipsis;
//
//  color: @black;
//  font-size: 14px;
//  line-height: 20px;
//}
//
//.shop-pro-desc {
//  white-space: nowrap;
//  overflow: hidden;
//  text-overflow: ellipsis;
//  color: @gray;
//  font-size: 12px;
//
//  line-height: 17px;
//  padding-top: 5px;
//}
//
//.shop-pro-price-wrapper {
//  float: left;
//}
//
//.shop-pro-price {
//  display: block;
//  color: @danger;
//  font-size: 16px;
//  line-height: 25px;
//}
//
//.shop-pro-markPrice {
//  color: #969696;
//  font-size: 12px;
//  line-height: 25px;
//  height: 25px;
//  display: inline-block;
//}
//
//.shop-pro-price-container {
//  position: relative;
//  padding-right: 50px;
//  margin-top: 10px;
//}
//
//.shop-pro-purBtn {
//  position: static !important;
//  cursor: pointer;
//  float: right;
//  height: 25px;
//  margin-top: 5px;
//
//  > span {
//    position: absolute;
//    bottom: 3px;
//    right: 0;
//
//  }
//}
//
//.btn-base {
//  display: block;
//  box-sizing: border-box;
//  text-align: center;
//  overflow: hidden;
//  //text-overflow: ellipsis;
//  word-break: break-word;
//  white-space: nowrap;
//  border-radius: @border-radius;
//  font-size: 12px;
//
//  line-height: 25px;
//  height: 25px;
//  //width: 50px;
//  padding: 0 5px;
//
//  &:hover {
//    background: @danger-light;
//  }
//}
//
//.shop-pro-btn {
//  background: @danger;
//  color: #fff;
//  .btn-base;
//}
//
//.shop-pro-btn-gost {
//  border: 1px solid @danger;
//  color: @danger;
//  .btn-base;
//}
//
//.shop-pro-flag {
//  background: @danger;
//  border: 1px solid @danger;
//  display: inline-block;
//  font-size: 12px;
//
//  color: rgba(255, 255, 255, 1);
//  line-height: 17px;
//  padding: 3px 10px 3px 5px;
//  position: absolute;
//  top: 10px;
//  left: 0;
//  border-top-right-radius: 22px;
//  border-bottom-right-radius: 22px;
//}
//
//.shop-pro-has-purBtn {
//  //min-height: 32px;
//  //padding-right: 30px;
//}
//
//.shop-pro-has-purBtn-big {
//  padding-right: 60px;
//}
//
//.shop-pro-has-price {
//  padding-right: 0;
//}
//
.tagBase {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.shop-pro-tag-1 {
  .tagBase;
  background-image: url("../../images/icon/tag1.png");
}

.shop-pro-tag-2 {
  .tagBase;
  background-image: url("../../images/icon/tag2.png");
}

.shop-pro-tag-3 {
  .tagBase;
  background-image: url("../../images/icon/tag3.png");
}

.shop-pro-tag-4 {
  .tagBase;
  background-image: url("../../images/icon/tag4.png");
}

.shop-product-price-container {
  display: inline-block;
}

.shop-product-btn-container {
  display: inline-block;
}

.shop-product-join-num {
  font-size: 9px;
  color: rgba(150, 150, 150, 1);
  line-height: 25px;
}