html, body, span, div, ul, li, a, input, i{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    color: black;
    text-decoration: none;
}
ul{
    list-style-type: none;
}
.active::after{
    clear: both;
    content: '';
    display: block;
}

html, body{
    width: 100%;
    height: 100%;
    /*overflow: auto;*/
}

.sel_zscszw{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 21;
    display: none;
}
.sel_zscszw_0{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,.5);
}
.sel_zscszw_1{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 700px;
    height: 480px;
    margin-left: -350px;
    margin-top: -250px;
    background: #fff;
}

.sel_zscszw_1_tit{
    line-height: 60px;
    height: 60px;
    background: #009A44;
    padding: 0 15px;
}
.sel_zscszw_1_tit_0{
    float: left;
    width: 280px;
    font-size: 18px;
    color: #fff;
}
.sel_zscszw_1_tit_1{
    position: relative;
    float: left;
    height: 100%;
    line-height: 36px;
    width: 230px;
}
.sel_zscszw_1_tit_1>input{
    width: 100%;
    height: 36px;
    border: 0;
    outline: none;
    padding: 0 6px 0 34px !important;
    font-size: 14px;
    border-radius: 10px;
    margin: 12px 0 0 0 !important;
}
.sel_zscszw_1_tit_1>span{
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    padding: 0 4px;
}
.sel_zscszw_1_tit_1>span>i{
    font-size: 26px;
    line-height: 36px;
}
.sel_zscszw_1_tit_2{
    float: right;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-top: 15px;
}
.sel_zscszw_1_tit_2>i{
    font-size: 30px;
    color: #fff;
}

.sel_zscszw_con{
    position: relative;
    height: 420px;
    border: 1px solid #bfbfbf;
    border-top: 0;
}
.sel_zscszw_con_0{
    height: 100%;
}
.sel_zscszw_con_0_sel{
    height: 90px;
    padding: 15px;
}
.sel_zscszw_company .sel_zscszw_con_0_sel{
    display: none;
}
.sel_zscszw_personal .sel_zscszw_con_0_sel{
    display: block;
}
.sel_zscszw_con_0_sel_0{
    float: left;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 30px;
    width: 70px;
}
.sel_zscszw_con_0_sel_1{
    float: left;
    width: calc(100% - 170px);
    height: 100%;
    overflow: auto;
}
.sel_zscszw_con_0_sel_10{
    float: left;
    line-height: 26px;
    height: 26px;
    background: #dfdfdf;
    margin: 2px 10px 2px 0;
    color: #1a1a1a;
}
.sel_zscszw_con_0_sel_100{
    padding: 0 4px 0 8px;
}
.sel_zscszw_con_0_sel_101{
    float: right;
    padding-right: 4px;
}
.sel_zscszw_con_0_sel_100>i{
    font-size: 24px;
}
.sel_zscszw_con_0_sel_2{
    float: right;
    width: 100px;
}
.sel_zscszw_con_0_sel_2>span{
    float: right;
    line-height: 26px;
    width: 45px;
    font-size: 14px;
    background: #009A44;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    user-select: none;
    cursor: pointer;
}
.sel_zscszw_con_0_sel_2_qc{
	margin-right: 8px;
}
.sel_zscszw_con_01{
    height: calc(100% - 90px);
    overflow: hidden;
    border-top: 1px solid #bfbfbf;
}
.sel_zscszw_persinal .sel_zscszw_con_01{
    height: calc(100% - 90px);
}
.sel_zscszw_company .sel_zscszw_con_01{
    height: 100%;
}
.sel_zscszw_con_01_l{
    float: left;
    width: 200px;
    border-right: 1px solid #bfbfbf;
    height: 100%;
    overflow: auto;
}
.sel_zscszw_con_01_l>li{
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #1a1a1a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.sel_zscszw_con_01_l>li.sel{
    background: #f1f0f0;
}
.sel_zscszw_con_01_r{
    float: right;
    width: calc(100% - 200px);
    height: 100%;
    overflow: auto;
    padding: 10px;
}
.sel_zscszw_con_01_r>li{
    float: left;
    width: 30%;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 30px;
    height: 30px;
    margin: 5px 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.sel_zscszw_con_01_r>li:nth-child(3n+2){
    margin: 5px 5%;
}

.sel_zscszw_con_1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
}
.sel_zscszw_con_10{
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
}
.sel_zscszw_con_10>span{
    float: left;
}
.sel_zscszw_con_100{
    width: 40px;
    line-height: 60px;
    height: 60px;
}
.sel_zscszw_con_100>i{
    font-size: 30px;
    line-height: 60px;
}
.sel_zscszw_con_11{
    border-top: 1px solid #bfbfbf;
    height: calc(100% - 60px);
}
.sel_zscszw_con_110{
    padding: 10px 15px;
    height: 100%;
    overflow: auto;
}
.sel_zscszw_con_110>li{
    float: left;
    min-width: 210px;
    margin: 5px 20px 5px 0;
    text-align: left;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}
.sel_zscszw_con_110>li>div{
    float: left;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
}

