/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.z71a4econtainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 头部样式 */
.z71a4eheader {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.z71a4eheader .z71a4econtainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.z71a4elogo {
    display: flex;
    align-items: center;
}

.z71a4elogo h1 {
    font-size: 24px;
    color: #1a73e8;
}

/* 移动端菜单按钮 */
.z71a4emobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.z71a4emobile-menu-btn span {
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.z71a4emain-nav ul {
    display: flex;
    list-style: none;
}

.z71a4emain-nav li {
    margin-left: 24px;
}

.z71a4emain-nav li:first-child {
    margin-left: 0;
}

.z71a4emain-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}

.z71a4emain-nav a:hover {
    color: #1a73e8;
}

/* 英雄区域样式 */
.z71a4ehero {
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    color: #fff;
    padding: 130px 0 70px;
    position: relative;
    overflow: hidden;
}

.z71a4ehero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
}

.z71a4ehero::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -40px;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}

.z71a4ehero .z71a4econtainer {
    position: relative;
    z-index: 1;
}

.z71a4ehero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.z71a4ehero-text {
    text-align: left;
}

.z71a4ehero-text h2 {
    font-size: clamp(1.6em, 4vw, 2.2em);
    margin-bottom: 16px;
    line-height: 1.3;
}

.z71a4ehero-text p {
    font-size: clamp(0.95em, 2vw, 1.1em);
    margin-bottom: 14px;
    line-height: 1.7;
}

.z71a4ehero-sub {
    font-size: 0.95em !important;
    opacity: 0.92;
    line-height: 1.7;
    margin-bottom: 24px !important;
}

.z71a4esection-desc {
    max-width: 800px;
    margin: -30px auto 40px;
    text-align: center;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.z71a4ehero-image {
    text-align: center;
}

.z71a4ehero-showcase {
    max-width: 100%;
    max-height: 420px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.z71a4ehero-showcase:hover {
    transform: scale(1.02);
}

.z71a4ehero-stats {
    display: flex;
    justify-content: flex-start;
    gap: 60px;
    margin: 40px 0;
}

.z71a4estat-item {
    text-align: center;
}

.z71a4estat-number {
    display: block;
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.z71a4estat-label {
    font-size: 1.1em;
    opacity: 0.9;
}

/* 按钮样式 */
.z71a4ebtn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    margin: 0 10px;
}

.z71a4ehero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.z71a4ehero-buttons .z71a4ebtn {
    display: inline-block;
    padding: 11px 20px;
    margin: 0;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
}

.z71a4ebtn-android {
    background-color: #3DDC84;
    color: #000000;
}

.z71a4ebtn-ios {
    background-color: #007AFF;
    color: #FFFFFF;
}

.z71a4ebtn-register {
    background-color: #FF6B00;
    color: #FFFFFF;
}

.z71a4ehero-buttons .z71a4ebtn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.z71a4ebtn-primary {
    background-color: #fff;
    color: #1a73e8;
}

.z71a4ebtn-secondary {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.z71a4ebtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* 板块通用标题 */
.z71a4esection-title {
    font-size: clamp(1.5em, 3vw, 1.85em);
    margin-bottom: 10px;
    color: #333;
}

.z71a4esection-title-left {
    text-align: left;
}

.z71a4esection-head {
    margin-bottom: 40px;
}

.z71a4esection-head-center {
    text-align: center;
}

.z71a4esection-head-left {
    text-align: left;
    border-left: 4px solid #1a73e8;
    padding-left: 20px;
}

.z71a4esection-head-light .z71a4esection-title,
.z71a4esection-head-light .z71a4esection-subtitle {
    color: #fff;
}

.z71a4esection-subtitle {
    font-size: 15px;
    color: #888;
    line-height: 1.6;
}

.z71a4esection-subtitle-left {
    text-align: left;
}

.z71a4esection-desc-left {
    max-width: none;
    margin: 0 0 20px;
    text-align: left;
    color: #666;
}

/* 平台优势 - Bento 不规则网格 */
.z71a4efeatures {
    padding: 70px 0;
    background-color: #f8f9fa;
}

.z71a4efeatures-bento {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
    align-items: stretch;
}

.z71a4efeature-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

.z71a4efeature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(26,115,232,0.12);
}

.z71a4efeature-main {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, #fff 0%, #e8f0fe 100%);
    border: 1px solid #dbeafe;
}

.z71a4efeature-side:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.z71a4efeature-side:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.z71a4efeature-wide {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex;
    align-items: center;
    gap: 24px;
    background: #fff;
    border-left: 4px solid #1a73e8;
}

.z71a4efeature-icon {
    font-size: 2.2em;
    flex-shrink: 0;
}

.z71a4efeature-main .z71a4efeature-icon {
    font-size: 3em;
    margin-bottom: 16px;
}

.z71a4efeature-card h3 {
    font-size: 1.2em;
    margin-bottom: 8px;
    color: #222;
}

.z71a4efeature-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
}

.z71a4efeature-list {
    list-style: none;
}

.z71a4efeature-list li {
    margin: 8px 0;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    color: #555;
}

.z71a4efeature-list li:before {
    content: "✓";
    color: #1a73e8;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.z71a4efeature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.z71a4efeature-tags li {
    padding: 6px 14px;
    background: #e8f0fe;
    color: #1a73e8;
    border-radius: 20px;
    font-size: 13px;
}

/* 交易服务 - 编号列表 */
.z71a4etrading {
    padding: 70px 0;
    background: #fff;
}

.z71a4etrading-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.z71a4etrading-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 16px;
    border-bottom: 1px solid #eee;
    border-radius: 12px;
    transition: background 0.3s;
}

