
.topNav .navLi {
    /*background: #556450;
    color: #fff*/
    box-sizing: border-box;
    border-bottom: 3px solid #556450;
    line-height: 36px !important;
    margin-top: 5px;
}
.topNav ul li:hover {
    box-sizing: border-box;
    border-bottom: 3px solid #556450;
    line-height: 36px !important;
    margin-top: 5px;
} 
.topNav {
    display: none;
    width: 100%;
    /*text-align: center;*/
}
    .topNav .router-link-active {
        background-color: snow !important;
        color: #000 !important;
    }
.topNav ul{
    display: inline-block;
    height: 30px;
    margin-left: 8%;
}
.topNav ul li {
    padding: 0 15px;
    font-size: 16px;
    line-height: 45px;
    float: left;
    cursor: pointer;
}
@media(min-width:768px) and (max-width:1366px){
    .select {
        display: none !important;
    }
    /*.topNav {
        display: block;
        /*text-align: center;*/
        padding: 0;
        margin: 0;
        background: rgba(247, 247, 247, 0.59);
    }*/

}

@media (max-width: 1199px) and (min-width: 768px){
    .select {
        display: none !important;
    }
    /*.topNav ul{
        display: inline-block;
        height: 40px;
        margin: 0px 25px;
    }*/
}

@media (max-width: 808px){
    /*.topNav ul li {
        padding: 0 14px;
        font-size: 16px;
        line-height: 45px;
        float: left;
        cursor: pointer;
    }*/
}
