@font-face {
    font-family: "AlimamaFangYuanTi";
    src: url("/images/aliziti/AlimamaFangYuanTiVF-Thin.woff2") format("woff2"),
         url("/images/aliziti/AlimamaFangYuanTiVF-Thin.woff") format("woff"),
         url("/images/aliziti/AlimamaFangYuanTiVF-Thin.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "AlimamaFangYuanTi", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background: #fff;
    min-width: 1200px;
}

ul, ol { list-style: none; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #e8ecf1;
    padding: 0 24px;
    transition: box-shadow 0.25s;
}

.site-header.scrolled-header {
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.header-inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
}

.brand-logo-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-logo-link {
    flex-shrink: 0;
    line-height: 0;
}

.brand-logo-img {
    object-fit: contain;
}

.brand-text-stack {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.brand-name-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a3a5c;
    letter-spacing: 1px;
}

.brand-sub-text {
    font-size: 0.7rem;
    color: #7a8b9b;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.main-nav-menu { display: flex; gap: 6px; align-items: center; }

.nav-menu-link {
    display: inline-block;
    padding: 8px 16px;
    font-size: 0.92rem;
    color: #4a5568;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
}

.nav-menu-link .iconfont {
    font-size: 13px;
    margin-right: 4px;
    vertical-align: -1px;
}

.navicon-1:before { content: "\e9a0"; }
.navicon-2:before { content: "\e9d4"; }
.navicon-3:before { content: "\e992"; }
.navicon-4:before { content: "\e996"; }
.navicon-5:before { content: "\e99e"; }
.navicon-6:before { content: "\e85c"; }
.navicon-7:before { content: "\e9cd"; }
.navicon-8:before { content: "\e91f"; }

.svcicon-1:before { content: "\e941"; }
.svcicon-2:before { content: "\e9ed"; }
.svcicon-3:before { content: "\ea05"; }
.svcicon-4:before { content: "\e9f0"; }
.svcicon-5:before { content: "\ea07"; }

.nav-menu-link:hover,
.nav-menu-link.active-nav {
    color: #1a3a5c;
    background: #f0f4f8;
}

.nav-cta-btn {
    display: inline-block;
    padding: 9px 22px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.2s;
    white-space: nowrap;
}

.nav-phone-number {
    font-size: 0.88rem;
    color: #1a3a5c;
    font-weight: 600;
    padding: 6px 10px;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.nav-phone-number .iconfont {
    font-size: 14px;
    margin-right: 4px;
    vertical-align: -1px;
}

.nav-cta-btn:hover { background: #15304d; }

.nav-dropdown {
    position: relative;
}

.drop-arrow {
    font-size: 10px;
    margin-left: 2px;
    transition: transform 0.2s;
}

.nav-dropdown:hover .drop-arrow {
    transform: rotate(180deg);
}

.dropdown-panel {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    border: 1px solid #e8ecf1;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 100;
}

.dropdown-panel::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

.nav-dropdown:hover .dropdown-panel {
    opacity: 1;
    visibility: visible;
}

.dropdown-link {
    display: block;
    padding: 8px 20px;
    font-size: 0.85rem;
    color: #4a5568;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.dropdown-link:hover {
    background: #f0f4f8;
    color: #1a3a5c;
}

.hero-banner-section {
    padding: 80px 24px 50px;
    background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-banner-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(26,58,92,0.04) 0%, transparent 70%);
    border-radius: 50%;
}

.hero-content-box {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-main-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a3a5c;
    line-height: 1.35;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hero-sub-title {
    font-size: 1.1rem;
    color: #5a6d80;
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.pain-point-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.pain-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.9rem;
   color: #7a8b9b;
}

.pain-dot-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #c8d6e5;
    border-radius: 50%;
    flex-shrink: 0;
}

.hero-btn-group {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary-large {
    display: inline-block;
    padding: 14px 36px;
    background: #1a3a5c;
    color: #fff;
    border: 2px solid #1a3a5c;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.25s, transform 0.2s;
}

.btn-primary-large:hover {
    background: #15304d;
    transform: translateY(-1px);
}

.btn-outline-large {
    display: inline-block;
    padding: 14px 36px;
    background: transparent;
    color: #1a3a5c;
    border: 2px solid #1a3a5c;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.25s, color 0.25s, transform 0.2s;
}

.btn-outline-large:hover {
    background: #1a3a5c;
    color: #fff;
    transform: translateY(-1px);
}

.section-block {
    padding: 80px 24px;
}

.section-wrapper {
    max-width: 1200px;
    margin: 30px auto;
}

.section-heading-box {
    text-align: center;
    margin: 52px;
}

.section-tag-line {
    display: inline-block;
    font-size: 0.82rem;
    color: #5a8fbf;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-main-title {
    font-size: 1.85rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 10px;
}

.section-desc-text {
    font-size: 0.98rem;
    color: #6b7d90;
    max-width: 600px;
    margin: 0 auto;
}

.advantage-section {
    background: #fff;
}

.advantage-grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}

.advantage-card {
    background: #f9fbfd;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 32px 24px 28px;
    text-align: center;
    transition: box-shadow 0.25s, transform 0.2s;
    position: relative;
}

.advantage-card:hover {
    box-shadow: 0 8px 30px rgba(26,58,92,0.08);
    transform: translateY(-3px);
}

.adv-icon-circle {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    background: #edf2f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a3a5c;
    font-size: 24px;
}

.adv-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 10px;
}

.adv-card-desc {
    font-size: 0.88rem;
    color: #6b7d90;
    line-height: 1.65;
}

.process-section {
    background: #f7f9fc;
    padding: 80px 24px;
}

.process-step-row {
    display: flex;
    gap: 0;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.process-card {
    flex: 0 0 calc(16.66% - 16px);
    min-width: 150px;
    text-align: center;
    position: relative;
    padding: 0 10px;
}

.step-num-badge {
    width: 50px;
    height: 50px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 auto 16px;
    position: relative;
}

.process-card:not(:last-child) .step-num-badge::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 8px);
    width: 24px;
    height: 2px;
    background: #c8d6e5;
}

.step-title-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a3a5c;
    margin-bottom: 6px;
}

.step-detail-desc {
    font-size: 0.8rem;
    color: #7a8b9b;
    line-height: 1.55;
}

.step-time-hint {
    font-size: 0.7rem;
    color: #5a8fbf;
    margin-top: 5px;
    font-weight: 500;
    background: #edf2f7;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
}

.service-section {
    padding: 80px 24px;
   background: #fff;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-showcase-card {
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    padding: 28px 18px 22px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: box-shadow 0.25s, border-color 0.25s;
}

.service-showcase-card:hover {
    border-color: #1a3a5c;
    box-shadow: 0 6px 24px rgba(26,58,92,0.07);
}

.svc-icon-box {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    background: #edf2f7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a3a5c;
    font-size: 22px;
}

.svc-card-name {
    font-size: 0.92rem;
    font-weight: 600;
    color: #1a3a5c;
    margin-bottom: 8px;
    line-height: 1.4;
}

.svc-card-brief {
    font-size: 0.8rem;
    color: #7a8b9b;
    line-height: 1.55;
}

.svc-deliver-box {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #e0e5ea;
    text-align: left;
}

.svc-deliver-label {
    font-size: 0.68rem;
    color: #5a8fbf;
    font-weight: 600;
    margin-bottom: 4px;
}

.svc-deliver-text {
    font-size: 0.73rem;
    color: #8a9aaa;
    line-height: 1.5;
}

.case-section {
    padding: 80px 24px;
    background: #f7f9fc;
}

.case-display-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 1200px;
    margin: 0 auto;
}

.case-preview-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ecedf0;
    transition: box-shadow 0.25s;
    cursor: pointer;
}

.case-preview-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.07);
}

.case-card-top {
    padding: 20px 18px 0;
}

.case-industry-tag {
    display: inline-block;
    font-size: 0.72rem;
    color: #5a8fbf;
    background: #edf2f7;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 600;
   letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.case-title-head {
    font-size: 0.98rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 8px;
    line-height: 1.4;
}

.case-pain-brief {
    font-size: 0.8rem;
    color: #6b7d90;
    line-height: 1.6;
    margin-bottom: 14px;
}

.case-stat-row {
    display: flex;
    gap: 16px;
    padding: 14px 18px;
    background: #f9fbfd;
    border-top: 1px solid #ecedf0;
}

.case-stat-item {
    text-align: center;
    flex: 1;
}

.case-stat-num {
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a3a5c;
}

.case-stat-unit {
    display: block;
    font-size: 0.72rem;
    color: #7a8b9b;
}

.case-detail-link {
    display: block;
    text-align: center;
    padding: 10px 14px;
    font-size: 0.82rem;
    color: #1a3a5c;
    font-weight: 600;
    border-top: 1px solid #ecedf0;
    transition: background 0.2s;
}

.case-detail-link:hover { background: #f0f4f8; }

.audience-section {
    background: #fff;
}

.audience-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 1200px;
    margin: 0 auto;
}

.audience-profile-card {
    background: #f9fbfd;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 28px 20px 22px;
    text-align: center;
    transition: box-shadow 0.25s;
    position: relative;
}

.audience-profile-card:hover {
    box-shadow: 0 6px 24px rgba(26,58,92,0.07);
}

.aud-avatar-circle {
    width: 58px;
    height: 58px;
    margin: 0 auto 16px;
    background: #e8eff6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a3a5c;
    font-size: 26px;
}

.aud-role-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 4px;
}

.aud-role-sub {
    font-size: 0.78rem;
    color: #5a8fbf;
    margin-bottom: 12px;
    font-weight: 500;
}

.aud-pain-item {
    display: inline-block;
    font-size: 0.78rem;
    color: #6b7d90;
    background: #f0f3f7;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 3px 3px;
}

.insight-section {
   padding: 36px 24px;
    background: #fff;
}

.cost-compare-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.cost-card {
    background: #fff;
    border-radius: 10px;
    padding: 26px 24px;
    border: 1px solid #e8ecf1;
    border-left: 4px solid #e74c3c;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: box-shadow 0.25s;
}

.cost-card.solved-card {
    border-left-color: #27ae60;
}

.cost-card:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

.cost-icon-col {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.cost-icon-col.icon-bad { background: #fdecea; color: #e74c3c; }
.cost-icon-col.icon-good { background: #e8f5e9; color: #27ae60; }

.cost-text-col {
    flex: 1;
}

.cost-label-tag {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #e74c3c;
}

.solved-card .cost-label-tag { color: #27ae60; }

.cost-scene-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 6px;
    line-height: 1.4;
}

.cost-scene-detail {
    font-size: 0.82rem;
    color: #6b7d90;
    line-height: 1.6;
}

.lead-gen-section {
    padding: 80px 24px;
    background: linear-gradient(135deg, #1a3a5c 0%, #244b72 100%);
    color: #fff;
}

.lead-gen-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
    align-items: center;
}

.lead-info-side {
    flex: 1;
}

.lead-gen-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.35;
}

.lead-gen-sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 22px;
    line-height: 1.65;
}

.lead-benefit-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lead-benefit-item {
    display: flex;
    align-items: center;
   gap: 10px;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.9);
}

.lead-process-flow {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.lead-process-title {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
}

.lead-process-steps {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lead-step-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lead-step-num {
    width: 24px;
    height: 24px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.lead-step-text {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.85);
}

.lead-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    flex-shrink: 0;
    color: #fff;
}

.lead-form-side {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 30px 28px;
    color: #2c3e50;
}

.lead-form-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 20px;
    text-align: center;
}

.lead-risk-reversal {
    text-align: center;
    font-size: 0.78rem;
    color: #27ae60;
    background: #e8f5e9;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 16px;
    font-weight: 500;
}

/* 表单提交结果提示 */
.form-result-msg {
    text-align: center;
    font-size: 0.78rem;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 14px;
    font-weight: 500;
}
.form-result-success {
    color: #27ae60;
    background: #e8f5e9;
}
.form-result-error {
    color: #c0392b;
    background: #fdecea;
}

.diagnosis-form .form-field-group {
    margin-bottom: 14px;
}

.diagnosis-form .form-input-field,
.diagnosis-form .form-select-field {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #dce3ea;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #2c3e50;
    background: #f9fbfd;
    transition: border-color 0.2s;
    font-family: inherit;
}

.diagnosis-form .form-input-field:focus,
.diagnosis-form .form-select-field:focus {
    border-color: #1a3a5c;
    outline: none;
    background: #fff;
}

.diagnosis-form .form-input-field::placeholder {
    color: #b0bec5;
}

.form-row-split {
    display: flex;
    gap: 12px;
}

.form-row-split .form-field-group {
    flex: 1;
}

.form-submit-btn {
    width: 100%;
    padding: 12px;
    background: #1a3a5c;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.form-submit-btn:hover { background: #15304d; }

.form-trust-row {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #ecedf0;
}

.form-trust-item {
    text-align: center;
    flex: 1;
}

.form-trust-num {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a3a5c;
}

.form-trust-label {
    display: block;
    font-size: 0.68rem;
    color: #8a9aaa;
    margin-top: 2px;
}

.trust-section {
    padding: 50px 24px 60px;
    background: #fff;
    border-top: 1px solid #ecedf0;
}

.trust-stat-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.trust-stat-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 160px;
    text-align: center;
    padding: 24px 16px;
}

.trust-big-num {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a3a5c;
    line-height: 1;
    margin-bottom: 6px;
}

.trust-num-label {
    font-size: 0.85rem;
    color: #7a8b9b;
}

.trust-industry-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 26px auto 0;
    padding-top: 20px;
    border-top: 1px solid #ecedf0;
}

.trust-industry-label {
    font-size: 0.82rem;
    color: #6b7d90;
    font-weight: 600;
}

.trust-industry-tag {
    display: inline-block;
    font-size: 0.75rem;
    color: #5a8fbf;
    background: #edf2f7;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 500;
}

.site-footer {
   padding: 40px 24px 24px;
    background: #f7f9fc;
    border-top: 1px solid #e8ecf1;
    color: #6b7d90;
    font-size: 0.85rem;
}

.footer-content-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 28px;
}

.footer-brand-col {
    width: 300px;
}

.footer-brand-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a3a5c;
    margin-bottom: 8px;
}

.footer-logo-img {
    display: block;
    margin: 0 auto 14px;
}

.footer-slogan {
    margin-bottom: 14px;
    text-align: center;
    letter-spacing: 3px;
    font-size: 0.92rem;
    padding: 8px 0 14px;
    border-bottom: 1px solid #e4e7ed;
}

.footer-contact {
}

.footer-contact-item {
    text-align: center;
    margin-bottom: 10px;
    padding: 8px 12px;
    background: #f0f4f8;
    border-radius: 6px;
}

.contact-label {
    display: block;
    margin-bottom: 3px;
    font-size: 0.75rem;
    color: #7a8b9b;
}

.contact-value {
    display: block;
    font-size: 0.88rem;
    color: #1a3a5c;
    font-weight: 500;
}

.footer-brand-desc {
    color: #7a8b9b;
    line-height: 1.6;
    font-size: 0.82rem;
}

.footer-links-col {
    display: flex;
    gap: 48px;
}

.footer-link-group h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a3a5c;
    margin-bottom: 10px;
}

.footer-link-group a {
    display: block;
    font-size: 0.82rem;
    color: #6b7d90;
    padding: 3px 0;
    transition: color 0.2s;
}

.footer-link-group a .iconfont {
    font-size: 10px;
    margin-right: 5px;
    color: #b0bec5;
    transition: color 0.2s;
}

.footer-link-group a:hover { color: #1a3a5c; }
.footer-link-group a:hover .iconfont { color: #1a3a5c; }

.qr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    margin-top: 12px;
}

.qr-item {
    text-align: center;
    padding: 0 4px;
}

.qr-item img {
    width: 90px;
    height: 90px;
    border-radius: 6px;
    border: 1px solid #e4e7ed;
    margin: 0 auto 6px;
}

.qr-item span {
    display: block;
    font-size: 0.72rem;
    color: #8a9baa;
    line-height: 1.4;
}

.footer-city-section {
    max-width: 1200px;
    margin: 16px auto 0;
    padding-top: 14px;
    border-top: 1px solid #e4e7ed;
}

.footer-city-section h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a3a5c;
    margin-bottom: 10px;
}

.city-tag-list {
    font-size: 0.82rem;
    color: #6b7d90;
    line-height: 2.2;
}

.city-tag-list a {
    display: inline;
    color: #6b7d90;
    padding: 0;
    margin-right: 10px;
}

.city-tag-list a::after {
    content: '·';
    margin-left: 10px;
    color: #c0c8d0;
}

.city-tag-list a:last-child::after {
    content: none;
}

.footer-bottom-bar {
    max-width: 1200px;
    margin: 28px auto 0;
    padding-top: 18px;
    border-top: 1px solid #e8ecf1;
    text-align: center;
    font-size: 0.78rem;
    color: #a0b0c0;
    line-height: 2;
}

.footer-bottom-bar a {
    color: #a0b0c0;
    transition: color 0.2s;
}

.footer-bottom-bar a:hover {
    color: #1a3a5c;
}

.footer-bottom-links {
    margin-top: 4px;
}

.footer-bottom-links a {
    margin: 0 8px;
}

.footer-bottom-links a + a::before {
    content: '|';
    margin-right: 8px;
    color: #c8d0d8;
}

.footer-beian {
    margin-top: 6px;
}

.footer-beian a {
    margin: 0 10px;
}

.footer-beian img {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 3px;
    height: 14px;
}

.floating-cta-group {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.floating-cta-btn {
    background: #1a3a5c;
    color: #fff;
    padding: 13px 24px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(26,58,92,0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: transform 0.25s, box-shadow 0.25s;
    border: none;
}

.floating-cta-btn-user {
    background: #fff;
    color: #1a3a5c;
    border: 1px solid #e4e7ed;
    box-shadow: 0 2px 12px rgba(26,58,92,0.12);
}

.floating-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(26,58,92,0.4);
}

.floating-cta-btn-query {
    background: #2980b9;
    box-shadow: 0 4px 20px rgba(41,128,185,0.35);
}

.floating-cta-btn-query:hover {
    background: #2471a3;
    box-shadow: 0 6px 28px rgba(41,128,185,0.45);
}

.appt-scroll-bar {
    background: #1a3a5c;
    padding: 12px 24px;
    overflow: hidden;
}

.appt-scroll-wrap {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.appt-scroll-track {
    display: inline-block;
    white-space: nowrap;
    animation: apptScroll 28s linear infinite;
}

.appt-scroll-bar:hover .appt-scroll-track {
    animation-play-state: paused;
}

.appt-scroll-item {
    display: inline-block;
    color: rgba(255,255,255,0.85);
    font-size: 0.8rem;
    padding: 0 32px;
    white-space: nowrap;
}

.appt-scroll-item::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #5a8fbf;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -2px;
}

@keyframes apptScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.three-news-section {
    padding: 50px 24px;
    background: #f7f9fc;
    border-top: 1px solid #e8ecf1;
}

.news-col-row {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.news-col-block {
    background: #fff;
    border-radius: 8px;
    padding: 22px 20px 16px;
    border: 1px solid #ecedf0;
}

.news-col-head {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a3a5c;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-col-head .iconfont {
    font-size: 16px;
    color: #5a8fbf;
}

.news-col-list {
    list-style: none;
}

.news-col-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px dashed #ecedf0;
    gap: 10px;
}

.news-col-list li:last-child {
    border-bottom: none;
}

.news-col-list li a {
    flex: 1;
    font-size: 0.82rem;
    color: #4a5568;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s;
    padding-left: 14px;
    position: relative;
}

.news-col-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #c8d6e5;
    border-radius: 50%;
    transition: background 0.2s;
}

.news-col-list li a:hover::before {
    background: #1a3a5c;
}

.news-col-list li a:hover {
    color: #1a3a5c;
}

.news-col-date {
    flex-shrink: 0;
    font-size: 0.7rem;
    color: #a0b0c0;
}

/* ===== 案例详情页专属样式 ===== */

/* -- 分类筛选栏 -- */
.case-filter-section {
    padding: 24px 0 10px;
}

.case-filter-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
    margin: 0 auto;
}

.case-filter-btn {
    padding: 8px 22px;
    border: 1px solid #dce3ea;
    background: #fff;
    border-radius: 24px;
    font-size: 0.9rem;
    color: #5a6b7d;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}

.case-filter-btn:hover {
    border-color: #1a3a5c;
    color: #1a3a5c;
    background: #f4f7fa;
}

.case-filter-btn.active {
    background: #1a3a5c;
    border-color: #1a3a5c;
    color: #fff;
}

/* -- 案例详情区块 -- */
.case-detail-section {
    padding: 30px 0 40px;
}

.case-detail-section:nth-child(even) .case-card {
    background: #f9fafb;
}

.case-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 44px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 30px rgba(0,0,0,0.04);
    transition: box-shadow 0.3s;
}

.case-card:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.06), 0 12px 40px rgba(0,0,0,0.06);
}

/* -- 头部 -- */
.case-card-header {
    text-align: center;
    margin-bottom: 32px;
}

.case-card-header .case-industry-tag {
    display: inline-block;
    margin-bottom: 10px;
}

.case-detail-title {
    font-size: 1.55rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.case-detail-subtitle {
    font-size: 1rem;
    color: #5a6b7d;
    margin: 0 auto;
    max-width: 560px;
    line-height: 1.6;
}

/* -- 三阶段卡片行 -- */
.case-phase-row {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}

.case-phase-card {
    flex: 1;
    padding: 24px 20px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.case-phase-card::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0.08;
}

.case-phase-card .phase-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 14px;
    color: #fff;
    letter-spacing: 0;
}

.case-phase-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a3a5c;
}

.case-phase-card p {
    font-size: 0.88rem;
    color: #4a5b6b;
    line-height: 1.7;
    margin: 0;
}

