/* V10.1 Patch 25：移动端侧滑导航 Logo */
@media(max-width:992px){
    #mobileMenu .mobile-menu-header{
        min-height:78px;
        padding:13px 17px;
        background:#fff;
        border-bottom:1px solid #eceef1;
    }

    #mobileMenu .mobile-menu-brand{
        display:flex;
        align-items:center;
        gap:10px;
        min-width:0;
        max-width:calc(100% - 44px);
        color:#22272c;
        text-decoration:none;
    }

    #mobileMenu .mobile-menu-brand img{
        display:block;
        flex:0 0 auto;
        width:auto;
        max-width:128px;
        height:38px;
        object-fit:contain;
    }

    #mobileMenu .mobile-menu-brand-copy{
        display:flex;
        flex-direction:column;
        min-width:0;
    }

    #mobileMenu .mobile-menu-brand-copy strong{
        overflow:hidden;
        color:#22272c;
        font-size:17px;
        font-weight:750;
        line-height:1.25;
        white-space:nowrap;
        text-overflow:ellipsis;
    }

    #mobileMenu .mobile-menu-brand-copy small{
        display:block;
        max-width:190px;
        margin-top:3px;
        overflow:hidden;
        color:#8b9299;
        font-size:10px;
        line-height:1.25;
        white-space:nowrap;
        text-overflow:ellipsis;
    }

    #mobileMenu .mobile-menu-header .btn-close{
        flex:0 0 auto;
        margin-left:auto;
    }
}

@media(max-width:420px){
    #mobileMenu .mobile-menu-header{
        min-height:70px;
        padding:12px 14px;
    }

    #mobileMenu .mobile-menu-brand img{
        max-width:105px;
        height:32px;
    }

    #mobileMenu .mobile-menu-brand-copy strong{
        font-size:15px;
    }

    #mobileMenu .mobile-menu-brand-copy small{
        max-width:140px;
        font-size:9px;
    }
}