.z71a4etrading-row:last-child {
    border-bottom: none;
}

.z71a4etrading-row:hover {
    background: #f8f9fa;
}

.z71a4etrading-num {
    flex-shrink: 0;
    font-size: 2.5em;
    font-weight: 800;
    color: #e8f0fe;
    line-height: 1;
    width: 70px;
    -webkit-text-stroke: 1px #1a73e8;
    color: transparent;
}

.z71a4etrading-content {
    flex: 1;
    min-width: 0;
}

.z71a4etrading-content h3 {
    font-size: 1.25em;
    color: #1a73e8;
    margin-bottom: 8px;
}

.z71a4etrading-content p {
    color: #666;
    margin-bottom: 14px;
    line-height: 1.7;
}

.z71a4etrading-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.z71a4etrading-tags span {
    padding: 5px 12px;
    background: #f0f4f8;
    border-radius: 4px;
    font-size: 13px;
    color: #555;
}

/* 安全保障 - 深色横条 */
.z71a4esecurity {
    padding: 70px 0;
    background: linear-gradient(135deg, #1a237e 0%, #0d47a1 50%, #1a73e8 100%);
}

.z71a4esecurity-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.z71a4esecurity-col {
    text-align: center;
    padding: 20px;
}

.z71a4esecurity-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    backdrop-filter: blur(4px);
}

.z71a4esecurity-col h3 {
    color: #fff;
    font-size: 1.15em;
    margin-bottom: 12px;
}

.z71a4esecurity-col p {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    line-height: 1.7;
}

/* 下载区域 - 左右分栏 + 横条卡片 */
.z71a4edownload {
    padding: 70px 0;
    background: #f8f9fa;
}

.z71a4edownload-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.z71a4edownload-intro {
    position: sticky;
    top: 100px;
}

.z71a4edownload-platforms {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.z71a4edownload-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 20px 24px;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s;
}

.z71a4edownload-row:hover {
    box-shadow: 0 6px 24px rgba(26,115,232,0.12);
}

.z71a4edownload-android {
    border-left: 4px solid #3DDC84;
}

.z71a4edownload-ios {
    border-left: 4px solid #007AFF;
}

