@charset "UTF-8";

:root {
    --yx-ink: #0f172a;
    --yx-muted: #64748b;
    --yx-primary: #0a4fb8;
    --yx-primary-bright: #2563eb;
    --yx-violet: #5b3df5;
    --yx-orange: #ff8a1f;
    --yx-surface: #ffffff;
    --yx-canvas: #eef2f8;
    --yx-soft: #f7f9fc;
    --yx-border: #dbe4f0;
    --yx-shadow: 0 18px 50px rgba(15, 23, 42, 0.09);
}

/* Use the organization name as a clean wordmark until a partner uploads a logo. */
.partner-wordmark {
    display: none;
}

.partner-detail .pic[style*="/placeholder/"],
.wwh-2025-home .index-partner .pic[style*="/placeholder/"] {
    background-image: none !important;
    background-color: #f7f9fc;
}

.partner-detail .pic[style*="/placeholder/"] .partner-wordmark,
.wwh-2025-home .index-partner .pic[style*="/placeholder/"] .partner-wordmark {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: #17233c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
}

/* Keep download metadata aligned without splitting short Chinese labels. */
.download-detail .download-detail-bottom .download-item .meta-info.meta-primary {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 12px;
}

.download-detail .download-detail-bottom .download-item .meta-primary .meta-item {
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.download-detail .download-detail-bottom .download-item .meta-label {
    color: #7a8494;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
}

.download-detail .download-detail-bottom .download-item .meta-label::after {
    content: "：";
}

.download-detail .download-detail-bottom .download-item .meta-value,
.download-detail .download-detail-bottom .download-item .version-badge {
    line-height: 1.4;
    white-space: nowrap;
}

.download-detail .download-detail-bottom .download-item .version-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 2px 8px;
}

/* Chamber member details and membership application */
.member-level {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 5px 10px;
    border-left: 3px solid #c62828;
    background: #f8eeee;
    color: #9c1e1e;
    font-size: 13px;
    font-weight: 600;
}

.member-contact-list {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e6e6e6;
}

.member-contact-list p {
    margin: 8px 0;
    color: #4d4d4d;
    line-height: 1.7;
}

.member-contact-list a,
.member-actions a {
    color: #9f151d;
}

.member-actions {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-top: 20px;
}

.member-link {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #9f151d;
    font-weight: 600;
}

.member-qr img {
    display: block;
    width: 104px;
    height: 104px;
    border: 1px solid #e4e4e4;
    object-fit: cover;
}

.member-qr span {
    display: block;
    margin-top: 6px;
    color: #777;
    font-size: 12px;
    text-align: center;
}

.member-video {
    position: relative;
    overflow: hidden;
    width: min(100%, 960px);
    aspect-ratio: 16 / 9;
    background: #111;
}

.member-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.membership-page {
    background: #f5f6f7;
}

.membership-heading {
    margin-bottom: 34px;
}

.membership-heading p {
    margin: 0 0 8px;
    color: #9f151d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.membership-heading h1 {
    margin: 0;
    color: #202124;
    font-size: 34px;
    line-height: 1.3;
}

.membership-form {
    padding: 36px;
    border-top: 3px solid #9f151d;
    background: #fff;
}

.membership-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 28px;
}

.membership-grid label {
    display: block;
    min-width: 0;
}

.membership-grid label > span:first-child {
    display: block;
    margin-bottom: 8px;
    color: #303236;
    font-weight: 600;
}

.membership-grid .wide {
    grid-column: 1 / -1;
}

.membership-grid input,
.membership-grid textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d9dcdf;
    border-radius: 2px;
    background: #fff;
    color: #26282b;
    font: inherit;
}

.membership-grid input {
    height: 46px;
    padding: 0 13px;
}

.membership-grid textarea {
    padding: 12px 13px;
    resize: vertical;
}

.membership-grid input:focus,
.membership-grid textarea:focus {
    outline: 0;
    border-color: #9f151d;
    box-shadow: 0 0 0 2px rgba(159, 21, 29, .08);
}

