.black.container {
    height: 100%;
}

.black.container .gather-header {
    padding: 2px;
    height: 93px !important;
}

.black.container .gather-header ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.black.container .gather-header ul,
.black.container .gather-header li {
    list-style: none;
}

.black.container .gather-header p {
    margin: 0;
}

.black.container .gather-header .header-bg {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 0 2px 2px #070002;
    background-color: #2f2f2f;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.black.container .gather-header .header-bg .header-left {
    flex: 1;
    background-color: #47494b;
    border-radius: 10px;
    margin: 2px;
    margin-right: 12px;
    padding-right: 5px;
    display: flex;
    background: url(../../images/theme-balck/headers-gather/header-left-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.black.container .gather-header .header-bg .header-left .left-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    justify-content: center;
}

.black.container .gather-header .header-bg .header-left .left-logo p {
    color: #e65e26;
}

.black.container .gather-header .header-bg .header-left .left-logo .cn-name {
    letter-spacing: 10px;
}

.black.container .gather-header .header-bg .header-left .right-menu {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
}

.black.container .gather-header .header-bg .header-left .right-menu .menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.black.container .gather-header .header-bg .header-left .right-menu .menu-wrap .move-btn {
    width: 23px;
    height: 79px;
    cursor: pointer;
}

.black.container .gather-header .header-bg .header-left .right-menu .menu-wrap .menu-list::-webkit-scrollbar {
    height: 0;
}

.black.container .gather-header .header-bg .header-left .right-menu .menu-wrap .menu-list {
    height: 100%;
    display: flex;
    overflow-x: auto;
    position: relative;
}

.black.container .gather-header .header-bg .header-left .right-menu .menu-wrap .menu-list .first-menu-item {
    cursor: pointer;
    width: 108px;
    height: 79px;
    background-color: #fff;
    border-radius: 10px;
    background: url(../../images/theme-balck/headers-gather/first-menu.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
}

.black.container .gather-header .header-bg .header-left .right-menu .menu-wrap .menu-list .first-menu-item.is-active {
    background: url(../../images/theme-balck/headers-gather/first-menu-active.png) no-repeat;
    background-size: 100% 100%;
    color: #e8ca39;
}

.black.container .gather-header .header-bg .header-left .right-menu .menu-wrap .menu-list .left-scrollbar,
.black.container .gather-header .header-bg .header-left .right-menu .menu-wrap .menu-list .right-scrollbar {
    cursor: pointer;
    width: 23px;
    height: 79px;
    position: absolute;
}

.black.container .gather-header .header-bg .header-left .right-menu .menu-wrap .menu-list .left-scrollbar {
    background-color: #46484a;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    left: 0;
}

.black.container .gather-header .header-bg .header-left .right-menu .menu-wrap .menu-list .right-scrollbar {
    background-color: #2f2f2f;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    right: 0;
}

.black.container .gather-header .header-bg .header-right {
    height: 100%;
    margin: 1px;
    border-radius: 10px;
    background-color: #595858;
    width: 435px;
    height: 70px;
    display: flex;
    flex-direction: column;
    background: url(../../images/theme-balck/headers-gather/header-right-bg.png) no-repeat;
    background-size: 100% 100%;
    align-items: center;
}

.black.container .gather-header .header-bg .header-right .header-time {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.black.container .gather-header .header-bg .header-right .header-time .clock {
    background: url(../../images/theme-balck/headers-gather/time.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 13px;
    width: 290px;
    height: 26px;
    line-height: 26px;
    color: #eedb7e;
}

.black.container .gather-header .header-bg .header-right .header-time .clock i {
    margin-right: 5px;
}

.black.container .gather-header .header-bg .header-right .header-control {
    display: flex;
    flex: 1;
}

.black.container .gather-header .header-bg .header-right .header-control ul {
    margin: 0;
    align-items: center;
    padding-left: 0;
    padding: 0 10px;
    color: #fff;
}

.black.container .gather-header .header-bg .header-right .header-control ul .el-dropdown {
    color: #fff;
    font-size: 14px;
}

.black.container .gather-header .header-bg .header-right .header-control li {
    padding: 0 5px;
}

.black.container .gather-header .header-bg .header-right .header-control li i {
    margin-right: 5px;
}

.black.container .gather-header .header-bg .header-right .header-control > ul,
.black.container .gather-header .header-bg .header-right .header-control > ul li {
    line-height: 10px;
}

.black.container .gather-header .header-bg .header-right .header-control li + li {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #fff;
}

.black.container .gather-header .header-bg .header-right .header-control .el-badge__content {
    border: none;
    font-size: 10px;
    height: 12px;
    line-height: 12px;
    margin-right: 5px;
    margin-top: -4px;
}

.black.container .scatter-header ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.black.container .scatter-header ul,
.black.container .scatter-header li {
    list-style: none;
}

.black.container .scatter-header p {
    margin: 0;
}

.black.container .scatter-header .header-bg {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.black.container .scatter-header .header-bg .header-left {
    background: url("../../images/blue-scatter-theme/header/header-background-left.png") no-repeat;
    background-size: 100% 100%;
    min-width: 384px;
    flex: 1;
    height: 112px;
    display: flex;
    flex-direction: column;
    margin-left: 1px;
}

.black.container .scatter-header .header-bg .header-left .left-top {
    height: 35px;
    align-items: flex-start;
}

.black.container .scatter-header .header-bg .header-left .left-top .header-time {
    display: flex;
}

.black.container .scatter-header .header-bg .header-left .left-top .header-time .clock {
    flex: 1;
    height: 26px;
    line-height: 26px;
    color: #2fbffb;
}

.black.container .scatter-header .header-bg .header-left .left-top .header-time .clock div {
    background: url(../../images/blue-scatter-theme/header/time-background.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 13px;
    min-width: 250px;
    max-width: 300px;
    margin: auto;
}

.black.container .scatter-header .header-bg .header-left .left-top .header-time .clock i {
    margin-right: 5px;
}

.black.container .scatter-header .header-bg .header-left .left-bottom {
    color: #fff;
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0;
}

.black.container .scatter-header .header-bg .header-left .left-bottom .left-menu {
    width: 100%;
    display: flex;
}

.black.container .scatter-header .header-bg .header-left .left-bottom .left-menu .menu-move-left {
    margin: 0 3px;
    width: 20px;
    cursor: pointer;
}

.black.container .scatter-header .header-bg .header-middle {
    background: url("../../images/blue-scatter-theme/header/header-background-middle.png") no-repeat;
    background-size: 100% 100%;
    flex: 1;
    height: 112px;
    min-width: 263px;
    display: flex;
    flex-direction: column;
}

.black.container .scatter-header .header-bg .header-middle .middle-top {
    flex: 1;
    color: #fff;
    min-width: 425px;
    justify-content: center;
    align-items: center;
}

.black.container .scatter-header .header-bg .header-middle .middle-top .middle-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    min-width: 300px;
}

.black.container .scatter-header .header-bg .header-middle .middle-top .middle-content .content-logo {
    margin-right: 5px;
}

.black.container .scatter-header .header-bg .header-middle .middle-top .middle-content .content-title {
    display: flex;
    flex-direction: column;
}

.black.container .scatter-header .header-bg .header-middle .middle-top .middle-content .content-title .cn-name {
    font-size: 22px;
    letter-spacing: 10px;
}

.black.container .scatter-header .header-bg .header-middle .middle-top .middle-content .content-title .en-name {
    font-size: 14px;
}

.black.container .scatter-header .header-bg .header-middle .middle-bottom {
    height: 35px;
}

.black.container .scatter-header .header-bg .header-right {
    background: url("../../images/blue-scatter-theme/header/header-background-right.png") no-repeat;
    background-size: 100% 100%;
    flex: 1;
    height: 112px;
    display: flex;
    flex-direction: column;
    min-width: 384px;
    margin-right: 1px;
}

.black.container .scatter-header .header-bg .header-right .right-top {
    height: 35px;
    color: #fff;
    display: flex;
}

.black.container .scatter-header .header-bg .header-right .right-top .top-control {
    display: flex;
    flex: 1;
    align-items: center;
    height: 100%;
}

.black.container .scatter-header .header-bg .header-right .right-top .top-control > div {
    display: flex;
    flex: 1;
    height: 50%;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-right: 1px solid #fff;
}

.black.container .scatter-header .header-bg .header-right .right-top .top-control > div > span {
    padding-left: 3px;
}

.black.container .scatter-header .header-bg .header-right .right-top .top-control > div:last-child {
    border-right: 0px;
}

.black.container .scatter-header .header-bg .header-right .right-top .top-control .el-badge__content {
    border: none;
    font-size: 10px;
    padding: 0 5px;
    height: 12px;
    line-height: 12px;
}

.black.container .scatter-header .header-bg .header-right .right-bottom {
    color: #fff;
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.black.container .scatter-header .header-bg .header-right .right-bottom .right-menu {
    width: 100%;
    display: flex;
    height: 65px;
    justify-content: flex-end;
}

.black.container .scatter-header .header-bg .header-right .right-bottom .right-menu .menu-move-right {
    margin: 0 3px;
    width: 20px;
    cursor: pointer;
}

.black.container .scatter-header .header-bg .menu-conter {
    padding: 0;
    overflow-x: auto;
    position: relative;
}

.black.container .scatter-header .header-bg .menu-conter ul li > div {
    cursor: pointer;
    width: 149px;
    margin-top: 2px;
    height: 59px;
    background-color: #fff;
    background: url(../../images/blue-scatter-theme/header/menu-button.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.black.container .scatter-header .header-bg .menu-conter::-webkit-scrollbar {
    height: 0;
}

.black.container .scatter-header .menu-conter .first-menu-item.is-active {
    background: url(../../images/blue-scatter-theme/header/menu-button-down.png) no-repeat;
    background-size: 100% 100%;
}

.black.container .aside-div {
    display: flex;
    position: relative;
}

.black.container .aside-div .el-aside {
    transition: width 0.1s;
    background-color: #373737 !important;
}

.black.container .aside-div .arrow {
    position: absolute;
    right: -2px;
    top: calc(50% - 50px);
    width: 19px;
    height: 100px;
    background: url(../../images/theme-balck/menus/arrow-close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 4;
}

.black.container .aside-div .arrow.close {
    background: url(../../images/theme-balck/menus/arrow-open.png) no-repeat;
    background-size: 100% 100%;
    left: -2px;
    cursor: pointer;
}

.black.container .aside-div .three-level-tree {
    transition: 0.1s;
}

.black.container .aside-div .three-level-tree .arrow {
    position: absolute;
    top: calc(50% - 50px);
    width: 19px;
    height: 100px;
    background: url(../../images/theme-balck/menus/arrow-close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.black.container .aside-div .three-level-tree .arrow.close {
    background: url(../../images/theme-balck/menus/arrow-open.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.black.container .aside-div .three-level-tree .zoomThreeLevelTree {
    width: 7px;
    height: 100%;
}

.black.container .three-level-tree {
    z-index: 3;
    height: 100%;
    position: absolute;
    background-color: #4e4e4e !important;
}

.black.el-submenu__title i {
    color: inherit;
}

.black.three-level-tree .search-from {
    display: flex;
    height: 40px;
}

.black.three-level-tree .search-from .el-input {
    padding-left: 10px;
    line-height: 40px;
}

.black.three-level-tree .search-from .el-input input {
    color: #fff;
    height: 30px;
    background-color: #333;
}

.black.three-level-tree .search-from .el-input .el-input__prefix {
    color: #fff;
}

.black.three-level-tree .search-from .el-input .el-input__icon {
    line-height: 0;
}

.black.three-level-tree .search-from i {
    padding: 0 5px;
    line-height: 40px;
}

.black.three-level-tree .el-menu {
    border-right: none;
    background-color: transparent !important;
}

.black.three-level-tree .el-menu .level1-menu-nosub {
    margin: 0;
    padding: 0;
}

.black.three-level-tree .el-menu .level1-menu-nosub .el-menu-item {
    background-color: transparent !important;
    background: url(../../images/theme-balck/menus/tree-menu.png) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    line-height: 60px;
}

.black.three-level-tree .el-menu .level1-menu-nosub .el-menu-item .entity-nosubmenu {
    background-color: transparent !important;
}

.black.three-level-tree .el-menu .level1-menu-nosub .el-menu-item .entity-nosubmenu i {
    color: #fff;
}

.black.three-level-tree .el-menu .level1-menu-sub {
    margin: 0;
    padding: 0;
}

.black.three-level-tree .el-menu .level1-menu-sub .el-submenu__title {
    background-color: transparent !important;
    height: 60px;
    line-height: 60px;
    background: url(../../images/theme-balck/menus/tree-menu.png) no-repeat;
    background-size: 100% 100%;
}

.black.three-level-tree .el-menu .level1-menu-sub .multi-menu-sub .el-submenu__title {
    background-color: transparent !important;
    height: 45px;
    line-height: 45px;
    background: url(../../images/theme-balck/menus/tree-menu.png) no-repeat;
    background-size: 100% 100%;
}

.black.three-level-tree .el-menu .level1-menu-sub .multi-menu-nosub .el-menu-item {
    background-color: transparent !important;
    height: 45px;
    line-height: 45px;
    background: url(../../images/theme-balck/menus/tree-menu.png) no-repeat;
    background-size: 100% 100%;
}

.black.three-level-tree .el-menu .level1-menu-nosub .el-menu-item.is-active .entity-nosubmenu i {
    color: #e9d881;
}

.black.second-menu {
    border-right: none;
    background-color: transparent !important;
}

.black.second-menu .second-menu-item-nosub .el-menu-item {
    padding: 0;
    padding-left: 15px !important;
    background: url(../../images/theme-balck/menus/sub-menu.png) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    line-height: 60px;
    background-color: transparent !important;
}

.black.second-menu .second-menu-item-nosub .el-menu-item .second-submenu span {
    margin-left: 15px;
}

.black.second-menu .el-submenu .el-submenu__title {
    padding-left: 15px !important;
    background: url(../../images/theme-balck/menus/sub-menu.png) no-repeat;
    background-size: 100% 100%;
    height: 60px;
    line-height: 60px;
}

.black.second-menu .el-submenu .el-submenu__title .second-submenu span {
    margin-left: 15px;
}

.black.second-menu .el-submenu .el-submenu__title,
.black.second-menu .el-submenu .el-submenu__title:hover {
    background-color: transparent !important;
}

.black.second-menu .el-submenu .el-menu-item,
.black.second-menu .el-submenu .el-menu-item:hover {
    background-color: transparent !important;
}

.black.second-menu .el-submenu .el-menu-item {
    min-width: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 45px;
    line-height: 45px;
}

.black.second-menu .el-submenu .el-menu-item i {
    color: #fff;
}

.black.second-menu .el-submenu .el-menu-item .second-menu-item {
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    background: url(../../images/theme-balck/menus/menu-item.png) no-repeat;
    background-size: 100% 100%;
}

.black.second-menu .el-submenu .el-menu.el-menu--inline {
    background-color: #505050 !important;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 10px 0px;
    height: 100%;
}

.el-main {
    padding: 0;
}

.el-main::-webkit-scrollbar {
    width: 0;
}

.el-main .black.main-tags {
    width: 100%;
    height: 41px;
    background-color: #fafafa;
    display: flex;
    border-bottom: 1px solid #3a4958;
    z-index: 3;
    left: 0;
}

.el-main .black.main-tags .el-tag {
    cursor: pointer;
    color: #505050;
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    background-color: #fafafa;
}

.el-main .black.main-tags .el-tag.is-active {
    background-color: #505050 !important;
    color: #fff;
}

.el-main .black.main-tags .el-tag.is-active .el-tag__close.el-icon-close {
    color: #fff;
    border-color: #fff;
}

.el-main .black.main-tags .el-tag .el-tag__close.el-icon-close {
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #505050;
    border: 1px solid #505050;
}

.el-main .black.main-tags .el-tag .el-tag__close.el-icon-close:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #505050 !important;
}

.el-main .black.main-tags .tags-left {
    display: flex;
    overflow-x: hidden;
    flex: 1;
}

.el-main .black.main-tags .tags-left .left-fixed {
    display: flex;
    z-index: 2;
}

.el-main .black.main-tags .tags-left .left-flex {
    transition: 0.3s;
    display: flex;
}

.el-main .black.main-tags .tags-right {
    display: flex;
}
