@charset "UTF-8";
.clear{ clear:both}
/* 面包屑 */
em{
    font-style: normal;
}
.breadcrumbs{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; 
    margin: 0 auto;
    height: 54px;
    line-height: 54px;
    font-size: 12px;
    color: #616161;
    background:rgba(247,248,251,1);
    width: 1200px;
}
.breadcrumbs a{color:#333;}
.breadcrumbs span{
    color: #999;
}
/* 商品信息 */
.goods-info{/*height:550px;*/
    margin-bottom: 20px;
}

.maskBox{
    width: 178px;
    height: 175px;
    background: rgba(255,255,255,0.4);
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    display: none;
}
.bigImageWrap{
    position: absolute;
    top: 0px;
    left: 356px;
    width: 356px;
    height: 350px;
    overflow: hidden;
    display: none;
}
.img-big:hover .maskBox{
    display: block;
}
.img-big:hover .bigImageWrap{
    display: block;
}
#bigImg-big{
    width: 200%;
    height: 200%;
    position: absolute;
    left: 0;
    top: 0;
}
.goods-info .left{width:390px;position: absolute;display: inline-block;}
.goods-info .left .img-big{width:356px; height:350px; position:absolute; z-index: 9}
.goods-info .left .img-big img{width:100%; height:100%; border:1px solid #dddcdc;box-sizing: border-box;}
.goods-info .left ul{list-style:none;}
.goods-info .left ul li{
    /*width:70px; height:70px; border:1px solid #e0e0e0; padding:4px; margin-bottom:14px; cursor:pointer;*/
    width:56px;
    height:56px;
    float: left;
    margin-left: 12px;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid #e0e0e0;
    text-align: center;
    box-sizing: border-box;
}
.goods-info .left ul li:first-child{margin-left: 12px;}
.goods-info .left ul li img{width:100%; height:100%;}
.goods-info .left ul li.active{border-color:#009afe;}
.goods-info .right{width:556px; position: relative;display: inline-block; left: -250px;}
.goods-info .right .name{color:#433E33; font-size:18px; font-weight:700; line-height:24px;}
.goods-info .right .subtitle{margin-top:7px; color:#616161; font-size:14px; line-height:23px;}
.goods-info .right .price{display:flex;margin-top:18px; height:80px; line-height:80px;background:rgba(254,246,246,1);color:#ED5559; font-size:28px;}
.goods-info .right .price em{
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
    margin-top: 4px;
}
.goods-info .right .price b{font-weight:bold;}
.goods-info .right .price i{font-size:14px; font-style:normal;}
.goods-info .right .del{
    color: #999;
    font-weight: normal !important;
    margin-left: 14px;
}
.goods-info .right .price del{color:#999; font-size:16px;
    margin-top: 4px;}
.goods-info .right .color{padding:15px 0 18px 20px;}
.goods-info .right .color ul{
    margin-left:65px;
}

.goods-info .right .color li{
    display: inline-block;
    margin: 0 14px 15px 0;
    cursor: pointer;
    min-width: 83px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #333;
    border: 1px solid rgba(221,221,221,1);
    border-radius: 1px;
    position: relative;
}
.goods-info .right .color span{
    width: 65px;
    color: #999;
    font-size: 12px;
    display: inline-block;
    float:left;
    position:relative;
    top:6px;
}
.goods-info .right .color li.active{border-color:#f02c1e;}
.goods-info .right .color li.active i {
    display: block;
    position: absolute;
    border-bottom: 15px solid #f02c1e;
    border-left: 1rem solid transparent;
    width: 0px;
    height: 0px;
    bottom: 0rem;
    right: 0;
}

.goods-info .right .color li.active i:after {
    position: absolute;
    content: '';
    top: 5px;
    left: -7px;
    width: 3px;
    height: 6px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
}
.goods-info .right .color li a{display:block; width:100%; height:100%;}
.goods-info .right .color li img{width:100%; height:100%;}
.goods-info .right .btn-buy{width:150px; height:48px; font-size:16px;background: #f02c1e;color: white;border-radius: 3px;border: #f02c1e;
    margin-left: 85px;
    position: relative;}
.goods-info .right .layui-btn-disabled{
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}
.goods-info .right .btn-buy:hover{background: #f02c1e;}
.goods-info .right .layui-btn-disabled:hover{
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}
.goods-info .right .btn-like{width:120px; height:50px; font-size:16px;}
.goods-info .right .policy li{margin:10px 15px 0 0; height:30px; line-height:30px; white-space:nowrap; float:left; color:#b0b0b0;}
.faq {
    width: 470px;
    position: absolute;
    left: 8px;
    top: 460px;
}
.faq li {
    float: left;
    list-style: none;
    display: flex;
    text-align: center;
    color: #757575;
    font-size: 12px;
    height: 14px;
    cursor: pointer;
    border-right: 1px solid #ddd;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* 间距15px */
    padding-left: 15px;
}
.faq li:last-child{
    border-right: none;
}
.faq li i{
    color: #f02c1e;
}
.fa-heart:before{
    font-size: 16px !important;
    position: relative;
    top: -1px;
}

.goods-info .compare{    width: 200px;
    position: relative;
    /* float: right; */
    left: 970px;
    height: 525px;
    border-left: 1px dotted #eee;
}

.span-right{
    float:right;
}

/* 详情导航 */
/*.detail-nav{border-top:1px solid #e0e0e0; text-align:center; line-height:60px;width: 80%; margin-left: 20%;}*/
.detail-nav{ text-align:center;    width: 980px;margin-left: 220px;background: #fff;}
.detail-nav li{width:124px; font-size:14px; color:#424242; display:inline-block;}
.detail-nav li.active a{color:#f10215;}
.layui-tab-title {
    height: 48px !important;
}
.layui-tab-title li{
    line-height: 48px !important;
    padding: 0 !important;
}
.layui-tab-title .layui-this:after{
    border-style: none !important;
}
/**
收藏
 */
.collec .active a{color:#f10215;}
.collec .active span{color:#f10215;}
.collec a{color:#757575;}
.collec span{color:#757575;
    width: 40px;}
.box{
    display: inline-block;
    float: left;
    position: relative;
    top: 54px;
    left: 110px;
}
.box-name{
    position: relative;
    top: 57px;
    left: 140px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #3CB102;
}
.box1 {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 3px solid #3CB102;
    border-radius: 40px;
}
.box2 {
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: 1;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    left: 40px;
}
.box3 {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 3px solid #f02c1e;
    border-radius: 40px;
}

.box3:before, .box3::after {
    content: "";
    height: 36px;
    width: 4px;
    border-radius: 10px;
    display: block;
    background: #f02c1e;
    position: absolute;
    top: 5px;
    left: 20px;
    transform: rotate(45deg);
}
.box3::before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
}
.demo2 {
    width:40px;
    height:40px;
    border-radius:40px ;
    border: 2px solid #3CB102;
    background:#fff;
    display:block;
    position: relative;

}

.box1:before, .box1::after {
    content: "";
    height: 28px;
    width: 4px;
    border-radius: 10px;
    display: block;
    background: #3CB102;
    position: absolute;
    top: 8px;
    left: 28px;
    transform: rotate(45deg);
}
.box1::before {
    height: 15px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    left: 14px;
}
.layui-layer-btn{
    background: #F8F8F8 !important;
}
.box-goods{
    position: relative;
    top:100px;
    width: 440px;
    border-top: 1px dotted #eee;
    left: 20px;
    overflow: hidden;
    padding-top: 20px;
}
.box-goods img{
    float: left;
    border: 1px solid rgba(238,238,238,1);
    margin-right: 20px;
}
.box-goods .first-span{
    display: block;
    font-size: 12px;
    color: #333;
}
.box-goods .second-span{
    position: relative;
    top: 20px;
    font-size: 12px;
    color: #999;
}
/**品牌等信息*/
.intro-w580 {
    width: 530px;
    padding-left: 20px;
}
.goods-brief-intro li {
    /*margin-top: 20px;*/
    /*margin-left: 20px;*/
    /*padding: 10px;*/
    line-height: 45px;
    /*overflow: hidden;*/
    color: #433E33;
    font-size: 12px;
}
.goods-brief-intro label{
    float: left
}


.goods-brief-intro label {
    width: 65px;
    color: #999;
    font-size: 12px;
}
/*.address_lable{*/
/*padding-top: 6px*/
/*}*/
/*.address_box {*/
/*position: relative;*/
/*}*/
.address_box .layui-input-block{
    font-size: 12px;
    margin-left: 65px;
    /* width: 200px; */
    border: 1px solid #ccc;
    color: #666;
    height: 28px;
    line-height: 28px;
    text-align: left;
    min-height: 28px !important;
    padding:0 17px 0 5px;
    cursor: pointer;
}
.address {
    /* width: 170px; */
    display: inline-block;
    margin-left: 5px;
}
#triangle-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #9CA8B9;
    position: absolute;
    right: 5px;
    top: 11px;
}

.goodsintro-address_head{
    cursor: pointer;
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: 0;
    padding: 0 5px;
    position: relative;
    line-height: 22px;
}

.address_head_click{
    display: inline-block;
    border-color: #ccc;
}
.address_head_text {
    color: #009afe;
}
.address_head_text span{
    display: inline-block;
    margin-right: 5px;
    color: #009afe;
}

.address_head_show{
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 5px;
}
.goodsintro-address_content{
    width: 380px;
    min-height: 300px;
    border: 1px solid #ccc;
    padding: 0px 10px 10px 10px;
    position: absolute;
    background: white;
    left: 605px;
    z-index: 100;
    display: none;
    margin-left: -5px;
    margin-top: -5px;
}
.address_show{
    display: block;
}

.address_tab_item{
    display: none;
    font-weight: 900;
    font-size: 14px;
    padding: 4px 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    cursor: pointer;
    position: relative;
    top:-1px;
    z-index: 1;
}
.address_tab_show{
    display: inline-block;
}
.address_tab_choose{
    border: 1px solid #f02c1e;
    border-bottom: 3px solid white;
}
.address_option{
    border-top: 1px solid #f02c1e;
    position: relative;
    top: -4px;
}
.address_option_content{
    display: none;
}
.width50{
    width: 50% !important;
}
.address_option_show{
    display: block;
}
.address_faretmp_content {
    display: inline-block;
    /*margin-left: 17px;*/
    position: relative;
}
.address_faretmp_content:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 15px;
    /*right: -9px;*/
    top: 10px;
    left: 1px;
    /*margin: 5px 10px 0 10px;*/
    background: #e5e5e5;
    z-index: 1;
}
.address_faretmp_content span {
    margin-left: 10px;
}
.device-line:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 14px;
    right: -9px;
    background: #e5e5e5;
    z-index: 1;
}
.itemInfo{border-bottom:1px dotted #eee;  }

.goods-info .right .brand{padding:10px 0;}
.goods-info .right .logc{padding:10px 0;}
.goods-info .right .sales{padding:10px 0;}
.goods-info .right .score{padding:10px 0;}

/** 热销/

 */
.m-saleshot {
    border: 1px solid #e7e7eb;
    overflow: hidden
}

.m-saleshot .hd {
    line-height: 40px;
    padding-left: 13px;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    border: 1px solid #e7e7eb;
    background: #f4f5f9;
    width: 205px;
    margin: -1px
}

.m-saleshot .bd {
    padding: 0 12px;
    margin-bottom: -1px
}

.m-saleshot .list li {
    padding: 13px 0 14px;
    border-bottom: 1px dotted #e7e7eb
}

.m-saleshot .list .img {
    text-align: center
}

.m-saleshot .list .desc {
    margin: 8px 0 7px;
    max-height: 26px;
    text-overflow: ellipsis;
    font-weight: 400;
    overflow: hidden
}

.m-saleshot .list .desc a {
    color: #666;
}

.m-saleshot .list .desc a:hover {
    color: #f02c1e;
}

.m-saleshot .list .price {
    color: #f02c1e;
    font-weight: 700
}

.m-saleshot .list .sale-info {
    overflow: hidden;
    color: #999;
    margin-top: 10px
}
.supply-icon{
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    text-align: center;
    color: #fff;
    background:rgba(0, 204, 204, 1) ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 10px;
}


/**详情*/
.detail li{padding-top:10px; float:left; width:20%; height:30px; font-size:16px; line-height:25px; border-left:1px solid #e0e0e0; text-align:center;}
.detail li.first{border:0;}

.compare-img{
    float: left;}
.compare-img a{
    float: left;
    position: relative;
}
.compare-img a em{
    position: absolute;
    top: 10px;
    left: 30px;
    width: 48px;
    height: 20px;
    background: #FF5533;
    border-radius: 0 100% 100% 0/200%;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    border-left: none;
    color: #fff;
}
.compare-img img{
    width:100px;
    height:100px;
    margin-left: 30px;
    margin-top: 10px;
}
.compare-img span{font-size:14px;
}
.compare-name{
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
    width: 160px;/*需要配合宽度来使用*/
    float: left;
    color: #333333;
    font-size: 12px;
    margin-top: 5px;
}
.compare-item span{width:70px; height:50px; font-size:smaller;}
.compare-ul{
    height: 500px;
    overflow: auto;
}
.compare-ul li{
    /*padding: 15px 5px;*/
    border-bottom: 1px dotted #eee;
    float: left;
    width: 160px;
    margin-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.compare-ul li:last-child{
    border-bottom: none;
}
.compare-ul li:first-child{border-top: 0;}
.compare-font{
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.compare-font span{ font-size:smaller;
    color: #999999;
    font-size: 12px;
}
.compare-font p{ color: #ED5559;    font-weight: bold;
    font-size: 12px;
}
.compare-font p em{
    font-style: normal;
}
.layui-card-body{
    padding: 0px 0 0px 0px !important;
}
.layui-card-header{
    /* background-color:#fff !important; */
    height:14px !important;
    line-height:14px !important;
    color: #333 !important;
    padding:0 20px !important;
    font-size: 14px !important;
    border: 0 !important;
    text-align: center;
    margin-bottom: 10px;
}
.layui-card-header-hot{
    /* background-color:#fff !important; */
    height:48px !important;
    line-height:48px !important;
    color: #333 !important;
    padding:0 20px !important;
    font-size: 14px !important;
    border: 0 !important;
}
.smallLeft{
    display: inline-block;
    width: 2px;
    height: 5px;
    background: #f02c1e;
    border-radius: 1px;
    opacity: 0.3;
    margin-right: 4px;
    position: relative;
    top: -2px;
}
.bigLeft{
    display: inline-block;
    width: 2px;
    height: 13px;
    background: #f02c1e;
    border-radius: 1px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.smallRight{
    width: 2px;
    height: 5px;
    background: #f02c1e;
    border-radius: 1px;
    opacity: 0.3;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -2px;
}
.bigRight{
    width: 2px;
    height: 13px;
    background: #f02c1e;
    border-radius: 1px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 2px;
}
.layui-card-header span{float:right }
/* .layui-card-body{
    border: 1px solid #e0e0e0;padding: 0px 15px;!important;
} */
.add-input {
    position: relative;
    display: inline-block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    background-color: #fff;
    cursor: pointer;
    /* border-radius: 0 2px 2px 0; */
    width: 50px;
    height: 26px;
    box-sizing: border-box;
    text-align: center;
    float: left;
    color: #333;
    font-size: 12px;
}
.add-input-no{
    pointer-events: none;
    opacity: 0.5;
}
.num .no-add{
    color: #BBBBBB !important;
}
.add-or-min{display: flex;color: #999;
    padding-left: 20px;}
.add-or-min .num{
    width: 102px;
    height: 26px;
    border:1px solid rgba(229,229,229,1);
    border-radius: 2px;
}
.add-or-min span:first-child{
    width: 25px;
    display: block;
    height: 26px;
    border-right: 1px solid rgba(229,229,229,1);
    text-align: center;
    line-height: 22px;
    color: #999;
    font-size: 28px;
    background: rgba(247,247,247,1);
    outline: none;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.add-or-min span:last-child{
    width: 25px;
    display: flex;
    height: 26px;
    border-left: 1px solid rgba(229,229,229,1);
    background: rgba(247,247,247,1);
    outline: none;
    float: left;
    color: #999;
    font-size: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
}
.add-or-min .num:hover{
    border: 1px solid #f02c1e;
}
.add-or-min span:first-child:active{
    border-right: 1px solid #f02c1e;
    color: #f02c1e;
}
.add-or-min span:last-child:active{
    border-left: 1px solid #f02c1e;
    color: #f02c1e;
}
.add-or-min label{
    line-height: 30px;
    margin-right: 16px;
    font-size: 12px;
    color: #999;
}
/* .add-or-min ul li{
    cursor:pointer;
} */
/* sku num*/
.sku-num{
    display: flex;
    color: #999;
    width: 102px;
    height: 26px;
    box-sizing: content-box;
    border:1px solid rgba(229,229,229,1);
    border-radius: 2px;
}
.sku-num .sku-add-input{
    position: relative;
    display: inline-block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    width: 50px;
    height: 26px;
    text-align: center;
    float: left;
    color: #333;
    font-size: 12px;
}

.sku-num span:first-child{
    width: 25px;
    display: block;
    height: 26px;
    border-right: 1px solid rgba(229,229,229,1);
    text-align: center;
    line-height: 22px;
    color: #999;
    font-size: 28px;
    background: rgba(247,247,247,1);
    outline: none;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sku-num span:last-child{
    width: 27px;
    display: flex;
    height: 26px;
    border-left: 1px solid rgba(229,229,229,1);
    background: rgba(247,247,247,1);
    outline: none;
    float: left;
    color: #999;
    font-size: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
}

.add-button {
    /*  position: absolute;*/
    display: inline-block;
    /* left: 60px;
    margin-top: -50px; */


}
.add-button-no{
    background: #bbb !important;
}
.inStock{
    font-size: 12px;
    color: #999;
    line-height: 30px;
    margin-left: 10px;
}
.main{
    width: 1200px;
    margin: 0px auto;
    padding-bottom: 30px;
}
.hotsale {
    display: inline;
    /*position: absolute;*/
    float: left;
    /*padding-top: 10px;*/
    /*margin-left: 145px;*/
    /* top: 4%; */
    width: 200px;
    /*border-top: 1px solid #e0e0e0;*/

}
.hotsale-img img{
    width: 170px;
    height: 170px;
    /* padding: 15px 15px 8px 15px; */
}
.hotsale-img {
    text-align: -webkit-center;

}
.hotsale-img span a{
    font-size: 12px;
    color: #333333;
    width: 170px;
    text-align: center;
    height: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hotsale-font{
    display: inline-block;
    width: 170px;
    text-align: center;
    height: 18px;
    padding: 8px 0 8px 15px;
}
.hotsale-font p{
    font-weight: bold;
    color: #f02c1e;
    font-size: 14px;
}


.hotsale-font span{
    font-size: 12px;
    color:#989CA5;
}
.hotsale-ul li{
    border-top: 1px solid #EEEEEE;
}
.hotsale-font span:nth-child(1) {
    color: red;
    font-size: 18px;
    float: left;
}
.hotsale-font span:nth-child(1) em{
    font-size: 12px;
    font-style:normal;
}
/*.hotsale-ul li:first-child{border-top: 0;}*/
.hotsale-ul li:hover>div>span>a{color: #f02c1e;}
.scrollbutton{width: 36px;
    height: 56px;
    overflow: hidden;
    list-style: none;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;}
.scrollbutton i{display: block;
    /* margin: 10px 0; */
    line-height: 56px;
    font-size: 18px;
    color: #999999;
    text-align: center;}
.disabled{
    background: #f7f7f7;
}
/* .scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{background:url(/subsite-view/img/small-img-left.png) no-repeat;background-size: 100% 100%;} */
/* .scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{background:url(/subsite-view/img/small-img-right.png) no-repeat;background-size: 100% 100%;} */
#imageMenu { width:284px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {overflow:hidden; float:left; text-align:center;}
#imageMenu li img{cursor:pointer;}

#innerMenu {
    width: 1250px;
    overflow: hidden;
    margin-left: 0;
    float: left;

}
/*.smallImg{z-index: -1000}*/
/*.img-small{position:relative; height:52px; margin-top:1px; background-color:#F1F0F0; padding:6px 5px; width:390px; overflow:hidden;float:left;}*/
.img-small {
    position: absolute;
    top: 360px;
}


.layui-tab-content .layui-tab-item:nth-of-type(1) .picture p img {
    max-width: 800px;
    /* text-align: center; */
}
.layui-tab-content  .layui-tab-item:nth-of-type(1) .picture p{
    /* text-align: center; */
}
.layui-tab-content .picture{
    width:800px; margin:0 auto;
}
.layui-tab-content .picture img{
    display:block; margin:0 auto;
}
.compare-detail {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 160px;
    bottom: 0;
    right: 0;
    display: none;
    margin-left: -600px !important;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 4px;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.compare-content{
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    background: #fff;
}
.layui-layer-content{
    overflow: unset !important;

}
.compare-detail li{
    width: 299px !important;
    border-left: 1px dotted #e0e0e0;
    float: left;
    margin-top: 18px;
    position: relative;
}
.compare-detail li:first-child{border-left: 0;}


.compare-detail li{
    width: 299px !important;
    border-left: 1px dotted #e0e0e0;
    height: 100% !important;
}
.compare-detail-div img{
    width: 78px;
    height: 78px;
    border:1px solid rgba(238,238,238,1);
}
.layui-layer-title span {
    float: right;
    border: 1px solid #e9e9e9;
    background: #FFFFFF;
    cursor: pointer;
    width: 60px;
    font-size: 12px;
    color: #333333;
    height: 28px;
    line-height: 26px;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 7px;
    margin-right: 10px;

}
.layui-layer-title-new {
    border-bottom: none !important;
    padding: 0 !important;
}
.compare-detail-pic{
    float: left;
    margin-left: 15px;
    margin-right: 10px;
    position: relative;
}
.compare-detail-text{
    /*position: relative;*/
    /*float: right;*/
    margin-right: 15px;
}
.compare-detail-text p{
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36px;
    color: #333;
}

.hot-top-num:nth-of-type(1){
    margin: 5px 5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #e4393c;
    color: #fff;
    text-align: center;
}
.hot-top-num{
    margin: 5px 5px;
    position: relative;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #e4393c;
    color: #fff;
    text-align: center;
}
.customer-service{
    position: absolute;
    top: 13px;
    right: 0;
    width: 78px;
    height: 26px;
    color: #f02c1e;
    background-color: #fff;
    border: 1px solid #f02c1e;
    border-radius: 2px;
    cursor: pointer;
}
.customer-service:hover{
    background:#e4393c;
    color:rgba(255,255,255,1);
}
.customer-service-disabled{
    position: absolute;
    top: 13px;
    right: 0;
    width: 78px;
    height: 26px;
    border-radius: 2px;
    cursor: pointer;
}
.city-list{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 450px;
    display: none;
    z-index: 999;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    height: 360px;
    text-align: center;
    line-height: 60px;
    background: #fff;
}
.layui-form-select dl dd.layui-this{
    background-color: #f10215 !important;
}
#weight table{
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}
#weight table tr{
    border-top: 1px solid #e7e7eb;
}
#weight table th{
    padding: 12px 0 12px;
    color: #666;
    text-align: center;
    min-width: 150px;
    background: #f4f5f9;
}
#weight table td{
    padding: 15px 0 15px;
    /* border-top: 1px solid #e7e7eb; */
    word-break: break-all;
    text-align: center;
    min-width: 150px;
}
.detail-nav .road-tab-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 10;
    border-bottom: 1px solid #f02c1e;
}
.road-tab-fixed ul{height: 50px}
.road-tab-fixed ul li{line-height: 50px}

.detail-nav .layui-tab-card .layui-this{
    background: #f02c1e;color: #fff;
}
.road-tab-fixed  ul li.layui-this:after {
    height: 52px !important;
}
.pore{position: relative;}
.addcar,.addcar2{
    position: absolute;
    right: 20px;
    top: 10px;
    background: #f02c1e;
    color: white;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
    display: none;
}
.addcar2{
    background: #666666;
}
.road-tab-fixed .addcar,.road-tab-fixed .addcar2{
    right: 240px;
}
.road-tab-fixed .pore{
    position: relative;
    top: 0;
    left: 220px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    background: #fff;
}
.fot-bgc{
    /*background: #f5f5f5;
    margin-top: -90px;
    padding-top: 20px;*/
}
.layui-card:last-child{
    margin-bottom: 20px;
}
.layui-card{
    box-shadow:none !important;
}
/*地域选择*/
.intro-w580 {
    width: 580px;
}
.goods-brief-intro li {
    /*margin-top: 20px;*/
    /*margin-left: 20px;*/
    /*padding: 10px;*/
    line-height: 28px;
    /* overflow: hidden; */
    color: #333;
    margin-top: 14px;
}
.goods-brief-intro label{
    float: left
}
.goods-brief-intro .brief-cont{
    margin-left: 65px;
}
.layui-rate{
    padding: 0 !important;
}
.goods-brief-intro label {
    width: 65px;
    color: #999
}
/*.address_lable{*/
/*padding-top: 6px*/
/*}*/
/*.address_box {*/
/*position: relative;*/
/*}*/
.goodsintro-address_head{
    cursor: pointer;
    display: inline-block;
    border: 1px solid transparent;
    border-bottom: 0;
    padding: 0 5px;
    /*margin-left: -5px;*/
    position: relative;
    /*margin-top: -1px;*/
    line-height: 22px;
    /*float: left;*/
}

.address_head_click{
    display: inline-block;
    border-color: #ccc;
    /*padding: 5px;*/
}
.address_head_text {
    color: #009afe;
}
.address_head_text span{
    display: inline-block;
    margin-right: 5px;
    color: #009afe;
}
.ico-arr {
    background: url("i/ico-arr.png") no-repeat;
    display: inline-block;
    width: 9px;
    height: 5px;
    margin-left: 8px;
    position: relative;
    top: -1px;
}
.ico-arr-active {
    transform: rotate(180deg);
}
.address_head_show{
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 5px;
}
.goodsintro-address_content{
    width: 480px;
    min-height: 300px;
    border: 1px solid #ddd;
    padding: 0px 10px 10px 10px;
    position: absolute;
    background: white;
    left: 90px;
    z-index: 100;
    display: none;
    margin-left: -5px;
    margin-top: -1px;
}
.address_show{
    display: block;
}
.address_tab{
    line-height:17px;
    margin-top: 10px;
    position: relative;
}
.address_tab_item{
    display: none;
    font-weight: 900;
    font-size: 14px;
    padding: 4px 10px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    cursor: pointer;
    position: relative;
    top:-1px;
    z-index: 1;
}
.address_tab_show{
    display: inline-block;
}
.address_tab_choose{
    border: 1px solid #f02c1e;
    border-bottom: 3px solid white;
}
.address_option{
    border-top: 1px solid #f02c1e;
    position: relative;
    top: -4px;
}
.address_option_content{
    display: none;
}

.address_option_content .active em{
    background: #f02c1e;
    color: #fff;
    border: 2px solid #f02c1e;
}
.option-content{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
}
.option-content em{
    font-style: normal;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #fff;
}
.address_option_item{
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
    line-height: 14px;
    width: 25%;
}
.address_option_item em:hover{
    border: 1px solid #f02c1e;
    background: #fff;
    color: #f02c1e;
    box-sizing: border-box;
}
.address_option_show{
    display: block;
}
.address_faretmp_content {
    display: inline-block;
    /*margin-left: 17px;*/
    position: relative;
}
.address_faretmp_content:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 15px;
    /*right: -9px;*/
    top: 10px;
    left: 1px;
    /*margin: 5px 10px 0 10px;*/
    background: #e5e5e5;
    z-index: 1;
}
.address_faretmp_content span {
    margin-left: 10px;
}
.device-line:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 14px;
    right: -9px;
    background: #e5e5e5;
    z-index: 1;
}
.layui-collapse{
    border-width: 0 !important;
    border-style: none !important;
    border-radius: 0 !important;
}
.layui-colla-icon{
    position: absolute;
    left: unset !important;
    right: 0 !important;
    font-size: 14px;
}
.layui-colla-title{
    padding: 0 !important;
    background: #fff !important;
    height: 40px !important;
    line-height: 40px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.address-list li{
    /* height: 20px; */
    cursor: pointer;
    margin-top:10px !important;
}
.address-list li:first-child{
    margin-top: 0px !important;
}
.address-list .active{
    color: #f02c1e;
}
.address-list em{
    font-style: normal;
    margin-right: 10px;
}
.layui-colla-content, .layui-colla-item{
    border-top-width: 0px !important;
    border-top-style: none !important;
}
.often{
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
}
#origin{
    padding-left: 20px;
    margin-top: 10px;
}
#origin .title{
    font-size: 16px;
    color: #433E33;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 30px;
    position: relative;
}
#origin .title em{
    font-style: normal;
    width: 24px;
    height: 24px;
    background: url("../img/detail.png");
    position: absolute;
    left: -39px

}
#origin .title:first-child{
    margin-top: 0px;
}
#origin .content{
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    margin-left: 30px;
}
#packingList div{
    display: flex;
    width: 938px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    min-height: 46px;
    line-height: 46px;
    margin-left: 10px;
}
#packingList div:first-child{
    border-top: 1px solid #eee;
    margin-top: 10px;
}
#packingList div p:first-child{
    width: 50%;
    text-align: center;
    border-right: 1px solid #eee;
    font-size: 12px;
    color: #666666;
}
#packingList div p:last-child{
    width: 50%;
    font-size: 12px;
    color: #666666;
    text-indent: 50px;
}
.shop-title{
    position: absolute;
    right: 98px;
}
.shop-img{
    width: 20px;
    height: 18px;
    background: url("../img/shop-name.png");
    float: left;
    margin-top: 18px;
    margin-right: 10px;
}
.shop-name{
    color: #666;
    font-size: 12px;
    float: left;
}
.skuName{
    position: absolute;
    left: 105px;
    font-size: 12px;
    color: #999;
    top: 62px;
}
.skuPrice{
    position: absolute;
    top: 61px;
    right: 20px;
    color: #ED5559;
}
.inventory{
    width: 80px;
    height: 20px;
    background: rgba(51,51,51,1);
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
}
.noSkusNum{
    width: 80px;
    height: 80px;
    background: #f7f7f7;
    color: #bbb;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 10px;
}
.noSkusName{
    position: absolute;
    color: #999;
    font-size: 12px;
}
.detail-title{
    width: 1200px;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-indent: 20px;
}
.selected_address{
    display: none;
    color: #f02c1e;
    margin-bottom:-8px;
}
.selected_address em{
    font-style: normal;
    margin-right: 10px;
}
.tab-min-height{
    min-height: 790px;
}
#weight{
    border: 1px solid #EEEEEE;
    min-height: 770px;
    margin: 10px;
}
.specification{
    color: #666;
    font-size: 12px;
    margin-top: 15px;
}
.specification span:first-child{
    margin-right: 40px;
    width: 200px;
    display: inline-block;
    text-align: right;
}
.specification span{
    width: 500px;
}
.demo-pic .layui-layer-btn a:first-child{
    float: right;
}
.noSale0{
    position: absolute;top: 10px;left: 30px;width: 100px;height: 100px;background: rgba(0,0,0,0.6);color: #fff;line-height: 100px;text-align: center;
}
.specification-attr{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 690px;
}
.specification-attr2{
    vertical-align: top;
}
/**** 商品介绍 新增商品信息 ***/
.des-parameter{
    padding: 0 10px 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.des-parameter ul.parameter-list {
    overflow: hidden;
    _zoom: 1;
}
.des-parameter ul li {
    box-sizing: border-box;
    width: 33.3%;
    padding-left: 70px;
    float: left;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}
#parameter-brand {
    padding-top: 20px;
    padding-bottom: 20px;
}
#dynamic-parameter {
    padding-bottom: 15px;
}
#parameter-brand li {
    width: 50%;
}
.des-parameter .more-par {
    padding-right: 70px;
    margin-top: -5px;
    text-align: right;
    color: #005aa0;
    font-size: 12px;
    cursor: pointer;
}

.bigPicVideo{
    display:none; position:absolute; top:0; left:0; background-color:#000000;
    z-index: 999999999;
}

.video-icon {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    z-index: 999999999;
    background: url(//static.360buyimg.com/item/unite/1.0.137/components/default-soa/preview/i/main-circles.png) 0 -55px no-repeat;
}
.close-icon{
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px; color: #ffffff;
    width: 25px;
    height: 40px;
    z-index: 999999999;
}
.other-model>.layui-tab>.layui-tab-title{
    background-color: #F2F2F2;
    border: none; /*取消下划线*/
    padding-left: 1px;
}
.other-model>.layui-tab>.layui-tab-title>li>span{
    padding: 0 30px;
}
.other-model>.layui-tab>.layui-tab-title>.layui-this{
    background-color: #FFF;
    border-top-color: #D9001B;
    border-top-style: solid;
    border-top-width: 1px;
}
.other-model #batchAddCart{
    width: 138px;
    height: 48px;
    font-size: 16px;
    background: #f02c1e;
    color: white;
    border-radius: 3px;
    border: #f02c1e;
    margin-left: 15px;
    position: relative;
}