/* 基础样式 */
body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: #f7f8fa;
    color: #222;
    line-height: 1.7;
}
.z703decontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.z703deflex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.z703desite-header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0.5em 0;
    position: sticky;
    top: 0;
    z-index: 100;
}
.z703delogo {
    font-size: 2em;
    font-weight: bold;
    color: #1a73e8;
}
.z703demain-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3em;
}
.z703demain-nav a {
    text-decoration: none;
    color: #222;
    font-size: 1.1em;
    transition: color 0.2s;
}
.z703demain-nav a:hover {
    color: #1a73e8;
}
.z703dehero {
    background: linear-gradient(90deg, #1a73e8 0%, #4fc3f7 100%);
    color: #fff;
    padding: 3em 0 2em 0;
    text-align: center;
}
.z703dehero h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}
.z703dehero p {
    font-size: 1.3em;
    margin-bottom: 1.5em;
}
.z703decta-btn {
    display: inline-block;
    background: #fff;
    color: #1a73e8;
    padding: 0.8em 2em;
    border-radius: 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s;
}
.z703decta-btn:hover {
    background: #e3f2fd;
    color: #1565c0;
}
section {
    margin: 1.5em 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    padding: 1.5em 0;
}
section h2 {
    text-align: center;
    color: #1a73e8;
    margin-bottom: 0.8em;
    font-size: 2em;
}
.z703deservices-grid, .z703deadvantages-grid, .z703deprocess-grid, .z703departners-grid, .z703deabout-grid, .z703decontact-flex {
    gap: 1em;
}
.z703deservice-card, .z703deadvantage-card, .z703deprocess-card, .z703departner-card, .z703deabout-card, .z703decontact-info-card, .z703decontact-form-card, .z703derisk-card {
    padding: 1em 1em;
}
.z703deservice-card h3, .z703deadvantage-card h3, .z703deprocess-card h3, .z703departner-card h3, .z703deabout-card h2, .z703decontact-info-card h3, .z703decontact-form-card h3, .z703derisk-card h3 {
    margin-bottom: 0.4em;
}
.z703deservices-grid {
    display: flex;
    gap: 1.5em;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 1em;
}
.z703deservice-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(26,115,232,0.08);
    border: 2px solid #e3f2fd;
    padding: 1.4em 1.1em 1.2em 1.1em;
    flex: 1 1 240px;
    min-width: 210px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.5em;
    transition: box-shadow 0.2s, border-color 0.2s;
    position: relative;
}
.z703deservice-card h3 {
    font-size: 1.18em;
    color: #1976d2;
    margin-top: 0;
    margin-bottom: 0.6em;
}
.z703deservice-card ul {
    margin: 0.7em 0 0.5em 1.1em;
    padding: 0;
    list-style: disc inside;
    color: #444;
    font-size: 0.98em;
}
.z703deservice-card li {
    margin-bottom: 0.2em;
}
.z703deservice-card p {
    margin: 0 0 0.5em 0;
    color: #333;
    font-size: 1em;
}
.z703deservice-highlight {
    background: linear-gradient(90deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1976d2;
    font-weight: bold;
    border-radius: 6px;
    padding: 0.4em 1em;
    font-size: 0.98em;
    margin-top: 0.7em;
    align-self: flex-end;
    box-shadow: 0 1px 4px rgba(26,115,232,0.06);
}
.z703deservice-card:hover {
    box-shadow: 0 8px 24px rgba(26,115,232,0.16);
    border-color: #90caf9;
}
.z703deadvantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
    padding: 0;
    list-style: none;
}
.z703deadvantages-list li {
    background: #e3f2fd;
    border-radius: 6px;
    padding: 1em 2em;
    font-size: 1.1em;
}
.z703deprocess-steps {
    list-style: decimal inside;
    max-width: 600px;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.1em;
}
.z703decontact-flex {
    display: flex;
    gap: 2em;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 1em;
}
.z703decontact-info-card, .z703decontact-form-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(26,115,232,0.08);
    border: 2px solid #e3f2fd;
    padding: 1.5em 1.2em 1.2em 1.2em;
    flex: 1 1 260px;
    min-width: 220px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5em;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.z703decontact-info-card h3, .z703decontact-form-card h3 {
    font-size: 1.18em;
    color: #1976d2;
    margin-top: 0;
    margin-bottom: 0.7em;
}
.z703decontact-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1em 0;
    color: #444;
    font-size: 1em;
}
.z703decontact-info-list li {
    margin-bottom: 0.4em;
}
.z703decontact-tip {
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 6px;
    padding: 0.5em 1em;
    font-size: 0.98em;
    margin-top: 0.7em;
    align-self: flex-start;
}
.z703decontact-form-card {
    align-items: stretch;
}
.z703deform-group {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
input[type="text"],
input[type="tel"],
textarea {
    padding: 0.7em;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    font-size: 1em;
    background: #f9f9f9;
    resize: none;
}
.z703desubmit-btn {
    background: #1a73e8;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 0.8em 0;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
}
.z703desubmit-btn:hover {
    background: #1565c0;
}
.z703desite-footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 1.2em 0;
    border-radius: 0 0 10px 10px;
    margin-top: 2em;
    font-size: 1em;
}
.z703desubtitle {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #e3f2fd;
    letter-spacing: 1px;
}

