@charset "utf-8";
/*CSS Document*/
/*
 * @desc 选人插件
 * @author zhangxue
 * @date 20181108
 *
 * */
.sns-sudb-content{
    width:100%;
    height:100%;
}
.sns-sudb-content, .sns-sudb-content *{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.sns-sudbc-center{
    width:100%;
    height:100%;
    padding:30px;
    padding-top:0;
    position:relative;
    padding-bottom:100px;
}
.sns-sudbcc-item{
    float:left;
    width:47.5%;
    height:100%;
    padding-top:70px;
    position:relative;
}
.sns-sudbcc-item+.sns-sudbcc-item{
    float:right;
}
.sns-sudbcci-title{
    top:0;
    width:100%;
    height:70px;
    font-size:16px;
    font-weight:bold;
    line-height:70px;
    position:absolute;
}
.sns-sudbcci-content{
    width:100%;
    height:100%;
    font-size:14px;
    padding:13px 10px;
    position:relative;
    padding-top:123px;
    border: 1px solid #ddd;
}
.sns-sudbcci-user-content{
    padding-top:0;
    overflow:auto;
}
.sns-sudbccic-top{
    top:0;
    left:0;
    width:100%;
    position:absolute;
    padding:13px 10px 0 10px;
}
.sns-sudbccics-input{
    border:0;
    width:100%;
    height:100%;
    text-indent:12px;
}
.sns-sudbccics-btn{
    top: -1px;
    right: -1px;
    width: 45px;
    height: 32px;
    font-size: 23px;
    cursor: pointer;
    line-height: 32px;
    position: absolute;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(5, 146, 218);
}
.sns-sudbccic-search{
    width:100%;
    height:32px;
    position:relative;
    margin-bottom:10px;
    padding-right:55px;
    border: 1px solid #ddd;
}
.sns-sudbccic-return{
    width:100%;
    min-height:30px;
    line-height:30px;
}
.sns-sudbccic-return span{
    margin-right:5px;
}
.sudbccic-return-icon{
    display:none;
    font-size:14px;
    cursor:pointer;
}
.sns-sudbccic-select-all{
    width:100%;
    height:38px;
    line-height:38px;
}
.sns-sud-checkbox-icon{
    color:#fff;
    /*margin:10px;*/
    width: 43px;
    /*height: 18px;*/
    margin-right:0;
    cursor:pointer;
    font-weight:bold;
    text-align:center;
    /*line-height: 18px;*/
    border-radius: 1px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*background-color: #ddd;*/
    transition: .1s linear;
    font-size: 12px!important;
    border: 1px solid transparent;
    -webkit-transition: .1s linear;
}
.sns-sud-checkbox-icon:hover{
   /* border-color: #0592da;*/
}
.sns-sud-checkbox-icon:before{
    content: "\e605";
    /*yansen 2022-03-02*/
    padding:3px;
    background:#ddd;
    border: 1px solid transparent;
}
.sns-sud-checkbox-icon:hover:before{
    border:1px solid #0592da;
}
.sns-sud-checkbox-checked-icon.sns-sud-checkbox-icon:before{
    border-color: #0592da;
    background-color: #0592da;
}
.sns-sud-checkbox-checked-icon{
    color: #fff;    
    /*yansen 2022-03-02*/
    /*border-color: #0592da;
    background-color: #0592da;*/
}
.sns-sudbccic-list{
    margin-top: 5px;   /*yansen 2022-03-02*/
    width:100%;
    height:100%;
    overflow:auto;
    position:relative;
}
.sns-sdi-name{
    cursor:pointer;
    margin-left:10px;
}
.sns-sud-dep-item{
    width:100%;
    height:43px;
    cursor:pointer;
    line-height:42px;
    background:#f8f8f8;
    border-bottom:1px solid #fff;
}
.sns-sud-user-item{
    width:100%;
    height:47px;
    cursor:pointer;
    line-height:46px;
    border-bottom:1px solid #ddd;
}
.sns-sui-logo{
    width:38px;
    height:38px;
    cursor:pointer;
    border-radius:50%;
    margin-right:10px;
}
.sns-sdi-next{
    width:45px;
    float:right;
    height:43px;
    cursor:pointer;
    font-size:17px;
    cursor:pointer;
    line-height:43px;
    text-align:right;
    margin-right:10px;
}
.sns-sui-del{
    float:right;
    color:#f97210;
    cursor:pointer;
    margin-right:6px;
    display:inline-block;
}
.sns-sudbc-bottom{
    bottom:0;
    width:100%;
    height:100px;
    padding-top:20px;
    text-align:center;
    position:absolute;
}
.sns-sudbcb-btn{
    padding:0;
    width:130px;
    height:50px;
    margin:0 6px;
    font-size:16px;
    border-radius:0;
    line-height:50px;
    text-align:center;
}
.sns-sud-user-type-box{
    width:100%;
    height:40px;
    font-size:14px;
    line-height:40px;
    margin-bottom:10px;
    background: rgb(236,242,244)
}
.sns-sud-user-type-box ul{
    width:100%;
    height:40px;
}
.sns-sud-user-type-box ul li{
    width:25%;
    float:left;
    height:40px;
    cursor:pointer;
    line-height:40px;
    text-align:center;
}
