/* 基础样式 */
.zc4320body {
    margin: 0;
    font-family: 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Arial', sans-serif;
    background: #f7f8fa;
    color: #222;
}
.zc4320container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.zc4320site-header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 0;
}
.zc4320site-header .zc4320container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.zc4320logo {
    font-size: 2rem;
    font-weight: bold;
    color: #1a73e8;
    padding: 16px 0;
    display: inline-block;
    flex-shrink: 0;
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zc4320nav-wrapper {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}
.zc4320main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}
.zc4320main-nav a {
    text-decoration: none;
    color: #222;
    font-size: 1rem;
    transition: color 0.2s;
}
.zc4320main-nav a:hover {
    color: #1a73e8;
}
.zc4320site-main {
    margin-top: 32px;
    overflow-x: hidden;
}
body {
    margin: 0;
    overflow-x: hidden;
}
.zc4320hero {
    background: linear-gradient(90deg, #4f6ef7 0%, #8bb6f9 100%);
    color: #fff;
    padding: 48px 0 32px 0;
    text-align: center;
    border-radius: 8px;
}
.zc4320hero h1 {
    font-size: 2.5rem;
    margin-bottom: 16px;
}
.zc4320hero p {
    font-size: 1.2rem;
    margin-bottom: 16px;
}
.zc4320hero-note {
    font-size: 1rem;
    opacity: 0.92;
    margin-bottom: 28px;
    line-height: 1.7;
}
.zc4320section-intro {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 24px auto;
    font-size: 1rem;
    color: #555;
    line-height: 1.75;
}
.zc4320download-btns {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.zc4320btn {
    background: #fff;
    color: #1a73e8;
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.zc4320btn:hover {
    background: #1a73e8;
    color: #fff;
}
.zc4320btn-secondary {
    background: #e3f0fc;
    color: #1a73e8;
}
.zc4320btn-register {
    background: #ffb300;
    color: #fff;
    margin-left: 0;
    font-weight: bold;
    border: none;
    box-shadow: 0 2px 8px rgba(255,179,0,0.10);
    transition: background 0.2s, color 0.2s;
}
.zc4320btn-register:hover {
    background: #ff9800;
    color: #fff;
}
.zc4320features {
    margin: 40px 0;
}
.zc4320features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 24px;
}
.zc4320feature-card {
    background: #f7f8fa;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(76,110,247,0.10), 0 1.5px 4px rgba(0,0,0,0.04);
    border: 2px solid #e3f0fc;
    display: flex;
    align-items: flex-start;
    padding: 24px 18px;
    gap: 18px;
    margin-bottom: 4px;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s;
}
.zc4320feature-card:hover {
    box-shadow: 0 8px 32px rgba(76,110,247,0.18), 0 2px 8px rgba(0,0,0,0.08);
    border-color: #4f6ef7;
    background: #f0f6ff;
    transform: translateY(-3px) scale(1.025);
    z-index: 2;
}
.zc4320feature-icon {
    font-size: 2.2rem;
    color: #4f6ef7;
    flex-shrink: 0;
    margin-top: 2px;
}
.zc4320feature-content h3 {
    margin: 0 0 8px 0;
    font-size: 1.15rem;
    color: #1a73e8;
}
.zc4320feature-content ul {
    margin: 0;
    padding-left: 18px;
    font-size: 0.98rem;
    color: #333;
    line-height: 1.7;
}
.zc4320exchange-section {
    margin: 48px 0;
    background: #fff;
    border-radius: 16px;
    padding: 40px 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.zc4320app-download {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 16px;
}
.zc4320exchange-features {
    display: flex;
    justify-content: center;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
}
.zc4320exchange-features li {
    background: #e3f0fc;
    color: #1a73e8;
    padding: 12px 24px;
    border-radius: 16px;
    font-weight: bold;
}
.zc4320site-footer {
    background: #1a73e8;
    color: #fff;
    text-align: center;
    padding: 24px 0 12px 0;
    margin-top: 48px;
    border-radius: 8px 8px 0 0;
}
/* 响应式设计 */
@media (max-width: 900px) {
    .zc4320features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .zc4320exchange-features {
        flex-direction: column;
        gap: 16px;
    }
}
@media (max-width: 600px) {
    .zc4320container {
        padding: 0 8px;
    }
    .zc4320main-nav ul {
        flex-direction: column;
        gap: 12px;
    }
    .zc4320hero h1 {
        font-size: 1.5rem;
    }
    .zc4320features-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .zc4320feature-card {
        flex-direction: row;
        padding: 14px 8px;
        gap: 10px;
    }
    .zc4320feature-icon {
        font-size: 1.5rem;
    }
    .zc4320feature-content h3 {
        font-size: 1rem;
    }
    .zc4320app-download {
        flex-direction: column;
        gap: 12px;
    }
    .zc4320download-btns {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    .zc4320download-btns .zc4320btn,
    .zc4320download-btns .zc4320btn-secondary,
    .zc4320download-btns .zc4320btn-register {
        width: 100%;
        box-sizing: border-box;
        font-size: 1rem;
        padding: 12px 0;
    }
    .zc4320site-header {
        padding: 0;
    }
    .zc4320logo {
        padding: 8px 0 8px 0;
        font-size: 1.3rem;
    }
    .zc4320hero {
        padding: 20px 0 16px 0;
    }
    .zc4320hero-flex {
        gap: 10px;
    }
    .zc4320hero-content {
        min-width: 0;
    }
    .zc4320download-btns {
        margin-top: 10px;
    }
}

/* 平台数据区块 */
.zc4320data-section {
    margin: 48px 0;
    background: #fff;
    border-radius: 8px;
    padding: 32px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.zc4320data-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 16px;
}
.zc4320data-item {
    text-align: center;
}
.zc4320data-num {
    display: block;
    font-size: 2rem;
    color: #1a73e8;
    font-weight: bold;
    margin-bottom: 4px;
}

/* 下载流程区块 */
.zc4320download-steps {
    margin: 48px 0;
    background: #e3f0fc;
    border-radius: 8px;
    padding: 32px 0;
}
.zc4320steps-list {
    margin: 0;
    padding-left: 24px;
    font-size: 1.1rem;
}

/* FAQ区块 */
.zc4320faq-section {
    margin: 48px 0;
    background: #fff;
    border-radius: 8px;
    padding: 32px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.zc4320faq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 16px;
}
.zc4320faq-item {
    flex: 1 1 220px;
    background: #f7f8fa;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    font-size: 1rem;
}

/* 用户评价区块 */
.zc4320reviews-section {
    margin: 48px 0;
    background: #e3f0fc;
    border-radius: 8px;
    padding: 32px 0;
}
.zc4320reviews-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 16px;
    justify-content: center;
}
.zc4320review-item {
    background: #fff;
    border-radius: 8px;
    padding: 16px 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    max-width: 320px;
    min-width: 200px;
    font-size: 1rem;
}
.zc4320review-item span {
    display: block;
    margin-top: 8px;
    color: #1a73e8;
    font-size: 0.95rem;
}

/* 合作伙伴区块 */
.zc4320partners-section {
    margin: 48px 0;
    background: #fff;
    border-radius: 8px;
    padding: 32px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.zc4320partners-grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
}
.zc4320partner-item {
    background: #e3f0fc;
    color: #1a73e8;
    border-radius: 16px;
    padding: 12px 32px;
    font-weight: bold;
    font-size: 1.1rem;
}

/* 媒体报道区块 */
.zc4320media-section {
    margin: 48px 0;
    background: #e3f0fc;
    border-radius: 8px;
    padding: 32px 0;
}
.zc4320media-list {
    margin: 0;
    padding-left: 24px;
    font-size: 1.05rem;
}
.zc4320media-list li {
    margin-bottom: 8px;
}

/* 响应式增强 */
@media (max-width: 900px) {
    .zc4320data-grid {
        flex-direction: column;
        align-items: center;
    }
    .zc4320faq-list, .zc4320reviews-grid, .zc4320partners-grid {
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .zc4320data-num {
        font-size: 1.3rem;
    }
    .zc4320review-item, .zc4320faq-item, .zc4320partner-item {
        min-width: 140px;
        padding: 12px 8px;
    }
    .zc4320steps-list, .zc4320media-list {
        padding-left: 16px;
        font-size: 0.98rem;
    }
}

/* 横幅区域图片布局 */
.zc4320hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.zc4320hero-content {
    flex: 1 1 55%;
    min-width: 0;
    max-width: 620px;
}
.zc4320hero-img {
    flex: 0 1 42%;
    min-width: 0;
    max-width: 420px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zc4320hero-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    background: #fff;
}
/* 欧易APP下载卡片式框架布局 */
.zc4320app-download-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 28px 0 12px 0;
}
.zc4320app-card {
    background: #f7f8fa;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(76,110,247,0.10), 0 1.5px 4px rgba(0,0,0,0.04);
    border: 2px solid #e3f0fc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 18px 18px 18px;
    gap: 12px;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s;
}
.zc4320app-card:hover {
    box-shadow: 0 8px 32px rgba(76,110,247,0.18), 0 2px 8px rgba(0,0,0,0.08);
    border-color: #4f6ef7;
    background: #f0f6ff;
    transform: translateY(-3px) scale(1.025);
    z-index: 2;
}
.zc4320app-icon {
    font-size: 2.2rem;
    color: #4f6ef7;
    margin-bottom: 6px;
}
.zc4320app-content h3 {
    margin: 0 0 8px 0;
    font-size: 1.12rem;
    color: #1a73e8;
}
.zc4320app-content ul {
    margin: 0 0 10px 0;
    padding-left: 18px;
    font-size: 0.98rem;
    color: #333;
    line-height: 1.7;
}
.zc4320app-content .zc4320btn {
    margin-top: 4px;
}
.zc4320app-extra-info {
    margin-top: 10px;
    font-size: 0.98rem;
    color: #666;
    text-align: center;
}
@media (max-width: 900px) {
    .zc4320app-download-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
}
@media (max-width: 600px) {
    .zc4320app-download-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .zc4320app-card {
        padding: 14px 8px 12px 8px;
    }
    .zc4320app-icon {
        font-size: 1.5rem;
    }
    .zc4320app-content h3 {
        font-size: 1rem;
    }
}

/* 欧易交易所卡片式框架布局 */
.zc4320exchange-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin: 28px 0 12px 0;
}
.zc4320exchange-card {
    background: #f7f8fa;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(76,110,247,0.10), 0 1.5px 4px rgba(0,0,0,0.04);
    border: 2px solid #e3f0fc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 18px 18px 18px;
    gap: 12px;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s;
}
.zc4320exchange-card:hover {
    box-shadow: 0 8px 32px rgba(76,110,247,0.18), 0 2px 8px rgba(0,0,0,0.08);
    border-color: #4f6ef7;
    background: #f0f6ff;
    transform: translateY(-3px) scale(1.025);
    z-index: 2;
}
.zc4320exchange-icon {
    font-size: 2.2rem;
    color: #4f6ef7;
    margin-bottom: 6px;
}
.zc4320exchange-content h3 {
    margin: 0 0 8px 0;
    font-size: 1.12rem;
    color: #1a73e8;
}
.zc4320exchange-content ul {
    margin: 0 0 10px 0;
    padding-left: 18px;
    font-size: 0.98rem;
    color: #333;
    line-height: 1.7;
}
.zc4320exchange-extra-info {
    margin-top: 10px;
    font-size: 0.98rem;
    color: #666;
    text-align: center;
}
@media (max-width: 1200px) {
    .zc4320exchange-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }
}
@media (max-width: 700px) {
    .zc4320exchange-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .zc4320exchange-card {
        padding: 14px 8px 12px 8px;
    }
    .zc4320exchange-icon {
        font-size: 1.5rem;
    }
    .zc4320exchange-content h3 {
        font-size: 1rem;
    }
}

/* 平台数据卡片式框架布局 */
.zc4320data-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 28px 0 12px 0;
}
.zc4320data-card {
    background: #f7f8fa;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(76,110,247,0.10), 0 1.5px 4px rgba(0,0,0,0.04);
    border: 2px solid #e3f0fc;
    display: flex;
    align-items: center;
    padding: 18px 18px 18px 18px;
    gap: 18px;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s;
}
.zc4320data-card:hover {
    box-shadow: 0 8px 32px rgba(76,110,247,0.18), 0 2px 8px rgba(0,0,0,0.08);
    border-color: #4f6ef7;
    background: #f0f6ff;
    transform: translateY(-3px) scale(1.025);
    z-index: 2;
}
.zc4320data-card-icon {
    font-size: 2.2rem;
    color: #4f6ef7;
    flex-shrink: 0;
    margin-right: 8px;
}
.zc4320data-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.zc4320data-card-num {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a73e8;
    margin-bottom: 2px;
}
.zc4320data-card-label {
    font-size: 1.05rem;
    color: #333;
    margin-bottom: 2px;
}
.zc4320data-card-desc {
    font-size: 0.97rem;
    color: #666;
}
.zc4320data-extra-info {
    margin-top: 10px;
    font-size: 0.98rem;
    color: #666;
    text-align: center;
}
@media (max-width: 900px) {
    .zc4320data-card-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}
