.fold {
    margin-left: 24px;
    
}
.contentHeader {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0;
    box-shadow:0px 1px 4px 0px rgba(0,21,41,0.12);
}
.logoutContainer {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    .logout {
        margin-right: 10px;
    }
}

.navHeader {
    color: #fff;
    font-size: 16px;
    height: 66px;
    display: flex;
    align-items: center;
    .logo {
        margin-left: 22px;
        margin-right: 8px;
        width: 28px;
        height: 28px;
        background: url(../../assets/navLogo.png) no-repeat;
        background-size: 100% 100%;
    }
}