.header-mobile {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 48px;
    z-index: 11;
    transition: background 0.3s cubic-bezier(1, 0.01, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0.01, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0.01, 0, 1), background 0.3s cubic-bezier(1, 0.01, 0, 1);
    transition: transform 0.6s cubic-bezier(1, 0.01, 0, 1), background 0.3s cubic-bezier(1, 0.01, 0, 1), -webkit-transform 0.6s cubic-bezier(1, 0.01, 0, 1);
    /* background: linear-gradient( 180deg, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0) 100%); */
}

.header-boby {}

.header-boby>img {
    width: 102px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#header-mobile-btn>img {
    width: 5.87vw;
    height: auto;
    margin: 3.73vw 0 0 3.46vw;
}

.header-mobile-ul {
    width: 76.8vw;
    /* height: 100vh; */
    background-color: #F7F9FC;
    position: fixed;
    top: 0;
    left: -76.8vw;
    bottom: 0;
    zoom: 2.2;
}

.header-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    display: none;
}

.header-mobile-ul>li {
    margin: 3.73vw 0 0 3.46vw;
    height: 60px;
    line-height: 60px;
    width: 70.13vw;
    margin: 0 auto;
    border-bottom: 1px solid #DFDFDF;
    font-size: 18px;
    overflow: hidden;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #011128;
}

.header-mobile-ul>li>a{
    display: flex!important;
}

.header-mobile-ul div>img {
    width: 3.87vw;
    height: auto;
    margin: 2vw 0 0 3vw;
}

.swiperDiv {
    width: 8px;
    position: absolute;
    top: 81px;
    left: -4px;
    height: 18px;
    background-color: #00CB98;
    border-radius: 8px;
}

.header-mobile-ul li>img {
    height: 4.27vw;
    width: auto;
    float: right;
    margin-top: calc(30px - 2.23vw);
    margin-right: 200px
}

.nav-title{
    font-size: 20px;
}

.header-mobile-ul li>p {
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #666;
    font-family: PingFangSC-Regular, PingFang SC;
}
.header-mobile-ul li>p>a{
    display: flex;!important;
}

.float-down-mobile {
    transform: translate(0%, -100%);
}

.float-up-mobile {
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    color: #333333 !important;
}