.phase-pain {
    background: #fef5f5;
    border: 1px solid #fce0e0;
}
.phase-pain::after { background: #e74c3c; }
.phase-pain .phase-icon { background: #e74c3c; }
.phase-pain h4 { color: #c0392b; }

.phase-rpa {
    background: #f0f6fb;
    border: 1px solid #d6e6f5;
}
.phase-rpa::after { background: #2980b9; }
.phase-rpa .phase-icon { background: #2980b9; }
.phase-rpa h4 { color: #2471a3; }

.phase-ai {
    background: #f7f0fa;
    border: 1px solid #e4d1f0;
}
.phase-ai::after { background: #8e44ad; }
.phase-ai .phase-icon { background: #8e44ad; }
.phase-ai h4 { color: #7d3c98; }

/* -- 视频区 -- */
.case-video-area {
    margin-bottom: 28px;
    border-radius: 12px;
    overflow: hidden;
    background: #1a1f2e;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1);
    position: relative;
}

.case-demo-video {
    width: 100%;
    display: block;
    max-height: 520px;
}

.case-video-caption {
    margin: 0;
    padding: 12px 20px;
    font-size: 0.85rem;
    color: #a8b8c8;
    text-align: center;
    background: #141820;
}

/* -- 数据指标 -- */
.case-info-col .case-stat-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid #eef1f5;
}

.case-stat-row .case-stat-item {
    text-align: center;
    flex: 1;
    max-width: 160px;
}

.case-info-col .case-stat-row .case-stat-num {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a3a5c;
    line-height: 1.2;
    margin-bottom: 4px;
}

.case-info-col .case-stat-row .case-stat-unit {
    font-size: 0.82rem;
    color: #8899a0;
}

/* -- 效果数据汇总区 -- */
.case-data-summary-section {
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
    padding: 60px 0;
}

/* -- 改造前后对比 -- */
.case-compare-section {
    padding: 60px 0;
    background: #fff;
}

.case-compare-grid {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin: 0 auto;
}

.case-compare-card {
    flex: 1;
    border-radius: 14px;
    padding: 32px;
    min-height: 380px;
}

.card-before {
    background: linear-gradient(135deg, #fef5f5 0%, #fde8e8 100%);
    border: 1px solid #f5d0d0;
}

.card-after {
    background: linear-gradient(135deg, #eef7f0 0%, #dff0e4 100%);
    border: 1px solid #b8d9c3;
}

.compare-arrow-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.compare-arrow-icon {
    font-size: 2.2rem;
    color: #1a3a5c;
    font-weight: 300;
}

.compare-card-header {
    margin-bottom: 24px;
}

.compare-badge {
    display: inline-block;
    padding: 3px 14px;
    border-radius: 14px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.badge-before {
    background: #e74c3c;
    color: #fff;
}

.badge-after {
    background: #27ae60;
    color: #fff;
}

.compare-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0;
}

.compare-flow-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.compare-flow-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.9rem;
    color: #4a5b6b;
    line-height: 1.65;
}

.compare-flow-num {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #1a3a5c;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
}

.compare-result {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid #e8d5d5;
    font-size: 0.88rem;
    color: #5a6b7d;
    line-height: 1.6;
}

.compare-result.result-good {
    border-top-color: #b8dbc0;
}

.compare-result-label {
    font-weight: 700;
    color: #1a3a5c;
}

/* -- 用户登录 -- */
.login-form-section {
    padding: 60px 24px 80px;
    background: #f7f9fc;
}

.login-card {
    max-width: 440px;
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    padding: 40px 36px;
    box-shadow: 0 2px 16px rgba(26,58,92,0.06);
}

.login-form-group {
    margin-bottom: 22px;
}

.login-form-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a3a5c;
    margin-bottom: 8px;
}

.login-form-group label i {
    font-size: 16px;
    color: #5a7a95;
}

.login-form-group input[type="text"],
.login-form-group input[type="password"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    font-size: 0.92rem;
    color: #1a3a5c;
    outline: none;
    transition: border-color 0.25s, box-shadow 0.25s;
    background: #f9fbfd;
    box-sizing: border-box;
}

.login-form-group input:focus {
    border-color: #1a3a5c;
    box-shadow: 0 0 0 3px rgba(26,58,92,0.08);
    background: #fff;
}

.login-form-group input::placeholder {
    color: #b0bec5;
}

.login-captcha-row {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.login-captcha-row input {
    flex: 1;
}

.login-captcha-row img {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #d0d7de;
    cursor: pointer;
    flex-shrink: 0;
}

.login-msg {
    margin-top: 18px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    line-height: 1.5;
}
.login-msg-success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}
.login-msg-error {
    background: #fbe9e7;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

.login-submit-btn {
    width: 100%;
    padding: 14px;
    background: #1a3a5c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.25s;
}
.login-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.login-submit-btn:hover {
    background: #2a5a8c;
}

.login-links {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-top: 18px;
}

.login-links a {
    font-size: 0.88rem;
    color: #5a7a95;
    text-decoration: none;
    transition: color 0.2s;
}

.login-links a:hover {
    color: #1a3a5c;
    text-decoration: underline;
}

/* -- 用户中心 -- */
.ucenter-section {
    padding: 40px 24px 80px;
    background: #f7f9fc;
}

.ucenter-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* -- 侧边栏 -- */
.ucenter-side-nav {
    width: 240px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 8px rgba(26,58,92,0.05);
    overflow: hidden;
}

.ucenter-side-group {
    padding: 0;
}

.ucenter-side-group + .ucenter-side-group {
    border-top: 1px solid #eef2f6;
}

.ucenter-side-title {
    font-size: 0.78rem;
    font-weight: 700;
    color: #8c9eb5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 20px 8px;
    margin: 0;
}

.ucenter-side-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 12px;
}

.ucenter-side-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 0.9rem;
    color: #1a3a5c;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border-left: 3px solid transparent;
}

.ucenter-side-link:hover,
.ucenter-side-link:focus {
    background: #f0f4f9;
    color: #1a3a5c;
    border-left-color: #1a3a5c;
}

.ucenter-side-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ucenter-side-icon i {
    font-size: 14px;
    color: #5a7a95;
}

.ucenter-side-link-logout .ucenter-side-icon {
    background: #fdeaea;
}

.ucenter-side-link-logout .ucenter-side-icon i {
    color: #c0392b;
}

.ucenter-side-link-logout:hover {
    background: #fef5f5;
    border-left-color: #c0392b;
    color: #c0392b;
}

/* -- 主内容区 -- */
.ucenter-main {
    flex: 1;
    min-width: 0;
}

.ucenter-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 8px rgba(26,58,92,0.05);
    padding: 30px;
    margin-bottom: 24px;
}

.ucenter-card-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef2f6;
}

.ucenter-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 4px;
}

.ucenter-card-subtitle {
    font-size: 0.85rem;
    color: #8c9eb5;
    margin: 0;
}

.ucenter-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.ucenter-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: #f9fbfd;
    border-radius: 8px;
    border: 1px solid #eef2f6;
}

.ucenter-info-label {
    font-size: 0.85rem;
    color: #6b7d90;
    font-weight: 500;
    flex-shrink: 0;
}

.ucenter-info-value {
    font-size: 0.88rem;
    color: #1a3a5c;
    font-weight: 600;
    text-align: right;
    word-break: break-all;
}

.vip-badge {
    background: linear-gradient(to right, #c0392b, #8e44ad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ucenter-info-value .end-time {
    display: block;
    font-size: 0.78rem;
    font-weight: 400;
    color: #8c9eb5;
    margin-top: 2px;
}

/* -- 按钮 -- */
.ucenter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 7px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s, opacity 0.25s;
    text-decoration: none;
}

.ucenter-btn-sm {
    padding: 5px 14px;
    font-size: 0.78rem;
    background: #eef2f7;
    color: #1a3a5c;
}

.ucenter-btn-sm:hover {
    background: #dde4ee;
}

.ucenter-btn-primary {
    background: #1a3a5c;
    color: #fff;
    padding: 12px 24px;
}

.ucenter-btn-primary:hover {
    background: #2a5a8c;
}

.ucenter-btn-cancel {
    background: #eef2f7;
    color: #5a7a95;
    padding: 12px 24px;
}

.ucenter-btn-cancel:hover {
    background: #dde4ee;
}

.ucenter-btn-success {
    background: #27ae60;
    color: #fff;
    padding: 12px 24px;
}

.ucenter-btn-success:hover {
    background: #219a52;
}

.ucenter-btn-lg {
    padding: 14px 32px;
    font-size: 0.95rem;
}

/* -- 遮罩 -- */
.ucenter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 999;
    display: none;
}

/* -- 弹窗 -- */
.ucenter-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.18);
    z-index: 1000;
    display: none;
    border-radius: 14px;
}

.ucenter-modal-wide {
    width: 720px;
    max-height: 80vh;
    overflow-y: auto;
}

.ucenter-modal-alert {
    text-align: center;
    width: 360px;
}

.ucenter-modal-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 16px;
}

.ucenter-modal-title-row h2 {
    font-size: 1.2rem;
    color: #1a3a5c;
    margin: 0;
    text-align: center;
}

.ucenter-modal-title-row p {
    font-size: 0.85rem;
    color: #8c9eb5;
    margin: 4px 0 20px;
    text-align: center;
}

.ucenter-modal input[type="text"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #1a3a5c;
    outline: none;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: border-color 0.25s;
}

.ucenter-modal input:focus {
    border-color: #1a3a5c;
    box-shadow: 0 0 0 3px rgba(26,58,92,0.08);
}

.ucenter-modal-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
}

#alertIcon {
    font-size: 42px;
    margin-bottom: 12px;
}

#alertMessage {
    font-size: 0.92rem;
    color: #334155;
    margin: 0 0 20px;
}

/* -- 充值选项 -- */
.recharge-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.recharge-option {
    padding: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.recharge-option:hover {
    border-color: #1a3a5c;
    background: #f9fbfd;
}

.recharge-option.active {
    border-color: #1a3a5c;
    background: #eef2f7;
}

.recharge-option label {
    cursor: pointer;
    display: block;
}

.recharge-option input[type="radio"] {
    margin-bottom: 8px;
}

.recharge-score {
    font-size: 0.88rem;
    color: #1a3a5c;
    font-weight: 600;
    margin-bottom: 4px;
}

.recharge-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #c0392b;
    margin-bottom: 2px;
}

.recharge-rate {
    font-size: 0.72rem;
    color: #8c9eb5;
}

.recharge-selected {
    text-align: center;
    margin-bottom: 20px;
}

.recharge-selected p {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a3a5c;
    background: #f9fbfd;
    padding: 12px 24px;
    border-radius: 10px;
    margin: 0;
}

/* -- 用户中心响应式 -- */
@media screen and (max-width: 920px) {
    .ucenter-layout {
        flex-direction: column;
    }

    .ucenter-side-nav {
        width: 100%;
    }

    .ucenter-side-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        padding: 8px 12px 12px;
    }

    .ucenter-side-menu li {
        flex: 0 0 auto;
    }

    .ucenter-side-link {
        padding: 8px 12px;
        font-size: 0.82rem;
        border-left: none;
        border-radius: 6px;
    }

    .ucenter-side-link:hover,
    .ucenter-side-link:focus {
        border-left-color: transparent;
    }

    .ucenter-side-icon {
        width: 22px;
        height: 22px;
    }

    .ucenter-side-icon i {
        font-size: 11px;
    }

    .ucenter-info-grid {
        grid-template-columns: 1fr;
    }

    .ucenter-modal-wide {
        width: 92vw;
    }

    .recharge-options {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 560px) {
    .recharge-options {
        grid-template-columns: 1fr;
    }

    .ucenter-modal {
        width: 92vw;
        padding: 20px;
    }

    .ucenter-card {
        padding: 20px;
    }

    .ucenter-info-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .ucenter-info-value {
        text-align: left;
    }
}

/* -- 会员页通用 -- */
.ucenter-card-body {
    padding: 0;
}

/* TAB */
.mem-tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #eef2f6;
    margin-bottom: 20px;
}

.mem-tab {
    padding: 10px 24px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #8c9eb5;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
}

.mem-tab:hover {
    color: #1a3a5c;
}

.mem-tab.active {
    color: #1a3a5c;
    border-bottom-color: #1a3a5c;
}

.mem-tab-content {
    display: none;
}

.mem-tab-content.active {
    display: block;
}

/* 表格 */
.mem-table-wrap {
    overflow-x: auto;
    margin-bottom: 20px;
}

.mem-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.mem-table thead {
    background: #f7f9fc;
}

.mem-table th {
    padding: 12px 14px;
    text-align: center;
    font-weight: 600;
    color: #5a7a95;
    border-bottom: 1px solid #eef2f6;
    white-space: nowrap;
}

.mem-table td {
    padding: 11px 14px;
    text-align: center;
    color: #1a3a5c;
    border-bottom: 1px solid #f0f4f9;
}

.mem-table tbody tr:hover {
    background: #f9fbfd;
}

.mem-table a {
    color: #2980b9;
    text-decoration: none;
}

.mem-table a:hover {
    text-decoration: underline;
}

.mem-amount {
    color: #c0392b;
    font-weight: 700;
}

/* 徽标 */
.mem-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.76rem;
    font-weight: 600;
}

.mem-badge-warning {
    background: #fef3c7;
    color: #b45309;
}

.mem-badge-success {
    background: #d1fae5;
    color: #065f46;
}

/* 信息盒子 */
.mem-info-box {
    background: #f9fbfd;
    border-radius: 10px;
    padding: 20px 24px;
    margin-top: 20px;
}

.mem-info-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef2f6;
}

.mem-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mem-info-list li {
    padding: 7px 0;
    font-size: 0.85rem;
    color: #5a7a95;
    line-height: 1.6;
}

/* 登录提示 */
.mem-login-required {
    text-align: center;
    padding: 50px 20px;
}

.mem-login-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fef3c7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.mem-login-icon i {
    font-size: 30px;
    color: #b45309;
}

.mem-login-required h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.mem-login-required p {
    font-size: 0.88rem;
    color: #8c9eb5;
    margin: 0 0 24px;
}

/* Toast */
.mem-toast {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 2000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.mem-toast-show {
    opacity: 1;
}

.mem-toast-success {
    background: #d1fae5;
    color: #065f46;
}

.mem-toast-error {
    background: #fee2e2;
    color: #991b1b;
}

/* 代码块 */
.mem-code-box {
    background: #f7f9fc;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 16px;
}

.mem-code-label {
    font-size: 0.85rem;
    color: #5a7a95;
    margin: 0 0 8px;
}

.mem-code-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #dde4ee;
    border-radius: 6px;
    padding: 10px 14px;
}

.mem-code-row code {
    flex: 1;
    font-size: 0.8rem;
    color: #1a3a5c;
    word-break: break-all;
}

.mem-code-inline {
    display: inline-block;
    background: #fff;
    border: 1px solid #dde4ee;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 0.82rem;
    color: #c0392b;
    font-family: 'Consolas','Courier New',monospace;
}

.mem-code-note {
    font-size: 0.82rem;
    color: #8c9eb5;
    margin: 10px 0 0;
}

/* 字段列表 */
.mem-field-list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.mem-field-list li {
    padding: 6px 0;
    font-size: 0.88rem;
    color: #1a3a5c;
}

.mem-field-list li strong {
    color: #1a3a5c;
    margin-right: 2px;
}

/* 表单提示 */
.mem-form-notes {
    background: #f9fbfd;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 16px;
}

.mem-form-notes p {
    font-size: 0.85rem;
    color: #5a7a95;
    margin: 3px 0;
}

.mem-success-text {
    color: #27ae60;
    font-weight: 600;
}

.mem-warn-text {
    color: #c0392b;
    font-weight: 600;
}

/* 代码块大 */
.mem-pre-block {
    background: #1e293b;
    color: #e2e8f0;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.78rem;
    line-height: 1.65;
    overflow-x: auto;
    white-space: pre;
    margin-bottom: 16px;
}

/* FAQ */
.mem-faq {
    margin-top: 8px;
}

.mem-faq-item {
    background: #f9fbfd;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 10px;
}

.mem-faq-q {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a3a5c;
    margin-bottom: 4px;
}

.mem-faq-a {
    font-size: 0.84rem;
    color: #5a7a95;
}

/* 区块标题 */
.mem-section-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 20px 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eef2f6;
}

/* 警告盒子 */
.mem-warn-box {
    background: #fef2f2;
    border-left: 3px solid #c0392b;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.mem-warn-box a {
    color: #c0392b;
    font-weight: 600;
    text-decoration: none;
}

.mem-warn-box a:hover {
    text-decoration: underline;
}

.mem-sub-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 16px 0 8px;
}

.mem-text-light {
    font-size: 0.85rem;
    color: #6b7d90;
    margin: 0 0 6px;
}

.mem-link-list {
    list-style: none;
    margin: 0 0 12px;
    padding: 0 0 0 16px;
}

.mem-link-list li {
    padding: 3px 0;
    font-size: 0.84rem;
}

.mem-link-list li a {
    color: #2980b9;
    text-decoration: none;
}

.mem-link-list li a:hover {
    text-decoration: underline;
}

/* -- 渠道查询 -- */
.qudao-section {
    padding: 40px 0 80px;
    background: #f7f9fc;
}

.qudao-empty {
    text-align: center;
    padding: 60px 20px;
}

.qudao-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.qudao-empty-icon i {
    font-size: 26px;
    color: #8c9eb5;
}

.qudao-empty h3 {
    font-size: 1.05rem;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.qudao-empty p {
    font-size: 0.88rem;
    color: #8c9eb5;
    max-width: 500px;
    margin: 0 auto;
}

/* 证书 */
.cert-wrapper {
    max-width: 780px;
    margin: 0 auto 30px;
}

.cert-ribbon {
    background: linear-gradient(135deg, #1a3a5c, #2a5a8c);
    color: #fff;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px 10px 0 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.cert-card {
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 16px rgba(26,58,92,0.08);
    padding: 36px;
    text-align: center;
}

.cert-header {
    margin-bottom: 30px;
}

.cert-seal {
    width: 70px;
    height: 70px;
    border: 3px solid #c0392b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.seal-inner {
    font-size: 1.4rem;
    font-weight: 900;
    color: #c0392b;
}

.cert-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 6px;
}

.cert-subtitle {
    font-size: 0.78rem;
    color: #8c9eb5;
    letter-spacing: 2px;
    margin: 0;
}

.cert-body {
    text-align: left;
    margin-bottom: 24px;
}

.cert-field-wide {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #eef2f6;
}

.cert-field-row {
    display: flex;
    gap: 40px;
}

.cert-field-half {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #eef2f6;
}

.cert-label {
    font-size: 0.85rem;
    color: #5a7a95;
    font-weight: 600;
    min-width: 80px;
    flex-shrink: 0;
}

.cert-value {
    font-size: 0.9rem;
    color: #1a3a5c;
    font-weight: 600;
}

.cert-footer {
    text-align: right;
}

.cert-footer img {
    max-width: 200px;
    opacity: 0.85;
}

/* 守信承诺书 */
.promise-card {
    max-width: 780px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(26,58,92,0.08);
    padding: 36px;
    margin-bottom: 30px;
}

.promise-header h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a3a5c;
    text-align: center;
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef2f6;
}

.promise-body {
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.75;
}

.promise-intro {
    margin-bottom: 16px;
}

.promise-company {
    font-weight: 700;
    color: #1a3a5c;
}

.promise-items {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    counter-reset: promise;
}

.promise-items li {
    padding: 5px 0 5px 30px;
    position: relative;
}

.promise-items li::before {
    counter-increment: promise;
    content: counter(promise);
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1a3a5c;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promise-sign {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding-top: 16px;
    border-top: 1px solid #eef2f6;
    font-size: 0.88rem;
    color: #1a3a5c;
}

.promise-sign-label {
    color: #5a7a95;
}

.promise-sign-value {
    font-weight: 600;
}

/* -- 渠道查询响应式 -- */
@media screen and (max-width: 920px) {
    .mem-table {
        font-size: 0.78rem;
    }
    .mem-table th,
    .mem-table td {
        padding: 8px 6px;
    }
    .cert-card {
        padding: 24px 16px;
    }
    .cert-field-row {
        flex-direction: column;
        gap: 0;
    }
    .promise-card {
        padding: 24px 16px;
    }
}

@media screen and (max-width: 560px) {
    .mem-tabs {
        overflow-x: auto;
    }
    .mem-tab {
        padding: 8px 14px;
        font-size: 0.82rem;
        white-space: nowrap;
    }
    .mem-code-row {
        flex-direction: column;
        align-items: stretch;
    }
    .cert-ribbon {
        font-size: 0.88rem;
    }
    .cert-title {
        font-size: 1.15rem;
    }
}

/* -- 渠道视频 -- */
.qdv-guide-section {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f4f9;
}

.qdv-guide-section:last-child {
    border-bottom: none;
}

.qdv-section-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: #eef3fb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qdv-section-icon i {
    font-size: 14px;
    color: #1a3a5c;
}

.qdv-section-body {
    flex: 1;
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.7;
}

.qdv-section-body h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.qdv-section-body p {
    margin: 0 0 8px;
    font-size: 0.86rem;
    color: #5a7a95;
}

.qdv-download-item {
    background: #f7f9fc;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 10px;
}

.qdv-download-link {
    font-size: 0.82rem;
    color: #2980b9;
    word-break: break-all;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}

.qdv-download-link:hover {
    text-decoration: underline;
}

.qdv-extract-code {
    font-size: 0.84rem;
}

.qdv-code-label {
    color: #5a7a95;
}

.qdv-code-value {
    color: #c0392b;
    font-weight: 700;
    font-family: 'Consolas','Courier New',monospace;
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
}

