@charset "utf-8";
/* ==== 商品列表样式 ==== */
.goods-item {
  position: relative;
}
.goods-item .pic {
  width: 96px;
  height: 96px;
  margin-right: 18px;
}
.goods-item .title {
  font-size: 17px;
  line-height: 25px;
  width: 80%;
}
.goods-item .title:hover {
  color: #EF4646;
}
.goods-item .fav {
  margin-top: 8px;
  line-height: 22px;
  font-size: 14px;
  color: #999;
}
.goods-item .more {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 32px;
  line-height: 32px;
  background: #EF4646;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}