@media (max-width: 600px) {
    .zc4320data-card-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .zc4320data-card {
        padding: 12px 8px 12px 8px;
        gap: 10px;
    }
    .zc4320data-card-icon {
        font-size: 1.3rem;
    }
    .zc4320data-card-num {
        font-size: 1.1rem;
    }
    .zc4320data-card-label {
        font-size: 0.98rem;
    }
    .zc4320data-card-desc {
        font-size: 0.92rem;
    }
}

/* 欧易APP下载流程卡片式框架布局 */
.zc4320steps-card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    margin: 28px 0 12px 0;
}
.zc4320step-card {
    background: #f7f8fa;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(76,110,247,0.10), 0 1.5px 4px rgba(0,0,0,0.04);
    border: 2px solid #e3f0fc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 14px 16px 14px;
    gap: 10px;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s;
    min-width: 0;
}
.zc4320step-card:hover {
    box-shadow: 0 8px 32px rgba(76,110,247,0.18), 0 2px 8px rgba(0,0,0,0.08);
    border-color: #4f6ef7;
    background: #f0f6ff;
    transform: translateY(-3px) scale(1.025);
    z-index: 2;
}
.zc4320step-icon {
    font-size: 2rem;
    color: #4f6ef7;
    margin-bottom: 4px;
}
.zc4320step-title {
    font-size: 1.08rem;
    font-weight: bold;
    color: #1a73e8;
    margin-bottom: 2px;
}
.zc4320step-desc {
    font-size: 0.97rem;
    color: #333;
}
.zc4320steps-extra-info {
    margin-top: 10px;
    font-size: 0.98rem;
    color: #666;
    text-align: center;
}
@media (max-width: 1100px) {
    .zc4320steps-card-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 14px;
    }
}
@media (max-width: 700px) {
    .zc4320steps-card-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .zc4320step-card {
        padding: 12px 8px 10px 8px;
    }
    .zc4320step-icon {
        font-size: 1.3rem;
    }
    .zc4320step-title {
        font-size: 1rem;
    }
    .zc4320step-desc {
        font-size: 0.92rem;
    }
}