.qdv-naming-list, .qdv-id-example-list {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.qdv-naming-list li, .qdv-id-example-list li {
    padding: 4px 0;
    font-size: 0.85rem;
}

.qdv-naming-list code, .qdv-id-example-list code {
    background: #eef3fb;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.8rem;
    color: #1a3a5c;
}

.qdv-example {
    display: block;
    font-size: 0.78rem;
    color: #8c9eb5;
    margin-top: 2px;
    margin-left: 6px;
}

.qdv-id-example-list a {
    color: #2980b9;
    text-decoration: none;
    font-size: 0.82rem;
}

.qdv-id-example-list a:hover {
    text-decoration: underline;
}

.qdv-search-tip {
    background: #f7f9fc;
    border-radius: 8px;
    padding: 14px 18px;
}

.qdv-search-codes {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.qdv-search-codes code {
    background: #fff;
    border: 1px solid #dde4ee;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.84rem;
    color: #1a3a5c;
}

.qdv-or {
    font-size: 0.82rem;
    color: #8c9eb5;
}

.qdv-faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.qdv-faq-list li {
    padding: 6px 0 6px 16px;
    position: relative;
    font-size: 0.85rem;
    color: #334155;
}

.qdv-faq-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1a3a5c;
    position: absolute;
    left: 0;
    top: 12px;
}

.qdv-faq-list a {
    color: #2980b9;
    text-decoration: none;
}

.qdv-faq-list a:hover {
    text-decoration: underline;
}

.qdv-warning-section .qdv-section-icon {
    background: #fef3c7;
}

.qdv-warning-section .qdv-section-icon i {
    color: #b45309;
}

.qdv-no-access {
    text-align: center;
    padding: 50px 20px;
}

.qdv-no-access-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.qdv-no-access-icon i {
    font-size: 26px;
    color: #8c9eb5;
}

.qdv-no-access h3 {
    font-size: 1.05rem;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.qdv-no-access p {
    font-size: 0.88rem;
    color: #8c9eb5;
    max-width: 480px;
    margin: 0 auto;
}

/* -- 渠道资料 -- */
.qdz-section {
    padding: 20px 0;
    border-bottom: 1px solid #f0f4f9;
}

.qdz-section:last-child {
    border-bottom: none;
}

.qdz-section-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #eef2f6;
}

.qdz-block {
    margin-bottom: 18px;
}

.qdz-block-title {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.qdz-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.qdz-info-list li {
    padding: 3px 0;
    font-size: 0.86rem;
    color: #334155;
    line-height: 1.7;
}

.qdz-info-list li strong {
    color: #1a3a5c;
}

.qdz-link {
    color: #7c3aed;
    text-decoration: none;
    font-size: 0.83rem;
    word-break: break-all;
}

.qdz-link:hover {
    text-decoration: underline;
}

.qdz-extract {
    color: #c0392b;
    font-weight: 700;
    font-family: 'Consolas','Courier New',monospace;
    background: #fef2f2;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.84rem;
}

.qdz-block code {
    background: #f7f9fc;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.82rem;
    color: #1a3a5c;
}

.qdz-block p {
    font-size: 0.86rem;
    color: #334155;
    margin: 0 0 6px;
    line-height: 1.7;
}

.qdz-block p strong {
    color: #1a3a5c;
}

.qdz-ol {
    margin: 4px 0 10px;
    padding-left: 20px;
    font-size: 0.85rem;
    color: #334155;
}

.qdz-ol li {
    padding: 2px 0;
    line-height: 1.6;
}

/* -- 响应式 -- */
@media screen and (max-width: 920px) {
    .case-card {
        padding: 28px 20px;
    }
    
    .case-phase-row {
        flex-direction: column;
    }

    .case-compare-grid {
        flex-direction: column;
    }

    .compare-arrow-box {
        transform: rotate(90deg);
        padding: 10px 0;
    }

    .case-info-col .case-stat-row {
        gap: 16px;
    }

    .case-info-col .case-stat-row .case-stat-num {
        font-size: 1.4rem;
    }
}

/* ===== 服务页专属样式 ===== */

/* -- B. 服务流程概览 -- */
.svc-flow-section {
    padding: 80px 24px;
    background: #f7f9fc;
}

.svc-flow-row {
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.svc-flow-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 220px;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 32px 20px 26px;
    border: 1px solid #e8ecf1;
    transition: box-shadow 0.25s, transform 0.2s;
}

.svc-flow-card:hover {
    box-shadow: 0 8px 28px rgba(26,58,92,0.08);
    transform: translateY(-2px);
}

.svc-flow-arrow {
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: #c8d6e5;
    z-index: 1;
}

.svc-flow-card:last-child .svc-flow-arrow {
    display: none;
}

.svc-flow-num {
    width: 48px;
    height: 48px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 auto 16px;
}

.svc-flow-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.svc-flow-card .flow-desc {
    font-size: 0.85rem;
    color: #6b7d90;
    line-height: 1.6;
    margin: 0 0 12px;
}

.svc-flow-card .flow-hint {
    font-size: 0.75rem;
    color: #5a8fbf;
    font-weight: 600;
    background: #edf2f7;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
}

/* -- C/D. RPA + AI 服务卡片通用 -- */
.rpa-service-section {
    padding: 80px 24px;
    background: #fff;
}

.ai-service-section {
    padding: 80px 24px;
    background: #f7f9fc;
}

.svc-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.svc-detail-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 32px 22px 26px;
    text-align: center;
    transition: box-shadow 0.25s, border-color 0.25s, transform 0.2s;
}

.svc-detail-card:hover {
    box-shadow: 0 8px 30px rgba(26,58,92,0.08);
    transform: translateY(-3px);
}

.svc-detail-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: "iconfont";
}

.svc-detail-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.svc-detail-card > p {
    font-size: 0.85rem;
    color: #6b7d90;
    line-height: 1.65;
    margin: 0 0 12px;
}

.svc-detail-scene {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed #e0e5ea;
    text-align: left;
}

.svc-detail-scene .scene-label {
    font-size: 0.72rem;
    color: #5a8fbf;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.svc-detail-scene .scene-text {
    font-size: 0.8rem;
    color: #8a9aaa;
    line-height: 1.6;
}

/* RPA 卡片配色 */
.svc-detail-card.rpa-card {
    border-top: 3px solid #2980b9;
}
.svc-detail-card.rpa-card .svc-detail-icon {
    background: #2980b9;
}

/* AI 卡片配色 */
.svc-detail-card.ai-card {
    border-top: 3px solid #8e44ad;
}
.svc-detail-card.ai-card .svc-detail-icon {
    background: #8e44ad;
}

/* 图标字体映射 —— 复用 iconfont */
.svc-icon-datasync::before  { content: "\e941"; }
.svc-icon-approval::before { content: "\e9ed"; }
.svc-icon-report::before   { content: "\ea05"; }
.svc-icon-link::before     { content: "\e9f0"; }
.svc-icon-alert::before    { content: "\ea07"; }
.svc-icon-predict::before  { content: "\e992"; }
.svc-icon-doc::before      { content: "\e996"; }
.svc-icon-vision::before   { content: "\e99e"; }

/* -- E. 合作模式 -- */
.coop-model-section {
    padding: 80px 24px;
    background: #fff;
}

.coop-model-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.coop-model-card {
    background: #f9fbfd;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 36px 28px 30px;
    text-align: center;
    transition: box-shadow 0.25s, transform 0.2s, border-color 0.2s;
    position: relative;
}

.coop-model-card:hover {
    box-shadow: 0 10px 36px rgba(26,58,92,0.08);
    transform: translateY(-3px);
}

.coop-model-card.recommend {
    border-color: #1a3a5c;
    border-width: 2px;
    background: #fafcfe;
}

.coop-recommend-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a3a5c;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 12px;
    letter-spacing: 0.5px;
}

.coop-model-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    background: #edf2f7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1a3a5c;
    font-family: "iconfont";
}

.coop-model-card.recommend .coop-model-icon {
    background: #1a3a5c;
    color: #fff;
}

.coop-model-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 6px;
}

.coop-model-desc {
    font-size: 0.88rem;
    color: #5a8fbf;
    margin: 0 0 18px;
    font-weight: 500;
}

.coop-model-features {
    list-style: none;
    text-align: left;
}

.coop-model-features li {
    position: relative;
    padding: 6px 0 6px 22px;
    font-size: 0.85rem;
    color: #4a5b6b;
    line-height: 1.5;
    border-bottom: 1px dashed #ecedf0;
}

.coop-model-features li:last-child {
    border-bottom: none;
}

.coop-model-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 2px;
    background: #1a3a5c;
    border-radius: 1px;
}

/* -- F. 交付清单 -- */
.delivery-section {
    padding: 80px 24px;
    background: #f7f9fc;
}

.delivery-list-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.delivery-item {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    padding: 28px 18px 22px;
    text-align: center;
    transition: box-shadow 0.25s, transform 0.2s;
}

.delivery-item:hover {
    box-shadow: 0 6px 24px rgba(26,58,92,0.07);
    transform: translateY(-2px);
}

.delivery-item-icon {
    margin-bottom: 14px;
}

.delivery-icon-num {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}

.delivery-item h4 {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 8px;
    line-height: 1.4;
}

.delivery-item p {
    font-size: 0.8rem;
    color: #7a8b9b;
    line-height: 1.55;
    margin: 0;
}

/* -- 服务页响应式 -- */
@media screen and (max-width: 920px) {
    .svc-flow-row {
        flex-wrap: wrap;
    }

    .svc-flow-card {
        flex: 0 0 calc(50% - 10px);
        min-width: 0;
    }

    .svc-flow-arrow {
        display: none;
    }

    .svc-detail-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .coop-model-grid {
        grid-template-columns: 1fr;
    }

    .delivery-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== 方案页专属样式 ===== */

/* -- B. 三级方案概览 -- */
.plan-overview-section {
    padding: 80px 24px;
    background: #fff;
}

.plan-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.plan-overview-card {
    background: #f9fbfd;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 32px 24px 26px;
    text-align: center;
    transition: box-shadow 0.25s, transform 0.2s, border-color 0.2s;
    position: relative;
}

.plan-overview-card:hover {
    box-shadow: 0 8px 28px rgba(26,58,92,0.08);
    transform: translateY(-3px);
}

.plan-overview-card.card-featured {
    border-color: #1a3a5c;
    border-width: 2px;
    background: #fafcfe;
    transform: scale(1.03);
}

.plan-overview-card.card-featured:hover {
    transform: scale(1.03) translateY(-3px);
}

.plan-card-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
}

.badge-light {
    background: #e8f5e9;
    color: #27ae60;
}

.badge-standard {
    background: #1a3a5c;
    color: #fff;
}

.badge-deep {
    background: #f0e6f6;
    color: #8e44ad;
}

.plan-card-name {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.plan-card-slogan {
    font-size: 0.88rem;
    color: #6b7d90;
    line-height: 1.6;
    margin: 0 0 18px;
}

.plan-card-specs {
    list-style: none;
    margin: 0 0 18px;
    padding: 14px 0;
    border-top: 1px dashed #dfe4ea;
    border-bottom: 1px dashed #dfe4ea;
}

.plan-card-specs li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 0.85rem;
}

.spec-label {
    color: #8a9aaa;
    font-weight: 500;
}

.spec-val {
    color: #1a3a5c;
    font-weight: 700;
}

.plan-card-link {
    display: inline-block;
    padding: 8px 24px;
    border: 1px solid #dce3ea;
    border-radius: 6px;
    font-size: 0.85rem;
    color: #5a6b7d;
    font-weight: 500;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.plan-card-link:hover {
    background: #1a3a5c;
    border-color: #1a3a5c;
    color: #fff;
}

.card-featured .plan-card-link {
    background: #1a3a5c;
    border-color: #1a3a5c;
    color: #fff;
}

.card-featured .plan-card-link:hover {
    background: #15304d;
}

/* -- C. 方案详情区 -- */
.plan-detail-section {
    padding: 70px 24px;
}

.plan-detail-light { background: #f7f9fc; }
.plan-detail-standard { background: #fff; }
.plan-detail-deep { background: #f7f9fc; }

.plan-detail-header {
    text-align: center;
    margin-bottom: 36px;
}

.plan-detail-badge {
    display: inline-block;
    padding: 4px 16px;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.plan-detail-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.plan-detail-subtitle {
    font-size: 0.98rem;
    color: #6b7d90;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.6;
}

.plan-module-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

.plan-module-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 28px 24px;
}

.plan-detail-standard .plan-module-card,
.plan-detail-deep .plan-module-card {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.plan-module-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}

.icon-rpa { background: #2980b9; }
.icon-ai { background: #8e44ad; }

.plan-module-card h4 {
    font-size: 0.98rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 12px;
}

.module-hint {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 500;
    color: #5a8fbf;
    background: #edf2f7;
    padding: 1px 8px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
}

.plan-module-list {
    list-style: none;
}

.plan-module-list li {
    position: relative;
    padding: 5px 0 5px 18px;
    font-size: 0.88rem;
    color: #4a5b6b;
    line-height: 1.6;
    border-bottom: 1px dashed #f0f2f4;
}

.plan-module-list li:last-child {
    border-bottom: none;
}

.plan-module-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #c8d6e5;
    border-radius: 50%;
}

.plan-module-note {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed #e0e5ea;
    font-size: 0.8rem;
    color: #8a9aaa;
    font-style: italic;
}

.plan-meta-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 18px 24px;
    background: #f0f4f8;
    border-radius: 8px;
    font-size: 0.88rem;
    color: #4a5b6b;
    flex-wrap: wrap;
}

.plan-meta-sep {
    color: #c8d0d8;
}

.plan-meta-item strong {
    color: #1a3a5c;
}

/* -- D. 痛点匹配 -- */
.pain-match-section {
    padding: 80px 24px;
    background: #f7f9fc;
}

.pain-match-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.pain-match-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 28px 24px 24px;
    transition: box-shadow 0.25s, transform 0.2s;
}

.pain-match-card:hover {
    box-shadow: 0 6px 24px rgba(26,58,92,0.07);
    transform: translateY(-2px);
}

.pain-card-head {
    position: relative;
    margin-bottom: 16px;
}

.pain-quote {
    position: absolute;
    top: -10px;
    left: -6px;
    font-size: 2.8rem;
    color: #e0e5ea;
    line-height: 1;
    font-family: Georgia, serif;
}

.pain-card-head p {
    font-size: 0.92rem;
    color: #4a5b6b;
    line-height: 1.7;
    padding-left: 22px;
    margin: 0;
}

.pain-card-body {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 12px 0;
    border-top: 1px dashed #ecedf0;
    border-bottom: 1px dashed #ecedf0;
}

.pain-arrow {
    font-size: 1.3rem;
    color: #1a3a5c;
    font-weight: 700;
    flex-shrink: 0;
}

.pain-recommend {
    font-size: 0.9rem;
    color: #1a3a5c;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.pain-recommend:hover {
    color: #2980b9;
}

.pain-card-why {
    font-size: 0.82rem;
    color: #7a8b9b;
    line-height: 1.55;
    margin: 0;
}

/* -- E. 低成本说明 -- */
.lowcost-section {
    padding: 80px 24px;
    background: #fff;
}

.lowcost-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.lowcost-card {
    background: #f9fbfd;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 28px 22px 24px;
    text-align: center;
    transition: box-shadow 0.25s, transform 0.2s;
}

.lowcost-card:hover {
    box-shadow: 0 6px 20px rgba(26,58,92,0.06);
    transform: translateY(-2px);
}

.lowcost-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 14px;
}

.lowcost-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.lowcost-card p {
    font-size: 0.84rem;
    color: #6b7d90;
    line-height: 1.6;
    margin: 0;
}

/* -- F. CTA 底部 -- */
.plan-cta-section {
    padding: 80px 24px;
    background: linear-gradient(135deg, #1a3a5c 0%, #244b72 100%);
    text-align: center;
    color: #fff;
}

.plan-cta-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 0 12px;
}

.plan-cta-sub {
    font-size: 0.98rem;
    color: rgba(255,255,255,0.8);
    max-width: 620px;
    margin: 0 auto 28px;
    line-height: 1.6;
}

.plan-cta-section .btn-outline-large {
    color: #fff;
    border-color: rgba(255,255,255,0.6);
}

.plan-cta-section .btn-outline-large:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
}

/* -- 方案页响应式 -- */
@media screen and (max-width: 920px) {
    .plan-overview-grid,
    .pain-match-grid {
        grid-template-columns: 1fr;
    }

    .plan-overview-card.card-featured {
        transform: none;
    }

    .plan-overview-card.card-featured:hover {
        transform: translateY(-3px);
    }

    .plan-module-row {
        grid-template-columns: 1fr;
    }

    .lowcost-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== 自研工具页专属样式 ===== */

.ruanzhu-product-section {
    padding: 0px 24px 80px;
    background: #fff;
}

.ruanzhu-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.ruanzhu-product-card {
    background: #f9fbfd;
    border: 1px solid #e8ecf1;
    border-radius: 14px;
    padding: 0 0 24px;
    text-align: center;
    overflow: hidden;
    transition: box-shadow 0.25s, transform 0.2s, border-color 0.2s;
    text-decoration: none;
    color: inherit;
    display: block;
}

.ruanzhu-product-card:hover {
    box-shadow: 0 8px 30px rgba(26,58,92,0.1);
    transform: translateY(-4px);
    border-color: #c8d6e5;
}

.ruanzhu-product-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #edf2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ruanzhu-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ruanzhu-product-content h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 20px 8px;
}

.ruanzhu-product-content p {
    font-size: 0.85rem;
    color: #6b7d90;
    line-height: 1.55;
    margin: 0 20px;
}

.ruanzhu-why-section {
    padding: 80px 24px;
    background: #f7f9fc;
}

.ruanzhu-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.ruanzhu-why-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 28px 22px 24px;
    text-align: center;
    transition: box-shadow 0.25s, transform 0.2s;
}

.ruanzhu-why-card:hover {
    box-shadow: 0 6px 20px rgba(26,58,92,0.06);
    transform: translateY(-2px);
}

.ruanzhu-why-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 14px;
}

.ruanzhu-why-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.ruanzhu-why-card p {
    font-size: 0.84rem;
    color: #6b7d90;
    line-height: 1.6;
    margin: 0;
}

@media screen and (max-width: 920px) {
    .ruanzhu-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ruanzhu-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 560px) {
    .ruanzhu-product-grid {
        grid-template-columns: 1fr;
    }

    .ruanzhu-why-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== 网站监控页专属样式 ===== */

/* -- Hero 数据统计 -- */
.wjk-stats-row {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 32px;
}

.wjk-stat-item {
    text-align: center;
}

.wjk-stat-num {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #1a3a5c;
    line-height: 1.2;
}

.wjk-stat-label {
    display: block;
    font-size: 0.78rem;
    color: #6b7d90;
    margin-top: 4px;
}

/* -- Hero 平台证书 -- */
.wjk-hero-certs {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.wjk-hero-cert-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    padding: 20px 28px 18px;
    min-width: 180px;
    transition: box-shadow 0.25s, transform 0.2s;
}

.wjk-hero-cert-item:hover {
    box-shadow: 0 4px 16px rgba(26,58,92,0.08);
    transform: translateY(-2px);
}

.wjk-hero-cert-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    cursor: pointer;
    transition: opacity 0.2s;
}

.wjk-hero-cert-item img:hover {
    opacity: 0.8;
}

.wjk-hero-cert-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a3a5c;
}

.wjk-hero-cert-desc {
    font-size: 0.78rem;
    color: #7a8b9b;
    text-align: center;
    line-height: 1.5;
}

/* -- 为什么需要安全监控 -- */
.wjk-importance-section {
    padding: 80px 24px;
    background: #fff;
}

.wjk-importance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.wjk-importance-item {
    background: #f9fbfd;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    padding: 22px 18px;
    transition: box-shadow 0.25s, transform 0.2s;
}

.wjk-importance-item:hover {
    box-shadow: 0 4px 16px rgba(26,58,92,0.06);
    transform: translateY(-2px);
}

.wjk-importance-num {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    color: #1a3a5c;
    background: #e8edf3;
    padding: 2px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.wjk-importance-item h4 {
    font-size: 0.94rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 6px;
}

.wjk-importance-item p {
    font-size: 0.82rem;
    color: #6b7d90;
    line-height: 1.55;
    margin: 0;
}

/* -- 技术指标 -- */
.wjk-specs-section {
    padding: 70px 24px;
    background: #f7f9fc;
}

.wjk-specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.wjk-spec-item {
    background: #fff;
    border: 2px solid #1a3a5c;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
}

.wjk-spec-value {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a3a5c;
    line-height: 1.2;
    margin-bottom: 6px;
}

.wjk-spec-label {
    font-size: 0.85rem;
    color: #6b7d90;
}

/* -- 核心功能 -- */
/* wjk detail section */
.wjk-detail-section {
    padding: 80px 24px;
    background: #f7f9fc;
}

.wjk-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.wjk-detail-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 28px 24px 24px;
    transition: box-shadow 0.25s, transform 0.2s;
}

.wjk-detail-card:hover {
    box-shadow: 0 6px 24px rgba(26,58,92,0.08);
    transform: translateY(-2px);
}

.wjk-detail-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 800;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.wjk-detail-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 10px;
}

.wjk-detail-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.wjk-detail-card-header .wjk-detail-num {
    margin-bottom: 0;
}

.wjk-detail-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.wjk-detail-stat {
    background: #eef3f8;
    color: #4a6a8a;
    font-size: 0.76rem;
    padding: 3px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.wjk-detail-stat strong {
    color: #1a3a5c;
    font-weight: 800;
    margin-right: 2px;
}

.wjk-detail-card-desc {
    font-size: 0.85rem;
    color: #5a6b7d;
    line-height: 1.6;
    margin: 0 0 14px;
}

.wjk-detail-card-list {
    list-style: none;
    border-top: 1px dashed #e8ecf1;
    padding-top: 12px;
}

.wjk-detail-card-list li {
    position: relative;
    padding: 3px 0 3px 16px;
    font-size: 0.83rem;
    color: #6b7d90;
    line-height: 1.55;
}

.wjk-detail-card-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #1a3a5c;
    border-radius: 50%;
}

/* -- 平台证书 -- */
.wjk-certs-section {
    padding: 80px 24px;
    background: #fff;
}

.wjk-certs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.wjk-cert-card {
    background: #f9fbfd;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: box-shadow 0.25s;
}

.wjk-cert-card:hover {
    box-shadow: 0 4px 18px rgba(26,58,92,0.07);
}

.wjk-cert-card img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 14px;
}

.wjk-cert-info h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 6px;
}

.wjk-cert-info p {
    font-size: 0.84rem;
    color: #6b7d90;
    margin: 0;
}

/* -- 告警效果预览 -- */
.wjk-alert-section {
    padding: 80px 24px;
    background: #f7f9fc;
}

.wjk-alert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.wjk-alert-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.25s, transform 0.2s;
    cursor: pointer;
    border: 2px solid #d0dce8;
    border-top: 3px solid #1a3a5c;
    position: relative;
}

