
.topMenu .el-menu.el-menu--horizontal {
    border-bottom: 0;
}
.topMenu .el-menu--horizontal > .el-menu-item {
    height: 38px;
    line-height: 38px;
    border-bottom: 0;
    padding: 0;
    width: 140px;
    text-align: center;
}
.topMenu .el-menu--horizontal > .el-submenu .el-submenu__title {
    height: 38px;
    line-height: 38px;
    border-bottom: 0;
    padding: 0;
    width: 140px;
    text-align: center;
}
.el-menu--horizontal {
    z-index: 9999 !important;
}
.el-menu-item.is-active {
    color: #fff !important;
    background-color: #006bed !important;
}
.el-menu-item:hover, .el-submenu__title:hover {
    background-color: #006bed !important;
}



.wrapper .el-header {
    padding-left: 0;
    padding-right: 0;
}
.el-select-dropdown {
    z-index: 9999 !important;
}
.el-drawer__wrapper {
    z-index: 10000 !important;
}
.themeColor {
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 5px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    float: left;
}
.themeIcon {
    color: #fff;
    display: table;
}
.dhDiv {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.dhIconDiv {
    position: absolute;
    top: 30%;
    left: 50%;
}
.el-drawer__header span:focus {
    outline: 0 !important;
}
.el-drawer__header {
    margin-bottom: 0
}


.head_top[data-v-2fcf1eeb] {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.52); */
}
.head_topLeft[data-v-2fcf1eeb] {
    float: left;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 10px;
    box-sizing: border-box;
}
.loginImgSmall[data-v-2fcf1eeb] {
    height: 30px;
    width: 80px;
    cursor: pointer;
    margin-left: -10px;
}
.loginImg[data-v-2fcf1eeb] {
    width: 145px;
    height: 35px;
    margin-right: 50px;
    margin-left: 25px;
    cursor: pointer;
}
.headerTitle[data-v-2fcf1eeb] {
    color: white;
    font-size: 23px;
    font-weight: 500;
    font-family: cursive;
}
.head_topRight[data-v-2fcf1eeb] {
    float: right;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;
    box-sizing: border-box;
}
.rightTitle[data-v-2fcf1eeb] {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}
.rightzhu[data-v-2fcf1eeb] {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background-color: rgb(48, 60, 82);
    padding: 3px 3px;
    border-radius: 4px;
}


.menu {
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
}
.menu .el-menu {
    z-index: 9999;
    border-right: 0;
}
.menu .el-scrollbar__bar.is-vertical {
    width: 2px;
}
.menu .el-scrollbar__bar.is-horizontal {
    height: 3px;
}
.menu ::-webkit-scrollbar-track {
    border-radius: 0;
    background: none;
}
.menu .el-menu--collapse {
    width: 80px;
}
.el-menu-item,.el-submenu__title{
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}
.menu .el-menu--collapse > .el-menu-item [class^="el-icon-"], .el-menu--collapse > .el-submenu > .el-submenu__title [class^="el-icon-"] {
    width: 40px;
}
.el-menu-item.is-active{
    color: #fff;
    background-color: #006bed!important;
}
.el-menu-item:hover,.el-submenu__title:hover{
    background-color: #006bed!important;
}


.tabOperation {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 9999
}
.tabOperation .el-dropdown {
    font-size: 12px;
    color: #2252a1;
}

.tabs[data-v-5db34f08] {
  width: 100%;
  height: 30px;
  background-color: #f4f6f8;
  box-sizing: border-box;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 9999;
}
.tabs .el-tag[data-v-5db34f08] {
    cursor: pointer;
    display: inline-block;
    margin: 3px 7px 3px 0;
}
.tabs .tabsBox[data-v-5db34f08] {
    position: absolute;
    right: 120px;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.tabs .tabsBoxTab[data-v-5db34f08] {
    display: inline-block;
    position: absolute;
    box-shadow: border-box;
    overflow: visible;
    white-space: nowrap;
    transition: left .3s ease;
}
.tabs .leftClick[data-v-5db34f08] {
    position: absolute;
    top: 0;
    width: 20px;
    line-height: 30px;
    z-index: 9999;
}
.tabs .rightClick[data-v-5db34f08] {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    line-height: 30px;
    z-index: 9999;
}
.tabs .el-tag--dark[data-v-5db34f08] {
    background-color: #2152a1 !important;
    border-color: #fffffd;
}
.tabs .el-tag--plain[data-v-5db34f08] {
    color: #23519f;
    background: none !important;
}


.contentArea {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
}
.containerBox {
    padding-top: 30px;
}
.main {
    overflow: hidden;
    position: relative;
}
.rightBottomDiv {
    background: #f5f5f5;
    position: absolute;
    right: 30px;
    bottom: 50px;
    z-index: 9999;
}
.rightBottomDiv .rightBottomI {
    cursor: pointer;
    padding: 3px 3px 3px 3px;
    display: block;
    font-size: 25px;
    border: #ddd 1px solid;
    width: 30px;
    height: 30px;
    text-align: center;
}
.rightBottomDiv .rightBottomSpan {
    cursor: pointer;
    padding: 3px 3px 3px 3px;
    display: block;
    font-size: 10px;
    border: #ddd 1px solid;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