/* FAQ 样式 */
.z703defaq-section {
    margin-top: 2em;
}
.z703defaq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}
.z703defaq-item {
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    padding: 1.2em 1.5em;
    flex: 1 1 300px;
    min-width: 260px;
    max-width: 400px;
}
.z703defaq-item h3 {
    margin-top: 0;
    color: #1a73e8;
    font-size: 1.1em;
}

/* 客户评价样式 */
.z703detestimonials-section {
    background: #f1f8fe;
}
.z703detestimonials-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}
.z703detestimonial-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    padding: 1.2em 1.5em;
    flex: 1 1 260px;
    min-width: 220px;
    max-width: 350px;
    font-style: italic;
    position: relative;
}
.z703detestimonial-item span {
    display: block;
    margin-top: 1em;
    color: #888;
    font-size: 0.95em;
    font-style: normal;
}

/* 服务承诺样式 */
.z703decommitment-section {
    background: #fffde7;
}
.z703decommitment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.z703decommitment-list li {
    background: #fffde7;
    border: 1px solid #ffe082;
    border-radius: 6px;
    padding: 1em 2em;
    font-size: 1.05em;
}

/* 风险提示样式 */
.z703derisk-section {
    background: #ffebee;
    border-radius: 10px;
    margin-top: 2em;
    text-align: center;
}
.z703derisk-section h2 {
    color: #d32f2f;
}
.z703derisk-section p {
    color: #b71c1c;
    font-weight: bold;
}

/* 合作伙伴样式 */
.z703departners-section {
    background: #f9fbe7;
}
.z703departners-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    justify-content: center;
    margin-top: 1em;
}
.z703departner-item {
    background: #fff;
    border: 1px solid #c5e1a5;
    border-radius: 6px;
    padding: 1em 2em;
    font-size: 1.05em;
    color: #558b2f;
}

/* 免责声明样式 */
.z703dedisclaimer {
    margin-top: 1em;
    font-size: 0.95em;
    color: #ffc107;
}

.z703dehero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.z703dehero-content {
    flex: 1 1 0;
    min-width: 220px;
}
.z703dehero-img-wrap {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}
.z703dehero-img {
    max-width: 420px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(26,115,232,0.08);
    object-fit: cover;
}

