.nav-subcolumn{
    border-radius: 0;
    min-width: 0;
    width: 100%;
}
.nav-subcolumn >li{
    text-align: center;
    height: 100%;
    /* line-height: 30px; */
}
.nav-subcolumn >li >a{
    padding: 0;
    background-color: var(--basewhite);
    line-height: 3;
    font-family: MicrosoftYaHei;
    font-weight: 300;
}
.nav >li >a{
    color: rgb(255, 255, 255);
    font-size: 21.6px;
    font-weight: 300;
}
.nav .open a{
    color: rgb(255, 255, 255);
}
.nav .open a:hover .nav .open a:focus{
    color: white;
    background-color: transparent;
}
.none{
    display: none;
}
.navbar-nav>li>a{
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: MicrosoftYaHei;
}
.nav-margin{
    margin: 0;
}
.nav>li>a:focus, .nav>li>a:hover{
    text-decoration: none;
    background-color: transparent;
}