:root {
    --blue: #0877e8;
    --blue-dark: #114f96;
    --ink: #1d2633;
    --muted: #647184;
    --line: #e6ebf2;
    --soft: #f6f8fb;
    --footer: #292d3c;
    --footer-panel: #363d4d;
    --shadow: 0 14px 34px rgba(35, 61, 93, .1);
    --page-sidebar-width: 280px;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
select {
    font: inherit;
    letter-spacing: 0;
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.wide-container {
    width: min(1448px, calc(100% - 140px));
    margin: 0 auto;
}

.site-header {
    position: relative;
    z-index: 90;
    background: transparent;
    border: 0;
}

html.home-route .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 128px;
    color: #2f3743;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

    .brand img {
        width: 27px;
        height: 27px;
    }

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(26px, 5vw, 72px);
    color: #2b3442;
    font-size: 16px;
    font-weight: 600;
}

body[data-page="home"] .main-nav,
html.home-route .main-nav {
    font-size: 16px;
}

body[data-page="home"] .brand,
html.home-route .brand {
    color: #fff;
}

html.home-route .main-nav {
    color: rgba(255, 255, 255, .94);
}

.nav-item {
    position: static;
    display: flex;
    align-items: center;
}

.nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 25px 0;
    color: inherit;
    white-space: nowrap;
}

    .nav-trigger.active {
        color: var(--blue);
    }

body[data-page="news"] .nav-trigger[data-nav="about"],
body[data-page="news-detail"] .nav-trigger[data-nav="about"] {
    color: inherit;
}

body[data-page="news"] .nav-trigger[data-nav="news"],
body[data-page="news-detail"] .nav-trigger[data-nav="news"] {
    color: var(--blue);
}

html.home-route .nav-trigger.active {
    color: #fff;
}

.nav-arrow {
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
}

.mega-menu {
    position: fixed;
    top: 78px;
    left: 50%;
    width: min(1180px, calc(100vw - 48px));
    max-height: calc(100vh - 98px);
    overflow: auto;
    padding: 30px 34px 34px;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 8px;
    color: #30343b;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 60px rgba(16, 44, 80, .16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nav-item:hover .mega-menu,
.nav-item.open .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

html.mega-menu-hover-disabled .nav-item:not(.open):hover .mega-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
}

html.mega-menu-hover-disabled .nav-arrow {
    display: none;
}

.mega-title {
    margin: 0 0 10px;
    color: #0047ae;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 900;
}

.mega-subtitle {
    margin: 0 0 16px;
    color: #a0a6ae;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
}

.mega-product-grid {
    display: grid;
    grid-template-columns: 1.4fr 1.1fr .9fr;
    gap: 32px 58px;
}

.product-mega {
    width: min(920px, calc(100vw - 64px));
    padding: 34px 42px 36px;
}

    .product-mega .mega-product-grid {
        display: block;
    }

.mega-section.wide {
    grid-column: span 2;
}

.mega-product-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 34px;
}

.mega-product {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #333941;
    font-size: 15px;
    font-weight: 600;
}

    .mega-product img {
        width: 62px;
        height: 48px;
        object-fit: contain;
    }

.product-mega .mega-product {
    min-height: 58px;
    padding: 4px 8px;
    border-radius: 6px;
}

    .product-mega .mega-product:hover {
        background: rgba(8, 119, 232, .06);
    }

.mega-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 54px;
    margin-top: 12px;
}

    .mega-link-grid a,
    .mega-simple a {
        color: #30343b;
        font-size: 15px;
        font-weight: 600;
    }

        .mega-link-grid a:hover,
        .mega-simple a:hover,
        .mega-product:hover {
            color: var(--blue);
        }

.mega-simple {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 64px;
}

    .mega-simple h3 {
        margin: 0 0 14px;
        color: #0047ae;
        font-size: 18px;
    }

    .mega-simple nav {
        display: grid;
        gap: 12px;
    }

.view[hidden] {
    display: none;
}

html.home-route {
    scroll-padding-top: 0;
    scroll-snap-type: y proximity;
}

.home-screen {
    height: 100svh;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    background: #fff;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.hero {
    position: relative;
    min-height: 620px;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(105deg, rgba(226, 235, 248, .9) 0 35%, rgba(248, 251, 255, .42) 35.2% 100%), repeating-linear-gradient(74deg, rgba(133, 151, 175, .2) 0 2px, transparent 2px 44px), linear-gradient(180deg, #eaf1fb 0%, #fff 100%);
}

.hero-carousel {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: #eaf1f8;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s ease;
}

.hero-slide__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(240, 246, 255, .18), transparent 58%);
    pointer-events: none;
}

.hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-grid {
    position: relative;
    z-index: 2;
    width: calc(100% - 240px);
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    padding: 84px 0 22px;
    display: grid;
    align-items: center;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--blue-dark);
    font-size: 28px;
    font-weight: 700;
}

.hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 5.3vw, 66px);
    line-height: .98;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 10px 30px rgba(49, 71, 95, .16);
}

.hero-copy {
    margin: 18px 0 24px;
    color: #1e2b3f;
    font-size: 20px;
    font-weight: 700;
}

.ghost-btn,
.blue-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .72);
    padding: 0 25px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ghost-btn {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.blue-btn {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 12px 28px rgba(8, 119, 232, .24);
}

    .ghost-btn:hover,
    .blue-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(8, 119, 232, .2);
    }

.arrow-dot {
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    font-size: 13px;
    line-height: 1;
}

.hero-robot {
    width: min(610px, 100%);
    justify-self: end;
    filter: drop-shadow(0 30px 38px rgba(50, 68, 85, .12));
}

.carousel-btn {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(222, 230, 240, .88);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: var(--blue);
    box-shadow: 0 16px 32px rgba(28, 64, 104, .14);
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

    .carousel-btn:hover {
        background: #fff;
        box-shadow: 0 18px 38px rgba(28, 64, 104, .2);
        transform: translateY(-50%) scale(1.04);
    }

    .carousel-btn.prev {
        left: 2%;
    }

    .carousel-btn.next {
        right: 2%;
    }

    .carousel-btn span {
        display: block;
        font-size: 34px;
        line-height: 1;
        transform: translateY(-2px);
    }

.quick-links {
    padding: 36px 0 38px;
    background: #fff;
}

.home-screen .hero {
    min-height: 0;
    height: 100%;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.quick-card {
    position: relative;
    aspect-ratio: 1026 / 726;
    overflow: hidden;
    border-radius: 0;
    background: #f3f6f9;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .quick-card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow);
    }

    .quick-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.quick-card__copy {
    position: absolute;
    inset: 13% auto 11% 7.5%;
    z-index: 1;
    display: flex;
    width: 46%;
    flex-direction: column;
    align-items: flex-start;
    color: #17191d;
}

.quick-card strong {
    display: block;
    font-size: clamp(22px, 1.65vw, 30px);
    font-weight: 700;
    line-height: 1.25;
}

.quick-card small {
    display: block;
    margin-top: 10px;
    color: #4f555d;
    font-size: clamp(11px, .78vw, 14px);
    line-height: 1.55;
}

.quick-card__more {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    color: #4f555d;
    font-size: clamp(12px, .85vw, 15px);
    line-height: 1;
}

    .quick-card__more b {
        display: grid;
        width: 30px;
        height: 30px;
        place-items: center;
        color: #fff;
        background: var(--blue);
        font-size: 22px;
        font-weight: 400;
        line-height: 1;
    }

.section {
    padding: 12px 0;
}

.home-panel {
    min-height: 100svh;
    display: grid;
    align-items: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.section.soft {
    background: url(images/indexback.png) no-repeat;
    background-size: cover; /* 或者使用 100% 100% */
    background-position: center; /* 确保图片居中 */
    background-repeat: no-repeat; /* 防止图片重复 */
}

    .section.soft.home-panel {
        padding: 72px 0 62px;
    }

.section.home-flow {
    padding: 46px 0;
}

    .section.home-flow + .section.home-flow {
        padding-top: 18px;
    }

.about-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(360px, 560px);
    align-items: center;
    gap: 86px;
}

.section-title {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 800;
}

    .section-title.center {
        text-align: center;
    }

    .section-title.offset-md {
        margin-top: 58px;
    }

    .section-title.offset-lg {
        margin-top: 64px;
    }

.home-section-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
}

    .home-section-heading .section-title {
        margin-bottom: 0;
    }

.section-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    color: var(--blue);
    font-size: 14px;
    font-weight: 700;
}

    .section-more span {
        font-size: 22px;
        line-height: 1;
        transition: transform .2s ease;
    }

    .section-more:hover span {
        transform: translateX(3px);
    }

.text-center {
    text-align: center;
}

.detail-points {
    margin-top: 36px;
}

.lead {
    margin: 0 0 22px;
    color: #354255;
    font-size: 22px;
    font-weight: 700;
}

.body-copy {
    color: var(--muted);
    font-size: 15px;
}

.about-visual {
    min-height: 292px;
    border-radius: 34px;
    overflow: hidden;
}

    .about-visual img {
        width: 100%;
        height: 100%;
        min-height: 292px;
    }

.stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    margin-top: 58px;
}

.stat {
    border-top: 1px solid #d9e1eb;
    padding-top: 18px;
    color: var(--muted);
}

    .stat b {
        display: inline-block;
        margin-top: 10px;
        color: var(--blue);
        font-size: 42px;
        line-height: 1;
    }

    .stat span {
        margin-left: 6px;
        color: #4b5563;
    }

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 58px;
    margin-top: 42px;
}

.news-card img {
    width: 100%;
    aspect-ratio: 1.72 / 1;
    object-fit: cover;
    border-radius: 2px;
}

.news-card,
.news-row {
    cursor: pointer;
}

.news-card {
    transition: transform .2s ease;
}

    .news-card:hover {
        transform: translateY(-3px);
    }

.date {
    display: block;
    margin-top: 18px;
    color: #7c8796;
    font-size: 14px;
}

.news-card h3,
.case-card h3,
.product-card h3,
.solution-card h3 {
    margin: 8px 0 0;
    font-size: 19px;
    line-height: 1.45;
}

.client-logo-board {
    display: block;
    width: 100%;
    margin-top: 34px;
    border-radius: 7px;
}

.service-company-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.service-company-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 86px;
    padding: 16px 18px;
    border: 1px solid #edf1f5;
    border-radius: 4px;
    background: #fff;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

    .service-company-card:hover {
        transform: translateY(-2px);
        border-color: #d8e5f2;
        box-shadow: 0 10px 24px rgba(18, 43, 75, .08);
    }

    .service-company-card img,
    .about-partners-showcase .service-company-card img {
        display: block;
        width: auto;
        max-width: 100%;
        max-height: 48px;
        object-fit: contain;
    }

    .service-company-card span {
        display: none;
    }

.service-company-empty {
    margin: 34px 0 0;
    padding: 34px 22px;
    border: 1px dashed #d8e1ea;
    border-radius: 6px;
    color: #7c8795;
    background: #f8fafc;
    text-align: center;
}

.about-page-section {
    margin-bottom: 58px;
}

    .about-page-section:last-child {
        margin-bottom: 0;
    }

.section-kicker {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.content-panel {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(36, 62, 91, .05);
}

    .content-panel.pad {
        padding: 30px;
    }

.intro-split,
.career-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 44%);
    gap: 34px;
    align-items: center;
}

    .intro-split img,
    .career-split img {
        width: 100%;
        aspect-ratio: 1.7 / 1;
        object-fit: cover;
        border-radius: 8px;
        background: #eef2f7;
    }

.info-grid,
.honor-grid,
.support-grid,
.download-grid,
.job-grid {
    display: grid;
    gap: 18px;
}

.info-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px;
}

.info-card,
.honor-card,
.support-card,
.download-card,
.job-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    padding: 22px;
}

    .info-card strong {
        display: block;
        color: var(--blue);
        font-size: 28px;
        line-height: 1.1;
    }

    .info-card span,
    .honor-card p,
    .support-card p,
    .download-card p,
    .job-card p {
        color: var(--muted);
        font-size: 14px;
    }