.z703deabout-grid {
    display: flex;
    gap: 1.5em;
    justify-content: center;
    align-items: stretch;
    margin-top: 1em;
    flex-wrap: wrap;
}
.z703deabout-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: none;
    padding: 1.5em 1.2em;
    flex: 1 1 260px;
    min-width: 220px;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.5em;
    transition: box-shadow 0.2s;
}
.z703deabout-card:hover {
    box-shadow: 0 8px 24px rgba(26,115,232,0.18);
}
.z703deabout-card h2 {
    font-size: 1.2em;
    color: #1a73e8;
    margin-top: 0;
    margin-bottom: 0.7em;
}

.z703deservices-title {
    text-align: center;
    color: #1a73e8;
    font-size: 2em;
    margin-bottom: 0.7em;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: bold;
}

.z703deadvantages-title {
    text-align: center;
    color: #1a73e8;
    font-size: 2em;
    margin-bottom: 0.7em;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: bold;
}
.z703deadvantages-grid {
    display: flex;
    gap: 1.5em;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 1em;
}
.z703deadvantage-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(26,115,232,0.08);
    border: 2px solid #e3f2fd;
    padding: 1.4em 1.1em 1.2em 1.1em;
    flex: 1 1 240px;
    min-width: 210px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.5em;
    transition: box-shadow 0.2s, border-color 0.2s;
    position: relative;
}
.z703deadvantage-card h3 {
    font-size: 1.18em;
    color: #1976d2;
    margin-top: 0;
    margin-bottom: 0.6em;
}
.z703deadvantage-card ul {
    margin: 0.7em 0 0.5em 1.1em;
    padding: 0;
    list-style: disc inside;
    color: #444;
    font-size: 0.98em;
}
.z703deadvantage-card li {
    margin-bottom: 0.2em;
}
.z703deadvantage-card p {
    margin: 0 0 0.5em 0;
    color: #333;
    font-size: 1em;
}
.z703deadvantage-highlight {
    background: linear-gradient(90deg, #e3f2fd 0%, #bbdefb 100%);
    color: #1976d2;
    font-weight: bold;
    border-radius: 6px;
    padding: 0.4em 1em;
    font-size: 0.98em;
    margin-top: 0.7em;
    align-self: flex-end;
    box-shadow: 0 1px 4px rgba(26,115,232,0.06);
}
.z703deadvantage-card:hover {
    box-shadow: 0 8px 24px rgba(26,115,232,0.16);
    border-color: #90caf9;
}

.z703deprocess-title {
    text-align: center;
    color: #1a73e8;
    font-size: 2em;
    margin-bottom: 0.7em;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: bold;
}
.z703deprocess-grid {
    display: flex;
    gap: 1.5em;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 1em;
}
.z703deprocess-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(26,115,232,0.08);
    border: 2px solid #e3f2fd;
    padding: 1.4em 1.1em 1.2em 1.1em;
    flex: 1 1 200px;
    min-width: 180px;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.5em;
    transition: box-shadow 0.2s, border-color 0.2s;
    position: relative;
}
.z703deprocess-card h3 {
    font-size: 1.1em;
    color: #1976d2;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
}
.z703deprocess-card p {
    margin: 0 0 0.5em 0;
    color: #333;
    font-size: 0.98em;
}
.z703deprocess-step {
    width: 38px;
    height: 38px;
    background: linear-gradient(90deg, #1a73e8 0%, #4fc3f7 100%);
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7em;
    box-shadow: 0 2px 8px rgba(26,115,232,0.10);
}
.z703deprocess-card:hover {
    box-shadow: 0 8px 24px rgba(26,115,232,0.16);
    border-color: #90caf9;
}

.z703derisk-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1em;
}
.z703derisk-card {
    background: #fff3e0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(255,152,0,0.10);
    border: 2px solid #ffe0b2;
    padding: 0.7em 0.7em;
    max-width: 700px;
    min-width: 220px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.2em;
    transition: box-shadow 0.2s, border-color 0.2s;
    text-align: left;
    justify-content: flex-start;
    gap: 1.2em;
}
.z703derisk-icon {
    font-size: 1.6em;
    color: #ff9800;
    margin-bottom: 0;
    flex-shrink: 0;
}
.z703derisk-card h3 {
    color: #d32f2f;
    margin: 0 0 0.3em 0;
    font-size: 1em;
}
.z703derisk-card p {
    color: #b71c1c;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    font-size: 0.95em;
}
.z703derisk-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    font-size: 0.96em;
}
.z703derisk-list {
    list-style: disc inside;
    color: #b71c1c;
    padding: 0;
    margin: 0.3em 0 0 0;
    font-size: 0.95em;
    text-align: left;
}
.z703derisk-list li {
    margin-bottom: 0.2em;
}

