.secondMenu {
    width: 50px;
    margin: 0px 30px 0 0;
    background: #282733;
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.09); */
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    transition: all linear .3s;
}

.red-theme .secondMenu {
    z-index: 9;
}

.secondMenu .extender {
    display: none;
    height: 50px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background: #f7f7f7;
}

.red-theme .el-menu-item i {
    margin-right: 12px;
}

.secondMenu.big {
    width: 230px;
}

.secondMenu .extender img {
    width: 18px;
    height: 15px;
    transform: rotateY(0deg);
    transition: transform 0.3s linear;
}

.secondMenu .extender img.close-extend {
    transform: rotateY(180deg);
    transition: transform 0.3s linear;
}

.secondMenu .extender:hover img {
    transform: rotateY(180deg);
    transition: transform 0.3s linear;
}

.secondMenu .extender:hover img.close-extend {
    transform: rotateY(0deg);
    transition: transform 0.3s linear;
}

.secondMenu .extender:hover {
    background: #F4F4F4;
}

.red-theme .secondMenu .extender {
    display: flex;
}

.red-theme .secondMenu {
    background: #FBFBFB;
    border-right: 1px solid #dcdcdc;
}

.secondMenu .el-submenu__title i {
    color: #a3ace0;
    font-size: 18px;
    margin-left: 16px;
    margin-right: 16px;
    min-width: 18px;
    display: inline-block;
}

.el-menu--vertical .thridMenu {
    height: 44px;
    line-height: 44px;
}

.el-menu--vertical .thridMenu i {
    font-size: 15px;
    color: #a3ace0;
    margin-right: 10px;
}

.el-menu--vertical .thridMenu.red-theme i {
    color: #787A7D !important;
    font-size: 0;
}

.el-menu--vertical .thridMenu:hover,
.el-menu--vertical .thridMenu:hover i {
    color: #f1f1f1 !important;
}

.el-menu--vertical .thridMenu.red-theme:hover,
.el-menu--vertical .thridMenu.red-theme:hover i {
    color: #B1B4B8 !important;
    background: #F4F4F4 !important;
}

.secondMenu .el-submenu__title:hover i {
    color: #f1f1f1;
}

.menuItem .el-submenu__title {
    padding: 0px !important;
    text-align: center;
}

.red-theme .menuItem .el-submenu__title {
    text-align: left;
}

.red-theme .secondMenu .menuItem ul,
.red-theme .secondMenu .menuItem ul .el-submenu__title {
    background: #FBFBFB !important;
    border-right: none;
}

.red-theme .secondMenu .menuItem ul .el-submenu__title i {
    color: #787A7D !important;
}

.red-theme .secondMenu .menuItem ul .el-submenu__title:hover {
    background: #F4F4F4 !important;
}

.red-theme .secondMenu .menuItem ul .el-submenu__title:i {
    color: #B1B4B8 !important;
}

.red-theme .secondMenu .menuItem ul li {
    width: 230px;
    text-align: left;
}

.red-theme .secondMenu .menuItem ul li .menuItem .el-menu--collapse {
    width: 51px;
}

.red-theme .secondMenu .menuItem ul .el-submenu__title i {
    margin-left: 16px;
    margin-right: 16px;
}

.red-theme .menuItem .el-menu--collapse {
    width: 100%;
}


/* .secondMenu:hover{
    width: 200px;  
  } */

.secondMenu::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

.secondMenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #ededed;
}

.secondMenu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: #c9c9c9;
}

