.product-detail-body{
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*商品图片展示*/
#showImgBox {border:1px solid #eee}
#showImgBox span { background-color: rgba(189, 206, 202, 0.31);}
#showImgNum { left:25px; margin-top:10px;}
#showImgNum span { border:1px solid #ddd;}
#showImgNum span.sel { border:1px solid #f60;}
#showImgNum #showImgBox div:first-of-type b img{vertical-align: middle;}

.pageBtn { width:400px; position:relative;}
.pageBtn a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.pageBtn a#showNext { left:auto; right:0;margin-top: 5px}
.pageBtn a#showLast {margin-top: 5px}
.pageBtn a:hover { background:#ccc; color:#777;}

/*商品详情*/
.product-title{
    color: #666;;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    line-height: 28px;
}
.product-attr{
  font-size: 12px;
  margin-top: 30px;
}
.product-attr dl dt{
    color: #999;
}
.product-attr dl dt .price{
    font-size: 22px;
    color: #db1d1e;
	font-weight: 700;
}
.product-attr dl dt span{
    margin: 0  15px 0 0 ;
}
.product-attr dl dt,.product-attr dl dd{
    display: inline-block;
        top: 7px;
	right:2px
}
.product-attr dl dd{
    box-sizing: border-box;
    width: 60px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #CCC;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
}
.product-attr dl dd:hover{
    border: 1px solid #cc792b;
}
.product-attr dl dd.active:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #db1d1e #eb1f20 transparent;
}
.product-attr dl dd.active{
  border: 1px solid #db1d1e;
}
.product-attr dl dd.active i.active{
  color: #FFF;
  font-size: 10px;
  line-height: 8px;
  position: absolute;
  right: 0;
  margin-right: -2px;
  bottom: 0;
  z-index: 200;
}
.text{
	width: 70px;
	display: inline-block;
	text-align: justify;
	text-align-last: justify;
}
.product-detail-body .product-detail{
  padding: 10px;
}
.buy-number{
  padding-top: 16px;
  font-size: 12px;
  position: relative;
}
.buy-number label{
  margin-right: 12px;
}

.buy-number .btn-input button{
  width: 28px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  border: none;
  background-color: #db1d1e;
  color: white;
}
.buy-number .btn-input input{
  font-size: 12px;
  height: 30px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  text-align: center;
  border: 1px solid #db1d1e;
  border-radius: 0;
}

/*购买按钮组*/
.detail-shop-btn{
  /*text-align: center;*/
  line-height: 50px;
  display: none;
}
.detail-shop-btn .detail-shop-buy-btn{
  color: #FFF;
  background-color: #db1d1e;
}
.detail-shop-btn .detail-shop-cart-btn{
  border-color: #db1d1e;
  background-color: #fbf6f0;
  color: #db1d1e;
}

/*销量排行榜*/
/*.leader-board{*/
/*  width: 210px;*/
/*  margin-left: 50px;*/
/*  padding: 10px;*/
/*}*/
.leader-board-title{
  background-color: #db1d1e;
  color: white;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.leader-board ul{
  border: 2px #f5f5f5 solid;
}
.leader-board ul li{
  padding: 5px;
  height: 105px;
  border-bottom: 2px #f5f5f5 solid;
}
.leader-board ul li:last-of-type{
	border-bottom:none;
}
.leader-board-product-img,.leader-board-product-info{
  float: left;
}
.leader-board-product-img{
	text-align: center;
}

.leader-board-product-img a{
  cursor: pointer;
}
/*.leader-board-product-info{*/
  /*width: 90px;*/
  /*vertical-align: middle;*/
  /*padding-top: 10px;*/
/*}*/
.leader-board-product-info span{
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 2px;
}
.leader-board-product-info em{
color: red;
font-weight: bold;
}

.layui-tab{
margin: 0;
}

/*商品详情，参数*/
.content-detail{

}
.content-detail ul{
    height: auto;
    padding:0 15px;
}
.content-detail ul li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 200px;
    line-height: 25px;
    color: #666;
}

.content-param{
    color: #999;
    display: flex;
}
.content-param>h3{
    padding-top: 1px;
}
.content-param .params dl{
    font-size: 12px;
    display: block;
}
.content-param .params dl dt{
    width: 120px;
    float: left;
    text-align: right;
    padding-right: 5px;
    line-height: 20px;
}
.content-param .params dl dd{
    padding-left: 150px;
    line-height: 20px;
}
.product-content{
    overflow: hidden;
}

.product-content .detail-content-wrap img{
    width: 100%;
}
.ul-path {
	cursor:pointer;
}
@media screen and (min-width: 992px){
  .product-detail-body .product-attr dl{padding: 12px 0;}
  .product-detail-body .product-attr dl dd{width: auto; margin: 0 10px 0 0;padding: 0 10px;}
}