/*
* @Author: 潘尚泉
* @Date:   2019-04-04 09:43:27
* @Last Modified by:   潘尚泉
* @Last Modified time: 2019-06-05 17:37:21
*/

.i9,.font-bold {
    font-weight: bolder;
}
.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;
    height: 34px;
    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: 18px;
    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: 20px;
    height: 24px;
    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;
}

@media (max-width: 1630px){
    .selector-body .all-param{
        height: 222px;
    }
    .selector-body .all-param .param-detail .param-name{
        font-size: 16px;
    }
    .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;
    }
}