.wjk-alert-item:nth-child(2) { border-top-color: #2980b9; }
.wjk-alert-item:nth-child(3) { border-top-color: #27ae60; }
.wjk-alert-item:nth-child(4) { border-top-color: #8e44ad; }
.wjk-alert-item:nth-child(5) { border-top-color: #e67e22; }
.wjk-alert-item:nth-child(6) { border-top-color: #c0392b; }

.wjk-alert-item:hover {
    box-shadow: 0 6px 24px rgba(26,58,92,0.1);
    transform: translateY(-2px);
}

.wjk-alert-item img {
    width: 100%;
    height: auto;
    display: block;
}

.wjk-alert-label {
    padding: 10px 16px;
    font-size: 0.82rem;
    color: #6b7d90;
    text-align: center;
}

/* -- 部署流程 -- */
.wjk-deploy-section {
    padding: 80px 24px;
    background: #fff;
}

.wjk-deploy-grid {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.wjk-deploy-step {
    background: #f9fbfd;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 30px 24px;
    text-align: center;
    flex: 1;
    min-width: 260px;
    max-width: 340px;
    transition: box-shadow 0.25s, transform 0.2s;
}

.wjk-deploy-step:hover {
    box-shadow: 0 6px 24px rgba(26,58,92,0.08);
    transform: translateY(-2px);
}

.wjk-deploy-num {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 14px;
}

.wjk-deploy-step h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.wjk-deploy-step p {
    font-size: 0.85rem;
    color: #6b7d90;
    line-height: 1.55;
    margin: 0;
}

.wjk-deploy-arrow {
    font-size: 1.6rem;
    color: #c8d6e5;
    font-weight: 700;
    padding-top: 40px;
    flex-shrink: 0;
}

/* -- 图片灯箱 -- */
.image-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.88);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.image-lightbox.active {
    display: flex;
}

.lightbox-content {
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 6px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 36px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 300;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.2s;
}

.lightbox-close:hover {
    opacity: 0.7;
}

.lightbox-caption {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.7);
    font-size: 0.88rem;
}

/* ===== GEO 媒体平台页专属样式 ===== */
.geo-hero-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 18px;
    color: #fff;
}

.geo-hero-stat {
    text-align: center;
}

.geo-hero-stat-num {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a3a5c;
    line-height: 1.2;
}

.geo-hero-stat-label {
    display: block;
    font-size: 0.82rem;
    color: #5a7a95;
    margin-top: 2px;
}

/* GEO 平台列表区 */
.geo-platform-section {
    padding: 0px 24px 50px;
    background: #fff;
}

.geo-platform-section .section-heading-box {
    margin-bottom: 0;
}

.geo-platform-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.geo-platform-header .section-heading-box {
    flex-shrink: 0;
    text-align: left;
}

.geo-platform-header .section-main-title {
    font-size: 0.95rem;
    margin: 0 0 4px;
}

.geo-platform-header .section-desc-text {
    font-size: 0.95rem;
    margin: 0;
}

.geo-platform-header .search-section {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 0;
}

.geo-platform-section .search-section {
    display: flex;
    gap: 10px;
}

.geo-platform-section .search-input-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.geo-platform-section .search-input-wrapper:focus-within {
    border-color: #1a3a5c;
}

.geo-platform-section .search-icon-badge {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #eef3f8;
    color: #5a7a95;
    font-size: 15px;
    margin-left: 10px;
}

.geo-platform-section .search-input-wrapper input {
    border: none;
    outline: none;
    padding: 10px 12px;
    font-size: 0.9rem;
    color: #1a3a5c;
    background: transparent;
    width: 100%;
}

.geo-platform-section .search-input-wrapper input::placeholder {
    color: #b0bec5;
}

.geo-platform-section .cp-btn-primary {
    padding: 10px 20px;
    background: #1a3a5c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    transition: background 0.2s;
}

.geo-platform-section .cp-btn-primary:hover {
    background: #2a5a8c;
}

.geo-platform-section .cp-btn-primary svg {
    width: 16px;
    height: 16px;
}

.geo-platform-section .list-section {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    overflow: hidden;
}

.geo-platform-section .table-container {
    overflow-x: auto;
}

.geo-platform-section .cp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    min-width: 900px;
}

.geo-platform-section .cp-table th {
    background: #f7f9fc;
    color: #5a7a95;
    font-weight: 600;
    padding: 12px 10px;
    text-align: left;
    border-bottom: 2px solid #e8ecf1;
    white-space: nowrap;
}

.geo-platform-section .cp-table td {
    padding: 10px;
    border-bottom: 1px solid #f0f3f7;
    color: #2c3e50;
}

.geo-platform-section .cp-table tbody tr:hover {
    background: #f9fbfd;
}

.geo-platform-section .link-cell {
    color: #2980b9;
    text-decoration: none;
    font-size: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 180px;
}

.geo-platform-section .name-cell {
    font-weight: 600;
    color: #1a3a5c;
}

.geo-platform-section .type-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.76rem;
    font-weight: 600;
}

.geo-platform-section .badge-news {
    background: #e8f5e9;
    color: #2e7d32;
}

.geo-platform-section .badge-self {
    background: #e3f2fd;
    color: #1565c0;
}

.geo-platform-section .geo-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.76rem;
    font-weight: 600;
}

.geo-platform-section .badge-geo-yes {
    background: #e8f5e9;
    color: #2e7d32;
}

.geo-platform-section .badge-geo-no {
    background: #fbe9e7;
    color: #c62828;
}

.geo-platform-section .empty-row td {
    padding: 60px 0;
    text-align: center;
}

.geo-platform-section .empty-state p {
    margin: 0;
    color: #8b9db0;
    font-size: 0.9rem;
}

.geo-platform-section .empty-hint {
    font-size: 0.82rem;
    color: #b0bec5;
    margin-top: 6px;
}

/* 分页 */
.geo-platform-section .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid #f0f3f7;
}

.geo-platform-section .pagination-btn {
    width: 36px;
    height: 36px;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a7a95;
    transition: all 0.2s;
}

.geo-platform-section .pagination-btn:hover:not(:disabled) {
    background: #f0f4f8;
    border-color: #1a3a5c;
    color: #1a3a5c;
}

.geo-platform-section .pagination-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.geo-platform-section .pagination-btn svg {
    width: 16px;
    height: 16px;
}

.geo-platform-section .pagination-info {
    font-size: 0.88rem;
    color: #5a7a95;
}

/* 已选择平台 */
.geo-platform-section .selected-platforms {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    overflow: hidden;
}

.geo-platform-section .cp-card-header {
    padding: 16px 20px;
    background: #f7f9fc;
    border-bottom: 1px solid #e8ecf1;
}

.geo-platform-section .header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.geo-platform-section .header-icon svg {
    width: 22px;
    height: 22px;
    color: #1a3a5c;
}

.geo-platform-section .cp-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0;
}

.geo-platform-section .cp-card-subtitle {
    font-size: 0.82rem;
    color: #8b9db0;
    margin: 4px 0 0;
}

.geo-platform-section .selected-table-wrapper {
    overflow-x: auto;
}

.geo-platform-section .selected-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.geo-platform-section .selected-table th {
    background: #f0f4f8;
    padding: 10px;
    text-align: left;
    font-weight: 600;
    color: #5a7a95;
    border-bottom: 1px solid #e8ecf1;
}

.geo-platform-section .selected-table td {
    padding: 10px;
    border-bottom: 1px solid #f0f3f7;
    color: #2c3e50;
}

.geo-platform-section .remove-btn {
    background: none;
    border: 1px solid #e0e0e0;
    color: #c0392b;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s;
}

.geo-platform-section .remove-btn:hover {
    background: #fbe9e7;
    border-color: #c0392b;
}

/* 选中底部 */
.geo-platform-section .selected-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #f7f9fc;
    border-top: 1px solid #e8ecf1;
}

.geo-platform-section .footer-info {
    display: flex;
    gap: 20px;
    font-size: 0.9rem;
    color: #2c3e50;
}

.geo-platform-section .total-amount {
    font-weight: 700;
    color: #c0392b;
}

.geo-platform-section .next-btn {
    padding: 10px 24px;
    background: #1a3a5c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s;
}

.geo-platform-section .next-btn:hover {
    background: #2a5a8c;
}

/* 编辑面板 */
.geo-platform-section .edit-panel {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #e8ecf1;
}

.geo-platform-section .edit-panel-header h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 16px;
}

.geo-platform-section .form-group {
    margin-bottom: 14px;
}

.geo-platform-section .form-group label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 6px;
}

.geo-platform-section .form-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #1a3a5c;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.geo-platform-section .form-input:focus {
    border-color: #1a3a5c;
}

.geo-platform-section .edit-panel-footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 16px;
}

.geo-platform-section .cancel-btn {
    padding: 10px 20px;
    background: #fff;
    color: #5a7a95;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
}

.geo-platform-section .submit-btn {
    padding: 10px 24px;
    background: #1a3a5c;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.9rem;
}

/* 支付弹窗 */
.geo-platform-section .payment-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.geo-platform-section .payment-modal {
    background: #fff;
    border-radius: 12px;
    width: 420px;
    max-width: 90%;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.geo-platform-section .modal-close {
    float: right;
    margin: 12px 16px 0 0;
    background: none;
    border: none;
    font-size: 1.4rem;
    color: #8b9db0;
    cursor: pointer;
}

.geo-platform-section .payment-modal-header {
    padding: 20px 24px 0;
}

.geo-platform-section .payment-modal-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0;
}

.geo-platform-section .payment-modal-body {
    padding: 20px 24px;
}

.geo-platform-section .payment-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    background: #f7f9fc;
    border-radius: 8px;
    margin-bottom: 16px;
}

.geo-platform-section .info-row {
    display: flex;
    font-size: 0.88rem;
    color: #5a7a95;
}

.geo-platform-section .info-row span:last-child {
    color: #1a3a5c;
    font-weight: 500;
}

.geo-platform-section .payment-buttons {
    display: flex;
    gap: 12px;
}

.geo-platform-section .pay-btn {
    flex: 1;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.geo-platform-section .pay-btn.wechat {
    background: #e8f5e9;
    color: #2e7d32;
}

.geo-platform-section .pay-btn.alipay {
    background: #e3f2fd;
    color: #1565c0;
}

/* customAlert */
.geo-platform-section #customAlert {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.geo-platform-section #customAlertContent {
    background: #fff;
    border-radius: 12px;
    padding: 30px 24px 20px;
    text-align: center;
    width: 320px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.15);
}

.geo-platform-section #customAlertMessage {
    font-size: 0.95rem;
    color: #2c3e50;
    margin: 12px 0 18px;
}

.geo-platform-section .selected-empty {
    padding: 30px;
    text-align: center;
    color: #b0bec5;
}

.geo-platform-section .selected-empty p {
    margin: 0;
}

.geo-platform-section .login-link {
    padding: 10px 24px;
    background: #1a3a5c;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9rem;
}

/* GEO 核心能力 */
.geo-features-section {
    padding: 80px 24px;
    background: #f7f9fc;
}

.geo-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.geo-feature-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 28px 24px;
    transition: box-shadow 0.25s, transform 0.2s;
}

.geo-feature-card:hover {
    box-shadow: 0 6px 24px rgba(26,58,92,0.08);
    transform: translateY(-2px);
}

.geo-feature-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.geo-feature-badge {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #eef3f8;
    color: #1a3a5c;
    font-size: 18px;
}

.geo-feature-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0;
}

.geo-feature-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.geo-feature-stat {
    background: #f0f4f8;
    color: #5a7a95;
    font-size: 0.76rem;
    padding: 3px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.geo-feature-stat strong {
    color: #1a3a5c;
    font-weight: 800;
    margin-right: 2px;
}

.geo-feature-card p {
    font-size: 0.85rem;
    color: #6b7d90;
    line-height: 1.6;
    margin: 0;
}

/* GEO 优势 */
.geo-advantage-section {
    padding: 80px 24px;
    background: #fff;
}

.geo-advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.geo-advantage-card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 28px 28px;
    transition: box-shadow 0.25s, transform 0.2s;
}

.geo-advantage-card:hover {
    box-shadow: 0 6px 24px rgba(26,58,92,0.08);
    transform: translateY(-2px);
}

.geo-advantage-num {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 32px;
    text-align: center;
    margin-bottom: 12px;
}

.geo-advantage-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.geo-advantage-card p {
    font-size: 0.88rem;
    color: #6b7d90;
    line-height: 1.6;
    margin: 0;
}

/* GEO 使用流程 */
.geo-workflow-section {
    padding: 80px 24px;
    background: #f7f9fc;
}

.geo-workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.geo-workflow-card {
    text-align: center;
    background: #f9fbfd;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 32px 24px 28px;
    transition: box-shadow 0.25s, transform 0.2s;
}

.geo-workflow-card:hover {
    box-shadow: 0 6px 24px rgba(26,58,92,0.08);
    transform: translateY(-2px);
}

.geo-workflow-step {
    width: 44px;
    height: 44px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 50%;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 44px;
    text-align: center;
    margin: 0 auto 14px;
}

.geo-workflow-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 8px;
}

.geo-workflow-card p {
    font-size: 0.85rem;
    color: #6b7d90;
    margin: 0;
    line-height: 1.5;
}

/* -- 监控页响应式 -- */
@media screen and (max-width: 920px) {
    .wjk-stats-row {
        gap: 28px;
    }

    .wjk-importance-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .wjk-specs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wjk-detail-grid {
        grid-template-columns: 1fr;
    }

    .wjk-alert-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .wjk-detail-reverse .wjk-detail-img {
        order: 0;
    }

    .wjk-alert-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wjk-deploy-arrow {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .wjk-importance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wjk-specs-grid {
        grid-template-columns: 1fr;
    }

    .wjk-certs-grid {
        grid-template-columns: 1fr;
    }

    .wjk-alert-grid {
        grid-template-columns: 1fr;
    }

    .wjk-stats-row {
        gap: 16px;
    }

    .wjk-stat-num {
        font-size: 1.3rem;
    }
}

/* -- GEO 媒体平台页响应式 -- */
@media screen and (max-width: 920px) {
    .geo-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .geo-advantage-grid {
        grid-template-columns: 1fr;
    }
    .geo-workflow-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 560px) {
    .geo-hero-stats {
        gap: 20px;
    }
    .geo-hero-stat-num {
        font-size: 1.4rem;
    }
    .geo-hero-stat-label {
        font-size: 0.72rem;
    }
    .geo-features-grid {
        grid-template-columns: 1fr;
    }
    .geo-workflow-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== GEO AI写作助手页专属样式 ===== */

/* -- GEO vs SEO 对比区 -- */
.geow-compare-section {
    padding: 70px 24px 80px;
    background: #f7f9fc;
}
.geow-compare-heading {
    font-size: 1.15rem;
    text-transform: none;
    letter-spacing: 0.5px;
}
.geow-compare-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 36px;
}
.geow-compare-card {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    padding: 18px 16px;
    transition: box-shadow 0.25s;
}
.geow-compare-card::after {
    content: '';
    display: table;
    clear: both;
}
.geow-compare-card:hover {
    box-shadow: 0 3px 12px rgba(26,58,92,0.06);
}
.geow-compare-icon {
    width: 34px;
    height: 34px;
    color: #1a3a5c;
    background: rgba(26,58,92,0.05);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    vertical-align: middle;
}
.geow-compare-icon svg {
    width: 18px;
    height: 18px;
}
.geow-compare-icon i {
    font-size: 18px;
}
.geow-compare-card h4 {
    display: inline;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a3a5c;
    vertical-align: middle;
}
.geow-compare-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 5px;
}
.geow-compare-row:last-child {
    margin-bottom: 0;
}
.geow-compare-tag {
    display: inline-block;
    padding: 1px 7px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    flex-shrink: 0;
}
.geow-compare-tag.seo {
    background: #e8edf3;
    color: #5a7a95;
}
.geow-compare-tag.geo {
    background: rgba(26,58,92,0.08);
    color: #1a3a5c;
}
/* -- AI写作工具区 -- */
.geow-writer-section {
    padding: 0 24px 80px;
    background: #fff;
}
.geow-writer-card {
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 28px;
    margin-top: 28px;
}
/* 类型选择 */
.geow-type-row {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}
.geow-type-option {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 2px solid #e0e7ef;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
}
.geow-type-option:hover {
    border-color: #a0bcd0;
}
.geow-type-option.selected {
    border-color: #1a3a5c;
    background: rgba(26,58,92,0.03);
}
.geow-type-option input {
    display: none;
}
.geow-type-icon {
    width: 40px;
    height: 40px;
    background: rgba(26,58,92,0.06);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a3a5c;
    flex-shrink: 0;
}
.geow-type-icon svg {
    width: 20px;
    height: 20px;
}
.geow-type-icon i {
    font-size: 20px;
}
.geow-type-text h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0 0 3px;
}
.geow-type-text span {
    font-size: 0.78rem;
    color: #8b9db0;
}
/* 表单 */
.geow-form-row {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}
.geow-form-group {
    flex: 1;
}
.geow-form-input,
.geow-form-select {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #dde4ed;
    border-radius: 8px;
    font-size: 0.88rem;
    color: #334155;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
    box-sizing: border-box;
}
.geow-form-input:focus,
.geow-form-select:focus {
    border-color: #1a3a5c;
}
.geow-form-input::placeholder {
    color: #a0b4c8;
}
.geow-form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b9db0' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 32px;
    cursor: pointer;
}
.geow-form-textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #dde4ed;
    border-radius: 8px;
    font-size: 0.88rem;
    color: #334155;
    background: #fff;
    outline: none;
    resize: vertical;
    min-height: 90px;
    font-family: inherit;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.geow-form-textarea:focus {
    border-color: #1a3a5c;
}
.geow-form-textarea::placeholder {
    color: #a0b4c8;
}
/* 提交按钮 */
.geow-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 36px;
    background: #1a3a5c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.25s;
    margin-top: 8px;
}
.geow-submit-btn:hover {
    background: #2a5a8c;
}
.geow-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.geow-submit-btn svg {
    width: 18px;
    height: 18px;
}
.geow-submit-btn i {
    font-size: 18px;
}
/* Loading spinner */
.geow-loading-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: geow-spin 0.7s linear infinite;
    vertical-align: middle;
}
@keyframes geow-spin {
    to { transform: rotate(360deg); }
}

/* 登录提示 */
.geow-login-prompt {
    text-align: center;
    padding: 40px 20px;
}
.geow-login-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    color: #1a3a5c;
    background: rgba(26,58,92,0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.geow-login-icon svg {
    width: 28px;
    height: 28px;
}
.geow-login-icon i {
    font-size: 28px;
}
.geow-login-prompt h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0 0 8px;
}
.geow-login-prompt p {
    font-size: 0.9rem;
    color: #8b9db0;
    margin: 0 0 22px;
}
.geow-login-btn {
    display: inline-block;
    padding: 12px 36px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: background 0.25s;
}
.geow-login-btn:hover {
    background: #2a5a8c;
}

/* -- 写作结果区 -- */
.geow-result-card {
    margin-top: 28px;
    background: #fff;
    border: 1px solid #e0e7ef;
    border-radius: 12px;
    overflow: hidden;
    display: none;
}
.geow-result-card.active {
    display: block;
}
.geow-result-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e8edf3;
}
.geow-result-info {
    font-size: 0.8rem;
    color: #8b9db0;
}
.geow-result-stats {
    font-size: 0.82rem;
    color: #5a7a95;
    font-weight: 500;
}
.geow-result-actions {
    display: flex;
    gap: 8px;
}
.geow-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    border: 1px solid #dde4ed;
    border-radius: 6px;
    background: #fff;
    color: #5a7a95;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all 0.2s;
    font-family: inherit;
}
.geow-action-btn:hover {
    border-color: #1a3a5c;
    color: #1a3a5c;
}
.geow-action-btn.success {
    border-color: #4caf50;
    color: #4caf50;
}
.geow-action-btn svg {
    width: 16px;
    height: 16px;
}
.geow-action-btn i {
    font-size: 16px;
    margin-right: 2px;
}
.geow-action-accent {
    background: #1a3a5c;
    color: #fff;
    border-color: #1a3a5c;
}
.geow-action-accent:hover {
    background: #2a5a8c;
    color: #fff;
}
.geow-result-title,
.geow-result-summary {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f3f7;
    font-size: 0.88rem;
}
.geow-result-label {
    color: #8b9db0;
    margin-right: 6px;
}
.geow-result-value {
    color: #334155;
    font-weight: 500;
}
.geow-result-content {
    padding: 20px;
    font-size: 0.92rem;
    line-height: 1.8;
    color: #334155;
    min-height: 200px;
    max-height: 600px;
    overflow-y: auto;
    outline: none;
    white-space: pre-wrap;
    word-break: break-word;
}

/* -- GEO自助服务优势 -- */
.geow-benefit-section {
    padding: 70px 24px 80px;
    background: #fff;
}
.geow-benefit-heading {
    font-size: 1.15rem;
    text-transform: none;
    letter-spacing: 0.5px;
}
.geow-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 36px;
}
.geow-benefit-card {
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 26px 20px;
    text-align: center;
    transition: box-shadow 0.25s;
}
.geow-benefit-card:hover {
    box-shadow: 0 4px 20px rgba(26,58,92,0.06);
}
.geow-benefit-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    color: #1a3a5c;
    background: rgba(26,58,92,0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.geow-benefit-icon svg {
    width: 22px;
    height: 22px;
}
.geow-benefit-icon i {
    font-size: 22px;
}
.geow-benefit-card h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0 0 8px;
}
.geow-benefit-card p {
    font-size: 0.85rem;
    color: #5a7a95;
    line-height: 1.55;
    margin: 0;
}
/* -- GEO服务流程 -- */
.geow-flow-section {
    padding: 70px 24px 80px;
    background: #f7f9fc;
}
.geow-flow-heading {
    font-size: 1.15rem;
    text-transform: none;
    letter-spacing: 0.5px;
}
.geow-flow-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    margin-top: 36px;
    flex-wrap: wrap;
}
.geow-flow-step {
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 12px;
    padding: 24px 18px;
    text-align: center;
    flex: 1;
    min-width: 0;
}
.geow-flow-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.geow-flow-step h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0 0 8px;
}
.geow-flow-step p {
    font-size: 0.78rem;
    color: #5a7a95;
    line-height: 1.55;
    margin: 0;
}
.geow-flow-arrow {
    display: flex;
    align-items: center;
    padding: 0 6px;
    color: #a0bcd0;
    flex-shrink: 0;
    margin-top: 30px;
}
.geow-flow-arrow i {
    font-size: 20px;
}

/* -- 咨询引导 -- */
.geow-cta-section {
    padding: 70px 24px 80px;
    background: #fff;
}
.geow-cta-box {
    text-align: center;
    background: linear-gradient(135deg, #f0f5fa 0%, #e8f0f8 100%);
    border: 1px solid #d8e4f0;
    border-radius: 16px;
    padding: 48px 40px;
}
.geow-cta-box h2 {
    font-size: 1.45rem;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0 0 16px;
    line-height: 1.4;
}
.geow-cta-box > p {
    font-size: 0.95rem;
    color: #5a7a95;
    line-height: 1.7;
    margin: 0 0 28px;
}
.geow-cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.geow-cta-primary {
    display: inline-block;
    padding: 14px 40px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.02rem;
    font-weight: 600;
    transition: background 0.25s;
}
.geow-cta-primary:hover {
    background: #2a5a8c;
}
.geow-cta-secondary {
    display: inline-block;
    padding: 14px 40px;
    background: #fff;
    color: #1a3a5c;
    border: 1.5px solid #1a3a5c;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.02rem;
    font-weight: 600;
    transition: background 0.25s, color 0.25s;
}
.geow-cta-secondary:hover {
    background: #1a3a5c;
    color: #fff;
}
.geow-cta-note {
    font-size: 0.82rem;
    color: #94a3b8;
    margin: 22px 0 0;
}

/* -- Toast -- */
.geow-toast {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #fff;
    z-index: 9999;
    transition: all 0.3s ease;
    pointer-events: none;
}
.geow-toast-success {
    background: #2e7d32;
}
.geow-toast-error {
    background: #c62828;
}

/* -- 右键菜单 -- */
.context-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #e0e7ef;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    z-index: 9998;
    overflow: hidden;
    min-width: 160px;
}
.context-menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-size: 0.85rem;
    color: #334155;
    cursor: pointer;
    transition: background 0.15s;
}
.context-menu-item:hover {
    background: #f0f4f8;
}
.context-menu-item svg {
    width: 16px;
    height: 16px;
    color: #1a3a5c;
}
.context-menu-item i {
    font-size: 16px;
    color: #1a3a5c;
}

/* -- GEO写作助手响应式 -- */
@media screen and (max-width: 960px) {
    .geow-compare-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .geow-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .geow-flow-steps {
        flex-direction: column;
        align-items: center;
    }
    .geow-flow-arrow {
        margin-top: 0;
        padding: 4px 0;
        transform: rotate(90deg);
    }
    .geow-flow-step {
        width: 100%;
        max-width: 380px;
    }
}

@media screen and (max-width: 640px) {
    .geow-compare-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .geow-type-row {
        flex-direction: column;
    }
    .geow-form-row {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }
    .geow-benefit-grid {
        grid-template-columns: 1fr;
    }
    .geow-result-header-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .geow-result-actions {
        flex-wrap: wrap;
    }
}