.membership-captcha {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 130px;
    gap: 10px;
}

.membership-captcha img {
    width: 130px;
    height: 46px;
    cursor: pointer;
    object-fit: cover;
}

.membership-submit {
    min-width: 150px;
    min-height: 46px;
    margin-top: 30px;
    border: 0;
    border-radius: 2px;
    background: #9f151d;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.membership-submit:disabled {
    cursor: wait;
    opacity: .65;
}

.site-stats {
    margin-left: 16px;
    color: rgba(255,255,255,.58);
    white-space: nowrap;
}

/* Customer requirements exclude public messaging in the 2025 template. */
.float-btn .message,
.message-overlay {
    display: none !important;
}

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

    .membership-grid .wide {
        grid-column: auto;
    }

    .membership-form {
        padding: 24px 18px;
    }

    .membership-heading h1 {
        font-size: 28px;
    }

    .site-stats {
        display: block;
        margin: 8px 0 0;
        white-space: normal;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--yx-canvas);
    color: var(--yx-ink);
    font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
    letter-spacing: 0;
}

body, button, input, textarea, select {
    letter-spacing: 0;
}

a {
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.container-outer {
    width: 100%;
    max-width: 1180px;
    padding-right: 24px;
    padding-left: 24px;
}

.container-inner {
    max-width: 1180px;
    padding: 72px 24px;
}

.pd80 {
    padding: 76px 0;
}

.view-more a {
    min-height: 46px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--yx-primary);
    box-shadow: 0 10px 24px rgba(10, 79, 184, .22);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}

.view-more a:after {
    display: none;
}

.view-more a:hover {
    background: var(--yx-violet);
    box-shadow: 0 12px 28px rgba(91, 61, 245, .25);
    transform: translateY(-2px);
}

.view-more a svg {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

/* Header */
.header,
.header.scrolled,
.header:hover {
    top: 0;
    height: 72px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.header .header-content {
    width: calc(100% - 48px);
    max-width: 1180px;
    height: 72px;
    margin: 0 auto;
    padding: 0 22px;
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .72);
    box-shadow: 0 8px 34px rgba(15, 23, 42, .08);
    backdrop-filter: blur(18px);
}

.header .header-logo {
    max-width: 190px;
}

.header .header-logo img,
.header.scrolled .header-logo img,
.header:hover .header-logo img {
    width: 172px;
    max-height: 48px;
    object-fit: contain;
}

.header .header-logo img.logo1,
.header.scrolled .header-logo img.logo1,
.header:hover .header-logo img.logo1 {
    display: none;
}

.header .header-logo img.logo2,
.header.scrolled .header-logo img.logo2,
.header:hover .header-logo img.logo2 {
    display: block;
}

.header .nav-box {
    height: 100%;
    align-items: center;
    min-width: 0;
    margin-left: 26px;
}

.header .nav-button {
    height: 100%;
    align-items: center;
    gap: 10px;
    margin-left: 14px;
}

.header .nav-button .language,
.header .nav-button .search-btn {
    height: 42px;
}

.header .nav-button .language > a {
    padding: 0 16px;
    border-radius: 999px;
    background: var(--yx-primary);
    box-shadow: 0 8px 20px rgba(10, 79, 184, .22);
    color: #fff !important;
}

.header .nav-button .language > a svg path {
    stroke: #fff !important;
}

.header .nav-button .language span {
    margin: 0 7px;
    font-weight: 700;
}

.header .nav-button .search-btn {
    margin-left: 0;
}

.header .nav-button .search-btn > a {
    width: 42px;
    border: 1px solid var(--yx-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .07);
}

.header .nav-button .search-btn svg path {
    stroke: var(--yx-ink) !important;
}

@media screen and (min-width: 961px) {
    .header .nav-menu {
        justify-content: flex-end;
    }

    .header .nav-menu > li {
        margin: 0 9px;
    }

    .header .nav-menu > li > a,
    .header.scrolled .nav-menu > li > a,
    .header:hover .nav-menu > li > a {
        line-height: 72px;
        color: #334155;
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap;
    }

    .header .nav-menu > li > a:after,
    .header.scrolled .nav-menu > li > a:after,
    .header:hover .nav-menu > li > a:after {
        bottom: 14px;
        height: 3px;
        background: var(--yx-primary);
    }

    .header .nav-menu ul {
        min-width: 176px;
        padding: 6px;
        border: 1px solid var(--yx-border);
        border-radius: 8px;
        box-shadow: var(--yx-shadow);
    }

    .header .nav-menu ul a {
        border-radius: 6px;
    }

    .header .nav-menu ul li:hover > a::after {
        border-radius: 6px !important;
        background: var(--yx-primary);
    }
}

/* Home hero */
.wwh-2025-home .index-banner-swiper {
    height: 720px;
    background: #e7eefb;
}

.wwh-2025-home .index-banner-swiper .swiper-slide {
    height: 720px;
    background: #e7eefb;
}

.wwh-2025-home .index-banner-swiper .swiper-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(235, 241, 250, .42);
    pointer-events: none;
}

