.mobile .main .nav-title {
    width: 100%;
    height: 46px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    display: none;
}

.mobile .main .nav-title h3 {
    margin: 0;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: 600;
    line-height: 23.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}