header{
    position: relative;
    width: 100%;
    height: .44rem;
    background: #0098EC;
    opacity: 0.95;
}
.nav-more{
    display: inline-block;
    width: .16rem;
    height: .14rem;
    position: absolute;
    left: .15rem;
    top: .15rem;
}
.nav-logo{
    display: inline-block;
    width: .36rem;
    height: .36rem;
    position: absolute;
    left: 50%;
    top: .04rem;
    transform: translateX(-50%);
}
.nav-collapse{
    display: none;
    position: absolute;
    left: 0;
    top: .44rem;
    width: 100%;
    border-top: none;
    z-index: 3;
    transform: translate3d(0, 0, 0);
    background: #f8f8f8;
}
.nav-collapse>div{
    display: block;
    position: relative;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #3a93d6;
    border-left: none;
    border-right: none;
    text-align: center;
    box-sizing: border-box;
    background: #1B85D5;
}
.nav-collapse>div>a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-decoration: none;
}
.navselect>a{
    opacity: .6;
}

.bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .12rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    height: .3rem;
    text-decoration: none;
    background: #010101;
}