.z703departners-title {
    text-align: center;
    color: #1a73e8;
    font-size: 2em;
    margin-bottom: 0.7em;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: bold;
}
.z703departners-grid {
    display: flex;
    gap: 1.5em;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 1em;
}
.z703departner-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(76,175,80,0.08);
    border: 2px solid #c5e1a5;
    padding: 1.2em 1.1em;
    flex: 1 1 180px;
    min-width: 140px;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5em;
    transition: box-shadow 0.2s, border-color 0.2s;
    text-align: center;
}
.z703departner-icon {
    font-size: 2.2em;
    margin-bottom: 0.5em;
}
.z703departner-name {
    color: #558b2f;
    font-size: 1.05em;
    font-weight: bold;
}
.z703departner-card:hover {
    box-shadow: 0 8px 24px rgba(76,175,80,0.16);
    border-color: #81c784;
}

@media (max-width: 900px) {
    .z703deservices-grid {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .z703deservice-card {
        max-width: 100%;
    }
    .z703deflex-between {
        flex-direction: column;
        gap: 1em;
    }
    .z703defaq-list, .z703detestimonials-list, .z703decommitment-list, .z703departners-list {
        flex-direction: column;
        align-items: center;
    }
    .z703dehero-flex {
        flex-direction: column;
        gap: 1.5em;
    }
    .z703dehero-img-wrap {
        justify-content: center;
        margin-bottom: 1em;
    }
    .z703dehero-img {
        max-width: 98vw;
        border-radius: 8px;
    }
    .z703deabout-grid {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .z703deabout-card {
        max-width: 100%;
    }
    .z703deadvantages-grid {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .z703deadvantage-card {
        max-width: 100%;
    }
    .z703deprocess-grid {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .z703deprocess-card {
        max-width: 100%;
    }
    .z703decontact-flex {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .z703decontact-info-card, .z703decontact-form-card {
        max-width: 100%;
    }
    .z703derisk-flex {
        flex-direction: column;
        align-items: center;
    }
    .z703derisk-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 100%;
        gap: 0.3em;
        padding: 0.7em 0.7em;
    }
    .z703derisk-content {
        align-items: center;
        font-size: 0.96em;
    }
    .z703derisk-icon {
        font-size: 1.6em;
    }
    .z703derisk-card h3 {
        font-size: 1em;
    }
    .z703derisk-card p, .z703derisk-list {
        font-size: 0.95em;
    }
    .z703departners-grid {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .z703departner-card {
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    .z703decontainer {
        padding: 0;
    }
    .z703deservice-card, .z703deadvantage-card, .z703deprocess-card, .z703departner-card, .z703deabout-card, .z703decontact-info-card, .z703decontact-form-card, .z703derisk-card {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    .z703dehero-img, .z703departner-icon, img {
        max-width: 100%;
        height: auto;
    }
    .z703deservices-grid, .z703deadvantages-grid, .z703deprocess-grid, .z703departners-grid, .z703deabout-grid, .z703decontact-flex {
        gap: 0.3em;
    }
    .z703dehero h1 {
        font-size: 1.5em;
    }
    section h2 {
        font-size: 1.3em;
    }
    .z703deadvantages-list li {
        font-size: 1em;
        padding: 0.7em 1em;
    }
    .z703deservice-item {
        padding: 1em;
    }
    .z703desite-header, .z703desite-footer {
        border-radius: 0;
    }
    .z703dehero-img {
        max-width: 98vw;
        border-radius: 8px;
    }
}
html, body {
    overflow-x: hidden;
}

/* 导航栏汉堡菜单样式 */
.z703denav-toggle-label {
    display: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 120;
}
.z703denav-toggle-label span {
    display: block;
    width: 28px;
    height: 4px;
    margin: 4px 0;
    background: #1a73e8;
    border-radius: 2px;
    transition: 0.3s;
}
@media (max-width: 900px) {
    .z703demain-nav ul {
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        padding: 0.5em 0 1em 0;
        display: none;
        z-index: 110;
    }
    .z703demain-nav ul li {
        width: 100%;
        border-bottom: 1px solid #e3f2fd;
    }
    .z703demain-nav ul li:last-child {
        border-bottom: none;
    }
    .z703demain-nav ul li a {
        display: block;
        width: 100%;
        padding: 1em 1.5em;
        font-size: 1.1em;
    }
    .z703denav-toggle-label {
        display: flex;
    }
    .z703denav-toggle:checked + .z703denav-toggle-label span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .z703denav-toggle:checked + .z703denav-toggle-label span:nth-child(2) {
        opacity: 0;
    }
    .z703denav-toggle:checked + .z703denav-toggle-label span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .z703denav-toggle:checked ~ ul {
        display: flex;
    }
    .z703demain-nav {
        position: relative;
    }
}

/* ========== 导航栏目当前样式 ========== */
.z703demain-nav li.z703dethis a,
.z703demain-nav li.thisclass a {
    color: #1a73e8;
    font-weight: bold;
}
.z703delogo a {
    color: #1a73e8;
    text-decoration: none;
}
.z703delogo a:hover {
    color: #1565c0;
}

/* ========== 内页布局（列表/内容） ========== */
.z703depage-wrap {
    background: #f7f8fa;
    padding-bottom: 24px;
}
.z703debreadcrumb {
    padding: 14px 0 4px 0;
    font-size: 0.92rem;
    color: #666;
}
.z703debreadcrumb a {
    color: #1a73e8;
    text-decoration: none;
}
.z703debreadcrumb a:hover {
    text-decoration: underline;
}
.z703debreadcrumb-sep {
    margin: 0 8px;
    color: #bbb;
}
.z703debreadcrumb-current {
    color: #333;
}
.z703depage-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin: 12px auto 28px auto;
}
.z703depage-main {
    flex: 1 1 0;
    min-width: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 28px 24px;
}
.z703desidebar {
    flex: 0 0 280px;
    min-width: 240px;
}

/* ========== 侧栏 ========== */
.z703desidebar-block {
    background: #fff;
    border: 2px solid #e3f2fd;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(26,115,232,0.08);
    margin-bottom: 18px;
    overflow: hidden;
}
.z703desidebar-title {
    margin: 0;
    padding: 12px 14px;
    background: linear-gradient(90deg, #1a73e8 0%, #4fc3f7 100%);
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
.z703desidebar-title a {
    color: #fff;
    text-decoration: none;
}
.z703desidebar-title a:hover {
    text-decoration: underline;
}
.z703desidebar-list {
    list-style: none;
    margin: 0;
    padding: 8px 10px;
}
.z703desidebar-item {
    border-bottom: 1px solid #e3f2fd;
    padding: 8px 0;
}
.z703desidebar-item:last-child {
    border-bottom: none;
}
.z703desidebar-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
    font-size: 0.92rem;
    line-height: 1.4;
}
.z703desidebar-link:hover {
    color: #1a73e8;
}
.z703desidebar-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 42px;
    overflow: hidden;
    border-radius: 4px;
    background: #e3f2fd;
}
.z703desidebar-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.z703desidebar-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ========== 内容页 ========== */
.z703dearticle-header {
    border-bottom: 2px solid #e3f2fd;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.z703dearticle-title {
    font-size: 1.6rem;
    color: #1a73e8;
    margin: 0 0 12px 0;
    line-height: 1.4;
}
.z703dearticle-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    font-size: 0.92rem;
    color: #666;
}
.z703dearticle-meta a {
    color: #1a73e8;
    text-decoration: none;
}
.z703dearticle-meta a:hover {
    text-decoration: underline;
}
.z703dearticle-litpic {
    text-align: center;
    margin-bottom: 20px;
}
.z703dearticle-litpic img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(26,115,232,0.10);
}
.z703dearticle-body {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.z703dearticle-body img {
    max-width: 100%;
    height: auto;
}
.z703dediyfield {
    margin-top: 16px;
    padding: 12px;
    background: #f7f8fa;
    border-radius: 8px;
}
.z703dearticle-images {
    margin-top: 20px;
}
.z703dearticle-figure {
    margin: 0 0 16px 0;
    text-align: center;
}
.z703dearticle-figure img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.z703dearticle-figure figcaption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 6px;
}
.z703demeta-tags {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.z703detagitem a {
    display: inline-block;
    padding: 4px 12px;
    background: #e3f2fd;
    color: #1a73e8;
    border-radius: 16px;
    font-size: 0.88rem;
    text-decoration: none;
}
.z703detagitem a:hover {
    background: #1a73e8;
    color: #fff;
}
.z703deprenext {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e3f2fd;
    font-size: 0.95rem;
}
.z703deprenext-item {
    flex: 1;
    min-width: 0;
}
.z703deprenext-item span {
    color: #888;
}
.z703deprenext-pre {
    text-align: left;
}
.z703deprenext-next {
    text-align: right;
}
.z703deprenext a {
    color: #1a73e8;
    text-decoration: none;
}
.z703deprenext a:hover {
    text-decoration: underline;
}
.z703derelated {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 2px solid #e3f2fd;
}
.z703derelated-title {
    font-size: 1.2rem;
    color: #1a73e8;
    margin: 0 0 16px 0;
}
.z703derelated-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.z703derelated-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
}
.z703derelated-item:last-child {
    border-bottom: none;
}
.z703derelated-link {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: #333;
}
.z703derelated-link:hover strong {
    color: #1a73e8;
}
.z703derelated-thumb {
    flex: 0 0 80px;
    width: 80px;
    height: 60px;
    overflow: hidden;
    border-radius: 6px;
    background: #e3f2fd;
}
.z703derelated-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.z703derelated-info {
    flex: 1;
    min-width: 0;
}
.z703derelated-info strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
}
.z703derelated-info p {
    margin: 0;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.5;
}

/* ========== 列表页 ========== */
.z703delist-header {
    border-bottom: 2px solid #e3f2fd;
    padding-bottom: 14px;
    margin-bottom: 20px;
}
.z703delist-title {
    font-size: 1.5rem;
    color: #1a73e8;
    margin: 0 0 8px 0;
}
.z703delist-desc {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
}
.z703delistbox {
    margin-bottom: 24px;
}
.z703delist-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.z703delist-item {
    display: flex;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #e3f2fd;
}
.z703delist-item:last-child {
    border-bottom: none;
}
.z703delist-thumb {
    flex: 0 0 160px;
    width: 160px;
    height: 110px;
    overflow: hidden;
    border-radius: 8px;
    background: #e3f2fd;
    display: block;
}
.z703delist-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s;
}
.z703delist-thumb:hover img {
    transform: scale(1.05);
}
.z703delist-info {
    flex: 1;
    min-width: 0;
}
.z703delist-item-title {
    margin: 0 0 8px 0;
    font-size: 1.15rem;
}
.z703delist-item-title a {
    color: #1a73e8;
    text-decoration: none;
}
.z703delist-item-title a:hover {
    color: #1565c0;
    text-decoration: underline;
}
.z703delist-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 0.88rem;
    color: #888;
    margin-bottom: 8px;
}
.z703delist-meta a {
    color: #1a73e8;
    text-decoration: none;
}
.z703delist-intro {
    margin: 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

/* ========== 分页（左右布局） ========== */
.z703depagebar {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e3f2fd;
}
.z703depagebar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.z703depagebar-left,
.z703depagebar-right {
    flex: 0 0 auto;
    min-width: 80px;
}
.z703depagebar-left {
    text-align: left;
}
.z703depagebar-right {
    text-align: right;
}
.z703depagebar-center {
    flex: 1;
    text-align: center;
}
.z703depagebar .pagelist,
.z703depagebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
}
.z703depagebar a,
.z703depagebar span {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    color: #1a73e8;
    text-decoration: none;
    font-size: 0.92rem;
    background: #fff;
}
.z703depagebar a:hover {
    background: #1a73e8;
    color: #fff;
    border-color: #1a73e8;
}
.z703depagebar .thisclass,
.z703depagebar .thisclass a {
    background: #1a73e8;
    color: #fff;
    border-color: #1a73e8;
}

/* ========== 首页文章板块（5列×2行） ========== */
.z703dearticles-section {
    margin: 1.5em 0;
}
.z703dearticles-title {
    text-align: center;
    color: #1a73e8;
    font-size: 2em;
    margin: 0 0 1em 0;
    font-weight: bold;
}
.z703dearticles-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.z703dehome-article-card {
    background: #fff;
    border: 2px solid #e3f2fd;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(26,115,232,0.08);
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
    display: flex;
    flex-direction: column;
}
.z703dehome-article-card:hover {
    box-shadow: 0 8px 24px rgba(26,115,232,0.16);
    border-color: #90caf9;
}
.z703dehome-article-thumb {
    display: block;
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: #e3f2fd;
}
.z703dehome-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s;
}
.z703dehome-article-card:hover .z703dehome-article-thumb img {
    transform: scale(1.05);
}
.z703dehome-article-title {
    margin: 0;
    padding: 10px 10px 12px 10px;
    text-align: center;
    font-size: 0.92rem;
    line-height: 1.4;
    font-weight: normal;
}
.z703dehome-article-title a {
    color: #1976d2;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.z703dehome-article-title a:hover {
    color: #1a73e8;
}
.z703dehome-article-card .intro,
.z703dehome-article-card p:not(.z703dehome-article-title) {
    display: none;
}

