/*
 
*/
.w1600 {
    width: 1350px;
    margin: 0 auto;
}
.ovh {
    overflow: hidden;
}
.i9,.font-bold {
    font-weight: bolder;
}
.selector-wrap {
    margin: 140px auto 50px;
}
.selector-wrap{
    font-size: 12px;
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0px 2px 16px 0px #d6d6d6;
}
.selector-wrap input.checkbox{
    width: 12px;
    height: 12px;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
}
.selector-wrap input.checkbox:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 1px;
    -webkit-transition: 0.05s;
       -moz-transition: 0.05s;
        -ms-transition: 0.05s;
         -o-transition: 0.05s;
            transition: 0.05s;
}
.selector-wrap input.checkbox:after{
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    height: 3px;
    width: 7px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.05s;
       -moz-transition: 0.05s;
        -ms-transition: 0.05s;
         -o-transition: 0.05s;
            transition: 0.05s;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.selector-wrap input.checkbox:checked:before,.selector-wrap input.checkbox:checked:after{
    border-color: #b40f19;
}
.select-miss input.checkbox:checked:before,.select-miss input.checkbox:checked:after{
    border-color: #8f8f8f!important;
}
.select-miss span.text{
    color: #8f8f8f!important;
}
/* selector-head */
.selector-head{
    line-height: 34px;
    overflow:hidden;
    background-color: #efefef;
    padding: 8px 15px;
    color: #000;
}
.selector-head .search-result{
    border-right: 1px solid #bababa;
    padding-right: 14px;
    margin-right: 14px;
}
.selector-head .search-result span{
}
.selector-head #search-result{
    font-size: 28px;
    font-weight: bold;
    min-width: 75px;
}
.selector-head .show-valid{
    width: 140px;
}
.selector-head .show-valid input{
    margin-top: 11px;
}
.selector-head .show-valid label{
    padding-left: 5px;
}
.selector-head .remain{
    width: 250px;
}
.selector-head .remain #remain{
    font-size: 24px;
    font-weight: bold;
    color: #b40f19;
}
.selector-head .selector-btn-wrap .selector-btn{
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 110px;
    border-radius: 2px;
    cursor: pointer;
}
.selector-head .selector-btn-wrap .screen{
    background-color: #b40f19;
}
.selector-head .selector-btn-wrap .reset-all{
    background-color: #8e8e8e;
    margin-left: 18px;
}


/* selector-body */
.selector-body{
    padding: 0 15px;
}
.selector-body .screen-param{
    line-height: 18px;
    min-height: 38px;
    padding: 9px 0;
    position: relative;
}
.selector-body .screen-param dt{
    color: #626262;
    position: absolute;
    left: 0px;
    top: 9px;
}
.selector-body .screen-param dd{
    padding-left: 5em;
}
.selector-body .screen-param dd label{
    margin-right: 16px;
    cursor: pointer;
}
.selector-body .screen-param dd input{
    margin-top: 3px;
}
.selector-body .screen-param dd .text{
    color: #b40f19;
    padding-left: 4px;
}
.selector-body .screen-type{
    line-height: 18px;
    padding: 9px 0;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
}
.selector-body .screen-type .item{
    width: 157px;
}
.selector-body .screen-type label input{
    margin-top: 3px;
}
.selector-body .screen-type label span{
    padding-left: 5px;
}

