/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans SC', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    -webkit-tap-highlight-color: transparent; /* 移动端点击高亮优化 */
}

html {
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto !important;
    -ms-text-size-adjust: 100%; /* IE兼容性 */
    -webkit-text-size-adjust: 100%; /* 移动端文字大小调整 */
    overflow-x: auto; /* 防止水平滚动 */
}

body {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #f5f8ff;
    overflow-x: auto;
    -webkit-font-smoothing: antialiased; /* 文字渲染优化 */
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul, li {
    list-style: none;
}

#c_banner_015_P_705-17364124503270,#c_banner_015_P_705-17364124762450 ,#c_banner_015_P_705-17456404498560,#c_banner_015_P_705-17365790867070,#c_banner_015_P_705-17367444998140,#c_banner_015_P_705-17405540496990 ,#c_banner_015_P_705-17407235589230,#c_banner_015_P_705-17364121902430,#c_banner_015_P_705-17364122367740,#c_banner_015_P_705-17364123271120,#c_banner_015_P_705-17362382302390{
    padding-top: 0 !important;
}


/* 导航菜单样式 */
.header {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1440px;
    height: 64px;
    background-color: #0066FF;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
    /* background-color: red; */
}

.logo {
    width: 108px;
    height: 48px;
}

.logo-link {
    /* width: 100%; */
    height: 100%;
}

.logo-img {
    max-width: 108px !important;
    height: 100%;
    width: auto;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 816px;
    margin: 0 30px;
    display: flex;
    gap: 20px;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 128px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    position: relative;
}


.nav-item:hover {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.nav-item.nvaActive {
    color: #ffffff;
}

.nav-item.nvaActive::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 6px;
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
}

.contact-button {
    width: 240px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
}

.contact-number {
    max-width: 205px !important;
    width: 205px !important;
    height: 26px;
}

.contact-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-right: 8px;
}

.contact-icon {
    max-width: 26px !important;
    width: 26px !important;
    height: 26px !important;
}

.nav-menu .dropdown {
    position: relative;
}

.nav-menu .dropdown-menu {
    position: absolute;
    top: 54px;
    left: -40px;
    min-width: 120px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 12px 8px;
    display: none;
    z-index: 1000;
}

.nav-menu .dropdown:hover .dropdown-menu {
    display: block;
}


.nav-menu .dropdown-menu li {
    margin-bottom: 16px;
    /* padding: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 28px;
    color: #637189;
}

.nav-menu .dropdown-menu li > a {
    color: #637189;
}

.nav-menu .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.nav-menu .dropdown-menu li:hover {
    width: 104px;
    height: 28px;
    background-color: #0066FF;
    color: #fff;
    border-radius: 4px;
}

.nav-menu .dropdown-menu li:hover > a {
    color: #ffffff;
}

.nav-menu .dropdown-menu .submenu {
    width: auto;
    display: block;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s;
    padding: 0 !important;
}

.nav-menu .dropdown-menu .submenu-item:hover {
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


/* 横幅区域 */
.bannerPC {
    width: 100%;
    height: 563px;
    position: relative;
    /* overflow: hidden; */
}

.bannerMobile {
    display: none;
}

.bannerPC::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

.banner-swiper {
    width: 100%;
    height: 563px;
    overflow: visible !important;
}

.banner-slide {
    width: 100%;
    height: 563px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bannerPC .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content {
    /* text-align: center; */
    position: relative;
    position: absolute;
    top: 90px;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    /* padding: 80px 20px 0; */
    opacity: 1; /* 初始设置为不可见 */
    transition: opacity 0.5s ease;
}

/* .banner .banner-slide .home-banner-content{
    padding: 100px 20px 0;
} */

/* 当轮播项激活时显示内容 */
.swiper-slide-active .banner-content {
    opacity: 1;
}

.bannerPC .swiper-slide:not(.swiper-slide-active) .data-info {
    opacity: 0;
    visibility: hidden;
}
.bannerPC .swiper-slide-active .data-info {
    opacity: 1;
    visibility: visible;
}



.banner-title {
    font-size: 60px;
    font-weight: 700;
    color: #333333;
    /* text-align: center; */
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    transform: translateY(20px);
    opacity: 1;
    transition: all 0.8s ease;
}

.banner-title .free {
    font-size: 66px;
}

.banner-subtitle {
    width: 686px;
    font-size: 18px;
    font-weight: 600;
    color: #555555;
    /* text-align: center; */
    position: relative;
    z-index: 2;
    transform: translateY(20px);
    opacity: 1;
    transition: all 0.8s ease;
    /* margin: 0 auto 24px; */
}

.banner-content .contact-btn {
    margin: 40px 0 0 0;
    cursor: pointer;
    justify-content: center;
    width: 136px;
    height: 52px;
    border-radius: 8px;
    opacity: 1;
    background: #0066ff;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.banner-content .contact-btn:hover {
    background-color: #0052cc;
}

.banner-content .server-btn {
    width: 272px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin: 0 auto;
    background: #FFFF00;
    cursor: pointer;
}

/* 数据信息区域 */
.data-info {
    position: absolute;
    bottom: -15px;
    display: flex;
    justify-content: space-around;
    /* gap: 40px; */
    width: 100%;
    max-width: 1440px;
    /* margin: 0 auto; */
    padding: 0 30px;
    z-index: 999;
}

.data-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 100px;
    border-radius: 20px;
    opacity: 1;
    border: 2px solid #ffffff;
    background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%);
    box-shadow: 0 4px 10px 0 #054e9f33;
}

.data-title {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
}

.data-number {
    color: #555555;
    font-size: 14px;
    font-weight: 600;
}


.banner-pagination {
    position: absolute;
    bottom: 30px !important;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 5px;
}

.banner .swiper-pagination-bullet-active {
    background-color: #fff;
}

/* 成交海外客户 */
.tools-section {
    width: 1440px;
    height: 812px;
    /* max-width: 1440px; */
    margin: 0 auto;
    box-sizing: border-box;
    padding: 90px 70px 40px 80px;
    /* background-color: red; */
}