/* ========== 内页与文章板块移动端 ========== */
@media (max-width: 1100px) {
    .z703dearticles-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 900px) {
    .z703depage-layout {
        flex-direction: column;
    }
    .z703desidebar {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
    }
    .z703dearticles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .z703deprenext {
        flex-direction: column;
    }
    .z703deprenext-next {
        text-align: left;
    }
}
@media (max-width: 600px) {
    .z703depage-main {
        padding: 18px 12px;
    }
    .z703dearticle-title {
        font-size: 1.25rem;
    }
    .z703delist-item {
        flex-direction: column;
    }
    .z703delist-thumb {
        flex: none;
        width: 100%;
        height: 180px;
    }
    .z703dearticles-grid {
        grid-template-columns: 1fr;
    }
    .z703dehome-article-thumb {
        height: 180px;
    }
    .z703depagebar-inner {
        flex-direction: column;
        gap: 10px;
    }
    .z703depagebar-left,
    .z703depagebar-right,
    .z703depagebar-center {
        width: 100%;
        text-align: center;
    }
    .z703derelated-link {
        flex-direction: column;
    }
    .z703derelated-thumb {
        width: 100%;
        height: 140px;
    }
    .z703desidebar-thumb {
        flex: 0 0 48px;
        width: 48px;
        height: 36px;
    }
}