.dept-page .ui-page-content{
    background-color: #f5f6f7;
    .dept-list .selected{
         color: #007ed9;
    }
    .clearButton {
        margin-top: 12px;
        background-color: #fff;
        margin-bottom: 12px;
        padding-left: 12px;
        color: #36434d;
        font-size: 14px;
        height: 38px;
        line-height: 38px;
    }
}

.dept-sep{
    position:relative;
    width:100%;
    &.border-1px:after{
         border-top:1px solid #acb7bf;
    }
}
.dept-list{
    overflow: auto;
    /*左右禁止滚动*/
    overflow-x: hidden;
    background-color:#fff;
    margin-top: 1px;
}
.dept-item {
    color: #36434d;
    min-height: .5rem;
    position: relative;
    font-size: 16px;
    line-height: .5rem;
    padding-left: 12px;
    .icon{
        margin-left:6px;
    }
}
.dept-select{
    font-size: 16px;
    height: .4rem;
    background-color:#fff;
    overflow-y:hidden ;
    overflow-x: scroll;
    white-space: nowrap;
    position:relative;
    padding: 0 8px 0 12px;
    /*width:100%;*/

    .active-bar{
        height: 1px;
        background-color: #007ed9;
        min-width: 32px;
        position: absolute;
        bottom: 0;
    }

    span {
        padding: 0 8px;
        line-height: .4rem;
        margin-right: 18px;
        color: #36434d;
    }
}

.paneltree_popup,
.paneltree_popup .rc-dialog-content,
.paneltree_popup .rc-dialog-body {
    height: 100%;
}

header .en-nav-button {
  font-size: 0.14rem;
}

.transformForTreeOrg {
	position: relative;
	z-index: -3;
	height: 1px;
	width: 100%;
	opacity: 0;
}