.z71a4edownload-badge {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.z71a4edownload-android .z71a4edownload-badge {
    background: #3DDC84;
    color: #000;
}

.z71a4edownload-ios .z71a4edownload-badge {
    background: #007AFF;
}

.z71a4edownload-info {
    flex: 1;
    min-width: 0;
}

.z71a4edownload-info h3 {
    font-size: 1.1em;
    margin-bottom: 4px;
}

.z71a4edownload-info p {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.z71a4eversion-info {
    display: flex;
    gap: 16px;
}

.z71a4eversion-info span {
    font-size: 12px;
    color: #aaa;
}

.z71a4edownload-row .z71a4ebtn-download {
    flex-shrink: 0;
    margin: 0;
    margin-left: auto;
    padding: 10px 18px;
    font-size: 14px;
}

.z71a4ebtn-download {
    background-color: #1a73e8;
    color: #fff;
}

/* 注册指南 - 横向时间轴 */
.z71a4eguide {
    padding: 70px 0;
    background: #fff;
}

.z71a4eguide-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative;
    align-items: stretch;
}

.z71a4eguide-timeline::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: linear-gradient(90deg, #1a73e8, #64b5f6);
    z-index: 0;
}

.z71a4eguide-timeline .z71a4estep {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 8px;
    height: 100%;
}

.z71a4estep-marker {
    margin-bottom: 20px;
}

.z71a4estep-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1a73e8, #0d47a1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
    box-shadow: 0 4px 12px rgba(26,115,232,0.35);
    border: 3px solid #fff;
}

.z71a4estep-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px 16px;
    width: 100%;
    flex: 1;
    text-align: center;
    transition: background 0.3s, box-shadow 0.3s;
}

.z71a4estep-card:hover {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.z71a4estep-card h3 {
    font-size: 1em;
    margin-bottom: 8px;
    color: #1a73e8;
}

.z71a4estep-card p {
    font-size: 13px;
    color: #666;
    margin-bottom: 12px;
}

.z71a4estep-details {
    list-style: none;
    text-align: left;
}

.z71a4estep-details li {
    margin: 6px 0;
    padding-left: 16px;
    position: relative;
    font-size: 12px;
    color: #777;
}

.z71a4estep-details li:before {
    content: "→";
    color: #1a73e8;
    position: absolute;
    left: 0;
    font-size: 11px;
}

/* FAQ - 左右分栏列表 */
.z71a4efaq {
    padding: 70px 0;
    background: #f8f9fa;
}

.z71a4efaq-layout {
    display: grid;
    grid-template-columns: minmax(200px, 260px) 1fr;
    gap: 40px;
    align-items: start;
}

.z71a4efaq-side {
    position: sticky;
    top: 100px;
}

.z71a4efaq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.z71a4efaq-item {
    background: #fff;
    padding: 24px 28px;
    border-radius: 0 12px 12px 0;
    border-left: 4px solid #1a73e8;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: box-shadow 0.3s;
}

.z71a4efaq-item:hover {
    box-shadow: 0 4px 20px rgba(26,115,232,0.1);
}

.z71a4efaq-item h3 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.05em;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

.z71a4efaq-q {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: #1a73e8;
    color: #fff;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
}

.z71a4efaq-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    padding-left: 36px;
}

/* 页脚样式 */
.z71a4efooter {
    background-color: #333;
    color: #fff;
    padding: 40px 0 20px;
}

.z71a4efooter-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.z71a4efooter-section h3 {
    margin-bottom: 20px;
    color: #fff;
}

.z71a4efriendly-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.z71a4efriendly-link {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s;
    font-size: 0.9em;
}

.z71a4efriendly-link:hover {
    opacity: 1;
    color: #1a73e8;
}

.z71a4esocial-links {
    display: flex;
    gap: 15px;
}

