html, body, .zs-container {
    min-width: 1240px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: #f4f6f9;
}

.zs-header-wrap, .zs-left-wrap {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 15px RGBA(244,247,249,.35);
    -ms-box-shadow: 4px 4px 15px RGBA(244,247,249,.35);
    box-shadow: 4px 4px 15px RGBA(244,247,249,.35);
}

.zs-header-wrap {
    min-width: 1240px;
    z-index: 990;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    -webkit-box-shadow: 4px 4px 15px #eaf0f8;
    -ms-box-shadow: 4px 4px 15px #eaf0f8;
    box-shadow: 4px 4px 15px #eaf0f8;

}

.zs-header {
    float: left;
}

.zs-left-wrap {
    z-index: 980;
    left: 0;
    top: 70px;
    bottom: 0px;
    width: 220px;
}

.zs-body {
    min-width: 1020px;
    position: absolute;
    z-index: 1;
    top: 70px;
    left: 220px;
    right: 0;
    margin: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.zs-left-default {
    background-color: #fff;
    overflow: auto;
}

.zs-left-box {
    min-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 160px;
    box-sizing: border-box;
}

.zs-left-default::-webkit-scrollbar {
  width: 6px;
  
}

.zs-left-default::-webkit-scrollbar-thumb {
    width: 60px;
    background-color: #eee;
    border: 0;
    border-radius: 6px;
}


.zs-logo {
    width: 220px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.zs-logo img {
    height: 100%;
}

.zs-header-contral {
    position: absolute;
    z-index: 990;
    left: 220px;
    right: 0;
    top: 0;
    height: 70px;
}

.zs-project-wrap {
    width: 385px;
    height: 38px;
    background-color: #f7f9fa;
    border: 1px solid #eee;
    border-radius: 4px;
    padding-left: 15px;
    margin: 15px 0 15px 30px;
    -webkit-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

.zs-project-title {
    width: 65px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
}

.zs-project-wrap .el-select {
    width: 315px;
    background: none;
    color: #0083fe;
    border: 0;
    display: inline-block;
    -webkit-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
}

.zs-project-wrap .el-select input {
    height: 38px;
    background: none;
    border: 0;
}

.zs-project-wrap .layui-form-select dl {
    border-color: #eee;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: -4px 4px 15px #f4f7f9;
    -ms-box-shadow: -4px 4px 15px #f4f7f9;
    box-shadow: -4px 4px 15px #f4f7f9;
    padding: 0;
    top: auto;
    right: -2px;
    left: -85px;
}

.zs-project-wrap .layui-form-select dl dd {
    font-size: 12px;
    color: #999;
    text-align: center;
}

.zs-project-wrap .layui-form-select dl dd.layui-this {
    background-color: #0083fe;
    color: #fff;
}

.zs-navigation-wrap {
    margin-left: 30px;
}

.zs-navigation {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
}

.zs-navigation.active,
.zs-navigation:hover {
  color: #ff5722;
  background-color: #fdf5f2;
}

.zs-navigation:hover {
  background-color: #fcf0ec;
}

i.iconfont {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.zs-scale {
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.zs-scale:hover {
    color: #0084ff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.zs-header-funarea {
    float: right;
}

.zs-funarea {
    min-width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 15px;
    float: left;
    position: relative;
    cursor: pointer;
}

.zs-funarea:hover {
    background-color: #e0effb;
}

.zs-funarea>i {
    font-size: 24px;
    color: #0084ff;
    top: 0;
    float: left;
}

.zs-funarea>span {
    max-width: 160px;
    height: 40px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow: hidden;
    display: inline-block;
}

.zs-funarea:hover .zs-funarea-menu {
    display: block;
}

.zs-funarea-menu {
    display: none;
    position: absolute;
    z-index: 2;
    top: 60px;
    right: 0;
    width: 120px;
    background-color: #edf0f5;
    border-radius: 4px;
    -webkit-box-shadow: -4px 4px 15px #f4f7f9;
    -ms-box-shadow: -4px 4px 15px #f4f7f9;
    box-shadow: -4px 4px 15px #f4f7f9;
    overflow: hidden;
}

.zs-funarea:first-child .zs-funarea-menu {
    left: 0;
    width: auto;
    border-radius: 0 0 4px 4px;
}

.zs-funarea-menu::before {
    font-family: "iconfont" !important;
    content: '\e750';
    position: absolute;
    z-index: -1;
    top: -20px;
    right: 18px;
    font-size: 26px;
    color: #edf0f5;
}

.zs-funarea-menu dd {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.zs-funarea-menu dd i {
    padding-right: 5px;
}

.zs-funarea-menu dd:hover {
    background-color: #0084ff;
    color: #fff;
}


.zs-global-menu {
    background-color: #f7f9fa;
}

.zs-global-btn {
    position: static;
    z-index: 1000;
    height: 40px;
    line-height: 40px;
    background-color: #0084ff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.zs-global-list {
    font-size: 0;
}

.zs-global-list li {
    width: 50%;
    line-height: 24px;
    font-size: 14px;
    color: #111;
    text-align: center;
    border-right: 1px solid #f1f5f7;
    border-bottom: 1px solid #f1f5f7;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
}

.zs-global-list li a {
    display: block;
    padding: 10px 0;
}

.zs-global-list li i {
    font-size: 20px;
    color: #0084ff;
}

.zs-global-list li a.active, .zs-global-list li a:hover {
    background-color: #e0effb;
}


.zs-menu-wrap {
    margin: 0;
}

.zs-menu {
    border-bottom: 1px solid #eaf0f8;
    padding: 10px 0;
}

.zs-menu dt {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #111;
    text-indent: 35px;
    border-left: 5px solid #0084ff;
}

.zs-menu dt.home-link {
    border: 0;
    height: auto;
    line-height: 40px;
}

.zs-menu dt.home-link a {
    padding-left: 5px;
    display: block;
}

.zs-menu dt.home-link i {
    font-size: 24px;
}

.zs-menu dt i {
    font-size: 20px;
    font-weight: normal;
    color: #0084ff;
    padding-right: 10px;
}

.zs-menu dd {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    text-indent: 76px;
    margin-top: 4px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.zs-menu dd a {
    display: block;
}

.zs-menu dd a.active,.zs-menu dd.active,.zs-menu dt.active,.zs-menu dd:hover {
    background-color: #e0effb;
    text-indent: 86px;
}

.zs-menu dt.active {
    text-indent: 50px;
    position: relative;
    z-index: 99;
}

dt.zs-not-home {
    border-left: 0;
}

.zs-not-home.active::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
    background-color: #e0effb;
}

.zs-footer-wrap {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 220px;
    background-color: #fff;
    padding-bottom: 20px;
    text-align: center;
    -webkit-box-shadow: -2px -4px 15px #eaf0f8;
    -ms-box-shadow: -2px -4px 15px #eaf0f8;
    box-shadow: -2px -4px 15px #eaf0f8;
}

.zs-footer-time {
    line-height: 20px;
    font-family: Roboto;
    font-size: 16px;
    color: #ddd;
    padding-top: 10px;
    pointer-events: none;
}

.zs-footer-time i {
    line-height: 30px;
    font-size: 24px;
    color: #ffc400;
    padding-bottom: 10px;
    display: block;
}

.zs-footer-time h3 {
    font-size: 20px;
}

.zs-footer-sysinfo {
    height: 20px;
    padding-top: 10px;
}

.zs-footer-sysinfo a {
    font-size: 12px;
    color: #dae2ed;
}

.zs-help .el-dialog__body {
    padding: 0 30px 30px 30px !important;
}

.zs-help-logo {
    background: -webkit-linear-gradient(45deg, rgb(54, 121, 243), rgb(0, 174, 255));
    background: linear-gradient(45deg, rgb(54, 121, 243), rgb(0, 174, 255));
    padding: 20px 40px;
}

.zs-help-logo img {
    width: 100%;
    display: block;
}

.zs-help-tip {
    padding: 15px;
}

.zs-help-tip span {
    line-height: 30px;
    font-size: 16px;
}

.zs-help-tip time {
    line-height: 40px;
    font-size: 32px;
    color: #ff5722;
}



.zs-color-blue {
    color: #0084ff;
}

.zs-color-green {
    color: #52c41a;
}

.zs-color-apricot {
    color: #ff5722;
}

.zs-color-orange {
    color: #f48c02;
}

.zs-bg-blue {
    background-color: #0084ff;
}

.zs-bg-green {
    background-color: #52c41a;
}

.zs-bg-apricot {
    background-color: #ff5722;
}

.zs-bg-orange {
    background-color: #f48c02;
}


.zs-table-head {
  font-size: 0;
  padding: 0 10px;
  overflow: hidden;
}

.zs-table-head-left,
.zs-table-head-right {
  
  display: inline-block;
}

.zs-table-head-left {
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #409EFF;
  float: left;
}

.zs-table-head-left i {
  font-size: 18px;
  font-weight: normal;
}

.zs-table-head-left .el-tag {
  margin-left: 10px;
}

.zs-table-head-right {
  float: right;
  text-align: right;
}


@media screen and (max-width: 1490px) {
    .zs-project-wrap {
        width: 210px;
    }

    .zs-project-wrap .el-select {
        width: 140px;
    }

    .zs-funarea>span {
        max-width: 100px;
    }
}

@media screen and (max-height: 900px) {
    .zs-footer-time {
        display: none;
    }
    .zs-left-wrap {
        padding-bottom: 60px;
    }
}

@media screen and (max-height: 860px) {
    .zs-footer-wrap {
        display: none;
    }
    .zs-left-wrap {
        padding-bottom: 20px;
    }
}