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