/* ========== GEO品牌监测页面 ========== */

/* Hero Banner */
.hero-jiankong-content {
    text-align: center;
    padding: 70px 20px 60px;
}

/* 监测表单模块 */
.geo-jiankong-page .geow-writer-card .form-item {
    margin-bottom: 20px;
}
.geo-jiankong-page .geow-writer-card .form-item:last-of-type {
    margin-bottom: 0;
}
.geo-jiankong-page .geow-writer-card .form-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.geo-jiankong-page .geow-writer-card .form-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a3a5c;
}
.geo-jiankong-page .geow-writer-card .form-label-hint {
    font-size: 0.75rem;
    font-weight: 400;
    color: #8b9db0;
    margin-left: 6px;
}
.geo-jiankong-page .geow-writer-card .required {
    color: #e53e3e;
    margin-right: 4px;
}
.geo-jiankong-page .geow-writer-card .wildcard-btn {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 8px;
    font-size: 0.75rem;
    font-family: monospace;
    color: #1a3a5c;
    background: rgba(26,58,92,0.06);
    border: 1px solid #1a3a5c;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}
.geo-jiankong-page .geow-writer-card .wildcard-btn:hover {
    background: #1a3a5c;
    color: #fff;
}
.geo-jiankong-page .recommended-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #1a3a5c;
    background: #fff;
    border: 1px solid #c8d6e5;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    height: auto;
    line-height: 1.5;
}
.geo-jiankong-page .recommended-btn:hover {
    background: rgba(26,58,92,0.04);
    border-color: #1a3a5c;
}
.geo-jiankong-page .geow-writer-card .input-wrapper {
    position: relative;
}
.geo-jiankong-page .geow-writer-card textarea.layui-textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #dde4ed;
    border-radius: 8px;
    font-size: 0.88rem;
    color: #334155;
    resize: vertical;
    transition: all 0.2s;
    background: #fff;
    box-sizing: border-box;
    font-family: inherit;
    outline: none;
}
.geo-jiankong-page .geow-writer-card textarea.layui-textarea:focus {
    border-color: #1a3a5c;
    box-shadow: 0 0 0 3px rgba(26,58,92,0.06);
}
.geo-jiankong-page .geow-writer-card .input-tips {
    margin-top: 6px;
    font-size: 0.78rem;
    color: #8b9db0;
    text-align: right;
}
.geo-jiankong-page .geow-writer-card .outLen {
    color: #e53e3e !important;
}
.geo-jiankong-page .geow-writer-card .tag-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 10px;
    border: 1px solid #dde4ed;
    border-radius: 8px;
    min-height: 40px;
    background: #fff;
    transition: border-color 0.2s;
}
.geo-jiankong-page .geow-writer-card .tag-input-wrapper:focus-within {
    border-color: #1a3a5c;
    box-shadow: 0 0 0 3px rgba(26,58,92,0.06);
}
.geo-jiankong-page .geow-writer-card .tag-input {
    flex: 1;
    min-width: 120px;
    border: none;
    outline: none;
    font-size: 0.88rem;
    background: transparent;
    font-family: inherit;
}
.geo-jiankong-page .geow-writer-card .tag-item {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 0.8rem;
    color: #1a3a5c;
    background: rgba(26,58,92,0.06);
    border: 1px solid rgba(26,58,92,0.2);
    border-radius: 4px;
    padding: 3px 8px;
}
.geo-jiankong-page .geow-writer-card .tag-item .tag-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 1;
    color: #8b9db0;
    transition: color 0.2s;
}
.geo-jiankong-page .geow-writer-card .tag-item .tag-remove:hover {
    color: #e53e3e;
}
.geo-jiankong-page .geow-writer-card .tag-tips {
    margin-top: 8px;
    font-size: 0.78rem;
    color: #8b9db0;
}

/* 平台列表 */
.geo-jiankong-page .platform_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}
.geo-jiankong-page .platform_list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 12px;
    border: 2px solid #e0e7ef;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
    background: #fff;
}
.geo-jiankong-page .platform_list .item:hover {
    border-color: #1a3a5c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26,58,92,0.08);
}
.geo-jiankong-page .platform_list .item.item_active {
    border-color: #1a3a5c;
    background: rgba(26,58,92,0.03);
}
.geo-jiankong-page .platform_list .item_img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* ========== 城市分站页 ========== */

