:root {
    --ink: #132033;
    --muted: #526278;
    --line: #e7edf4;
    --soft: #f5f8fb;
    --paper: #fff;
    --brand: #0f4c75;
    --brand2: #123d5a;
    --accent: #f59e0b;
    --shadow: 0 18px 45px rgba(19, 32, 51, .08);
    --r: 18px
}

.geo-theme-1 {
    --brand: #0f4c75;
    --brand2: #123d5a;
    --accent: #f59e0b;
    --soft: #f5f8fb;
    --r: 18px
}

.geo-theme-2 {
    --brand: #176b4d;
    --brand2: #14583f;
    --accent: #8bc34a;
    --soft: #f3faf6;
    --r: 16px
}

.geo-theme-3 {
    --brand: #b91c1c;
    --brand2: #111827;
    --accent: #ef4444;
    --soft: #f7f7f8;
    --r: 10px
}

.geo-theme-4 {
    --brand: #0f4c75;
    --brand2: #123d5a;
    --accent: #38bdf8;
    --soft: #f5f8fb;
    --r: 12px
}

.geo-theme-5 {
    --brand: #1f2937;
    --brand2: #0f172a;
    --accent: #c7982b;
    --soft: #f8f6f0;
    --r: 12px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0
}

body {
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    color: var(--ink);
    background: #fff;
    line-height: 1.75
}

a {
    color: inherit;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%
}

.wrap {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin: 0 auto
}

.top {
    height: 76px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 30
}

.top .wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px
}

.brand {
    min-width: 0
}

.brand h1 {
    font-size: 24px;
    line-height: 1.25;
    color: var(--brand);
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.brand p {
    font-size: 12px;
    color: var(--muted);
    margin-top: 2px
}

.nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    white-space: nowrap
}

.nav a:hover {
    color: var(--brand)
}
.geo-wrap{width:1200px;max-width:calc(100% - 32px);margin:0 auto}
.geo-top{height:76px;background:#fff;border-bottom:1px solid var(--geo-line);position:sticky;top:0;z-index:40}
.geo-top .geo-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:22px}
.geo-brand{min-width:0}
.geo-brand h1{font-size:24px;line-height:1.25;color:var(--geo-brand);font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.geo-brand p{font-size:12px;color:var(--geo-muted);margin-top:2px}
.geo-nav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:800;color:#1f2937;white-space:nowrap}
.geo-nav a:hover,.geo-nav a.is-active{color:var(--geo-brand)}

.phone-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font-weight: 800
}

.hero {
    background: linear-gradient(135deg, var(--brand2), #0d5677);
    color: #fff;
    padding: 86px 0 88px;
    text-align: center
}

.hero h2 {
    font-size: 44px;
    line-height: 1.25;
    font-weight: 900
}

.hero h2 em {
    font-style: normal;
    color: var(--accent)
}

.hero-sub {
    max-width: 880px;
    margin: 18px auto 0;
    font-size: 18px;
    color: rgba(255, 255, 255, .86);
    font-weight: 600
}

.hero-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 980px;
    margin: 16px auto 0;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .10);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7
}

.hero-about {
    max-width: 880px;
    margin: 14px auto 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .76);
    line-height: 1.9
}

.hero-entity {
    max-width: 980px;
    margin: 24px auto 0;
    display: grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 10px;
    text-align: left
}

.hero-entity div {
    min-height: 70px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(255, 255, 255, .10);
    padding: 10px 12px;
    backdrop-filter: blur(8px)
}

.hero-entity b {
    display: block;
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    margin-bottom: 3px
}

.hero-entity span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
    word-break: break-word
}

.trust-labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 18px 0 0
}

.trust-labels span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(245, 158, 11, .16);
    border: 1px solid rgba(245, 158, 11, .36);
    color: #fff;
    font-size: 14px;
    font-weight: 900
}

.trust-labels span:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    margin-right: 8px
}

.topic-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 14px auto 0;
    max-width: 900px
}

.topic-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 800
}