.selector-body .all-param{
    padding: 6px 0 9px;
    height: 273px;
    border-bottom: 1px solid #b9b9b9;
    display: flex;
}
.selector-body .all-param .param-detail{
    /*width: 12.5%;*/
    flex: 1;
    padding: 0 14px;
    border-right: 1px dashed #c4c4c4;
}
.selector-body .all-param .param-detail:last-child{
    border: 0;
}
.selector-body .all-param .param-detail .param-name{
    color: #272727;
    font-size: 16px; 
    line-height: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b9b9b9;
}
.selector-body .all-param .param-detail .param-name .select-resistance{
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    background-color: #b40f19;
    cursor: pointer;
    width: 3em;
    text-align: center;
    margin-top: 3px;
    display: none;
}
.selector-body .all-param .param-detail .rapidSelParamInput{
    height: 14px;
    padding: 10px 0 2px;
}
.selector-body .all-param .param-detail .rapidSelParamInput .rapidSelParamInputBox{
    height: 100%;
    width: 43%;
    font-size: 12px;
}
.selector-body .all-param .param-detail .rapidSelParamInput .rapidSelParamInputBox input{
    border: 1px solid #b40f19;
    height: 14px;
    width: 100%;
    line-height: 12px;
    text-align: center;
    padding-right: 2em;
    font-size: 12px;
}
.selector-body .all-param .param-detail .rapidSelParamInput .rapidSelParamInputBox .input-btn{
    height: 100%;
    line-height: 14px;
    color: #fff;
    width: 2em;
    text-align: center;
    top: 0;
    right: 0;
    background-color: #b40f19;
    cursor: pointer;
}
.selector-body .all-param .param-detail .rapidSelParamInput .rapidSelParamInputBox .slide-list{
    display: none;
    width: 2em;
    top: 100%;
    text-align: center;
    right: 0;
    color: #fff;
    cursor: pointer;
    background-color: #b40f19;
    z-index: 3;
}
.selector-body .all-param .param-detail .rapidSelParamInput .line{
    float: left;
    width: 14%;
    height: 100%;
}
.selector-body .all-param .param-detail .rapidSelParamInput .line:before{
    content:'';
    width: 60%;
    height: 2px;
    background-color: #b40f19;
    position: absolute;
    left: 20%;
    top: 50%;
    height: 1px;
    margin-top: -1px;

}
.selector-body .all-param .param-detail .param-list{
    margin-top: 6px;
    height: 235px;
    overflow: auto;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/* Ã¦â€¢Â´Ã¤Â¸ÂªÃ¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡ */
.selector-body .all-param .param-detail .param-list::-webkit-scrollbar {
    /* Ã¥Â¯Â¹Ã¥Âºâ€Ã§ÂºÂµÃ¥Ââ€˜Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦ */
    width: 5px;
    /* Ã¥Â¯Â¹Ã¥Âºâ€Ã¦Â¨ÂªÃ¥Ââ€˜Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã§Å¡â€žÃ¥Â®Â½Ã¥ÂºÂ¦ */
    height: 5px;
}

/* Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¤Â¸Å Ã§Å¡â€žÃ¦Â»Å¡Ã¥Å Â¨Ã¦Â»â€˜Ã¥Ââ€” */
.selector-body .all-param .param-detail .param-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 32px;
}

/* Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¨Â½Â¨Ã©Ââ€œ */
.selector-body .all-param .param-detail .param-list::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 32px;
}

#resistance-list{
    height: 209px;
}

.selector-body .all-param .param-detail .param-list .param-item{
    cursor: pointer;
    line-height: 22px;
    padding-left: 5px;
    margin-right: 8px;
    position: relative;
    padding-top: 1px;
}
.selector-body .all-param .param-detail .param-list .param-item:hover{
    background-color: #b40f19;
    color: #fff;
}
.selector-body .all-param .param-detail .param-list .param-item.on{
    background-color: #b40f19;
    font-size: 14px;
    color: #fff;
}
.selector-body .all-param .param-detail .param-list .param-item.on:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 5px;
    right: 5px;
    top: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.selector-body .all-param .param-detail .param-list .param-item.not{
    color: #b9b9b9;
}
.selector-body .all-param .param-detail .param-list .param-item.not:hover{
    background-color: #fff;
}

.selector-body .all-param .param-detail .param-list .param-item.no-result{
    color: #fff;
    background-color: #8f8f8f;
    cursor: not-allowed !important;
}
.selector-body .all-param .param-detail .param-list .param-item.no-result:hover{
    background-color: #8f8f8f;
}


.selector-body .all-param .param-detail .reset-siblings{
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    bottom:0;
    left: 14px;
    right: 14px;
    background-color: #8f8f8f;
    z-index: 3;
    display: none;
}

