
.goods_summary {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.goods_summary_1200 {
    width: 1200px;
    min-height: 502px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
.goods_summary_1200 .crumbs_nav span{
    display: inline-block;
    padding: 3px 10px;
    color: #949494;
    border: 1px solid #e8e8e8; 
    margin: 0 5px;
}
/* .goods_summary_1200 .crumbs_nav span a{
    color: #353535;
} */
.goods_summary_1200 .detail_con{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
/* 左边图片 start */
.goods_summary_1200 .detail_con .goods_summary_pic {
    width: 353px;
}
.goods_summary_pic .ban{ position:relative; overflow:hidden;}
.goods_summary_pic .ban2{ width:356px; height:365px; position:relative; overflow:hidden;}
.goods_summary_pic .ban2 ul{ position:absolute; left:0; top:0;}
.goods_summary_pic .ban2 ul li{ width:500px; height:500px;}
.goods_summary_pic .prev{ float:left; cursor:pointer;}
.goods_summary_pic .num{ height:82px;overflow:hidden; width:307px; position:relative;float:left;}
.goods_summary_pic .min_pic{width:350px;}
.goods_summary_pic .num ul{ position:absolute; left:0; top:0;}
.goods_summary_pic .num ul li{ width:70px; height:80px; margin-right:5px; padding:1px;}
.goods_summary_pic .num ul li.on{ border:1px solid red; padding:0;}
.goods_summary_pic .prev_btn1{ width:16px; text-align:center; height:18px; margin-top:30px; margin-right:7px; cursor:pointer;  float:left;}
.goods_summary_pic .next_btn1{  width:16px; text-align:center; height:18px; margin-top:30px;cursor:pointer;float:right;}
.goods_summary_pic .prev1{ position:absolute; top:220px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.goods_summary_pic .next1{ position:absolute; top:220px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.goods_summary_pic .mhc{z-index: 2;background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.goods_summary_pic .pop_up{ width:500px; height:500px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.goods_summary_pic .pop_up_xx{ width:40px; height:40px; position:absolute; z-index:2;right:0; cursor:pointer;}
.goods_summary_pic .pop_up2{ width:500px; height:500px; position:relative; overflow:hidden;}
.goods_summary_pic .pop_up2{ width:500px; height:500px; position:relative; overflow:hidden; float:left;}
.goods_summary_pic .pop_up2 ul{ position:absolute; left:0; top:0;}
.goods_summary_pic .pop_up2 ul li{ width:500px; height:500px; float:left;}
/* 左边结束 end */

.goods_summary_tab {
    width: 500px;
}

.goods_summary_tab tr td {
    padding-left: 15px;
}

.goods_summary_name {
    display: block;
    max-height: 70px;
    line-height: 35px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.goods_specification {
    display: block;
    height: 50px;
    line-height: 50px;
}

.goods_price {
    display: flex;
    color: #333;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
    background: url(../../images/goodlist/jg_bg.jpg) no-repeat;
}
.goods_price div{
    height: 50px;
    line-height: 50px;
    padding-left: 10px;;
}
.goods_price span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 5px;
}
.goods_price .look_num {
    border-left: 1px solid #e0e0e0;
    padding-left: 15px;
}

.unit_price {
    padding-right: 10px;
}
.goods_brand {
    line-height: 40px;
    margin: 20px 0;
    border-bottom: 1px #d9d9d9 dotted;
}

.goods_brand_ul {
    /* display: flex; */
    color: #333333;
    height: 40px;
}

.goods_brand_ul li {
    margin-right: 43px;
    max-width: 232px;
    float: left;
}
.goods_brand_ul li a.ghs:hover{
    color:#f00;
}
.spec_goods_price_div{
    margin-top: 10px;
}
.spec_goods_price_div li{
    display: inline-block;
} 
.spec_goods_price_div li .spec_item{
    padding:7px;
    display:inline-block;
    height:10px;
    line-height: 10px;
    margin-right: 10px;
    background: #f7f7f7;
    margin-bottom: 10px;
    /* border: 1px solid #ccc; */
}
/* 产品规格选中 */
.lawir_a_active{
    background: #ff7e00;
    color: #fff;  
    border:none;  
    padding:7px;
    display:inline-block;
    height:10px;
    line-height: 10px;
    margin-right: 10px;
}
.detail_mid_bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.des_title {
    color: #999;
    width: 60px;
}

.accumulate {
    color: #999;
    height: 45px;
    border-top: 1px solid #f3e7e6;
    border-bottom: 1px solid #f3e7e6;
}

.accumulate_num {
    color: #ff7e00;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: bold;
    padding-left: 10px;
    display: block;
    float: right;
    width: 64px;
    margin-right: 10px;
}

.choose {
    height: 40px;
    line-height: 40px;
}

.buy {
    border: none;
    width: 103px;
    height: 46px;
    background-color: #ff7e00;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}

.add {
    margin-left: 20px;
    width: 105px;
    height: 46px;
    background-color: #1470cc;
    color: #ffffff;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0px;
}
.wrap-input span{
    display: inline-block;
    line-height: 30px;
    color: #999;
}
.goods_introduce {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

.goods_introduce_1200 {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.goods_intro {
    width: 910px;
    min-height: 500px;
    position: relative;
}

.goods_intro_nav {
    width: 100%;
    position: relative;
    clear: both;
}

.goods_intro_nav ul {
    width: 100%;
    overflow: hidden;
    background-color: #e8e8e8;
    z-index: 9999 !important;
}

.goods_intro_nav ul li {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border:1px solid #e8e8e8;
}

.goods_intro_nav_active {
    color: #ff7e00;
    font-weight: bold;
    border-top:2px solid #ff7e00;
    background-color: #fff;
}
.goods_introduce_1200 .shop_recommend{
    width:240px;
    overflow: hidden;
}
.shop_recommend .shop_tuijie{
    /* margin-top: 20px; */
    /* width: 93%; */
    overflow: hidden;
    background: #fff;
    min-height: 336px;
    max-height: 535px;
    border: 1px solid #e2e2e2;
}
.shop_recommend .shop_upArea_hotshop{
    margin-top: 20px;
    /* width: 93%; */
    overflow: hidden;
    background: #fff;
    min-height: 336px;
    max-height: 535px;
    border: 1px solid #e2e2e2;
}

.shop_recommend .shop_upArea_hotnews{
    margin-top: 20px;
    /* width: 93%; */
    overflow: hidden;
    background: #fff;
    min-height: 180px;
    max-height: 300px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}
.shop_recommend .shop_tag_cloud{
    margin-top: 20px;
    /* width: 93%; */
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}
.shop_recommend .shop_tag_cloud ul{
    padding:5px
}
.shop_recommend .shop_tag_cloud ul li a{
    display: inline-block;
    max-width: 95px;
    padding:5px;
    margin:5px 15px 5px 0;
    /* margin-right: 15px; */
    border-radius: 5px;
    background-color: #eee;
}
.shop_recommend .shop_tag_cloud ul li a:hover{
    color:#fff;
    background:#ff7e00;
}
/* .shop_recommend .shop_tag_cloud ul li:last-child{
    margin-right: 0;
} */
.goods_introduce_1200 .shop_recommend .shop_recommend_title{
    color: #949494;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    background-color: #e8e8e8;
    border-bottom: 2px solid #ff7e00;
}
.shop_recommend li img{
    width: 115px;
    height: 115px;
}
.shop_recommend li {
    /* border-bottom: 1px dashed#e8e8e8; */
}
.shop_recommend li .bottom{
    display: flex;
    justify-content: space-between;
    color: #ff7e00;
    font-weight: 700;
    align-items: center;
    margin-bottom: 4px;
    line-height: 20px;
    padding: 0 2px;
    cursor: pointer;
}
.shop_recommend li .bottom span:nth-child(2){
    border:1px solid #ff7e00;
    padding:2px 5px;
}
.my-comment-pre-m>p{
    font-size: 15px;
    color: #666;
    margin: 10px;
}
.specification {
    color: #999;
    background-color: #fafafa;
    /* margin-top: 30px; */
}
.my-comment-pre-m .two .description img{
    /* display: block;
    margin: 0 auto; */
    padding-left: 0;
} 
.my-comment-pre-m .three p{
    line-height: 30px;
    padding-left: 20px;
    font-size:16px;
}
.my-comment-pre-m .three p>img{
    vertical-align: middle;
    width: 1.9%;
    margin-right: 10px;
    margin-bottom: 2px;
}
.my-comment-pre-m .three>img{
    display: block;
    margin: 0 auto;
}
.my-comment-pre-m .new_title{
    background-color: #e8e8e8;
    line-height: 40px;
    padding-left: 20px;
    color: #666;
    margin-bottom: 10px;
}
.specification_1 {
    overflow: hidden;
    padding-left: 20px;
    display: flex;
}

.specification_1 li {
    width:33.33%;
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
}

.specification_2 {
    overflow: hidden;
    height: 42px;
    line-height: 42px;
}

.specification_2 li {
    width: 200px;
    float: left;
    padding-right: 100px;
}
.goods_desciption_right {
    float: right;
    width: 137px;
    margin-left: 10px;
    margin-top: 20px;
}

.col {
    display: inline-block;
    line-height: 25px;
    height: 25px;
    margin: -4px 0px;
    padding-left: 20px;
    position: relative;
}

.col img {
    position: absolute;
    top: 6px;
    left: 5px;
}
/* 补充 */
.shop_recommend .r_phb{
    width: 48%;
    float: left;
    margin-top: 10px;
    border-bottom: 1px dotted #e8e8e8;
}
.shop_recommend .shop_tuijie li:nth-child(odd){
    margin-right: 5px;
    margin-left: 2px;
}
.shop_recommend .r_phb p{
    line-height: 20px;
}
strong{
    font-weight: 700;
}