
.sidebar[data-v-8e62e892] {
    display: block;
    overflow: hidden;
}
.sidebar[data-v-8e62e892]::-webkit-scrollbar {
    width: 0;
}
.sidebar-el-menu[data-v-8e62e892]:not(.el-menu--collapse) {
    width: 200px;
}
.sidebar>ul[data-v-8e62e892] {
    height: 100%;
}
[data-v-8e62e892] .el-menu--horizontal{
    background: #4B76C7 !important;
}
[data-v-8e62e892] .el-menu--horizontal>.el-menu-item.is-active{
    background: #4B76C7 !important;
    font-weight: bold;
}

/* .custom-menu .el-menu-item.is-active {
    font-weight: bold;
} */
[data-v-8e62e892] .el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
    font-weight: bold;
}
[data-v-8e62e892] .el-menu.el-menu--horizontal {
    border-bottom: unset;
}
[data-v-8e62e892] .el-submenu__title i {
    color: #FFFFFF;
}
[data-v-8e62e892] .el-submenu .el-menu-item{
    min-width: unset !important;
}

/* Add hover style for el-menu-item */
[data-v-8e62e892] .el-menu-item:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

/* .el-menu-item.is-active {
    background-color: rgba(255,255,255,0.1) !important;
    border-radius: 5px;
} */
[data-v-8e62e892] .el-menu .el-menu-item::hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 5px;
    height: 50%;
}
[data-v-8e62e892] .el-submenu__title:hover {
    color: white !important;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1) !important;
}

/*子菜单悬浮样式*/
[data-v-8e62e892] .el-menu-item:hover {
    color: white !important;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1) !important;
}
























































































































































































































































/* Enable white popup styling */
/* .white-popup {
    background: #FFFFFF !important;
    color: #000000 !important;
    text-align: center;
}

.white-popup:hover{
    background-color: #F5F7FA !important;
    color: #409EFF !important;
} */
.white-popup {
    text-align: center;
}

/* Fixed width for submenu popups */
.el-menu--popup {
    min-width: 12rem !important;
    width: 12rem !important;
}

/* Override Element UI's default min-width with higher specificity */
body .el-menu--popup,
html .el-menu--popup {
    min-width: 12rem !important;
}
body .el-menu--popup .el-menu-item,
html .el-menu--popup .el-menu-item {
    min-width: 12rem !important;
    width: 12rem;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

/* Ensure min-width is also applied to any nested submenus */
body .el-menu .el-submenu .el-menu-item,
html .el-menu .el-submenu .el-menu-item {
    min-width: 12rem !important;
    width: 12rem !important;
}

/* Ensure nested submenus (third level) have the same fixed width */
.el-menu--popup .el-menu--popup {
    min-width: 12rem !important;
    width: 12rem !important;
}

/* Ensure menu items in the popup don't overflow */
.el-menu--popup .el-menu-item {
    width: 12rem;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

/* Ensure nested submenus (third level) have the same fixed width */
.el-menu--popup .el-menu--popup {
    min-width: 12rem !important;
    width: 12rem !important;
}

/* Target specifically the "更多" submenu's child elements */
[index="more"] .el-menu--popup,
[index="more"] .el-menu--popup .el-menu--popup {
    min-width: 12rem !important;
    width: 12rem !important;
}
[index="more"] .el-menu--popup .el-menu-item,
[index="more"] .el-menu--popup .el-submenu__title {
    width: 12rem;
    padding: 0 20px !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

/* Style for left opening submenus */
.left-open-submenu.el-menu--vertical .el-menu.el-menu--popup {
    margin-right: 5px;
    margin-left: 0;
    right: 100%;
    left: auto !important;
    width: 12rem !important;
}

/* Fix the arrow position for left-opening submenu */
.left-open-submenu.el-menu--horizontal .el-menu .el-submenu__title .el-submenu__icon-arrow {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
}

/* Target the popup element to ensure proper positioning */
body > .el-menu--horizontal.left-open-submenu {
    left: auto !important;
    right: 0 !important;
    -webkit-transform-origin: right top !important;
            transform-origin: right top !important;
}

/* Ensure arrow pointing to the right */
.left-open-submenu .el-submenu__icon-arrow {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
}


.header[data-v-1f234af1] {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 78px !important;
    font-size: 22px;
    background-color: #4B76C7 !important;
    -webkit-box-shadow: 0 4px 10px #ddd;
            box-shadow: 0 4px 10px #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.collapse-btn[data-v-1f234af1] {
    float: left;
    padding: 0 21px;
    cursor: pointer;
    line-height: 70px;
}
.header .logo[data-v-1f234af1] {
    margin-left: 11px;
    line-height: 34px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    /*一行*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
}
.header-left[data-v-1f234af1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.header-right[data-v-1f234af1] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    padding-right: 20px;
}
.header-user-con[data-v-1f234af1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.btn-fullscreen[data-v-1f234af1] {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 5px;
    font-size: 24px;
}
.btn-bell[data-v-1f234af1],
.btn-fullscreen[data-v-1f234af1] {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
}
.btn-bell-badge[data-v-1f234af1] {
    position: absolute;
    right: 0;
    top: -2px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #f56c6c;
    color: #fff;
}
.btn-bell .el-icon-bell[data-v-1f234af1] {
    color: #fff;
}
.user-name[data-v-1f234af1] {
    margin-left: 10px;
}
.user-avator[data-v-1f234af1] {
    margin-left: 20px;
}
.user-avator img[data-v-1f234af1] {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.el-dropdown-link[data-v-1f234af1] {
    color: #fff;
    cursor: pointer;
}
.el-dropdown-menu__item[data-v-1f234af1] {
    text-align: center;
}
.down-tag[data-v-1f234af1] {
    background: #5783D0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 9px;
}
.new-bar[data-v-1f234af1] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 78px;
    overflow: hidden;
}


.sidebar[data-v-68d67528] {
    display: block;
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 0;
    overflow-y: scroll;
}
.sidebar[data-v-68d67528]::-webkit-scrollbar {
    width: 0;
}
.sidebar-el-menu[data-v-68d67528]:not(.el-menu--collapse) {
    width: 200px;
}
.sidebar > ul[data-v-68d67528] {
    height: 100%;
}





.tags {
    position: relative;
    height: 30px;
    overflow: hidden;
    background: #fff;
    padding: 0 12px;
    /* box-shadow: 0 2px 2px #ddd; */
    border-bottom: 2px #E4E7ED solid;
}
.tags ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.tags-li {
    float: left;
    margin: 3px 5px 2px 3px;
    border-radius: 3px;
    font-size: 12px;
    overflow: hidden;
    cursor: pointer;
    height: 23px;
    line-height: 23px;
    border: 1px solid #e9eaec;
    background: #fff;
    padding: 0 5px 0 12px;
    vertical-align: middle;
    color: #666;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.tags-li:not(.active):hover {
    background: #f8f8f8;
}
.tags-li.active {
    color: #fff;
}
.tags-li-title {
    float: left;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 5px;
    color: #323232;
}
.tags-li.active .tags-li-title {
    color: #FFFFFF;
}
.tags-close-box {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 1px;
    text-align: center;
    width: 110px;
    height: 30px;
    z-index: 10;
}
.tags-close-box button{
    background: #EFF3F6;
}


