.main_header {
    position: absolute;
    top: 0px;
    color: #f9f9f9;
    background-color: #071e42;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
.page_black .main_header{
    background-color: #26293D;
}

.home .home_title {
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
}

.home .home_touxiang {
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
    text-align: center;
}

.main_content {
    position: absolute;
    top: 50px;
    width: 100%;
    bottom: 0;
    background: #EEF0F5;
}

.home_contentcss {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_black .main_content {
    background: #171A29;
}

.home .home_text {
    margin: 10px auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 1500px;
}

.home .home_text .home_module {
    position: relative;
    width: calc((100% - 40px) / 4);
    height: 212px;
    margin-top: 10px;
    overflow: hidden;
}

.home .home_text .home_module {
    margin: 0 5px;
}

@media screen and (max-width: 1500px) {
    .home .home_text {
        width: 1000px;
    }

    .home .home_text .home_module {
        width: calc((100% - 30px) / 3);
    }
}

.module_img0 {
    margin: 10px;
    height: calc(100% - 20px);
    padding: 25px;
    overflow: hidden;
    background: #fff;
}

.page_black .module_img0 {
    background: #222638;
}

.module_img0:only-child {
    cursor: pointer;
}

.module_img0.secondmenu {
    display: none;
}

.home_module:hover .module_img0 {
    margin: 0;
    height: 100%;
}

.home_module:hover .module_img0:not(:only-child) {
    display: none;
}

.home_module:hover .module_img0.secondmenu {
    display: block;
}

.module_lf {
    margin-right: 110px;
}

.module_lf .module_img0_p {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #252B3A;
}

.page_black .module_lf .module_img0_p {
    color: #f9f9f9;
}

.module_lf .module_img_span {
    color: #aaa;
}

.module_rt {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -53px;
    width: 110px;
}

.module_rt img {
    margin-top: 13px;
}

.module_img0 .module_title {
    font-size: 20px;
    margin-bottom: 20px;
}

.module_img0 .module_menu {
    display: inline-block;
    min-width: 30%;
    margin-bottom: 20px;
    color: #0062FF;
    font-size: 14px;
    margin-left: 3%;
    position: relative;
}
.module_img0 .module_menu.en_menu{
    width: 30%;
}
.name-tips{
    position: absolute;
    left: 100%;
    top: 10px;
    width: auto;
}

.module_img0 .module_menu span {
    cursor: pointer;
    display: block;
    white-space: nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}

.home .home_text .home_module:hover .module_img1 {
    /*top:-180px;*/
    z-index: -1;
    opacity: 0;
}

.el-dropdown-menu__item span {
    display: inline-block;
    text-indent: 30px;
}

.el-dropdown-menu__item .infos {
    background: url(/webui/monitor/images/gerenxinxi.png) 0 center no-repeat;
}

.el-dropdown-menu__item .logout {
    background: url(/webui/monitor/images/tuichu.png) 0 center no-repeat;
}

.el-dropdown-menu__item .ability {
    background: url(/webui/monitor/images/ability.png) 0 center no-repeat;
}

.el-dropdown-menu.userInfo {
    background: #071e42;
}
.el-dropdown-menu.userInfo.el-popper[x-placement^=bottom] .popper__arrow::after{
    border-bottom-color:#071e42;
}
.page_black~.el-dropdown-menu.userInfo{
    background: #26293D;
}
.page_black~.el-dropdown-menu.userInfo.el-popper[x-placement^=bottom] .popper__arrow::after{
    border-bottom-color:#26293D;
}

.userInfo .el-dropdown-menu__item {
    color: #F9F9F9;
}

.userInfo .el-dropdown-menu__item:hover {
    background: rgba(0, 98, 255, 0.1);
}