.el-header {
    left:0;
    width: 100%;
    height: 60px !important;
    background: #3065F1;
    /* z-index: ; */
}
.el-badge{
    position: relative;
    right:0;
    top:0;
}
.s5-logoBox{
    display: block;
    text-decoration: none;
}
.s5-logo-img {
    display: block;
    height: 50px;
    
}
/* 侧边栏 */
.el-aside {
    background: #FFFFFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 19, 112, 0.16);
}

.line {
    width: 100%;
    height: 1px;
    background: #C6CDDC;
    margin: 15px 0;
    opacity: 1;
}

.menu-top {
    background: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 16px;
}

.el-menu-item {
    background: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 16px;
}

.menu-top {
    margin-top: 25px !important;
}
.el-menu-item,.aside-menu-text{
    transition: all 0.3s ease;
}
.menu-top .el-menu-item:hover{
    color: #fff !important;
    background-color: #3D76FF !important;
}


.is-active:hover .aside-menu-text {
    color: #FFFFFF !important;
}

.el-menu-item:hover i {
    color: #ffffff;
}
.is-active {
    color: #3D76FF !important;
}
/* .is-active .aside-menu-text{
    color: #3D76FF !important;
} */

.el-menu-item, .el-menu-item i{
    color: #262626 !important;
}
@media screen and (max-width:768px) {
    .drawer-menu-logo {
        height: auto;

    }
    .s5-logo-img {
        display: none;
    }

    .menu-top{
        margin-top: 0px !important;
    }
    .el-main {
        padding: 75px 15px;
        padding-bottom: 0;
    }
    .main-content{
        padding-bottom: 15px;
    }
    .drawer-menu{
        background: #FFFFFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 19, 112, 0.16);
    }
    .drawer-menu-list-top{
        margin-top: 0;
    }
    
}