.wwh-2025-home .index-banner-swiper .swiper-slide .pic {
    opacity: .52;
    filter: saturate(.78) brightness(1.08);
}

.wwh-2025-home .index-banner-swiper .index-banner-text {
    position: absolute;
    inset: 0;
    z-index: 3;
    justify-content: center;
    align-items: flex-start;
    padding-top: 44px;
    pointer-events: none;
}

.wwh-2025-home .index-banner-swiper .index-banner-text h4 {
    max-width: 610px;
    margin: 0;
    color: var(--yx-ink);
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    text-shadow: none;
    white-space: normal;
}

.wwh-2025-home .index-banner-swiper .index-banner-text h4:before {
    content: "DIGITAL · INNOVATION";
    display: block;
    width: max-content;
    max-width: 100%;
    margin-bottom: 22px;
    padding: 9px 15px;
    border: 1px solid rgba(10, 79, 184, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
    color: var(--yx-primary);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.wwh-2025-home .index-banner-swiper .index-banner-text p {
    max-width: 600px;
    margin-top: 24px;
    padding-left: 0;
    border-left: 0;
    color: #526174;
    font-size: 17px;
    line-height: 1.9;
    text-shadow: none;
}

.wwh-2025-home .index-banner-swiper .index-banner-text .view-more {
    margin-top: 34px;
    pointer-events: auto;
}

.wwh-2025-home .index-banner-swiper .index-banner-text .view-more a {
    min-width: 134px;
    border-color: transparent;
    background: var(--yx-primary);
    color: #fff;
}

.wwh-2025-home .index-banner-swiper .index-banner-text .view-more a + a {
    border-color: #bac8dc;
    background: rgba(255, 255, 255, .62);
    box-shadow: none;
    color: var(--yx-ink);
}

.wwh-2025-home .index-banner-swiper .index-banner-text .view-more a + a svg path {
    fill: var(--yx-ink);
    stroke: var(--yx-ink);
}

.index-banner-brand {
    position: absolute;
    top: 52%;
    right: max(6vw, calc((100vw - 1180px) / 2 + 30px));
    z-index: 3;
    width: 370px;
    height: 370px;
    transform: translateY(-50%);
    pointer-events: none;
}

.index-banner-brand .brand-orbit,
.index-banner-brand .brand-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.index-banner-brand .brand-orbit {
    border: 1px solid rgba(10, 79, 184, .18);
}

.index-banner-brand .brand-orbit-outer {
    width: 100%;
    height: 100%;
}

.index-banner-brand .brand-orbit-inner {
    width: 79%;
    height: 79%;
    border-color: rgba(91, 61, 245, .24);
}

.index-banner-brand .brand-mark {
    display: flex;
    width: 224px;
    height: 224px;
    align-items: center;
    justify-content: center;
    padding: 34px;
    border: 8px solid #fff;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 24px 60px rgba(10, 79, 184, .18);
}

.index-banner-brand .brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wwh-2025-home .index-banner-swiper .swiper-button-white {
    display: none;
}

.wwh-2025-home .index-banner-swiper .index-banner-bottom {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    z-index: 5;
    align-items: flex-end;
    justify-content: space-between;
}

.wwh-2025-home .index-banner-swiper .swiper-pagination {
    position: static;
    width: auto;
}

.wwh-2025-home .index-banner-swiper .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border: 0;
    border-radius: 2px;
    background: #94a3b8;
}

.wwh-2025-home .index-banner-swiper .swiper-pagination-bullet-active {
    width: 44px;
    background: var(--yx-primary);
}

.index-scroll-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #7b8798;
}

