#goodsInfo .goods_cut {  
background: url("/images/btn_unfold.gif") no-repeat;  
border: 0 none;  
cursor: pointer;  
display: block;  
float: left;  
font-size: 0;  
height: 15px;  
line-height: 0;
margin: 8px 3px 0;  
width: 15px; 
}  
input.goodsBuyBox, input.number {  
border: 1px solid #DDDDDD;  
float: left;  
font-size: 10px;  
height: 18px;  
line-height: 18px;  
margin: 5px 6px 0;  
padding: 0;  
text-align: center;  
width: 32px;  
}  
#goodsInfo .goods_add {  
background: url("/images/btn_fold.gif") no-repeat;  
border: 0 none;  
cursor: pointer;  
display: block;  
float: left;  
font-size: 0;  
height: 15px;  
line-height: 0;  
margin: 8px 3px 0;  
width: 15px;  
}  
.goods_number_tit{  
    display: block;  
    background:none;  
    width:60px;  
    height:25px;  
    line-height:22px;  
    float: right;  
}  
.ab{
	position:fixed;
	top:0px;
	background:#f0f0f0;
	     filter:alpha(opacity=80);  
      -moz-opacity:0.8;  
      -khtml-opacity: 0.8;  
      opacity: 0.8;  
	width:328px;  
    height:36px;
	z-index:999999;   
}
.detail-img {
  position: relative;
}
.detail-img .middleImg {
    position: relative;
    overflow: hidden;
    width: 380px;
    height: 380px;
    margin-bottom: 10px;
}

.detail-img .middleImg i.sppp {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    width: 150px;
    height: 150px;
    background: rgba(245, 234, 110, .5);
    border:  1px #f00 solid;
}

.detail-img .middleImg>img {
    width: 350px;
    height: 350px;
}

.detail-img .smallImg {
    height: 60px;
    width: inherit;
}

.detail-img .smallImg img {
    width: 60px;
    height: 60px;
}

.detail-img .smallImg>ul {
    width: 380px;
    display: flex;
    justify-content: start;
    overflow: hidden;
}

.detail-img .smallImg>ul>li {
    width: 65px;
    height: 65px;
    border: 1px solid #eceded;
    cursor: pointer;
    margin-right: 5px;
}

.detail-img .smallImg>ul>li:first-child {
    border: 2px solid #d70c0c;
}

.detail-img .largeImg {
    display: none;
    position: absolute;
    top: 0px;
    left: 350px;
    overflow: hidden;
    width: 500px;
    height: 500px;
    border: 1px solid #d70c0c;
    z-index: 100;
    background-color: #fff;
}

.detail-img .largeImg>img {
    width: 800px;
    height: 800px;
    position: absolute;
    /*border:  1px #f00 solid;*/
}
/*商品详情出标签切换*/
.slideTxtBox{ width:978px; border:1px solid #ddd; text-align:left; }
.slideTxtBox .hd{ 
  height:35px; line-height:35px; background:#f4f4f4; padding:0 10px 0 20px; border-bottom:1px solid #d70c0c; position:relative; 
}
.slideTxtBox .hd ul{ float:left; position:absolute; left:20px; top:-1px; height:37px; }
.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer; font-size: 14px;}
.slideTxtBox .hd ul li.on{ height:35px; background:#fff; border:1px solid #d70c0c; border-bottom:2px solid #fff; }
.slideTxtBox .bd ul{ padding:15px; zoom:1; }
.slideTxtBox .arrow .next{ background-position:0 -50px; }
.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }
/*数量加减样式*/
.catt a.catta{
    padding:0px;
    text-align:left;
}
.divs .imgs{
    display: inline-block;
    vertical-align: middle;
    float:left;
}
.divs .infos{
    display: inline-block;
    float:left;
    margin-top:12px;
    margin-left:5px;
    margin-right:6px;
}