.tools-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.tools-icon {
    margin-right: 16px;
}

.section-title {
    color: #0066ff;
    font-size: 32px;
    font-weight: 600;
    font-family: "PingFang SC";
}

.services-section {
    width: 100%;
    height: 632px;
    background:none !important;
}

.services-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-container-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 560px;
    height: 100%;
}

.container-left-content {
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 152px;
    background: #0066ff05;
}

.container-left-content-isactive {
    background: #0066ff1a;
    border-radius: 32px 0 0 0;
}

/* 左侧服务项的图标仅在选中状态显示 */
.left-content-info .left-content-svg {
    display: none;
}
.container-left-content-isactive .left-content-info .left-content-svg {
    display: block;
}

.left-content-tag {
    width: 40px;
    height: 100%;
    background: #0066ff1a;
}

.tag-isactive {
    background: #0066ff;
    border-radius: 32px 0 0 0;
}

.left-content {
    box-sizing: border-box;
    padding: 36px 40px;
    width: 100%;
    height: 100%;
    /* background-color: red; */
}

.left-content-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.left-content-svg {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}


.left-content-title {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    font-family: "PingFang SC";
}

.title-isactive {
    color: #0066ff;
}

.left-content-desc {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
    text-align: left;
}

.desc-isactive {
    font-size: 14px;
    font-weight: 600;
    font-family: "PingFang SC";
}

