#personal_select.layui-layer-content {
    height: 660px !important;
    padding: 0;
}

.personal_title {
    display: flex;
    background: #f0f0f0;
    height: 48px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0 12px;
    justify-content: space-between;
    align-items: center;
}

.personal_title .title span {
    position: relative;
    top: 3px;
    font-size: 17px;
}

.personal_title .close {
    cursor: pointer;
}

.getFatherMain {
    height: calc(100% - 130px);
    margin: 10px auto;
    overflow-y: auto;
}

.main-top {
    height: 50px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-box {
    display: flex;
    height: 50px;
    position: relative;
    bottom: -1px;
}
.nav-item {
    width: 100px;
    text-align: center;
    line-height: 50px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    margin-right: 10px;
    font-size: 17px;
    cursor: pointer;
}
.nav-item.cur {
    color: #1E9FFF; border-color: #1E9FFF;
}
.search-box {
    padding-right: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    width: 268px;
}
.search-box .layui-inline {
    position: static;
    left: none;
}
.search-box .layui-input {
    height: 36px;
    line-height: 36px;
}
.btnSearch {
    height: 36px;
    width: 50px;
    background: #1E9FFF;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin-left: 10px;
}
.main-info {
    height: calc(100% - 70px);
    overflow-y: auto;
}
.main-info .info-box {display: none; height: 100%;}
.main-info .lateyInfoBox,
.main-info .searchInfoBox {
    height: 405px; overflow: auto;
}
.main-info .pageBox {
    display: flex; justify-content: center;
}
.main-info .info-box.cur {display: block;}
.main-info {margin-top: 14px;}
#organizational_tree, #common_tree {padding: 0 30px}
.info-item {
    display: flex;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    align-items: center;
    cursor: pointer;
}
.info-item.cur {background: #DEF0FF;}
.info-item .img-box {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #1E9FFF;
    text-align: center;
    line-height: 46px;
    color: white;
    margin-right: 14px;
}
.info-item .text-box {
    font-size: 16px; 
    color: #999;
}
.info-item .text-box span {
    font-size: 18px;
    color: #333;
    width: 100px;
    display: inline-block;
}
.info-item .text-box .text {
    margin-bottom: 4px;
}

.getFatherBtns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #ccc;
    height: 60px;
}

.getFatherBtns .btn {
    width: 60px;
    height: 30px;
    color: white;
    margin: 0 10px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
}

.getFatherBtns .btnSure {
    background: #1E9FFF;
}

.getFatherBtns .btnCancel {
    border: 1px solid #ccc;
    color: #333;
}
#personal_select .ztree {
    width: 820px;
    height: auto;
    overflow-y: hidden;
}
#personal_select .ztree li span.button.noline_open,#personal_select .ztree li span.button.noline_close{
    background-position: center !important;
    overflow-y: hidden;
}
#personal_select .ztree li span.groupTreeIcon2_ico_docu,#personal_select .ztree li span.ico_docu{
    background: none;
    display: none;
}
#personal_select .ztree li a{
    display: inline-block;
}
#personal_select .info-item1{
    padding: 0;
    border-bottom: none;
}
#personal_select .info-item1 .img-box{
    width: 30px;
    height: 30px;
    line-height: 30px;
} 

#personal_select .ztree .node_name{
    display: inline-block;
}
#personal_select .ztree li a.curSelectedNode{
    background-color: #DEF0FF;
}