.secondMenu .menuItem {
    min-height: 40px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.menuTop {
    padding-left: 20px;
    width: 200px;
    height: 52px;
    background: #545c64;
    line-height: 52px;
    text-align: left;
    color: #fff;
    margin-top: -2px;
}

.secondMenu .menuItem>p {
    font-size: 14px;
    cursor: pointer;
    height: 50px !important;
    line-height: 50px !important;
    color: #666666;
    background: #eaeaea;
    border-top: 1px solid #fafafa;
    position: relative;
}

.secondMenu .menuItem>p:hover {
    background: #999;
    color: #fff;
}

.secondMenu .menuItem .liDiv li {
    float: left;
    padding: 10px 0 0 0;
    margin: 5px 0 5px 10px;
    text-align: center;
    cursor: pointer;
    width: 85px;
    font-size: 12px;
    color: #333;
    height: 83px;
    background: rgba(255, 255, 255, 1);
}

.secondMenu .menuItem li.menuItem_level1 {
    position: relative;
}

.liDiv {
    padding: 5px 0 20px 0;
    overflow: hidden;
}

.secondMenu .menuItem li img {
    margin: 0 auto;
    display: block;
    width: 55px;
    height: 55px;
}

.flexDiv .childBox {
    text-align: center;
}

.flexDiv .childBox i {
    font-size: 26px;
    width: 56px;
    height: 56px;
    display: inline-block;
    border-radius: 24px;
    text-align: center;
    line-height: 56px;
    /* padding: 0 20px; */
    text-indent: 0px;
    color: #fafafa;
    margin-bottom: 5px;
}

.flexDiv .parentBox {
    cursor: pointer;
}

.flexDiv .parentBox i {
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
}

.flexDiv .parentBox i.small {
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    top: 7px;
    right: 0px;
}

.resource-ttop {
    height: 40px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
}

.red-theme .resource-ttop {
    background: #FFF;
    margin-left: -19px;
    padding-left: 19px;
    width: calc(100% + 38px);
}

.resource-ttop i {
    font-size: 12px;
    color: #999;
    margin: 0 5px;
}

.secondMenu_l {
    width: 200px;
}

.red-theme .secondMenu_l {
    width: 100%;
}

.menuItem .el-menu-item-group__title {
    padding: 0;
}

.flexParent {
    background: #f2f2f2;
}

.ren-theme .flexParent {
    background: '#F0F2FA';
}

.my_maxheight {
    max-height: 600px;
    overflow: auto;
}

.my_maxheight .el-menu-item-group__title {
    border-bottom: 1px solid #0f1522;
}

.my_maxheight.red .el-menu-item-group__title {
    border-bottom: 1px solid #ccc;
}

.my_maxheight .el-menu-item-group__title span {
    font-size: 14px;
    color: #ffffff;
    font-family: "PingFangSC-fine";
}

.my_maxheight.red .el-menu-item-group__title span {
    color: #787A7D;
}

.my_maxheight::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

.my_maxheight::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: #1f2533;
}

.my_maxheight::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #38425d;
}

.el-menu--vertical {
    left: 46px !important;
}

.big-icon {
    font-size: 20px;
}

.nav-tabs-box .el-tabs__header {
    margin: 0px;
}

.nav-tabs-box .el-tabs__nav-wrap::after {
    background-color: #38425d;
}

.nav-tabs-box {
    margin: 0 -20px;
    position: relative;
}

.red-theme .nav-tabs-box {
    background: #FFF;
}

.nav-tabs-box .is-active {
    background: #f2f2f2;
}

.nav-tabs-box .el-tabs {
    background: #f0f0f0;
}

.red-theme .nav-tabs-box .el-tabs {
    background: #FFF;
    margin-left: 100px !important;
}

.browner-opera-box {
    position: absolute;
    width: 100px;
    height: 40px;
    left: 0;
    top: 0;
    display: flex;
    padding: 5px;
    margin-top: 1px;
}

.browner-opera-box i {
    display: block;
    flex: 1;
    font-size: 16px;
    color: #CCC;
    text-align: center;
    cursor: default;
    height: 30px;
    line-height: 30px;
}

.browner-opera-box i.active {
    color: #666;
}

.browner-opera-box i.active:hover {
    background: #ddd;
    border-radius: 30px;
}

.browner-opera-box i:last-child {
    margin-top: 1px;
}

.nav-tabs-box .el-tabs__nav-scroll {
    /* padding-left:100px; */
}

.right-menu {
    border: 1px solid #BABABA;
    background: #ffffff;
    position: absolute;
    width: 200px;
    margin: 0;
    padding: 2px 0;
    z-index: 9999;
}

.right-menu li {
    margin: 0;
    padding: 5px 10px;
    list-style: none;
    display: block;
    color: #000;
    font-size: 12px;
    cursor: pointer;
}

.right-menu li:hover {
    background: #eee;
}

.right-menu li.disable {
    color: gray;
    cursor: default;
}

.right-menu li.disable:hover {
    background: none;
}

.right-menu li.split {
    padding: 0;
    margin: 5px 10px;
    height: 1px;
    background: #bababa;
    cursor: default;
}

.right-menu li.split:hover {
    background: #bababa;
}

.nav-tabs-box .is-focus {
    border: none;
    outline: none;
}

.nav-tabs-box .el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
    border-bottom-color: #f2f2f2;
}