@charset "UTF-8";
/*
 * 商品信息
 * 
 * @since 2018-5-28
 * @author xieyun
 */
/*左侧*/
.good-info {
  display: none;
  padding: 20px;
  background-color: #fff; }

.good-info .info-imgScroll {
  width: 460px; }

/*左侧-大图*/
.info-imgScroll .imgScroll-showImg {
  height: 460px;
  border: 1px solid #ddd; }
  .info-imgScroll .imgScroll-showImg img {
    width: 100%;
    height: 100%; }

/*左侧-小图*/
.info-imgScroll .imgScroll-thumbnail {
  height: 60px;
  margin-top: 20px; }

.imgScroll-thumbnail .slick-list {
  width: 400px;
  margin: 0 auto; }
  .imgScroll-thumbnail .slick-list .slick-slide a {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    margin: 0 10px; }
  .imgScroll-thumbnail .slick-list .selected a {
    border-color: #5e5ecb; }

.imgScroll-thumbnail .slick-prev,
.imgScroll-thumbnail .slick-next {
  width: 30px;
  color: #999;
  top: 18px; }

.imgScroll-thumbnail .slick-disabled {
  color: #ddd; }

/*右侧*/
.good-info .info-preview {
  width: 640px; }

.info-preview .preview-header {
  padding-bottom: 15px; }

.preview-header .header-title {
  font-weight: bold;
  line-height: 24px; }

.preview-header .header-prompt {
  color: #db0000;
  margin-top: 5px; }

/*右侧-价格+促销*/
.info-preview .preview-summary {
  display: table;
  width: 100%;
  padding: 15px 10px;
  background-color: #f5f5f5; }

.preview-summary .summary-title,
.preview-summary .summary-main {
  display: table-cell;
  vertical-align: top; }

.preview-summary .summary-title {
  width: 70px;
  font-weight: normal;
  color: #999; }

.preview-summary .summary-price .summary-main {
  color: #db0000;
  position: relative;
  top: -1px; }
  .preview-summary .summary-price .summary-main .price {
    font-weight: bold; }

.preview-summary .main-gift {
  margin-top: -4px; }
  .preview-summary .main-gift span {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    line-height: 26px; }
  .preview-summary .main-gift span.text {
    width: 70px;
    text-align: center;
    color: #db0000;
    border: 1px solid #db0000; }
  .preview-summary .main-gift span.gift img {
    width: 38px;
    height: 26px; }
  .preview-summary .main-gift span.gift em {
    font-style: normal; }

.preview-summary .main-prompt {
  color: #999;
  margin-top: 5px; }

/*右侧-规格+数量*/
.info-preview .preview-list {
  padding: 0 10px; }

.info-preview .preview-item {
  display: table;
  width: 100%; }

.preview-item .item-title,
.preview-item .item-proAttr,
.preview-item .item-count {
  display: table-cell;
  vertical-align: top;
  font-weight: normal;
  color: #999; }

.preview-item .item-title {
  width: 70px;
  height: 32px;
  line-height: 32px; }

.preview-item .item-proAttr {
  height: 30px;
  line-height: 30px; }
  .preview-item .item-proAttr a {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #ddd; }
  .preview-item .item-proAttr a.selected {
    color: #5e5ecb;
    border-color: #5e5ecb; }
  .preview-item .item-proAttr a.noChoose {
    cursor: default;
    color: #ddd;
    border: 1px dashed #ddd; }

.preview-item .item-count a,
.preview-item .item-count input {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px; }

.preview-item .item-count a {
  width: 30px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #999; }

.preview-item .item-count a.noMinus,
.preview-item .item-count a.noPlus {
  cursor: default;
  color: #ddd; }

.preview-item .item-count a.icon-minus {
  border-right: 0 none; }

.preview-item .item-count a.icon-plus {
  border-left: 0 none; }

.preview-item .item-count input {
  width: 60px;
  text-align: center; }

/*右侧-按钮*/
.info-preview .preview-button {
  margin: 30px 0 0 80px; }
  .info-preview .preview-button button {
    width: 160px;
    margin-right: 20px; }
  .info-preview .preview-button button:last-child:before {
    font-family: "iconfont" !important;
    content: '\E60B';
    padding-right: 10px; }

/*
 * 商品详情
 * 
 * @since 2018-5-28
 * @author xieyun
 */
.good-intro {
  display: none;
  padding: 20px;
  background-color: #fff; }

.good-intro .intro-detail {
  width: 876px; }

.good-intro .intro-recommend {
  width: 224px; }

/*商品详情-内容*/
.intro-detail .detail-header {
  padding: 0;
  margin-bottom: 25px;
  background-color: #f5f5f5; }
  .intro-detail .detail-header .tab-item {
    display: inline-block;
    vertical-align: middle; }
    .intro-detail .detail-header .tab-item a {
      display: block;
      width: 120px;
      text-align: center;
      border-top: 2px solid #f5f5f5; }
  .intro-detail .detail-header .active {
    background-color: #fff;
    height: 42px;
    line-height: 42px; }
    .intro-detail .detail-header .active a {
      height: 40px;
      line-height: 40px;
      color: #5e5ecb;
      border-top: 2px solid #5e5ecb; }

.intro-detail .detail-title b {
  color: #5e5ecb; }

.intro-detail .detail-info {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd; }
  .intro-detail .detail-info p {
    margin-bottom: 0; }

.intro-detail .detail-content {
  padding-top: 20px; }
  .intro-detail .detail-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

/*商品详情-推荐*/
.intro-recommend .recommend-title {
  display: block;
  font-weight: normal;
  text-align: center;
  color: #666;
  height: 42px;
  line-height: 42px;
  background-color: #f5f5f5; }

.intro-recommend .recommend-good {
  margin-top: 10px; }

.recommend-good .gx-good-item .item-wrapper,
.recommend-good .gx-good-item .item-avatar {
  border-color: #ddd; }

.recommend-good .gx-good-item .item-wrapper {
  margin-left: 0; }
  .recommend-good .gx-good-item .item-wrapper:hover {
    border-color: #5e5ecb; }

/*
 * 商品不存在
 * 
 * @since 2018-6-27
 * @author xieyun
 */
.good-empty {
  display: none;
  font-size: 0;
  text-align: center;
  background: #fff;
  padding: 140px 0 370px; }

.good-empty .empty-left,
.good-empty .empty-right {
  display: inline-block;
  vertical-align: middle; }

.good-empty .empty-left .icon {
  display: block;
  background: url(/dist/8edbd9ee339427cc3cbb4f29eb19279e.png) no-repeat;
  width: 96px;
  height: 75px; }

.good-empty .empty-right {
  text-align: left; }
  .good-empty .empty-right .text {
    display: block;
    color: #999; }
  .good-empty .empty-right .time {
    font-weight: normal;
    color: #db0000; }

/*# sourceMappingURL=detail.css.map*/