/* 移动端导航样式 */
@media (min-width:1025px) {
    .mobile-nav-wrapper {
        display: none;
    }
}

@media (max-width: 1025px) {
    .activity_left{
        width: 240px !important;
        height: 103px !important;
    }
    .mobile-nav-wrapper {
        width: 100%;
        display: block;
        position: fixed;
        top: 48px;
        left: 0;
        z-index: 9999999;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    .home-title{
        line-height: 40px;
    }
    .banner_left, .banner_right{
        width: 100px;
    }
    .banner-wrap{
        height: 650px;
    }
    .zh-banner-bottom{
        margin-top: 20px !important;
    }
    .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;
   }

   /* 联系我们页面移动端适配 */
   .tell-us-header {
       height: 300px !important;
       background-size: cover !important;
       background-position: center !important;
   }

   .tell-us-title {
       font-size: 36px !important;
       width: 280px !important;
       margin-bottom: 20px !important;
   }

   .tell-us-subtitle {
       font-size: 16px !important;
       padding: 0 20px !important;
       text-align: center !important;
   }

   .tell-us-content {
       width: 100% !important;
       margin: 0 16px !important;
       height: auto !important;
       flex-direction: column !important;
       box-shadow: rgba(209, 209, 209, 0.3) 0px 2px 8px 0px !important;
   }

   .tell-us-left {
       width: 100% !important;
       padding: 40px 20px !important;
       border-bottom: 1px solid #DFE6F3 !important;
   }

   .tell-us-right {
       width: 100% !important;
       padding: 40px 20px !important;
   }

   .support-channels-title {
       font-size: 18px !important;
       margin-bottom: 16px !important;
   }

   .support-channel-item {
       margin-bottom: 16px !important;
       font-size: 14px !important;
   }

   .support-channel-item img {
       width: 20px !important;
       height: 20px !important;
       margin-right: 8px !important;
   }

   .follow-us-title {
       font-size: 18px !important;
       margin-bottom: 16px !important;
   }

   .follow-us-links {
       flex-wrap: wrap !important;
       gap: 16px !important;
   }

   .follow-us-link {
       margin-right: 0 !important;
       margin-bottom: 12px !important;
       font-size: 14px !important;
   }

   .follow-us-link img {
       width: 20px !important;
       height: 20px !important;
       margin-right: 6px !important;
   }

   .contact-form-title {
       font-size: 18px !important;
       margin-bottom: 16px !important;
   }

   .contact-form {
       width: 100% !important;
   }


   .input-wrap label {
       font-size: 14px !important;
       margin-bottom: 8px !important;
   }

   .input-wrap input {
       width: 100% !important;
       font-size: 14px !important;
       border-radius: 6px !important;
   }

   .contact-submit-btn {
       width: 100% !important;
       height: 48px !important;
       font-size: 16px !important;
       margin-top: 20px !important;
   }

   /* 页脚移动端适配 */
   .footer-content {
       flex-direction: column !important;
       gap: 24px !important;
   }

   .footer-section {
       width: 100% !important;
   }

   .footer-section-title {
       font-size: 16px !important;
       margin-bottom: 12px !important;
   }

   .footer-section li {
       margin-bottom: 8px !important;
   }

   .footer-section a {
       font-size: 14px !important;
   }

   .footer-bottom {
       flex-direction: column !important;
       gap: 16px !important;
       text-align: center !important;
   }

   .footer-links {
       flex-wrap: wrap !important;
       justify-content: center !important;
   }

   .footer-social {
       justify-content: center !important;
   }

   .footer-copyright {
       font-size: 12px !important;
       line-height: 1.4 !important;
   }

   /* tip-item 移动端背景位置设置 */
   .tip-item {
       background-position: -910px !important;
   }

   /* 表单验证提示样式 */
   .email-tip,
   .name-tip,
   .message-tip {
       display: none;
       color: #ef4444;
       font-size: 11px;
       margin-top: 2px;
       line-height: 1.4;
   }

   /* 输入框错误状态 */
   .email_col.error input,
   .name_col.error input,
   .message_col.error input {
       border-color: #ef4444 !important;
       box-shadow: 0 0 0 1px #ef4444 !important;
       background-color: #ffe9e8 !important;
   }

   /* 输入框错误状态悬停效果 */
   .email_col.error input:hover,
   .name_col.error input:hover,
   .message_col.error input:hover {
       background-color: #ffc9c9 !important;
   }
}