@charset "utf-8";
/* ==== 商品信息简介 ==== */
.goods-detail {
  margin-top: 30px;
}
.goods-detail-brief .pic {
  width: 100px;
  height: 100px;
  margin: 20px;
}
.goods-detail-brief .info {
  padding-top: 15px;
}
.goods-detail-brief .title {
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
}
.goods-detail-brief .meta {
  font-size: 13px;
}
.goods-detail-brief .meta .brand {
  margin-top: 8px;
  line-height: 25px;
  color: #888;
}
.goods-detail-brief .meta .count {
  margin-top: 14px;
  line-height: 18px;
  color: #999;
}
.goods-detail-content.is-folded .text {
  max-height: 130px;
  overflow: hidden;
}
.goods-detail-content p {
  margin: 10px 0;
  line-height: 26px;
  color: #666;
}
.goods-detail-content .show-all {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #508cc7;
  text-align: right;
}
/*tabs*/
.tabs {
  border-top: 1px solid #eee;
}
.tabs-nav {
  margin: 20px 0;
}

/* ==== 侧边栏收藏 ==== */
.favorite {
  position: relative;
  padding-bottom: 14px;
}
.favorite .fav-btn {
  position: absolute;
  top: 14px;
  right: 20px;
  display: inline-block;
  width: 64px;
  height: 25px;
  line-height: 25px;
  background: #ef4646;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.favorite .fav-btn.gray-btn {
  border: 1px solid #eee;
  background: #fff;
  color: #666;
}

/* ==== 侧边栏分享 ==== */
.share {
  padding-bottom: 25px;
}
.share .share-module {
  height: 38px;
  margin-top: 10px;
  padding: 9px 0;
  background: #fff;
  color: #eee;
}
.share .share-module a {
  padding-left: 32px;
  background: url(//img1.miaomiaoz.com/image/7edd36ff39d7d9af22015b4fa119716d.png) no-repeat;
  background-size: 28px;
  color: #333;
}
.share .share-module a.wx {
  margin-left: 10px;
  padding-right: 20px;
  border-right: solid 1px #eee;
  background-position: 0 -192px;
}
.share .share-module a.xl {
  margin-left: 20px;
  padding-right: 20px;
  border-right: solid 1px #eee;
  background-position: 0 -224px;
}
.share .share-module a.qq {
  margin-left: 20px;
  background-position: 0 -256px;
}

/* ==== 侧边栏同类商品 ==== */
.similar-goods-list {
  margin-top: 20px;
}
.similar-goods-item {
  padding-bottom: 24px;
}
.similar-goods-list .pic {
  width: 73px;
  height: 73px;
  margin-right: 14px;
  background: #fff;
}
.similar-goods-list .info .title {
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
}
.similar-goods-list .info .fav {
  margin-top: 8px;
  color: #999;
}