/* 详情页的样式文件 */
.de_container{
    margin-top: 20px;
}
.crumb_wrap{
    margin-right: 10px;
}
.preview_wrap{
    width: 287px;
    height: 360px;
}
.itemInfo_wrap {
    width: 718px;
}
.preview_img{
    height: 290px;
    border: 1px solid #ccc;
}
.sku_name{
    font-size: 16px;
    height: 30px;
    font-weight:700 ;
}
.news{
    color:#e12228 ;
    height: 32px;
}
.summary dl{
    overflow: hidden;
}
.summary_price,
.summary_promotion{
    position: relative;
    padding: 10px 0;
    background-color: #fee9eb;
}
.summary dt,
.summary dd{
    float: left;
}
.summary dt{
    line-height: 36px;
    width: 60px;
    padding-left: 10px;}
.price{
    font-size: 24px;
    color: #e12228;
}
.summary_promotion  dd{
    width: 450px;
    line-height: 36px;
}
.summary_promotion {
    padding-top: 0;
}
.summary_specification dd{
    line-height: 36px;
}
.choose_weight a{
    display:inline-block;
    width: 80px;
    height: 41px;
    background-color: #f7f7f7;
    border: 1px solid #ededed;
    text-align: center;
    line-height:41px;}
.choose_weight a.current{
    border-color: #c81623;}
.choose_btns{
    margin-top: 20px;
}
.choose_amount{
    position: relative;
    float: left;
    width: 50px;
    height: 46px;
    background-color: pink;
}

.choose_amount input{
    width: 33px;
    height: 44px;
    border: 1px solid #ccc;
}
.add,
.reduce{
    right: 0;
    position: absolute;
   width: 15px;
   height: 22px;
   border: 1px solid #ccc;
   background-color: #f1f1f1;
   text-align: center;
   line-height: 22px;
}
.add{
    top: 0;
    right: 0;
}
.reduce{
    bottom: 0;
    cursor: not-allowed;
}
.addcar{
    float: left;
    width: 142px;
    height: 46px;
    background-color:#c81623;
    text-align: center;
    line-height: 46px;
    font-family: 18px;
    color:#fff;
    margin-left: 10px;
    font-weight: 700;
}
.buy{
    float: left;
    width: 142px;
    height: 46px;
    background-color:#ccc;
    text-align: center;
    line-height: 46px;
    font-family: 18px;
    color:#fff;
    margin-left: 10px;
    font-weight: 700;
}
.detail{
    width: 1200px;
    border: 1px solid #ccc;
    
}
.detail_tab_list{
    height: 39px;
    border: 1px solid #ccc;
    background-color:#f1f1f1;

}
.detail_tab_list li{
    float: left;
    height: 39px;
    line-height: 39px;
    padding: 0 29px;
    text-align: center;
    cursor: pointer;
}
.detail_tab_list .current{
    background-color: #c81623;
    color:  #fff;
}
.item_info{
    padding:20px 0 0 20px ;

}
.item_info li{
    line-height: 22px;
}
.product_detail{
    margin-bottom: 50px;
}

