#goods_detail{
    margin: 10px 0 30px;
}
#goods_detail .wrap .content{
    clear: both;
    overflow: hidden;
}
#goods_detail .wrap .content .left{
    overflow: hidden;
}
#goods_detail .wrap .content .left .bd{
    height: 400px;
}
#goods_detail .wrap .content .left .hd{
    margin-top: 15px;

}
#goods_detail .wrap .content .right{
    padding-left: 30px;
}
#goods_detail .wrap .content .right h1{
    font-size: 20px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
}
#goods_detail .wrap .content .right h2{
    font-size: 14px;
    color: #333;
    line-height: 25px;
    font-weight: normal;
    margin: 15px 0;
}
#goods_detail .wrap .content .right .content{
    padding: 20px;
}
#goods_detail .wrap .content .right .content .price{
    background-color: #f0f0f0;
}
#goods_detail .wrap .content .right .content .price .title{
    line-height: 55px;
    text-indent: 20px;
    color: #999999;
    font-size: 16px;
}
#goods_detail .wrap .content .right .content .price .price_info{
    font-size: 24px;
    color: #e72028;
    line-height: 55px;
}
#goods_detail .wrap .content .right .content .price .evaluate{
    float: right;
    text-align: center;
    border-left: 2px solid #dddddd;
    margin-top: 10px;
}
#goods_detail .wrap .content .right .content .price .evaluate .tit{
    font-size: 12px;
    color: #999;
}
#goods_detail .wrap .content .right .content .price .evaluate .bot{
    font-size: 14px;
    color: #e72028;
}
#goods_detail .wrap .content .right .content .distribution{
    background: url(../../images/web/goods/distribution_bg.png) no-repeat 0 0;
}
#goods_detail .wrap .content .right .content .distribution .distribution_info{
    clear: both;
}
#goods_detail .wrap .content .right .content .distribution .distribution_info .title{
    line-height: 55px;
    text-indent: 20px;
    color: #999999;
    font-size: 16px;
}
#goods_detail .wrap .content .right .content .distribution .distribution_info .stock{
    float: right;
    line-height: 25px;
    text-align: center;
    color: #999999;
    font-size: 16px;
}
#goods_detail .wrap .content .right .content .distribution .freight{
    overflow: hidden;
    clear: both;
}
#goods_detail .wrap .content .right .content .distribution .freight .title{
    line-height: 50px;
    text-indent: 20px;
    color: #999999;
    font-size: 16px;
}
#goods_detail .wrap .content .right .content .distribution .freight .freight_info{
    line-height: 50px;
    color: #333;
    font-size: 14px;
}
.layui-form-selectup dl{
    top: 42px!important;
        bottom: auto!important;
}
#goods_detail .wrap .content .right .edition{
    padding-left: 20px;
    padding-top: 20px;
}
#goods_detail .wrap .content .right .edition .tit{
    font-size: 16px;
    color: #999999;
    line-height: 40px;
    float: left;    
    text-indent: 20px;
}
#goods_detail .wrap .content .right .edition ul li{
    float: left;
    border: 1px solid #eeeeee;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
    cursor: pointer;
}
#goods_detail .wrap .content .right .edition ul li.on{
    border-color: #e72028;
}
#goods_detail .wrap .content .right .amount{
    clear: both;
    padding-left: 20px;
    padding-top: 20px;
}
#goods_detail .wrap .content .right .amount .tit{
    font-size: 16px;
    color: #999999;
    line-height: 40px;
    float: left;
    text-indent: 20px;
}
#goods_detail .wrap .content .right .amount .count {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
}
#goods_detail .wrap .content .right .amount .count > li{
    height: 45px;
}
#goods_detail .wrap .content .right .amount .count > li .btn-reduce,
#goods_detail .wrap .content .right .amount .count > li .btn-add {
    display: block;
    width: 20px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 20px;
    color: #e72028;
    cursor: pointer;
    border: 1px solid #e2e2e2;
}
#goods_detail .wrap .content .right .amount .count > li .btn-reduce{
    margin-top: 4px;
}
#goods_detail .wrap .content .right .amount .count > li .input-num {
    width: 58px;
    border: 1px solid #e2e2e2;
    height: 43px;
    color: #333;
    padding: 0;    
    line-height: 43px;
    text-align: center;
    font-size: 20px;
    margin-right: 5px;
}
#goods_detail .wrap .content .right .button{
    clear: both;
    padding-left: 20px;
    padding-top: 20px;
}
#goods_detail .wrap .content .right .button a{
    display: block;
    float: left;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
#goods_detail .wrap .content .right .button a.goods-buy{
    background-color: #ffeeee;
    border: 1px solid #e72028;
    color: #e72028;
    height: 48px;
    margin-right: 20px;
}
#goods_detail .wrap .content .right .button a.cart-add{
    background-color: #e72028;
    color: #fff;
}
#goods_detail .wrap .bottom{
    margin-top: 40px;
    clear: both;
    overflow: hidden;
}
#goods_detail .wrap .bottom .left .shop_name{
    border: 1px solid #eee;
    overflow: hidden;
}
#goods_detail .wrap .bottom .left .shop_name .tit{
    background: url(../../images/web/goods/bottom_left.png) no-repeat 0 0;
    height: 55px;
    border-bottom: 1px solid #eee;
    background-size: 100% 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 55px;
}
#goods_detail .wrap .bottom .left .shop_name .bot ul li{
    margin: 20px 0;
}
#goods_detail .wrap .bottom .left .shop_name .bot a{
    display: block;
    float: left;
    width: 95px;
    height: 30px;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