.download-meta {
    margin-top: 6px;
    color: #8a94a3 !important;
    font-size: 13px !important;
}

.timeline {
    position: relative;
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.timeline-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.timeline-year {
    color: var(--blue);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.timeline-item h3,
.honor-card h3,
.support-card h3,
.download-card h3,
.job-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.4;
}

.honor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.partner-board {
    width: 100%;
    margin-top: 24px;
    border-radius: 8px;
    border: 1px solid var(--line);
}

.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.form-message {
    margin: 18px 0 0;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}

    .form-message.success {
        color: #0b6b45;
        background: #e7f7ef;
        border: 1px solid #b7e3ca;
    }

    .form-message.error {
        color: #a43124;
        background: #fff0ed;
        border: 1px solid #f0b9b0;
    }

.contact-form label {
    display: grid;
    gap: 7px;
    color: #3f4b5b;
    font-weight: 700;
    font-size: 14px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 12px 14px;
    color: var(--ink);
    background: #fff;
    outline: none;
}

.contact-form textarea,
.contact-form .full {
    grid-column: 1 / -1;
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.download-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
}

    .download-card .blue-btn {
        min-width: 90px;
        min-height: 36px;
        padding: 0 16px;
        font-size: 13px;
    }

.news-list {
    display: grid;
    gap: 18px;
}

.news-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 24px;
}

    .news-category-tabs a {
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        border: 1px solid var(--line);
        border-radius: 999px;
        color: #596575;
        background: #fff;
        font-weight: 800;
        font-size: 14px;
        transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

        .news-category-tabs a.active,
        .news-category-tabs a:hover {
            color: #fff;
            border-color: var(--blue);
            background: var(--blue);
            box-shadow: 0 10px 20px rgba(8, 119, 232, .18);
        }

.news-row {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(36, 62, 91, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .news-row:hover {
        transform: translateY(-3px);
        border-color: rgba(8, 119, 232, .28);
        box-shadow: var(--shadow);
    }

    .news-row img {
        width: 100%;
        aspect-ratio: 1.55 / 1;
        object-fit: cover;
        border-radius: 6px;
    }

    .news-row h3 {
        margin: 6px 0 8px;
        font-size: 20px;
        line-height: 1.45;
    }

    .news-row .body-copy {
        display: -webkit-box;
        overflow: hidden;
        line-height: 1.75;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        text-overflow: ellipsis;
    }

.photo-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 18px;
    margin-top: 24px;
}

    .photo-grid img {
        width: 100%;
        height: 100%;
        min-height: 190px;
        object-fit: cover;
        border-radius: 8px;
    }

    .photo-grid .stack {
        display: grid;
        gap: 18px;
    }

.job-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

    .job-meta span {
        padding: 5px 10px;
        border-radius: 999px;
        color: #4b5a6d;
        background: #f1f5f9;
        font-size: 12px;
        font-weight: 700;
    }

.careers-section {
    padding-top: 118px;
}

.careers-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 41%);
    gap: 70px;
    align-items: center;
}

.careers-copy h2 {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.35;
}

.careers-copy .lead {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 900;
}

.careers-copy .body-copy {
    max-width: 640px;
    font-size: 15px;
    line-height: 2.05;
}

.careers-visual {
    min-height: 250px;
    overflow: hidden;
    border-radius: 28px;
}

    .careers-visual img {
        width: 100%;
        height: 100%;
        min-height: 250px;
        object-fit: cover;
        display: block;
    }

.careers-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 72px;
    margin: 70px 0 104px;
}

.careers-stat {
    color: #677386;
    font-size: 13px;
}

    .careers-stat strong {
        display: inline-block;
        margin-top: 16px;
        color: var(--blue);
        font-size: 34px;
        line-height: 1;
    }

    .careers-stat span {
        margin-left: 8px;
        color: #455164;
        font-size: 14px;
        font-weight: 800;
    }

.recruit-layout {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 96px;
    align-items: start;
}

.recruit-heading {
    margin: 0 0 30px;
    color: #3d4148;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 900;
}

    .recruit-heading::after {
        content: "";
        display: block;
        width: 92px;
        height: 4px;
        margin-top: 6px;
        background: var(--blue);
    }

.job-list {
    display: grid;
    gap: 0;
    margin-bottom: 46px;
    border-top: 1px solid #d9dee7;
}

    .job-list button {
        width: 100%;
        min-height: 88px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 104px 26px;
        gap: 18px;
        align-items: center;
        padding: 18px 0 18px 28px;
        border: 0;
        border-bottom: 1px solid #d9dee7;
        color: #303640;
        background: transparent;
        text-align: left;
        cursor: pointer;
        transition: background .2s ease, color .2s ease;
    }

        .job-list button:hover,
        .job-list button.active {
            background: #f7f8fb;
        }

        .job-list button strong {
            display: block;
            margin-bottom: 7px;
            font-size: 20px;
            line-height: 1.25;
            font-weight: 800;
        }

        .job-list button small,
        .job-list button span {
            color: #596575;
            font-size: 16px;
        }

        .job-list button::after {
            content: "›";
            color: #212936;
            font-size: 36px;
            line-height: 1;
            opacity: 0;
            transition: opacity .2s ease, transform .2s ease;
        }

        .job-list button.active::after {
            opacity: 1;
            transform: translateX(3px);
        }

.job-detail-panel {
    padding-top: 44px;
}

.job-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e3e7ee;
}

    .job-summary strong {
        display: block;
        margin-bottom: 9px;
        color: #404751;
        font-size: 18px;
        font-weight: 500;
    }

    .job-summary span {
        color: #9aa3b1;
        font-size: 14px;
    }

.job-detail-body {
    padding-top: 52px;
    color: #5b6573;
    font-size: 17px;
    line-height: 1.85;
}

    .job-detail-body h3 {
        margin: 0 0 8px;
        color: var(--blue);
        font-size: 22px;
        line-height: 1.3;
    }

    .job-detail-body ol {
        margin: 0 0 36px;
        padding-left: 22px;
    }

.job-content {
    display: grid;
    gap: 10px;
    margin-bottom: 28px;
}

    .job-content p {
        margin: 0;
    }

.job-apply {
    width: 250px;
    min-height: 54px;
    margin-top: 10px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 900;
}

.page-hero {
    height: 220px;
    background: linear-gradient(90deg, rgba(15, 36, 60, .45), rgba(235, 243, 250, .2)), var(--page-hero-image, url("images/page-banner.png")) center / cover no-repeat;
}

[data-view="products"] > .page-hero + .section,
[data-view="solutions"] > .page-hero + .section,
[data-view="cases"] > .page-hero + .section,
[data-view="news"] > .page-hero + .section {
    position: relative;
    margin-top: 18px;
    padding-top: 28px;
}

[data-page="news-detail"] .page-hero {
    border-bottom: 1px solid var(--line);
}

.careers-hero {
    min-height: 210px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(168, 174, 184, .78), rgba(198, 203, 210, .72)), url("images/page-banner.png") center / cover no-repeat;
}

    .careers-hero h1 {
        margin: 0 0 14px;
        font-size: 38px;
        line-height: 1.1;
        font-weight: 900;
    }

    .careers-hero p {
        margin: 0;
        color: rgba(255, 255, 255, .92);
        font-weight: 800;
    }

.page-layout {
    display: grid;
    grid-template-columns: var(--page-sidebar-width) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

    .page-layout > aside {
        display: block;
        position: sticky;
        top: 92px;
    }

.side-title {
    position: relative;
    margin: 0 0 24px;
    font-size: 22px;
    font-weight: 800;
}

    .side-title.active {
        color: var(--blue);
    }

        .side-title.active::before {
            content: "";
            position: absolute;
            left: -14px;
            top: 50%;
            width: 4px;
            height: 22px;
            border-radius: 999px;
            background: var(--blue);
            transform: translateY(-50%);
        }

.side-nav {
    display: grid;
    gap: 8px;
    margin-bottom: 28px;
}

    .side-nav h4 {
        margin: 20px 0 6px;
        padding-bottom: 10px;
        border-bottom: 1px solid #222;
        font-size: 15px;
    }

    .side-nav a {
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
        min-height: 32px;
        padding: 5px 10px 5px 12px;
        border-radius: 4px;
        color: #566171;
        font-size: 14px;
        transition: color .2s ease, background .2s ease;
    }

        .side-nav a.active {
            color: var(--blue);
            background: rgba(8, 119, 232, .08);
            font-weight: 900;
        }

        .side-nav a::before {
            content: "›";
            color: #a8b1bf;
        }

        .side-nav a.active::before {
            color: var(--blue);
        }

        .side-nav a.active::after {
            content: "";
            position: absolute;
            left: 0;
            top: 7px;
            bottom: 7px;
            width: 3px;
            border-radius: 999px;
            background: var(--blue);
        }

.category-tree-nav {
    gap: 0;
}

.product-catalog .side-title.active,
.solution-catalog .side-title.active,
.case-catalog .side-title.active,
.news-catalog .side-title.active {
    color: #202833;
}

    .product-catalog .side-title.active::before,
    .solution-catalog .side-title.active::before,
    .case-catalog .side-title.active::before,
    .news-catalog .side-title.active::before {
        content: none;
    }

.product-catalog .side-title a,
.solution-catalog .side-title a,
.case-catalog .side-title a,
.news-catalog .side-title a {
    color: inherit;
}

.catalog-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 64px 24px;
    color: #7c8795;
    text-align: center;
}

.category-tree-group {
    display: grid;
}

.category-tree-parent-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    align-items: stretch;
    border-bottom: 1px solid #aeb6c1;
}

.side-nav a.category-tree-parent {
    min-height: 38px;
    padding: 9px 4px;
    border-bottom: 0;
    border-radius: 0;
    color: #202833;
    font-size: 16px;
    font-weight: 800;
}

    .side-nav a.category-tree-parent::before,
    .side-nav a.category-tree-parent::after {
        content: none;
    }

    .side-nav a.category-tree-parent:hover,
    .side-nav a.category-tree-parent.is-current-group,
    .side-nav a.category-tree-parent.active {
        color: var(--blue);
        background: transparent;
    }

.category-tree-children {
    display: grid;
    padding: 5px 0 10px;
}

.category-tree-nav[data-category-accordion] .category-tree-children {
    display: none;
}

.category-tree-nav[data-category-accordion] .category-tree-group.is-open > .category-tree-children {
    display: grid;
}

.category-tree-toggle {
    position: relative;
    width: 34px;
    height: 34px;
    align-self: center;
    justify-self: end;
    padding: 0;
    border: 1px solid #c9d9eb;
    border-radius: 6px;
    color: #6e7886;
    background: #edf5ff;
    box-shadow: 0 2px 6px rgba(42, 91, 145, .08);
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease;
}

    .category-tree-toggle::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 7px;
        height: 7px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: translate(-50%, -65%) rotate(45deg);
        transition: transform .18s ease;
    }

    .category-tree-toggle:hover,
    .category-tree-toggle:focus-visible,
    .category-tree-group.is-open > .category-tree-parent-row .category-tree-toggle {
        color: var(--blue);
        border-color: rgba(8, 119, 232, .42);
        background: #dcecff;
        box-shadow: 0 3px 9px rgba(8, 119, 232, .16);
    }

    .category-tree-toggle:focus-visible {
        outline: 2px solid var(--blue);
        outline-offset: 1px;
    }

.category-tree-group.is-open > .category-tree-parent-row .category-tree-toggle::before {
    transform: translate(-50%, -35%) rotate(225deg);
}

.category-tree-children a {
    min-height: 34px;
    padding-left: 20px;
    border-bottom: 1px solid #d6dbe2;
    border-radius: 0;
    color: #596575;
    font-size: 13px;
}

    .category-tree-children a.active {
        background: rgba(8, 119, 232, .06);
    }

.category-tree-group--level-2 {
    margin-left: 12px;
}