/* Hero热门城市 */
.citylist-hero-hot { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 24px; padding: 14px 22px; background: #fff; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.citylist-hot-label { color: #ef4444; font-weight: 700; font-size: .88rem; margin-right: 4px; padding-right: 12px; border-right: 1px solid #e2e8f0; }
.citylist-hot-link { color: #475569; font-size: .88rem; text-decoration: none; padding: 4px 12px; border-radius: 6px; transition: all .2s; background: #f8fafc; font-weight: 500; }
.citylist-hot-link:hover { color: #2563eb; background: #eff6ff; }
.citylist-toggle-btn { margin-left: auto; padding: 8px 20px; background: linear-gradient(135deg, #2563eb, #1d4ed8); color: #fff; border: none; border-radius: 20px; font-size: .85rem; font-weight: 600; cursor: pointer; transition: all .2s; }
.citylist-toggle-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(37,99,235,0.4); }

/* 省份选择面板 */
.citylist-switch-panel { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; margin-bottom: 24px; }
.citylist-switch-header { margin-bottom: 16px; padding-bottom: 14px; border-bottom: 2px solid #f0f3f7; }
.citylist-switch-header h3 { font-size: 1.05rem; font-weight: 700; color: #1e293b; margin: 0; }

/* 字母索引 */
.citylist-letter-bar { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px dashed #e2e8f0; }
.citylist-letter-bar a { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 6px; background: #f8fafc; color: #64748b; text-decoration: none; font-size: .85rem; font-weight: 600; transition: all .2s; }
.citylist-letter-bar a:hover { background: #2563eb; color: #fff; }

/* 省份分组 */
.citylist-province-group { display: flex; gap: 14px; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid #f0f3f7; scroll-margin-top: 90px; }
.citylist-province-group:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.citylist-letter-head { width: 38px; height: 38px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #2563eb; color: #fff; font-weight: 700; font-size: .95rem; border-radius: 8px; }
.citylist-cities { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; flex: 1; }
.citylist-cities a { color: #475569; font-size: .82rem; text-decoration: none; padding: 4px 10px; border-radius: 6px; transition: all .2s; }
.citylist-cities a:hover { color: #2563eb; background: rgba(37,99,235,0.06); }
.citylist-cities a.active { color: #2563eb; background: rgba(37,99,235,0.1); font-weight: 600; }

/* 精选文章横幅 */
.citylist-featured-banner { display: flex; border-radius: 14px; overflow: hidden; margin-bottom: 24px; min-height: 260px; background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; }
.citylist-featured-banner:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
.citylist-banner-content { flex: 1; padding: 32px 36px; display: flex; flex-direction: column; justify-content: center; }
.citylist-banner-tag { display: inline-flex; align-items: center; padding: 5px 14px; background: linear-gradient(135deg, #ef4444, #dc2626); color: #fff; font-size: .72rem; font-weight: 700; border-radius: 20px; margin-bottom: 16px; width: fit-content; }
.citylist-banner-content h2 { font-size: 1.25rem; margin: 0 0 14px; line-height: 1.5; }
.citylist-banner-content h2 a { color: #1e293b; text-decoration: none; }
.citylist-banner-content h2 a:hover { color: #2563eb; }
.citylist-banner-meta { display: flex; align-items: center; gap: 16px; color: #94a3b8; font-size: .8rem; }
.citylist-banner-img { width: 45%; min-width: 380px; background-size: cover; background-position: center; }

/* 四列卡片 */
.citylist-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px;}
.citylist-card { display: flex; flex-direction: column; background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; text-decoration: none; color: inherit; transition: all .25s; }
.citylist-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.08); border-color: #2563eb; }
.citylist-card-img { height: 140px; background-size: cover; background-position: center; }
.citylist-card-body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.citylist-card-body h4 { font-size: .88rem; font-weight: 600; color: #1e293b; line-height: 1.5; margin: 0 0 10px; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.citylist-card:hover .citylist-card-body h4 { color: #2563eb; }
.citylist-card-meta { display: flex; justify-content: space-between; align-items: center; font-size: .72rem; color: #94a3b8; }
.citylist-card-meta .iconfont { font-size: .75rem; margin-right: 2px; }

/* 响应式 */
@media (max-width: 1024px) {
    .citylist-featured-banner { flex-direction: column; }
    .citylist-banner-img { width: 100%; min-width: unset; height: 200px; }
    .citylist-card-grid { grid-template-columns: repeat(2, 1fr); }
    .citylist-banner-content { padding: 24px; }
}
@media (max-width: 640px) {
    .citylist-card-grid { grid-template-columns: 1fr; }
    .citylist-hero-hot { flex-direction: column; align-items: flex-start; }
    .citylist-toggle-btn { margin-left: 0; width: 100%; }
    .citylist-province-group { flex-direction: column; gap: 8px; }
}
.geo-jiankong-page .platform_list .item_img img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.geo-jiankong-page .platform_list .item_name {
    font-size: 0.82rem;
    color: #334155;
    font-weight: 500;
    text-align: center;
}
.geo-jiankong-page .platform_list .item_check {
    display: none;
    color: #1a3a5c;
    font-size: 16px;
    margin-top: 4px;
}
.geo-jiankong-page .platform_list .item.item_active .item_check {
    display: block;
}
.geo-jiankong-page .item_img .platform-fallback {
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(26,58,92,0.08);
    color: #1a3a5c;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

/* 提交区域 */
.geo-jiankong-page .geow-writer-card .submit-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid #e8edf3;
}
.geo-jiankong-page .geow-writer-card .submit_btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 28px;
    font-size: 0.9rem;
    font-weight: 500;
    background: #1a3a5c;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}
.geo-jiankong-page .geow-writer-card .submit_btn:hover {
    background: #2a4a6c;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26,58,92,0.2);
}
.geo-jiankong-page .geow-writer-card .submit_btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.geo-jiankong-page .geow-writer-card .history-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 20px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #1a3a5c;
    background: #fff;
    border: 1px solid #1a3a5c;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s;
}
.geo-jiankong-page .geow-writer-card .history-link:hover {
    background: #1a3a5c;
    color: #fff;
}

/* 结果区域 */
.geo-jiankong-page .geow-result-card .results-progress {
    margin: 16px 0;
}
.geo-jiankong-page .geow-result-card .progress-bar {
    height: 6px;
    background: #e8edf3;
    border-radius: 3px;
    overflow: hidden;
}
.geo-jiankong-page .geow-result-card .progress-fill {
    height: 100%;
    background: #1a3a5c;
    border-radius: 3px;
    width: 0%;
    transition: width 0.3s ease;
}
.geo-jiankong-page .geow-result-card .progress-text {
    font-size: 0.78rem;
    color: #8b9db0;
    margin-top: 6px;
    display: block;
}
.geo-jiankong-page .geow-result-card .header-info-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 0.82rem;
    color: #334155;
}
.geo-jiankong-page .geow-result-card .results-count {
    font-size: 0.82rem;
    color: #64748b;
    background: #f1f5f9;
    padding: 3px 10px;
    border-radius: 8px;
}
.geo-jiankong-page .geow-result-card .score-hint {
    font-size: 0.82rem;
    color: #b45309;
    background: #fffbeb;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: 500;
}

/* 结果表格 */
.geo-jiankong-page .results-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.geo-jiankong-page .results-table thead th {
    padding: 10px 8px;
    background: #f8fafc;
    color: #64748b;
    font-weight: 600;
    border-bottom: 2px solid #e8edf3;
    white-space: nowrap;
}
.geo-jiankong-page .results-table tbody td {
    padding: 10px 8px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    vertical-align: middle;
}
.geo-jiankong-page .results-table tbody tr:hover {
    background: rgba(26,58,92,0.02);
}
.geo-jiankong-page .results-table tbody tr.processing-row {
    background: rgba(26,58,92,0.06);
}
.geo-jiankong-page .results-table .platform-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}
.geo-jiankong-page .results-table .platform-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: contain;
}
.geo-jiankong-page .action-btn {
    display: inline-block;
    padding: 3px 8px;
    font-size: 0.72rem;
    border: 1px solid #dde4ed;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.15s;
    background: #fff;
    color: #334155;
    margin: 0 2px;
}
.geo-jiankong-page .action-btn:hover {
    background: #1a3a5c;
    color: #fff;
    border-color: #1a3a5c;
}
.geo-jiankong-page .action-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

/* 弹窗遮罩 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 9998;
}

/* 推荐问题弹窗 */
.common_questions { display: none; }
.common_questions.modal-active {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 90%;
    max-width: 780px;
    max-height: 80vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    overflow: hidden;
}
.common_questions .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #1a3a5c;
    color: #fff;
    flex-shrink: 0;
}
.common_questions .popup-header h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
}
.common_questions .popup-header i {
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
    transition: color 0.2s;
}
.common_questions .popup-header i:hover {
    color: #fff;
}
.common_questions .popup-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}
.common_questions .ai-recommend {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}
.common_questions .ai-recommend input {
    flex: 1;
    padding: 9px 14px;
    border: 1px solid #dde4ed;
    border-radius: 6px;
    font-size: 0.88rem;
    color: #334155;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.common_questions .ai-recommend input:focus {
    border-color: #1a3a5c;
}
.common_questions .ai-recommend .layui-btn {
    padding: 9px 20px;
    background: #1a3a5c;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}
.common_questions .ai-recommend .layui-btn:hover {
    background: #2a4a6c;
}
.common_questions .category-filter-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.common_questions .filter-label {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
}
.common_questions .filter-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.common_questions .filter-tag {
    padding: 4px 12px;
    font-size: 0.78rem;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid transparent;
}
.common_questions .filter-tag:hover {
    background: #e2e8f0;
    color: #334155;
}
.common_questions .filter-tag.active {
    background: #1a3a5c;
    color: #fff;
}
.common_questions .keyword-list {
    border: 1px solid #e8edf3;
    border-radius: 8px;
    overflow: hidden;
}
.common_questions .keyword-list .table-header {
    display: flex;
    padding: 10px 16px;
    background: #f8fafc;
    border-bottom: 1px solid #e8edf3;
    font-weight: 600;
    font-size: 0.82rem;
    color: #64748b;
}
.common_questions .keyword-list .table-header .col-index { flex: 0.5; text-align: center; }
.common_questions .keyword-list .table-header .col-keyword { flex: 3; }
.common_questions .keyword-list .table-header .col-hot { flex: 0.8; text-align: center; }
.common_questions .keyword-list .table-header .col-category { flex: 1.2; text-align: center; }
.common_questions .keyword-list .table-header .col-action { flex: 1.8; text-align: center; }
.common_questions .keyword-list .table-body {
    max-height: 320px;
    overflow-y: auto;
}
.common_questions .keyword-list .table-body .table-row {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.15s;
}
.common_questions .keyword-list .table-body .table-row:last-child {
    border-bottom: none;
}
.common_questions .keyword-list .table-body .table-row:hover {
    background: rgba(26,58,92,0.03);
}
.common_questions .keyword-list .table-row .col-index {
    flex: 0.5;
    text-align: center;
    font-size: 0.82rem;
    color: #94a3b8;
}
.common_questions .keyword-list .table-row .col-keyword {
    flex: 3;
    font-size: 0.88rem;
    color: #334155;
}
.common_questions .keyword-list .table-row .col-hot {
    flex: 0.8;
    text-align: center;
}
.common_questions .keyword-list .table-row .col-hot span {
    font-size: 0.78rem;
    color: #e53e3e;
    font-weight: 600;
}
.common_questions .keyword-list .table-row .col-category {
    flex: 1.2;
    text-align: center;
    font-size: 0.82rem;
    color: #64748b;
}
.common_questions .keyword-list .table-row .col-action {
    flex: 1.8;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.common_questions .keyword-list .table-row .col-action button {
    padding: 5px 12px;
    font-size: 0.75rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}
.common_questions .keyword-list .table-row .col-action .add-detect {
    background: #1a3a5c;
    color: #fff;
}
.common_questions .keyword-list .table-row .col-action .add-detect:hover {
    background: #2a4a6c;
}
.common_questions .keyword-list .table-row .col-action .copy {
    background: #e8edf3;
    color: #1a3a5c;
}
.common_questions .keyword-list .table-row .col-action .copy:hover {
    background: #d4dce8;
}

/* Toast提示 */
.toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 500;
    z-index: 99999;
    opacity: 0;
    transition: all 0.3s ease;
}
.toast-show {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.toast-error {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}
.toast-success {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}
.toast-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}
.toast-error .toast-icon { background: #dc2626; color: #fff; }
.toast-success .toast-icon { background: #16a34a; color: #fff; }

/* 积分不足提示层 */
.score-warning-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.score-warning-content {
    background: #fff;
    border-radius: 12px;
    padding: 36px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    position: relative;
}
.score-warning-content .close-btn {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 22px;
    color: #94a3b8;
    cursor: pointer;
}
.score-warning-content .close-btn:hover { color: #334155; }
.score-warning-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0 0 10px;
}
.score-warning-content p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0 0 20px;
}
.score-warning-content .layui-btn {
    display: inline-block;
    padding: 9px 24px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
}

/* ========== 电商图片设计页 ========== */
.dianshang-tool-section { padding: 40px 0; }
.dianshang-user-card {
    background: linear-gradient(135deg, #1a3a5c 0%, #2a5a8c 50%, #1a3a5c 100%);
    border-radius: 12px; padding: 20px 24px; margin-bottom: 24px;
    display: flex; align-items: center; gap: 16px; color: #fff;
}
.dianshang-user-avatar {
    width: 48px; height: 48px; background: rgba(255,255,255,.15);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 22px; flex-shrink: 0;
}
.dianshang-user-detail h3 { font-size: 1rem; margin: 0 0 4px; font-weight: 600; }
.dianshang-user-detail p { font-size: .82rem; margin: 0; opacity: .85; }
.dianshang-tool-card {
    background: #fff; border-radius: 16px; box-shadow: 0 4px 24px rgba(0,0,0,.08);
    padding: 24px;
}
.dianshang-tool-layout { display: flex; gap: 24px; }
.dianshang-sidebar { width: 340px; flex-shrink: 0; background: #f8fafc; border-radius: 12px; padding: 20px; }
.dianshang-main { flex: 1; background: #f8fafc; border-radius: 12px; padding: 20px; }
.dianshang-panel-header {
    display: flex; align-items: center; gap: 8px; font-size: .95rem; font-weight: 600;
    color: #1a3a5c; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid #e2e8f0;
}
.dianshang-panel-header i { font-size: 1.1rem; color: #1a3a5c; }
.dianshang-tab-row { display: flex; gap: 8px; margin-bottom: 16px; }
.dianshang-tab-btn {
    flex: 1; padding: 8px 14px; border: 1px solid #e2e8f0; border-radius: 8px;
    font-size: .82rem; font-weight: 500; cursor: pointer; background: #fff; color: #64748b;
    transition: all .2s;
}
.dianshang-tab-btn.active { background: #1a3a5c; color: #fff; border-color: #1a3a5c; }
.dianshang-tab-btn:hover:not(.active) { background: #f1f5f9; }
.dianshang-form-item { margin-bottom: 16px; }
.dianshang-form-label {
    display: block; font-size: .78rem; font-weight: 600; color: #475569; margin-bottom: 8px;
}
.dianshang-radio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dianshang-radio-item {
    display: flex; align-items: center; gap: 6px; padding: 8px 10px;
    background: #fff; border: 1px solid #e2e8f0; border-radius: 8px;
    cursor: pointer; font-size: .78rem; color: #475569; transition: all .2s;
}
.dianshang-radio-item:hover { border-color: #1a3a5c; background: rgba(26,58,92,.04); }
.dianshang-radio-item input[type="radio"] { accent-color: #1a3a5c; }
.dianshang-param-row { display: flex; gap: 10px; }
.dianshang-param-col { flex: 1; }
.dianshang-param-tip { display: block; font-size: .72rem; color: #94a3b8; margin-bottom: 4px; }
.dianshang-param-col input {
    width: 100%; padding: 7px 10px; border: 1px solid #e2e8f0; border-radius: 6px;
    font-size: .82rem; color: #334155; background: #fff; box-sizing: border-box;
}
.dianshang-param-col input[readonly] { background: #f1f5f9; color: #94a3b8; }
.dianshang-input-row { display: flex; gap: 8px; }
.dianshang-input-row input {
    flex: 1; padding: 7px 10px; border: 1px solid #e2e8f0; border-radius: 6px;
    font-size: .82rem; color: #334155; box-sizing: border-box;
}
.dianshang-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 4px;
    padding: 7px 14px; border: none; border-radius: 6px; font-size: .8rem;
    font-weight: 500; cursor: pointer; transition: all .2s; white-space: nowrap;
}
.dianshang-btn-outline { background: #fff; color: #1a3a5c; border: 1px solid #1a3a5c; }
.dianshang-btn-outline:hover { background: rgba(26,58,92,.06); }
.dianshang-btn-primary { background: #1a3a5c; color: #fff; }
.dianshang-btn-primary:hover { background: #15324d; }
.dianshang-btn-primary:disabled { background: #94a3b8; cursor: not-allowed; }
.dianshang-btn-sm { padding: 5px 10px; font-size: .75rem; }
.dianshang-btn-block { width: 100%; }
.dianshang-form-item input[type="text"],
.dianshang-form-item textarea {
    width: 100%; padding: 8px 10px; border: 1px solid #e2e8f0; border-radius: 6px;
    font-size: .82rem; color: #334155; background: #fff; box-sizing: border-box;
    transition: all .2s; font-family: inherit;
}
.dianshang-form-item input[type="text"]:focus,
.dianshang-form-item textarea:focus { outline: none; border-color: #1a3a5c; box-shadow: 0 0 0 2px rgba(26,58,92,.08); }
.dianshang-form-item textarea { min-height: 80px; resize: vertical; }
.dianshang-points-bar {
    text-align: center; margin-top: 10px; font-size: .76rem; color: #64748b;
}
.dianshang-points-bar .score-green { color: #10b981; font-weight: 600; }
.dianshang-points-bar .score-orange { color: #f97316; font-weight: 600; }
.dianshang-points-warn {
    display: none; margin-top: 8px; padding: 8px; font-size: .74rem; color: #ef4444;
    background: #fef2f2; border-radius: 6px; line-height: 1.5;
}
.dianshang-points-warn a { color: #3b82f6; }
.dianshang-progress-bar-wrap {
    margin-top: 10px; padding: 12px; background: #f8fafc; border-radius: 6px;
}
.dianshang-progress-bar {
    width: 100%; height: 6px; background: #e2e8f0; border-radius: 3px; overflow: hidden; margin-bottom: 6px;
}
.dianshang-progress-fill {
    width: 0; height: 100%; background: #1a3a5c; border-radius: 3px; transition: width .3s;
}
.dianshang-progress-text { font-size: .74rem; color: #64748b; }
.dianshang-upload-preview { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 8px; }
#finalPreview.dianshang-upload-preview {
    justify-content: center; display: grid; grid-template-columns: repeat(2,1fr);
    max-width: 220px; margin: 10px auto 0;
}
.dianshang-upload-preview .upload-preview-item {
    position: relative; width: 100px; height: 100px; border-radius: 8px;
    overflow: hidden; border: 1px solid #e2e8f0;
}
.dianshang-upload-preview .upload-preview-item img { width: 100%; height: 100%; object-fit: cover; }
.dianshang-upload-preview .remove-btn {
    position: absolute; top: 3px; right: 3px; width: 18px; height: 18px;
    background: rgba(0,0,0,.55); border: none; border-radius: 50%; color: #fff;
    font-size: 11px; cursor: pointer; display: flex; align-items: center; justify-content: center;
    line-height: 1;
}
.dianshang-preview-layout { display: flex; gap: 16px; }
.dianshang-preview-left { width: 50%; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px; }
.dianshang-preview-right { width: 50%; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px; }
.dianshang-progress-info { background: #f8fafc; border-radius: 6px; padding: 12px; }
.dianshang-info-row {
    display: flex; flex-wrap: wrap; margin-bottom: 8px; font-size: .78rem; line-height: 1.5;
}
.dianshang-info-row:last-child { margin-bottom: 0; }
.dianshang-info-label { font-weight: 600; color: #475569; flex-shrink: 0; }
.dianshang-info-value { color: #1e293b; word-break: break-all; }
.dianshang-status { color: #1a3a5c; font-weight: 500; }
.dianshang-status.success { color: #10b981; }
.dianshang-status.processing { color: #f59e0b; }
.dianshang-task-id { font-family: monospace; font-size: .72rem; color: #6366f1; }

/* 证书 */
.dianshang-cert-section { padding: 0 0 40px; }
.dianshang-cert-card { background: #fff; border-radius: 16px; padding: 30px 24px; box-shadow: 0 4px 24px rgba(0,0,0,.08); }
.dianshang-cert-head { text-align: center; margin-bottom: 24px; }
.dianshang-cert-head h3 { font-size: 1.15rem; font-weight: 600; color: #1e293b; margin: 0 0 6px; }
.dianshang-cert-head p { font-size: .82rem; color: #64748b; margin: 0; }
.dianshang-cert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 800px; margin: 0 auto; }
.dianshang-cert-item { background: #f8fafc; border-radius: 10px; padding: 14px; border: 1px solid rgba(26,58,92,.08); transition: all .3s; }
.dianshang-cert-item:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(26,58,92,.12); }
.dianshang-cert-img { background: #fff; border-radius: 6px; padding: 10px; box-shadow: inset 0 1px 4px rgba(0,0,0,.05); }
.dianshang-cert-img img { width: 100%; display: block; border-radius: 3px; transition: transform .3s; }
.dianshang-cert-item:hover .dianshang-cert-img img { transform: scale(1.02); }
.dianshang-cert-name {
    text-align: center; margin-top: 10px; font-size: .8rem; font-weight: 500;
    color: #fff; background: #1a3a5c; display: inline-block; padding: 4px 14px;
    border-radius: 20px; margin-left: 50%; transform: translateX(-50%); white-space: nowrap;
}

/* 图片预览弹窗 */
.dianshang-modal {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999;
    display: flex; align-items: center; justify-content: center;
}
.dianshang-modal-overlay {
    position: absolute; inset: 0; background: rgba(0,0,0,.7); backdrop-filter: blur(4px); cursor: pointer;
}
.dianshang-modal-content {
    position: relative; max-width: 90vw; max-height: 90vh;
    background: #1e293b; border-radius: 16px; overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
}
.dianshang-modal-close {
    position: absolute; top: 12px; right: 12px; z-index: 10;
    width: 36px; height: 36px; background: rgba(255,255,255,.1); border: none;
    border-radius: 50%; color: #fff; font-size: 20px; cursor: pointer;
    display: flex; align-items: center; justify-content: center; transition: all .2s;
}
.dianshang-modal-close:hover { background: rgba(255,255,255,.2); transform: scale(1.1); }
.dianshang-modal-prev,
.dianshang-modal-next {
    position: fixed; top: 50%; transform: translateY(-50%);
    width: 44px; height: 44px; background: rgba(0,0,0,.6); border: 2px solid rgba(255,255,255,.3);
    border-radius: 50%; color: #fff; font-size: 24px; cursor: pointer;
    display: flex; align-items: center; justify-content: center; z-index: 10000; transition: all .2s;
}
.dianshang-modal-prev { left: 20%; }
.dianshang-modal-next { right: 20%; }
.dianshang-modal-prev:hover,
.dianshang-modal-next:hover { background: rgba(26,58,92,.8); border-color: #1a3a5c; transform: translateY(-50%) scale(1.1); }
.dianshang-modal img { max-width: 100%; max-height: 85vh; display: block; }
.dianshang-modal-info {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 14px;
    background: linear-gradient(to top, rgba(0,0,0,.7), transparent); text-align: center;
}
.dianshang-modal-info span { color: #fff; font-size: .82rem; }

/* 响应式 */
@media (max-width: 1024px) {
    .dianshang-tool-layout { flex-direction: column; }
    .dianshang-sidebar { width: 100%; }
}
@media (max-width: 768px) {
    .dianshang-radio-grid { grid-template-columns: 1fr; }
    .dianshang-param-row { flex-direction: column; }
    .dianshang-input-row { flex-direction: column; }
    .dianshang-preview-layout { flex-direction: column; }
    .dianshang-preview-left, .dianshang-preview-right { width: 100%; }
    .dianshang-cert-grid { grid-template-columns: 1fr; }
    .dianshang-modal-prev { left: 5%; }
    .dianshang-modal-next { right: 5%; }
}
.dianshang-page .hidden { display: none !important; }
.dianshang-form-row { display: flex; gap: 12px; }
.dianshang-form-half { flex: 1; min-width: 0; }
.dianshang-page .geow-compare-card h4 { font-size: 1rem; }
.dianshang-page .geow-compare-card p { font-size: .82rem; }

/* ========== RPA应用列表页 ========== */

/* 平台筛选栏 */
.rpa-filter-bar { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; padding: 16px 20px; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; flex-wrap: wrap; }
.rpa-filter-label { font-weight: 600; color: #1e293b; font-size: .9rem; white-space: nowrap; }
.rpa-filter-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.rpa-tag-item { display: inline-block; padding: 6px 16px; font-size: .82rem; color: #64748b; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 20px; text-decoration: none; transition: all .2s; }
.rpa-tag-item:hover { color: #2563eb; border-color: #2563eb; background: rgba(37,99,235,0.05); }

/* RPA应用卡片网格 */
.rpa-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rpa-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; transition: all .25s; }
.rpa-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.08); border-color: #2563eb; }
.rpa-card-link { display: flex; align-items: center; gap: 16px; padding: 20px; text-decoration: none; color: inherit; }
.rpa-card-icon { flex-shrink: 0; width: 64px; height: 64px; border-radius: 12px; overflow: hidden; background: #f8fafc; display: flex; align-items: center; justify-content: center; }
.rpa-card-icon img { width: 100%; height: 100%; object-fit: cover; }
.rpa-card-body { flex: 1; min-width: 0; }
.rpa-card-title { font-size: .95rem; font-weight: 600; color: #1e293b; margin: 0 0 8px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rpa-card-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.rpa-meta-tag { display: inline-flex; align-items: center; gap: 4px; padding: 3px 10px; font-size: .75rem; border-radius: 6px; }
.rpa-meta-platform { background: rgba(37,99,235,0.08); color: #2563eb; }
.rpa-meta-platform i { font-size: .75rem; }
.rpa-meta-version { background: rgba(16,185,129,0.08); color: #10b981; }

/* RPA分页 */
.rpa-pagination { margin-top: 36px; padding-top: 24px; border-top: 1px solid #e2e8f0; }
.rpa-pagination nav { margin: 0 !important; }
.rpa-pagination .pagination { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0; padding: 0; list-style: none; }
.rpa-pagination .page-item,
.rpa-pagination .page-link { display: inline-flex !important; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 12px; font-size: .85rem; border-radius: 8px; border: 1px solid #e2e8f0; background: #fff; color: #1e293b; text-decoration: none; transition: all .2s; font-weight: 500; }
.rpa-pagination .page-item:hover,
.rpa-pagination .page-link:hover { border-color: #2563eb; color: #2563eb; background: rgba(37,99,235,0.06); transform: translateY(-1px); }
.rpa-pagination .page-num { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 8px; font-size: .85rem; border-radius: 8px; border: 1px solid #e2e8f0; background: #fff; color: #1e293b; text-decoration: none; transition: all .2s; font-weight: 500; }
.rpa-pagination .page-num:hover { border-color: #2563eb; color: #2563eb; background: rgba(37,99,235,0.06); transform: translateY(-1px); }
.rpa-pagination .page-num.current,
.rpa-pagination .page-link.current { background: linear-gradient(135deg, #2563eb, #1d4ed8); color: #fff; border-color: #2563eb; font-weight: 600; box-shadow: 0 2px 8px rgba(37,99,235,0.25); }
.rpa-pagination .text-secondary { color: #64748b; text-align: center; padding: 16px 0; }

@media (max-width: 1024px) {
    .rpa-card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .rpa-card-grid { grid-template-columns: 1fr; }
    .rpa-filter-bar { flex-direction: column; align-items: flex-start; }
}

/* ========== RPA应用搜索模块 ========== */

/* 搜索栏 */
.rpa-search-bar { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; padding: 16px 20px; background: linear-gradient(135deg, #eff6ff, #f8fafc); border: 1px solid #e2e8f0; border-radius: 12px; flex-wrap: wrap; }
.rpa-search-input-wrap { flex: 1; min-width: 220px; display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #d1d9e6; border-radius: 8px; padding: 0 12px; transition: border-color .2s, box-shadow .2s; }
.rpa-search-input-wrap:focus-within { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }
.rpa-search-input-wrap i { color: #94a3b8; font-size: .9rem; }
.rpa-search-input { flex: 1; border: none; outline: none; font-size: .9rem; color: #1e293b; padding: 10px 0; background: transparent; }
.rpa-search-input::placeholder { color: #94a3b8; }
.rpa-search-type { display: flex; gap: 4px; background: #e8eef7; border-radius: 8px; padding: 3px; }
.rpa-search-type-item { display: inline-flex; align-items: center; gap: 4px; padding: 5px 14px; border-radius: 6px; font-size: .85rem; color: #475569; cursor: pointer; transition: all .2s; }
.rpa-search-type-item input { display: none; }
.rpa-search-type-item:has(input:checked) { background: #fff; color: #2471a3; font-weight: 600; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.rpa-search-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 24px; font-size: .9rem; font-weight: 600; color: #fff; background: linear-gradient(135deg, #2471a3, #2471a3); border: none; border-radius: 8px; cursor: pointer; transition: all .2s; }
.rpa-search-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(37,99,235,0.3); }
.rpa-search-tip { flex-basis: 100%; font-size: .82rem; color: #dc2626; }

/* 站内搜索弹出层 */
.rpa-search-overlay { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: rgba(15,23,42,0.55); backdrop-filter: blur(2px); padding: 20px; }
.rpa-search-popup { width: 100%; max-width: 900px; max-height: 85vh; background: #fff; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 20px 60px rgba(0,0,0,0.25); animation: rpaPopupIn .25s ease; }
@keyframes rpaPopupIn { from { opacity: 0; transform: translateY(20px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.rpa-search-popup-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #e2e8f0; }
.rpa-search-popup-title { font-size: 1.05rem; font-weight: 700; color: #1e293b; margin: 0; }
.rpa-search-popup-title span { font-size: .85rem; font-weight: 400; color: #64748b; margin-left: 6px; }
.rpa-search-popup-close { width: 32px; height: 32px; border: none; border-radius: 8px; background: #f1f5f9; color: #64748b; font-size: 1.2rem; line-height: 1; cursor: pointer; transition: all .2s; }
.rpa-search-popup-close:hover { background: #fee2e2; color: #dc2626; }
.rpa-search-popup-body { padding: 20px; overflow-y: auto; }
.rpa-search-loading { text-align: center; padding: 40px 0; color: #64748b; font-size: .9rem; }
.rpa-search-loading p { margin-top: 12px; }
.rpa-search-spinner { width: 34px; height: 34px; margin: 0 auto; border: 3px solid #e2e8f0; border-top-color: #2980b9; border-radius: 50%; animation: rpaSpin .8s linear infinite; }
@keyframes rpaSpin { to { transform: rotate(360deg); } }
.rpa-search-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.rpa-search-results .rpa-card-link { padding: 14px; gap: 12px; }
.rpa-search-results .rpa-card-icon { width: 52px; height: 52px; }
.rpa-search-results .rpa-card-title { font-size: .88rem; margin-bottom: 6px; }
.rpa-search-empty { text-align: center; padding: 50px 0; color: #64748b; font-size: .92rem; }

@media (max-width: 768px) {
    .rpa-search-results { grid-template-columns: repeat(2, 1fr); }
    .rpa-search-bar { flex-direction: column; align-items: stretch; }
    .rpa-search-type { align-self: flex-start; }
    .rpa-search-btn { justify-content: center; }
}
@media (max-width: 480px) {
    .rpa-search-results { grid-template-columns: 1fr; }
}


/* ========== RPA应用详情页 ========== */
.rpa-detail-page .rpa-section-title { font-size: 1.1rem; font-weight: 700; color: #1e293b; margin: 0 0 20px; padding-bottom: 12px; border-bottom: 2px solid #f0f3f7; position: relative; }
.rpa-detail-page .rpa-section-title::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 50px; height: 2px; background: #2563eb; border-radius: 1px; }

/* 视频+方案并排 */
.rpa-detail-page .rpa-detail-top { display: flex; gap: 24px; align-items: stretch; margin-bottom: 24px; }

/* 视频区 */
.rpa-detail-page .rpa-video-wrapper { border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); margin-bottom: 0; flex: 0 0 52%; display: flex; }
.rpa-video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }

/* 详情卡片 */
.rpa-detail-top .rpa-detail-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px; margin-bottom: 0; flex: 1; }

/* 定价卡片 */
.rpa-pricing-grid { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.rpa-pricing-card { position: relative; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 12px 16px; transition: all .2s; }
.rpa-pricing-card:hover { border-color: #2563eb; }
.rpa-pricing-card.featured { border-color: #2563eb; background: rgba(37,99,235,0.04); }
.rpa-pricing-ribbon { position: absolute; top: 0; right: -1px; background: linear-gradient(135deg, #2563eb, #1d4ed8); color: #fff; font-size: .65rem; font-weight: 700; padding: 2px 10px; border-radius: 7px; }
.rpa-pricing-ribbon::after { content: ''; position: absolute; top: 100%; right: 0; border: 3px solid #1d4ed8; border-left-color: transparent; border-bottom-color: transparent; }
.rpa-pricing-header { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.rpa-pricing-header h4 { font-size: .85rem; font-weight: 700; color: #1e293b; margin: 0; }
.rpa-pricing-badge { display: inline-block; padding: 2px 8px; font-size: .65rem; border-radius: 12px; background: rgba(37,99,235,0.08); color: #2563eb; font-weight: 600; }
.rpa-pricing-card.featured .rpa-pricing-badge { background: rgba(37,99,235,0.15); }
.rpa-pricing-price { font-size: 1.1rem; font-weight: 800; color: #2563eb; flex-shrink: 0; display: flex; align-items: center; line-height: 1; }
.rpa-pricing-price.free { color: #10b981; }
.rpa-pricing-body { display: flex; align-items: center; gap: 12px; }
.rpa-pricing-features { display: flex; flex-wrap: wrap; gap: 0; list-style: none; padding: 0; margin: 0; flex: 1; }
.rpa-pricing-features li { padding: 0; font-size: .75rem; color: #64748b; display: flex; align-items: center; }
.rpa-pricing-features li::before { content: none; }
.rpa-pricing-features li::after { content: '·'; margin: 0 8px; color: #cbd5e1; }
.rpa-pricing-features li:last-child::after { content: none; }

/* 操作按钮 */
.rpa-action-section { padding-top: 14px; border-top: 1px solid #e2e8f0; }
.rpa-action-buttons { display: flex; flex-wrap: nowrap; gap: 8px; }
.rpa-btn { display: inline-flex; align-items: center; gap: 4px; padding: 8px 14px; font-size: .78rem; font-weight: 600; border: 1px solid #e2e8f0; border-radius: 8px; background: #fff; color: #334155; cursor: pointer; transition: all .2s; text-decoration: none; white-space: nowrap; }
.rpa-btn:hover { border-color: #2563eb; color: #2563eb; }
.rpa-btn .iconfont { font-size: .88rem; flex-shrink: 0; }
.rpa-btn-primary { background: linear-gradient(135deg, #2563eb, #1d4ed8); color: #fff; border-color: #2563eb; }
.rpa-btn-primary:hover { color: #fff; box-shadow: 0 4px 16px rgba(37,99,235,0.35); }
.rpa-btn-secondary { background: linear-gradient(135deg, #10b981, #059669); color: #fff; border-color: #10b981; }
.rpa-btn-secondary:hover { color: #fff; box-shadow: 0 4px 16px rgba(16,185,129,0.35); }
.rpa-limit-message { display: none; margin-top: 10px; padding: 8px 14px; background: #fef2f2; border: 1px solid #fecaca; border-radius: 8px; color: #dc2626; font-size: .8rem; }
.rpa-login-prompt { display: flex; align-items: center; gap: 10px; padding: 14px; background: #f8fafc; border-radius: 10px; color: #64748b; }
.rpa-login-prompt .iconfont { font-size: 1.4rem; flex-shrink: 0; color: #2563eb; }
.rpa-login-prompt a { color: #2563eb; font-weight: 600; }

/* 支付弹窗 */
.rpa-detail-page .payment-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 9999; align-items: center; justify-content: center; }
.rpa-detail-page .payment-modal { background: #fff; border-radius: 12px; width: 420px; max-width: 90%; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.2); }
.rpa-detail-page .modal-close { float: right; margin: 12px 16px 0 0; background: none; border: none; font-size: 1.4rem; color: #94a3b8; cursor: pointer; line-height: 1; }
.rpa-detail-page .modal-close:hover { color: #334155; }
.rpa-detail-page .payment-modal-header { padding: 20px 24px 0; }
.rpa-detail-page .payment-modal-header h3 { font-size: 1.1rem; font-weight: 700; color: #1e293b; margin: 0; }
.rpa-detail-page .payment-modal-body { padding: 20px 24px 24px; }
.rpa-detail-page .payment-info { background: #f8fafc; border-radius: 8px; padding: 14px; margin-bottom: 16px; }
.rpa-detail-page .info-row { display: flex; padding: 6px 0; font-size: .85rem; border-bottom: 1px dashed #e2e8f0; }
.rpa-detail-page .info-row:last-child { border-bottom: none; }
.rpa-detail-page .info-row span:first-child { color: #64748b; width: 80px; flex-shrink: 0; }
.rpa-detail-page .info-row span:last-child { color: #1e293b; font-weight: 500; }
.rpa-detail-page .payment-buttons { display: flex; gap: 12px; }
.rpa-detail-page .pay-btn { flex: 1; padding: 11px 16px; border: none; border-radius: 10px; font-size: .9rem; font-weight: 700; cursor: pointer; transition: all .2s; }
.rpa-detail-page .pay-btn.wechat { background: #07c160; color: #fff; }
.rpa-detail-page .pay-btn.wechat:hover { background: #06ad56; }
.rpa-detail-page .pay-btn.alipay { background: #1677ff; color: #fff; }
.rpa-detail-page .pay-btn.alipay:hover { background: #1260cc; }

/* 友情提示 */
.rpa-tips-card { background: #fffbeb; border: 1px solid #fde68a; border-radius: 14px; padding: 24px; margin-bottom: 24px; }
.rpa-tips-highlight { color: #dc2626; font-weight: 700; font-size: .9rem; margin-bottom: 10px; }
.rpa-tips-content ol { padding-left: 20px; margin: 0; }
.rpa-tips-content li { padding: 4px 0; font-size: .8rem; color: #92400e; line-height: 1.5; }
.rpa-tips-content li .iconfont { color: #2563eb; margin-right: 4px; font-size: .85rem; }
.rpa-tips-content a { color: #2563eb; font-weight: 600; }

/* 系统环境 */
.rpa-system-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; margin-bottom: 24px; }
.rpa-system-banner { margin-bottom: 12px; }
.rpa-banner-link { display: inline-block; padding: 8px 16px; background: linear-gradient(135deg, #2563eb, #1d4ed8); color: #fff; border-radius: 8px; font-weight: 600; text-decoration: none; font-size: .85rem; }
.rpa-banner-link:hover { opacity: .9; }
.rpa-system-table-wrap { overflow-x: auto; }
.rpa-system-table { width: 100%; border-collapse: collapse; font-size: .8rem; }
.rpa-system-table th,
.rpa-system-table td { padding: 10px 12px; border: 1px solid #e2e8f0; text-align: center; }
.rpa-system-table thead th { background: #f8fafc; font-weight: 700; color: #1e293b; }
.rpa-system-table tbody td { color: #64748b; }
.rpa-qrcode-cell { width: 100px; }
.rpa-qrcode-cell img { width: 80px; height: 80px; }

/* 功能介绍 */
.rpa-feature-section { margin-bottom: 24px; }
.rpa-feature-content { color: #64748b; font-size: .85rem; line-height: 1.7; margin-bottom: 20px; }
.rpa-feature-content p { margin: 0 0 10px; }
.rpa-member-only { color: #dc2626; font-weight: 700; padding: 12px; background: #fef2f2; border-radius: 8px; border: 1px solid #fecaca; }

/* 版权 */
.rpa-copyright-section { margin-bottom: 24px; border: 1px solid #e2e8f0; border-radius: 12px; padding: 24px; }
.rpa-copyright-content { font-size: .85rem; color: #64748b; line-height: 1.7; }
.rpa-copyright-content p { margin: 0 0 10px; }
.rpa-copyright-content a { color: #2563eb; }

@media (max-width: 768px) {
    .rpa-detail-page .rpa-detail-top { flex-direction: column; }
    .rpa-detail-page .rpa-video-wrapper { flex: 1 1 auto; width: 100%; }
    .rpa-detail-top .rpa-detail-card { padding: 16px; }
    .rpa-action-buttons { flex-direction: column; }
    .rpa-action-buttons .rpa-btn { justify-content: center; }
    .rpa-system-card,
    .rpa-tips-card,
    .rpa-copyright-section { padding: 20px; }
}

/* ========== 城市详情页 ========== */
.city-detail-page .city-detail-breadcrumb { font-size: .82rem; color: #64748b; margin-bottom: 12px; }
.city-detail-page .city-detail-breadcrumb a { color: #2563eb; text-decoration: none; }
.city-detail-page .city-detail-breadcrumb a:hover { color: #1d4ed8; }
.city-detail-page .city-detail-hero-meta { display: flex; gap: 20px; margin-top: 16px; font-size: .82rem; color: #64748b; justify-content: center; }
.city-detail-page .city-detail-hero-meta .iconfont { font-size: .85rem; margin-right: 4px; vertical-align: -1px; color: #94a3b8; }

/* 布局 */
.city-detail-layout { display: flex; gap: 40px; align-items: flex-start; padding-top: 40px; padding-bottom: 40px; }
.city-detail-main { flex: 1; min-width: 0; }
.city-detail-sidebar { width: 300px; flex-shrink: 0; }

/* 摘要区 */
.city-detail-intro { display: flex; gap: 30px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px 28px; margin-bottom: 28px; align-items: flex-start; }
.city-detail-summary { flex: 1; font-size: .92rem; color: #475569; line-height: 1.75; margin: 0; }
.city-detail-qrcode { text-align: center; flex-shrink: 0; }
.city-detail-qrcode-label { display: block; font-size: .75rem; color: #94a3b8; margin-bottom: 6px; }
.city-detail-qrcode-img img { width: 90px; height: 90px; border-radius: 6px; }

/* 正文 */
.city-detail-body { margin-bottom: 28px; }
.city-detail-section-title { font-size: 1.05rem; font-weight: 700; color: #1e293b; margin-bottom: 16px; padding-left: 14px; border-left: 3px solid #2563eb; }
.city-detail-content { font-size: .92rem; color: #334155; line-height: 1.85; }
.city-detail-content img { max-width: 100%; border-radius: 8px; }
.city-detail-content pre { border: 2px dashed #cbd5e1; background: #f1f5f9; border-radius: 10px; padding: 14px; white-space: pre-wrap; word-wrap: break-word; }

/* 上/下篇导航 */
.city-detail-nav { display: flex; gap: 0; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; margin-bottom: 28px; overflow: hidden; }
.city-nav-item { flex: 1; padding: 20px 24px; }
.city-nav-label { display: block; font-size: .72rem; color: #94a3b8; margin-bottom: 6px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.city-nav-title { font-size: .85rem; color: #2563eb; text-decoration: none; display: block; line-height: 1.5; }
.city-nav-title:hover { color: #1d4ed8; text-decoration: underline; }
.city-nav-divider { width: 1px; background: #e2e8f0; flex-shrink: 0; margin: 16px 0; }

/* 版权区 */
.city-detail-copyright { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px 28px; }
.city-detail-copyright-title { font-size: .95rem; font-weight: 700; color: #1e293b; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #f1f5f9; }
.city-detail-copyright-body { font-size: .8rem; color: #64748b; line-height: 1.7; }
.city-detail-copyright-body p { margin: 4px 0; }
.city-detail-copyright-body a { color: #2563eb; text-decoration: none; }
.city-detail-copyright-body a:hover { text-decoration: underline; }

/* 侧边栏 */
.city-sidebar-module { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 20px 24px; margin-bottom: 20px; }
.city-sidebar-title { font-size: .95rem; font-weight: 700; color: #1e293b; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid #2563eb; }
.city-sidebar-nav { list-style: none; padding: 0; margin: 0; }
.city-sidebar-nav li { margin-bottom: 2px; }
.city-sidebar-nav li a { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; font-size: .82rem; color: #475569; text-decoration: none; border-radius: 8px; transition: all .2s; }
.city-sidebar-nav li a:hover { background: #f1f5f9; color: #2563eb; }
.city-nav-count { font-size: .7rem; color: #94a3b8; background: #f1f5f9; padding: 2px 8px; border-radius: 10px; }

/* 推荐应用 */
.city-sidebar-apps { list-style: none; padding: 0; margin: 0; }
.city-sidebar-apps li { margin-bottom: 12px; }
.city-sidebar-apps li:last-child { margin-bottom: 0; }
.city-sidebar-apps li a { display: flex; gap: 12px; text-decoration: none; align-items: center; }
.city-sidebar-apps li a:hover h4 { color: #2563eb; }
.city-app-img { width: 60px; height: 60px; flex-shrink: 0; border-radius: 8px; overflow: hidden; background: #f1f5f9; }
.city-app-img img { width: 100%; height: 100%; object-fit: cover; }
.city-app-info h4 { font-size: .8rem; color: #334155; margin: 0 0 4px; line-height: 1.4; font-weight: 600; transition: color .2s; }
.city-app-info span { font-size: .7rem; color: #94a3b8; }

/* 响应式 */
@media (max-width: 768px) {
    .city-detail-layout { flex-direction: column; }
    .city-detail-sidebar { width: 100%; }
    .city-detail-intro { flex-direction: column; padding: 20px; }
    .city-detail-nav { flex-direction: column; }
    .city-nav-divider { width: auto; height: 1px; margin: 0 24px; }
    .city-detail-page .city-detail-hero-meta { flex-wrap: wrap; gap: 12px; }
}

/* ========== 关于我们页 ========== */
.about-intro { padding-bottom: 60px; }
.about-intro-layout { margin-top: 30px; }
.about-intro-layout::after { content: ''; display: table; clear: both; }
.about-intro-img { float: left; width: 42%; margin-right: 36px; margin-bottom: 20px; border-radius: 14px; overflow: hidden; }
.about-intro-img img { width: 100%; height: auto; display: block; border-radius: 14px; }
.about-intro-text { flex: 1; }
.about-intro-text p { font-size: .9rem; color: #475569; line-height: 1.85; margin-bottom: 16px; }
.about-intro-text p:last-child { margin-bottom: 0; }

/* 信任信号徽章 */
.about-trust-badges { display: flex; gap: 20px; margin-top: 30px; flex-wrap: wrap; }
.about-trust-badge { flex: 1; min-width: 140px; text-align: center; background: linear-gradient(135deg, #f0f5ff 0%, #e8f0fe 100%); border-radius: 12px; padding: 20px 16px; border: 1px solid #dbeafe; }
.about-trust-num { display: block; font-size: 1.5rem; font-weight: 800; color: #2563eb; margin-bottom: 4px; }
.about-trust-label { display: block; font-size: .82rem; color: #64748b; }

/* 企业文化 */
.about-culture { background: #f8fafc; padding-top: 60px; padding-bottom: 60px; }
.about-culture-grid .geo-feature-card { text-align: center; }
.about-culture-grid .geo-feature-header { justify-content: center; }

/* 荣誉资质 */
.about-honor { padding-top: 60px; padding-bottom: 80px; }
.about-honor-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 30px; }
.about-honor-grid img { width: 100%; border-radius: 12px; border: 1px solid #e2e8f0; background: #fff; padding: 12px; box-sizing: border-box; transition: transform .3s, box-shadow .3s; }
.about-honor-grid img:hover { transform: translateY(-4px); box-shadow: 0 6px 20px rgba(0,0,0,.08); }

@media (max-width: 1024px) {
    .about-honor-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .about-intro-layout { flex-direction: column; }
    .about-intro-img { float: none; width: 100%; margin-right: 0; margin-bottom: 24px; }
    .about-honor-grid { grid-template-columns: repeat(2, 1fr); }
}
/* ============ 关于我们 CTA 咨询引导 ============ */
.about-cta-section { padding: 0px 0 60px; }
.about-cta-card { background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); border-radius: 16px; padding: 48px 40px; text-align: center; color: #fff; }
.about-cta-card h2 { font-size: 1.8rem; font-weight: 700; margin-bottom: 14px; letter-spacing: .5px; }
.about-cta-card p { font-size: .95rem; opacity: .85; line-height: 1.8; margin-bottom: 28px; max-width: 600px; margin-left: auto; margin-right: auto; }
.about-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.about-cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 36px; border-radius: 10px; font-size: 1rem; font-weight: 600; text-decoration: none; transition: all .25s; min-width: 200px; }
.about-cta-btn-primary { background: #fff; color: #1e40af; }
.about-cta-btn-primary:hover { background: #f0f5ff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.15); }
.about-cta-btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.4); }
.about-cta-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }
@media (max-width: 768px) {
    .about-cta-card { padding: 36px 24px; }
    .about-cta-card h2 { font-size: 1.4rem; }
    .about-cta-btn { padding: 12px 28px; font-size: .9rem; }
}

/* ============ 支付账户页 ============ */
.about-alipay-section { padding-bottom: 30px; }
.alipay-account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 30px; }
.alipay-account-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; transition: box-shadow .3s; }
.alipay-account-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.alipay-account-header { display: flex; align-items: center; gap: 12px; padding: 24px 28px; background: linear-gradient(135deg, #f0f5ff 0%, #f8fafc 100%); border-bottom: 1px solid #e2e8f0; }
.alipay-account-badge { display: inline-block; padding: 4px 14px; border-radius: 20px; font-size: .78rem; font-weight: 600; background: linear-gradient(135deg, #2563eb, #3b82f6); color: #fff; }
.alipay-account-header h3 { font-size: 1.15rem; font-weight: 700; color: #1e293b; margin: 0; }
.alipay-account-body { padding: 20px 28px 28px; }
.alipay-info-row { display: flex; align-items: flex-start; padding: 10px 0; border-bottom: 1px dashed #e8ecf1; }
.alipay-info-row:last-child { border-bottom: none; }
.alipay-info-label { flex: 0 0 90px; font-size: .85rem; color: #94a3b8; font-weight: 500; padding-top: 1px; }
.alipay-info-value { flex: 1; font-size: .9rem; color: #1e293b; font-weight: 500; word-break: break-all; }

/* 安全提示 */
.alipay-security-tip { display: flex; gap: 16px; margin-top: 30px; padding: 24px 28px; background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%); border: 1px solid #fcd34d; border-radius: 14px; align-items: flex-start; }
.alipay-tip-icon { flex-shrink: 0; width: 42px; height: 42px; border-radius: 50%; background: #f59e0b; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.alipay-tip-content h4 { font-size: 1.05rem; font-weight: 700; color: #92400e; margin-bottom: 6px; }
.alipay-tip-content p { font-size: .88rem; color: #78350f; line-height: 1.7; margin: 0; }

@media (max-width: 768px) {
    .alipay-account-grid { grid-template-columns: 1fr; gap: 20px; }
    .alipay-account-header { padding: 18px 20px; }
    .alipay-account-body { padding: 16px 20px 22px; }
    .alipay-info-row { flex-direction: column; gap: 4px; }
    .alipay-info-label { flex: none; }
    .alipay-security-tip { flex-direction: column; align-items: center; text-align: center; }
}

/* ============ 法律顾问页 ============ */
.about-loyer-section { padding-bottom: 80px; }

/* 法律顾问申明 */
.loyer-statement { display: flex; gap: 20px; padding: 28px; margin-top: 30px; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border: 1px solid #86efac; border-radius: 14px; align-items: flex-start; }
.loyer-statement-icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: #22c55e; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }
.loyer-statement-text h3 { font-size: 1.1rem; font-weight: 700; color: #166534; margin-bottom: 8px; }
.loyer-statement-text p { font-size: .9rem; color: #14532d; line-height: 1.8; margin: 0; }

/* 律师简介 */
.loyer-section-heading { font-size: 1.2rem; font-weight: 700; color: #1e293b; margin: 40px 0 20px; padding-bottom: 10px; border-bottom: 2px solid #e2e8f0; }
.loyer-profile-layout { display: flex; gap: 36px; align-items: flex-start; }
.loyer-profile-img { flex: 0 0 240px; border-radius: 14px; overflow: hidden; border: 1px solid #e2e8f0; }
.loyer-profile-img img { width: 100%; height: auto; display: block; }
.loyer-profile-text { flex: 1; }
.loyer-profile-text p { font-size: .9rem; color: #475569; line-height: 1.85; margin-bottom: 14px; }
.loyer-profile-text p:last-child { margin-bottom: 0; }

/* 专业领域 */
.loyer-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.loyer-tag { display: inline-block; padding: 8px 20px; background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%); color: #2563eb; border: 1px solid #93c5fd; border-radius: 24px; font-size: .88rem; font-weight: 600; transition: all .25s; }
.loyer-tag:hover { background: #2563eb; color: #fff; border-color: #2563eb; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(37,99,235,.25); }

@media (max-width: 768px) {
    .loyer-statement { flex-direction: column; align-items: center; text-align: center; }
    .loyer-profile-layout { flex-direction: column; }
    .loyer-profile-img { flex: none; max-width: 200px; margin: 0 auto; }
    .loyer-tags { gap: 8px; }
    .loyer-tag { padding: 6px 14px; font-size: .82rem; }
}

/* ============ 联系我们页 ============ */
.about-contact-section {padding-bottom: 80px; }
.contact-layout { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.contact-left { flex: 1; max-width: 520px; }
.contact-right { flex: 1; }

/* 联系方式列表 */
.contact-detail-list { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; }
.contact-detail-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 20px; border-bottom: 1px solid #f1f5f9; }
.contact-detail-item:last-child { border-bottom: none; }
.contact-detail-item > i { font-size: 1.2rem; color: #2563eb; margin-top: 2px; flex-shrink: 0; }
.contact-detail-text { flex: 1; }
.contact-detail-label { display: block; font-size: .76rem; color: #94a3b8; margin-bottom: 2px; }
.contact-detail-value { font-size: .9rem; color: #1e293b; font-weight: 500; word-break: break-all; }

/* 侵权投诉 */
.contact-complaint { margin-top: 20px; padding: 18px 20px; background: #f8fafc; border: 1px dashed #cbd5e1; border-radius: 10px; }
.contact-complaint h4 { font-size: .92rem; font-weight: 700; color: #ef4444; margin-bottom: 6px; }
.contact-complaint p { font-size: .82rem; color: #64748b; line-height: 1.7; margin: 0; }

/* 地图 */
.contact-map-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; }
.contact-map-card h3 { font-size: 1.05rem; font-weight: 700; color: #1e293b; padding: 16px 20px; border-bottom: 1px solid #f1f5f9; margin: 0; }
.contact-map-iframe { display: block; border-radius: 0 0 14px 14px; }

@media (max-width: 768px) {
    .contact-layout { flex-direction: column; gap: 30px; }
    .contact-left { max-width: 100%; }
    .contact-qrcode-row { justify-content: center; }
    .contact-qrcode-item img { width: 110px; height: 110px; }
    .contact-map-iframe { height: 320px; }
}

/* ===========================
   免费AI诊断问卷 (about_aizhenduan.html)
   =========================== */

/* 进度条 */
.diag-progress { margin: 0 auto 36px; }
.diag-progress-bar { height: 4px; background: #e2e8f0; border-radius: 2px; margin-bottom: 18px; overflow: hidden; }
.diag-progress-fill { height: 100%; background: linear-gradient(90deg, #2563eb, #7c3aed); border-radius: 2px; transition: width .4s ease; width: 0%; }

.diag-progress-steps { display: flex; justify-content: space-between; }
.diag-progress-step { display: flex; flex-direction: column; align-items: center; gap: 6px; flex: 1; position: relative; }
.diag-progress-step::after { content: ''; position: absolute; top: 14px; left: 50%; width: 100%; height: 2px; background: #e2e8f0; z-index: 0; }
.diag-progress-step:last-child::after { display: none; }
.diag-step-num { width: 30px; height: 30px; border-radius: 50%; background: #e2e8f0; color: #94a3b8; display: flex; align-items: center; justify-content: center; font-size: .85rem; font-weight: 700; position: relative; z-index: 1; transition: all .3s ease; }
.diag-step-label { font-size: .78rem; color: #94a3b8; transition: color .3s ease; }

.diag-progress-step.active .diag-step-num { background: #2563eb; color: #fff; box-shadow: 0 0 0 4px rgba(37,99,235,.15); }
.diag-progress-step.active .diag-step-label { color: #2563eb; font-weight: 600; }
.diag-progress-step.done .diag-step-num { background: #10b981; color: #fff; }
.diag-progress-step.done .diag-step-label { color: #10b981; }
.diag-progress-step.done::after { background: #10b981; }

/* 表单卡片 */
.diag-form-card { margin:20px 0px;background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 36px 40px; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.diag-step-panel { display: none; }
.diag-step-panel.active { display: block; animation: diagFadeIn .35s ease; }
@keyframes diagFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.diag-step-title { font-size: 1.2rem; font-weight: 700; color: #1e293b; margin: 0 0 4px; }
.diag-step-sub { font-size: .85rem; color: #64748b; margin: 0 0 24px; }

/* 表单字段 */
.diag-field-group { margin-bottom: 20px; }
.diag-field-label { display: block; font-size: .88rem; font-weight: 600; color: #334155; margin-bottom: 8px; }
.diag-required { color: #ef4444; }
.diag-field-hint { font-weight: 400; color: #94a3b8; font-size: .8rem; }

.diag-input, .diag-select, .diag-textarea {
    width: 100%; padding: 11px 14px; border: 1px solid #cbd5e1; border-radius: 8px;
    font-size: .9rem; color: #1e293b; background: #fff; transition: border-color .2s, box-shadow .2s;
    outline: none; box-sizing: border-box; font-family: inherit;
}
.diag-input:focus, .diag-select:focus, .diag-textarea:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.diag-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
.diag-textarea { resize: vertical; min-height: 80px; line-height: 1.6; }
.diag-field-row { display: flex; gap: 16px; }
.diag-field-row .diag-field-group { flex: 1; }

/* 复选框网格 */
.diag-checkbox-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.diag-checkbox-item {
    display: flex; align-items: center; gap: 8px; padding: 10px 14px;
    border: 1px solid #e2e8f0; border-radius: 8px; font-size: .86rem; color: #475569;
    cursor: pointer; transition: all .2s; user-select: none; margin: 0;
}
.diag-checkbox-item:hover { border-color: #93c5fd; background: #f0f7ff; }
.diag-checkbox-item:has(input:checked) { border-color: #2563eb; background: #eff6ff; color: #1d4ed8; font-weight: 500; }
.diag-checkbox-item input[type="checkbox"] { accent-color: #2563eb; width: 16px; height: 16px; flex-shrink: 0; }

/* 单选组 */
.diag-radio-group { display: flex; flex-direction: column; gap: 8px; }
.diag-radio-item {
    display: flex; align-items: center; gap: 10px; padding: 11px 14px;
    border: 1px solid #e2e8f0; border-radius: 8px; font-size: .86rem; color: #475569;
    cursor: pointer; transition: all .2s; margin: 0;
}
.diag-radio-item:hover { border-color: #93c5fd; background: #f0f7ff; }
.diag-radio-item:has(input:checked) { border-color: #2563eb; background: #eff6ff; color: #1d4ed8; font-weight: 500; }
.diag-radio-item input[type="radio"] { accent-color: #2563eb; width: 16px; height: 16px; }

/* 信任声明 */
.diag-trust-note { display: flex; align-items: center; gap: 8px; padding: 14px 16px; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 10px; font-size: .84rem; color: #15803d; margin-top: 20px; }
.diag-trust-note i { font-size: 1.1rem; flex-shrink: 0; }

/* 错误高亮 */
.diag-error { border-color: #ef4444 !important; box-shadow: 0 0 0 3px rgba(239,68,68,.12) !important; }

/* 按钮区 */
.diag-btn-row { display: flex; justify-content: center; gap: 14px; margin-top: 28px; padding-top: 20px; border-top: 1px solid #f1f5f9; }
.diag-btn { padding: 11px 32px; border-radius: 8px; font-size: .92rem; font-weight: 600; cursor: pointer; transition: all .2s; border: none; font-family: inherit; }
.diag-btn-prev { background: #f1f5f9; color: #475569; }
.diag-btn-prev:hover { background: #e2e8f0; }
.diag-btn-next { background: #2563eb; color: #fff; }
.diag-btn-next:hover { background: #1d4ed8; }
.diag-btn-submit { background: linear-gradient(135deg, #2563eb, #7c3aed); color: #fff; }
.diag-btn-submit:hover { opacity: .9; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(37,99,235,.3); }
.diag-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }

/* 结果消息 */
.diag-result-msg { padding: 10px 14px; border-radius: 8px; font-size: .84rem; text-align: center; margin-bottom: 16px; animation: diagFadeIn .3s ease; }
.diag-result-error { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }
.diag-result-success { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }

/* 成功面板 */
.diag-success-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 48px 40px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,.04); animation: diagFadeIn .5s ease; }
.diag-success-icon { width: 64px; height: 64px; background: #10b981; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.diag-success-icon i { font-size: 2rem; color: #fff; }
.diag-success-card h3 { font-size: 1.3rem; color: #1e293b; margin: 0 0 8px; }
.diag-success-msg { font-size: .92rem; color: #64748b; margin: 0 0 28px; }

.diag-success-steps { display: flex; flex-direction: column; gap: 12px; text-align: left; max-width: 400px; margin: 0 auto; }
.diag-success-step { display: flex; align-items: center; gap: 12px; font-size: .9rem; color: #475569; }
.diag-success-num { width: 28px; height: 28px; border-radius: 50%; background: #eff6ff; color: #2563eb; font-weight: 700; font-size: .82rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* AI方案分析 */
.diag-countdown-msg { font-size: .88rem; color: #2563eb; font-weight: 600; margin: -14px 0 20px; }
.diag-solution-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 40px 36px; margin-top: 24px; box-shadow: 0 1px 3px rgba(0,0,0,.04); animation: diagFadeIn .5s ease; }
.diag-solution-header { text-align: center; margin-bottom: 24px; }
.diag-solution-header h3 { font-size: 1.3rem; color: #1e293b; margin: 0 0 8px; }
.diag-solution-header p { font-size: .88rem; color: #64748b; margin: 0; }
.diag-solution-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; padding: 60px 0; }
.diag-spinner { width: 44px; height: 44px; border: 4px solid #e2e8f0; border-top-color: #2563eb; border-radius: 50%; animation: diagSpin 1s linear infinite; }
.diag-solution-loading p { font-size: .92rem; color: #64748b; margin: 0; }
@keyframes diagSpin { to { transform: rotate(360deg); } }
.diag-solution-content { line-height: 1.9; font-size: .95rem; color: #334155; }
.diag-solution-content h3, .diag-solution-content h4, .diag-solution-content h5 { color: #1e293b; margin: 22px 0 10px; }
.diag-solution-content h3 { font-size: 1.12rem; border-left: 4px solid #2563eb; padding-left: 12px; }
.diag-solution-content h4 { font-size: 1.02rem; }
.diag-solution-content h5 { font-size: .95rem; }
.diag-solution-content ul { margin: 8px 0 14px; padding-left: 22px; }
.diag-solution-content ul li { margin: 6px 0; }
.diag-solution-content strong { color: #1e293b; }
.diag-solution-content p { margin: 8px 0; }
.diag-solution-error { color: #dc2626; text-align: center; font-size: .92rem; }

/* 滚动条 */
.diag-scroll-bar { margin: 32px 0 0; overflow: hidden; background: #f8fafc; border-radius: 10px; padding: 10px 16px; }
.diag-scroll-wrap { overflow: hidden; }
.diag-scroll-track { display: flex; gap: 40px; animation: diagScroll 20s linear infinite; white-space: nowrap; }
.diag-scroll-item { font-size: .8rem; color: #94a3b8; }
@keyframes diagScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ===========================
   新闻列表 (newslist.html)
   =========================== */

/* 面包屑 */
.nl-breadcrumb { font-size: .82rem; color: #94a3b8; margin-bottom: 28px; padding-bottom: 12px; border-bottom: 1px solid #f1f5f9; }
.nl-breadcrumb a { color: #64748b; text-decoration: none; }
.nl-breadcrumb a:hover { color: #2563eb; }

/* 双栏布局 */
.nl-layout { display: flex; gap: 36px; align-items: flex-start; }

/* 左侧列表 */
.nl-main { flex: 1; min-width: 0; }

.nl-card { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid #f1f5f9; }
.nl-card:first-child { padding-top: 0; }

.nl-card-img { flex-shrink: 0; width: 220px; height: 140px; border-radius: 10px; overflow: hidden; display: block; }
.nl-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.nl-card-img:hover img { transform: scale(1.05); }

.nl-card-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.nl-card-title { margin: 0 0 8px; line-height: 1.4; }
.nl-card-title a { font-size: 1.05rem; font-weight: 600; color: #1e293b; text-decoration: none; transition: color .2s; }
.nl-card-title a:hover { color: #2563eb; }

.nl-card-desc { font-size: .86rem; color: #64748b; line-height: 1.65; margin: 0 0 12px; flex: 1; }

.nl-card-meta { display: flex; gap: 18px; font-size: .78rem; color: #94a3b8; }
.nl-meta-item { display: flex; align-items: center; gap: 4px; }
.nl-meta-item i { font-size: .8rem; }
.nl-meta-item a { color: #64748b; text-decoration: none; }
.nl-meta-item a:hover { color: #2563eb; }

/* 空状态 */
.nl-empty { text-align: center; padding: 60px 20px; color: #94a3b8; font-size: .92rem; }

/* 分页 */
.nl-pagebar { display: flex; justify-content: center; align-items: center; gap: 6px; padding: 32px 0 0; flex-wrap: wrap; }
.nl-page-btn,
.nl-pagebar a { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 12px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: .84rem; color: #475569; text-decoration: none; background: #fff; transition: all .2s; }
.nl-page-btn:hover,
.nl-pagebar a:hover { border-color: #2563eb; color: #2563eb; background: #eff6ff; }
.nl-pagebar .page-num,
.nl-pagebar a.active { border-color: #2563eb; background: #2563eb; color: #fff; }

/* 右侧边栏 */
.nl-sidebar { width: 300px; flex-shrink: 0; }
.nl-side-module { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; margin-bottom: 20px; }
.nl-side-title { font-size: .95rem; font-weight: 700; color: #1e293b; margin: 0 0 14px; padding-bottom: 12px; border-bottom: 2px solid #2563eb; }

/* 分类导航 */
.nl-cat-list { list-style: none; margin: 0; padding: 0; }
.nl-cat-item { border-bottom: 1px solid #f8fafc; }
.nl-cat-item:last-child { border-bottom: none; }
.nl-cat-item a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: .86rem; color: #475569; text-decoration: none; transition: color .2s; }
.nl-cat-item a:hover { color: #2563eb; }
.nl-cat-item.active a { color: #2563eb; font-weight: 600; }
.nl-cat-count { font-size: .76rem; color: #94a3b8; background: #f1f5f9; padding: 2px 8px; border-radius: 10px; }

/* 热门推荐 */
.nl-hot-list { display: flex; flex-direction: column; gap: 14px; }
.nl-hot-item { display: flex; gap: 10px; text-decoration: none; padding: 8px; border-radius: 8px; transition: background .2s; }
.nl-hot-item:hover { background: #f8fafc; }
.nl-hot-thumb { width: 80px; height: 54px; border-radius: 6px; overflow: hidden; flex-shrink: 0; }
.nl-hot-thumb img { width: 100%; height: 100%; object-fit: cover; }
.nl-hot-info { flex: 1; min-width: 0; }
.nl-hot-title { font-size: .82rem; font-weight: 500; color: #334155; margin: 0 0 4px; line-height: 1.4; }
.nl-hot-date { font-size: .74rem; color: #94a3b8; }

/* 768 响应式 */
@media (max-width: 768px) {
    .nl-layout { flex-direction: column; gap: 28px; }
    .nl-sidebar { width: 100%; }
    .nl-card { flex-direction: column; gap: 14px; }
    .nl-card-img { width: 100%; height: 180px; }
    .nl-breadcrumb { display: none; }
}

/* ===========================
   文章详情 (news.html)
   =========================== */

/* 面包屑 */
.nd-breadcrumb { font-size: .82rem; color: #94a3b8; margin-bottom: 28px; padding-bottom: 12px; border-bottom: 1px solid #f1f5f9; }
.nd-breadcrumb a { color: #64748b; text-decoration: none; }
.nd-breadcrumb a:hover { color: #2563eb; }

/* 双栏布局 */
.nd-layout { display: flex; gap: 36px; align-items: flex-start; }
.nd-main { flex: 1; min-width: 0; }

/* 文章卡片 */
.nd-article { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 32px 36px; margin-bottom: 20px; }

.nd-title { font-size: 1.5rem; font-weight: 700; color: #1e293b; line-height: 1.45; margin: 0 0 16px; }

.nd-meta { display: flex; flex-wrap: wrap; gap: 18px; font-size: .82rem; color: #94a3b8; margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid #f1f5f9; }
.nd-meta-item { display: flex; align-items: center; gap: 4px; }
.nd-meta-item i { font-size: .85rem; }

.nd-desc { font-size: .9rem; color: #64748b; line-height: 1.75; margin: 0; padding: 14px 16px; background: #f8fafc; border-radius: 8px; border-left: 3px solid #2563eb; }

/* 正文内容 */
.nd-content-inner { font-size: .95rem; color: #334155; line-height: 1.9; word-break: break-word; }
.nd-content-inner h2 { font-size: 1.25rem; margin: 28px 0 14px; color: #1e293b; }
.nd-content-inner h3 { font-size: 1.1rem; margin: 24px 0 12px; color: #1e293b; }
.nd-content-inner h4 { font-size: 1rem; margin: 20px 0 10px; color: #334155; }
.nd-content-inner p { margin: 0 0 16px; }
.nd-content-inner img { max-width: 100%; height: auto; border-radius: 8px; margin: 12px 0; }
.nd-content-inner pre { border: 2px dashed #cbd5e1; background: #f8fafc; border-radius: 10px; padding: 14px 18px; white-space: pre-wrap; word-wrap: break-word; font-size: .86rem; line-height: 1.7; overflow-x: auto; }
.nd-content-inner blockquote { border-left: 3px solid #2563eb; padding: 10px 16px; margin: 16px 0; background: #f0f7ff; border-radius: 0 8px 8px 0; color: #475569; }
.nd-content-inner a { color: #2563eb; }
.nd-content-inner ul, .nd-content-inner ol { padding-left: 24px; margin: 0 0 16px; }
.nd-content-inner li { margin-bottom: 6px; }
.nd-content-inner table { width: 100%; border-collapse: collapse; margin: 16px 0; }
.nd-content-inner th, .nd-content-inner td { border: 1px solid #e2e8f0; padding: 10px 14px; text-align: left; }
.nd-content-inner th { background: #f8fafc; font-weight: 600; }

/* 上下篇导航 */
.nd-nav { display: flex; gap: 16px; margin-bottom: 20px; }
.nd-nav-item { flex: 1; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px 20px; transition: all .2s; }
.nd-nav-item:has(a):hover { border-color: #2563eb; box-shadow: 0 2px 8px rgba(37,99,235,.08); }
.nd-nav-tag { display: block; font-size: .76rem; color: #94a3b8; margin-bottom: 6px; }
.nd-nav-title { font-size: .88rem; color: #475569; line-height: 1.5; }
.nd-nav-title a { color: #475569; text-decoration: none; }
.nd-nav-title a:hover { color: #2563eb; }
.nd-nav-next { text-align: right; }

/* 版权声明 */
.nd-copyright { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px 28px; margin-bottom: 20px; }
.nd-copyright-head { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid #f1f5f9; }
.nd-copyright-head i { font-size: 1.2rem; color: #f59e0b; }
.nd-copyright-head h3 { font-size: .95rem; font-weight: 700; color: #1e293b; margin: 0; }
.nd-copyright-row { font-size: .82rem; color: #64748b; margin-bottom: 6px; word-break: break-all; }
.nd-copyright-label { font-weight: 600; color: #475569; }
.nd-copyright-link { color: #2563eb; text-decoration: none; }
.nd-copyright-link:hover { text-decoration: underline; }
.nd-copyright-text { margin-top: 14px; padding-top: 14px; border-top: 1px solid #f1f5f9; }
.nd-copyright-text p { font-size: .82rem; color: #94a3b8; line-height: 1.7; margin: 0 0 6px; }
.nd-copyright-text p:last-child { margin-bottom: 0; }

/* 右侧边栏 */
.nd-sidebar { width: 300px; flex-shrink: 0; }
.nd-side-module { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; margin-bottom: 20px; }
.nd-side-title { font-size: .95rem; font-weight: 700; color: #1e293b; margin: 0 0 14px; padding-bottom: 12px; border-bottom: 2px solid #2563eb; }

.nd-cat-list { list-style: none; margin: 0; padding: 0; }
.nd-cat-item { border-bottom: 1px solid #f8fafc; }
.nd-cat-item:last-child { border-bottom: none; }
.nd-cat-item a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: .86rem; color: #475569; text-decoration: none; transition: color .2s; }
.nd-cat-item a:hover { color: #2563eb; }
.nd-cat-count { font-size: .76rem; color: #94a3b8; background: #f1f5f9; padding: 2px 8px; border-radius: 10px; }

.nd-hot-list { display: flex; flex-direction: column; gap: 14px; }
.nd-hot-item { display: flex; gap: 10px; text-decoration: none; padding: 8px; border-radius: 8px; transition: background .2s; }
.nd-hot-item:hover { background: #f8fafc; }
.nd-hot-thumb { width: 80px; height: 54px; border-radius: 6px; overflow: hidden; flex-shrink: 0; }
.nd-hot-thumb img { width: 100%; height: 100%; object-fit: cover; }
.nd-hot-info { flex: 1; min-width: 0; }
.nd-hot-title { font-size: .82rem; font-weight: 500; color: #334155; margin: 0 0 4px; line-height: 1.4; }
.nd-hot-date { font-size: .74rem; color: #94a3b8; }

/* 768 响应式 */
@media (max-width: 768px) {
    .nd-layout { flex-direction: column; gap: 28px; }
    .nd-sidebar { width: 100%; }
    .nd-article { padding: 20px 18px; }
    .nd-title { font-size: 1.25rem; }
    .nd-nav { flex-direction: column; gap: 10px; }
    .nd-nav-next { text-align: left; }
    .nd-breadcrumb { display: none; }
}

/* ===========================
   RPA报价计算器 (about_jisuanqi.html)
   =========================== */

/* 表单卡片 */
.calc-form-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 36px; margin-top: 30px; }
.calc-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.calc-field { display: flex; flex-direction: column; gap: 6px; }
.calc-label { font-size: .84rem; font-weight: 600; color: #475569; }
.calc-input { width: 100%; height: 44px; padding: 0 14px; border: 1px solid #e2e8f0; border-radius: 10px; font-size: .88rem; color: #1e293b; background: #f8fafc; outline: none; transition: border-color .2s, box-shadow .2s; box-sizing: border-box; }
.calc-input:focus { border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,.1); background: #fff; }
.calc-input::placeholder { color: #94a3b8; }

/* 表单校验错误 */
.calc-field-error .calc-input { border-color: #ef4444; background: #fef2f2; }
.calc-field-error .calc-input:focus { box-shadow: 0 0 0 3px rgba(239,68,68,.1); }
.calc-error-msg { display: block; font-size: .76rem; color: #ef4444; margin-top: 4px; }

/* 提交按钮 */
.calc-submit-btn { display: block; margin: 28px auto 0; padding: 14px 48px; background: linear-gradient(135deg, #2563eb, #1d4ed8); color: #fff; border: none; border-radius: 12px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.calc-submit-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,99,235,.35); }

/* 计算结果 */
.calc-result { margin-top: 28px; min-height: 60px; }
.calc-result-placeholder { text-align: center; padding: 40px 20px; background: #f8fafc; border: 1px dashed #cbd5e1; border-radius: 12px; }
.calc-placeholder-icon { font-size: 2rem; color: #94a3b8; margin-bottom: 12px; }
.calc-result-placeholder p { font-size: .88rem; color: #94a3b8; line-height: 1.7; margin: 0; max-width: 480px; margin: 0 auto; }

.calc-result-box { background: #f0f9ff; border: 1px solid #bae6fd; border-radius: 14px; overflow: hidden; }
.calc-result-header { padding: 16px 24px; background: linear-gradient(135deg, #2563eb, #1d4ed8); }
.calc-result-header h4 { margin: 0; font-size: .95rem; color: #fff; font-weight: 700; }
.calc-result-body { padding: 24px; }
.calc-result-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: .9rem; }
.calc-result-label { color: #64748b; }
.calc-result-value { color: #1e293b; font-weight: 600; }
.calc-result-divider { height: 1px; background: #bae6fd; margin: 14px 0; }
.calc-result-total { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; }
.calc-total-label { font-size: .95rem; font-weight: 700; color: #1e293b; }
.calc-total-value { font-size: 1.4rem; font-weight: 800; color: #2563eb; }

/* 流程说明 + 服务说明共用区块 */
.calc-process-section,
.calc-service-section { margin-top: 48px; margin-bottom: 48px; }
.calc-section-title { font-size: 1.1rem; font-weight: 700; color: #1e293b; text-align: center; margin: 0 0 28px; padding-bottom: 16px; position: relative; }
.calc-section-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 50px; height: 3px; background: #2563eb; border-radius: 2px; }

/* 流程 Grid */
.calc-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.calc-process-item { display: flex; gap: 14px; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 22px 20px; transition: border-color .25s, box-shadow .25s; }
.calc-process-item:hover { border-color: #2563eb; box-shadow: 0 4px 12px rgba(37,99,235,.08); }
.calc-process-num { font-size: 1.8rem; font-weight: 800; color: #2563eb; line-height: 1; flex-shrink: 0; opacity: .35; }
.calc-process-body h4 { font-size: .9rem; font-weight: 700; color: #1e293b; margin: 0 0 6px; }
.calc-process-body p { font-size: .82rem; color: #64748b; line-height: 1.65; margin: 0; }

/* 服务 Grid */
.calc-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.calc-service-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 28px 24px; text-align: center; transition: border-color .25s, box-shadow .25s; }
.calc-service-card:hover { border-color: #2563eb; box-shadow: 0 4px 12px rgba(37,99,235,.08); }
.calc-service-icon { width: 56px; height: 56px; margin: 0 auto 16px; background: #eff6ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #2563eb; }
.calc-service-card h4 { font-size: .95rem; font-weight: 700; color: #1e293b; margin: 0 0 10px; }
.calc-service-card p { font-size: .84rem; color: #64748b; line-height: 1.7; margin: 0; }

/* 768 响应式 */
@media (max-width: 768px) {
    .calc-form-card { padding: 22px 18px; }
    .calc-form-grid { grid-template-columns: 1fr; gap: 16px; }
    .calc-submit-btn { width: 100%; }
    .calc-process-grid { grid-template-columns: 1fr; }
    .calc-service-grid { grid-template-columns: 1fr; }
}

/* ========== VIP 会员页面 ========== */
.vip-page { padding-bottom: 60px; }

/* 会员卡片行 */
.vip-cards-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 50px; }

.vip-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: border-color .25s, box-shadow .25s; }
.vip-card:hover { border-color: #2563eb; box-shadow: 0 4px 20px rgba(37,99,235,.08); }
.vip-card-featured { border-color: #2563eb; box-shadow: 0 4px 20px rgba(37,99,235,.1); position: relative; }

.vip-card-badge { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #2563eb, #1d4ed8); color: #fff; font-size: .72rem; font-weight: 700; padding: 5px 24px; border-radius: 0 0 8px 8px; z-index: 1; }

.vip-card-top { padding: 28px 20px 20px; text-align: center; border-bottom: 1px solid #f1f5f9; }
.vip-card-featured .vip-card-top { padding-top: 44px; }

.vip-card-title { font-size: 1.05rem; font-weight: 700; color: #1e293b; margin: 0 0 10px; }
.vip-card-price { font-size: 2rem; font-weight: 800; color: #2563eb; line-height: 1.2; margin-bottom: 12px; }
.vip-card-price:empty::before { content: '免费'; }

.vip-card-desc { font-size: .75rem; color: #64748b; line-height: 1.6; margin: 0 0 16px; }

.vip-card-btn { display: inline-block; padding: 10px 32px; font-size: .85rem; font-weight: 600; color: #2563eb; background: #fff; border: 1.5px solid #2563eb; border-radius: 8px; text-decoration: none; transition: all .2s; cursor: pointer; }
.vip-card-btn:hover { background: #2563eb; color: #fff; }
.vip-card-btn-primary { background: #2563eb; color: #fff; }
.vip-card-btn-primary:hover { background: #1d4ed8; }

.vip-card-features { padding: 16px 20px 20px; flex: 1; }
.vip-feat { display: flex; align-items: center; gap: 8px; padding: 5px 0; font-size: .75rem; color: #475569; }
.vip-feat-icon { width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: .65rem; font-weight: 700; flex-shrink: 0; }
.vip-feat-yes { background: #dcfce7; color: #16a34a; }
.vip-feat-no { background: #f1f5f9; color: #94a3b8; }

/* FAQ */
.vip-faq-list { margin-bottom: 50px; }
.vip-faq-item { border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.vip-faq-q { padding: 16px 20px; font-size: .9rem; font-weight: 700; color: #1e293b; background: #f8fafc; cursor: default; }
.vip-faq-a { padding: 14px 20px; font-size: .82rem; color: #64748b; line-height: 1.7; border-top: 1px solid #e2e8f0; }

/* 会员展示 */
.vip-member-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.vip-member-item { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 18px 14px; text-align: center; transition: border-color .2s; }
.vip-member-item:hover { border-color: #2563eb; }
.vip-member-avatar { width: 44px; height: 44px; margin: 0 auto 10px; background: linear-gradient(135deg, #2563eb, #1d4ed8); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.vip-member-initial { font-size: 1.1rem; font-weight: 700; color: #fff; }
.vip-member-name { font-size: .82rem; font-weight: 600; color: #1e293b; margin-bottom: 6px; word-break: break-all; }
.vip-member-info { font-size: .7rem; color: #94a3b8; line-height: 1.5; }
.vip-member-info span { display: block; }

/* 支付弹窗 */
.vip-payment-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 9999; align-items: center; justify-content: center; }
.vip-payment-modal { background: #fff; border-radius: 16px; width: 480px; max-width: 90vw; max-height: 90vh; overflow-y: auto; position: relative; }
.vip-payment-close { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 1.6rem; color: #94a3b8; cursor: pointer; line-height: 1; padding: 0; }
.vip-payment-close:hover { color: #1e293b; }
.vip-payment-header { padding: 24px 24px 0; text-align: center; }
.vip-payment-header h3 { font-size: 1.1rem; font-weight: 700; color: #1e293b; margin: 0; }
.vip-payment-body { padding: 20px 24px 28px; }
.vip-payment-methods { display: flex; gap: 16px; margin-bottom: 20px; }
.vip-payment-method { flex: 1; text-align: center; padding: 16px 12px; border: 2px solid #e2e8f0; border-radius: 12px; cursor: pointer; transition: all .2s; }
.vip-payment-method:hover, .vip-payment-method.selected { border-color: #2563eb; background: rgba(37,99,235,.04); }
.vip-pm-icon { margin-bottom: 8px; }
.vip-pm-name { font-size: .85rem; font-weight: 600; color: #475569; }
.vip-payment-qr { text-align: center; margin-bottom: 16px; }
.vip-payment-qr h4 { font-size: .82rem; color: #64748b; margin: 0 0 12px; font-weight: 500; }
.vip-payment-note p { font-size: .72rem; color: #94a3b8; line-height: 1.6; margin: 0 0 6px; }

/* VIP 响应式 */
@media (max-width: 900px) {
    .vip-cards-row { grid-template-columns: 1fr; gap: 16px; }
    .vip-member-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
    .vip-member-grid { grid-template-columns: repeat(2, 1fr); }
    .vip-payment-methods { flex-direction: column; }
}

/* ===========================
   项目进度查询 (caselist.html)
   =========================== */

/* 查询表单卡片 */
.progress-query-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(26, 58, 92, 0.08);
    padding: 32px;
    margin-bottom: 24px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.progress-query-form {
    display: flex;
    gap: 12px;
    align-items: stretch;
}
.progress-query-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 0 16px;
    background: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.progress-query-input-wrap:focus-within {
    border-color: #2b90ce;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
    background: #fff;
}
.progress-query-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    color: #1a3a5c;
    padding: 14px 0;
    box-sizing: border-box;
}
.progress-query-input::placeholder {
    color: #94a3b8;
}
.progress-query-btn {
    background: #1a3a5c;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0 36px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    white-space: nowrap;
}
.progress-query-btn:hover {
    background: #2b90ce;
}
.progress-query-btn:active {
    transform: scale(0.98);
}
.progress-query-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.progress-query-tip {
    margin: 12px 0 0;
    font-size: 13px;
    color: #94a3b8;
}

/* 结果区 */
.progress-result-box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.progress-result-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(26, 58, 92, 0.08);
    padding: 28px 32px;
    margin-bottom: 20px;
    border-left: 4px solid #2b90ce;
}
.progress-result-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a3a5c;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f7;
}
.progress-result-content {
    font-size: 15px;
    line-height: 1.9;
    color: #334155;
}
.progress-result-content p {
    margin: 0 0 12px;
}
.progress-result-content p:last-child {
    margin-bottom: 0;
}
.progress-result-content h2,
.progress-result-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a3a5c;
    margin: 22px 0 12px;
    padding-left: 12px;
    border-left: 4px solid #2b90ce;
}
.progress-result-content a {
    color: #2b90ce;
    word-break: break-all;
}
.progress-result-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

/* 详情按钮（居中） */
.progress-result-link-wrap {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #eef2f7;
    text-align: center;
}
.progress-result-link {
    display: inline-block;
    background: #2980b9;
    color: #fff;
    padding: 9px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}
.progress-result-link:hover {
    background: #2471a3;
}

/* 768 响应式 */
@media (max-width: 768px) {
    .progress-query-card {
        padding: 20px;
    }
    .progress-query-form {
        flex-direction: column;
    }
    .progress-query-btn {
        padding: 13px 0;
        width: 100%;
    }
    .progress-result-item {
        padding: 20px;
    }
    .progress-result-title {
        font-size: 17px;
    }
}