/* 常见问题卡片式框架布局 */
.zc4320faq-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 28px 0 12px 0;
}
.zc4320faq-card {
    background: #f7f8fa;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(76,110,247,0.10), 0 1.5px 4px rgba(0,0,0,0.04);
    border: 2px solid #e3f0fc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 16px 16px 16px;
    gap: 8px;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s;
    min-width: 0;
}
.zc4320faq-card:hover {
    box-shadow: 0 8px 32px rgba(76,110,247,0.18), 0 2px 8px rgba(0,0,0,0.08);
    border-color: #4f6ef7;
    background: #f0f6ff;
    transform: translateY(-3px) scale(1.025);
    z-index: 2;
}
.zc4320faq-q {
    font-size: 1.05rem;
    font-weight: bold;
    color: #1a73e8;
    margin-bottom: 2px;
}
.zc4320faq-a {
    font-size: 0.97rem;
    color: #333;
}
.zc4320faq-extra-info {
    margin-top: 10px;
    font-size: 0.98rem;
    color: #666;
    text-align: center;
}
@media (max-width: 900px) {
    .zc4320faq-card-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
}
@media (max-width: 600px) {
    .zc4320faq-card-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .zc4320faq-card {
        padding: 12px 8px 10px 8px;
    }
    .zc4320faq-q {
        font-size: 1rem;
    }
    .zc4320faq-a {
        font-size: 0.92rem;
    }
}

