/* 基础样式 */
body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: #f7f8fa;
    color: #222;
    line-height: 1.7;
}
.zeea4acontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.zeea4aflex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zeea4asite-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;
}
.zeea4alogo {
    font-size: 2em;
    font-weight: bold;
    color: #1a73e8;
}
.zeea4amain-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3em;
}
.zeea4amain-nav a {
    text-decoration: none;
    color: #222;
    font-size: 1.1em;
    transition: color 0.2s;
}
.zeea4amain-nav a:hover {
    color: #1a73e8;
}
.zeea4ahero {
    background: linear-gradient(90deg, #1a73e8 0%, #4fc3f7 100%);
    color: #fff;
    padding: 3em 0 2em 0;
    text-align: center;
}
.zeea4ahero h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}
.zeea4ahero p {
    font-size: 1.3em;
    margin-bottom: 1.5em;
}
.zeea4acta-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;
}
.zeea4acta-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;
}
.zeea4aservices-grid, .zeea4aadvantages-grid, .zeea4aprocess-grid, .zeea4apartners-grid, .zeea4aabout-grid, .zeea4acontact-flex {
    gap: 1em;
}
.zeea4aservice-card, .zeea4aadvantage-card, .zeea4aprocess-card, .zeea4apartner-card, .zeea4aabout-card, .zeea4acontact-info-card, .zeea4acontact-form-card, .zeea4arisk-card {
    padding: 1em 1em;
}
.zeea4aservice-card h3, .zeea4aadvantage-card h3, .zeea4aprocess-card h3, .zeea4apartner-card h3, .zeea4aabout-card h2, .zeea4acontact-info-card h3, .zeea4acontact-form-card h3, .zeea4arisk-card h3 {
    margin-bottom: 0.4em;
}
.zeea4aservices-grid {
    display: flex;
    gap: 1.5em;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 1em;
}
.zeea4aservice-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;
}
.zeea4aservice-card h3 {
    font-size: 1.18em;
    color: #1976d2;
    margin-top: 0;
    margin-bottom: 0.6em;
}
.zeea4aservice-card ul {
    margin: 0.7em 0 0.5em 1.1em;
    padding: 0;
    list-style: disc inside;
    color: #444;
    font-size: 0.98em;
}
.zeea4aservice-card li {
    margin-bottom: 0.2em;
}
.zeea4aservice-card p {
    margin: 0 0 0.5em 0;
    color: #333;
    font-size: 1em;
}
.zeea4aservice-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);
}
.zeea4aservice-card:hover {
    box-shadow: 0 8px 24px rgba(26,115,232,0.16);
    border-color: #90caf9;
}
.zeea4aadvantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5em;
    padding: 0;
    list-style: none;
}
.zeea4aadvantages-list li {
    background: #e3f2fd;
    border-radius: 6px;
    padding: 1em 2em;
    font-size: 1.1em;
}
.zeea4aprocess-steps {
    list-style: decimal inside;
    max-width: 600px;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.1em;
}
.zeea4acontact-flex {
    display: flex;
    gap: 2em;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 1em;
}
.zeea4acontact-info-card, .zeea4acontact-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;
}
.zeea4acontact-info-card h3, .zeea4acontact-form-card h3 {
    font-size: 1.18em;
    color: #1976d2;
    margin-top: 0;
    margin-bottom: 0.7em;
}
.zeea4acontact-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1em 0;
    color: #444;
    font-size: 1em;
}
.zeea4acontact-info-list li {
    margin-bottom: 0.4em;
}
.zeea4acontact-tip {
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 6px;
    padding: 0.5em 1em;
    font-size: 0.98em;
    margin-top: 0.7em;
    align-self: flex-start;
}
.zeea4acontact-form-card {
    align-items: stretch;
}
.zeea4aform-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;
}
.zeea4asubmit-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;
}
.zeea4asubmit-btn:hover {
    background: #1565c0;
}
.zeea4asite-footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 1.2em 0;
    border-radius: 0 0 10px 10px;
    margin-top: 2em;
    font-size: 1em;
}
.zeea4asubtitle {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #e3f2fd;
    letter-spacing: 1px;
}

/* FAQ 样式 */
.zeea4afaq-section {
    margin-top: 2em;
}
.zeea4afaq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}
.zeea4afaq-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;
}
.zeea4afaq-item h3 {
    margin-top: 0;
    color: #1a73e8;
    font-size: 1.1em;
}

/* 客户评价样式 */
.zeea4atestimonials-section {
    background: #f1f8fe;
}
.zeea4atestimonials-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
}
.zeea4atestimonial-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;
}
.zeea4atestimonial-item span {
    display: block;
    margin-top: 1em;
    color: #888;
    font-size: 0.95em;
    font-style: normal;
}

