/* 导航栏 */

.navbar {
    width: 100%;
    height: 0.6rem;
    padding: 0 0.1rem;
    position: fixed;
    top: 0;
    background: white;
    z-index: 100;
}

.navbar>div:first-child {
   /* width: 0.44rem;*/
    height: 0.36rem;
}

.navbar>div:first-child>img {
    width: auto;
    height: 0.36rem
}
.navbar>.zyqhBox {
    border: 1px solid #0550ab;
    height: 0.3rem;
    line-height: 0.3rem;
    width: 0.3rem;
    text-align: center;
    color: #0550ab;
    border-radius: 0.3rem;
}

.navbar>i {
    display: inline-block;
    color: white;
    border: 1px solid;
    background: #0550ab;
    border-radius: 100px;
    height: 0.3rem;
    line-height: 0.3rem;
    width: 0.3rem;
    text-align: center;
    font-size: 0.15rem;
    vertical-align: middle;
    margin-left: 0.2rem;
}


/* 菜单栏 */

.menu {
    height: calc(100vh - 0.6rem);
    width: 100%;
    z-index: 5;
    display: none;
    position: fixed;
    bottom: 0;
    overflow-y: auto;
    background: url("../../assets/img/menu.jpg") center no-repeat;
    background-size: cover;
}

.menu>ul {
    
    background-size: cover;
    padding: 0.05rem 0.12rem 1rem 0.12rem;
}

.menu>ul>li {
    font-size: 0.12rem;
    border-bottom: 1px solid #d3d3d1;
}

.menu>ul>li>a {
    display: inline-block;
    padding: 0 0.18rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #333;
}

.menu>ul>div {
    margin-top: 0.3rem;
}

.menu>ul>div a {
    display: inline-block;
    height: 0.4rem;
    background: #0550ab;
    width: 1.5rem;
    border-radius: 1rem;
    color: white;
    line-height: 0.4rem;
    font-size: 0.17rem;
}

.second{
    padding: 0 0.5rem;
    font-size:0.12rem;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    margin: calc(-1px);
}
.second>dd{
    border-bottom: 1px solid #d2d2d2;

}
.second>dd:last-child{
    border: none;
    padding-bottom: 0.1rem;
}
.second>dd>a{
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #333;
}
.rightArrow,.downArrow{
    color: #999;
    font-size: 0.13rem;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.18rem;
}