/* 媒体报道卡片式框架布局 */
.zc4320media-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 28px 0 12px 0;
}
.zc4320media-card {
    background: #f7f8fa;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(76,110,247,0.10), 0 1.5px 4px rgba(0,0,0,0.04);
    border: 2px solid #e3f0fc;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 16px 16px 16px;
    gap: 8px;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s;
    min-width: 0;
}
.zc4320media-card:hover {
    box-shadow: 0 8px 32px rgba(76,110,247,0.18), 0 2px 8px rgba(0,0,0,0.08);
    border-color: #4f6ef7;
    background: #f0f6ff;
    transform: translateY(-3px) scale(1.025);
    z-index: 2;
}
.zc4320media-source {
    font-size: 0.98rem;
    color: #4f6ef7;
    font-weight: bold;
    margin-bottom: 2px;
}
.zc4320media-title {
    font-size: 1.08rem;
    font-weight: bold;
    color: #1a73e8;
    margin-bottom: 2px;
}
.zc4320media-desc {
    font-size: 0.97rem;
    color: #333;
    margin-bottom: 2px;
}
.zc4320media-date {
    font-size: 0.92rem;
    color: #999;
    align-self: flex-end;
}
.zc4320media-extra-info {
    margin-top: 10px;
    font-size: 0.98rem;
    color: #666;
    text-align: center;
}
@media (max-width: 900px) {
    .zc4320media-card-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
}
@media (max-width: 600px) {
    .zc4320media-card-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .zc4320media-card {
        padding: 12px 8px 10px 8px;
    }
    .zc4320media-title {
        font-size: 1rem;
    }
    .zc4320media-desc {
        font-size: 0.92rem;
    }
    .zc4320media-date {
        font-size: 0.88rem;
    }
}

/* 汉堡按钮样式 */
.zc4320nav-toggle {
  display: none;
}
.zc4320nav-toggle-label {
  display: none;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1001;
}
.zc4320nav-toggle-label span {
  display: block;
  width: 28px;
  height: 4px;
  margin: 4px 0;
  background: #1a73e8;
  border-radius: 2px;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .zc4320nav-wrapper {
    position: relative;
  }
  .zc4320nav-toggle-label {
    display: flex;
    position: absolute;
    top: 18px;
    right: 0;
  }
  .zc4320main-nav ul {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-radius: 8px;
    flex-direction: column;
    min-width: 140px;
    z-index: 1000;
    padding: 12px 0;
  }
  .zc4320nav-toggle:checked + .zc4320nav-toggle-label + .zc4320main-nav ul {
    display: flex;
  }
  .zc4320main-nav ul li {
    margin: 0 0 8px 0;
    text-align: right;
    padding: 0 18px;
  }
  .zc4320main-nav ul li:last-child {
    margin-bottom: 0;
  }
}

/* 导航当前栏目样式 */
.zc4320nav-item.zc4320this a,
.zc4320this a,
li.zc4320this a {
    color: #1a73e8;
    font-weight: bold;
}
.zc4320logo a {
    text-decoration: none;
    color: inherit;
}