/* 服务承诺样式 */
.zeea4acommitment-section {
    background: #fffde7;
}
.zeea4acommitment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2em;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.zeea4acommitment-list li {
    background: #fffde7;
    border: 1px solid #ffe082;
    border-radius: 6px;
    padding: 1em 2em;
    font-size: 1.05em;
}

/* 风险提示样式 */
.zeea4arisk-section {
    background: #ffebee;
    border-radius: 10px;
    margin-top: 2em;
    text-align: center;
}
.zeea4arisk-section h2 {
    color: #d32f2f;
}
.zeea4arisk-section p {
    color: #b71c1c;
    font-weight: bold;
}

/* 合作伙伴样式 */
.zeea4apartners-section {
    background: #f9fbe7;
}
.zeea4apartners-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    justify-content: center;
    margin-top: 1em;
}
.zeea4apartner-item {
    background: #fff;
    border: 1px solid #c5e1a5;
    border-radius: 6px;
    padding: 1em 2em;
    font-size: 1.05em;
    color: #558b2f;
}

/* 免责声明样式 */
.zeea4adisclaimer {
    margin-top: 1em;
    font-size: 0.95em;
    color: #ffc107;
}

.zeea4ahero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2em;
}
.zeea4ahero-content {
    flex: 1 1 0;
    min-width: 220px;
}
.zeea4ahero-img-wrap {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}
.zeea4ahero-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;
}

.zeea4aabout-grid {
    display: flex;
    gap: 1.5em;
    justify-content: center;
    align-items: stretch;
    margin-top: 1em;
    flex-wrap: wrap;
}
.zeea4aabout-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;
}
.zeea4aabout-card:hover {
    box-shadow: 0 8px 24px rgba(26,115,232,0.18);
}
.zeea4aabout-card h2 {
    font-size: 1.2em;
    color: #1a73e8;
    margin-top: 0;
    margin-bottom: 0.7em;
}

.zeea4aservices-title {
    text-align: center;
    color: #1a73e8;
    font-size: 2em;
    margin-bottom: 0.7em;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: bold;
}

.zeea4aadvantages-title {
    text-align: center;
    color: #1a73e8;
    font-size: 2em;
    margin-bottom: 0.7em;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: bold;
}
.zeea4aadvantages-grid {
    display: flex;
    gap: 1.5em;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 1em;
}
.zeea4aadvantage-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;
}
.zeea4aadvantage-card h3 {
    font-size: 1.18em;
    color: #1976d2;
    margin-top: 0;
    margin-bottom: 0.6em;
}
.zeea4aadvantage-card ul {
    margin: 0.7em 0 0.5em 1.1em;
    padding: 0;
    list-style: disc inside;
    color: #444;
    font-size: 0.98em;
}
.zeea4aadvantage-card li {
    margin-bottom: 0.2em;
}
.zeea4aadvantage-card p {
    margin: 0 0 0.5em 0;
    color: #333;
    font-size: 1em;
}
.zeea4aadvantage-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);
}
.zeea4aadvantage-card:hover {
    box-shadow: 0 8px 24px rgba(26,115,232,0.16);
    border-color: #90caf9;
}

.zeea4aprocess-title {
    text-align: center;
    color: #1a73e8;
    font-size: 2em;
    margin-bottom: 0.7em;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: bold;
}
.zeea4aprocess-grid {
    display: flex;
    gap: 1.5em;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 1em;
}
.zeea4aprocess-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;
}
.zeea4aprocess-card h3 {
    font-size: 1.1em;
    color: #1976d2;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
}
.zeea4aprocess-card p {
    margin: 0 0 0.5em 0;
    color: #333;
    font-size: 0.98em;
}
.zeea4aprocess-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);
}
.zeea4aprocess-card:hover {
    box-shadow: 0 8px 24px rgba(26,115,232,0.16);
    border-color: #90caf9;
}

.zeea4arisk-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1em;
}
.zeea4arisk-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;
}
.zeea4arisk-icon {
    font-size: 1.6em;
    color: #ff9800;
    margin-bottom: 0;
    flex-shrink: 0;
}
.zeea4arisk-card h3 {
    color: #d32f2f;
    margin: 0 0 0.3em 0;
    font-size: 1em;
}
.zeea4arisk-card p {
    color: #b71c1c;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    font-size: 0.95em;
}
.zeea4arisk-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    font-size: 0.96em;
}
.zeea4arisk-list {
    list-style: disc inside;
    color: #b71c1c;
    padding: 0;
    margin: 0.3em 0 0 0;
    font-size: 0.95em;
    text-align: left;
}
.zeea4arisk-list li {
    margin-bottom: 0.2em;
}

