.recommend {
  width: 100%;
  height: 271px;
  overflow: hidden;
  margin: auto;
  background-color: #fff;
}

.recommend .recommend-tag {
  float: left;
  font-size: 20px;
}

.recommend .recommend-good {
  padding-left: 0;
  padding-right: 0;
}

.recommend .brows {
  display: block;
  border-bottom: 2px solid #626262;
  line-height: 40px;
  height: 40px;
  padding-bottom: 8px;
}

.recommend .change {
  text-align: center;
  float: right;
  font-size: 14px;
}

.recommend .change:hover {
  cursor: pointer;
  color: #03a9f4;
}

.recommend .recommend-ul {
  padding: 0;
  zoom: 1;
  list-style: none;
  min-height: 200px;
}

.recommend li {
  float: left;
  text-align: left;
}

.recommend .recommend-img {
  vertical-align: middle;
  margin-bottom: 10px;
  padding-bottom: 150px;
  position: relative;
  margin-top: 2px;
}

.recommend .recommend-img img {
  width: 100%;
  border: 0;
  vertical-align: middle;
}

.recommend .img-wrap {
  position: absolute;
  top: 0;
  width: 150px;
  height: 150px;
}

.recommend .saled {
  height: 1em;
  line-height: 1em;
  font-size: 12px;
  color: #9d9d9d;
  margin-top: 8px;
  margin-bottom: 8px;
}

.recommend .intro {
  font-size: 14px;
  line-height: 1em;
  height: 1em;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
  white-space: nowrap;
  color: #000;
}

.recommend .price-content {
  font-size: 18px;
  height: 1em;
  line-height: 1em;
}

.recommend .currentPrice {
  display: inline-block;
  font-size: 18px;
  color: #fb4d1d;
}

.recommend .currentPrice span {
  font-size: 14px;
}

.recommend .originalPrice {
  display: inline-block;
  font-size: 14px;
  color: #9d9d9d;
  text-decoration: line-through;
  margin-left: 8px;
}

.recommend .fresh img {
  width: 96%;
}

.recommend .lg-padding.recommend-ul {
  margin-left: 0;
  margin-right: 0;
}

.recommend .lg-padding .recommend-col {
  padding: 0 20px;
}

.like .recommend .recommend-good {
  padding-left: 10px;
  padding-right: 10px;
}
