.nav-container {
    background: #FFFFFF;
    display: flex;
    width: 200px;
    height: 95vh;
}

.none {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 22px;
}

.sub {
    width: 100%;
    height: 40px;
    color: #1890FF;
}

.sub-select {
    display: flex;
    align-items: center;
    background: #E6F7FF;
    height: 100%;
    cursor: pointer;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    border-right: 2px solid #1890FF;
}

.sub-txt {
    margin-left: 25px;
}