.zeea4apartners-title {
    text-align: center;
    color: #1a73e8;
    font-size: 2em;
    margin-bottom: 0.7em;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: bold;
}
.zeea4apartners-grid {
    display: flex;
    gap: 1.5em;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 1em;
}
.zeea4apartner-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;
}
.zeea4apartner-icon {
    font-size: 2.2em;
    margin-bottom: 0.5em;
}
.zeea4apartner-name {
    color: #558b2f;
    font-size: 1.05em;
    font-weight: bold;
}
.zeea4apartner-card:hover {
    box-shadow: 0 8px 24px rgba(76,175,80,0.16);
    border-color: #81c784;
}

@media (max-width: 900px) {
    .zeea4aservices-grid {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .zeea4aservice-card {
        max-width: 100%;
    }
    .zeea4aflex-between {
        flex-direction: column;
        gap: 1em;
    }
    .zeea4afaq-list, .zeea4atestimonials-list, .zeea4acommitment-list, .zeea4apartners-list {
        flex-direction: column;
        align-items: center;
    }
    .zeea4ahero-flex {
        flex-direction: column;
        gap: 1.5em;
    }
    .zeea4ahero-img-wrap {
        justify-content: center;
        margin-bottom: 1em;
    }
    .zeea4ahero-img {
        max-width: 98vw;
        border-radius: 8px;
    }
    .zeea4aabout-grid {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .zeea4aabout-card {
        max-width: 100%;
    }
    .zeea4aadvantages-grid {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .zeea4aadvantage-card {
        max-width: 100%;
    }
    .zeea4aprocess-grid {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .zeea4aprocess-card {
        max-width: 100%;
    }
    .zeea4acontact-flex {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .zeea4acontact-info-card, .zeea4acontact-form-card {
        max-width: 100%;
    }
    .zeea4arisk-flex {
        flex-direction: column;
        align-items: center;
    }
    .zeea4arisk-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 100%;
        gap: 0.3em;
        padding: 0.7em 0.7em;
    }
    .zeea4arisk-content {
        align-items: center;
        font-size: 0.96em;
    }
    .zeea4arisk-icon {
        font-size: 1.6em;
    }
    .zeea4arisk-card h3 {
        font-size: 1em;
    }
    .zeea4arisk-card p, .zeea4arisk-list {
        font-size: 0.95em;
    }
    .zeea4apartners-grid {
        flex-direction: column;
        gap: 0.5em;
        align-items: stretch;
    }
    .zeea4apartner-card {
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    .zeea4acontainer {
        padding: 0;
    }
    .zeea4aservice-card, .zeea4aadvantage-card, .zeea4aprocess-card, .zeea4apartner-card, .zeea4aabout-card, .zeea4acontact-info-card, .zeea4acontact-form-card, .zeea4arisk-card {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    .zeea4ahero-img, .zeea4apartner-icon, img {
        max-width: 100%;
        height: auto;
    }
    .zeea4aservices-grid, .zeea4aadvantages-grid, .zeea4aprocess-grid, .zeea4apartners-grid, .zeea4aabout-grid, .zeea4acontact-flex {
        gap: 0.3em;
    }
    .zeea4ahero h1 {
        font-size: 1.5em;
    }
    section h2 {
        font-size: 1.3em;
    }
    .zeea4aadvantages-list li {
        font-size: 1em;
        padding: 0.7em 1em;
    }
    .zeea4aservice-item {
        padding: 1em;
    }
    .zeea4asite-header, .zeea4asite-footer {
        border-radius: 0;
    }
    .zeea4ahero-img {
        max-width: 98vw;
        border-radius: 8px;
    }
}
html, body {
    overflow-x: hidden;
}

/* 导航栏汉堡菜单样式 */
.zeea4anav-toggle-label {
    display: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 120;
}
.zeea4anav-toggle-label span {
    display: block;
    width: 28px;
    height: 4px;
    margin: 4px 0;
    background: #1a73e8;
    border-radius: 2px;
    transition: 0.3s;
}
@media (max-width: 900px) {
    .zeea4amain-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;
    }
    .zeea4amain-nav ul li {
        width: 100%;
        border-bottom: 1px solid #e3f2fd;
    }
    .zeea4amain-nav ul li:last-child {
        border-bottom: none;
    }
    .zeea4amain-nav ul li a {
        display: block;
        width: 100%;
        padding: 1em 1.5em;
        font-size: 1.1em;
    }
    .zeea4anav-toggle-label {
        display: flex;
    }
    .zeea4anav-toggle:checked + .zeea4anav-toggle-label span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .zeea4anav-toggle:checked + .zeea4anav-toggle-label span:nth-child(2) {
        opacity: 0;
    }
    .zeea4anav-toggle:checked + .zeea4anav-toggle-label span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .zeea4anav-toggle:checked ~ ul {
        display: flex;
    }
    .zeea4amain-nav {
        position: relative;
    }
} 