.category-tree-parent-row--level-2 {
    grid-template-columns: minmax(0, 1fr) 32px;
    border-color: #cbd2db;
}

.side-nav a.category-tree-parent--level-2 {
    min-height: 34px;
    padding: 8px 8px;
    color: #4b5868;
    font-size: 14px;
    font-weight: 600;
}

.category-tree-toggle--level-2 {
    width: 30px;
    height: 30px;
}

.category-tree-children--level-3 {
    padding: 0 0 6px;
}

.category-tree-children a.category-tree-leaf--level-3 {
    min-height: 32px;
    padding-left: 32px;
    color: #687485;
    font-size: 12px;
}

    .category-tree-children a.category-tree-leaf--level-3::before {
        color: #9aa4b2;
        content: "›";
    }

.about-side-nav {
    grid-template-columns: 1fr;
    gap: 2px;
}

    .about-side-nav .side-group {
        border-bottom: 1px solid #d1d7df;
    }

    .about-side-nav .side-group-head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 34px;
        align-items: center;
        min-height: 46px;
        border-bottom: 0;
        border-radius: 4px;
    }

        .about-side-nav .side-group-head > a {
            min-height: 46px;
            padding: 0 0 0 12px;
            border-radius: 4px;
            color: #404a58;
            font-size: 14px;
            font-weight: 800;
        }

    .about-side-nav .side-group.active .side-group-head {
        background: rgba(8, 119, 232, .1);
    }

        .about-side-nav .side-group.active .side-group-head > a,
        .about-side-nav .side-group.active .side-group-toggle {
            color: var(--blue);
        }

    .about-side-nav a::before {
        content: none;
    }

    .about-side-nav a.active {
        color: var(--blue);
        background: transparent;
    }

    .about-side-nav .side-group-toggle {
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        border: 0;
        color: #7f8996;
        background: transparent;
        font-size: 20px;
        cursor: pointer;
        transition: transform .2s ease, color .2s ease;
    }

    .about-side-nav .side-group.open .side-group-toggle {
        color: var(--blue);
        transform: rotate(90deg);
    }

    .about-side-nav .side-group-panel {
        display: none;
        padding: 4px 0 14px 14px;
    }

    .about-side-nav .side-group.open .side-group-panel {
        display: grid;
        gap: 4px;
    }

    .about-side-nav .side-group-panel a {
        min-height: 34px;
        padding-left: 12px;
        border-bottom: 0;
        border-radius: 4px;
        color: #657183;
        font-size: 14px;
        font-weight: 500;
    }

        .about-side-nav .side-group-panel a.active {
            background: rgba(8, 119, 232, .08);
        }

        .about-side-nav .side-group-panel a::before {
            content: "›";
            color: #a8b1bf;
        }

        .about-side-nav .side-group-panel a.active::before {
            color: var(--blue);
        }

    .about-side-nav.category-tree-nav .category-tree-group--level-2 {
        margin-left: 0;
        border-bottom: 0;
    }

    .about-side-nav.category-tree-nav .category-tree-group--level-1.is-open > .category-tree-parent-row {
        background: rgba(8, 119, 232, .1);
    }

    .about-side-nav.category-tree-nav .category-tree-group.is-open > .category-tree-parent-row > .category-tree-parent,
    .about-side-nav.category-tree-nav .category-tree-group.is-open > .category-tree-parent-row > .category-tree-toggle {
        color: var(--blue);
    }

    .about-side-nav.category-tree-nav .category-tree-toggle::before {
        content: "›";
        position: static;
        width: auto;
        height: auto;
        border: 0;
        font-size: 20px;
        transform: none;
    }

    .about-side-nav.category-tree-nav .category-tree-toggle:hover,
    .about-side-nav.category-tree-nav .category-tree-toggle:focus-visible,
    .about-side-nav.category-tree-nav .category-tree-group.is-open > .category-tree-parent-row .category-tree-toggle {
        border-color: rgba(8, 119, 232, .42);
        background: #dcecff;
        box-shadow: 0 3px 9px rgba(8, 119, 232, .16);
    }

    .about-side-nav.category-tree-nav .category-tree-group.is-open > .category-tree-parent-row .category-tree-toggle {
        transform: rotate(90deg);
    }

        .about-side-nav.category-tree-nav .category-tree-group.is-open > .category-tree-parent-row .category-tree-toggle::before {
            transform: none;
        }

    .about-side-nav.category-tree-nav .category-tree-parent-row--level-2 {
        min-height: 40px;
        border: 0;
    }

    .about-side-nav.category-tree-nav a.category-tree-parent--level-2 {
        min-height: 40px;
        padding: 0 0 0 12px;
        color: #596575;
        font-size: 13px;
        font-weight: 700;
    }

    .about-side-nav.category-tree-nav .category-tree-group--level-2.active > .category-tree-parent-row--level-2,
    .about-side-nav.category-tree-nav .category-tree-group--level-2.is-open > .category-tree-parent-row--level-2 {
        background: rgba(8, 119, 232, .06);
    }

    .about-side-nav.category-tree-nav .category-tree-children--level-3 {
        padding: 3px 0 8px 12px;
    }

    .about-side-nav.category-tree-nav .category-tree-children a.category-tree-leaf--level-3 {
        min-height: 32px;
        padding-left: 18px;
        font-size: 12px;
    }
.case-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product-grid,
.solutions-grid
{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.product-card,
.solution-card,
.case-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(36, 62, 91, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .product-card:hover,
    .solution-card:hover,
    .case-card:hover {
        transform: translateY(-3px);
        border-color: rgba(8, 119, 232, .32);
        box-shadow: var(--shadow);
    }

.product-card {
    padding: 22px;
    cursor: pointer;
}

.product-media {
    min-height: 230px;
    flex: 1 1 auto;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    background: #fbfcfe;
}

    .product-media img {
        max-height: 220px;
        object-fit: contain;
    }

.product-catalog .side-title,
.solution-catalog .side-title,
.case-catalog .side-title,
.news-catalog .side-title {
    margin-bottom: 24px;
    font-size: 22px;
    letter-spacing: 0;
}

.product-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin: 8px 0 36px;
}

.product-filter {
    min-width: 240px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    padding: 0 22px;
    border: 1px solid #c9cfd8;
    border-radius: 999px;
    color: #8a929e;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
}

    .product-filter::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #c8ced6;
    }

.product-grid.catalog-grid {
    gap: 34px;
}

.catalog-grid .product-card {
    padding: 0;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(28, 49, 74, .08);
}

    .catalog-grid .product-card.is-selected {
        border-color: var(--blue);
        box-shadow: 0 14px 34px rgba(8, 119, 232, .16);
    }

.catalog-grid .product-media {
    min-height: 220px;
    margin: 0;
    background: #fff;
}

    .catalog-grid .product-media img {
        max-height: 210px;
    }

.catalog-grid .product-card h3,
.catalog-grid .product-card .card-meta {
    padding: 0 28px;
}

.catalog-grid .product-card h3 {
    margin-top: 0;
}

.catalog-grid .product-card .card-meta {
    margin-bottom: 26px;
}

.card-meta {
    color: var(--muted);
    font-size: 13px;
}

.page-note {
    margin: 26px 0 0;
    color: #7a8594;
    text-align: center;
    font-size: 13px;
}

    .page-note a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 24px;
        min-height: 24px;
        margin: 0 3px;
        color: inherit;
    }

        .page-note a:hover,
        .page-note a.active {
            color: var(--blue);
            font-weight: 800;
        }
.article p {
    color: #000000;
}

.case-Tblock {
    justify-content: space-around;
    overflow: hidden;
    color: #000000;
}

    .case-Tblock .case-Tbrelative {
        background: linear-gradient(to bottom, #F1F2F6, #FEFEFE);
        border-radius: 12px;
        padding: 20px;
        margin: 10px 0;
        display: flex;
    }

    .case-Tblock > div h3 {
        border-bottom: 1px solid #D3D4D6;
        line-height: 46px;
        margin: 0px 0 10px 0;
    }

.case-Tbrelative .media-body {
    text-align: left;
    padding-right: 20px;
}

    .case-Tbrelative .media-body h4 {
        font-size: 20px;
        margin-bottom: 0 0 15px 0;
        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 12px;
        font-weight: 500;
    }

    .case-Tbrelative .media-body p {
        font-size: 16px;
        coloer: #3D3D3D;
    }

.case-Tblock em {
    display: block;
    width: 110px;
    height: 110px;
    float: left;
    margin: 20px 30px 0 0;
    background: none;
    font-size: 52px;
    color: #D1D7DE;
    line-height: 65px;
    border: 1px solid #AEAFB8;
}

.case-word {
    display: flex;
}

    .case-word > div {
        width: calc((100% - 20px * 2) / 3);
        margin-right: 20px;
        text-align: left;
    }

        .case-word > div img {
            width: 100%;
        }

.onlineTitle {
    width: fit-content;
    padding-bottom: 10px;
    margin: 30px auto 50px;
    border-bottom: 3px solid #3668EB;
    font-size: 32px;
    font-weight: 400;
    color: #000000;
}

.download-card h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.download-card p {
    font-size: 16px;
    coloer: #3D3D3D;
}

.pro-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
    gap: 24px;
}

.pro-h2tit {
    font-size: clamp(1.8rem,3vw,2.5rem);
    font-weight: bold;
    text-align: center;
    color: #222;
    margin-bottom: 40px;
}

.card-con {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
    gap: 24px;
}

.card {
    width: 100% display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-img-box {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

    .card-img-box img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 16px;
    }

/* 文字区域 */
.card-text {
    padding: 0 8px;
}

.card-title {
    font-size: 26px;
    font-weight: 500;
    color: #222222;
    margin: 0px 0px;
}

.card-desc {
    font-size: 16px;
    color: #666666;
    margin: 0px;
}

.pro-card {
    background-color: #f7f8fa;
    border-radius: 24px;
    padding: 28px;
    display: flex;
    flex-direction: column;
}

.pro-cardtit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

    .pro-cardtit h3 {
        font-size: 20px;
        font-weight: 600;
        color: #222;
        margin: 0;
    }

    .pro-cardtit > span {
        font-size: 32px;
        color: #aaa;
    }

.detail-hero {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    background: #eef2f6;
    border-bottom: 1px solid var(--line);
}

    .detail-hero::after {
        position: absolute;
        inset: 0;
        z-index: 0;
        background: linear-gradient(90deg, rgba(248, 250, 252, .92) 0%, rgba(248, 250, 252, .72) 42%, rgba(248, 250, 252, .2) 68%, rgba(248, 250, 252, 0) 100%);
        content: "";
        pointer-events: none;
    }

.detail-hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
    transform: scale(1.08);
}

.detail-hero-grid {
    position: relative;
    z-index: 1;
    min-height: 220px;
    display: flex;
    align-items: center;
}

.detail-hero-copy {
    width: min(62%, 680px);
    padding: 34px 0;
}

.breadcrumb {
    padding: 0px 0 20px;
    font-size: 13px;
    border-bottom: 1px solid #d1d1d1;
}

    .breadcrumb a {
        color: inherit;
    }

        .breadcrumb a:hover {
            color: var(--blue);
        }

    .breadcrumb span {
        margin: 0 6px;
        color: #b2bcc9;
    }

.detail-hero h1,
.article h1 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.35;
}

.detail-hero .detail-subtitle {
    margin: 0;
    color: #2c3746;
    font-size: 18px;
    font-weight: 700;
}

.detail-hero.has-detail-description .detail-subtitle::after {
    content: "";
    display: block;
    width: 160px;
    height: 1px;
    margin-top: 18px;
    background: rgba(44, 55, 70, .42);
}

.detail-description {
    max-width: 620px;
    margin: 28px 0 0;
    color: #4d5b6d;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
    white-space: pre-line;
}

.feature-grid,
.tech-grid,
.scenario-grid,
.process-grid {
    display: grid;
    gap: 24px;
}

.feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature {
    min-height: 146px;
    padding: 28px;
    border-radius: 8px;
    background: #f6f8fb;
}

    .feature h3,
    .tech-item h3,
    .process-card h3 {
        margin: 0 0 12px;
        font-size: 20px;
    }

.param-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 26px;
    color: #2e3745;
    font-size: 14px;
}

    .param-table td {
        width: 33.333%;
        padding: 18px 20px;
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        vertical-align: top;
    }

        .param-table td:nth-child(3n) {
            border-right: 0;
        }

.scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scenario-card {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    border-radius: 16px;
    color: #fff;
    isolation: isolate;
}

    .scenario-card img {
        width: 100%;
        height: 100%;
        min-height: 180px;
        object-fit: cover;
    }

    .scenario-card div {
        position: absolute;
        left: 22px;
        bottom: 18px;
        z-index: 2;
    }

    .scenario-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .45));
        z-index: 1;
    }

.solution-card img,
.case-card img {
    width: 100%;
    aspect-ratio: 1.72 / 1;
    object-fit: cover;
}

.solution-card img,
.case-card img,
.catalog-grid .product-media {
    /*margin-top: auto;*/
}

.official-rich-content {
    width: 100%;
    overflow: hidden;
    color: #536172;
    font-size: 15px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.profile-rich-content {
    margin-top: 16px;
}

    .profile-rich-content > :first-child,
    .job-content > :first-child {
        margin-top: 0;
    }

    .profile-rich-content > :last-child,
    .job-content > :last-child {
        margin-bottom: 0;
    }

.product-detail-content {
    padding: 12px 0 48px;
}

.official-rich-content img,
.official-rich-content video,
.official-rich-content iframe {
    display: block;
    max-width: 100% !important;
    margin: 24px auto;
}

.official-rich-content img,
.official-rich-content video {
    height: auto !important;
}

.official-rich-content video {
    width: min(900px, 100%) !important;
    aspect-ratio: 16 / 9;
    background: #111827;
}

.official-rich-content iframe {
    width: min(900px, 100%) !important;
    aspect-ratio: 16 / 9;
    border: 0;
}

.official-rich-content table {
    width: 100% !important;
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.official-rich-content td,
.official-rich-content th {
    min-width: 0;
    word-break: break-word;
}

.official-rich-content .content-attachment {
    margin: 20px 0;
}

.official-rich-content .content-attachment__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid #d6dce5;
    border-radius: 4px;
    background: #f7f9fc;
    color: #0877bd;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease;
}

    .official-rich-content .content-attachment__link:hover {
        border-color: #0877bd;
        background: #f0f7fc;
    }

.official-rich-content .content-attachment__name {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #2f3b4d;
}

.official-rich-content .content-attachment__action {
    flex: none;
}

.official-rich-content .content-carousel {
    --content-carousel-ratio: 16 / 9;
    width: 100%;
    margin: 52px auto;
    color: #202630;
}

.official-rich-content .content-carousel--4-3 {
    --content-carousel-ratio: 4 / 3;
}

.official-rich-content .content-carousel--1-1 {
    --content-carousel-ratio: 1 / 1;
}

.official-rich-content .content-carousel__title {
    margin: 0 0 34px;
    color: #202124;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.official-rich-content .content-carousel__stage {
    display: block;
}

.official-rich-content .content-carousel.is-ready .content-carousel__stage {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    align-items: center;
    gap: 24px;
}

.official-rich-content .content-carousel__viewport {
    position: relative;
    min-width: 0;
    aspect-ratio: var(--content-carousel-ratio);
    overflow: hidden;
    background: #f4f6f8;
    touch-action: pan-y;
}

.official-rich-content .content-carousel__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(18px);
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
}

    .official-rich-content .content-carousel:not(.is-ready) .content-carousel__slide:first-child,
    .official-rich-content .content-carousel__slide.is-active {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .official-rich-content .content-carousel__slide img {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        object-fit: contain;
        background: #f4f6f8;
    }

.official-rich-content .content-carousel__arrow {
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 1px solid #9ca3ad;
    border-radius: 50%;
    color: #7c838d;
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

    .official-rich-content .content-carousel__arrow:hover,
    .official-rich-content .content-carousel__arrow:focus-visible {
        border-color: var(--blue);
        color: var(--blue);
        background: #f3f8ff;
        outline: 0;
    }

.official-rich-content .content-carousel__thumbs {
    display: flex;
    width: calc(100% - 152px);
    margin: 18px auto 0;
    gap: 10px;
    overflow-x: auto;
    padding: 0 0 6px;
    scrollbar-width: thin;
}

.official-rich-content .content-carousel__thumb {
    width: 126px;
    aspect-ratio: var(--content-carousel-ratio);
    flex: 0 0 126px;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 2px;
    background: #f4f6f8;
    cursor: pointer;
}

    .official-rich-content .content-carousel__thumb.is-active,
    .official-rich-content .content-carousel__thumb:hover,
    .official-rich-content .content-carousel__thumb:focus-visible {
        border-color: var(--blue);
        outline: 0;
    }

    .official-rich-content .content-carousel__thumb img {
        max-width: 100% !important;
        height: 100% !important;
        text-align: center;
        margin: 0 auto !important;
        object-fit: cover;
    }

.product-detail-content table.pro-detail {
    width: 100%;
    border-collapse: collapse;
    border-top: 3px solid #444;
}

    .product-detail-content table.pro-detail td {
        padding: 24px 20px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        color: #222;
        font-size: 18px;
        line-height: 1.7;
        vertical-align: top;
    }

        .product-detail-content table.pro-detail td:nth-child(3n) {
            border-right: none;
        }

    .product-detail-content table.pro-detail .param-title {
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: bold;
    }

.solution-card > div {
    padding: 20px 22px 24px;
}

.case-card {
    padding: 26px 24px 30px;
    border-radius: 10px;
    cursor: pointer;
}

.case-card__copy {
    padding: 0 0 20px;
    margin-bottom: 32px;
    border-bottom: 1px solid #d7dde7;
}

    .case-card__copy h3 {
        margin-bottom: 12px;
    }

.case-card__media {
    position: relative;
    margin-top: auto;
    border-radius: 14px;
    overflow: hidden;
    background: #eef3f8;
}

    .case-card__media::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(8, 20, 38, .08), rgba(8, 20, 38, .34));
        transition: background .2s ease;
    }

    .case-card__media img {
        width: 100%;
        aspect-ratio: 1.95 / 1;
        margin-top: 0;
        object-fit: cover;
        transition: transform .24s ease;
    }

.case-card__play {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 28px rgba(8, 20, 38, .18);
    transition: background .2s ease, transform .2s ease;
}

    .case-card__play::before {
        content: "";
        width: 0;
        height: 0;
        margin-left: 3px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid var(--blue);
    }

    .case-card:hover .case-card__media::before {
        background: linear-gradient(180deg, rgba(8, 20, 38, .12), rgba(8, 20, 38, .46));
    }

    .case-card:hover .case-card__media img {
        transform: scale(1.04);
    }

    .case-card:hover .case-card__play {
        transform: scale(1.06);
        background: var(--blue);
    }

        .case-card:hover .case-card__play::before {
            border-left-color: #fff;
        }

.case-video-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 42px 24px;
    background: rgba(0, 0, 0, .36);
}

    .case-video-modal[hidden] {
        display: none;
    }

.case-video-dialog {
    position: relative;
    width: min(860px, 100%);
    max-height: calc(100vh - 84px);
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 28px 70px rgba(18, 30, 46, .28);
}

    .case-video-dialog::before,
    .case-video-dialog::after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background: var(--blue);
    }

    .case-video-dialog::before {
        left: 0;
    }

    .case-video-dialog::after {
        right: 0;
    }

.case-video-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 0;
    background: #fff;
    color: #435064;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.case-video-copy {
    padding: 28px 36px 34px;
    border-top: 1px solid var(--line);
}

    .case-video-copy > h3 {
        margin: 0 0 10px;
        color: #4b5563;
        font-size: 26px;
        font-weight: 700;
    }

.case-modal-content {
    min-height: 40px;
}

    .case-modal-content p {
        margin: 0;
        color: #778292;
        font-size: 14px;
    }

.article {
    max-width: 1180px;
    margin: 0 auto;
    padding: 16px 24px 70px;
}

    .article h1 {
        text-align: center;
        margin-bottom: 26px;
    }

    .article p {
        color: #536172;
    }

    .article .article-meta {
        text-align: center;
        color: #7b8796;
    }

.article-visual {
    width: min(820px, 100%);
    margin: 42px auto;
    border-radius: 2px;
}

.article .news-detail-content {
    max-width: 920px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    color: #344054;
    font-size: 16px;
    line-height: 1.9;
}

    .article .news-detail-content > :first-child {
        margin-top: 0;
    }

    .article .news-detail-content > :last-child {
        margin-bottom: 0;
    }

    .article .news-detail-content h2,
    .article .news-detail-content h3,
    .article .news-detail-content h4 {
        margin: 1.8em 0 .7em;
        color: #1d2939;
        line-height: 1.45;
    }

    .article .news-detail-content p {
        margin: 0 0 1.15em;
        color: #344054;
    }

    .article .news-detail-content ul,
    .article .news-detail-content ol {
        margin: 0 0 1.2em;
        padding-left: 2em;
    }

    .article .news-detail-content blockquote {
        margin: 1.5em 0;
        padding: 14px 20px;
        border-left: 4px solid var(--blue);
        background: #f5f8fc;
        color: #667085;
    }

    .article .news-detail-content table {
        width: 100% !important;
        margin: 1.5em 0;
        table-layout: auto;
    }

    .article .news-detail-content th,
    .article .news-detail-content td {
        padding: 10px 12px;
        border: 1px solid #d0d5dd;
        vertical-align: top;
    }

    .article .news-detail-content pre {
        max-width: 100%;
        overflow: auto;
        padding: 16px;
        background: #f5f7fa;
    }

    .article .news-detail-content a {
        color: var(--blue);
        text-decoration: none;
    }

.tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
}

.tech-item {
    padding: 28px;
    border: 1px solid var(--line);
    background: #f8fafc;
}

.process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 32px;
}

.process-card img {
    width: 100%;
    aspect-ratio: 1.7 / 1;
    object-fit: cover;
    background: #f3f5f8;
}

.toolbar {
    display: grid;
    grid-template-columns: 160px 1fr 1fr 200px;
    gap: 18px;
    margin-bottom: 36px;
}

.pill-tab,
.select-like,
.search-like {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #7a8594;
    background: #fff;
    font-size: 13px;
}

.pill-tab {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
}

body[data-page="about"] .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

body[data-page="about"] .brand,
body[data-page="about"] .main-nav {
    color: #fff;
}

body[data-page="about"] .nav-trigger.active {
    color: #fff;
}

.about-showcase {
    overflow: clip;
}

.about-showcase-layout {
    display: grid;
    grid-template-columns: var(--page-sidebar-width) minmax(0, 1fr);
    align-items: start;
    gap: 56px;
}

.about-profile-catalog {
    position: sticky;
    top: 92px;
    max-height: calc(100vh - 112px);
    padding: 78px 0;
    overflow-y: auto;
}

    .about-profile-catalog .side-title a {
        color: inherit;
    }

.about-profile-secondary-title {
    margin-top: 42px;
    margin-bottom: 0;
}

    .about-profile-secondary-title + .about-profile-secondary-title {
        margin-top: 24px;
    }

.about-profile-nav .category-tree-parent {
    color: #202833;
}

.about-profile-nav .category-tree-children a {
    min-height: 40px;
    padding: 8px 8px 8px 18px;
}

    .about-profile-nav .category-tree-children a::before {
        content: "›";
    }

.about-showcase-content {
    min-width: 0;
}

    .about-showcase-content > .about-showcase-band > .container {
        width: min(100%, 1180px);
    }

