/* 全局样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 触摸设备优化 */
@media (hover: none) and (pointer: coarse) {
    .z9470dnav-link,
    .z9470dform-button,
    .z9470dservice-card,
    .z9470dadvantage-item,
    .z9470dcontact-card {
        -webkit-tap-highlight-color: rgba(102, 126, 234, 0.2);
    }

    .z9470dform-input:focus,
    .z9470dform-textarea:focus,
    .z9470dform-select:focus {
        font-size: 16px; /* 防止iOS自动缩放 */
    }
}

.z9470dcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* 头部样式 */
.z9470dheader {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* PC端导航布局 */
.z9470dheader .z9470dcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.z9470dnav {
    overflow-x: visible;
    overflow-y: visible;
}

.z9470dnav::-webkit-scrollbar {
    height: 2px;
}

.z9470dnav::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}

.z9470dnav::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
    border-radius: 2px;
}

.z9470dlogo-text {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.z9470dlogo-subtitle {
    font-size: 14px;
    opacity: 0.9;
}

.z9470dnav-list {
    display: flex;
    list-style: none;
    gap: 30px;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.z9470dnav-item {
    flex-shrink: 0;
}

.z9470dnav-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s;
    padding: 5px 0;
    display: block;
    white-space: nowrap;
}

.z9470dnav-link:hover {
    opacity: 0.8;
    border-bottom: 2px solid #fff;
}

/* 英雄区块 */
.z9470dhero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.z9470dhero-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

.z9470dhero-content {
    text-align: left;
}

.z9470dhero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px;
}

.z9470dhero-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.4);
    animation: z9470dfloat 3s ease-in-out infinite;
    object-fit: contain;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

@keyframes z9470dfloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.z9470dhero-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 15px;
}

.z9470dhero-subtitle {
    font-size: 20px;
    margin-bottom: 15px;
    opacity: 0.95;
    line-height: 1.8;
}

.z9470dhero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 25px;
}