.hero-actions {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    border: 1px solid transparent
}

.btn-primary {
    background: var(--accent);
    color: #172033
}

.btn-ghost {
    border-color: rgba(255, 255, 255, .38);
    color: #fff;
    background: rgba(255, 255, 255, .08)
}

.hero-facts {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 26px
}

.fact {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .12);
    font-size: 14px;
    font-weight: 800
}

.section {
    padding: 70px 0
}

.section.soft {
    background: var(--soft)
}

.wrap .section-head {
    text-align: center;
    margin-bottom: 34px;
    display: block
}

.wrap .section-head h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 900;
    color: #111827
}

.wrap .section-head p {
    margin-top: 10px !important;
    color: var(--muted) !important;
    font-size: 15px !important;
    max-width: none !important;
}

.under {
    width: 54px;
    height: 4px;
    border-radius: 4px;
    background: var(--accent);
    margin: 12px auto 0
}

.about-card {
    display: grid;
    grid-template-columns:minmax(0, 1.05fr) minmax(340px, .95fr);
    gap: 28px 34px;
    background: #fff;
    border-radius: var(--r);
    box-shadow: var(--shadow);
    padding: 34px;
    border: 1px solid var(--line)
}

.about-card.no-media .about-text {
    grid-column: 1/-1
}

.about-text {
    font-size: 15px;
    color: #334155;
    line-height: 2.05
}

.about-text p {
    margin-bottom: 12px
}

.hotline {
    margin-top: 20px;
    font-size: 18px;
    color: var(--brand);
    font-weight: 900
}

.about-ad {
    align-self: center;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(19, 32, 51, .08)
}

.about-ad a {
    display: block
}

.about-ad img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    background: #f1f5f9
}

.entity-strip {
    grid-column: 1/-1;
    border-top: 1px solid var(--line);
    padding-top: 22px;
    display: grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 12px
}

.entity-item {
    background: #f8fbff;
    border: 1px solid #dfe8f2;
    border-radius: 12px;
    padding: 12px 14px;
    min-height: 66px
}

.entity-item b {
    display: block;
    color: #64748b;
    font-size: 13px;
    margin-bottom: 4px
}

.entity-item span {
    display: block;
    color: #1f2937;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
    word-break: break-word
}

.grid {
    display: grid;
    gap: 22px
}

.grid-3 {
    grid-template-columns:repeat(3, minmax(0, 1fr))
}

.grid-4 {
    grid-template-columns:repeat(4, minmax(0, 1fr))
}

.info-card {
    background: #f7fafc;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px;
    min-height: 166px
}

.info-card .icon {
    font-size: 16px;
    margin-bottom: 14px;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    display: inline-block;
    place-items: unset;
    color: inherit;
    font-weight: normal;
}

.info-card h3 {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 10px;
    color: #172033
}

.info-card p {
    font-size: 14px;
    color: #45556a;
    line-height: 1.9
}

.product-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.product-thumb {
    height: 190px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-weight: 900
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-body {
    padding: 20px
}

.product-body h3 {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 8px;
    color: #172033
}

.product-body p {
    font-size: 14px;
    color: #45556a;
    line-height: 1.9
}

.product-more {
    margin-top: 12px;
    color: var(--brand);
    font-size: 14px;
    font-weight: 900
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 14px;
    font-weight: 700
}

.boundary {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 26px;
    color: #334155;
    line-height: 2
}

.media-layout {
    display: grid;
    grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 24px
}

.trust-box {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px
}

.trust-box h3 {
    font-size: 20px;
    margin-bottom: 12px
}

.trust-box ul {
    padding-left: 20px;
    color: #334155;
    line-height: 2
}

.image-grid {
    display: grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap: 12px
}

.image-grid img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #f1f5f9
}

.faq {
    max-width: 920px;
    margin: 0 auto
}

.faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 12px
}

.faq-item dt {
    font-weight: 900;
    color: #111827
}

.faq-item dd {
    margin-top: 8px;
    color: #45556a;
    font-size: 14px
}

