/* ============================================================
   FDD致诚律师跨境法律服务落地页 — PC 端样式
   主色：红 #CD2316 / 深红 #B71C1C / 米色 #FFF3E0 / 深红表单 #4A0000
   ============================================================ */

/* ---------- 通用变量与基础 ---------- */
:root {
    --zc-red: #CD2316;
    --zc-red-dark: #B71C1C;
    --zc-red-deep: #4A0000;
    --zc-cream: #FFF3E0;
    --zc-text: #333333;
    --zc-text-light: #666666;
    --zc-bg-gray: #F7F7F8;
}

.zc-page { font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif; color: var(--zc-text); background: var(--zc-bg-gray); }
.zc-page .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ---------- 通用按钮 ---------- */
.zc-btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px; padding: 0 28px; height: 48px; line-height: 48px;
    font-size: 16px; font-weight: 600; border-radius: 4px;
    cursor: pointer; border: none; transition: all .25s ease;
    text-decoration: none; white-space: nowrap;
}
.zc-btn-primary { background: var(--zc-red); color: #fff; }
.zc-btn-primary:hover { background: var(--zc-red-dark); }
.zc-btn-outline { background: #D90505;
    box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
    border-radius: 24px; color: #fff;  padding-right: 5px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
}
.zc-btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.5); height: 40px; line-height: 40px; padding: 0 20px; font-size: 14px; }
.zc-btn-ghost:hover { background: rgba(255,255,255,.15); }
.zc-btn-text { background: none; color: var(--zc-red); padding: 0; height: auto; line-height: 1.6; font-size: 14px; }
.zc-btn-text:hover { opacity: .75; }
.zc-btn .global-iconfont { font-style: normal; }