.z71a4esocial-link {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.z71a4esocial-link:hover {
    opacity: 1;
}

.z71a4efooter-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .z71a4econtainer {
        max-width: 960px;
    }

    .z71a4emain-nav li {
        margin-left: 16px;
    }

    .z71a4emain-nav a {
        font-size: 14px;
    }

    .z71a4earticle-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .z71a4edownload-layout {
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .z71a4econtainer {
        max-width: 720px;
    }

    .z71a4ehero {
        padding: 110px 0 60px;
    }

    .z71a4ehero-content {
        gap: 30px;
    }

    .z71a4efeatures-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .z71a4efeature-main {
        grid-column: 1;
        grid-row: auto;
    }

    .z71a4efeature-side:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .z71a4efeature-side:nth-child(3) {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .z71a4efeature-wide {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .z71a4esecurity-strip {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .z71a4edownload-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .z71a4edownload-intro {
        position: static;
    }

    .z71a4edownload-row .z71a4ebtn-download {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .z71a4efaq-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .z71a4efaq-side {
        position: static;
    }

    .z71a4eguide-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .z71a4eguide-timeline::before {
        display: none;
    }

    .z71a4earticle-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .z71a4econtainer {
        max-width: 540px;
    }

    /* 头部导航响应式 */
    .z71a4eheader .z71a4econtainer {
        flex-direction: row;
        height: 60px;
        padding: 0 15px;
    }

    .z71a4elogo h1 {
        font-size: 18px;
        text-align: left;
    }

    /* 英雄区域响应式 */
    .z71a4ehero {
        padding: 120px 0 60px;
    }

    .z71a4ehero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .z71a4ehero-text {
        text-align: center;
    }

    .z71a4ehero-text h2 {
        font-size: 1.8em;
    }

    .z71a4ehero-text p {
        font-size: 1.1em;
    }

    .z71a4ehero-stats {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }

    .z71a4estat-item {
        flex: 0 0 45%;
    }

    .z71a4ehero-showcase {
        max-width: 85%;
        margin: 0 auto;
    }

    /* 按钮响应式 */
    .z71a4ecta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .z71a4ebtn {
        width: 100%;
        max-width: 280px;
        margin: 0;
        text-align: center;
    }

    /* 首页板块响应式 */
    .z71a4efeatures-bento {
        grid-template-columns: 1fr;
    }

    .z71a4efeature-main,
    .z71a4efeature-wide,
    .z71a4efeature-side:nth-child(2),
    .z71a4efeature-side:nth-child(3) {
        grid-column: 1;
        grid-row: auto;
    }

    .z71a4efeature-wide {
        flex-direction: column;
        text-align: center;
    }

    .z71a4efeature-tags {
        justify-content: center;
    }

    .z71a4etrading-row {
        flex-direction: column;
        gap: 12px;
    }

    .z71a4etrading-num {
        font-size: 2em;
        width: auto;
    }

    .z71a4esecurity-strip {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .z71a4esecurity-col {
        padding: 12px 0;
    }

    .z71a4edownload-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .z71a4edownload-intro {
        position: static;
    }

    .z71a4edownload-row {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 14px;
    }

    .z71a4edownload-badge {
        margin: 0 auto;
    }

    .z71a4edownload-row .z71a4ebtn-download {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .z71a4eguide-timeline {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .z71a4eguide-timeline::before {
        display: none;
    }

    .z71a4eguide-timeline .z71a4estep {
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
        padding: 0;
    }

    .z71a4estep-marker {
        margin-bottom: 0;
    }

    .z71a4estep-card {
        text-align: left;
    }

    .z71a4efaq-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .z71a4efaq-side {
        position: static;
    }

    .z71a4efaq-item p {
        padding-left: 0;
    }

    .z71a4esection-head-left {
        padding-left: 15px;
    }

    .z71a4ehero-buttons {
        justify-content: center;
    }

    .z71a4ehero-buttons .z71a4ebtn {
        flex: 1 1 auto;
        min-width: 140px;
        max-width: 280px;
        text-align: center;
    }

    /* 页脚响应式 */
    .z71a4efooter-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .z71a4efriendly-links,
    .z71a4esocial-links {
        align-items: center;
    }

    .z71a4emobile-menu-btn {
        display: flex;
    }

    .z71a4emain-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: #fff;
        padding: 80px 20px 20px;
        transition: right 0.3s ease;
        box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    }

    .z71a4emain-nav.active {
        right: 0;
    }

    .z71a4emain-nav ul {
        flex-direction: column;
        align-items: center;
    }

    .z71a4emain-nav li {
        margin: 15px 0;
        width: 100%;
        text-align: center;
    }

    .z71a4emain-nav a {
        display: block;
        padding: 10px;
        font-size: 1.1em;
    }

    /* 汉堡菜单动画 */
    .z71a4emobile-menu-btn.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .z71a4emobile-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .z71a4emobile-menu-btn.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    /* 遮罩层 */
    .z71a4enav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: 999;
    }

    .z71a4enav-overlay.active {
        display: block;
    }
}

@media (max-width: 576px) {
    .z71a4econtainer {
        padding: 0 15px;
    }

    .z71a4ehero-text h2 {
        font-size: 1.6em;
    }

    .z71a4ehero-stats {
        flex-direction: column;
        gap: 20px;
    }

    .z71a4estat-item {
        flex: 0 0 100%;
    }

    .z71a4esection-title {
        font-size: 1.8em;
    }

    .z71a4ehero-showcase {
        max-width: 90%;
    }

    .z71a4ebtn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}

/* 动画效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.z71a4efeature-card,
.z71a4edownload-row,
.z71a4estep-card,
.z71a4etrading-row,
.z71a4esecurity-col,
.z71a4efaq-item,
.z71a4earticle-card {
    animation: fadeIn 0.5s ease-out forwards;
}

/* App preview styles */
.z71a4eapp-preview {
    margin-bottom: 20px;
    text-align: center;
}

.z71a4eapp-image {
    max-width: 200px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.z71a4eapp-image:hover {
    transform: scale(1.05);
}

/* Guide step image styles */
.z71a4estep-image {
    margin: 15px 0;
    text-align: center;
}

.z71a4eguide-image {
    max-width: 150px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 下载区域新样式 */
.z71a4edownload-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.z71a4eapp-showcase {
    text-align: center;
}

.z71a4eshowcase-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.z71a4eshowcase-image:hover {
    transform: scale(1.02);
}

/* 注册指南新样式 */
.z71a4eguide-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.z71a4eguide-image-section {
    position: sticky;
    top: 100px;
    text-align: center;
}

.z71a4eguide-showcase {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .z71a4edownload-showcase,
    .z71a4eguide-content {
        grid-template-columns: 1fr;
    }

    .z71a4eguide-image-section {
        position: static;
        margin-bottom: 30px;
    }

    .z71a4eshowcase-image,
    .z71a4eguide-showcase {
        max-width: 80%;
    }
}

/* 导航当前样式 */
.z71a4emain-nav .z71a4ethis a,
.z71a4emain-nav .z71a4enav-item.z71a4ethis a,
.z71a4emain-nav li.z71a4ethis a {
    color: #1a73e8;
}

.z71a4elogo h1 a {
    color: #1a73e8;
    text-decoration: none;
}

/* 内页通用布局 */
.z71a4ebreadcrumb {
    margin-top: 80px;
    padding: 15px 0;
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.z71a4ebreadcrumb a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.z71a4ebreadcrumb a:hover {
    color: #1a73e8;
}

.z71a4ebreadcrumb-sep {
    margin: 0 8px;
    color: #ccc;
}

.z71a4ebreadcrumb-current {
    display: inline;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.z71a4epage-main {
    padding: 40px 0 80px;
    background-color: #f8f9fa;
    min-height: 60vh;
}

.z71a4epage-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 30px;
    align-items: start;
}

/* 内容页样式 */
.z71a4earticle-main {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 40px;
}

.z71a4earticle-title {
    font-size: 1.8em;
    color: #333;
    line-height: 1.4;
    margin-bottom: 15px;
}

.z71a4earticle-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #888;
}

.z71a4earticle-meta a {
    color: #1a73e8;
    text-decoration: none;
}

.z71a4earticle-litpic {
    margin: 20px 0;
    width: 280px;
    height: 180px;
    overflow: hidden;
    border-radius: 8px;
}

.z71a4earticle-litpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.z71a4earticle-litpic img[src=""],
.z71a4earticle-litpic img:not([src]) {
    display: none;
}

.z71a4earticle-body {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin: 25px 0;
}

.z71a4earticle-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 10px 0;
}

.z71a4earticle-images {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

.z71a4earticle-body p {
    margin-bottom: 15px;
}

.z71a4earticle-figure {
    width: 120px;
    margin: 0;
    text-align: center;
}

.z71a4earticle-figure img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
}

.z71a4earticle-figure figcaption {
    margin-top: 6px;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.z71a4ediyfield {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
}

.z71a4earticle-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.z71a4etags-label {
    font-size: 14px;
    color: #666;
    flex-shrink: 0;
}

.z71a4emeta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.z71a4etagitem a {
    display: inline-block;
    padding: 4px 12px;
    background: #e8f0fe;
    color: #1a73e8;
    border-radius: 15px;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.3s;
}

.z71a4etagitem a:hover {
    background: #1a73e8;
    color: #fff;
}

.z71a4earticle-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.z71a4earticle-prenext {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    line-height: 1.6;
}

.z71a4earticle-prenext-next {
    text-align: right;
}

.z71a4earticle-prenext a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.z71a4earticle-prenext a:hover {
    color: #1a73e8;
}

.z71a4erelated {
    margin-top: 30px;
}

.z71a4erelated-title {
    font-size: 1.3em;
    color: #333;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #1a73e8;
}

.z71a4erelated-list {
    list-style: none;
}

.z71a4erelated-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.z71a4erelated-item:last-child {
    border-bottom: none;
}

.z71a4erelated-thumb {
    flex-shrink: 0;
    display: block;
    width: 120px;
    height: 80px;
    overflow: hidden;
    border-radius: 6px;
}

.z71a4erelated-thumb img {
    width: 120px;
    height: 80px;
    object-fit: cover;
}

.z71a4erelated-info {
    flex: 1;
    min-width: 0;
}

.z71a4erelated-link {
    display: block;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 6px;
    transition: color 0.3s;
}

.z71a4erelated-link:hover {
    color: #1a73e8;
}

.z71a4erelated-info p {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
}

/* 列表页样式 */
.z71a4elist-main {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 30px;
}

.z71a4elist-title {
    font-size: 1.6em;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 2px solid #1a73e8;
    margin-bottom: 25px;
}

.z71a4elist-items {
    list-style: none;
}

.z71a4elist-item {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.3s;
}

.z71a4elist-item:last-child {
    border-bottom: none;
}

.z71a4elist-item:hover {
    background: #fafbfc;
}

.z71a4elist-thumb {
    flex-shrink: 0;
    width: 200px;
    height: 135px;
    overflow: hidden;
    border-radius: 8px;
    display: block;
}

.z71a4elist-thumb img {
    width: 200px;
    height: 135px;
    object-fit: cover;
    transition: transform 0.3s;
}

.z71a4elist-thumb:hover img {
    transform: scale(1.05);
}

.z71a4elist-content {
    flex: 1;
    min-width: 0;
}

.z71a4elist-item-title {
    font-size: 1.15em;
    margin-bottom: 10px;
    line-height: 1.4;
}

.z71a4elist-item-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.z71a4elist-item-title a:hover {
    color: #1a73e8;
}

.z71a4elist-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}

.z71a4elist-meta a {
    color: #1a73e8;
    text-decoration: none;
}

.z71a4elist-intro {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* 分页样式 - 左右布局 */
.z71a4epagebar {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.z71a4epagelist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.z71a4epagelist > li:first-child {
    margin-right: auto;
}

.z71a4epagelist > li:last-child {
    margin-left: auto;
}

.z71a4epagelist li,
.z71a4epagelist a,
.z71a4epagelist span {
    display: inline-block;
}

.z71a4epagelist a,
.z71a4epagelist span {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.z71a4epagelist a:hover,
.z71a4epagelist .thisclass,
.z71a4epagelist .thisclass a {
    background: #1a73e8;
    color: #fff;
    border-color: #1a73e8;
}

/* 侧栏样式 */
.z71a4esidebar {
    position: sticky;
    top: 100px;
}

.z71a4esidebar-block {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    overflow: hidden;
}

.z71a4esidebar-block:last-child {
    margin-bottom: 0;
}

.z71a4esidebar-title {
    font-size: 16px;
    padding: 15px 20px;
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    margin: 0;
}

.z71a4esidebar-title a {
    color: #fff;
    text-decoration: none;
}

.z71a4esidebar-list {
    list-style: none;
    padding: 10px 15px;
    max-height: 600px;
    overflow-y: auto;
}

.z71a4esidebar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 5px;
    border-bottom: 1px solid #f5f5f5;
}

.z71a4esidebar-item:last-child {
    border-bottom: none;
}

.z71a4esidebar-thumb {
    flex-shrink: 0;
    display: block;
    width: 60px;
    height: 45px;
    overflow: hidden;
    border-radius: 4px;
}

.z71a4esidebar-thumb img {
    width: 60px;
    height: 45px;
    object-fit: cover;
}

.z71a4esidebar-link {
    flex: 1;
    min-width: 0;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s;
}

.z71a4esidebar-link:hover {
    color: #1a73e8;
}

/* 首页文章板块 */
.z71a4earticles {
    padding: 70px 0;
    background-color: #fff;
}

.z71a4earticle-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.z71a4earticle-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.z71a4earticle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.z71a4earticle-thumb {
    display: block;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.z71a4earticle-thumb img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    transition: transform 0.3s;
}

.z71a4earticle-card:hover .z71a4earticle-thumb img {
    transform: scale(1.05);
}

.z71a4earticle-info {
    padding: 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.z71a4earticle-info h3 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.z71a4earticle-info h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.z71a4earticle-info h3 a:hover {
    color: #1a73e8;
}

.z71a4earticle-desc {
    font-size: 12px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.z71a4earticle-date {
    font-size: 12px;
    color: #aaa;
}

/* 内页与文章板块响应式 */
@media (max-width: 992px) {
    .z71a4epage-layout {
        grid-template-columns: 1fr;
    }

    .z71a4esidebar {
        position: static;
    }

    .z71a4earticle-main {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .z71a4ebreadcrumb {
        margin-top: 60px;
        padding: 12px 0;
        font-size: 13px;
    }

    .z71a4epage-main {
        padding: 25px 0 60px;
    }

    .z71a4earticle-main,
    .z71a4elist-main {
        padding: 20px;
    }

    .z71a4earticle-title {
        font-size: 1.4em;
    }

    .z71a4earticle-meta {
        flex-direction: column;
        gap: 8px;
    }

    .z71a4earticle-nav {
        flex-direction: column;
    }

    .z71a4earticle-prenext-next {
        text-align: left;
    }

    .z71a4elist-item {
        flex-direction: column;
    }

    .z71a4elist-thumb {
        width: 100%;
        height: 180px;
    }

    .z71a4erelated-item {
        flex-direction: column;
    }

    .z71a4erelated-thumb {
        width: 100%;
        height: 160px;
    }

    .z71a4epagelist > li:first-child,
    .z71a4epagelist > li:last-child {
        margin-left: 0;
        margin-right: 0;
    }

    .z71a4earticle-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .z71a4earticles {
        padding: 60px 0;
    }

    .z71a4esidebar-list {
        max-height: none;
    }
}

@media (max-width: 576px) {
    .z71a4earticle-grid {
        grid-template-columns: 1fr;
    }

    .z71a4eguide-timeline {
        grid-template-columns: 1fr;
    }

    .z71a4esection-title {
        font-size: 1.5em;
    }

    .z71a4earticle-thumb,
    .z71a4earticle-thumb img {
        height: 180px;
    }

    .z71a4ehero-buttons .z71a4ebtn {
        width: 100%;
        max-width: none;
    }

    .z71a4efeatures,
    .z71a4etrading,
    .z71a4esecurity,
    .z71a4edownload,
    .z71a4eguide,
    .z71a4efaq,
    .z71a4earticles {
        padding: 50px 0;
    }

    .z71a4ebreadcrumb-current {
        display: block;
        margin-top: 5px;
    }
}

/* 动画优化 */
@media (prefers-reduced-motion: reduce) {
    .z71a4efeature-card,
    .z71a4edownload-row,
    .z71a4estep-card,
    .z71a4etrading-row,
    .z71a4esecurity-col,
    .z71a4efaq-item,
    .z71a4ehero-showcase,
    .z71a4earticle-card {
        animation: none;
        transition: none;
    }
} 