.about-showcase-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #59636f;
}

    .about-showcase-hero > img,
    .about-showcase-hero-shade {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .about-showcase-hero > img {
        object-fit: cover;
        object-position: center 56%;
    }

.about-showcase-hero-shade {
    background: rgba(12, 23, 38, .44);
}

.about-showcase-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 560px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-top: 52px;
    color: #fff;
}

    .about-showcase-hero-content p,
    .about-showcase-hero-content h1,
    .about-showcase-hero-content strong {
        margin: 0;
        letter-spacing: 0;
    }

    .about-showcase-hero-content p {
        margin-bottom: 12px;
        color: #78baff;
        font-size: 18px;
        font-weight: 900;
    }

    .about-showcase-hero-content h1 {
        width: min(590px, 100%);
        font-size: 62px;
        font-weight: 900;
        line-height: 1.03;
        overflow-wrap: anywhere;
    }

    .about-showcase-hero-content strong {
        margin-top: 22px;
        font-size: 16px;
    }

    .about-showcase-hero-content > a {
        display: inline-flex;
        min-height: 38px;
        align-items: center;
        justify-content: center;
        margin-top: 28px;
        padding: 0 24px;
        border: 1px solid rgba(255, 255, 255, .7);
        border-radius: 999px;
        color: #fff;
        font-size: 13px;
        font-weight: 800;
    }

.about-showcase-band {
    padding: 24px 0;
    scroll-margin-top: 80px;
}

.about-company {
    padding-top: 78px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-showcase-heading {
    margin-bottom: 36px;
}

    .about-showcase-heading p,
    .about-showcase-heading h2 {
        margin: 0;
    }

    .about-showcase-heading p {
        color: #7890aa;
        font-size: 12px;
        font-weight: 800;
    }

    .about-showcase-heading h2 {
        margin-top: 4px;
        font-size: 30px;
        line-height: 1.25;
    }

.about-showcase-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.about-company-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: center;
    gap: 64px;
}

.about-company-copy h2,
.about-company-subtitle {
    margin: 0;
}

.about-company-copy h2 {
    max-width: 620px;
    font-size: 30px;
    line-height: 1.25;
}

.about-company-subtitle {
    margin-top: 6px;
    color: #2f3b49;
    font-size: 18px;
    font-weight: 800;
}

.about-company-copy .official-rich-content {
    margin-top: 24px;
    color: #5f6c7b;
    font-size: 14px;
    line-height: 2;
}

    .about-company-copy .official-rich-content img {
        display: none;
    }

.about-company-image {
    width: 100%;
    aspect-ratio: 1.68 / 1;
    border-radius: 7px;
    object-fit: cover;
}

.about-company-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 54px;
    border-top: 1px solid #dfe5ec;
}

    .about-company-stats > div {
        min-width: 0;
        padding: 18px 22px 0 0;
    }

    .about-company-stats span,
    .about-company-stats strong,
    .about-company-stats em {
        display: inline;
        font-style: normal;
    }

    .about-company-stats span {
        display: block;
        margin-bottom: 8px;
        color: #7b8795;
        font-size: 12px;
    }

    .about-company-stats strong {
        color: var(--blue);
        font-size: 32px;
        line-height: 1;
    }

    .about-company-stats em {
        margin-left: 7px;
        color: #6f7c8c;
        font-size: 13px;
    }

.about-history-stage {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0;
    margin-top: 34px;
    padding: 0 42px;
}

    .about-history-stage > button {
        position: absolute;
        top: 45%;
        z-index: 5;
        width: 88px;
        height: 65px;
        border: 0;
        border-radius: 0;
        color: #d9dde3;
        background: transparent;
        font-size: 0;
        font-weight: 200;
        line-height: 1;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer;
        transform: translateY(-50%);
        transition: color .2s ease, transform .2s ease;
    }

        .about-history-stage > button:first-child {
            left: -34px;
        }

        .about-history-stage > button:last-child {
            right: -34px;
        }

        .about-history-stage > button::before {
            content: "";
            position: absolute;
            inset: 22px 34px;
            border-top: 2px solid currentColor;
            border-left: 2px solid currentColor;
            transform: rotate(-45deg);
        }

        .about-history-stage > button:last-child::before {
            transform: rotate(135deg);
        }

        .about-history-stage > button:hover,
        .about-history-stage > button:focus-visible {
            color: #9fb5ce;
            background: transparent;
            outline: none;
            transform: translateY(-50%) scale(1.04);
        }

.about-history-panels {
    position: relative;
    display: grid;
    height: 300px;
    min-height: 0;
    overflow: visible;
    isolation: isolate;
}

.about-history-panel {
    grid-area: 1 / 1;
    display: grid;
    height: 100%;
    min-height: 0;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
    align-items: center;
    column-gap: 70px;
    padding: 18px 0 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

    .about-history-panel.active,
    .about-history-panel.is-leaving {
        visibility: visible;
    }

    .about-history-panel.active {
        z-index: 2;
        opacity: 1;
        pointer-events: auto;
    }

    .about-history-panel.is-leaving {
        z-index: 1;
    }

    .about-history-panel > * {
        min-width: 0;
    }

.about-history-copy {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 77%;
    align-content: start;
}

.about-history-range {
    position: absolute;
    left: 0;
    top: 1%;
    z-index: -1;
    pointer-events: none;
}

    .about-history-range span,
    .about-history-range strong {
        display: inline;
        color: rgba(18, 30, 45, .08);
        font-size: 26px;
        font-weight: 900;
        white-space: nowrap;
    }

.about-history-range strong {
    margin-left: 26px;
}

.about-history-copy span {
    display: inline;
    margin-bottom: 0;
    color: var(--blue);
    font: inherit;
}

.about-history-copy h3 {
    margin: 0 0 18px;
    color: #0d5fb7;
    font-size: 16px;
    line-height: 1.32;
    overflow-wrap: anywhere;
}

    .about-history-copy h3 b {
        font-weight: inherit;
    }

.about-history-copy p {
    margin: 0;
    max-height: 170px;
    overflow: hidden;
    color: #555f6d;
    font-size: 12px;
    line-height: 2;
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.about-history-panel img {
    max-height: 100%;
    max-width: 100%;
    aspect-ratio: 1.68 / 1;
    border-radius: 0;
    background: #eef2f6;
    box-shadow: none;
    object-fit: cover;
}

.about-history-track {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    align-items: start;
    margin: 15px 0 0;
    padding: 0 0 50px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

    .about-history-track::-webkit-scrollbar {
        display: none;
    }

    .about-history-track::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 40px;
        height: 16px;
        background: repeating-linear-gradient(90deg, #d7dce3 0 1px, transparent 1px 14px);
        opacity: .9;
    }

    .about-history-track button {
        position: relative;
        z-index: 1;
        display: grid;
        justify-items: center;
        height: 64px;
        padding: 0;
        border: 0;
        color: #2d333b;
        background: transparent;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        cursor: pointer;
        transition: color .2s ease;
    }

        .about-history-track button::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 0px;
            width: 1px;
            height: 0;
            background: rgba(20, 126, 224, .26);
            transform: translateX(-50%);
            transition: height .2s ease;
        }

        .about-history-track button::before {
            content: "‹‹‹  ›››";
            position: absolute;
            left: 50%;
            top: 13px;
            width: auto;
            height: auto;
            color: #7dbdff;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 1;
            opacity: 0;
            transform: translateX(-50%);
            transition: opacity .2s ease;
        }

    .about-history-track i {
        width: 5px;
        height: 5px;
        border: 2px solid #4fa4f7;
        border-radius: 0;
        background: #fff;
        transform: rotate(45deg);
        transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

    .about-history-track button.active {
        color: var(--blue);
        font-weight: 500;
    }

        .about-history-track button.active::before {
            opacity: 1;
        }

        .about-history-track button.active::after {
            height: 92px;
        }

        .about-history-track button.active i {
            background: #fff;
            box-shadow: 0 0 0 12px rgba(20, 126, 224, .08);
            transform: rotate(45deg) scale(1.08);
        }

.about-honor-tabs {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #606875;
    background: transparent;
    font-size: 16px;
    line-height: 1.2;
}

    .about-honor-tabs button {
        display: inline-flex;
        min-height: 0;
        align-items: baseline;
        gap: 12px;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: inherit;
        background: transparent;
        font: inherit;
        font-weight: 500;
        cursor: pointer;
        transition: color .2s ease;
    }

        .about-honor-tabs button + button::before {
            content: "/";
            margin: 0 28px;
            color: #2c3340;
            font-weight: 500;
        }

        .about-honor-tabs button small {
            display: inline;
            min-width: 0;
            height: auto;
            padding: 0;
            border-radius: 0;
            color: inherit;
            background: transparent;
            font-size: 1em;
            font-weight: inherit;
        }

    .about-honor-tabs .active {
        color: #2c3038;
        background: transparent;
        box-shadow: none;
        font-weight: 600;
    }

        .about-honor-tabs .active small {
            color: inherit;
            background: transparent;
        }

    .about-honor-tabs button:hover {
        color: var(--blue);
    }

    .about-honor-tabs button:focus-visible {
        outline: 2px solid var(--blue);
        outline-offset: 2px;
    }

.about-honor-panel[hidden] {
    display: none;
}

.about-honor-panel {
    position: relative;
}

.about-honor-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 24px;
    scroll-margin-top: 112px;
}

    .about-honor-grid--intellectual-properties {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 22px 18px;
    }

    .about-honor-grid:not(.is-paged-ready) > article:nth-child(n + 13),
    .about-honor-grid > article[hidden] {
        display: none;
    }

    .about-honor-grid--honors:not(.is-paged-ready) > article:nth-child(n + 9) {
        display: none;
    }

    .about-honor-grid article {
        position: relative;
        width: 100%;
        min-height: 0;
        /*aspect-ratio: 4 / 3;*/
        padding: 30px 22px 22px;
        border: 8px solid #755442;
        outline: 1px solid #cba96d;
        color: #5a351f;
        background: #fbf7ed;
        text-align: center;
        animation: about-honor-card-enter .24s ease both;
        transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }

@keyframes about-honor-card-enter {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-honor-grid article:has(.about-honor-card-link):hover {
    border-color: #8a6751;
    box-shadow: 0 12px 28px rgba(74, 55, 42, .16);
    transform: translateY(-2px);
}

.about-honor-grid article.has-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
    background: #fff;
}

    .about-honor-grid article.has-image > img {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }

.about-honor-grid > article[hidden] {
    display: none;
}

.about-honor-seal {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 2px solid #b8483c;
    color: #b8483c;
    font-size: 10px;
    font-weight: 900;
}

.about-honor-grid article > p {
    margin: 12px 0 3px;
    color: #a44a3d;
    font-size: 12px;
    font-weight: 800;
}

.about-honor-grid h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.about-honor-grid article > span {
    display: block;
    margin-top: 8px;
    color: #8d7768;
    font-size: 11px;
}

.about-honor-card-link {
    position: absolute;
    z-index: 2;
    inset: 0;
}

    .about-honor-card-link:focus-visible {
        outline: 3px solid var(--blue);
        outline-offset: 4px;
    }

.about-honor-pagination {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: -40px;
    right: -40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    pointer-events: none;
    transform: translateY(-50%);
}

    .about-honor-pagination[hidden] {
        display: none;
    }

    .about-honor-pagination button {
        display: inline-flex;
        width: 30px;
        height: 78px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 1px solid #ccd5df;
        border-radius: 16px;
        color: #253142;
        background: #fff;
        box-shadow: 0 10px 28px rgba(37, 49, 66, .12);
        font-size: 22px;
        font-weight: 800;
        line-height: 1;
        cursor: pointer;
        pointer-events: auto;
        transition: color .2s ease, border-color .2s ease, background-color .2s ease;
    }

        .about-honor-pagination button:hover:not(:disabled),
        .about-honor-pagination button.active {
            border-color: var(--blue);
            color: #fff;
            background: var(--blue);
        }

        .about-honor-pagination button:focus-visible {
            outline: 2px solid var(--blue);
            outline-offset: 2px;
        }

        .about-honor-pagination button:disabled {
            color: #b7c0ca;
            background: #f3f5f7;
            cursor: not-allowed;
            opacity: .64;
        }

.about-honor-page-status {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.about-honor-empty {
    margin: 0;
    padding: 56px 24px;
    color: #7c8795;
    background: #f7f9fb;
    text-align: center;
}

.about-partners-showcase img {
    width: 100%;
}

.about-distribution-grid {
    display: grid;
    grid-template-columns: minmax(420px, .95fr) minmax(0, 1.05fr);
    align-items: start;
    gap: 72px;
}

.about-distribution-map {
    min-height: 274px;
    border: 0;
    overflow: hidden;
    background: #f5f7fa;
}

.about-distribution-map img {
    display: block;
    width: 100%;
    height: 274px;
    object-fit: cover;
}

.about-distribution-contact {
    display: grid;
    margin-top: 28px;
    padding: 18px 18px;
    gap: 9px;
    color: #2f3a4a;
    background: #f5f7fa;
    font-size: 14px;
}

    .about-distribution-contact h3 {
        margin: 0;
        color: #475262;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
    }

    .about-distribution-contact p {
        display: grid;
        grid-template-columns: max-content minmax(0, 1fr);
        align-items: start;
        gap: 8px;
        margin: 0;
        line-height: 1.7;
        font-size: 12px;
    }

   

    .about-distribution-contact span {
        color: #6f7b8d;
        white-space: nowrap;
    }

    .about-distribution-contact strong,
    .about-distribution-contact a,
    .about-distribution-contact em {
        color: #2f3a4a;
        font-style: normal;
        font-weight: 600;
        word-break: normal;
        overflow-wrap: anywhere;
    }

.about-branch-list {
    display: grid;
}

    .about-branch-list article {
        padding: 34px 6px;
        border-top: 1px solid #dfe5ec;
        border-bottom: 1px solid #dfe5ec;
    }

    .about-branch-list article + article {
        border-top: 0;
    }

    .about-branch-list h3,
    .about-branch-list p {
        margin: 0;
    }

    .about-branch-list h3 {
        margin-bottom: 12px;
        color: #475262;
        font-size: 18px;
        font-weight: 700;
    }

    .about-branch-list p {
        display: flex;
        gap: 10px;
        color: #2f3a4a;
        font-size: 13px;
        line-height: 1.8;
    }

    .about-branch-list p span {
        color: #667386;
        white-space: nowrap;
    }

    .about-branch-list a {
        color: #2f3a4a;
    }

.about-contact-showcase {
    padding-top: 30px;
}

.about-contact-panel {
    padding: 34px;
    border-radius: 7px;
    background: #e9f6fb url("images/bannerbg1.png") center / cover no-repeat;
}

.about-contact-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 24px;
    margin-bottom: 22px;
    color: #526273;
    font-size: 12px;
}

    .about-contact-intro strong {
        color: #0877e8;
        font-size: 22px;
    }

    .about-contact-intro p {
        flex-basis: 100%;
        margin: 0;
    }

.about-contact-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

    .about-contact-form .field-label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .about-contact-form label {
        min-width: 0;
    }

    .about-contact-form input,
    .about-contact-form textarea {
        width: 100%;
        border: 1px solid rgba(201, 219, 231, .9);
        border-radius: 4px;
        padding: 11px 13px;
        color: #334155;
        background: rgba(255, 255, 255, .92);
        outline: none;
    }

    .about-contact-form label.has-error input {
        border-color: #d84a3a;
        box-shadow: 0 0 0 3px rgba(216, 74, 58, .1);
    }

.form-field-error {
    display: block;
    min-height: 17px;
    margin-top: 5px;
    color: #c33728;
    font-size: 12px;
    font-style: normal;
    line-height: 1.4;
}

.about-contact-form .full .form-field-error {
    display: none;
}

.about-contact-form .full {
    grid-column: 1 / -1;
}

.about-contact-form textarea {
    min-height: 84px;
    resize: vertical;
}

.about-contact-form button {
    grid-column: 2 / span 2;
    min-height: 42px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: var(--blue);
    font-weight: 800;
    cursor: pointer;
}

.careers-showcase {
    color: #252d38;
    background: #fff;
}

.careers-showcase-hero {
    position: relative;
    min-height: 300px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: url("images/page-banner.png") center 48% / cover no-repeat;
    text-align: center;
}

    .careers-showcase-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(152, 159, 168, .82);
    }

    .careers-showcase-hero .container {
        position: relative;
        z-index: 1;
    }

    .careers-showcase-hero h1 {
        margin: 0 0 16px;
        font-size: 46px;
        line-height: 1.1;
        font-weight: 900;
    }

    .careers-showcase-hero p {
        margin: 0;
        font-size: 17px;
        font-weight: 700;
    }

    .careers-showcase-hero span {
        display: block;
        margin-top: 15px;
        font-size: 11px;
        font-weight: 900;
    }

.careers-showcase-section {
    padding: 68px 0;
}

.careers-showcase-container {
    max-width: 1120px;
}

.careers-showcase-heading {
    margin-bottom: 30px;
    text-align: center;
}

    .careers-showcase-heading h2 {
        margin: 0;
        color: #2c333d;
        font-size: 26px;
        line-height: 1.2;
        font-weight: 800;
    }

.careers-gallery-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: -4px 0 34px;
}

    .careers-gallery-tabs button {
        min-height: 32px;
        padding: 0 22px;
        border: 0;
        border-right: 1px solid #d9dee5;
        color: #7b8491;
        background: transparent;
        cursor: pointer;
    }

        .careers-gallery-tabs button:last-child {
            border-right: 0;
        }

        .careers-gallery-tabs button.active {
            color: #1688e8;
            font-weight: 800;
        }