.services-container-right-content {
    width: 730px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.services-container-right {
    box-sizing: border-box;
    padding: 67px 80px 60px 160px;
    display: grid;
    grid-template-columns: 177px 177px;
    grid-template-rows: 211px 211px;
    gap: 64px 127px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    pointer-events: none; /* 确保非激活状态的元素不可点击 */
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* 移除默认显示第一个内容的样式，让所有内容都通过active类来控制显示 */

/* 激活状态的右侧内容 */
.services-container-right.active {
    opacity: 1;
    visibility: visible;
    z-index: 2; /* 降低z-index，避免过高导致的层级问题 */
    pointer-events: auto;
}


.container-right-item {
    width: 177px;
    height: 211px;
    /* background: #ccc; */
}

.container-right-item-img {
    max-width: 100%;
    max-height: 177px;
}

.right-item-title {
    margin-top: 11px;
    text-align: center;
    color: #0066ff;
    font-size: 18px;
    font-weight: 600;
    font-family: "PingFang SC";
}


/* 客户案例 */
.customer-section {
    margin: 30px  auto 0 auto;
    box-sizing: border-box;
    padding: 60px 80px;
    width: 1440px;
    /* max-width: 1440px; */
    height: 730px;
    background: #0066ff0a;
}

.customer-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

.customer-header-nva {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-title {
    color: #0066ff;
    font-size: 32px;
    font-weight: 600;
    font-family: "PingFang SC";
}

.customer-icon {
    text-align: center;
    margin-right: 16px;
}

.customer-desc {
    margin-top: 14px;
    color: #0066ff;
    font-size: 14px;
    font-weight: 600;
    font-family: "PingFang SC";
}

/* 客户案例轮播样式 */
.customer-content {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.customer-swiper {
    width: 100%;
    height: 528px;
    padding-bottom: 30px;
}

.customer-slide {
    display: flex;
    gap: 24px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
}

.customer-case {
    background: white;
    border-radius: 8px;
    /* overflow: hidden; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    width: 408px;
    height: 480px;
    display: flex;
    flex-direction: column;
}

/* 整卡片点击：外层链接样式清理 */
.customer-case-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

/* .customer-case:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
} */

.customer-img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* .customer-case:hover .customer-img {
    transform: scale(1.05);
} */

.customer-info {
    padding: 20px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.customer-name {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    font-family: "PingFang SC";

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.customer-desc {
    color: #555555;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
    line-height: 24px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.customer-tags {
    /* display: flex; */
    gap: 10px;
    margin-top: auto;
}

.customer-tag {
    color: #777777;
    font-size: 12px;
    font-weight: 400;
    font-family: "PingFang SC";
}

.customer-tag-item {
    color: #0066ff;
    font-size: 12px;
    font-weight: 400;
    font-family: "PingFang SC";
}

/* 分页器样式 */
.customer-pagination {
    bottom: 0;
}

.customer-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(0, 102, 255, 0.3);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.customer-pagination .swiper-pagination-bullet-active {
    background: #0066ff;
    opacity: 1;
    width: 30px;
    border-radius: 6px;
}

/* 专属方案 */
.get-solution {
    width: 1440px;
    /* max-width: 1440px; */
    height: 240px;
    margin: 0 auto;
    background-image: url('../../images/index/get-solution-bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.get-solution-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.get-solution-info {
    position: absolute;
    top: 72px;
    left: 320px;
}

/* 让整块成为链接点击区域，同时保持原有外观 */
.get-solution-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.get-solution-title {
    color: #0066ff;
    font-size: 48px;
    font-weight: 700;
    font-family: "Alimama ShuHeiTi";
}

.get-solution-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 48px;
    border-radius: 8px;
    opacity: 1;
    background: #0066ff;
}

.get-solution-btn:hover {
    background-color: #0052cc;
}

.btn-text {
    color: #ffffff;
    font-size: 22px;
    margin-right: 12px;
}

.arrow-icon {
    margin-top: 4px;
    width: 16px;
    height: 16px;
}

/* 为什么选择中企跨境  */
.why-choose {
    box-sizing: border-box;
    padding: 20px 0 0 0;
    width: 100%;
    max-width: 1440px;
    height: 588px;
    margin: 0 auto;
    background: #0066ff0a;
}

.why-choose-container {
    width: 100%;
    height: 100%;
}

.why-choose-header {
    margin-top: 35px;
    width: 100%;
}

.why-choose-header-nva {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer-icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

.why-choose-title {
    color: #0066ff;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    font-family: "PingFang SC";
}

.why-choose-content {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
}

.why-choose-item {
    box-sizing: border-box;
    padding: 36px 18px 24px 18px;
    width: 288px;
    height: 408px;
    border-radius: 12px;
    opacity: 1;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 #00000033;
}

.why-choose-item-img {
    width: 100%;
    height: 204px;
}

.why-choose-item-icon {
    width: 100%;
    height: 100%;
}

.why-choose-item-title {
    margin-top: 16px;
    opacity: 1;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    font-family: "PingFang SC";
}

.why-choose-item-desc {
    margin-top: 16px;
    opacity: 1;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
    line-height: 24px;
}

/* 新闻中心 */
.news-center {
    box-sizing: border-box;
    padding: 63px 80px 40px 80px;
    width: 1440px;
    /* max-width: 1440px; */
    height: 693px;
    margin: 0 auto;
    background: #ffffff;
}

.news-center-header {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-center-title {
    opacity: 1;
    color: #0066ff;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    font-family: "PingFang SC";
}

.news-center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.news-content-list {
    width: 400px;
    height: 512px;
    border-radius: 12px;
    opacity: 1;
    background: #ffffff;
    background: #00000000;
    box-shadow: 0 1px 4px 0 #00000033;
}

.news-content-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px 30px 24px 30px;
    width: 400px;
    height: 280px;
    background-image: url('../../images/index/newCenter.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.news-content-list:nth-child(2) > .news-content-item {
    background-image: url('../../images/index/foreign.png');
}

.news-content-list:nth-child(3) > .news-content-item {
    background-image: url('../../images/index/report@2x.png');
}


.news-content-item-title {
    opacity: 1;
    color: #333333;
    font-size: 28px;
    font-weight: 600;
    font-family: "PingFang SC";
}

.news-content-item-desc {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    font-family: "PingFang SC";
}

.view-more {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 32px;
    border-radius: 16px;
    opacity: 1;
    background: #ffffff;
    color: #143373;
    font-size: 14px;
}

.new-list-item {
    box-sizing: border-box;
    padding: 24px;
    width: 100%;
    height: 232px;
}

.new-list-item .item {
    cursor: pointer;
    padding: 0 0 0 16px;
    position: relative;
    margin-bottom: 16px;
    width: 330px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
}

.new-list-item .item:hover {
    color: #0066ff;
}

.new-list-item .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 24px;
    border-radius: 0 4px 4px 0;
    background-color: #0066ff;
}


.new-list-item .item:last-child {
    margin-bottom: 0;
}


/* 持续增长表单 */
.growth-form {
   width: 100%;
   height: 100%;
}

.growth-form-container {
    box-sizing: border-box;
    padding: 40px;
    /* width: 100%; */
    margin: auto;
    width: 1440px;
    height: 486px;
    opacity: 1;
    background-image: url('../../images/index/form-bg@3x.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}


.growth-form-title {
    text-align: center;
}

.growth-form-title-text {
    opacity: 1;
    color: #0066ff;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    font-family: "PingFang SC";
    line-height: 36px;
}

.growth-form-content {
    margin: 32px auto;
    width: 1080px;
    height: 338px;
    /* background: #ccc; */
}

/* 表单样式 */
.growth-form-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 120px;
    width: 100%;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width {
    flex: 1 1 100%;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.form-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    /* 图标占位样式 */
    /* background-color: #e0e0e0; */
    border-radius: 4px;
}

.form-label-text {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="email"]:focus {
    outline: none;
    border-color: #0066ff;
}

.form-group textarea {
    width: 100%;
    height: 80px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    resize: none;
    transition: border-color 0.3s ease;
}

.form-group textarea:focus {
    outline: none;
    border-color: #0066ff;
}

.verification-code {
    display: flex;
    gap: 12px;
    align-items: center;
}

.verification-code input {
    flex: 1;
}

.verification-code > .p_code_refresh:hover {
    cursor: pointer;
}

.code-image {
    width: 42px;
    height: 22px;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0066FF;
    font-weight: 400;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.code-image:hover {
    color: #cccccc;
}

.form-submit {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.submit-btn {
    width: 120px;
    height: 40px;
    border-radius: 8px;
    background-color: #0066ff;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #0052cc;
}

.submit-btn:active {
    background-color: #0040a0;
}

/* 页脚底部 */
.footer {
    margin: 0 auto;
    width:100%;
    min-width: 1440px;
    /*height: 504px;*/
    opacity: 1;
    background: #111827;
}

.footer-content {
    box-sizing: border-box;
    padding: 60px 80px 0 80px;
    width: 1440px;
    height: 100%;
    margin: auto;
}

.footer-content-list {
    display: flex;
    align-items: center;
    width: 100%;
    height: 276px;
}

.footer-list-left {
    width: 248px;
    height: 100%;
    border-right: 1px solid #283649;
}

.footer-list-left-logo {
    display: flex;
    align-items: center;
    width: 208px;
    height: 100%;
    /* text-align: center; */
}

.footer-list-left-logo-icon {
    max-width: 100%;
    max-height: 100%;
}


.footer-list-right {
    width: 100%;
    max-width: 1032px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.footer-list-right-list {
    width: 160px;
    height: 100%;
    /* background: #cccccc; */
}

.footer-list-right-list-title {
    cursor: pointer;
    opacity: 1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-family: "PingFang SC";
}

.footer-list-right-list-ul {
    width: 100%;
    height: 100%;
    margin-top: 24px;
}

.footer-list-right-list-ul-li {
    /*height: 18px;*/
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 16px;
    opacity: 1;
    color: #adbdd9;
    font-size: 14px;
    font-weight: 600;
    font-family: "PingFang SC";
}

.footer-list-right-list-ul-li:last-child {
    margin-bottom: 0;
}

.footer-list-right-list-ul-li-img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.footer-list-right-list-ul-li-QR {
    width: 144px;
    height: 144px;
    margin-top: 6px;
}

.footer-buttom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 40px 0;
    border-top: 1px solid #283649;
    width: 100%;
    height: 128px;
    opacity: 1;
    color: #9ca3af;
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
}

.footer-buttom-left-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 706px;
}

.footer-buttom-left-copyright-agent {
    margin-top: 9px;
}

.footer-buttom-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 216px;
    height: 24px;
}

.footer-buttom-right-privacy, .footer-buttom-right-terms {
    width: 72px;
    text-align: center;
    /* background: #ccc; */
}

.footer-buttom-right-privacy {
    border-right: 1px solid #283649;
}

.footer-buttom-right-terms {
    text-align: center;
}

.mobile-nva {
    display: none;
}

.menu-toggle {
    display: none;
}

.mobile-menu-overlay {
    display: none;
}

.mobile-tools-section {
    display: none;
}

.mobile-get-solution {
    display: none;
}

.mobile-why-choose {
    display: none;
}


.mobile-news-center {
    display: none;
}

.mobile-footer {
    display: none;
}

.mobile-customer-section {
    display: none;
}

/* 侧边栏固定 */
.sidebar-fixed {
    position: fixed;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 1000;
    width: 44px;
    height: 260px;
    /* background: #ccc; */
}

.sidebar-fixed-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}


.sidebar-fixed-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 92px;
    border-radius: 24px;
    opacity: 1;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 #00276333;
    transition: all 0.3s ease;
}

.sidebar-fixed-item:hover .sidebar-fixed-item-text {
    color: #ffffff;
}

.sidebar-fixed-item:hover .sidebar-fixed-item-img-consultation {
    background-image: url('../../images/index/customerWhite@2x.png');
}

.sidebar-fixed-item:hover {
    background-color: #0066FF;
}

.sidebar-fixed-item-img-consultation {
    width: 24px;
    height: 24px;
    background-image: url('../../images/index/customerBlue@2x.png');
    background-size: cover;
}

.sidebar-fixed-item-img-WX {
    width: 24px;
    height: 24px;
    background-image: url('../../images/index/WXBlue@2x.png');
    background-size: cover;
}

.sidebar-fixed-item-text {
    /* display: flex; */
    color: #0066FF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
}

.sidebar-fixed-item-text:hover {
    color: #ffffff;
}


.sidebar-fixed-list {
    margin-top: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 160px;
    border-radius: 24px;
    opacity: 1;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 #00276333;
    transition: all 0.3s ease;
    /* box-sizing: border-box;
    padding: 8px; */
}

.sidebar-fixed-item-info-text {
    color: #0066ff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.sidebar-fixed-item-info, .sidebar-fixed-item-infoTwo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    /* margin-bottom: 16px; */
}

.sidebar-fixed-item-info:last-child {
    margin-bottom: 0;
}

.sidebar-fixed-item-WX {
    position: absolute;
    top: 10px;
    right: 44px;
    width: 135px;
    height: 150px;
    display: none;
    transition: all 0.3s ease;
    /* background: #fff; */
    /* box-shadow: 0px 4px 10px 0px rgba(80, 80, 80, 0.2); */
    border-radius: 3px;
    box-sizing: border-box;
    padding: 12px 15px 8px 11px;
    background-image: url('../../images/index/Group@2x.png');
    background-size: cover;
}


.sidebar-fixed-item-info:hover {
    background-color: #0066FF;
    border-radius: 24px 24px 0 0;
}

.sidebar-fixed-item-info:hover .sidebar-fixed-item-img-WX {
    background-image: url('../../images/index/WXWhite@2x.png');
}

.sidebar-fixed-item-info:hover .sidebar-fixed-item-info-text {
    color: #ffffff;
}

.sidebar-fixed-item-img-telephone {
    width: 24px;
    height: 24px;
    background-image: url('../../images/index/telephoneBlue@2x.png');
    background-size: cover;
}

.sidebar-fixed-item-infoTwo:hover .sidebar-fixed-item-info-text {
    color: #ffffff;
}

.sidebar-fixed-item-infoTwo:hover {
    background-color: #0066FF;
    border-radius: 0 0 24px 24px;
}

.sidebar-fixed-item-infoTwo:hover .sidebar-fixed-item-img-telephone {
    background-image: url('../../images/index/telephoneWhite@2x.png');
}

.sidebar-fixed-item-info:hover .sidebar-fixed-item-WX {
    display: block;
}

.sidebar-fixed-item-WX-icon {
    width: 110px;
    height: 110px;
}

.sidebar-fixed-item-info-wxText {
    text-align: center;
    color: #000000;
    font-size: 10px;
}


.sidebar-fixed-item-phone {
    display: none;
    position: absolute;
    top: 92px;
    right: 44px;
    width: 155px;
    height: 64px;
    background-image: url('../../images/index/GrouTelephone@2x.png');
    background-size: cover;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 12px 12px 6px 11px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    font-size: 28px;
    font-weight: 700;
}

.sidebar-fixed-item-img {
    width: 30px;
    height: 30px;
}

.sidebar-fixed-item-contactUs {
    width: 100%;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 10px;
    font-weight: 300;
}

.sidebar-fixed-item-info-phoneText {
    color: #0065FF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-fixed-item-infoTwo:hover .sidebar-fixed-item-phone {
    display: block;
}

.moblie-fixed {
    display: none;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    /*background-color: white;*/
    z-index: 1000;
}

  .contact-icon-link {
        display: flex !important;
    }

/* ========== 移动端样式 ========== */
/* 大于375px的屏幕：banner保持1440px宽度并居中 */


/* ========== 通用移动端适配（<= 767px）统一使用 375px 布局 ========== */
/* 已移除旧的 <=767px 与 481-767px 特定优化，统一为 375px 样式 */

/* 平板竖屏（768px-1023px）：沿用桌面布局但缩进 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header { height: 64px; }
  .nav-container { padding: 0 40px; }
  .banner-swiper, .banner-slide { height: 520px; }
  .banner-content { top: 120px; left: 50%; transform: translateX(-50%); text-align: left; max-width: 1000px; }
  .data-info { max-width: 1024px; padding: 0 20px; }
  .tools-section, .customer-section, .news-center, .get-solution, .why-choose, .footer { display: block; }
  .mobile-tools-section, .mobile-customer-section, .mobile-news-center, .mobile-get-solution, .mobile-why-choose, .mobile-footer { display: none; }
}



@media screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    body {
        position: relative;
        overflow-x: hidden;
    }

    /* 导航栏移动端样式 */
    .header {
        min-width: 100%;
        height: 56px;
    }

    .nav-container {
        padding: 0 20px;
        position: relative;
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
    }

    .menu-icon {
        display: flex;
        align-content: center;
        justify-content: center;
    }

    /* 覆盖为左右两栏布局容器 */
    .nav-menu {
        position: fixed;
        top: 56px;
        left: -30px;
        width: 100vw;
        /* height: 100%; */
        display: none; /* 左侧纵向列表，右侧使用绝对定位的二级菜单 */
        border-radius: 0 0 12px 12px;
        background: #ffffff;
        box-shadow: 0 4px 10px 0 #0000004d;
        z-index: 1000;
    }


    .nav-item.nvaActive {
        opacity: 1;
        color: #0066ff !important;
        font-size: 14px;
        font-weight: 600;
        font-family: "PingFang SC";
    }

    .nav-item.nvaActive::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        background-color: #ffffff;
        border-radius: 8px 8px 0 0;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-item {
        width: 40vw; /* 左栏宽度（相对） */
        height: 36px;
        justify-content: flex-start;
        padding: 20px 20px;
        color: #555555;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
        position: relative; /* 让下级菜单相对该项对齐 */
        border-right: 1px solid #ccc;
    }

    .nav-item:last-child {
        margin-bottom: 0;
    }

    .nav-item:hover {
        background-color: #e5efff;
        color: #0066FF;
        border-right: 4px solid #0066FF;
    }

    .nav-item:last-child {
        border-bottom: none;
    }

    .nav-item > a {
        /* color: #333333; */
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 二级菜单定位到右侧 231px 区域 */
    .nav-menu .dropdown-menu {
        position: fixed;
        top: 56px; /* 与当前一级菜单顶对齐 */
        left: 40vw; /* 紧贴左栏右侧（相对） */
        width: 60vw; /* 右栏宽度（相对） */
        /* height: 300px; */
        background-color: #ffffff;
        border: none;
        border-radius: 0 !important;
        box-shadow: none;
        margin: 0;
        /* padding: 12px 0; */
        /* display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; */
    }

    /* 交互：悬停或聚焦显示右侧子菜单 */
    /* .nav-menu .dropdown:hover .dropdown-menu,
    .nav-menu .dropdown:focus-within .dropdown-menu {
        display: block;
    } */
    /* 默认显示第一个下拉的子菜单（外贸推广） */
    /* .nav-menu .dropdown:first-of-type .dropdown-menu {
        display: block;
    } */
    .nav-menu .dropdown-menu li {
        /* display: flex;
        align-items: center;
        justify-content: center; */
        width: 104px;
        height: 30px;
        padding: 0 20px;
        color: #637189;
        margin: 0 auto 6px auto
    }

    .nav-menu .dropdown-menu li:last-child {
        margin-bottom: 0;
    }

    .dropdown-menu .submenu {
        display: block;
        width: 100%;
        color: #637189;
        font-size: 14px;
        transition: background-color 0.2s ease;
    }

    .dropdown-menu .submenu:hover {
        background-color: #0066FF;
        color: #ffffff;
        border-radius: 4px;
    }

    .dropdown-menu .submenu:last-child {
        border-bottom: none;
    }

    .contact-btn {
        font-size: 16px;
    }

    .contact-number {
        display: none;
    }

    /* 移动端菜单按钮 */
    .menu-toggle {
        display: block;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    .menu-toggle img {
        width: 100%;
        height: 100%;
    }

    .contact-button {
        width: 26px;
    }

    /* 新的移动端菜单样式 */
    .frostedGlass {
        display: block;
        position: fixed;
        top: 56px;
        left: 0;
        width: 100%;
        height: calc(100% - 56px);
        /* 半透明叠加，便于展示毛玻璃 */
        background-color: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(12px) saturate(120%);
        -webkit-backdrop-filter: blur(12px) saturate(120%);
        z-index: 500; /* 低于导航(1000)与底部(99999) */
        transition: opacity 0.2s ease;
        opacity: 0;
        pointer-events: none; /* 未激活时不拦截点击 */
    }

    .mobile-menu-overlay.menu-toggleActive {
        display: block;
        opacity: 1;
        pointer-events: auto; /* 激活后允许交互以便点击关闭 */
    }

    .mobile-menu-overlay.menu-toggleActive .mobile-menu-container {
        transform: translateY(0);
    }

    .mobile-menu-container {
        width: 100%;
        height: 380px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transform: translateY(-100%);
        transition: transform 0.3s ease;
    }

    .mobile-menu-content {
        display: flex;
        height: 400px;
    }

    .mobile-menu-left {
        width: 40%;
        border-radius: 0 0 12px 0;
        opacity: 1;
        border: 1px solid #edf0fd;
        background: #ffffff;
        box-shadow: 0 0 12px 0 #0049b633;
    }

    .mobile-menu-right {
        width: 60%;
        background-color: #ffffff;
        position: relative;
    }

    .mobile-menu-item {
        padding: 16px 20px;
        cursor: pointer;
        /* border-bottom: 1px solid #e9ecef; */
        transition: all 0.2s ease;
        color: #555555;
        font-size: 14px;
        font-weight: 400;
        font-family: "PingFang SC";
        text-align: center;
    }

    .mobile-menu-item:hover {
        background-color: #e9ecef;
    }

    .mobile-menu-item.active {
        font-size: 14px;
        font-weight: 600;
        color: #0066FF;
        background-color: #e5efff;
        position: relative;
        border-right: 4px solid #0066FF;
    }

    /* .mobile-menu-item.active::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 8px solid #0066FF;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        transform: translateX(100%);
    } */
    .mobile-submenu {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        text-align: center;
    }

    .mobile-submenu.active {
        display: block;
    }

    .mobile-submenu-item {
        /* 使用block实现居中 */
        display: block;
        width: auto;
        min-width: 120px;
        max-width: 200px;
        height: 36px;
        /* padding: 12px 16px; */
        margin: 11px auto;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        color: #555555;
        font-weight: 400;
        cursor: pointer;
        transition: color 0.2s ease;
        /* 添加边框和圆角以更好地显示居中效果 */
        border-radius: 6px;
    }


    .mobile-submenu-item.active {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        border-radius: 8px;
        background-color: #0066FF;
    }

    .mobile-submenu-item:last-child {
        border-bottom: none;
    }

    /* 移动端菜单按钮 */
    .menu-toggle {
        display: block;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    .menu-toggle img {
        width: 100%;
        height: 100%;
    }

    .bannerPC {
        display: none;
    }

    /* 横幅区域移动端样式 */
    .bannerMobile {
        display: block;
        height: 400px;
    }

    .banner-swiper {
        height: 400px;
    }

    .banner-slide {
        height: 400px;
        background-image: url('../../images/index/mobile-banner1@3x.png');
    }

    .banner-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* top: 120px; */
        padding: 0 20px;
        text-align: center;
    }

    .banner-title {
        color: #333333;
        text-align: center !important;
        font-size: 28px;
        font-weight: 600;
        font-family: "PingFang SC";
        margin-bottom: 16px;
    }

    .banner-subtitle {
        color: #555555;
        text-align: center !important;
        font-size: 14px;
        font-weight: 600;
        font-family: "PingFang SC";
        width: 100%;
        margin-bottom: 20px;
    }

    .banner-content .contact-btn {
        width: 120px;
        height: 36px;
        border-radius: 30px;
        opacity: 1;
        background: #0066ff;
        font-size: 18px;
        margin: 0 auto;
    }

    .btnMoblie {
        margin-top: 30px !important;
    }

    /* 数据信息区域移动端样式 */
    .data-info {
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 6px;
        /* padding: 20px; */
        margin-top: 20px;
    }

    .data-item {
        width: 114px;
        height: 110px;
        border-radius: 12px;
    }

    .data-title {
        color: #0066ff;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        font-family: "PingFang SC";
    }

    .data-number {
        color: #555555;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        font-family: "PingFang SC";
    }


    .tools-section {
        display: none;
    }

    .mobile-tools-section {
        display: block;
        margin-top: 30px;
        width: 100%;
        height: 100%;
        min-height: 600px;
        background: #f1f8ff;
        box-sizing: border-box;
        padding: 0 18px;
    }

    .mobile-tools-content {
        box-sizing: border-box;
        padding: 30px 0 0 0;
        width: 100%;
        height: 100%;
    }

    .mobile-tools-header {
        display: flex;
        justify-content: center;
        /* align-items: center; */
        /* gap: 12px; */
    }

    .mobile-tools-icon {
        margin-right: 6px;
        width: 30px;
        height: 30px;
    }

    .mobile-tools-title {
        color: #0066ff;
        font-size: 17px;
        font-weight: 600;
        font-family: "PingFang SC";
    }

    .mobile-tools-info {
        margin: 18px 0 0 0;
        width: 100%;
        height: 100%;
    }

    .mobile-tools-item {
        width: 100%;
        height: auto;
        margin: auto;
        border-radius: 18px;
        opacity: 1;
        background: #ffffff;
        box-shadow: 0 2px 12px 0 #0041a24d;
        margin-bottom: 18px;
    }

    .mobile-tools-item-top {
        box-sizing: border-box;
        padding: 18px 28px 15px 28px;
        width: 100%;
        height: 162px;
        border-radius: 18px 18px 0 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px 11px;
        align-content: start;
    }

    .mobile-tools-item-info {
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        justify-content: stretch;
        width: 144px;
        height: 54px;
        /* background: #ccc; */
    }

    .mobile-tools-item-icon {
        width: 54px;
        height: 54px;
        margin-right: 8px;
    }

    .mobile-tools-item-title {
        color: #0066ff;
        font-size: 11px;
        font-weight: 600;
    }

    .mobile-tools-item-bottom {
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 24px 18px;
        background: #e5efff;
    }

    .mobile-tools-item-svg {
        width: 42px;
        height: 42px;
        margin-right: 12px;
    }

    .mobile-tools-bottom-title-info {
        color: #333333;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
        font-family: "PingFang SC";
    }

    .mobile-tools-bottom-title-desc {
        color: #333333;
        font-size: 11px;
        font-weight: 400;
        font-family: "PingFang SC";
    }

    /* 客户案例移动端样式 */
    .mobile-customer-section {
        display: block;
        width: 100%;
        height: 516px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .customer-section {
        display: none;
    }

    .mobile-customer-desc-container {
        margin-top: 6px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #0066ff;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
    }

    /* 轮播容器样式 */
    .mobile-customer-carousel-container {
        position: relative;
        width: 100%;
        height: 380px;
        margin-top: 20px;
        perspective: 1000px;
    }

    .mobile-customer-carousel {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 卡片基础样式 */
    .mobile-customer-slide {
        position: absolute;
        width: 282px;
        height: 360px;
        transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        cursor: pointer;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        transform-style: preserve-3d;
    }

    /* 当前激活卡片 */
    .mobile-customer-slide.active {
        z-index: 10;
        transform: translateX(0) scale(1) rotateY(0deg);
        opacity: 1;
    }

    /* 左侧卡片 */
    .mobile-customer-slide.prev {
        z-index: 5;
        transform: translateX(-120px) scale(0.85) rotateY(15deg);
        opacity: 0.7;
    }

    /* 右侧卡片 */
    .mobile-customer-slide.next {
        z-index: 5;
        transform: translateX(120px) scale(0.85) rotateY(-15deg);
        opacity: 0.7;
    }

    /* 隐藏的卡片 */
    .mobile-customer-slide.hidden {
        z-index: 1;
        transform: translateX(0) scale(0.7);
        opacity: 0;
    }

    /* 卡片内容样式 */
    .mobile-customer-case {
        width: 100%;
        height: 360px;
        background: #ffffff;
        border-radius: 12px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    /* 移动端整卡片点击链接样式，确保链接覆盖整个卡片 */
    .mobile-customer-link {
        display: block;
        width: 100%;
        text-decoration: none;
        color: inherit;
    }

    .mobile-customer-img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .mobile-customer-slide:hover .mobile-customer-img {
        transform: scale(1.05);
    }

    .mobile-customer-info {
        width: 100%;
        height: 180px;
        padding: 16px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mobile-customer-name {
        font-size: 16px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 8px;
        line-height: 1.3;
    }

    .mobile-customer-desc {
        font-size: 12px;
        color: #0066FF;
        line-height: 1.4;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-customer-tags {
        font-size: 12px;
        color: #777777;
        font-weight: 400;
    }

    .mobile-customer-tag:last-child {
        margin-top: 6px;
    }

    .mobile-customer-tag-desc {
        color: #0066FF;
    }

    /* 分页器样式 */
    .mobile-customer-pagination {
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 8px;
        z-index: 20;
    }

    .pagination-dot {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(0, 102, 255, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .pagination-dot.dotActive {
        width: 12px;
        height: 6px;
        border-radius: 3px;
        background: #0066FF;
        transform: scale(1.2);
    }

    .pagination-dot:hover {
        background: #0066FF;
        opacity: 0.7;
    }

    /* 响应式调整 */
    @media (max-width: 360px) {
        .mobile-customer-slide {
            width: 260px;
            height: 300px;
        }

        .mobile-customer-slide.prev {
            transform: translateX(-100px) scale(0.8) rotateY(15deg);
        }

        .mobile-customer-slide.next {
            transform: translateX(100px) scale(0.8) rotateY(-15deg);
        }
    }

    /* 获取专属方案移动端样式 */
    .mobile-get-solution {
        margin-top: 12px;
        display: block;
        width: 100%;
        height: 150px;
        background-image: url('../../images/index/mobile-get-solution-bg@3x.png');
        background-size: 100% 150px;
        background-position: center;
        background-repeat: no-repeat;
    }

    /* 让移动端整块成为链接点击区域，同时保持原有外观 */
    .mobile-get-solution-link {
        display: block;
        width: 100%;
        height: 100%;
        color: inherit;
        text-decoration: none;
    }

    .get-solution {
        display: none;
    }

    .mobile-get-solution-content {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 37px 0 40px 34px;
    }

    .mobile-get-solution-title {
        font-size: 22px;
        font-weight: bold; /* 加粗字体 */
        color: #ffffff; /* 文字颜色为白色 */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* 文字阴影，营造立体感（水平偏移、垂直偏移、模糊度、阴影颜色） */
    }

    .mobile-get-solution-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        width: 102px;
        height: 30px;
        border-radius: 8px;
        opacity: 1;
        background: #ffffff;
        color: #0066ff;
        font-size: 14px;
        font-weight: 600;
    }

    .mobile-get-solution-btn-text {
        margin-right: 6px;
    }

    .mobile-arrow-icon {
        width: 12px;
        height: 12px;
    }

    /* 为什么选择中企跨境移动端样式 */
    .why-choose {
        display: none;
    }

    .mobile-why-choose {
        display: block;
        box-sizing: border-box;
        padding: 40px 18px 0 18px;
        width: 100%;
        height: auto;
        /* background: red; */
    }

    .mobile-why-choose-content {
        margin-top: 18px;
        width: 100%;
        height: 100%;
    }

    .mobile-why-choose-item, .mobile-why-choose-item-info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
        width: 100%;
        height: 192px;
        border-radius: 12px;
        opacity: 1;
        background: #ffffff;
        box-shadow: 0 1px 4px 0 #00000033;
    }

    .mobile-why-choose-item:last-child {
        margin-bottom: 0;
    }

    .mobile-why-choose-item-img {
        width: 192px;
        height: 192px;
    }

    .mobile-why-choose-item-icon {
        width: 100%;
        height: 100%;
    }

    .mobile-why-choose-item-content {
        width: calc(100% - 192px);
        height: 100%;
        box-sizing: border-box;
        padding: 30px 18px 0 12px;
    }

    .mobile-why-choose-item-title {
        color: #333333;
        font-size: 14px;
        font-weight: 600;
        font-family: "PingFang SC";
    }

    .mobile-why-choose-item-desc {
        margin-top: 12px;
        opacity: 1;
        color: #555555;
        font-size: 12px;
        font-weight: 400;
        font-family: "PingFang SC";
        line-height: 18px;
    }

    .mobile-why-choose-item-info-content {
        width: calc(100% - 192px);
        height: 100%;
        box-sizing: border-box;
        padding: 30px 18px 0 12px;
    }

    .mobile-why-choose-item-info-img {
        width: 192px;
        height: 192px;
    }

    /* 新闻中心移动端样式 */
    .news-center {
        display: none;
    }

    .mobile-news-center {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 24px 18px;
        background: #ffffff;
    }

    .mobile-news-center-content {
        margin-top: 18px;
        width: 100%;
        height: 100%;
        /* background-color: red; */
    }


    .mobile-news-center-content-list {
        margin-bottom: 18px;
        width: 100%;
        height: 412px;
        border-radius: 12px;
        opacity: 1;
        background: #f5f8ff;
        box-shadow: 0 1px 4px 0 #00000033;
    }

    .mobile-news-center-content-list-top {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 42px 30px 30px 30px;
        width: auto;
        height: 180px;
        background-image: url('../../images/index/mobile-news@3x.png');
        background-size: 100% 180px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .mobile-news-center-content-list:nth-child(2) > .mobile-news-center-content-list-top {
        background-image: url('../../images/index/mobile-tradetools@3x.png');
    }

    .mobile-news-center-content-list:nth-child(3) > .mobile-news-center-content-list-top {
        background-image: url('../../images/index/mobile-report@3x.png');
    }

    .mobile-news-center-title-text {
        color: #333333;
        font-size: 18px;
        font-weight: 600;
        font-family: "PingFang SC";
    }

    .mobile-news-center-title-desc {
        color: #333333;
        font-size: 12px;
        font-weight: 600;
        font-family: "PingFang SC";
    }

    .mobile-news-center-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 30px;
        border-radius: 16px;
        opacity: 1;
        background: #ffffff;
        color: #0066ff;
        font-size: 12px;
        font-weight: 600;
    }

    .mobile-news-center-content-list-bottom-item-title {
        box-sizing: border-box;
        padding: 0 0 0 12px;
        position: relative;
        opacity: 1;
        color: #555555;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        height: 24px;
        margin-bottom: 16px;
        overflow: hidden;
        /* 超出宽度显示省略号 */
        text-overflow: ellipsis;
        /* 强制不换行 */
        white-space: nowrap;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .mobile-news-center-content-list-bottom-item-title:hover {
        color: #0066FF;
    }

    .mobile-news-center-content-list-bottom-item-title:active,
    .mobile-news-center-content-list-bottom-item-title.clicked {
        color: #0066FF;
    }


    .mobile-news-center-content-list-bottom-item-title::after {
        position: absolute;
        top: 2px;
        left: 0;
        content: '';
        display: block;
        width: 4px;
        height: 20px;
        border-radius: 0 4px 4px 0;
        background: #0066ff;
    }


    .mobile-news-center-content-list-bottom-item-title:last-child {
        margin-bottom: 0;
    }

    /* .mobile-news-center-img {
        width: 100%;
        height: 100%;
        border-radius: 12px 12px 0 0;
    } */
    .mobile-news-center-content-list-bottom {
        width: 100%;
        height: calc(100% - 180px);
        box-sizing: border-box;
        padding: 24px 18px;
    }

    /* 持续增长表单移动端样式 */    
    .growth-form {
        height: auto;
        padding: 30px 20px 0 20px;
        /* background-image: url('../../images/index/mobile-form-bg@3x.png') !important;
        background-size: cover; */
    }

    .growth-form-container {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 0;
        background-image: url('../../images/index/mobile-form-bg@3x.png') !important;
        background-size: cover;
    }

    .growth-form-container {
        background-image: none;
    }

    .growth-form-title-text {
        color: #0066FF;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        font-family: "PingFang SC";
    }

    .growth-form-content {
        width: 100%;
        height: auto;
        margin: 30px auto;
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
    }

    .form-group {
        width: 100%;
    }

    .form-label-text {
        font-size: 13px;
    }

    .verification-code {
        display: flex;
    }

    .code-image {
        display: none;
        width: 100%;
        height: 40px;
        justify-content: center;
    }

    .submit-btn {
        width: 100px;
        height: 36px;
        font-size: 14px;
    }

    .p_code_refresh {
        display: none;
    }

    /* 页脚移动端样式 */
    .footer {
        display: none;
    }

    .mobile-footer {
        box-sizing: border-box;
        padding: 42px 48px 48px 48px;
        display: block;
        width: 100%;
        height: 890px;
        opacity: 1;
        background: #111827;
    }

    .mobile-footer-logo {
        width: 140px;
        height: 60px;
    }

    .mobile-footer-list {
        margin-top: 30px;
        width: auto;
        height: 300px;
    }

    .mobile-footer-list-item {
        margin-bottom: 30px;
    }

    .footer-list-right-list-title {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        font-family: "PingFang SC";
    }

    .footer-list-right-list-ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 18px 16px;
        width: 100%;
        height: auto;
        margin-top: 24px;
    }

    .footer-list-right-list-ul-li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
        margin-bottom: 0;
        opacity: 1;
        color: #adbdd9;
        font-size: 12px;
        font-weight: 400;
        font-family: "PingFang SC";
    }

    .footer-list-right-list-ul-li-img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }

    .mobile-footer-list-item-info {
        display: flex;
        align-items: center;
        /* width: 120px; */
        height: 18px;
        margin-top: 48px;
        /* background: r; */
    }

    .mobile-footer-list-item-info-title {
        width: 65px;
        height: 100%;
        color: #9ca3af;
        font-size: 12px;
        font-weight: 400;
        font-family: "PingFang SC";
        line-height: 16px;
    }

    .mobile-footer-list-item-info-copyright {
        margin-top: 24px;
        color: #9ca3af;
        text-align: justify;
        font-size: 11px;
        font-weight: 400;
        font-family: "PingFang SC";
        line-height: 24px;
    }

    .sidebar-fixed {
        display: none;
    }

    .moblie-fixed {
        display: block;
        border-radius: 6px 6px 0 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: #0066ff;
        z-index: 999999;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
    }


    .moblie-fixed-item-box {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .moblie-fixed-item {
        width: 33.33%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px 6px 0 0;
        opacity: 1;
        border: 1px solid #ffffff14;
        background: linear-gradient(90deg, #1774ff 0%, #0066ff 100%);
        box-shadow: 0 4px 10px 0 #0027634d;
    }

    .moblie-fixed-item-link {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .moblie-fixed-item-img {
        margin-right: 6px;
        width: 24px;
        height: 24px;
    }

    .moblie-fixed-item-text {
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
    }

    .moblie-fixed-item-wx {
        display: none;
        width: 188px;
        height: 220px;
        position: absolute;
        top: -736%;;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFF;
        width: 50vw;
        margin: auto;
        border-radius: 6px;
    }

    .moblie-fixed-item-wx-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 4px 4px 4px 8px;
        width: 100%;
        height: 30px;
        color: #333;
        background-color: #f8f8f8;
        font-size: 12px;
        /* border-radius: 1vw 1vw 0 0; */
        border-bottom: 1px solid #eee;
    }

    .moblie-fixed-item-wx-img {
        width: 100%;
        height: calc(100% - 30px);
        padding: 10px;
    }

    .moblie-menu {
        display: block;
    }

       .fixedActive {
       display: block;
   }
}
