@charset "utf-8";
.wrapperNav{
    width: 100%;
    max-width: 750px;
    box-shadow: 0px 0px 10px 3px rgba(179,179,179,0.2);
    padding-top: 50px;
}
.main-nav>h1 {
    height: 0;
    text-indent: -999px;
    padding: 0;
    margin: 0;
    display: none
}
.main-nav{
    height:50px;
    background: #fff;
}
.menu-nav{
    /*margin-right: 10vw;*/
}
.content-nav{
    height: 100%;

}
.item-nav{
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixed-nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.menu-icon{
    width: 26px;
    height: 26px;
}

.list-nav-style{
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    background: #fff;
    padding: 30px 15px 0;
}
.list-nav-style{
    display: none;
}
.list-nav-style ul li{
    min-height: 40px;
}
.list-nav-style ul li a{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #191e33;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-nav {

}
.logo-nav img{
    height: 40px;
    width: auto;
}

.nav-img{
    max-height: 36px;
    width: auto;
}