/* 移动端导航样式 */
@media (min-width:1025px) {
    .mobile-nav-wrapper {
        display: none;
    }
}

@media (max-width: 1025px) {
    .mobile-nav-wrapper {
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .mobile-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;  
        justify-content: space-between;
        width: 24px;
        height: 16px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .mobile-menu-toggle span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #042040;
        border-radius: 2px;
    }

    .mobile-logo img {
        height: 20px;
    }

    .mobile-header-actions {
        display: flex;
        align-items: center;
    }

    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 999;
        overflow-y: auto;
    }

    .mobile-menu-content {
        padding: 24px 16px;
        padding-top: 0px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
        height: 66px;
        border-bottom: 1px solid #EBEDF3FF;
    }

    .mobile-menu-logo img {
        height: 20px;
    }

    .mobile-menu-close {
        background: none;
        border: none;
        color: #042040;
        font-size: 36px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu-items {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-item {
        margin-bottom: 0px;
        position: relative;
    }

    .mobile-menu-link {
        color: #042040;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        display: block;
        padding: 16px 0;
        display: flex;
        align-items: center;
    }
    .mobile-submenu-toggle {
        background: none;
        border: none;
        width: 20px;
        height: 20px;
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .arrow-icon {
        transition: transform 0.3s ease;
    }

    .arrow-icon.rotated {
        transform: rotate(180deg);
    }
    .mobile-submenu {
        list-style: none;
        padding: 0 0 0 0px;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius:8px;
    }

    .mobile-submenu li {
        margin: 0;
    }

    .mobile-submenu a {
        width: 100%;
        height: 78px;
        color: #042040;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        display: flex;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        align-items: center;
    }
    .mobile-submenu li:last-child a {
        border-bottom: none;
    }
    .mobile-auth-buttons {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-top:20px;
        border-top: 1px solid #EBEDF3FF;
    }

    .mobile-btn {
        display: block;
        width: 100%;
        text-align: center;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        font-size: 18px;
        line-height: 42px;
    }

    .mobile-btn-outline {
        border: 1px solid #ddd;
        color: #000;
        background: #fff;
        font-weight: 400;
        height: 42px;
    }

    .mobile-btn-primary {
        background-color: #4088FFFF;
        color: #fff;
        border: 1px solid #4088FFFF;
        height: 42px;
    }

    .mobile_hidden {
        display: none;
    } 
    .moblieWidth{
        width: 100%;
        flex: auto;
    }
    .moblieHeight {
        height: 100% !important;
    }
    .right-fixed-block{
        right: 20px;
    }
    .mobile-menu-flex{
        display: flex;
        align-items: center;
    }
        .mobile-justify-flex {
            display: flex;
            justify-content: center;
            margin-left: 0;
        }
    .pricingRight{
        margin-right:12px;
        display: flex;
        align-items: center;
    }
    .block{
        display: block;
    }
    .moblieTop{
        margin-top: 20px;
    }
    .moblieMarginLeft{
        margin: 0px !important;
    }
    .moblieMarginLR{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .moblieMinWdith{
        min-width: calc(100% + 8px) !important;
    }
    .mblieCenter{
        width: 100%;
        text-align: center;
    }
    .mobileText{
        color: #55687DFF;
        font-size: 14px;
        font-weight: 400;
    }
    .moblieNone{
        display: none;
    }
    .moblieBlock {
        display: block;
    }
    .mobildPadding{
        padding-left: 16px;
        padding-right: 16px;
    }
    .mobildPy {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .moblietryHeight{  
        height:400px;
    }
    .mobileBottom{
        margin-bottom: 20px;
    }
    .layoutTopPading{
        padding-top: 0px!important;
    }
    .moblieBtnWidth{
        width: 211px;
        padding: 0px !important;
        margin: 0px !important;
        line-height: 50px !important;
        margin-bottom: 10px !important;
    }
    .moblieBorderLefrt{
        border-left: 1px solid #DFE6F3FF !important;
    }
    .payTopPading{
        padding-top: 20px !important;
    }
    .checkTopPading {
       padding-top: 45px !important;
    }
    .payTopPadingBottom {
        padding-bottom: 20px !important;
    }
    .right-fixed-block{
        display: none;
    }
    .helpoverflow{
        overflow: scroll;
    }
   .continent-list {
       padding: 0 12px !important;
   }

   .area-list .area-item {
       width: 48%;
   }

   .mobileInputW {
       width: 200px !important;
   }

   .flex-shrink-0 {
       flex-shrink: 0;
   }

   .modileselectedW {
       width: 100px;
   }
   .modileFlex {
       flex-wrap: wrap;
   }
}