/* .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: 122px;
    background-image: linear-gradient(to bottom, #0b66dc, #619feb) !important;
    padding-top: 10px;
}
.u-salogo{
    margin-top: -10px;
}
.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% - 122px);
    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;
    color: #6c6c6c;
    font-weight: bold;
    font-size: 14px;
    height: 44px;
    line-height: 42px;
}
.nav-list>li>a>[class*="icon-"]:first-child{
    font-size: 20px;
    margin-right: 4px;
}
.btn-style{
    font-weight: bold;
}
.user-info{
    font-size: 14px;
    padding-right: 8px;
    font-weight: bold;
}
.light-blue ul.nav-return a{
    width: 2px;
    height: 14px;
    margin-top: 15px;
}
.user-menu>li>a{
    padding:4px 2px 4px 12px;
}
.login-return{
    margin-top: -3px;
}
#cache-tab{
    margin-top: 0;
    margin-left: 190px;

}
#cache-tab .scrollBox{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    padding: 0;
    overflow: auto;
}
#cache-tab .layui-tab-content{
    padding: 2px 0;
}
#cache-tab .layui-this{
    background-color: #fff;
    color: #2b7dbc;
}
#cache-tab>.layui-tab-title .layui-this:after{
    border-bottom:2px solid #2b7dbc
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: 9999;
}


.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #d9d9d9;
    /* 边框颜色 */
    border-top: 4px solid #444444;
    /* 动画部分的颜色 */
    border-radius: 50%;
    /* 圆形 */
    animation: spin 1s linear infinite;
    /* 旋转动画 */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}