.news-list {
    display: grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap: 12px 22px
}

.news-list a {
    display: block;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 16px;
    color: #334155;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.site-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto
}

.site-links a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    max-width: 260px;
    padding: 6px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.site-links a:hover {
    color: var(--brand);
    border-color: #c7d7e8;
    background: #f8fbff
}

.footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 30px 0;
    font-size: 13px
}

.footer .wrap {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap
}

.footer a {
    color: #e2e8f0
}

.footer-links {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    gap: 10px 14px;
    flex-wrap: wrap;
    padding-bottom: 14px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(226, 232, 240, .14);
    text-align: left
}

.footer-links b {
    color: #e2e8f0;
    font-size: 13px;
    white-space: nowrap
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    max-width: 220px;
    min-height: 28px;
    color: #cbd5e1;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.footer-links a:hover {
    color: #fff
}

.site-note {
    flex: 0 0 100%;
    width: 100%;
    padding-top: 14px;
    margin-top: 2px;
    border-top: 1px solid rgba(226, 232, 240, .14);
    color: #94a3b8;
    line-height: 1.8
}

#geoEntityProfile {
    display: flex;
    flex-direction: column
}

.section-hero {
    order: 1
}

.section-about {
    order: 2
}

.section-products {
    order: 3
}

.section-core {
    order: 4
}

.section-strength {
    order: 5
}

.section-scenarios {
    order: 6
}

.section-boundary {
    order: 7
}

.section-trust {
    order: 8
}

.section-faq {
    order: 9
}

.section-related {
    order: 10
}

.section-news {
    order: 11
}

.geo-persona-service .section-boundary {
    order: 2
}

.geo-persona-service .section-scenarios {
    order: 3
}

.geo-persona-service .section-faq {
    order: 4
}

.geo-persona-service .section-products {
    order: 5
}

.geo-persona-service .section-core {
    order: 6
}

.geo-persona-service .section-about {
    order: 7
}

.geo-persona-service .section-strength {
    order: 8
}

.geo-persona-service .section-trust {
    order: 9
}

.geo-persona-service .section-related {
    order: 10
}

.geo-persona-service .section-news {
    order: 11
}

.geo-persona-product .section-products {
    order: 2
}

.geo-persona-product .section-core {
    order: 3
}

.geo-persona-product .section-scenarios {
    order: 4
}

.geo-persona-product .section-trust {
    order: 5
}

.geo-persona-product .section-faq {
    order: 6
}

.geo-persona-product .section-about {
    order: 7
}

.geo-persona-product .section-boundary {
    order: 8
}

.geo-persona-product .section-strength {
    order: 9
}

.geo-persona-product .section-related {
    order: 10
}

.geo-persona-product .section-news {
    order: 11
}

@media (max-width: 900px) {
    .top {
        height: auto;
        position: relative
    }

    .top .wrap {
        padding: 14px 0;
        align-items: flex-start;
        flex-direction: column
    }

    .nav {
        gap: 14px;
        flex-wrap: wrap
    }

    .hero {
        padding: 58px 0
    }

    .hero h2 {
        font-size: 32px
    }

    .hero-entity {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .about-card, .media-layout {
        grid-template-columns:1fr
    }

    .entity-strip {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .grid-3, .grid-4 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .image-grid {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .news-list {
        grid-template-columns:1fr
    }
}

@media (max-width: 560px) {
    .wrap {
        max-width: calc(100% - 22px)
    }

    .section {
        padding: 46px 0
    }

    .hero h2 {
        font-size: 27px
    }

    .hero-sub {
        font-size: 15px
    }

    .trust-labels {
        justify-content: flex-start
    }

    .hero-entity {
        grid-template-columns:1fr
    }

    .about-card {
        padding: 22px
    }

    .entity-strip {
        grid-template-columns:1fr
    }

    .grid-3, .grid-4 {
        grid-template-columns:1fr
    }

    .image-grid img {
        height: 118px
    }
}