.logo img{
    margin-top: 8px;
    margin-left: 10px;
}

.logo .first-appname {
    color: white;
    font-size: 26px;
    font-weight: bold;
    padding-left: 14px;
}

.logo .last-appname {
    line-height: 40px;
    align-self: flex-end;
}

.el-menu--collapse>.el-menu-item span,
.el-menu--collapse>.el-submenu>.el-submenu__title span{
    margin-left: 3px;
}
.el-menu--horizontal>.el-menu-item{
    height: 50px;
    line-height: 50px;
}
.el-menu--horizontal>.el-submenu .el-submenu__title {
    height: 50px;
}

.userInfo i.el-icon-user {
    font-size: 20px !important;
    position: absolute;
    left: -26px;
    line-height: 50px;
    height: 50px;
}

.el-dropdown-menu.tp-layout-header-operation {
    background: rgb(28, 29, 34);
}
/* 头部菜单样式 */
.side-nav.top > .el-menu > .el-menu-item.is-active {
    border-bottom-color: rgb(255, 208, 75) !important;
    color: rgb(255, 208, 75) !important;
}
.side-nav.top > .el-menu > .el-menu-item:hover {
    color: #fff;
    background-color: rgb(84, 92, 100) !important;
}
.sys-header {
    background: rgb(28, 29, 34) !important;
    z-index: 1000;
}
.sys-header .logo {
    padding-left: 0px;
    width: 30% !important;
}
.side-nav.left {
    z-index: 1000;
    background-color: #1c1d22;
}

.side-nav.left .el-menu {
    background-color: transparent !important;
}
/* 头部按钮样式 */
.jh-menu-state-unclick {
    color: white !important;
}
.jh-menu-state-click {
    color: rgb(255, 208, 75) !important;
}
/* 二级左菜单 */
.tp-nav-left .el-menu--popup-right-start {
    height:auto !important;
    overflow:visible !important;
    background-color: rgb(28, 29, 34) !important;
}
.tp-nav-left.el-menu--vertical {
    left: 179px !important;
}
.tp-nav-left .el-menu--popup .el-menu-item.is-active {
    background-color: transparent !important;
}
.tp-nav-left .el-menu--popup .el-menu-item:hover {
    background-color: rgb(41, 41, 41) !important;
}
.el-menu--popup {
    min-width: 160px !important;
}

/* 兼容2.0 */
.tp-nav-bar.left {
    overflow: hidden !important;
}

.tp-nav-bar.left-hover {
    width: 201px;
}

.tp-nav-bar.left-hover .el-menu--collapse {
    width: 201px !important;
}

/* innerLeft */
.left-iner-menu {
    z-index: 999 !important;
    background-color: rgb(28, 29, 34) !important;
}
.left-iner-menu.left-hover {
    width: 180px;
}
.left-iner-menu.left .el-menu {
    background-color: rgb(28, 29, 34) !important;
}
.left-iner-menu.left .el-submenu__title:hover {
    background-color: rgb(41, 41, 41) !important;
}
.left-iner-menu.left .el-menu-item:hover {
    background-color: rgb(41, 41, 41) !important;
}
.left-iner-menu.left .el-menu-item.is-active {
    background-color: rgb(41, 41, 41) !important;
}
.el-menu-item.is-active i{
    color: #006eff !important;
}
.gsj-open {
    width: 0px;
    transition: all 0.25s ease-in-out 0s;
}

.left-first-menu.left .el-menu-item.is-active {
    color: rgba(0, 193, 222, 0.7);
    background-color: rgb(41, 41, 41);
}

.left-first-menu.left .el-menu-item.is-active i {
    color: rgba(0, 193, 222, 0.7) !important;
}

.left-first-menu.left .el-submenu__title:hover,
.left-first-menu.left .el-menu-item:hover {
    background-color: rgba(0, 193, 222, 0.7);
}

.over-mc {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}
.top-menu-check {
    font-size: 30px;
    padding: 0px 0px;
    background-color: #000;
    border: 0px;
    color: white;
}
.el-button.user-guide{
    font-size: 24px;
    padding: 0px 0px;
    background-color:transparent;
    border: 0px;
    line-height: 2.2;
    margin-left: 70px;
    color:#A2AAAD
}

.el-button.sys-setting{
    font-size: 24px;
    padding: 0px 0px;
    background-color:transparent;
    border: 0px;
    line-height: 2.2;
    margin-left: 20px;
    color:#A2AAAD
}
.el-submenu__title [class^=el-icon-] {
    margin-right: 5px !important;
}

.el-dropdown-menu.tp-layout-header-operation{
    background: rgb(28, 29, 34);
}

/* 自定义固定按钮 start */
.custom-menu-fixed{
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.custom-menu-icon{
    display: inline-block;
    width: 20px;
    height: 50px;
    line-height: 50px !important;
    color: white;
    margin-left: 8px;
    font-size: 20px;
    cursor: pointer;
}
.custom-menu-icon.customer-service{
    background: url(../../../img/service.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 20px;
}
/* 自定义固定按钮 end */
/* 弹窗 start */
.sys-dialog .el-dialog__header{
    display: none;
}
.sys-dialog .el-dialog__body{
    padding: 0!important;
    height: 100%;
    position: relative;
}
.sys-dialog .el-dialog.is-fullscreen {
    width: 100%;
    margin-top: 68px;
    height: calc( 100% - 84px);
    background: #123959;
    padding: 0 18px;
}
.sys-dialog .el-dialog{
    box-shadow: 0px 0px 0px 18px rgba(18,57,89,1);
}
.sys-dialog .close-dialog{
    width: 14px;
    height: 14px;
    background: url(../../../img/close.png);
    background-size: 100% 100%;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 88;
    cursor: pointer;
}
/* 弹窗 end */

/* 兼容子菜单样式问题 start */
.currentLeft43{
    position: relative;
    left: 43px;
    width: calc(100% - 43px);
    height: 100vh;
    box-sizing: border-box;
}
/* 兼容子菜单样式问题 end */


