/* .zl-scrollBarBox{
    height:100%;
    position:absolute;
    background:#f3f3f3;
}
.zl-scrollBar{
    position:absolute;
    left:0;
    top:0;
    background:#cdcdcd;
    transition:background 0.3s;
}
.zl-scrollBar.zl-verticalBar{
    min-height:10px;
}

.zl-scrollBar.zl-horizontalBar{
    min-width:10px;
}
.zl-scrollBar:hover{
    background:#919191;
}
.zl-scrollContentDiv{
    position:relative !important;
    width:100% !important;
    height:100% !important;
    padding:0 !important;
    margin:0 !important;
    top:0;
    left:0;
}
.scrollBox{
    padding-right: 12px !important;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
} */
.sidebar {
    border: 0;
    overflow: auto;
    padding-right: 4px;
}

.ul-hover {
    background: #919191;
}

#navbar {
    min-width: 1300px;
    height: 112px;
    background-image: linear-gradient(to bottom, #0055c3, #619feb) !important;
}

.ace-nav>li.light-blue>a {
    background-color: unset !important;
}

#header-btn {
    background-color: unset !important;
    overflow: auto;
}

#btn-list {
    background-color: unset !important;
    display: flex;
}

.btn-style {
    background: #1059bf;
    box-shadow: 1px -1px 0px 1px #3d83dc;
    font-size: 15px;
    letter-spacing: 1.25px;
}

.nav-list>li a>.arrow {
    right: 6px;
}

.sidebar {
    width: 208px;
}

.sidebar:before {
    width: 208px;
}

#main-container {
    min-width: 1300px;
    height: calc(100% - 112px);
    position: relative;
}

.main-container-inner {
    height: 100%;
    overflow: auto;
}

.pageBox {
    height: 100vh;
}

.main-content {
    height: inherit;
    overflow: auto;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: #54545433
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.sidebar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.layui-table-body {
    max-height: 500px;
}

.organTree {
    position: relative;
}

.organSelect {
    cursor: pointer;
}

.hideSelect .layui-form-select {
    display: none !important;
}

.organinput {
    /* height: 36px;
    min-width:300px;
    cursor: pointer; */
    border-radius: 3px !important;
    height: 36px !important;
    padding: 2px 30px 2px 8px;
    min-width: 300px;
    text-overflow: ellipsis;
}

.selecti {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
}

/* .organSelect:active .selecti{
    margin-top: -9px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
} */
.ul-box {
    position: absolute;
    background-color: #fff;
    min-width: 300px;
    padding: 10px 8px;
    z-index: 9999;
    top: 36px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #858585;
    height: auto;
    max-height: 400px;
    overflow: auto;
    display: none;
}

.ul-box i {
    font-size: 14px;
    padding: 4px 8px 4px 0px;
}

.ul-active {
    color: #5c6bc0;
    background-color: #def1ff !important;
}

.ul-group {
    /* padding-left: 8px; */
    margin-top: 4px;
}

.ul-single {
    /* background-color: #f8f8f8; */
    padding: 4px 0 4px 8px;
    margin-bottom: 4px;
    cursor: pointer;
}

.ul-sub {
    /* padding:4px 8px; */
    padding: 0px 0 4px 8px;
    display: none;
}

.ul-title {
    cursor: pointer;
    /* background-color: #f8f8f8; */
    border-radius: 4px;
    padding: 4px 8px;
}

.ul-item {
    cursor: pointer;
    padding: 4px 8px;
    margin-top: 4px;
    /* background-color: #f8f8f8; */
}

.tab-pane {
    overflow: unset !important;
}

.auto-flaot {
    overflow: unset !important;
}

.f-mb10 {
    clear: both;
    overflow: unset;
}

#viewid {
    display: none;
    width: 36px;
    padding: 16px 0;
    color: #fff;
    background: #4889dc;
    position: fixed;
    right: 0;
    z-index: 999;
    bottom: 20px;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
}

#exportBtn {
    position: fixed;
    right: 0px;
    z-index: 999;
    top: 120px;
    display: none;
    padding:10px;
    background-color: #d9dee4;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}
#exportBtn .layui-btn+.layui-btn{
    margin-left: 5px;
}
.layui-btn+.layui-btn{
    margin-left: 4px;
}

.nav-list>li>a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}