li{
    list-style: none;
}
#nav{
    display: flex;
    justify-content: center;
}
.middle-content{
    margin-top: 1.6rem;
    width: 1.75rem;
    height: 6.1rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logo-small{
    width: 100%;
}
.nav-list {
    width: 100%;
    height: 2.8rem;
    margin-top: 0.7rem;
}
.nav-list ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.nav-list ul li{
    width: 100%;
    font-size: 0.20rem;
    text-align: left;
    
    font-weight: 400;
    padding-bottom: 0.1rem;
    /* padding-left: 0.15rem; */
}
.nav-list ul li.nav-active{
    background: url("../img/selected.png") no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
}
.nav-list ul li a{
    padding-left: 0.15rem;
    color: #414141;
    text-decoration: none;
    
}
.nav-list ul li.nav-tel{
    font-size: 0.14rem;
    font-weight: bolder;
    font-style: italic;
}
.nav-list ul li.nav-contact a{
    padding: 0.05rem 0.15rem;
    color: white;
    font-weight: 900;
    background-color: #336601;
    border-radius: 1.25rem;
    position: relative;
    left: -0.15rem;
    text-decoration: none;
}

.nav-bottom{
    position: absolute;
    left: 0;
    bottom: 0.1rem;
    font-size: 0.12rem;
    color: gray;
    width: 100%;
    text-align: center;
}

.nav-icon{
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.nav-icon img{
    height: 0.2rem;
}