/* 内页布局 */
.zc4320inner-main {
    margin-top: 24px;
    margin-bottom: 32px;
}
.zc4320page-layout {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}
.zc4320page-main {
    flex: 1 1 0;
    min-width: 0;
    background: #fff;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.zc4320sidebar {
    flex: 0 0 300px;
    width: 300px;
}
.zc4320sidebar-block {
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    border: 1px solid #e3f0fc;
}
.zc4320sidebar-title {
    margin: 0 0 14px 0;
    font-size: 1.05rem;
    color: #1a73e8;
    padding-bottom: 10px;
    border-bottom: 2px solid #e3f0fc;
}
.zc4320sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.zc4320sidebar-item {
    border-bottom: 1px solid #f0f0f0;
}
.zc4320sidebar-item:last-child {
    border-bottom: none;
}
.zc4320sidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    text-decoration: none;
    color: #333;
    transition: color 0.2s;
}
.zc4320sidebar-link:hover {
    color: #1a73e8;
}
.zc4320sidebar-thumb {
    flex-shrink: 0;
    width: 64px;
    height: 48px;
    overflow: hidden;
    border-radius: 4px;
    background: #f0f0f0;
}
.zc4320sidebar-text {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 面包屑 */
.zc4320breadcrumb {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 20px;
    line-height: 1.6;
}
.zc4320breadcrumb a {
    color: #1a73e8;
    text-decoration: none;
}
.zc4320breadcrumb a:hover {
    text-decoration: underline;
}
.zc4320breadcrumb-sep {
    margin: 0 6px;
    color: #ccc;
}

/* 内容页 */
.zc4320article-detail {
    margin-bottom: 32px;
}
.zc4320article-title {
    font-size: 1.6rem;
    color: #222;
    margin: 0 0 12px 0;
    line-height: 1.4;
}
.zc4320article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}
.zc4320article-meta a {
    color: #1a73e8;
    text-decoration: none;
}
.zc4320meta-item {
    white-space: nowrap;
}
.zc4320article-litpic {
    margin-bottom: 24px;
    text-align: center;
}
.zc4320litpic-img {
    max-width: 360px;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.zc4320article-thumb img,
.zc4320list-thumb img,
.zc4320related-thumb img,
.zc4320sidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}
.zc4320list-thumb:has(img[src=""]),
.zc4320list-thumb:not(:has(img[src])),
.zc4320sidebar-thumb:has(img[src=""]),
.zc4320sidebar-thumb:not(:has(img[src])),
.zc4320article-thumb:has(img[src=""]),
.zc4320article-thumb:not(:has(img[src])) {
    display: none;
}
.zc4320list-item:not(:has(.zc4320list-thumb img[src]:not([src=""]))) .zc4320list-content {
    width: 100%;
}
.zc4320article-body {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 24px;
}
.zc4320article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.zc4320diyfield {
    margin-bottom: 20px;
}
.zc4320article-images {
    margin-bottom: 20px;
}
.zc4320image-item {
    margin: 0 0 16px 0;
    text-align: center;
}
.zc4320image-item img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}
.zc4320image-item figcaption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 6px;
}
.zc4320meta-tags {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.zc4320tagitem a {
    display: inline-block;
    padding: 4px 12px;
    background: #e3f0fc;
    color: #1a73e8;
    border-radius: 14px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: background 0.2s;
}
.zc4320tagitem a:hover {
    background: #1a73e8;
    color: #fff;
}
.zc4320article-nav {
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 8px;
    border-collapse: collapse;
    font-size: 0.95rem;
    line-height: 1.6;
}
.zc4320article-nav td {
    padding: 16px 0;
    vertical-align: top;
}
.zc4320article-nav-prev {
    width: 50%;
    text-align: left;
}
.zc4320article-nav-next {
    width: 50%;
    text-align: right;
}
.zc4320article-nav a {
    color: #1a73e8;
    text-decoration: none;
}
.zc4320article-nav a:hover {
    text-decoration: underline;
}

/* 相关内容 */
.zc4320section-title {
    font-size: 1.2rem;
    color: #1a73e8;
    margin: 0 0 16px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e3f0fc;
}
.zc4320related-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.zc4320related-item {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}
.zc4320related-item:last-child {
    border-bottom: none;
}
.zc4320related-thumb {
    flex-shrink: 0;
    width: 120px;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
    background: #f0f0f0;
}
.zc4320related-content {
    flex: 1;
    min-width: 0;
}
.zc4320related-content h3 {
    margin: 0 0 6px 0;
    font-size: 1rem;
}
.zc4320related-content h3 a {
    color: #222;
    text-decoration: none;
}
.zc4320related-content h3 a:hover {
    color: #1a73e8;
}
.zc4320related-content p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* 列表页 */
.zc4320list-header {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #e3f0fc;
}
.zc4320list-title {
    display: inline;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}
.zc4320breadcrumb .zc4320list-title {
    font-size: 1rem;
}
.zc4320list-items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.zc4320list-item {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.zc4320list-item:last-child {
    border-bottom: none;
}
.zc4320list-thumb {
    flex-shrink: 0;
    width: 220px;
    height: 150px;
    overflow: hidden;
    border-radius: 8px;
    background: #f0f0f0;
}
.zc4320list-thumb img {
    transition: transform 0.3s;
}
.zc4320list-item:hover .zc4320list-thumb img {
    transform: scale(1.05);
}
.zc4320list-content {
    flex: 1;
    min-width: 0;
}
.zc4320list-item-title {
    font-size: 1.1rem;
    color: #222;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.4;
}
.zc4320list-item-title:hover {
    color: #1a73e8;
}
.zc4320list-content h3 {
    margin: 0 0 8px 0;
}
.zc4320list-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 8px;
}
.zc4320list-meta a {
    color: #1a73e8;
    text-decoration: none;
}
.zc4320list-intro {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* 分页 - 左右显示 */
.zc4320pagebar {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.zc4320pages,
.zzpages {
    width: 100%;
}
.pagelist,
.zc4320pagelist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
}
.pagelist li,
.zc4320pagelist li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pagelist a,
.pagelist span,
.zc4320pagelist a,
.zc4320pagelist span {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 0.9rem;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    background: #fff;
    transition: all 0.2s;
    white-space: nowrap;
}
.pagelist a:hover,
.zc4320pagelist a:hover {
    background: #1a73e8;
    color: #fff;
    border-color: #1a73e8;
}
.pagelist .thisclass span,
.pagelist .thisclass a,
.zc4320pagelist .thisclass span,
.zc4320pagelist .thisclass a {
    background: #1a73e8;
    color: #fff;
    border-color: #1a73e8;
}
.pagelist .pageinfo,
.zc4320pagelist .pageinfo {
    flex: 1 1 100%;
    text-align: center;
    border: none;
    background: transparent;
    padding: 0 0 8px 0;
    color: #888;
}
.pagelist .pagepre,
.zc4320pagelist .pagepre {
    margin-right: auto;
}
.pagelist .pagenext,
.zc4320pagelist .pagenext {
    margin-left: auto;
}

/* 首页文章板块 */
.zc4320article-section {
    margin: 48px 0;
    background: #fff;
    border-radius: 8px;
    padding: 32px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.zc4320article-section h2 {
    text-align: center;
    color: #1a73e8;
    margin-bottom: 24px;
}
.zc4320article-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin: 24px 0 16px 0;
}
.zc4320article-card {
    background: #f7f8fa;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e3f0fc;
    transition: box-shadow 0.22s, border-color 0.22s, transform 0.18s;
}
.zc4320article-card:hover {
    box-shadow: 0 6px 24px rgba(76,110,247,0.15);
    border-color: #4f6ef7;
    transform: translateY(-2px);
}
.zc4320article-thumb {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #e3f0fc;
}
.zc4320article-thumb img {
    transition: transform 0.3s;
}
.zc4320article-card:hover .zc4320article-thumb img {
    transform: scale(1.06);
}
.zc4320article-card-body {
    padding: 12px 14px 14px 14px;
}
.zc4320article-card-body h3 {
    margin: 0 0 6px 0;
    font-size: 0.95rem;
    line-height: 1.4;
}
.zc4320article-card-body h3 a {
    color: #222;
    text-decoration: none;
}
.zc4320article-card-body h3 a:hover {
    color: #1a73e8;
}
.zc4320article-desc {
    margin: 0 0 6px 0;
    font-size: 0.82rem;
    color: #666;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zc4320article-date {
    font-size: 0.78rem;
    color: #999;
}
.zc4320article-extra-info {
    text-align: center;
    margin-top: 16px;
}

/* 内页响应式 */
@media (max-width: 1100px) {
    .zc4320page-layout {
        flex-direction: column;
    }
    .zc4320sidebar {
        flex: none;
        width: 100%;
    }
    .zc4320article-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .zc4320page-main {
        padding: 18px 14px;
    }
    .zc4320list-item {
        flex-direction: column;
        gap: 12px;
    }
    .zc4320list-thumb {
        width: 100%;
        height: 180px;
    }
    .zc4320related-item {
        flex-direction: column;
    }
    .zc4320related-thumb {
        width: 100%;
        height: 160px;
    }
    .zc4320article-nav,
    .zc4320article-nav tr,
    .zc4320article-nav td {
        display: block;
        width: 100%;
    }
    .zc4320article-nav-prev,
    .zc4320article-nav-next {
        text-align: left;
        padding: 8px 0;
    }
    .zc4320article-title {
        font-size: 1.3rem;
    }
    .zc4320sidebar {
        grid-template-columns: 1fr;
    }
    .zc4320article-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .zc4320pagelist {
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .zc4320article-grid {
        grid-template-columns: 1fr;
    }
    .zc4320article-thumb {
        height: 160px;
    }
    .zc4320article-meta {
        flex-direction: column;
        gap: 6px;
    }
}

/* ===== 首页板块差异化布局 ===== */
.zc4320section-head {
    text-align: center;
    margin-bottom: 28px;
}
.zc4320section-head h2 {
    font-size: 1.75rem;
    color: #1a73e8;
    margin: 0 0 8px 0;
}
.zc4320section-head-light h2 {
    color: #fff;
}
.zc4320section-head .zc4320section-intro {
    margin-bottom: 0;
}

/* Hero v2 */
.zc4320hero-v2 {
    text-align: left;
    border-radius: 16px;
    padding: 48px 0 40px 0;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #1a56db 0%, #4f6ef7 45%, #7eb3ff 100%);
}
.zc4320hero-v2 .zc4320hero-content {
    text-align: left;
}
.zc4320hero-v2 h1 {
    font-size: clamp(1.4rem, 3vw, 2.1rem);
    line-height: 1.35;
    word-break: break-word;
}
.zc4320hero-v2 p {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
}
.zc4320hero-v2 .zc4320hero-note {
    font-size: 0.92rem;
    margin-bottom: 20px;
}
.zc4320hero-v2 .zc4320download-btns {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}
.zc4320hero-v2 .zc4320btn {
    padding: 11px 20px;
    font-size: 0.95rem;
    white-space: nowrap;
}

/* 官网优势 - Bento */
.zc4320features {
    background: #fff;
    border-radius: 16px;
    padding: 36px 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.zc4320features-bento {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: stretch;
}
.zc4320feature-hero {
    background: linear-gradient(145deg, #eef4ff 0%, #f7f9fc 100%);
    border-radius: 16px;
    padding: 24px 22px;
    border-left: 4px solid #4f6ef7;
    min-height: 160px;
    display: flex;
    flex-direction: column;
}
.zc4320feature-hero-alt {
    border-left-color: #ffb300;
    background: linear-gradient(145deg, #fff8e8 0%, #f7f9fc 100%);
}
.zc4320feature-hero .zc4320feature-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}
.zc4320feature-hero h3 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
    color: #1a73e8;
}
.zc4320feature-hero p {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
}
.zc4320features-list {
    grid-column: 1 / -1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.zc4320features-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e8eef5;
    min-height: 88px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.zc4320features-list li:hover {
    border-color: #4f6ef7;
    box-shadow: 0 4px 16px rgba(79,110,247,0.1);
}
.zc4320features-list .zc4320feature-icon {
    font-size: 1.6rem;
    flex-shrink: 0;
}
.zc4320features-list strong {
    display: block;
    color: #1a73e8;
    font-size: 0.98rem;
    margin-bottom: 4px;
}
.zc4320features-list p {
    margin: 0;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.5;
}

/* APP下载 - 横排列表 */
.zc4320app-section {
    margin: 40px 0;
    background: linear-gradient(180deg, #1a73e8 0%, #2563c7 100%);
    color: #fff;
    border-radius: 16px;
    padding: 36px 0;
}
.zc4320app-rows {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.zc4320app-row {
    display: grid;
    grid-template-columns: 96px 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(255,255,255,0.12);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(4px);
    transition: background 0.2s;
}
.zc4320app-row:hover {
    background: rgba(255,255,255,0.18);
}
.zc4320app-badge {
    flex-shrink: 0;
    min-width: 88px;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
    background: rgba(255,255,255,0.2);
}
.zc4320app-badge-android { background: rgba(76,175,80,0.35); }
.zc4320app-badge-ios { background: rgba(255,255,255,0.25); }
.zc4320app-badge-pc { background: rgba(33,150,243,0.35); }
.zc4320app-row-body {
    flex: 1;
    min-width: 0;
}
.zc4320app-row-body h3 {
    margin: 0 0 6px 0;
    font-size: 1.05rem;
}
.zc4320app-row-body p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.9;
    line-height: 1.55;
}
.zc4320app-row .zc4320btn-sm {
    flex-shrink: 0;
    padding: 10px 22px;
    font-size: 0.95rem;
    white-space: nowrap;
}
.zc4320app-extra-info {
    color: rgba(255,255,255,0.85);
    margin-top: 20px;
}

/* 交易所 - 色块磁贴 */
.zc4320exchange-tiles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 16px;
    align-items: stretch;
}
.zc4320exchange-tile {
    padding: 22px 18px;
    border-radius: 14px;
    color: #fff;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s;
}
.zc4320exchange-tile p {
    flex: 1;
}
.zc4320exchange-tile:hover {
    transform: translateY(-4px);
}
.zc4320exchange-tile .zc4320exchange-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 12px;
}
.zc4320exchange-tile h3 {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
}
.zc4320exchange-tile p {
    margin: 0;
    font-size: 0.88rem;
    opacity: 0.92;
    line-height: 1.55;
}
.zc4320exchange-tile-spot { background: linear-gradient(160deg, #4f6ef7, #3b5bdb); }
.zc4320exchange-tile-futures { background: linear-gradient(160deg, #7c3aed, #5b21b6); }
.zc4320exchange-tile-earn { background: linear-gradient(160deg, #059669, #047857); }
.zc4320exchange-tile-api { background: linear-gradient(160deg, #0891b2, #0e7490); }

/* 平台数据 - 统计条 */
.zc4320data-section {
    margin: 40px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    border-radius: 16px;
    padding: 36px 0;
    color: #fff;
    box-shadow: none;
}
.zc4320data-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255,255,255,0.12);
    border-radius: 12px;
    overflow: hidden;
}
.zc4320data-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    min-height: 96px;
    background: rgba(15,23,42,0.6);
    text-align: center;
}
.zc4320data-stat-num {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: bold;
    color: #60a5fa;
    margin-bottom: 6px;
    line-height: 1.2;
}
.zc4320data-stat-label {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.35;
    word-break: keep-all;
}
.zc4320data-extra-info {
    color: rgba(255,255,255,0.7);
    margin-top: 20px;
}

/* 下载流程 - 时间轴 */
.zc4320download-steps {
    margin: 40px 0;
    background: #f0f4ff;
    border-radius: 16px;
    padding: 36px 0;
}
.zc4320steps-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.zc4320steps-timeline::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(180deg, #4f6ef7, #8bb6f9);
}
.zc4320step-item {
    display: flex;
    gap: 20px;
    padding: 0 0 28px 0;
    position: relative;
}
.zc4320step-item:last-child {
    padding-bottom: 0;
}
.zc4320step-num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #4f6ef7;
    color: #fff;
    font-weight: bold;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 4px #f0f4ff;
}
.zc4320step-body {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    border: 1px solid #e3ecfa;
}
.zc4320step-title {
    font-size: 1.05rem;
    font-weight: bold;
    color: #1a73e8;
    margin-bottom: 6px;
}
.zc4320step-desc {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.6;
}

/* FAQ - 手风琴 */
.zc4320faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}
.zc4320faq-accordion .zc4320faq-item {
    flex: none;
    max-width: none;
    min-width: 0;
    box-shadow: none;
    border: 1px solid #e3ecfa;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}
.zc4320faq-item summary {
    padding: 16px 20px;
    font-weight: bold;
    color: #1a73e8;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 40px;
}
.zc4320faq-item summary::-webkit-details-marker {
    display: none;
}
.zc4320faq-item summary::after {
    content: '+';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    color: #4f6ef7;
    transition: transform 0.2s;
}
.zc4320faq-item[open] summary::after {
    content: '−';
}
.zc4320faq-item p {
    margin: 0;
    padding: 0 20px 16px 20px;
    font-size: 0.93rem;
    color: #555;
    line-height: 1.7;
}

/* 最新资讯 - 统一网格 */
.zc4320article-section {
    border-radius: 16px;
    padding: 36px 0;
}
.zc4320article-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}
.zc4320article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.zc4320article-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.zc4320article-card-body h3 {
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}
.zc4320article-thumb {
    height: 120px;
    flex-shrink: 0;
}

/* 媒体报道 - 时间线列表 */
.zc4320media-section {
    margin: 40px 0;
    background: linear-gradient(180deg, #e8f0fe 0%, #f0f4ff 100%);
    border-radius: 16px;
    padding: 36px 0;
    overflow: hidden;
}
.zc4320media-feed {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
}
.zc4320media-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(255,255,255,0.75);
    border-radius: 12px;
    border: 1px solid #dce8fa;
    position: relative;
    align-items: start;
}
.zc4320media-item:last-child {
    border-bottom: none;
}
.zc4320media-item-featured {
    background: #fff;
    border-color: #4f6ef7;
    box-shadow: 0 4px 16px rgba(79,110,247,0.1);
}
.zc4320media-item-featured .zc4320media-title {
    font-size: 1.08rem;
}
.zc4320media-date {
    flex-shrink: 0;
    font-size: 0.82rem;
    color: #888;
    line-height: 1.4;
    white-space: nowrap;
}
.zc4320media-body {
    flex: 1;
    min-width: 0;
}
.zc4320media-source {
    display: inline-block;
    font-size: 0.78rem;
    color: #4f6ef7;
    font-weight: bold;
    background: #e3ecfa;
    padding: 2px 10px;
    border-radius: 10px;
    margin-bottom: 6px;
}
.zc4320media-title {
    margin: 0 0 6px 0;
    font-size: 1rem;
    color: #1a73e8;
}
.zc4320media-desc {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.55;
}

/* 首页统一间距 */
.zc4320features,
.zc4320exchange-section,
.zc4320faq-section {
    margin: 40px 0;
}

/* 首页响应式 */
@media (max-width: 1100px) {
    .zc4320app-row {
        grid-template-columns: 80px 1fr;
    }
    .zc4320app-row .zc4320btn-sm {
        grid-column: 1 / -1;
        justify-self: start;
        margin-top: 4px;
    }
    .zc4320data-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .zc4320article-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 900px) {
    .zc4320hero-flex {
        flex-direction: column;
        gap: 24px;
    }
    .zc4320hero-content {
        max-width: none;
        text-align: center;
    }
    .zc4320hero-img {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
    .zc4320hero-v2 {
        text-align: center;
    }
    .zc4320hero-v2 .zc4320hero-content {
        text-align: center;
    }
    .zc4320hero-v2 .zc4320download-btns {
        justify-content: center;
    }
    .zc4320exchange-tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .zc4320article-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .zc4320media-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
@media (max-width: 768px) {
    .zc4320logo {
        max-width: 55%;
    }
    .zc4320features-bento {
        grid-template-columns: 1fr;
    }
    .zc4320features-list {
        grid-template-columns: 1fr;
    }
    .zc4320feature-hero {
        min-height: auto;
    }
    .zc4320app-row {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 10px;
    }
    .zc4320app-badge {
        justify-self: start;
        min-width: 0;
        width: fit-content;
    }
    .zc4320app-row .zc4320btn-sm {
        justify-self: stretch;
        text-align: center;
    }
    .zc4320exchange-tiles {
        grid-template-columns: 1fr;
    }
    .zc4320data-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .zc4320article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .zc4320section-head {
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .zc4320section-head h2 {
        font-size: 1.3rem;
    }
    .zc4320hero-v2 .zc4320btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .zc4320data-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .zc4320data-stat {
        min-height: 80px;
        padding: 14px 8px;
    }
    .zc4320step-num {
        width: 40px;
        height: 40px;
        font-size: 0.85rem;
    }
    .zc4320steps-timeline::before {
        left: 19px;
    }
    .zc4320article-grid {
        grid-template-columns: 1fr;
    }
    .zc4320article-thumb {
        height: 160px;
    }
    .zc4320features,
    .zc4320app-section,
    .zc4320data-section,
    .zc4320exchange-section,
    .zc4320download-steps,
    .zc4320faq-section,
    .zc4320article-section,
    .zc4320media-section,
    .zc4320hero-v2 {
        border-radius: 12px;
    }
} 