

.navbox{
    background-color: #FBFBFB;
    height: 0.62rem;
    padding: 0 1.88rem;
    font-size: 0.14rem;
    position: fixed;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0.9rem;
}
.navbox .navitem{
    color: #616161;
    cursor: pointer;
}
.navbox .icon{
    color: #616161;
    margin: 0 0.06rem;
}
.nav-fixed{
    position: fixed;
    z-index: 1;
    width: 3.5rem;
    height: 7.4rem;
    box-sizing: border-box;
    border-radius: 0.12rem;
    background-color: #004A91;
    left: 1.88rem;
    top: 1.75rem;
    overflow-y: auto;
}
.nav-fixed::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.nav-fixed-title{
    font-size: 0.2rem;
    color: #FFFFFF;
    padding-top: 0.3rem;
    padding-left: 0.22rem;
}
.nav-fixed-ul{
    margin-top: 0.3rem;
}
.nav-fixed-head{
    height: 0.55rem;
    padding: 0 0.22rem;
    cursor: pointer;
}
.nav-fixed-li.active .nav-fixed-head{
    background: rgba(255,255,255,0.39);
}
.nav-fixed-head .head-title{
    color: #FFFFFF;
    font-size: 0.14rem;
}
.nav-fixed-head .icon{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.12rem;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.nav-fixed-head .opper{
    width: 0.16rem;
    height: 0.16rem;
    margin-left: auto;
}
.nav-fixed-head.down .opper{
    transform: rotate(180deg);
}

.nav-fixed-child{
    display: none;
}

.nav-fixed-child .child-li{
    height: 0.55rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    color: rgba(255,255,255,0.68);
    font-size: 0.14rem;
    padding-left: 0.54rem;
    cursor: pointer;
}
.child-li.active{
    background: rgba(255,255,255,0.39);
}

.wrapbox{
    margin-left: 5.7rem;
    margin-top: 1.8rem;
    margin-right: 1.8rem;
}
@media screen and (min-width:1023px){
    .phone-child,.navs-phone{
        display: none;
    }
}
@media screen and (max-width:1023px){
    .nav-fixed{
        display: none;
    }
    .navbox{
        padding: 0 0.2rem;
        font-size: 0.2rem;
    }
    .wrapbox{
        margin-left: 0;
        margin-top: 2.6rem;
        margin-right: 0;
    }
    .navs-phone-flex{
        height: 1rem;
        background-color: #004A91;
        color: #FFFFFF;
    }
    .navs-phone-flex{
        flex-wrap: nowrap;
        overflow: auto;
        border-bottom: 1px solid #FFFFFF;
    }
    .navs-phone-item{
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        padding: 0 0.3rem;
        font-size: 0.2rem;
        height: 0.6rem;
        position: relative;
    }
    .navs-phone-item:after{
        content: '';
        display: block;
        width: 1px;
        height: 0.3rem;
        background-color: #FFFFFF;
        right: 0;
        top: 0.18rem;
        position: absolute;
    }
    .navs-phone-item:last-child:after{
        display: none;
    }
    .navs-phone{
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.5rem;
    }
    .navs-phone-item .icon{
        width: 0.2rem;
        height: 0.2rem;
        margin-left: 0.1rem;
        margin-top: 0.06rem;
    }
    .phone-child{
        background-color: #004A91;
        font-size: 0.22rem;
        max-height: 4rem;
        overflow-y: auto;
        display: none;
    }
    .phone-child-item{
        color: #FFFFFF;
        height: 0.8rem;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        padding: 0 0.2rem;
    }
}