.careers-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

    .careers-gallery-grid figure {
        height: 210px;
        margin: 0;
        overflow: hidden;
        background: #eef1f4;
    }

        .careers-gallery-grid figure.is-hidden {
            display: none;
        }

        .careers-gallery-grid figure.career-gallery-slot-0,
        .careers-gallery-grid figure.career-gallery-slot-1,
        .careers-gallery-grid figure.career-gallery-slot-2 {
            grid-column: span 2;
        }

        .careers-gallery-grid figure.career-gallery-slot-3,
        .careers-gallery-grid figure.career-gallery-slot-4 {
            height: 260px;
            grid-column: span 3;
        }

    .careers-gallery-grid img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.careers-benefits {
    padding-top: 24px;
}

.careers-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

    .careers-benefit-grid article {
        min-height: 280px;
        display: grid;
        grid-template-rows: 1fr 120px;
        overflow: hidden;
        border-radius: 6px;
        background: #f6f7f9;
    }

        .careers-benefit-grid article > div {
            padding: 30px 28px 22px;
        }

    .careers-benefit-grid h3 {
        margin: 0 0 13px;
        color: #3c4551;
        font-size: 18px;
        line-height: 1.3;
    }

    .careers-benefit-grid p {
        margin: 0;
        color: #6d7682;
        font-size: 13px;
        line-height: 1.75;
        white-space: pre-line;
    }

    .careers-benefit-grid img {
        display: block;
        width: 100%;
        height: 120px;
        object-fit: cover;
    }

.careers-openings {
    padding-top: 30px;
    padding-bottom: 82px;
}

.careers-job-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.careers-job-card {
    position: relative;
    min-width: 0;
    min-height: 164px;
    padding: 24px 20px 20px;
    border: 1px solid #e3e7ed;
    border-radius: 6px;
    color: #303844;
    background: #fff;
    box-shadow: 0 7px 20px rgba(36, 46, 59, .06);
    text-align: left;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

    .careers-job-card:hover,
    .careers-job-card:focus-visible {
        border-color: #1688e8;
        box-shadow: 0 10px 24px rgba(22, 136, 232, .12);
        transform: translateY(-3px);
    }

    .careers-job-card.is-extra {
        display: none;
    }

.careers-job-grid.expanded .careers-job-card.is-extra {
    display: block;
}

.careers-job-dot {
    display: block;
    width: 10px;
    height: 10px;
    margin-bottom: 16px;
    border-radius: 2px;
    background: #147ee8;
}

.careers-job-card h3 {
    min-height: 44px;
    margin: 0 0 10px;
    overflow-wrap: anywhere;
    font-size: 17px;
    line-height: 1.35;
}

.careers-job-card p {
    min-height: 36px;
    margin: 0 0 14px;
    color: #788391;
    font-size: 12px;
    line-height: 1.5;
}

.careers-job-card small {
    color: #1688e8;
    font-size: 12px;
}

.careers-job-card template {
    display: none;
}

.careers-more-jobs {
    width: min(520px, 100%);
    min-height: 52px;
    display: grid;
    grid-template-columns: 1fr 42px;
    align-items: center;
    margin: 44px auto 0;
    padding: 4px 5px 4px 28px;
    border: 1px solid #bed9f4;
    border-radius: 8px;
    color: #596475;
    background: #fff;
    font-weight: 800;
    cursor: pointer;
}

    .careers-more-jobs i {
        width: 42px;
        height: 42px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: #fff;
        background: #1688e8;
        font-size: 30px;
        font-style: normal;
        line-height: 1;
        transition: transform .2s ease;
    }

    .careers-more-jobs[aria-expanded="true"] i {
        transform: rotate(90deg);
    }

.careers-empty {
    margin: 0;
    color: #7a8491;
    text-align: center;
}

.careers-job-modal[hidden] {
    display: none;
}

.careers-job-modal {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(20, 27, 36, .68);
}

.careers-job-modal-panel {
    position: relative;
    width: min(760px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    overflow: auto;
    padding: 42px;
    border-radius: 8px;
    background: #fff;
}

.careers-job-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    color: #4d5865;
    background: transparent;
    font-size: 28px;
    cursor: pointer;
}

.careers-job-modal-kicker {
    margin: 0 0 8px;
    color: #1688e8;
    font-size: 12px;
    font-weight: 900;
}

.careers-job-modal-panel h2 {
    margin: 0;
    color: #29313b;
    font-size: 30px;
}

.careers-job-modal-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 18px 0 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e5e8ed;
    color: #717c89;
    font-size: 13px;
}

.careers-job-modal-content {
    color: #525d6a;
    font-size: 14px;
    line-height: 1.85;
}

.careers-job-modal-apply {
    width: 148px;
    min-height: 44px;
    margin-top: 28px;
    border-radius: 6px;
}

@media (max-width: 980px) {
    .careers-benefit-grid,
    .careers-job-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .careers-gallery-grid figure.career-gallery-slot-0,
    .careers-gallery-grid figure.career-gallery-slot-1,
    .careers-gallery-grid figure.career-gallery-slot-2,
    .careers-gallery-grid figure.career-gallery-slot-3,
    .careers-gallery-grid figure.career-gallery-slot-4 {
        height: 220px;
        grid-column: span 3;
    }
}

@media (max-width: 640px) {
    .careers-showcase-hero {
        min-height: 230px;
        padding: 34px 18px;
    }

        .careers-showcase-hero h1 {
            font-size: 34px;
        }

        .careers-showcase-hero p {
            font-size: 14px;
            line-height: 1.7;
        }

    .careers-showcase-section {
        padding: 48px 0;
    }

    .careers-showcase-heading {
        margin-bottom: 24px;
    }

    .careers-gallery-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        margin-bottom: 22px;
        background: #e2e6eb;
    }

        .careers-gallery-tabs button {
            border: 0;
            background: #fff;
        }

    .careers-gallery-grid {
        grid-template-columns: 1fr;
    }

        .careers-gallery-grid figure.career-gallery-slot-0,
        .careers-gallery-grid figure.career-gallery-slot-1,
        .careers-gallery-grid figure.career-gallery-slot-2,
        .careers-gallery-grid figure.career-gallery-slot-3,
        .careers-gallery-grid figure.career-gallery-slot-4 {
            height: 210px;
            grid-column: auto;
        }

    .careers-benefit-grid,
    .careers-job-grid {
        grid-template-columns: 1fr;
    }

        .careers-benefit-grid article {
            min-height: 250px;
        }

    .careers-job-card h3,
    .careers-job-card p {
        min-height: 0;
    }

    .careers-more-jobs {
        margin-top: 28px;
    }

    .careers-job-modal {
        padding: 12px;
    }

    .careers-job-modal-panel {
        max-height: calc(100vh - 24px);
        padding: 36px 22px 24px;
    }

        .careers-job-modal-panel h2 {
            padding-right: 30px;
            font-size: 24px;
        }

    .careers-job-modal-apply {
        width: 100%;
    }
}