/* ---------- 区块通用 ---------- */
.zc-section { padding: 50px 0 0; }
.zc-section-head { text-align: center; margin-bottom: 30px; }
.zc-section-title { font-size: 30px; font-weight: 700; color: #2E2C39; margin: 0 0 12px; line-height: 34px;  margin: 0 auto;}
.zc-section-desc { font-size: 16px; color: #2E2C39; margin: 0; max-width: 1200px; margin: 0 auto; line-height: 16px; margin-top: 15px;}
.zc-section-head-light .zc-section-title,
.zc-section-head-light .zc-section-desc { color: #fff; }
.zc-feature-icon-container { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 12px; overflow: hidden; background: #FDEDED; display: flex; align-items: center; justify-content: center;}

/* ============================================================
   Hero 区
   ============================================================ */
.zc-hero {
    position: relative; padding: 120px 0 90px;
    background-size: cover; background-position: center;
    background-color: var(--zc-red-deep);
    color: #fff;
    height: 600px;
}
.zc-hero .container { position: relative; z-index: 1; }
.zc-hero-content { position: relative; z-index: 1; max-width: 1100px; margin-top: 109px; }
.zc-hero-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.zc-hero-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.zc-hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.zc-hero-title { font-size: 38px;
    color: #122503;
    letter-spacing: 0;
    text-align: left;
    font-weight: 700; }
.zc-hero-sub { font-size: 26px;
    color: #122503;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 22px;
    font-weight: 700; }
.zc-hero-partner { font-size: 16px;
    color: #122503;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 700; }
.zc-hero-partner::before {
    content: ''; 
    position: absolute;
    width: 4px; height: 20px;
    background: #D90505;
    border-radius: 2.5px;
}
.zc-hero-partner-title {
    margin-left: 12px;
}
.zc-hero-partner-desc { font-size: 15px;
    color: #122503;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    font-weight: 400; margin: 0 0 32px; }
.icon-arrow-right { width: 38px; height: 38px; border-radius: 50%;  background: #fff; text-align: center; line-height: 38px; margin-left: 10px; }

/* 第二张 banner 专属样式 */
.zc-hero-title-red { color: #D90505; }
.zc-hero-features-box {
    background: rgba(248, 220, 220, 0.6);
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 28px;
    max-width: 580px;
}
.zc-hero-features-box p {
    font-size: 15px;
    color: #122503;
    line-height: 1.8;
    margin: 0;
}
.zc-btn-consult-buy {
    background: #D90505;
    color: #fff;
    border-radius: 30px;
    padding: 0 3px 0 32px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: background .25s ease;
}
.zc-btn-consult-buy:hover { background: #B71C1C; }
.zc-btn-consult-buy .icon-arrow-right {
    background: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}
.zc-btn-consult-buy .icon-arrow-right svg { width: 18px; height: 18px; }


/* ============================================================
   合作优势 Partnership
   ============================================================ */
.zc-partner { background: var(--zc-bg-gray); padding-bottom: 0 !important; }
.zc-partner-grid {  }
.zc-partner-card {
    background-color: #fff; background-size: cover; background-position: center; background-repeat: no-repeat;
    border-radius: 8px; padding: 24px 30px;
    box-shadow: 0 2px 16px rgba(0,0,0,.06); min-height: 280px;
}
.zc-partner-card-head { margin-bottom: 16px; }
.zc-tag {
    display: inline-block; background: var(--zc-cream); color: var(--zc-red);
    font-size: 13px; font-weight: 600; padding: 4px 14px; border-radius: 20px;
}
.zc-partner-card-title { font-size: 24px; font-weight: 700; margin: 0 0 18px; line-height: 34px; color: #2E2C39; letter-spacing: 0;
    /* 只展示一行文本 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.zc-partner-card-body { font-size: 16px; line-height: 1.2; color: #2E2C39; font-weight: 500; height: 160px;}
.zc-partner-card-body ul,
.zc-partner-card-body li { list-style: none; padding: 0; margin: 0; }
.zc-partner-card-body li { position: relative; padding-left: 28px; margin-bottom: 20px; }
.zc-partner-card-body li::before {
    content: ''; position: absolute; left: 0; top: 3px;
    width: 20px; height: 20px;
    background: url('/static/home/images/zhicheng/对1@2x.png') center / contain no-repeat;
}

/* 卡片内统计数据（2×2 网格） */
.zc-partner-card-stats {
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px;
    margin-top: 28px; padding: 24px; border-top: 1px solid #f0f0f0;
    opacity: 0.9;
    background: #FFFFFF;
    border-radius: 8px;
    height: 234px;
}
.zc-card-stat { text-align: center; display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}
.zc-card-stat-num {
    font-size: 30px; font-weight: 800; color: var(--zc-red);
    line-height: 1.1; margin-bottom: 6px;
}
.zc-card-stat-desc { font-size: 14px; color: #2E2C39; line-height: 1.4; font-weight: 700;}

/* 特性标签行 */
.zc-feature { background: var(--zc-bg-gray); position: relative; z-index: 2; padding-top: 50px; }
.zc-feature-row { margin-top: -100px; background: #FFFFFF; border-radius: 16px; position: relative; z-index: 2; }
.zc-feature-item { text-align: center; padding: 35px 20px; }
.zc-feature-icon {
    width: 56px; height: 56px;
    background-size: contain; background-repeat: no-repeat; background-position: center;
}
.zc-feature-title { font-size: 18px; font-weight: 700; margin-bottom: 6px; color: #2E2C39; line-height: 20px;}
.zc-feature-desc { font-size: 14px; color: var(--zc-text-light); line-height: 1.5; }
.zc-feature-item+.zc-feature-item {
    border-left: 1px solid #ffffff;
}

/* 统计数据 */
.zc-stats-row { border-top: 1px solid #eee; padding-top: 40px; }
.zc-stat-item { text-align: center; }
.zc-stat-num { font-size: 40px; font-weight: 800; color: var(--zc-red); line-height: 1.1; margin-bottom: 6px; }
.zc-stat-desc { font-size: 14px; color: var(--zc-text-light); }

/* ============================================================
   核心服务 Services
   ============================================================ */
.zc-services {
    color: #fff;
    display: flex; align-items: stretch;
}
.zc-services .zc-section-head { margin-bottom: 24px; }
.zc-services-grid { margin-top: 10px; padding: 0; }
.zc-service-card {
    background: #F8F9FD; border-radius: 32px; padding: 16px;
    text-align: center; transition: all .25s ease; backdrop-filter: blur(4px);
}
.zc-services-content {
    background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 24px;
            border-radius: 16px;
            overflow: hidden;
            height: 430px;
}
.zc-service-card:hover { transform: translateY(-4px); }
.zc-service-icon-container { width: 66px; height: 66px; margin: 0 auto; background: #EFF1F6; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;}
.zc-service-icon {
    width: 46px; height: 46px; margin: 0 auto;
    background-size: contain; background-repeat: no-repeat; background-position: center;
}
.zc-service-title { font-size: 20px; font-weight: 700; margin: 0 0 10px; color: #2E2C39; }
.zc-service-desc { font-size: 14px; color: #2E2C39; margin: 0; font-weight: 500; }

/* ============================================================
   越南投资指南 Vietnam Guide
   ============================================================ */
.zc-vietnam-box { display: flex; gap: 10px; align-items: stretch; }
/* 左侧：产品卡 */
.zc-vietnam-left { flex: 1; display: flex; flex-direction: column; }
.zc-vietnam-featured {
    margin-left: 27px;
    display: inline-flex;
        align-items: center;
        gap: 8px;
        align-self: flex-start;
        background: linear-gradient(270deg, #F8DCAB 4%, #DFA674 100%);
        border-radius: 25px;
        padding: 8px 31px;
        font-size: 20px;
        font-weight: 700;
        color: #B90000;
        position: relative;
        height: 42px;
}
.zc-vietnam-featured-icon {
    width: 60px;
        height: 60px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: -32px;
        top: -13px;
}
.zc-vietnam-title {
    font-size: 26px; color: #B90000; letter-spacing: 0; line-height: 28px; font-weight: 700;
    margin: 30px 0 16px;
    max-width: 500px;
}
.zc-vietnam-desc {
    font-size: 16px; color: #B90000; letter-spacing: 0; font-weight: 500;
    margin: 0 0 18px;
}
.zc-vietnam-card {
    background-image: linear-gradient(180deg, #F64B38 1%, #FFD69C 100%);
    border-radius: 16px; padding: 16px;
    height: 240px;
}
.zc-vietnam-price { 
    color: #fff;
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 16px;
        display: flex;
        align-items: flex-end;
 }
.zc-vietnam-price .cur { font-size: 22px; font-weight: 700; vertical-align: 6px; margin-right: 2px; }
.zc-vietnam-gift-row { display: flex; gap: 14px; }
.zc-vietnam-gift-card {
    flex: 1; background: #FFEEEE; border: 1px solid rgba(255,255,255,1); border-radius: 16px;
    padding: 14px; display: flex; gap: 10px; align-items: flex-start;
}
.zc-gift-icon { width: 40px; height: 40px; flex: 0 0 40px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.zc-gift-info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.zc-gift-info-full { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.zc-gift-header { display: flex; align-items: center; gap: 10px; }
.zc-gift-title {
    font-size: 16px; color: #2E2C39; letter-spacing: 0; line-height: 18px; font-weight: 500;
    margin: 0;
}
.zc-gift-value { display: flex; align-items: baseline; gap: 4px; margin-top: 3px; }
.zc-gift-text {
    font-size: 11px; color: #2E2C39; letter-spacing: 0; font-weight: 400; margin-top: 6px;
}
.zc-gift-pre {
    font-size: 14px; color: #2E2C39; letter-spacing: 0; line-height: 18px; font-weight: 700;
}
.zc-gift-num {
    font-size: 20px; color: #D90505; letter-spacing: 0; font-weight: 700;
}
.zc-gift-text {
    font-size: 11px; color: #2E2C39; letter-spacing: 0; font-weight: 400;
}
.zc-vietnam {

}
.zc-vietnam-btn { display: flex; align-items: center; gap: 8px; margin-top: 18px;}
.zc-vietnam-left .zc-consult-btn {
    background: #D90505; border-radius: 25px;  align-self: flex-start;
    padding: 0 64px !important;
    height: 40px;
}
.zc-vietnam-note {
    font-size: 11px; color: #2E2C39; letter-spacing: 0; font-weight: 400;
    opacity: 0.75; margin: 6px 0 0; line-height: 1.4;
}
/* 右侧：What You Will Get */
.zc-vietnam-right { flex: 1; display: flex; align-items: flex-end; position: relative; top: 22px }
.zc-vietnam-decor {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.zc-decor-icon { 
    min-width: 321px;
    height: 444px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.zc-decor-tag { 
    width: 88px;
        height: 88px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        position: absolute;
        left: 25px;
        top: -26px;
 }
.zc-vietnam-right-card {
    height: 385px;
        background: #FFFFFF;
        border-radius: 0px 16px 16px 0px;
        padding: 20px 20px 20px 34px;
        flex: 1;
        margin-left: -33px;
        margin-bottom: 20px;
        min-width: 340px;
}
.zc-vietnam-get { 
    font-size: 24px;
        color: #D90505;
        letter-spacing: 0;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 21px;
 }
.zc-vietnam-points { list-style: none; padding: 0; margin: 0; }
.zc-point-item { display: flex; gap: 12px; margin-bottom: 16px; }
.zc-point-check {
    width: 20px; height: 20px; flex: 0 0 20px; margin-top: 2px;
    background-size: contain; background-repeat: no-repeat; background-position: center;
}
.zc-point-text { flex: 1; min-width: 0; }
.zc-point-title { 
    margin-bottom: 4px;
        font-size: 14px;
        color: #2E2C39;
        letter-spacing: 0;
        font-weight: 700;
 }
.zc-point-desc { 
    font-size: 12px;
        color: #2E2C39;
        letter-spacing: 0;
        line-height: 12px;
        font-weight: 400;
        /* 两行省略 */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
 }

/* ============================================================
   99VIP 专属权益
   ============================================================ */
.zc-vip {
    color: #fff; padding: 50px 0 0;
}

/* 360px 背景容器（container 内） */
.zc-vip-box {
    height: 360px;
    background-size: cover; background-position: center; background-repeat: no-repeat;
    background-color: #2A1010;
    border-radius: 16px;
    padding: 28px 40px;
    display: flex; align-items: stretch; gap: 30px;
    overflow: hidden;
}

/* 左侧：标题 + 2×2 卡片 */
.zc-vip-left {
    flex: 1; min-width: 0;
    display: flex; flex-direction: column;
}

/* 标题（金色渐变文字） */
.zc-vip-head { margin-bottom: 16px; flex-shrink: 0; }
.zc-vip-title {
    font-size: 28px; letter-spacing: 0; font-weight: 700; line-height: 34px; margin: 0 0 6px;
    background: linear-gradient(270deg, #EAC9A8 0%, #CF9051 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
}
.zc-vip-sub {
    font-size: 16px; letter-spacing: 0; font-weight: 600; line-height: 20px; margin: 0;
    background: linear-gradient(270deg, #EAC9A8 0%, #CF9051 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
}

/* 4 个权益（2×2 网格，深棕卡片 + 金色渐变描边） */
.zc-vip-icons {
    flex: 1; min-height: 0;
    display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px;
}
.zc-vip-icon-item {
    position: relative; display: flex; align-items: center; gap: 12px;
    padding: 12px 14px; border-radius: 8px; border: 1px solid transparent;
    background-color: #433531;
    background-image:
        linear-gradient(#433531, #433531),
        linear-gradient(270deg, #754C17 0%, #E9C493 50%, #754C17 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    overflow: hidden;
}
.zc-vip-icon-img {
    flex: 0 0 56px; width: 56px; height: 56px;
    background-size: contain; background-repeat: no-repeat; background-position: center;
}
.zc-vip-icon-text { flex: 1; min-width: 0; }
.zc-vip-icon-title {
    font-size: 16px; color: #FFEED6; letter-spacing: 0; font-weight: 600;
    line-height: 20px; margin-bottom: 4px;
}
.zc-vip-icon-desc {
    font-size: 11px; color: #FFEED6; letter-spacing: 0; font-weight: 400;
    opacity: 0.6; line-height: 1.5;
}

/* 右侧米色卡片 610×301 */
.zc-vip-panel {
    flex: 0 0 610px; height: 301px; position: relative;
    align-self: center;
    background: #FFEED6; border-radius: 8px; padding: 24px 26px;
    overflow: hidden;
}
/* 高款 VIP 图形（右上装饰） */
.zc-vip-graphic {
    position: absolute; right: 22px; top: 16px;
    width: 202px; height: 217px;
    background-size: contain; background-repeat: no-repeat; background-position: center;
    pointer-events: none; z-index: 0;
}
/* 宽款 VIP 徽标（右下装饰） */
.zc-vip-badge {
    position: absolute; right: -8px; bottom: -5px;
    width: 223px; height: 82px;
    background-size: contain; background-repeat: no-repeat; background-position: center;
    pointer-events: none; z-index: 0;
}
.zc-vip-panel-content {
    position: relative; z-index: 1; max-width: 340px; height: 100%;
    display: flex; flex-direction: column;
}
.zc-vip-panel-title {
    font-size: 20px; color: #754102; letter-spacing: 0; font-weight: 700;
    line-height: 24px;
}
.zc-vip-panel-benefits {
    font-size: 16px; color: #A57449; letter-spacing: 0; font-weight: 700;
    margin: 10px 0; line-height: 20px;
}
.zc-vip-panel-valued {
    font-size: 14px; color: #A57449; letter-spacing: 0; font-weight: 700;
    line-height: 18px; margin-top: 8px;
    margin-right: 8px;
}
.zc-vip-panel-num {
    font-size: 36px; letter-spacing: 0; font-weight: 700; line-height: 38px;
    background: linear-gradient(270deg, #FB6B6B 0%, #D90505 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
}
.zc-vip-panel-desc {
    font-size: 14px; color: #A57449; letter-spacing: 0; font-weight: 400;
    line-height: 1.35; margin-top: 8px;
}
.zc-vip-panel-btn {
    margin-top: auto; align-self: flex-start;
    background-image: linear-gradient(270deg, #EABB80 0%, #9B5E3A 100%);
    border-radius: 21px; color: #fff; padding: 0 40px; height: 42px; line-height: 42px;
    font-size: 15px; font-weight: 600; letter-spacing: 0; text-decoration: none;
    display: inline-flex; align-items: center; justify-content: center; white-space: nowrap;
    transition: all .25s ease;
}
.zc-vip-panel-value { display: flex; align-items: baseline;}
.zc-vip-panel-btn:hover { opacity: .9; }

/* 品牌曝光商品卡 */
.zc-brand-head { text-align: center; margin-bottom: 30px; }
.zc-brand-title { font-size: 30px; font-weight: 700; color: #333333; }
/* Swiper容器样式 */
.zc-brand-swiper-container {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.zc-brand-swiper {
    width: 100%;
    /* height: 392px; */
}
.zc-brand-swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}
.zc-brand-swiper-slide {
    flex: 0 0 auto;
    /* width: 276px !important; */
    margin-right: 15px;
}
.zc-brand-swiper-slide:last-child {
    margin-right: 0;
}
/* 去掉Swiper分页器样式，不显示分页器 */
.zc-brand-swiper .swiper-pagination {
    display: none;
}
/* Swiper导航按钮样式 */
.zc-brand-swiper .swiper-button-next,
.zc-brand-swiper .swiper-button-prev {
    color: var(--zc-red);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-top: -22px;
}
.zc-brand-swiper .swiper-button-next {
    right: 10px;
}
.zc-brand-swiper .swiper-button-prev {
    left: 10px;
}
/* 修复重复图标问题 - 移除默认图标样式 */
.zc-brand-swiper .swiper-button-next:after,
.zc-brand-swiper .swiper-button-prev:after {
    display: none;
}
/* 添加自定义图标 */
.zc-brand-swiper .swiper-button-next::before {
    content: "›";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--zc-red);
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.zc-brand-swiper .swiper-button-prev::before {
    content: "‹";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--zc-red);
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.zc-brand-card {
    /* width: 276px; */
    /* height: 392px; */
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    color: var(--zc-text);
    position: relative;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}
/* .zc-brand-card:hover {
    transform: translateY(-5px);
} */
.zc-brand-thumb {
    width: 100%;
    height: 240px;
    background-size: contain;
    background-position: center;
    border-radius: 16px 16px 0px 0px;
    background-repeat: no-repeat;
}
.zc-brand-official {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 24px;
    padding: 0 10px;
    background: linear-gradient(270deg, #FB6B6B 0%, #D90505 100%);
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}
.zc-brand-official .zc-official-icon {
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.zc-brand-content {
    padding: 10px 16px 16px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.zc-brand-name {
    font-size: 16px;
    color: #291B02;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 500;
    margin: 8px 0 8px;
    height: 36px;
    /* 两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zc-brand-author {
    font-size: 14px;
    color: #2E2C39;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    opacity: 0.6;
    margin-bottom: auto;
}
.zc-brand-btn {
    margin-top: 12px;
    background: #FFFFFF;
    border: 1px solid rgba(217,5,5,1);
    border-radius: 18px;
    color: #D90505;
    padding: 6px 12px;
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.zc-brand-btn:hover {
    background: #f8f8f8;
}

/* ============================================================
   成功案例 Case Studies
   ============================================================ */
.zc-cases { background: var(--zc-bg-gray); }
.zc-cases-swiper-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.zc-cases-swiper {
    width: 100%;
    max-width: 100%; /* 确保不超过父容器 */
    /* height: 276px; */
    /* overflow: hidden;  */
}
.zc-cases-swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}
.zc-cases-swiper-slide {
    flex: 0 0 auto;
    /* width: 276px !important; */
    margin-right: 15px;
}
.zc-cases-swiper-slide:last-child {
    margin-right: 0;
}
/* 去掉Swiper分页器样式，不显示分页器 */
.zc-cases-swiper .swiper-pagination {
    display: none;
}
/* Swiper导航按钮样式 */
.zc-cases-swiper .swiper-button-next,
.zc-cases-swiper .swiper-button-prev {
    color: var(--zc-red);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-top: -22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.zc-cases-swiper .swiper-button-next {
    right: 10px;
}
.zc-cases-swiper .swiper-button-prev {
    left: 10px;
}
/* 修复重复图标问题 - 移除默认图标样式 */
.zc-cases-swiper .swiper-button-next:after,
.zc-cases-swiper .swiper-button-prev:after {
    display: none;
}
/* 添加自定义图标 */
.zc-cases-swiper .swiper-button-next::before {
    content: "›";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--zc-red);
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.zc-cases-swiper .swiper-button-prev::before {
    content: "‹";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--zc-red);
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.zc-case-card {
    height: 276px;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 8px rgba(0,0,0,.04);
    transition: transform 0.3s ease;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}
.zc-case-content {
    padding: 12px;
}
/* .zc-case-card:hover {
    transform: translateY(-5px);
} */
.zc-case-thumb {
    width: 100%;
    height: 168px;
    background-size: cover;
    background-position: center;
    margin-bottom: 12px;
}
.zc-case-tag {
    display: none; /* 隐藏标签，使图片下方只有标题和描述 */
}
.zc-case-title {
    font-size: 14px;
    color: #2E2C39;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.4;
    flex: none;
    height: 40px;
    /* 两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zc-case-desc {
    font-size: 12px;
    color: #2E2C39;
    letter-spacing: 0;
    line-height: 14px;
    font-weight: 400;
    margin: 0 0 14px;
    flex: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zc-case-btn {
    display: none; /* 隐藏按钮，只保留标题和描述 */
}
.zc-case-btn:hover {
    opacity: .75;
}

/* ============================================================
   底部表单
   ============================================================ */
.zc-form-section {
    /* height: 560px; */
    background: url('/static/home/images/zhicheng/拓展全球业务@2x.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    margin-top: 50px;
    display: flex;
    align-items: center;
    position: relative;
}
.zc-form-inner {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 40px 0;
}
.zc-form-title { font-size: 30px; font-weight: 700; text-align: center; margin: 0 0 8px; }
.zc-form-desc { font-size: 15px; text-align: center; opacity: .85; margin: 0 0 36px; }

#pageForm_captchaCheck .zc-form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.zc-form-col { flex: 1; }
.zc-form-col-100 { width: 100%; }
#pageForm_captchaCheck .form-item { position: relative; }
#pageForm_captchaCheck .form-label {
    display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; color: rgba(255,255,255,.9);
    position: relative;
}
#pageForm_captchaCheck .form-label.required::before {
    content: '*';
    color: #ff4d4f;
    margin-right: 4px;
    font-weight: bold;
}
#pageForm_captchaCheck .form-control {
    width: 100%; height: 46px; padding: 0 16px;
    background: rgba(255,255,255,1);
    border-radius: 6px;
    transition: border-color .2s;
    color: #2E2C39; /* Dark text color */
    border: 1px solid #FADBD8; /* Light border */
}
#pageForm_captchaCheck .form-control::placeholder { color: #B39DDB; } /* Different placeholder color */
#pageForm_captchaCheck .form-control:focus {
    border-color: #D90505; /* Red border on focus */
    outline: none;
    box-shadow: 0 0 0 2px rgba(217, 5, 5, 0.2); /* Red glow */
}
#pageForm_captchaCheck .error-msg { font-size: 12px; color: #FFD0D0; position: absolute; bottom: -18px; left: 0; }

/* 需求类型单选 */
.zc-radio-group { display: flex; flex-wrap: wrap; gap: 16px; }
.zc-radio-item { display: inline-flex; align-items: center; cursor: pointer; }
.zc-radio-item input[type="checkbox"] {
    width: 20px; height: 20px; accent-color: #D90505; margin-right: 6px; cursor: pointer; border-radius: 4px;
}
.zc-radio-label { font-size: 14px; color: rgba(255,255,255,.9); }

.zc-form-btn-box { text-align: center; margin-top: 30px; }
.zc-btn-submit {
    width: 360px;
    height: 50px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    background: #D90505;
        box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
        border-radius: 8px;
        color: white;
        font-size: 16px;
        font-weight: 600;
}
.zc-btn-submit:hover {
    background: #B71C1C;
}
.zc-btn-submit-img {
    display: inline-block;
    width: 20px;
    height: 18px;
}
.zc-form-contact {
    display: flex; justify-content: center; gap: 40px; margin-top: 28px; flex-wrap: wrap;
}
.zc-contact-item { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; opacity: .9; }
.zc-contact-item i { font-style: normal; }
.zc-contact-item .global-iconfont { display: inline-block; width: 18px; height: 18px; background-size: contain; background-repeat: no-repeat; }

/* ============================================================
   咨询购买弹窗 (layer)
   ============================================================ */
.zc-layer-popup {
    background: rgba(255,255,255,0) !important;
}
.zc-layer-popup .layui-layer-content { padding: 0; }
.zc-consult-modal { padding: 10px; }
.zc-consult-tabs { display: flex; border-bottom: 1px solid #eee; margin-bottom: 24px; }
.zc-consult-tab {
    flex: 1; text-align: center; padding: 12px 0; font-size: 16px; font-weight: 600;
    color: #999; cursor: pointer; border-bottom: 2px solid transparent; transition: all .2s;
}
.zc-consult-tab.active { color: var(--zc-red); border-bottom-color: var(--zc-red); }
.zc-consult-panel { display: block; text-align: center; }
.zc-consult-panel.active { display: block; }
.zc-consult-text { font-size: 14px; color: var(--zc-text-light); margin: 0 0 20px; }
.zc-consult-qr { display: inline-block; }
.zc-consult-qr img { width: 200px; height: 200px; border: 1px solid #eee; border-radius: 8px; }
.zc-consult-qr-placeholder {
    width: 200px; height: 200px; background: #f5f5f5; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; color: #999; padding: 20px; text-align: center;
}
.zc-consult-contact-list { text-align: left; }
.zc-contact-line { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.zc-contact-label { font-size: 14px; color: #999; }
.zc-contact-value { font-size: 14px; font-weight: 600; color: var(--zc-text); }

/* ---------- 响应式适配（中等屏幕） ---------- */
@media (max-width: 1200px) {
    .zc-hero-title { font-size: 38px; }
    .zc-vietnam-box { gap: 20px; }
}

/* ============================================================
   咨询购买弹窗自定义样式
   ============================================================ */

/* 咨询购买弹窗容器样式 */
.zc-consult-modal-custom {
    width: 600px !important;
    height: 362px !important;
    background: #fff !important;
    box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

/* 咨询购买弹窗标签页样式 */
.zc-consult-tab-custom {
    font-size: 30px !important;
    color: #2E2C39 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    line-height: 34px !important;
    font-weight: 700 !important;
}

/* 咨询购买弹窗文本样式 */
.zc-consult-text-custom {
    font-size: 16px !important;
    color: #2E2C39 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    font-weight: 500 !important;
}

/* 咨询购买弹窗二维码容器样式 */
.zc-consult-qr-container {
    width: 140px !important;
    height: 140px !important;
    background: #F3F6F9 !important;
    border-radius: 16px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* 咨询购买弹窗二维码图片样式 */
.zc-consult-qr-img {
    width: 120px !important;
    height: 120px !important;
}

/* 联系方式弹窗容器样式 */
.zc-contact-modal-custom {
    width: 600px !important;
    height: 316px !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1) !important;
    overflow: hidden !important;
    padding: 10px !important;
}

/* 联系方式弹窗文本样式 */
.zc-consult-text-contact-custom {
    font-size: 16px !important;
    color: #2E2C39 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    font-weight: 400 !important;
}

/* 联系号码容器样式 */
.zc-contact-number-container {
    margin: 20px auto !important;
    width: 260px !important;
    height: 94px !important;
}

/* 联系号码背景样式 */
.zc-contact-number-bg {
    width: 100% !important;
    height: 100% !important;
    background: #F3F6F9 !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
}

/* 联系号码标题样式 */
.zc-contact-number-title {
    font-size: 14px;
        color: #2E2C39;
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
        margin-bottom: 12px !important;
}



/* 联系号码样式 */
.zc-contact-number {
    font-size: 20px !important;
    color: #2D61C1 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    font-weight: 700 !important;
}

/* 联系按钮样式 */
.zc-contact-btn-custom {
    background: #D90505 !important;
    border-radius: 25px !important;
    border: none !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 30px auto 0 !important;
    width: 339px;
    height: 50px;
    font-size: 20px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 700;
}

/* 复制图标样式 */
.zc-copy-icon {
    margin-left: 10px !important;
    width: 20px !important;
    height: 20px !important;
}

.page-header.gaps-page-header .header-content .logo {
    height: 40px !important;
    min-width: 120px !important;
}

.page-header.gaps-page-header .header-content .account-box {
    align-items: center;
}

.page-header.gaps-page-header .header-content .account-box .item {
    height: auto !important;
    flex-direction: column !important;
}

.page-header.gaps-page-header .header-content .account-box .item .item-icon {
    width: 25px;
    height: 25px;
}

@media (max-width: 1500px) {
  .page-header.gaps-page-header .header-content .account-box .item .item-icon {
    width: 17px;
    height: 17px;
    font-size: 18px;
  }
}

/* 语言下拉箭头与文字水平对齐 */
.page-header.gaps-page-header .header-content .account-box .change-lang-item .dropdown-toggle::after {
    display: none;
}
.page-header.gaps-page-header .header-content .account-box .change-lang-item .txt::after {
    content: '\ec09';
    font-family: "global-iconfont" !important;
    font-size: 12px;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}
.page-header.gaps-page-header .header-content .account-box .change-lang-item.dropdown:hover .txt::after {
    margin-top: -2px;
    transform: scale(0.8) rotate(-180deg);
}

/* 桥接 toggle 与 dropdown-menu 间隙，防止鼠标移动时 hover 断开 */
.page-header.gaps-page-header .header-content .account-box .change-lang-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 30px;
    z-index: 999;
}

.qrcode-box {
    z-index: 9999999 !important;
}