#goods_detail .wrap .bottom .left .recommend{
    margin-top: 30px;
}
#goods_detail .wrap .bottom .left .recommend .tit{
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #333;
    font-size: 16px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
}
#goods_detail .wrap .bottom .left .recommend .bot{
    border: 1px solid #eee;
    padding: 15px;
    overflow: hidden;
}
#goods_detail .wrap .bottom .left .recommend .bot ul li{
    margin-bottom: 20px;
}
#goods_detail .wrap .bottom .left .recommend .bot ul li a h1{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
#goods_detail .wrap .bottom .left .recommend .bot ul li a p{
    font-size: 16px;
    color: #e72028;
    line-height: 25px;
    text-align: right;
}
#goods_detail .wrap .bottom .right{
    float: right;
    padding-left: 30px;
}
#goods_detail .wrap .bottom .right .hd{
    border: 1px solid #eee;
    height: 55px;
    line-height: 55px;
}
#goods_detail .wrap .bottom .right .hd ul li{
    float: left;
    border-right: 1px solid #eee;
    width: 20%;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
#goods_detail .wrap .bottom .right .hd ul li.on{
    background: url(../../images/web/goods/right_hd_ul_li_on.png) no-repeat top center;
}
#goods_detail .wrap .bottom .right .bd .con1{
    border: 1px solid #eee;
}
#goods_detail .wrap .bottom .right .bd .con2{
    border: 1px solid #eee;
}
#goods_detail .wrap .bottom .right .bd .con3{
    border: 1px solid #eee;
}
#goods_detail .wrap .bottom .right .bd .con1 .tit{
    overflow: hidden;
}
#goods_detail .wrap .bottom .right .bd .con1 .tit .left{
    overflow: hidden;
}
#goods_detail .wrap .bottom .right .bd .con1 .tit .left p{
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: center;
}
#goods_detail .wrap .bottom .right .bd .con1 .tit .left span{
    font-size: 48px;
    color: #e72028;
    line-height: 60px;
    text-align: center;
    display: block;
}
#goods_detail .wrap .bottom .right .bd .con1 .tit .left #star{
    width: 130px;
    margin: 0 auto;
    display: block;
}
#goods_detail .wrap .bottom .right .bd .con1 .tit .right .tit{
    font-size: 16px;
    color: #333;
    line-height: 50px;
}
#goods_detail .wrap .bottom .right .bd .con1 .tit .right ul li{
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #e72028;
    line-height: 30px;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
#goods_detail .wrap .bottom .right .bd .con1 .sort{
    height: 34px;
    background: #f7f7f7;
    margin: 20px 0;
    clear: both;
}
#goods_detail .wrap .bottom .right .bd .con1 .sort span{
    float: left;
    padding-left: 20px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#goods_detail .wrap .bottom .right .bd .con1 .sort span.on{
    color: #ff2832;
}
#goods_detail .wrap .bottom .right .bd .con1 .sort .r{
    float: right;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    margin-right: 15px;
    text-align: right;
}
#goods_detail .wrap .bottom .right .bd .con1 .sort .r .icon{
    float: right;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul > li{
    border-bottom: 1px solid #eee;
    padding: 20px 0 20px 20px;
    overflow: hidden;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .l h1{
    font-size: 14px;
    line-height: 36px;
    height: 36px;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .l h1 img{
    width: 36px;
    height: 36px;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .l h1 span{
    padding-left: 10px;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .l p{
    font-size: 14px;
    color: #999;
    text-indent: 20px;
    line-height: 30px;
    margin-top: 20px;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .r{
    padding-left: 10px;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .r .summary{
    overflow: hidden;
    margin-bottom:10px
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .r .summary .left p{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .r .summary .left dl dd{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .r .summary .star{
    margin-top: 5px;
    float: right;
    padding-right:15px
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .r .summary .star .goodsStar li{
  display: inline-block;
  color: #ADADAD;
  font-size: 26px;
  float: right;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .r .pic ul li{
    height: 50px;
    border: 1px solid #eee;
    margin-right: 10px;
    cursor: pointer;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .r .pic ul li.on{
    border: 1px solid #e72028;
}
#goods_detail .wrap .bottom .right .bd .con1 .comment > ul li .r .pic .big_img{
    clear: both;
    margin-top: 30px;
    border: 1px solid #e72028;
    cursor: pointer;
    display: none;
}

#goods_detail .wrap .bottom .right .bd .con2 .box{
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    overflow: hidden;
        clear: both;
}
#goods_detail .wrap .bottom .right .bd .con2 .tit{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    text-align: center;
}
#goods_detail .wrap .bottom .right .bd .con2 .r{
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
#goods_detail .wrap .bottom .right .bd .con2 .r ul li{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    clear: both;
}
#goods_detail .wrap .bottom .right .bd .con2 .r ul li span{
    float: left;
    width: 70%;
}
#goods_detail .wrap .bottom .right .bd .con2 .r ul li span:first-child{
    padding-right: 40px;
    text-align: right;
    display: block;
    width: 15%;
    float: left;
}