/* ==== 商品优惠列表 ==== */
.goods-live-item {
  margin-bottom: 31px;
}
.goods-live-item .pic {
  width: 153px;
  height: 153px;
  margin-right: 16px;
}
.goods-live-item .title {
  height: 25px;
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
}
.goods-live-item .title:hover { color: #ef4646; }
.price-info {
  height: 26px;
  margin-top: 8px;
}
.price-trend {
  position: relative;
  padding: 0 8px 0 0;
  line-height: 26px;
  font-size: 12px;
}
.price-trend .icon-logo-yh { font-size: 26px; }
.price-trend .icon-jgsz::before,
.price-trend .icon-jgpw::before,
.price-trend .icon-jgxj::before,
.price-trend .icon-lsdj::before{
  font-size: 18px;
  vertical-align: -3px;
}
.price-trend .icon-lsxd::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url(//img1.miaomiaoz.com/image/73b41a1fc2737cd52af5a44f617c6289.png) center/18px no-repeat;
  vertical-align: -3px;
}
.price-info strong {
  font-size: 18px;
  font-weight: 700;
  color: #ef4646;
}
.price-curve {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 5;
  width: 435px;
  height: 208px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  background: #fff;
  border-radius: 5px;
  display: none;
}
.price-curve .chart-title {
  height: 17px;
  margin-top: 12px;
  text-align: right;
  color: #999;
  font-size: 12px
}
.price-curve .chart-title span {
  margin-right: 20px;
  font-weight: 700;
}
.price-curve .chart-title span.hpr { color: #ef4646; }
.price-curve .chart-title span.lpr { color: #7DD680; }
.goods-live-item .desc {
  position: relative;
  min-height: 44px;
  margin-top: 8px;
  margin-bottom: 17px;
  line-height: 22px;
  color: #666;
}
.goods-live-item .desc.is-folded {
  height: 44px;
  overflow: hidden;
}
.goods-live-item .desc.show-all {
  line-height: 24px;
  margin-bottom: 30px;
}
.goods-live-item .is-folded .desc-txt {
  display: block;
}
.goods-live-item .show-all .desc-txt {
  display: none;
}
.goods-live-item .desc-txt:hover {
  cursor: pointer;
}
.goods-live-item .is-folded .desc-txt-all {
  display: none;
}
.goods-live-item .show-all .desc-txt-all {
  display: block;
}
.goods-live-item .desc-txt-switch {
  display: inline-block;
  color: #508cc7;
  cursor: pointer;
}
.goods-live-item .desc-txt-switch.on {
  padding: 0 10px;
  line-height: 21px;
  border-radius: 6px;
}
.goods-live-item .desc-txt:hover .desc-txt-switch.on {
  background: #f4f4f4;
}
.goods-live-item .desc-txt-switch.off {
  position: absolute;
  right: 0;
  bottom: -22px;
  width: 60px;
  height: 22px;
  border-radius: 6px;
  line-height: 22px;
  font-size: 13px;
  color: #999;
  text-align: center;
}
.goods-live-item .desc-txt-switch.off .icon {
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 3px;
  background: url(//img1.miaomiaoz.com/image/8a7debf6f10a8fcff726e39572ea70d9.png) no-repeat;
  background: url(//img1.miaomiaoz.com/image/fcdb2796987e77868c96019275f030c0.png) no-repeat\9;
  background-size: 12px;
  background-position: 0 0;
  vertical-align: -1px;
}
.goods-live-item .desc-txt-switch.off.fixed .icon,
.goods-live-item .desc-txt-switch.off:hover .icon {
  background-position: 0 -13px;
}
.goods-live-item .desc-txt-switch.off.fixed {
  position: fixed;
  bottom: 16px;
  left: 50%;
  margin-left: 122px;
  z-index: 1;
}
.goods-live-item .desc-txt-switch.off.fixed,
.goods-live-item .desc-txt-switch.off:hover {
  box-shadow: 1px 2px 9px rgba(0, 0, 0, .2);
  background: #f4f4f4;
  color: #508cc7;
}
.goods-live-item .desc a {
  color: #508cc7;
  text-decoration: underline;
}
.screen-shot {
  position: relative;
}
.screen-shot .photo-pop {
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 999;
  width: auto;
  min-width: 330px;
  padding: 0 16px;
  background: #fff;
  border: solid 1px #eee;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .16);
}
.screen-shot .photo-pop .hd {
  padding: 16px 0 12px;
  line-height: 16px;
  font-size: 16px;
  color: #333;
}
.screen-shot .photo-pop img {
  min-width: 200px;
  min-height: 200px;
}
.goods-live-item .meta .update-time {
  font-size: 13px;
  color: #999;
}
.goods-live-item .meta .detail-link {
  margin: 0 20px;
  color: #508cc7;
}
.meta .goto-link {
  display: inline-block;
  height: 28px;
  width: 80px;
  line-height: 28px;
  background: #ef4646;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.goods-live-item.nodata {
  text-align: center;
}
.goods-live-list .tips {
  margin: 20px 0 10px;
  color: #999;
}