.recommend-goods-list {
  position: absolute;
  width: 100%;
  height: 471px;
  bottom: 50px;
  font-size: 0;
}
.recommend-goods-list .goods-item {
  display: inline-block;
  width: 228px;
  height: 228px;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
.recommend-goods-list .goods-item:nth-child(5n) {
  margin-right: 0;
}
.recommend-goods-list .goods-item:nth-child(n + 6) {
  margin-bottom: 0;
}
.recommend-goods-list .goods-item .detail-box {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 120%;
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  transition: 0.2s all ease-in;
  color: #555555;
  text-decoration: none;
}
.recommend-goods-list .goods-item .detail-box .shop-name {
  font-size: 18px;
}
.recommend-goods-list .goods-item .detail-box .goods-marketing {
  font-size: 0;
}
.recommend-goods-list .goods-item .detail-box .goods-price,
.recommend-goods-list .goods-item .detail-box .goods-commission {
  display: inline-block;
  width: 50%;
  font-size: 14px;
}
.recommend-goods-list .goods-item .detail-box .goods-price p,
.recommend-goods-list .goods-item .detail-box .goods-commission p {
  margin: 10px 0 0;
}
.recommend-goods-list .goods-item .detail-box .goods-price {
  color: #db3a00;
  position: relative;
}
.recommend-goods-list .goods-item .detail-box .goods-price:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #e7e7e7;
  right: 0;
  top: 0;
}
.recommend-goods-list .goods-item .detail-box .goods-commission {
  color: #1b72a8;
}
.recommend-goods-list .goods-item .detail-box .desc-text {
  font-size: 12px;
  color: #a5a5a5;
}
.recommend-goods-list .goods-item:hover .detail-box {
  top: 0;
}
.recommend-goods-list .goods-item .goods-progress {
  width: 100%;
  height: 2px;
  background: #eee;
  margin: 6px 0 17px;
}
.recommend-goods-list .goods-item .goods-progress .progress {
  height: 2px;
  background: #ed777e;
  transition: 1s all ease-out;
}
.recommend-goods-list .goods-item .tags {
  color: #787878;
  font-size: 12px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.recommend-goods-list .coupon-num-info {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
}
.recommend-goods-list .coupon-num-info .surplus-num {
  color: #f40;
}
.recommend-goods-list .sales-volume {
  color: #FF522B;
  font-size: 16px;
}
