/*
* @Author: 潘尚泉
* @Date:   2019-04-22 18:07:26
* @Last Modified by:   潘尚泉
* @Last Modified time: 2019-06-05 17:37:19
*/
.main{
    width: 100%;
    background-color: #fff;
    color: #676767;
    padding-bottom: 55px;
}
.add-btn {
    width: 40px;
    height: 40px;
    border: 2px solid orange;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    background: antiquewhite;
    box-sizing: border-box;
}

.add-btn:before, .add-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -2px;
    width: 80%;
    height: 4px;
    background: white;
}

.add-btn:after {
    transform: rotate(90deg);
}
.search-tip-wrap{
    padding: 15px 0 0;
}
/*.search-tip-wrap .search-tips{
    background-color: #f3cccc;
    border: 1px solid #b40f19;
    color: #232323;
    line-height: 26px;
    padding: 27px 20px;
}*/
.search-tip-wrap .search-tips {
    border: 1px solid #b40f19;
    background-color: #f3cccc;
    color: #232323;
    padding: 30px 1.2em;
    line-height: 20px;
}
/* type-4 */
.search-tip-wrap .type-4{
    border-bottom: 1px dashed #969696;
    overflow-x: auto;
    padding: 15px 0 32px;
    margin-bottom: -15px;
}
.search-tip-wrap .type-4 .ser-card{
    border: 1px solid #ddd;
    width: 200px;
    color: #404040;
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-right: 30px;
}
.search-tip-wrap .type-4 .ser-card:hover{
    border-color: #b01d24;
}
.search-tip-wrap .type-4 .ser-card img{
    padding-top: 1em;
    height: 100px;
}
.search-tip-wrap .type-4 .ser-card .ser_name{

}
.search-tip-wrap .type-4 .ser-card .brand_name{
    color: #808080;
}
.search-tip-wrap .type-4 .ser-card .param{
    padding: 10px 6px;
    height: 32px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*.shop-car {
    width: 100px;
    height: 40px;
    border: 1px solid #ff574d;
    position: absolute;
    top: 300px;
    left: 100px;
    text-align: center;
    line-height: 40px;
}*/
/* 面包屑 */
.main-center .bread{
    line-height: 18px;
    padding: 34px 0;
    font-size: 15px;
}
.main-center .bread .underline-red{
    margin-right: 2em;
    position: relative;
}
.main-center .bread .underline-red:after{
    content: '>';
    position: absolute;
    left: 100%;
    top: 0;
    width: 1em;
    margin-left: 0.5em;
    text-align: center;
    height: 18px;
    line-height: 18px;
}
.main-center .bread .underline-red:hover{
    color: #b40f19;
}
.detail-btn {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #b01d24;
    margin: 0 auto;
}

/* 内容 */
.main-center .content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.main-center *{
    box-sizing:border-box;
}
.main-center .con-left{
    width: 100%;
    height: 100%;
    margin-right: 30px;

}
.main-center .con-left .top-box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #bebebe;
}
.main-center .con-left .info-top{
    padding: 20px;
    padding-right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.con-left .info-top .img-info{
    border: 1px solid #d1d1d1;
    width: 202px;
    height: 202px;
    /*width: 100%;*/
    /*height: 100%;*/
    margin-right: 20px;
}
.con-left .info-top .img-info .photo{
    width: 200px;
    height: 100%;
}
.con-left .info-top .img-info .img-tools{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;

}
.con-left .info-top .img-info .img-tools .favorite-btn{
    cursor: pointer;
}
.con-left .info-top .img-info .img-tools .collect {
    width: 19px;
    height: 14px;
    background: url(/images/icon-shoucang2.png);
}
.con-left .info-top .img-info .img-tools .collect-1 {
    width: 19px;
    height: 14px;
    background: url(/images/icon-shoucang3.png);
}
.con-left .info-top .img-info .img-tools .tips{
    font-size: 13px;
}

.con-left .text-info{
    line-height: 18px;

}
.con-left .text-info li{
    border-bottom: 1px dashed #d7d7d7;
    padding: 12px 0;
    line-height: 20px;
}
.con-left .text-info li.little-tab{
    padding: 2px 0;
}
.con-left .text-info .little-tab .tab-row{
    padding: 6px 0;
    line-height: 26px;
}
.con-left .text-info .little-tab .tab-row.supplier-line{
    padding: 0;
    line-height: 38px;
}
.con-left .text-info .little-tab .supplier-line .supplier{
    line-height: 30px;
    border: 1px solid #a9a9a9;
    color: #a9a9a9;
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
    margin: 3px 25px 3px 0;
}
.con-left .text-info .little-tab .supplier-line .supplier.on{
    border: 1px solid #b40f19;
    cursor: default;
    color: #b40f19;
}
.con-left .text-info .little-tab .supplier-line .supplier:before{
    content: '';
    background-color: #b40f19;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -6px;
    bottom: -6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .15s;
       -moz-transition: all .15s;
        -ms-transition: all .15s;
         -o-transition: all .15s;
            transition: all .15s;
}
.con-left .text-info .little-tab .supplier-line .supplier:after{
    content: '';
    position: absolute;
    height: 4px;
    width: 8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: -3px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .15s;
       -moz-transition: all .15s;
        -ms-transition: all .15s;
         -o-transition: all .15s;
            transition: all .15s;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.con-left .text-info .little-tab .supplier-line .supplier.on:before,.con-left .text-info .little-tab .supplier-line .supplier.on:after{
    opacity: 1;
    visibility: visible;
}
.con-left .text-info dl{
  overflow: hidden;
  position: relative;

}
.con-left .text-info dl::before{
    content:"促销：";
    position: absolute;
    left: 0;

  }
  /* 优惠icon样式 */
.discount-icon{
    background: #fff;
    margin-left: 40px;
    margin-bottom: 10px;
    padding: 0px 0.5em;
    border-radius: 1px;
}

.discount-icon.type-1{
    color: #b40f19;
    border: 1px solid #b40f19;
}
.discount-icon.type-2{
    color: #0862b6;
    border: 1px solid #0862b6;
}
.discount-icon.type-0{
    color: #ff9c00;
    border: 1px solid #ff9c00;
}


.con-left .text-info dl dt,.con-left .text-info dl dd{
    float: left;

}
.con-left .text-info dl .discount-text{
    color: #fff;
    padding: 0 5px;
    margin:0 5px;
    margin-bottom: 10px;
    position: relative;
}
.con-left .text-info dl dd::before{
    content: "";
    position: absolute;
    left: -4px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
.con-left .text-info dl .discount-text.type-4::after{
    content: "";
    position: absolute;
    right: -4px;
    top: -3px;
    width: 3px;
    height: 22px;
    background: url(/images/cuxiao_right_bg.png);
}
.con-left .text-info dl .discount-text.type-5::after{
    content: "";
    position: absolute;
    right: -4px;
    top: -3px;
    width: 3px;
    height: 22px;
    background: url(/images/cuxiao_right_bg01.png);
}
.con-left .text-info dl .discount-text.type-3::after{
    content: "";
    position: absolute;
    right: -4px;
    top: -3px;
    width: 3px;
    height: 22px;
    background: url(/images/cuxiao_right_bg02.png);
}

.discount-text.type-4{
    border: 1px solid #b40f19;
    background: #b40f19;

}
.discount-text.type-5{
    border: 1px solid #0862b6;
    background: #0862b6;

}
.discount-text.type-3{
    border: 1px solid #ff9c00;
    background: #ff9c00;

}

.main-center .con-left .params-box{
    width: 500px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}
.main-center .con-left .params-box .params-title{
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #b40f19;
    font-weight: bolder;

}
.main-center .con-left .params-box .params-list{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.main-center .con-left .params-box .params-list .params-item{
    width: 100%;
    line-height: 28px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left;
}
.main-center .con-left .params-box .params-list .params-item .param-name{
    text-align: left;
    width: 50%;
    min-width: 130px;
}
.main-center .con-left .params-box .params-list .params-item .param-value{
    text-align: left;
    width: 100%;
}
.main-center .con-left .params-box .params-list .params-item .param-checkbox{
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-center .con-left .params-box .checkbox:before{
    border-color: #6d6d6d;
}

.main-center .con-left .params-box .search-like-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.main-center .con-left .params-box .search-like-wrap .result-box{
    height: 40px;
    width: 100%;
}
.main-center .con-left .params-box .search-like-wrap #js-select-result{
    width: 100%;
    height: 30px;
}
.main-center .con-left .params-box .search-like-wrap #js-select-result .line{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main-center .con-left .params-box .search-like-wrap #js-select-result .search-result{

}
.main-center .con-left .params-box .search-like-wrap #js-select-result .search-result .surplus{
    color: #b40f19;
    font-weight: bolder;
    font-size: 16px;
}
.main-center .con-left .params-box .search-like-wrap .btn-box{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main-center .con-left .params-box .search-like-wrap  .search-like{
    line-height: 36px;
    color: #fff;
    text-align: center;
    width: 220px;
    font-size: 16px;
    background-color: #b40f19;
}
.main-center .con-left .params-box .search-like-wrap .search-like:hover{
    opacity: 0.8;
}
.main-center  .arrival-notice{
    line-height: 28px;
    color: #fff;
    text-align: center;
    width: 80px;
    font-size: 14px;
    background-color: #b40f19;
    cursor: pointer;
}
.main-center  .arrival-notice:hover{
    opacity: 0.8;
}
.main-center .con-left .info-bottom{
    width: 100%;
    height: 100%;
    border: 1px solid #bebebe;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
}

.main-center .con-left .info-bottom .info-pdf-box{
    width: 64%;
    height: 100%;
    border-right: 1px dashed #d1d1d1;
    padding-bottom: 1px;
    min-height: 850px;
}
.pdf-iframe{
    width: 100%;
    height: 100%;
}
.main-center .con-left .info-bottom .attch-box{
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: flex-start;*/
    /*align-items: flex-start;*/
    width: 36%;
    height: 100%;
}
.about-video .about-video-list .swiper-container .swiper-button-prev,.about-video .about-video-list .swiper-container .swiper-button-next{
    transform:scale(0.5);
}


.main-center .con-left .info-bottom .attch-box .info-download-box{
    width: 100%;
    max-width: 420px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    border-bottom: 1px dashed #d1d1d1;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 20px;
}
.main-center .con-left .info-bottom .attch-box .info-download-box .download-item{
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}
.main-center .con-left .info-bottom .attch-box .info-download-box .download-item:hover{
    color: #b40f19;
}
.info-download-box .download-item .download-img{
    width: 110px;
    height: 150px;
    background: #d1d1d1;
    border: 1px dashed #d1d1d1;
}
.info-download-box .download-item .download-img img{
    width: 100%;
    height: 100%;
}
.info-download-box .download-item .download-name{
    margin-top: 5px;
    line-height: 30px;
}


/* .info-download-box .download-item .download-img{
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background: #d1d1d1;
    border: 1px dashed #d1d1d1;
}
.info-download-box .download-item .download-img img{
    width: 100%;
    height: 100%;
}
.info-download-box .download-item .download-name{
    font-size: 16px;
    color: #676767;
    font-weight: bold;
    cursor: pointer;
}
.info-download-box .download-item .download-name:hover{
    color: #b01d24;
}
 */

.main-center .con-left .info-bottom .attch-box .info-auth-box{
    width: 100%;
    border-bottom: 1px dashed #d1d1d1;
    padding: 20px;
}
.main-center .con-left .info-bottom .attch-box .info-auth-box .auth-list-box{
    width: 100%;
    margin-bottom: 20px;
}
.main-center .con-left .info-bottom .attch-box .info-auth-box .auth-list-box:last-child{
    margin-bottom: 0;
}
.main-center .con-left .info-bottom .attch-box .info-auth-box .auth-list-box .title{
    font-weight: bolder;
    margin-bottom: 10px;
}
.main-center .con-left .info-bottom .attch-box .info-auth-box .auth-list{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.main-center .con-left .info-bottom .attch-box .info-auth-box .auth-item{
    text-align: center;
    padding: 6px;
}
.red-color{
    color: #b40f19;
}
.main-center .con-left .info-bottom .attch-box .info-auth-box .auth-item:hover{
  opacity: 0.6;
}
.info-auth-box .auth-item .auth-img{

}
.info-auth-box .auth-item .auth-name{
    line-height: 25px;
}
.info-auth-box .auth-item .auth-img i{
    font-size: 45px;
}
.info-about-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}
.about-video{
    width: 100%;
    height: 100%;
    margin-right: 20px;
}
.about-video .about-video-title{
    margin-bottom: 20px;
    color: #b40f19;
    font-weight: bolder;
}
.about-video .about-video-list{
    width: 100%;
    max-width: 380px;
    height: 240px;
    position: relative;
}

.about-video .about-video-list .about-video-item{
    width: 100%;
    height: 240px!important;

}
.about-video .about-video-list .about-video-item .video-img{
    width: 100%;
    height: 100%;

}
.about-video .about-video-list .about-video-item .video-img video{
    width: 100%;
    height: 100%;
}

.about-news{
    width: 100%;
    height: 100%;
    margin-top: 75px;
}
.about-news .about-news-title{
    margin-bottom: 10px;
    color: #b40f19;
    font-weight: bolder;
}
.about-news .about-news-list{
    width: 100%;
}

.about-news .about-news-item{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 30px;
}
.about-news .about-news-item:hover{
    color: #b40f19;
    cursor: pointer;
}
.about-news-item .news-dian{
    margin-right: 5px;
}
.about-news-item .news-title{
    line-height: 30px;
}




    /* con-right */
.main-center .content .con-right{
    width: 100%;
    height: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.con-right .right-replace{
    width: 100%;
}
.right-replace table{
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #bebebe;
    margin-bottom: 30px;

}
.right-replace table .right-top-title{
    font-size: 16px;
    line-height: 34px;
    background-color: #eee;
    font-weight: normal;
}
.right-replace tr td {
     border:1px dashed #cfcfcf;
}
.right-replace tr td span{
    display: block;
}
.right-replace tr td{
    line-height: 30px;
    text-align: center;
    color: #6d6d6d;
}
.right-replace span:nth-child(odd){
    background-color: #f7f8f8;
}
.right-replace span:nth-child(even){

    background-color: #fff;
}
.right-replace tr .product-bg{
    background-color: #f7f8f8;
    vertical-align: middle;
}
#about-video {
    padding-bottom: 57px;
}


.con-right .right-top{
    max-width: 455px;
    width: 100%;
    border: 1px solid #bebebe;
}
.con-right .right-top .right-top-title{
    font-size: 16px;
    line-height: 34px;
    background-color: #eee;
}
.con-right .right-top .ladder-price-wrap{
    padding: 8px 0 12px;
}
.con-right .right-top .ladder-price-wrap .ladder-price-body .pack{
    position: relative;
}
.con-right .right-top .ladder-price-wrap .ladder-price-body .pack span{
    position: relative;
    cursor: pointer;
}
.con-right .right-top .ladder-price-wrap .ladder-price-body .pack span:hover{
    color: #b40f19;
}
.con-right .right-top .ladder-price-wrap .ladder-price-body .pack span::before{
    content: "";
    position: absolute;
    left: -20px;
    width: 14px;
    height: 14px;
    margin-top: 6px;
    margin-right: 2px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA0LTIzVDEwOjAyOjI3KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wNC0yM1QxODo0Mzo1NSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wNC0yM1QxODo0Mzo1NSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjE0OUJBRDA2NUI0MTFFOUI0NTNENDRFQjY1QkQwREIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjE0OUJBRDE2NUI0MTFFOUI0NTNENDRFQjY1QkQwREIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTQ5QkFDRTY1QjQxMUU5QjQ1M0Q0NEVCNjVCRDBEQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTQ5QkFDRjY1QjQxMUU5QjQ1M0Q0NEVCNjVCRDBEQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqaG3WIAAAFBSURBVHjadNLNKwVhFMfxcY3UVUQpK0sLysLSws7LQgilbiKx0WRDKTY2wkIUFt6zut3oLiSlsPQvyEokyUKJSyF3fE/9pqYx99RnmnrmPM95zpkiz/OcSFSiF8MoQwZpPIY/ckPvNRhBHz6whXeMYRCn2MVtkFiLIXTiGXO4wJc2PEEzPJ1+iT1LPEcdZrDk/A8fV2IV7SOV0MIC2nXSgO4WRAk6cKyyl5GzEz+xgUXtOIFJ7OAV42pYFtvIo8USEzrhCetWv+47iyRWcIQXVWA9KXZj7mQVHKIRFdiM+cYJ7ugXWHMLNMu3xVLNLRq/So5GzhpmCz9Y06zCkY9JrNfIkrbQhTt10VrepoQ3fCuhCQe6u5XfY497TGMVo9rxQfMr13/aoBn348aJlGLjmEcrzlCNKlyjG1NBksWfAAMAmTVJdQXPouQAAAAASUVORK5CYII=) no-repeat 0 50%;
}
.con-right .right-top .ladder-price-wrap .ladder-price{
    /* margin: 0 12%; */
}
.con-right .right-top .ladder-price-wrap .ladder-price .ladder-price-body{
    line-height: 24px;
}
.con-right .right-top .ladder-price-wrap .ladder-price .ladder-col{
    width:33.333%;
}
.Twenty-five{
    width:25%;
}
.delX{
    text-decoration:line-through;
    color:#b40f19
}
.con-right .right-top .ladder-price-wrap .ladder-price .ladder-col.pack:hover .info-group-popup{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.con-right .right-top .ladder-price-wrap .ladder-price .ladder-col.pack .info-group-popup{
    top: -5px;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    z-index: 0;
    left: 70%;
    font-size: 14px;
    color: #6d6d6d;
    white-space: nowrap;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}
.con-right .right-top .ladder-price-wrap .ladder-price .ladder-col.pack .info-group-popup:after{
    content: "";
    z-index: 1;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #b40f19;
    left: -5px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.con-right .right-top .ladder-price-wrap .ladder-price .ladder-col.pack .info-group-popup .info-group-popup-content{
    background: #fff;
    padding: 5px 15px;
    display: inline-block;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    border-radius: 5px;
    position: relative;
    font-style: normal;
    z-index: 2;
}
.con-right .right-top .buy-wrap{
    width: 100%;
    border-top: 1px dashed #d7d7d7;
    padding: 15px 0 22px;
    margin: 0 auto;
}
.con-right .right-top .buy-wrap-1{
    width: 100%;
    /*border-top: 1px dashed #d7d7d7;*/
    padding: 15px 0 22px;
    margin: 0 auto;
}
.con-right .right-top .buy-wrap input{
    width: 258px;
    height: 34px;
    line-height: 34px;
    color: #676767;
    margin: 0 auto;
    border: 1px solid #bebebe;
}
.con-right .right-top .buy-btn-wrap{
    width: 260px;
    margin: 12px auto 0;
    line-height: 36px;
}
.con-right .right-top .buy-btn-wrap .btn{
    width: 50%;
    color: #fff;
}
.con-right .right-top .buy-btn-wrap .addToCart{
    background-color: #676767;
}
.con-right .right-top .buy-btn-wrap .buy{
    background-color: #b40f19;
}
.con-right .right-top .apply-samples{
    width: 100%;
    margin: 0 auto;
    border-top: 1px dashed #d7d7d7;
}
.con-right .right-top .apply-samples .red{
    line-height: 38px;
    padding-top: 2px;
}
.con-right .right-top .apply-samples input{
    width: 258px;
    height: 34px;
    line-height: 34px;
    color: #676767;
    margin: 0 auto;
    border: 1px solid #b2b2b2;
}
.con-right .right-top .apply-samples .apply-btn{
    width: 260px;
    line-height: 36px;
    background-color:#b40f19;
;
    margin: 15px auto 0;
    color: #fff;
}
.con-right .right-bottom{
    border: 1px solid #bebebe;
    margin-top: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    overflow:hidden;
}
.con-right .right-bottom .right-top-title{
    width: 100%;
    line-height: 34px;
    font-size: 16px;
    background-color: #eee;
}
.con-right .right-bottom .be-similar-list{
    padding: 5px 22px;
    height: 100%;
    width: 100%;
}
.con-right .right-bottom .be-similar-list li{
    width: 100%;
    border-bottom: 1px dashed #d7d7d7;
    line-height: 25px;
    padding: 20px 0;
}
.con-right .right-bottom .be-similar-list li:hover{
    cursor: pointer;
    color: #b40f19;
}
.con-right .right-bottom .be-similar-list li a{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.con-right .right-bottom .be-similar-list li a .img-box{
    width: 120px;
    height: 100px;
    margin-right: 20px;
}

.con-right .right-bottom .be-similar-list img{
    height: 100%;
    width: 100px;

}
.con-right .right-bottom .be-similar-list .goods_data{
    width: 100%;

}

.about-3D {
    width: 100%;
    height: 100%;
}
.about-3D .about-3D-title {
    margin-bottom: 6px;
    color: #b40f19;
    font-weight: bolder;
}
.about-3D .about-3D-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 30px;
}
.about-3D .about-3D-item:hover{
    color: #b40f19;
    cursor: pointer;
}
.about-3D-item .dian-3D{
    margin-right: 5px;
}
.about-3D-item .title-3D{
    line-height: 30px;
}
.about-3D-list {
    max-height: 185px;
    overflow: auto;
}

@media (max-width: 1630px){
    /*.main-center .con-left{*/
    /*    width: 800px;*/
    /*}*/
    .main-center .con-left .info-top{
        padding: 16px;
    }
    .main-center .con-left .params-box{
        width: 350px;
    }
    .con-left .text-info .little-tab .supplier-line .supplier{
        margin-right: 15px;
    }
    .con-left .info-top .img-info{
        width: 152px;
        height: 152px;
    }
    .con-left .info-top .img-info .photo{
        width: 150px;
        height: 150px;
    }
    /*.main-center .content .con-right{*/
    /*    width: 370px;*/
    /*}*/
    /*.con-right .right-top .buy-wrap,.con-right .right-top .apply-samples{*/
    /*    width: 325px;*/
    /*}*/
    .con-right .right-bottom .be-similar-list li{
        line-height: 20px;
    }
}


/*输入框input类型为number时，去掉上下箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}





.invoice-pop .pop-row{
    padding: 25px 0 5px;
    line-height: 34px;
    height: 34px;
}
.invoice-pop .pop-row .label{
    width: 195px;
    padding-right: 15px;
    text-align: right;
}

.invoice-pop .pop-row .input-box{
    height: 100%;
    width: 398px;
}

.invoice-pop .input-box input{
    height: 32px;
    line-height: 32px;
    color: #686868;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #6f6f6f;
}
.invoice-pop .pop-row .btn_box{
    height: 100%;
    width: 398px;
    margin-left: 210px;
}
.invoice-pop .btn_box .btn{
    width: 50%;
    height: 100%;
    background: #c10000;
    color: #ffffff;
    border: none;
    margin-left:25%;
}
.invoice-pop .invoice-tip{
    padding: 25px 20px 10px 210px;
    font-size: 12px;
}