.footer {
    margin-top: 32px;
    color: #fff;
    background: var(--footer);
}

.footer-cta {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-cta-inner {
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.footer-cta h2 {
    margin: 0 0 4px;
    font-size: 28px;
    line-height: 1.35;
}

.footer-cta p {
    margin: 0;
    color: #c8d0dc;
}

.footer-main {
    padding: 58px 0 44px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(5, 1fr);
    gap: 52px;
}

    .footer-grid .footer-col {
        display: flex;
        flex-direction: column;
    }

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 28px;
    font-weight: 900;
}

    .footer-brand img {
        width: 34px;
        height: 34px;
    }

.socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

.footer-social-item {
    position: relative;
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
    color: #fff;
    background: #343c4d;
    outline: none;
    cursor: default;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.footer-social-item--wechat {
    color: #8e939a;
    background: #fff;
}

.footer-social-item.has-qr {
    cursor: pointer;
}

    .footer-social-item.has-qr:hover,
    .footer-social-item.has-qr:focus-visible,
    .footer-social-item.has-qr.is-open {
        border-color: rgba(255, 255, 255, .42);
        box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
        transform: translateY(-2px);
    }

.footer-social-item svg {
    display: block;
    width: 30px;
    height: 30px;
}

.footer-social-icon {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.footer-social-item--video .footer-social-icon {
    filter: invert(1);
}

.footer-social-item--wechat .social-icon-primary {
    fill: #9b9088;
}

.footer-social-item--wechat .social-icon-secondary {
    fill: #c99a58;
}

.footer-social-qr {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: calc(100% + 14px);
    width: 164px;
    padding: 10px 10px 8px;
    border: 1px solid #dfe5ec;
    border-radius: 6px;
    color: #273242;
    background: #fff;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: visibility .2s ease, opacity .2s ease, transform .2s ease;
}

    .footer-social-qr[hidden] {
        display: none;
    }

    .footer-social-qr::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-right: 1px solid #dfe5ec;
        border-bottom: 1px solid #dfe5ec;
        background: #fff;
        transform: translate(-50%, -5px) rotate(45deg);
    }

    .footer-social-qr img {
        display: block;
        width: 142px;
        height: 142px;
        object-fit: contain;
    }

    .footer-social-qr span {
        display: block;
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.4;
    }

.footer-social-item.has-qr:hover .footer-social-qr,
.footer-social-item.has-qr:focus-visible .footer-social-qr,
.footer-social-item.has-qr.is-open .footer-social-qr {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.footer-col h3 {
    margin: 0 0 16px;
    font-size: 16px;
}

.footer-col a {
    display: block;
    margin: 5px 0;
    color: #d0d6e0;
    font-size: 14px;
}

.footer-follow {
    margin-top: 28px;
    color: #c8d0dc;
}

.contact-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
    margin-top: 44px;
}

.contact-box {
    min-height: 76px;
    padding: 14px 28px;
    border-radius: 8px;
    background: var(--footer-panel);
    color: #c4ccd8;
}

    .contact-box strong {
        display: block;
        color: #fff;
        font-size: 26px;
        line-height: 1.2;
    }

    .contact-box:not(:first-child) strong {
        font-size: 18px;
        line-height: 1.6;
    }

.copyright {
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: #9fa8b7;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 980px) {
    .header-inner {
        min-height: auto;
        padding: 16px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .main-nav {
        width: 100%;
        justify-content: flex-start;
        gap: 22px;
        overflow-x: auto;
    }

        .main-nav > .nav-item > .nav-trigger {
            padding: 8px 0 12px;
        }

    .nav-trigger {
        min-height: 44px;
    }

    .mega-menu {
        top: 118px;
        width: calc(100vw - 32px);
        padding: 24px;
    }

    .product-mega {
        width: calc(100vw - 32px);
    }

    .mega-product-grid,
    .mega-simple {
        grid-template-columns: 1fr;
    }

    .mega-section.wide {
        grid-column: auto;
    }

    .mega-product-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mega-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wide-container {
        width: min(100% - 44px, 1180px);
    }

    .hero-grid,
    .about-grid,
    .intro-split,
    .career-split,
    .careers-intro,
    .recruit-layout,
    .detail-hero-grid,
    .page-layout {
        grid-template-columns: 1fr;
    }

    .detail-hero,
    .detail-hero-grid {
        min-height: 220px;
    }

        .detail-hero::after {
            background: linear-gradient(90deg, rgba(248, 250, 252, .9) 0%, rgba(248, 250, 252, .72) 68%, rgba(248, 250, 252, .45) 100%);
        }

    .detail-hero-copy {
        width: min(78%, 680px);
        padding: 34px 0;
    }

    .hero {
        min-height: auto;
    }

    .hero-grid {
        width: min(100% - 58px, 1180px);
        grid-template-columns: 1fr;
        align-content: center;
        padding-top: 122px;
    }

    .hero-robot {
        justify-self: center;
    }

    .carousel-btn {
        width: 42px;
        height: 42px;
    }

        .carousel-btn.prev {
            left: 16px;
        }

        .carousel-btn.next {
            right: 16px;
        }

        .carousel-btn span {
            font-size: 29px;
        }

    .quick-grid {
        gap: 14px;
    }

    .news-grid,
    .info-grid,
    .honor-grid,
    .support-grid,
    .download-grid,
    .job-grid,
    .product-grid,
    .solutions-grid,
    .feature-grid,
    .scenario-grid,
    .process-grid,
    .case-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-layout {
        gap: 34px;
    }

        .page-layout > aside {
            position: static;
        }

    .product-catalog .side-title,
    .solution-catalog .side-title,
    .case-catalog .side-title,
    .news-catalog .side-title {
        margin-bottom: 22px;
    }

    .product-filter-bar {
        gap: 14px;
        margin-top: 0;
    }

    .product-filter {
        min-width: 220px;
    }

    .photo-grid {
        grid-template-columns: 1fr;
    }

    .side-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-tree-nav {
        grid-template-columns: 1fr;
    }

    .side-nav h4 {
        grid-column: 1 / -1;
    }

    .about-side-nav {
        grid-template-columns: 1fr;
    }

    .footer-grid,
    .contact-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-cta-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 30px 0;
    }

    .careers-section {
        padding-top: 76px;
    }

    .careers-intro {
        gap: 34px;
    }

    .careers-stats,
    .job-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .careers-stats {
        margin: 54px 0 72px;
    }

    .recruit-layout {
        gap: 34px;
    }

    .job-detail-panel {
        padding-top: 0;
    }

    .about-showcase-hero,
    .about-showcase-hero-content {
        min-height: 520px;
    }

    .about-showcase-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .about-profile-catalog {
        position: static;
        max-height: none;
        padding: 42px 0 0;
        overflow: visible;
    }

    .about-profile-nav .category-tree-children {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0 16px;
    }

    .about-showcase-hero-content {
        padding-top: 136px;
    }

        .about-showcase-hero-content h1 {
            font-size: 50px;
        }

    .about-company-grid,
    .about-distribution-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-company-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-honor-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-honor-grid--intellectual-properties {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-history-stage {
        padding: 0 26px;
    }

    .about-history-panel {
        grid-template-columns: 1fr;
        height: 100%;
        align-content: start;
        gap: 28px;
    }

    .about-history-panels {
        height: 300px;
    }

    .about-history-copy {
    }

    .about-history-copy p {
        max-height: 176px;
    }

    .about-history-panel img {
        max-height: 320px;
    }

    .about-contact-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.contact-box[data-map-url],
.about-distribution-contact p[data-map-url],
.about-contact-intro p[data-map-url] {
    cursor: pointer;
}

@media (max-width: 640px) {
    .container,
    .wide-container {
        width: min(100% - 32px, 1180px);
    }

    html.home-route {
        scroll-snap-type: none;
    }

        .site-header,
        html.home-route .site-header {
            position: sticky;
            top: 0;
            left: auto;
            right: auto;
            z-index: 50;
            background: rgba(255, 255, 255, .94);
            border-bottom: 1px solid rgba(224, 231, 240, .9);
            backdrop-filter: blur(16px);
        }

    body[data-page="about"] .site-header {
        position: sticky;
        top: 0;
        color: #263241;
        background: rgba(255, 255, 255, .96);
    }

    body[data-page="about"] .brand,
    body[data-page="about"] .main-nav {
        color: #263241;
    }

    body[data-page="about"] .nav-trigger.active {
        color: #fff;
    }

    .header-inner {
        min-height: auto;
        padding: 12px 0 10px;
        align-items: flex-start;
        gap: 10px;
    }

    .brand {
        min-width: 0;
        gap: 8px;
        color: #263241;
        font-size: 18px;
    }

        .brand img {
            width: 25px;
            height: 25px;
        }

    .main-nav,
    html.home-route .main-nav {
        width: 100%;
        justify-content: flex-start;
        gap: 8px;
        overflow-x: auto;
        padding: 0 0 2px;
        border: 0;
        background: transparent;
        color: #5f6c7d;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        scrollbar-width: none;
    }

        .main-nav::-webkit-scrollbar {
            display: none;
        }

        .main-nav > .nav-item > .nav-trigger {
            flex: 0 0 auto;
            padding: 9px 12px;
            border-radius: 999px;
            background: #f1f5f9;
            color: #5f6c7d;
        }

            .main-nav > .nav-item > .nav-trigger.active,
            html.home-route .main-nav > .nav-item > .nav-trigger.active {
                color: #fff;
                background: var(--blue);
            }

    .nav-trigger::after {
        display: none;
    }

    .mega-menu {
        top: 108px;
        width: calc(100vw - 24px);
        padding: 20px 18px;
    }

    .mega-title {
        font-size: 17px;
    }

    .mega-subtitle,
    .mega-link-grid a,
    .mega-simple a,
    .mega-product {
        font-size: 15px;
    }

    .mega-product-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .mega-product {
        min-width: 0;
    }

        .mega-product img {
            width: 46px;
            height: 38px;
        }

    .home-screen {
        height: auto;
        min-height: auto;
        display: block;
        background: #f5f8fc;
        overflow: visible;
    }

        .home-screen .hero {
            height: auto;
            min-height: 0;
            display: block;
            padding: 20px 0 0;
            overflow: visible;
            background: linear-gradient(180deg, #f5f9ff 0%, #fff 72%);
        }

    .hero-carousel {
        position: relative;
        inset: auto;
    }

    .hero-slide {
        position: relative;
        inset: auto;
        display: none;
        min-height: 0;
        padding: 0 0 20px;
        background: none;
        opacity: 1;
        pointer-events: auto;
    }

        .hero-slide.is-active {
            display: block;
        }

        .hero-slide::before {
            display: none;
        }

    .hero-slide__background {
        position: relative;
        inset: auto;
        display: block;
        width: min(100% - 32px, 1180px);
        height: 226px;
        margin: 14px auto 0;
        border-radius: 24px;
        object-fit: cover;
        object-position: 59% center;
        box-shadow: 0 18px 40px rgba(28, 67, 110, .13);
    }

    .hero-grid {
        width: min(100% - 32px, 1180px);
        height: auto;
        display: block;
        padding: 0;
    }

        .hero-grid > div {
            padding: 24px 22px 22px;
            border: 1px solid rgba(225, 232, 242, .95);
            border-radius: 24px;
            background: radial-gradient(circle at 100% 0, rgba(8, 119, 232, .09), transparent 35%), #fff;
            box-shadow: 0 16px 34px rgba(38, 68, 102, .08);
        }

    .eyebrow {
        margin: 0 0 9px;
        color: var(--blue-dark);
        font-size: 20px;
    }

    .hero h1 {
        max-width: 300px;
        color: #182436;
        font-size: 38px;
        line-height: 1.04;
        text-shadow: none;
    }

    .hero-copy {
        max-width: 292px;
        margin: 16px 0 18px;
        color: #3b4757;
        font-size: 14px;
        line-height: 1.55;
        font-weight: 700;
    }

    .ghost-btn {
        min-height: 38px;
        padding: 0 18px;
        border-color: rgba(8, 119, 232, .22);
        color: #fff;
        background: linear-gradient(135deg, #0c7bec, #35a6ff);
        font-size: 13px;
        box-shadow: 0 12px 24px rgba(8, 119, 232, .22);
    }

        .ghost-btn .arrow-dot {
            width: 17px;
            height: 17px;
            background: rgba(255, 255, 255, .25);
            font-size: 12px;
        }

    .hero-robot {
        display: none;
    }

    .carousel-btn {
        top: auto;
        bottom: 38px;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(220, 229, 240, .92);
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 12px 24px rgba(33, 67, 104, .16);
        transform: none;
    }

        .carousel-btn:hover {
            transform: none;
        }

        .carousel-btn.prev {
            left: 28px;
        }

        .carousel-btn.next {
            right: 28px;
        }

        .carousel-btn span {
            font-size: 25px;
        }

    .quick-links {
        padding: 6px 0 34px;
        background: #f5f8fc;
    }

    .quick-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .quick-card {
        min-height: 86px;
        aspect-ratio: auto;
        display: grid;
        align-content: center;
        padding: 18px 22px;
        border: 1px solid rgba(224, 231, 240, .9);
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 12px 28px rgba(36, 65, 96, .07);
    }

        .quick-card img {
            display: none;
        }

    .quick-card__copy {
        position: static;
        width: auto;
        height: auto;
        display: block;
        padding: 0;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    .quick-card small {
        display: none;
    }

    .quick-card strong {
        color: #1f2937;
        font-size: 22px;
        line-height: 1.25;
    }

    .quick-card__more {
        display: block;
        margin-top: 5px;
        color: var(--blue);
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
    }

        .quick-card__more b {
            display: none;
        }

    .quick-card::after {
        content: "›";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 28px;
        height: 28px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        color: #fff;
        background: var(--blue);
        font-size: 18px;
        transform: translateY(-50%);
    }

    .section {
        padding: 12px 0;
    }

    .detail-hero,
    .detail-hero-grid {
        min-height: 220px;
    }

        .detail-hero::after {
            background: rgba(248, 250, 252, .78);
        }

    .detail-hero-copy {
        width: 100%;
        padding: 34px 0;
    }

    .detail-hero h1 {
        font-size: 28px;
    }

    .detail-hero .detail-subtitle {
        font-size: 16px;
    }

    .detail-description {
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.75;
    }

    .careers-hero {
        min-height: 156px;
        padding: 28px 16px;
    }

        .careers-hero h1 {
            font-size: 30px;
        }

        .careers-hero p {
            font-size: 13px;
        }

    .careers-section {
        padding-top: 52px;
    }

    .careers-copy .lead {
        font-size: 21px;
    }

    .careers-visual,
    .careers-visual img {
        min-height: 190px;
        border-radius: 20px;
    }

    .careers-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 18px;
        margin: 42px 0 54px;
    }

    .careers-stat strong {
        font-size: 30px;
    }

    .recruit-heading {
        margin-bottom: 22px;
        font-size: 28px;
    }

    .job-list {
        margin-bottom: 34px;
    }

        .job-list button {
            min-height: 78px;
            grid-template-columns: minmax(0, 1fr) auto 20px;
            gap: 12px;
            padding: 15px 0 15px 14px;
        }

            .job-list button strong {
                font-size: 18px;
            }

            .job-list button small,
            .job-list button span {
                font-size: 14px;
            }

    .job-summary {
        gap: 20px;
        padding-bottom: 30px;
    }

    .job-detail-body {
        padding-top: 34px;
        font-size: 15px;
    }

    .job-apply {
        width: 100%;
    }

    .home-panel {
        min-height: auto;
    }

    .section.soft.home-panel {
        padding: 52px 0 46px;
    }

    .section.home-flow {
        padding: 42px 0;
    }

    .news-grid,
    .stats,
    .careers-stats,
    .job-summary,
    .info-grid,
    .honor-grid,
    .support-grid,
    .download-grid,
    .job-grid,
    .product-grid,
    .solutions-grid,
    .feature-grid,
    .scenario-grid,
    .tech-grid,
    .process-grid,
    .case-grid,
    .footer-grid,
    .contact-row,
    .toolbar {
        grid-template-columns: 1fr;
    }

    .careers-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .job-summary {
        grid-template-columns: 1fr;
    }

    .product-filter-bar {
        display: grid;
        grid-template-columns: 1fr;
    }

    .product-filter {
        width: 100%;
        min-width: 0;
        justify-content: space-between;
    }

    .catalog-grid .product-media {
        min-height: 250px;
    }

        .catalog-grid .product-media img {
            max-height: 230px;
        }

    .case-video-modal {
        padding: 22px 14px;
    }

    .case-video-close {
        top: 10px;
        right: 10px;
    }

    .case-video-copy {
        padding: 20px 22px 24px;
    }

        .case-video-copy > h3 {
            font-size: 21px;
        }

    .about-grid {
        gap: 24px;
    }

    .content-panel.pad,
    .info-card,
    .honor-card,
    .support-card,
    .download-card,
    .job-card {
        padding: 18px;
    }

    .timeline-item,
    .news-row,
    .download-card {
        grid-template-columns: 1fr;
    }

    .timeline-item {
        gap: 10px;
    }

    .news-row {
        padding: 14px;
    }

        .news-row h3 {
            font-size: 17px;
        }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .photo-grid {
        grid-template-columns: 1fr;
    }

    .about-visual,
    .about-visual img {
        min-height: 178px;
        border-radius: 22px;
    }

    .stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 16px;
        margin-top: 32px;
    }

    .stat {
        padding-top: 14px;
    }

        .stat b {
            font-size: 32px;
        }

    .news-grid {
        gap: 26px;
        margin-top: 24px;
    }

    .news-card h3,
    .case-card h3,
    .product-card h3,
    .solution-card h3 {
        font-size: 16px;
    }

    .section.home-flow .wide-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .service-company-section .wide-container {
        overflow-x: visible;
    }

    .service-company-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        min-width: 0;
    }

    .service-company-card {
        min-height: 72px;
        padding: 12px;
    }

        .service-company-card img,
        .about-partners-showcase .service-company-card img {
            max-height: 40px;
        }

    .section.home-flow .service-company-grid,
    .section.home-flow .service-company-empty {
        width: 100%;
    }

    .client-logo-board {
        width: 620px;
        max-width: none;
    }

    .page-hero {
        height: 150px;
    }

    .about-showcase-hero,
    .about-showcase-hero-content {
        min-height: 430px;
    }

    .about-profile-catalog {
        padding-top: 30px;
    }

        .about-profile-catalog .side-title {
            margin-bottom: 16px;
        }

    .about-profile-nav .category-tree-children {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 12px;
    }

    .about-showcase-hero-content {
        padding-top: 34px;
    }

        .about-showcase-hero-content p {
            font-size: 15px;
        }

        .about-showcase-hero-content h1 {
            max-width: 330px;
            font-size: 38px;
        }

        .about-showcase-hero-content strong {
            font-size: 14px;
        }

    .about-showcase-band {
        padding: 24px 0;
    }

    .about-showcase-heading {
        margin-bottom: 24px;
    }

        .about-showcase-heading h2,
        .about-company-copy h2 {
            font-size: 25px;
        }

    .about-showcase-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-company-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-company-image {
        aspect-ratio: 1.45 / 1;
    }

    .about-company-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 34px;
    }

        .about-company-stats strong {
            font-size: 27px;
        }

    .about-history-stage {
        margin-top: 10px;
        padding: 0 18px;
    }

        .about-history-stage > button {
            width: 38px;
            height: 72px;
        }

            .about-history-stage > button:first-child {
                left: -24px;
            }

            .about-history-stage > button:last-child {
                right: -24px;
            }

            .about-history-stage > button::before {
                inset: 18px;
                border-width: 2px;
            }

    .about-history-panels {
        height: 300px;
        min-height: 0;
    }

    .footer-social-item:first-child .footer-social-qr {
        left: 0;
        transform: translate(0, 8px);
    }

    .footer-social-item:first-child.has-qr:hover .footer-social-qr,
    .footer-social-item:first-child.has-qr:focus-visible .footer-social-qr,
    .footer-social-item:first-child.has-qr.is-open .footer-social-qr {
        transform: translate(0, 0);
    }

    .about-history-panel {
        height: 100%;
        min-height: 0;
        grid-template-columns: 1fr;
        align-content: start;
        gap: 20px;
    }

    .about-history-copy {
    }

        .about-history-copy p {
            max-height: 178px;
        }

    .about-history-range span,
    .about-history-range strong {
        display: inline;
        margin-right: 8px;
        font-size: 36px;
        letter-spacing: 1px;
    }

    .about-history-copy span {
        font-size: 22px;
    }

    .about-history-copy h3 {
        font-size: 22px;
    }

    .about-history-copy p {
        font-size: 14px;
        line-height: 1.85;
    }

    .about-history-panel img {
        grid-column: auto;
        max-height: none;
    }

    .about-history-track {
        grid-auto-columns: 92px;
        margin: 24px 0 0;
        padding-bottom: 58px;
    }

        .about-history-track button {
            height: 72px;
            font-size: 15px;
            gap: 14px;
        }

        .about-history-track::before {
            bottom: 32px;
        }

        .about-history-track button::after {
            top: 24px;
        }

        .about-history-track button::before {
            top: -6px;
            font-size: 9px;
        }

        .about-history-track button.active::after {
            height: 62px;
    }

    .about-honor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .about-honor-grid--intellectual-properties {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .official-rich-content .content-carousel {
        margin: 34px auto;
    }

    .official-rich-content .content-carousel__title {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .official-rich-content .content-carousel.is-ready .content-carousel__stage {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 8px;
    }

    .official-rich-content .content-carousel__arrow {
        width: 36px;
        height: 36px;
        font-size: 28px;
    }

    .official-rich-content .content-carousel__thumbs {
        width: calc(100% - 92px);
        margin-top: 10px;
        gap: 7px;
    }

    .official-rich-content .content-carousel__thumb {
        width: 88px;
        flex-basis: 88px;
    }

    .about-honor-tabs {
        width: 100%;
        justify-content: flex-start;
    }

        .about-honor-tabs button {
            flex: 0 0 auto;
            justify-content: flex-start;
            padding: 0;
            font-size: 20px;
        }

            .about-honor-tabs button + button::before {
                margin: 0 16px;
            }

    .about-honor-pagination {
        left: -8px;
        right: -8px;
    }

        .about-honor-pagination button {
            width: 28px;
            height: 58px;
            border-radius: 14px;
            font-size: 18px;
        }

    .about-distribution-grid {
        gap: 28px;
    }

    .about-distribution-map {
        min-height: 230px;
    }

        .about-distribution-map img {
            height: 230px;
        }

    .about-distribution-contact {
        padding: 22px 18px;
        gap: 10px;
    }

        .about-distribution-contact p {
            grid-template-columns: max-content minmax(0, 1fr);
        }

    .about-branch-list article {
        padding: 22px 0;
    }

    .about-branch-list h3 {
        margin-bottom: 10px;
    }

    .about-contact-panel {
        padding: 20px;
    }

    .about-contact-form {
        grid-template-columns: 1fr;
    }

    .about-contact-form .full,
    .about-contact-form button {
        grid-column: 1;
    }

    .footer-cta h2 {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .about-honor-grid,
    .about-honor-grid--intellectual-properties {
        grid-template-columns: 1fr;
    }
}
