.n-left-menu {
    width: 256px;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    background: #FFFFFF;
    box-shadow: 2px 0 8px 0 rgba(0, 21, 41, 0.12);
    box-sizing: border-box;
    z-index: 1;
    padding: 36px 0;
}

.n-left-menu a {
    display: block;
    text-decoration: none;
    padding-left: 67px;
}

.n-left-menu a:hover {
    color: #DC1D32;
    background-color: #ffffff;
    text-decoration: none;
}

.n-left-menu a.n-item-selected:hover {
    color: #fff;
    background: #DC1D32;
    border-radius: 0 100px 100px 0;
}

.n-menu-pkg {
    padding-bottom: 28px;
}

.n-menu-user, .n-menu-box a, .n-menu-vip a,.n-menu-member a {
    margin: 6px 0;
    height: 38px;
}

.n-menu-pkg a, .n-menu-user a {
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
}

.n-menu-box a, .n-menu-vip a ,.n-menu-member a {
    font-size: 14px;
    line-height: 38px;
    padding-left: 67px;
    margin-right: 41px;
}

.n-item-selected {
    color: #fff;
    background: #DC1D32;
    border-radius: 0 100px 100px 0;
    margin-right: 41px;
    height: 38px;
}

.n-btn1 {
    color: #333333;
}

.n-btn2 {
    color: #666666;
}

.n-my-vip,.n-my-member{
    padding-left: 67px;
    margin: 8px 0 6px 0;
    color: #333333;
    height: 38px;
    font-size: 16px;
    font-weight: 600;
    line-height: 38px;
}