/* part-2 */
.part-2{
    width: 100%;
    color: #676767;padding-bottom: 50px;
}
.part-2 table{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    border-collapse:separate;
    border-spacing:0;
    border: 1px solid #d7d7d7;
    border-left: 0;
    border-bottom: 0px;
}
.part-2 .model-list tr,.part-2 .model-list th,.part-2 .model-list td{
    border: 1px solid #d7d7d7;
    border-right: 0;
    border-top: 0px;
    padding: 5px 0;
}
.part-2 .model-list tr:nth-of-type(even){
    background-color: #f8f8f8;
}
.part-2 .model-list tr:hover .duibi{
    opacity: 1;
}
.part-2 .model-list th{
    background-color: #eee;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    padding: 10px 12px;
    position: relative;
}
.part-2 .model-list th i{
    position: absolute;
    width: 10px;
    height: 13px;
    top: 50%;
    margin-top: -6px;
    margin-left: 2px;
    cursor: pointer;
    overflow: hidden;
}
.part-2 .model-list th i:before,.part-2 .model-list th i:after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
}
.part-2 .model-list th i:before{
    border-bottom-color: #d3d3d3;
    top: -5px;
}
.part-2 .model-list th i:after{
    border-top-color: #d3d3d3;
    bottom: -5px;
}
.part-2 .model-list th i:hover:before{
    border-bottom-color: #999;
}
.part-2 .model-list th i:hover:after{
    border-top-color: #999;
}
.part-2 .model-list th i.status-1:before{
    border-bottom-color: #b40f19;
}
.part-2 .model-list th i.status-2:after{
    border-top-color: #b40f19;
}
.part-2 .model-list td{
    line-height: 20px;
    position: relative;
}
.part-2 .model-list td .checkbox{
    margin: 0 auto;
}
.part-2 .model-list td .model-img{
    width: 73px;
    height: 73px;
}
.part-2 .model-list td .model-url:hover{
    color: #b40f19;
}
.part-2 .model-list td .duibi{
    width: 88px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #c2c2c2;
    left: 50%;
    margin: 10px 0 0 -45px;
    opacity: 0;
    cursor: pointer;
}
.part-2 .model-list td .duibi:hover{
    color: #fff;
    background-color: #c00000;
}
.part-2 .model-list td .duibi.on{
    opacity: 1;
}
.part-2 .model-list td .duibi input{
    margin-top: 5px;
}
.part-2 .model-list td .specification{
    height: 16px;
    width: 20px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAiCAYAAABWQVnHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QsQEBsEhHio+gAAAe1JREFUSMft1M2LzWEUB/DPvfc3zVC3yWhqho2wGJqSlwUbUbKxQhE1IgtZsLIQksRCbJSXLBB2Flc0XjYWIxYWFnYjLzMieZuuCc2MXGPxO7d53Bp/AHPqV+d5nnO+53vO75xTqFQqBSzCKSzDKGr4hl/owCfswy0NkqGMgwFyBlUUMQ8FDGAjLqCEG40ArejCdRyK+06cQzOOxNs1XEFTnIlI4xjDjwR4JZaHcTdeYTue4TI2RXDFxKkp0asJ6FCk8hw9AXIM81FMAVJ5EUVciJFgCf24illo/xvAe7zG1/jqUkhS/onxyQDG8AVtESkFqKc63liDVLqDfgd2YFrqFH7FyQBK2I1hnMTqAGkOgAE8DYa1LKFWCn0F1kalL6ElgLrQh9l4gKWYkYVjS0SEbUG5DfvDYRAbsCtY98f7cCbv+zu4h/XYgpeYi++4jeMRZI28wdrjXM3wVt6iPdiJ+zgQuY401OcxVmEvzuNJhiU4inXylr2IOREpLXQN07E56PdhMMPZMP6AE6Hvkff6WEMPNONz2L0TRlV5656WD8qCSCMdrpTJR/lc1KDQ29o5tVAmZGqh/Cn/00IpbW0plzETd7EYh/EmfmOGR/KJrcT9aBSyCUOF3tbOetHqC+WhyRcKEwvlpn9jofwGZ1rNTZz1nbYAAAAASUVORK5CYII=) center 0 no-repeat;
}
.part-2 .model-list td .specification:hover{
    background-position: center -17px;
}
.part-2 .model-list td .price-box{
    width: 153px;
    height: 18px;
    margin: 0 auto;
    line-height: 18px;
}
.part-2 .model-list td .price-box .pro-num{
    width: 78px;
    height: 18px;
}
.part-2 .model-list td .price-box .pro-num .bz-icon{
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA0LTIzVDEwOjAyOjI3KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wNC0yM1QxODo0Mzo1NSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wNC0yM1QxODo0Mzo1NSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjE0OUJBRDA2NUI0MTFFOUI0NTNENDRFQjY1QkQwREIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjE0OUJBRDE2NUI0MTFFOUI0NTNENDRFQjY1QkQwREIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTQ5QkFDRTY1QjQxMUU5QjQ1M0Q0NEVCNjVCRDBEQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTQ5QkFDRjY1QjQxMUU5QjQ1M0Q0NEVCNjVCRDBEQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqaG3WIAAAFBSURBVHjadNLNKwVhFMfxcY3UVUQpK0sLysLSws7LQgilbiKx0WRDKTY2wkIUFt6zut3oLiSlsPQvyEokyUKJSyF3fE/9pqYx99RnmnrmPM95zpkiz/OcSFSiF8MoQwZpPIY/ckPvNRhBHz6whXeMYRCn2MVtkFiLIXTiGXO4wJc2PEEzPJ1+iT1LPEcdZrDk/A8fV2IV7SOV0MIC2nXSgO4WRAk6cKyyl5GzEz+xgUXtOIFJ7OAV42pYFtvIo8USEzrhCetWv+47iyRWcIQXVWA9KXZj7mQVHKIRFdiM+cYJ7ugXWHMLNMu3xVLNLRq/So5GzhpmCz9Y06zCkY9JrNfIkrbQhTt10VrepoQ3fCuhCQe6u5XfY497TGMVo9rxQfMr13/aoBn348aJlGLjmEcrzlCNKlyjG1NBksWfAAMAmTVJdQXPouQAAAAASUVORK5CYII=) no-repeat 50% 50%;
}
.part-2 .model-list td .price-box .pro-num .n:before{
    content: '';
    position: absolute;
    bottom: 2px;
    right: 1em;
    width: 100%;
    height: 1px;
    background-color: #6d6d6d;
}
.part-2 .model-list td .price-box .pro-num: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);
}
.part-2 .model-list td .price-box .pro-num .info-group-popup{
    position: absolute;
    top: -5px;
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px);
    z-index: 0;
    right: 99%;
    font-size: 14px;
    color: #6d6d6d;
    white-space: nowrap;
    text-align: left;
    opacity: 0; 
    visibility: hidden; 
}
.part-2 .model-list td .price-box .pro-num .info-group-popup:after{
    content: "";
    z-index: 1;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #b40f19;
    right: -5px;
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.part-2 .model-list td .price-box .pro-num .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;
}
.part-2 .model-list td .price-box .pro-price{
    width: 75px;
    text-align: left;
}
.part-2 .model-list td .watch-more{
    text-align: center;
    clear: both;
    line-height: 18px;
    margin-top: 2px;
}
.part-2 .model-list td .buy-num{
    border: 1px solid #6d6d6d;
    font-size: 14px;
    text-align: center;
    width: 98px;
    height: 28px;
    margin: 0 auto 8px;
}
.part-2 .model-list td .cart,.part-2 .model-list td .detail-btn{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #b01d24;
    margin: 0 auto;
}
.part-2 .to-settlement{
    z-index: 2;
    top: 0;
    right: 100%;
    width: 30px;
    color: #fff;
    height: 100px;
    background: url(/images/index/goods/to-settlement.jpg) no-repeat;
}

@media (max-width: 1630px){
    .selector-body .all-param{
        height: 222px;
    }
    .selector-body .all-param .param-detail .param-name{
        font-size: 14px;
    }
    .selector-body .all-param .param-detail .rapidSelParamInput{
        padding-top: 4px;
    }
    .selector-body .all-param .param-detail .param-list{
        height: 184px;
        font-size: 12px;
    }
    #resistance-list{
        margin-top: 3px;
        height: 161px;
    }
}
