.header {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(208, 211, 223, 0.11);
}

.header .headerProjectName {
    padding: 0px 20px;
    float: left;
    color: #3A4E61;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.header .headerProjectName p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .el-dropdown-link-name {
    color: #777e8e;
    cursor: pointer;
}

.header .el-dropdown-link-pro {
    font-size: 20px;
    color: #999999;
    font-weight: bold;
    margin-top: 20px;
    outline-style: none;
    cursor: pointer;
}

.header .el-dropdown-link-pro > span {
    font-weight: normal;
    display: inline-block;
}

.header .logo {
    float: left;
    padding-left: 20px;
    line-height: 70px;
}

.header .logo img {
    margin-top: -5px;
    vertical-align: middle;
}

.header .header-right {
    position: absolute;
    top: 0px;
    right: 20px;
}

.header .headerLinkBox {
    line-height: 68px;
    overflow: hidden;
}

.header .headerLinkBox .logoBox {
    float: left;
    height: 48px;
    line-height: 60px;
    margin-top: 10px;
    padding-left: 20px;
}

.header .headerLinkBox .logoBox img {
    cursor: pointer;
    max-height: 48px;
}

.header .headerLinkBox .logoBox .logoName {
    cursor: pointer;
    font-size: 24px;
    color: #970022;
    max-width: 552px;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
}

.header .headerLinkBox .el-dropdown {
    float: left;
    line-height: 30px;
    margin-left: 20px;
    margin-top: 20px;
}

.header .headerLinkBox .el-dropdown .el-dropdown-link {
    cursor: pointer;
    color: #3A4E61;
    font-size: 18px;
    font-weight: bold;
}

.header .headerLinkBox .el-dropdown .el-dropdown-link .el-icon-arrow-down {
    color: #777e8c;
    font-size: 12px;
    font-weight: bold;
}

.header .headerLinkBox .header_link {
    display: inline-block;
    padding: 0px 15px;
    color: #333333;
    font-size: 18px;
    cursor: pointer;
}

.header .headerLinkBox .active {
    color: #970022;
}

.header .header-user-con {
    display: flex;
    height: 70px;
    align-items: center;
}

.header .bm_info {
    margin-right: 15px;
    padding-top: 5px;
}

.header .bm_info .bm_info_content {
    display: inline-block;
    font-size: 14px;
    line-height: 34px;
}

.header .bm_info .el-input__inner {
    border: none !important;
    font-size: 14px !important;
    max-width: 120px !important;
}

.header .bm_info > span {
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 19px;
    font-size: 14px;
    color: #777e8e;
}

.header .bm_info ul {
    max-height: 340px;
    overflow-y: auto;
}

.header .btn-fullscreen {
    transform: rotate(45deg);
    margin-right: 5px;
    font-size: 24px;
    display: none;
}

.header .btn-bell, .header .btn-fullscreen {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
}

.header .btn-bell-badge {
    position: absolute;
    right: 0;
    top: -2px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #f56c6c;
    color: #fff;
}

.header .user-name {
    margin-left: 10px;
}

.header .user-avator {
    margin-left: 20px;
}

.header .user-avator .user-img-a {
    display: inline-block;
    border: 3px solid #eee;
    border-radius: 50%;
    padding: 3px;
    margin-top: 5px;
}

.header .user-avator img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.header .el-dropdown-menu__item {
    text-align: center;
}