@media (max-width: 992px) {
    .z9470dhero-features {
        grid-template-columns: 1fr;
    }

    .z9470dframework-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .z9470dframework-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .z9470dcomparison-header,
    .z9470dcomparison-row {
        grid-template-columns: 1.2fr 1.4fr 1.4fr;
    }

    .z9470dprocess-timeline::before {
        left: 40px;
    }

    .z9470dstep-number {
        width: 75px;
        height: 75px;
        min-width: 75px;
        font-size: 26px;
    }

    .z9470dstep-details {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .z9470dprocess-summary {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .z9470dcontact-framework {
        gap: 30px;
    }

    .z9470dcontact-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .z9470dcontact-form-wrapper {
        position: static;
    }

    .z9470dservices-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .z9470dhero-wrapper {
        gap: 35px;
    }
}

/* 横屏手机优化 */
@media (max-width: 768px) and (orientation: landscape) {
    .z9470dhero {
        padding: 40px 0;
    }

    .z9470dhero-wrapper {
        grid-template-columns: 1.2fr 1fr;
        gap: 30px;
        text-align: left;
    }

    .z9470dhero-content {
        text-align: left;
    }

    .z9470dhero-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

.z9470dfeature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.z9470dfeature-item > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.z9470dfeature-icon {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.z9470dfeature-text {
    font-size: 16px;
    font-weight: bold;
}

.z9470dfeature-detail {
    font-size: 13px;
    opacity: 0.85;
    line-height: 1.5;
}

/* 区块标题 */
.z9470dsection-header {
    text-align: center;
    margin-bottom: 50px;
}

.z9470dsection-title {
    font-size: 36px;
    color: #1e3c72;
    margin-bottom: 15px;
    font-weight: bold;
}

.z9470dsection-subtitle {
    font-size: 18px;
    color: #666;
}

/* 服务项目 */
.z9470dservices {
    padding: 80px 0;
    background: #fff;
}

.z9470dservices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.z9470dservice-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.z9470dservice-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.z9470dservice-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.z9470dservice-title {
    font-size: 22px;
    color: #1e3c72;
    margin-bottom: 15px;
    font-weight: bold;
}

.z9470dservice-desc {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.8;
}

.z9470dservice-list {
    list-style: none;
    text-align: left;
    margin-top: 20px;
}

.z9470dservice-list li {
    padding: 8px 0;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.z9470dservice-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.z9470dservice-note {
    margin-top: 20px;
    padding: 12px;
    background: #f0f4ff;
    border-left: 3px solid #667eea;
    border-radius: 5px;
    font-size: 14px;
    color: #1e3c72;
    font-weight: 500;
}

/* 核心优势 */
.z9470dadvantages {
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

/* 对比表格框架 */
.z9470dadvantages-comparison {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.z9470dcomparison-header,
.z9470dcomparison-row {
    display: grid;
    grid-template-columns: 1.5fr 2fr 2fr;
    border-bottom: 1px solid #e8e8e8;
}

.z9470dcomparison-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-weight: bold;
}

.z9470dcomparison-row:last-child {
    border-bottom: none;
}

.z9470dcomparison-row:nth-child(even) {
    background: #f9f9f9;
}

.z9470dcomparison-row:hover {
    background: #f0f4ff;
}

.z9470dcomparison-col {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.6;
}

.z9470dcomparison-label {
    font-weight: 600;
    color: #333;
    background: #f8f9fa;
}

.z9470dcomparison-header .z9470dcomparison-label {
    background: transparent;
    color: #fff;
}

.z9470dcomparison-others {
    color: #888;
}

.z9470dcomparison-us {
    color: #1e3c72;
    font-weight: 500;
}

.z9470dcheck-mark {
    color: #10b981;
    font-weight: bold;
    font-size: 18px;
    margin-right: 8px;
}

/* 框架式优势展示 */
.z9470dadvantages-framework {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.z9470dframework-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 35px;
    color: #fff;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: start;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.3);
}

.z9470dframework-icon {
    font-size: 64px;
    line-height: 1;
}

.z9470dframework-content {
    flex: 1;
}

.z9470dframework-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.z9470dframework-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.z9470dstat-box {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.2);
}

.z9470dstat-value {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
}

.z9470dstat-text {
    font-size: 13px;
    opacity: 0.9;
}

.z9470dframework-desc {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.95;
}

/* 优势卡片网格 */
.z9470dframework-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.z9470dframework-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.3s;
    border: 1px solid #e8e8e8;
}

.z9470dframework-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
    border-color: #667eea;
}

.z9470dcard-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.z9470dcard-icon {
    font-size: 32px;
    line-height: 1;
}

.z9470dcard-title {
    font-size: 18px;
    font-weight: bold;
    color: #1e3c72;
    margin: 0;
}

.z9470dcard-body {
    flex: 1;
}

.z9470dcard-highlight {
    font-size: 20px;
    font-weight: bold;
    color: #667eea;
    margin-bottom: 12px;
}

.z9470dcard-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* 服务流程 */
.z9470dprocess {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* 流程时间轴框架 */
.z9470dprocess-timeline {
    position: relative;
    padding: 20px 0;
}

.z9470dprocess-timeline::before {
    content: '';
    position: absolute;
    left: 45px;
    top: 80px;
    bottom: 80px;
    width: 3px;
    background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
    z-index: 1;
}

.z9470dprocess-step {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}

.z9470dprocess-step:last-child {
    margin-bottom: 0;
}

.z9470dstep-wrapper {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.z9470dstep-number {
    width: 90px;
    height: 90px;
    min-width: 90px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    position: relative;
    z-index: 3;
    border: 5px solid #fff;
}

.z9470dstep-content {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
}

.z9470dprocess-step:hover .z9470dstep-content {
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
    transform: translateX(5px);
    border-color: #667eea;
}

.z9470dstep-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.z9470dstep-icon {
    font-size: 36px;
    line-height: 1;
}

.z9470dstep-title {
    font-size: 22px;
    color: #1e3c72;
    font-weight: bold;
    margin: 0;
    flex: 1;
}

.z9470dstep-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
}

.z9470dbadge-free {
    background: #e8f5e9;
    color: #2e7d32;
}

.z9470dbadge-expert {
    background: #e3f2fd;
    color: #1976d2;
}

.z9470dbadge-secure {
    background: #fff3e0;
    color: #f57c00;
}

.z9470dbadge-fast {
    background: #f3e5f5;
    color: #7b1fa2;
}

.z9470dbadge-success {
    background: #e8f5e9;
    color: #388e3c;
}

.z9470dstep-desc {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 18px;
}

.z9470dstep-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    background: #f8f9fa;
    padding: 18px;
    border-radius: 8px;
}

.z9470ddetail-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.z9470ddetail-label {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.z9470ddetail-value {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.z9470dvalue-highlight {
    color: #667eea;
    font-size: 15px;
}

/* 流程总结卡片 */
.z9470dprocess-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.z9470dsummary-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 25px;
    color: #fff;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
    transition: transform 0.3s;
}

.z9470dsummary-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.z9470dsummary-icon {
    font-size: 40px;
    line-height: 1;
    flex-shrink: 0;
}

.z9470dsummary-content {
    flex: 1;
}

.z9470dsummary-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.z9470dsummary-text {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.95;
    margin: 0;
}


/* 联系我们 */
.z9470dcontact {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* 联系框架布局 */
.z9470dcontact-framework {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    align-items: start;
}

/* 联系信息卡片网格 */
.z9470dcontact-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.z9470dcontact-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.z9470dcontact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
    border-color: #667eea;
}

.z9470dcard-icon-wrapper {
    margin-bottom: 15px;
}

.z9470dcard-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.z9470dcard-content {
    flex: 1;
}

.z9470dcard-title {
    font-size: 18px;
    color: #1e3c72;
    font-weight: bold;
    margin-bottom: 12px;
}

.z9470dcard-phone,
.z9470dcard-time,
.z9470dcard-area-text,
.z9470dcard-promise-text {
    font-size: 22px;
    color: #667eea;
    font-weight: bold;
    margin-bottom: 8px;
}

.z9470dcard-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

.z9470dcard-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.z9470dcard-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.z9470dfeature-tag {
    padding: 4px 10px;
    background: #f0f4ff;
    color: #667eea;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

/* 表单区域 */
.z9470dcontact-form-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px solid #e8e8e8;
    position: sticky;
    top: 100px;
}

.z9470dform-header {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.z9470dform-title {
    font-size: 24px;
    color: #1e3c72;
    font-weight: bold;
    margin-bottom: 8px;
}

.z9470dform-subtitle {
    font-size: 14px;
    color: #888;
    line-height: 1.6;
}

.z9470dform-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.z9470dform-group {
    margin-bottom: 18px;
}

.z9470dform-label {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
}

.z9470drequired {
    color: #f44336;
}

.z9470dform-input,
.z9470dform-textarea,
.z9470dform-select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.3s;
    background: #fff;
    box-sizing: border-box;
}

.z9470dform-input:focus,
.z9470dform-textarea:focus,
.z9470dform-select:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.z9470dform-textarea {
    resize: vertical;
    min-height: 120px;
}

.z9470dform-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23667eea' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.z9470dform-tips {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.z9470dtip-item {
    font-size: 13px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

.z9470dform-button {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.z9470dform-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.z9470dbutton-icon {
    font-size: 18px;
    transition: transform 0.3s;
}

.z9470dform-button:hover .z9470dbutton-icon {
    transform: translateX(3px);
}

/* 页脚 */
.z9470dfooter {
    background: #1e3c72;
    color: #fff;
    padding: 50px 0 20px;
}

.z9470dfooter-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.z9470dfooter-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.z9470dfooter-text {
    line-height: 1.8;
    opacity: 0.9;
    font-size: 14px;
}

.z9470dfooter-list {
    list-style: none;
}

.z9470dfooter-list li {
    padding: 8px 0;
    opacity: 0.9;
    font-size: 14px;
}

.z9470dfooter-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.z9470dfooter-copyright {
    opacity: 0.8;
    font-size: 14px;
}

/* PC端大屏幕优化 */
@media (min-width: 1400px) {
    .z9470dcontainer {
        max-width: 1400px;
    }

    .z9470dhero-title {
        font-size: 48px;
    }

    .z9470dsection-title {
        font-size: 40px;
    }
}

/* 平板端优化 */
@media (max-width: 1200px) and (min-width: 993px) {
    .z9470dhero-wrapper {
        gap: 50px;
    }

    .z9470dservices-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    /* 移动端：导航栏紧贴logo下方，横向排列 */
    .z9470dheader .z9470dcontainer {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .z9470dlogo {
        width: 100%;
        margin-bottom: 8px;
    }

    .z9470dnav {
        width: 100%;
        margin-top: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .z9470dnav-list {
        justify-content: flex-start;
        gap: 18px;
        flex-wrap: nowrap;
        padding-bottom: 5px;
        min-width: max-content;
    }

    .z9470dnav-item {
        flex-shrink: 0;
    }

    .z9470dnav-link {
        font-size: 13px;
        padding: 3px 0;
        border: none;
        background: none;
        text-decoration: none;
        border-bottom: none;
        border-radius: 0;
        white-space: nowrap;
    }

    .z9470dnav-link:hover {
        border-bottom: none;
        background: none;
        opacity: 0.9;
    }

    .z9470dhero-title {
        font-size: 28px;
    }

    .z9470dhero {
        padding: 35px 0;
    }

    .z9470dhero-wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }

    .z9470dhero-content {
        text-align: center;
    }

    .z9470dhero-subtitle {
        font-size: 16px;
    }

    .z9470dhero-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .z9470dfeature-item {
        min-width: auto;
        width: 100%;
    }

    .z9470dhero-image {
        order: -1;
    }

    .z9470dhero-img {
        max-width: 80%;
    }

    .z9470dsection-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .z9470dsection-subtitle {
        font-size: 16px;
        line-height: 1.6;
    }

    .z9470dservices {
        padding: 50px 0;
    }

    .z9470dservice-card {
        padding: 25px;
    }

    .z9470dservice-title {
        font-size: 20px;
    }

    .z9470dservice-desc {
        font-size: 14px;
    }

    .z9470dservices-grid {
        grid-template-columns: 1fr;
    }

    .z9470dadvantages {
        padding: 50px 0;
    }

    .z9470dadvantages-comparison {
        margin-bottom: 30px;
    }

    .z9470dcomparison-header,
    .z9470dcomparison-row {
        grid-template-columns: 1fr;
        display: block;
    }

    .z9470dcomparison-col {
        padding: 12px 15px;
        border-bottom: 1px solid #e8e8e8;
    }

    .z9470dcomparison-header .z9470dcomparison-col {
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .z9470dcomparison-row .z9470dcomparison-label {
        font-weight: bold;
        background: #e8e8e8;
        border-bottom: none;
    }

    .z9470dcomparison-row:last-child .z9470dcomparison-col:last-child {
        border-bottom: none;
    }

    .z9470dframework-primary {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .z9470dframework-icon {
        font-size: 48px;
        margin: 0 auto;
    }

    .z9470dframework-stats {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .z9470dframework-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .z9470dframework-title {
        font-size: 24px;
    }

    .z9470dstat-value {
        font-size: 28px;
    }

    .z9470dprocess {
        padding: 50px 0;
    }

    .z9470dprocess-timeline::before {
        left: 35px;
        top: 60px;
        bottom: 60px;
    }

    .z9470dstep-wrapper {
        gap: 20px;
    }

    .z9470dstep-number {
        width: 70px;
        height: 70px;
        min-width: 70px;
        font-size: 24px;
        border-width: 3px;
    }

    .z9470dstep-content {
        padding: 20px 25px;
    }

    .z9470dstep-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .z9470dstep-icon {
        font-size: 28px;
    }

    .z9470dstep-title {
        font-size: 18px;
    }

    .z9470dstep-details {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .z9470dprocess-summary {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .z9470dcontact {
        padding: 50px 0;
    }

    .z9470dcontact-framework {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .z9470dcontact-cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .z9470dcontact-form-wrapper {
        position: static;
        padding: 30px;
    }

    .z9470dform-row {
        grid-template-columns: 1fr;
    }

    .z9470dform-group {
        margin-bottom: 16px;
    }

    .z9470dform-input,
    .z9470dform-textarea,
    .z9470dform-select {
        font-size: 16px;
    }

    .z9470dheader {
        padding: 15px 0;
    }

    .z9470dlogo-text {
        font-size: 24px;
    }

    .z9470dlogo-subtitle {
        font-size: 12px;
    }

    .z9470dnav-link {
        font-size: 14px;
    }

    .z9470dfooter-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .z9470dfooter-text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .z9470dlogo-text {
        font-size: 22px;
    }

    .z9470dheader {
        padding: 12px 0;
    }

    .z9470dheader .z9470dcontainer {
        gap: 0;
    }

    .z9470dnav {
        margin-top: 6px;
    }

    .z9470dnav-list {
        flex-direction: row;
        gap: 12px;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        min-width: max-content;
    }

    .z9470dnav-item {
        flex-shrink: 0;
    }

    .z9470dnav-link {
        text-align: left;
        padding: 3px 0;
        background: none;
        border-radius: 0;
        border: none;
        border-bottom: none;
        font-size: 12px;
        text-decoration: none;
        white-space: nowrap;
    }

    .z9470dnav-link:hover {
        border-bottom: none;
        background: none;
        opacity: 0.9;
    }

    .z9470dhero {
        padding: 30px 0;
    }

    .z9470dhero-wrapper {
        gap: 20px;
    }

    .z9470dhero-title {
        margin-bottom: 12px;
    }

    .z9470dhero-subtitle {
        margin-bottom: 12px;
    }

    .z9470dhero-features {
        margin-top: 20px;
        gap: 15px;
    }

    .z9470dhero-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .z9470dhero-subtitle {
        font-size: 15px;
    }

    .z9470dhero-img {
        max-width: 90%;
    }

    .z9470dhero-image {
        padding: 5px;
    }

    .z9470dservices,
    .z9470dadvantages,
    .z9470dprocess,
    .z9470dcontact {
        padding: 35px 0;
    }

    .z9470dcontact-cards {
        gap: 15px;
    }

    .z9470dcontact-card {
        padding: 20px;
    }

    .z9470dcard-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .z9470dcard-phone,
    .z9470dcard-time,
    .z9470dcard-area-text,
    .z9470dcard-promise-text {
        font-size: 18px;
    }

    .z9470dcontact-form-wrapper {
        padding: 25px 20px;
    }

    .z9470dform-title {
        font-size: 20px;
    }

    .z9470dform-subtitle {
        font-size: 13px;
    }

    .z9470dprocess-timeline::before {
        left: 25px;
        display: none;
    }

    .z9470dstep-wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .z9470dstep-number {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 20px;
        margin: 0 auto;
    }

    .z9470dstep-content {
        padding: 18px 20px;
        text-align: center;
    }

    .z9470dstep-header {
        justify-content: center;
        text-align: center;
    }

    .z9470dstep-title {
        font-size: 17px;
    }

    .z9470dstep-desc {
        font-size: 14px;
    }

    .z9470dprocess-summary {
        margin-top: 30px;
    }

    .z9470dsummary-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .z9470dsummary-icon {
        font-size: 36px;
        margin: 0 auto;
    }

    .z9470dcomparison-col {
        font-size: 14px;
        padding: 10px 12px;
    }

    .z9470dframework-primary {
        padding: 25px 20px;
    }

    .z9470dframework-card {
        padding: 20px;
    }

    .z9470dcard-title {
        font-size: 16px;
    }

    .z9470dcard-highlight {
        font-size: 16px;
    }

    .z9470dcard-desc {
        font-size: 13px;
    }

    .z9470dframework-primary {
        padding: 20px;
    }

    .z9470dframework-title {
        font-size: 20px;
    }

    .z9470dstat-value {
        font-size: 24px;
    }

    .z9470dadvantages {
        padding: 40px 0;
    }

    .z9470dprocess {
        padding: 40px 0;
    }

    .z9470dcontact {
        padding: 40px 0;
    }

    .z9470dservice-list li {
        font-size: 13px;
        padding: 6px 0;
    }

    .z9470dstep-circle {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .z9470dform-button {
        font-size: 15px;
        padding: 14px;
        min-height: 44px; /* 触摸友好的最小高度 */
    }

    .z9470dform-input,
    .z9470dform-textarea,
    .z9470dform-select {
        min-height: 44px; /* 触摸友好的最小高度 */
        font-size: 16px; /* 防止iOS自动缩放 */
    }

    .z9470dform-textarea {
        min-height: 100px;
    }

    .z9470dcontainer {
        padding: 0 15px;
    }

    .z9470dheader {
        padding: 12px 0;
    }

    .z9470dlogo-text {
        font-size: 20px;
    }

    .z9470dnav-list {
        gap: 12px;
        padding-bottom: 3px;
    }

    .z9470dnav-link {
        font-size: 12px;
        padding: 3px 0;
    }
}