.index-scroll-hint span {
    position: relative;
    width: 22px;
    height: 36px;
    border: 2px solid #8290a5;
    border-radius: 12px;
}

.index-scroll-hint span:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 3px;
    height: 7px;
    border-radius: 2px;
    background: var(--yx-primary);
    transform: translateX(-50%);
}

.index-scroll-hint small {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* Shared home section language */
.wwh-2025-home .index-product,
.wwh-2025-home .index-cases,
.wwh-2025-home .index-news {
    background: var(--yx-canvas);
}

.wwh-2025-home .index-about,
.wwh-2025-home .index-partner {
    background: var(--yx-soft);
}

.wwh-2025-home .index-mod-title:before {
    display: block;
    margin-bottom: 8px;
    color: var(--yx-primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wwh-2025-home .index-product .index-mod-title:before {
    content: "Featured Products";
}

.wwh-2025-home .index-about .index-mod-title:before {
    content: "About Us";
}

.wwh-2025-home .index-cases .index-mod-title:before {
    content: "Solutions";
}

.wwh-2025-home .index-partner .index-mod-title:before {
    content: "Partners";
}

.wwh-2025-home .index-news .index-mod-title:before {
    content: "Latest News";
}

.wwh-2025-home .index-mod-title .lines {
    height: auto;
}

.wwh-2025-home .index-mod-title .lines .line1,
.wwh-2025-home .index-mod-title .lines .line2 {
    display: none;
}

.wwh-2025-home .index-mod-title .lines .tit {
    margin-left: 0;
    color: var(--yx-ink);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
}

.wwh-2025-home .index-product-top,
.wwh-2025-home .index-cases-top,
.wwh-2025-home .index-partner-top,
.wwh-2025-home .index-news-top {
    margin-bottom: 34px;
}

/* Products */
.wwh-2025-home .index-product .index-product-bottom {
    gap: 18px;
}

.wwh-2025-home .index-product .index-product-item {
    border: 1px solid var(--yx-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.wwh-2025-home .index-product .index-product-item a {
    display: flex;
    flex-direction: column;
}

.wwh-2025-home .index-product .index-product-item .pic {
    overflow: hidden;
    aspect-ratio: 1.46 / 1;
    background-size: cover;
    background-position: center;
}

.wwh-2025-home .index-product .index-product-item .pic:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background: rgba(15, 23, 42, .12);
    pointer-events: none;
}

.wwh-2025-home .index-product .index-product-item .index-product-title {
    position: static;
    display: flex;
    min-height: 66px;
    align-items: center;
    padding: 17px 20px;
    background: #fff;
    color: var(--yx-ink);
    font-size: 16px;
    text-align: left;
}

.wwh-2025-home .index-product .index-product-item:hover {
    border-color: #b8c8df;
    box-shadow: var(--yx-shadow);
    transform: translateY(-5px);
}

.wwh-2025-home .index-product .index-product-item:hover .index-product-title {
    opacity: 1;
}

.wwh-2025-home .index-product .index-product-overlay {
    display: none;
}

/* About */
.wwh-2025-home .index-about {
    background-image: none;
}

.wwh-2025-home .index-about .container-outer {
    flex-direction: row-reverse;
    gap: 64px;
}

.wwh-2025-home .index-about .index-about-left {
    max-width: none;
    flex: 1;
    padding-right: 0;
}

.wwh-2025-home .index-about .index-about-right {
    width: 48%;
    max-width: 520px;
    border: 1px solid var(--yx-border);
    border-radius: 8px;
    box-shadow: var(--yx-shadow);
}

.wwh-2025-home .index-about .index-about-right .pic {
    aspect-ratio: 1.15 / 1;
    background-position: center;
    background-size: cover;
}

.wwh-2025-home .index-about .index-about-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.wwh-2025-home .index-about .index-about-introduce {
    margin-top: 25px;
    color: var(--yx-muted);
    font-size: 16px;
    line-height: 2;
}

.wwh-2025-home .index-about .index-about-introduce span {
    display: block;
    margin: 0 0 8px;
    color: var(--yx-ink);
    font-size: 24px;
    line-height: 1.45;
}

.wwh-2025-home .index-about .index-about-number {
    gap: 12px;
    margin-top: 34px;
}

.wwh-2025-home .index-about .index-about-number li {
    min-width: 0;
    flex: 1;
    margin-right: 0;
    padding: 16px;
    border: 1px solid var(--yx-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
}

.wwh-2025-home .index-about .index-about-number p {
    color: var(--yx-muted);
    font-size: 13px;
}

.wwh-2025-home .index-about .index-about-number p > strong {
    color: var(--yx-primary);
    font-size: 32px;
}

/* Cases */
.wwh-2025-home .index-cases .index-cases-bottom {
    gap: 18px;
}

.wwh-2025-home .index-cases .index-cases-item {
    overflow: visible;
    border-radius: 8px;
}

.wwh-2025-home .index-cases .index-cases-item .index-cases-img {
    border: 1px solid var(--yx-border);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.wwh-2025-home .index-cases .index-cases-item .index-cases-column {
    top: 14px;
    left: 14px;
    border-radius: 6px;
    background: rgba(10, 79, 184, .92);
    font-size: 13px;
}

.wwh-2025-home .index-cases .index-cases-item .index-cases-overlay {
    border-radius: 8px;
    background: rgba(10, 79, 184, .86);
}

.wwh-2025-home .index-cases .index-cases-item .index-cases-title {
    padding: 0 4px;
}

.wwh-2025-home .index-cases .index-cases-item .index-cases-title h5 {
    margin-top: 16px;
    color: var(--yx-ink);
    font-size: 17px;
    text-align: left;
}

/* Partners */
.wwh-2025-home .index-partner {
    background-image: none;
}

.wwh-2025-home .index-partner .index-partner-bottom {
    grid-template-rows: none;
    gap: 14px;
}

.wwh-2025-home .index-partner .index-partner-item {
    border: 1px solid var(--yx-border);
    border-radius: 8px;
    box-shadow: none;
}

.wwh-2025-home .index-partner .index-partner-item a {
    min-height: 92px;
}

.wwh-2025-home .index-partner .index-partner-overlay {
    background: var(--yx-primary);
}

/* News */
.wwh-2025-home .index-news .index-news-bottom {
    gap: 18px;
}

.wwh-2025-home .index-news .index-news-item {
    overflow: hidden;
    border: 1px solid var(--yx-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.wwh-2025-home .index-news .index-news-item:hover {
    box-shadow: var(--yx-shadow);
    transform: translateY(-4px);
}

.wwh-2025-home .index-news .index-news-item .index-news-box {
    background: var(--yx-primary);
}

.wwh-2025-home .index-news .index-news-item .pic {
    opacity: .78;
}

.wwh-2025-home .index-news .index-news-item .index-news-info {
    background: linear-gradient(180deg, rgba(15, 23, 42, .04), rgba(15, 23, 42, .72));
}

.wwh-2025-home .index-news .index-news-item .index-news-title01 {
    font-size: 18px;
}

.wwh-2025-home .index-news .index-news-item .index-news-overlay {
    background: var(--yx-primary);
}

/* Footer */
.footer {
    overflow: hidden;
    background: #081a38;
    color: #fff;
}

.footer:before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, var(--yx-primary), var(--yx-violet), var(--yx-orange));
}

.footer .footer-friendlink {
    padding: 28px 0 22px;
    border-color: rgba(255, 255, 255, .12);
}

.footer .footer-top {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1.4fr auto;
    gap: 48px;
    padding: 44px 0 52px;
}

.footer .footer-brand {
    max-width: 250px;
}

.footer .footer-brand-logo {
    display: block;
    width: 190px;
    margin-bottom: 22px;
}

.footer .footer-brand-logo img {
    display: block;
    width: 100%;
    max-height: 60px;
    object-fit: contain;
    object-position: left center;
}

.footer .footer-brand p {
    color: rgba(255, 255, 255, .62);
    font-size: 14px;
    line-height: 1.9;
}

.footer .footer-top .title {
    margin-bottom: 16px;
}

.footer .footer-top .title h3 {
    margin-bottom: 12px;
}

.footer .footer-top .title i {
    width: 24px;
    background: var(--yx-orange);
}

.footer .footer-nav .box {
    grid-template-columns: 1fr;
    font-size: 14px;
    line-height: 2.15;
}

.footer .footer-contact .info {
    font-size: 14px;
    line-height: 2.15;
}

.footer .footer-follow .ewm .pic {
    width: 100px;
    height: 100px;
    border-color: rgba(255, 255, 255, .22);
}

.footer .footer-bottom {
    background: #06142c;
}

/* Inner pages */
body:not(.wwh-2025-home) {
    background: var(--yx-soft);
}

.col-banner {
    height: 360px;
    background: #dce7f5;
}

.col-banner:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(8, 26, 56, .32);
}

.col-banner .banner-img,
.col-banner .banner-img .pic,
.col-banner .banner-img .pic img {
    height: 100%;
}

.col-banner .banner-img .pic img {
    width: 100%;
    object-fit: cover;
}

.col-banner .text {
    z-index: 2;
    padding-top: 50px;
}

.col-banner .text h3 {
    margin-bottom: 14px;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
}

.col-banner .text .banner-line {
    background: var(--yx-orange);
}

.banner-path {
    border-color: var(--yx-border);
    background: rgba(255, 255, 255, .9);
}

.banner-path .banner-nav li.active a,
.banner-path .position .fa-house-chimney,
.banner-path .position a:hover {
    color: var(--yx-primary);
}

.banner-path .banner-nav li:after {
    background: var(--yx-primary);
}

.product-list .product-list-left,
.product-list .product-list-right .product-item,
.cases-detail .cases-detail-left,
.news-detail .news-detail-left,
.download-detail .download-detail-bottom .download-item,
.faq-detail .faq-detail-bottom .faq-item,
.honor-detail .honor-box .honor-item,
.partner-detail .partner-detail-list .partner-item,
.search-center .search-center-box {
    border: 1px solid var(--yx-border);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.product-list .product-list-right .product-item::before,
.product-detail .product-detail-bottom .section-content .download-list .download-item::before {
    background: var(--yx-primary);
}

.product-list .product-list-right .product-item .product-info .product-category,
.product-list .product-list-right .product-item:hover .product-info .product-title,
.product-list .product-list-left .category-list li.active h4 a,
.product-list .product-list-left .category-list li h4:hover a {
    color: var(--yx-primary);
}

.page ul.pagination li a,
.page ul.pagination li span {
    border-radius: 8px;
}

.page ul.pagination li.active span,
.page ul.pagination li a:hover {
    border-color: var(--yx-primary);
    background: var(--yx-primary);
}

.message-overlay .message-box,
.resume-submit-overlay .resume-submit-box {
    border-radius: 8px;
}

.message-overlay .message-submit-btn,
.resume-submit-overlay .resume-submit-btn {
    background: var(--yx-primary);
}

.float-btn {
    right: 18px;
    padding: 8px 0;
    border: 1px solid var(--yx-border);
    border-radius: 8px;
    box-shadow: var(--yx-shadow);
}

@media screen and (max-width: 1180px) {
    .header .header-content {
        width: calc(100% - 24px);
        padding: 0 16px;
    }

    .header .header-logo img,
    .header.scrolled .header-logo img,
    .header:hover .header-logo img {
        width: 142px;
    }

    .header .nav-box {
        margin-left: 14px;
    }

    .header .nav-menu > li {
        margin: 0 6px;
    }

    .header .nav-menu > li > a,
    .header.scrolled .nav-menu > li > a,
    .header:hover .nav-menu > li > a {
        font-size: 13px;
    }

    .header .nav-button {
        margin-left: 8px;
    }

    .header .nav-button .language > a {
        padding: 0 12px;
    }

    .header .nav-button .language span {
        display: none;
    }

    .wwh-2025-home .index-banner-swiper .index-banner-text h4 {
        max-width: 520px;
        font-size: 50px;
    }

    .index-banner-brand {
        right: 4vw;
        width: 320px;
        height: 320px;
    }

    .index-banner-brand .brand-mark {
        width: 194px;
        height: 194px;
    }

    .footer .footer-top {
        grid-template-columns: 1fr 1fr 1.4fr;
    }

    .footer .footer-brand {
        grid-column: 1 / -1;
        max-width: 520px;
    }
}

@media screen and (max-width: 960px) {
    .header,
    .header.scrolled,
    .header:hover {
        height: 64px;
    }

    .header .header-content {
        width: 100%;
        height: 64px;
        padding: 0 16px;
        border: 0;
        border-bottom: 1px solid var(--yx-border);
    }

    .header .header-logo img,
    .header.scrolled .header-logo img,
    .header:hover .header-logo img {
        width: 132px;
    }

    .header .nav-box {
        margin-right: 48px;
    }

    .header .nav-toggle {
        right: 12px;
        border-radius: 8px;
    }

    .header .nav-toggle span,
    .header.scrolled .nav-toggle span,
    .header:hover .nav-toggle span {
        background: var(--yx-ink);
    }

    .header .nav-menu {
        top: 64px;
        height: calc(100vh - 64px);
        padding: 12px 14px 24px;
        background: var(--yx-soft);
    }

    .header .nav-menu > li {
        width: 100%;
        border-color: var(--yx-border);
        border-radius: 6px;
        background: #fff;
    }

    .header .nav-menu > li > a {
        padding: 17px 52px 17px 18px;
        color: var(--yx-ink);
    }

    .header .m-search {
        height: 68px;
    }

    .header .m-search form {
        width: 100%;
        max-width: 420px;
        margin: 14px auto;
        border: 1px solid var(--yx-border);
    }

    .header .nav-button {
        height: 64px;
    }

    .header .nav-button .language {
        height: 38px;
    }

    .wwh-2025-home .index-banner-swiper,
    .wwh-2025-home .index-banner-swiper .swiper-slide {
        height: 650px;
    }

    .wwh-2025-home .index-banner-swiper .index-banner-text {
        justify-content: flex-end;
        padding: 0 24px 112px;
    }

    .wwh-2025-home .index-banner-swiper .index-banner-text h4 {
        max-width: 650px;
        font-size: 42px;
    }

    .wwh-2025-home .index-banner-swiper .index-banner-text p {
        max-width: 650px;
        font-size: 15px;
    }

    .index-banner-brand {
        display: none;
    }

    .wwh-2025-home .index-mod-title .lines .tit {
        font-size: 32px;
    }

    .wwh-2025-home .index-product .index-product-bottom,
    .wwh-2025-home .index-cases .index-cases-bottom,
    .wwh-2025-home .index-news .index-news-bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wwh-2025-home .index-about .container-outer {
        flex-direction: column;
        gap: 34px;
    }

    .wwh-2025-home .index-about .index-about-right {
        width: 100%;
        max-width: none;
        margin-top: 0;
    }

    .wwh-2025-home .index-partner .index-partner-bottom {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .footer .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }

    .footer .footer-brand {
        grid-column: 1 / -1;
    }

    .col-banner {
        height: 280px;
    }

    .col-banner .text h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 640px) {
    .container-outer {
        padding-right: 18px;
        padding-left: 18px;
    }

    .pd80 {
        padding: 56px 0;
    }

    .header .header-logo img,
    .header.scrolled .header-logo img,
    .header:hover .header-logo img {
        width: 116px;
    }

    .header .nav-button {
        display: none;
    }

    .wwh-2025-home .index-banner-swiper,
    .wwh-2025-home .index-banner-swiper .swiper-slide {
        height: 600px;
    }

    .wwh-2025-home .index-banner-swiper .swiper-slide .pic {
        opacity: .42;
    }

    .wwh-2025-home .index-banner-swiper .index-banner-text {
        padding: 0 18px 108px;
    }

    .wwh-2025-home .index-banner-swiper .index-banner-text h4 {
        font-size: 36px;
        line-height: 1.16;
    }

    .wwh-2025-home .index-banner-swiper .index-banner-text h4:before {
        margin-bottom: 16px;
        padding: 8px 12px;
        font-size: 11px;
    }

    .wwh-2025-home .index-banner-swiper .index-banner-text p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.75;
    }

    .wwh-2025-home .index-banner-swiper .index-banner-text .view-more {
        margin-top: 24px;
    }

    .wwh-2025-home .index-banner-swiper .index-banner-text .view-more a {
        min-width: 0;
        min-height: 42px;
        padding: 0 18px;
        font-size: 13px;
    }

    .wwh-2025-home .index-banner-swiper .index-banner-bottom {
        bottom: 16px;
    }

    .index-scroll-hint {
        display: none;
    }

    .wwh-2025-home .index-product-top,
    .wwh-2025-home .index-cases-top,
    .wwh-2025-home .index-partner-top,
    .wwh-2025-home .index-news-top {
        align-items: flex-end;
        margin-bottom: 26px;
    }

    .wwh-2025-home .index-mod-title .lines .tit {
        font-size: 28px;
    }

    .wwh-2025-home .index-product-top .view-more a,
    .wwh-2025-home .index-cases-top .view-more a,
    .wwh-2025-home .index-partner-top .view-more a,
    .wwh-2025-home .index-news-top .view-more a {
        width: 42px;
        min-width: 42px;
        height: 42px;
        min-height: 42px;
        overflow: hidden;
        padding: 0;
        color: transparent;
        font-size: 0;
    }

    .wwh-2025-home .index-product-top .view-more svg,
    .wwh-2025-home .index-cases-top .view-more svg,
    .wwh-2025-home .index-partner-top .view-more svg,
    .wwh-2025-home .index-news-top .view-more svg {
        margin: 0;
    }

    .wwh-2025-home .index-product .index-product-bottom,
    .wwh-2025-home .index-cases .index-cases-bottom,
    .wwh-2025-home .index-news .index-news-bottom {
        grid-template-columns: 1fr;
    }

    .wwh-2025-home .index-about .index-about-introduce span {
        font-size: 20px;
    }

    .wwh-2025-home .index-about .index-about-number {
        flex-wrap: wrap;
    }

    .wwh-2025-home .index-about .index-about-number li {
        min-width: calc(50% - 6px);
    }

    .wwh-2025-home .index-partner .index-partner-bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 36px 0 42px;
    }

    .footer .footer-brand {
        grid-column: auto;
    }

    .footer .footer-friendlink {
        padding-top: 24px;
    }

    .col-banner {
        height: 230px;
    }

    .col-banner .text {
        padding-top: 44px;
    }

    .col-banner .text h3 {
        font-size: 28px;
    }

    .float-btn {
        right: 10px;
    }
}
