/* ==========================================================================
   世纪英才 关于我们页 - 样式
   模板：template/index/default/list/about.html
   ========================================================================== */

        .yc-about-page {
            background: #ffffff;
        }

        .yc-about-hero {
            padding: 88px 0 100px;
            background: #ffffff;
        }

        .yc-about-container {
            width: calc(100% - 48px);
            max-width: 1200px;
            margin: 0 auto;
        }

        .yc-about-hero-grid {
            display: flex;
            align-items: stretch;
            gap: 56px;
        }

        .yc-about-hero-copy {
            flex: 0 0 60%;
            max-width: 60%;
            display: flex;
            flex-direction: column;
            position: relative;
            z-index: 2;
        }

        .yc-about-hero-media {
            flex: 0 0 40%;
            max-width: 40%;
        }

        .yc-about-mobile-summary {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            margin-top: 34px;
        }

        .yc-about-mobile-stats-wrap {
            flex: 0 0 54%;
            max-width: 54%;
            min-width: 0;
        }

        .yc-about-mobile-media-wrap {
            flex: 0 0 calc(46% - 18px);
            max-width: calc(46% - 18px);
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 12px;
            align-items: stretch;
        }

        .yc-about-mobile-summary .yc-about-stats {
            width: 100%;
            margin-top: 0;
            grid-template-columns: 1fr;
            position: static;
            box-shadow: none;
        }

        .yc-about-mobile-summary .yc-about-stat + .yc-about-stat {
            border-left: 0;
            border-top: 1px solid #ececec;
        }

        .yc-about-mobile-summary .yc-about-stat {
            min-height: 0;
        }

        .yc-about-mobile-summary .yc-about-consult-btn {
            align-self: stretch;
            justify-content: center;
            width: 100%;
            max-width: none;
            margin-top: 0;
        }

        .yc-about-mobile-summary .yc-about-hero-media {
                flex: none;
                width: 100%;
            max-width: 100%;
        }

        .yc-about-mobile-summary .yc-about-visual {
            min-height: 320px;
        }

        .yc-about-title-en {
            margin: 0 0 10px;
            font-size: 18px;
            line-height: 1.35;
            font-weight: 700;
            color: #1a4a8d;
            letter-spacing: 0.04em;
        }

        .yc-about-title-zn {
            margin: 0;
            font-size: 34px;
            line-height: 1.28;
            font-weight: 700;
            color: #222222;
        }

        .yc-about-desc {
            margin: 30px 0 0;
            font-size: 15px;
            line-height: 1.8;
            color: #555555;
        }

        .yc-about-stats {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            position: relative;
            margin-top: 34px;
            width: 860px;
            border: 1px solid #ececec;
            background: #ffffff;
            z-index: 10;
        }

        .yc-about-stat {
            padding: 28px 20px 24px;
            min-height: 196px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .yc-about-stat + .yc-about-stat {
            border-left: 1px solid #ececec;
        }

        .yc-about-stat-label {
            margin: 0;
            font-size: 15px;
            line-height: 1.5;
            font-weight: 400;
            color: #111111;
        }

        .yc-about-stat-desc {
            margin: 10px 0 0;
            font-size: 13px;
            line-height: 1.7;
            color: #888888;
        }

        .yc-about-stat-num {
            margin-top: 28px;
            font-size: 42px;
            line-height: 1;
            font-weight: 700;
            font-style: italic;
            color: #e53935;
            letter-spacing: 0.01em;
        }

        .yc-about-consult-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            align-self: flex-start;
            gap: 14px;
            min-width: 170px;
            height: 52px;
            padding: 0 12px 0 26px;
            border: 1px solid #0a3f86;
            border-radius: 999px;
            background: #0a3f86;
            color: #ffffff;
            width: auto;
            max-width: max-content;
            text-decoration: none;
            transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
            margin-top: 22px;
        }

        .yc-about-consult-btn,
        .yc-about-consult-btn:hover,
        .yc-about-consult-btn:focus,
        .yc-about-consult-btn:active {
            text-decoration: none;
        }

        .yc-about-consult-btn:hover {
            background: #ffffff;
            color: #dda054;
            border-color: #ffffff;
            transform: translateY(-1px);
        }

        .yc-about-consult-btn-text {
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
        }

        .yc-about-consult-btn-icon {
            position: relative;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #ffffff;
            border: 1px solid #ffffff;
            flex: 0 0 28px;
            transition: background 0.25s ease, border-color 0.25s ease;
        }

        .yc-about-consult-btn-icon::before,
        .yc-about-consult-btn-icon::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            background: #0a3f86;
            transform: translate(-50%, -50%);
        }

        .yc-about-consult-btn-icon::before {
            width: 10px;
            height: 1.5px;
            margin-left: -1px;
        }

        .yc-about-consult-btn-icon::after {
            width: 6px;
            height: 6px;
            border-top: 1.5px solid #0a3f86;
            border-right: 1.5px solid #0a3f86;
            background: transparent;
            transform: translate(-12%, -50%) rotate(45deg);
        }

        .yc-about-consult-btn:hover .yc-about-consult-btn-icon {
            background: #dda054;
            border-color: #dda054;
        }

        .yc-about-consult-btn:hover .yc-about-consult-btn-icon::before {
            background: #ffffff;
        }

        .yc-about-consult-btn:hover .yc-about-consult-btn-icon::after {
            border-top-color: #ffffff;
            border-right-color: #ffffff;
        }

        .yc-banner {
            width: 100%;
            background: #f5f5f5;
            overflow: hidden;
            position: relative;
        }

        .yc-banner-swiper {
            width: 100%;
            height: 600px;
            position: relative;
            overflow: hidden;
        }

        .yc-about-banner-static {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f5f5f5;
        }

        .yc-banner-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            display: block;
        }

        .yc-about-banner-empty {
            width: 100%;
            height: 100%;
            min-height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 32px;
            text-align: center;
            color: #666666;
            font-size: 15px;
            line-height: 1.8;
            background: linear-gradient(135deg, #f7f8fb 0%, #eef2f7 100%);
        }

        .yc-about-visual {
            position: relative;
            height: 100%;
            min-height: 560px;
            border-radius: 0;
            overflow: hidden;
            background: #f5f6f8;
        }

        .yc-about-visual img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .yc-about-visual-empty {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 32px;
            text-align: center;
            color: #666666;
            font-size: 15px;
            line-height: 1.8;
            background: linear-gradient(135deg, #f7f8fb 0%, #eef2f7 100%);
        }

        .yc-news {
            padding: 92px 0 100px;
            background: #ffffff;
        }

        .yc-news-container {
            width: calc(100% - 48px);
            max-width: 1200px;
            margin: 0 auto;
        }

        .yc-news-header-en {
            margin: 0 0 10px;
            font-size: 14px;
            line-height: 1.3;
            font-weight: 400;
            color: #888888;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

        .yc-news-header-row {
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            gap: 24px;
        }

        .yc-news-header-cn {
            margin: 0;
            font-size: 34px;
            line-height: 1.28;
            font-weight: 700;
            color: #222222;
        }

        .yc-news-header-tip {
            font-size: 14px;
            line-height: 1.4;
            color: #888888;
            white-space: nowrap;
        }

        .yc-news-top-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 28px;
            margin-top: 34px;
        }

        .yc-news-top-card {
            display: flex;
            flex-direction: column;
            min-width: 0;
            text-decoration: none;
            color: inherit;
        }

        .yc-news-top-card,
        .yc-news-top-card:hover,
        .yc-news-top-card:focus,
        .yc-news-top-card:active,
        .yc-news-big-card,
        .yc-news-big-card:hover,
        .yc-news-big-card:focus,
        .yc-news-big-card:active,
        .yc-news-list a,
        .yc-news-list a:hover,
        .yc-news-list a:focus,
        .yc-news-list a:active,
        .yc-news-side-link,
        .yc-news-side-link:hover,
        .yc-news-side-link:focus,
        .yc-news-side-link:active {
            text-decoration: none;
        }

        .yc-news-top-card:hover .yc-news-top-title,
        .yc-news-top-card:hover .yc-news-top-excerpt,
        .yc-news-top-card:hover .yc-news-top-link,
        .yc-news-list a:hover,
        .yc-news-list a:hover .yc-news-list-text,
        .yc-news-side-link:hover .yc-news-side-title,
        .yc-news-side-link:hover .yc-news-side-excerpt {
            color: #dda054 !important;
        }

        .yc-news-big-card:hover .yc-news-big-title {
            color: #dda054;
        }

        .yc-news-top-title {
            margin: 0;
            font-size: 18px;
            line-height: 1.4;
            font-weight: 700;
            color: #222222;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .yc-news-top-accent {
            width: 30px;
            height: 3px;
            background: #e5a64b;
            margin: 12px 0 16px;
        }

        .yc-news-top-media {
            width: 100%;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            background: #f3f4f6;
        }

        .yc-news-top-media img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .yc-news-top-excerpt {
            margin: 14px 0 0;
            font-size: 14px;
            line-height: 1.8;
            color: #666666;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .yc-news-top-link {
            margin-top: auto;
            padding-top: 16px;
            font-size: 14px;
            line-height: 1.4;
            color: #0e4c8c;
        }

        .yc-news-bottom {
            margin-top: 56px;
            display: flex;
            align-items: stretch;
            gap: 0;
        }

        .yc-news-bottom-left {
            flex: 0 0 32%;
            max-width: 32%;
        }

        .yc-news-bottom-mid {
            flex: 1 1 auto;
            min-width: 0;
            padding: 18px 28px 18px 22px;
            border-right: 1px solid #e9e9e9;
            background: #f5f5f5;
            height: 350px;
            box-sizing: border-box;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            position: relative;
            z-index: 1;
        }

        .yc-news-bottom-right {
            flex: 0 0 30%;
            max-width: 30%;
            height: 350px;
            box-sizing: border-box;
            padding-left: 24px;
            position: relative;
            z-index: 1;
        }

        .yc-news-big-card {
            position: relative;
            display: block;
            height: 100%;
            min-height: 350px;
            height: 350px;
            overflow: hidden;
            background: #f3f4f6;
            text-decoration: none;
            color: inherit;
        }

        .yc-news-big-card img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .yc-news-big-overlay {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 18px 18px 20px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
            box-sizing: border-box;
        }

        .yc-news-big-title {
            margin: 0;
            font-size: 18px;
            line-height: 1.45;
            font-weight: 700;
            color: #ffffff;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .yc-news-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: column;
            flex: 1 1 auto;
            justify-content: space-between;
            gap: 0;
        }

        .yc-news-list li {
            position: relative;
            z-index: 1;
            width: 100%;
        }

        .yc-news-list a {
            display: flex;
            align-items: center;
            gap: 10px;
            width: 100%;
            text-decoration: none;
            color: #555555;
            font-size: 15px;
            line-height: 1.55;
            box-sizing: border-box;
            cursor: pointer;
            position: relative;
            z-index: 2;
            padding: 8px 0;
            min-height: 36px;
            pointer-events: auto;
        }

        .yc-news-list-item-empty {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            color: #888888;
            font-size: 15px;
            line-height: 1.55;
        }

        .yc-news-top-card-empty .yc-news-top-title {
            color: #888888;
            font-weight: 600;
        }

        .yc-news-top-card-empty .yc-news-top-link {
            color: transparent;
        }

        .yc-news-side-card-empty {
            box-shadow: none;
        }

        .yc-news-list-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #111111;
            margin-top: 8px;
            flex: 0 0 6px;
        }

        .yc-news-list-text {
            flex: 1 1 auto;
            min-width: 0;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .yc-news-side {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-between;
            gap: 0;
        }

        .yc-news-side-card {
            position: relative;
            border: 1px solid #eeeeee;
            background: #ffffff;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
            flex: 0 0 auto;
            height: 105px;
            box-sizing: border-box;
            overflow: hidden;
        }

        .yc-news-side-link {
            display: flex;
            align-items: center;
            gap: 0;
            width: 100%;
            height: 100%;
            padding: 0;
            text-decoration: none;
            color: inherit;
            min-width: 0;
            box-sizing: border-box;
            cursor: pointer;
        }

        .yc-news-side-media {
            width: 105px;
            height: 105px;
            background: #f3f4f6;
            overflow: hidden;
            flex: 0 0 105px;
        }

        .yc-news-side-media img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .yc-news-side-body {
            flex: 1 1 auto;
            min-width: 0;
            padding: 0 12px;
            box-sizing: border-box;
        }

        .yc-news-side-title {
            margin: 0;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 500;
            color: #333333;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .yc-news-side-excerpt {
            margin: 8px 0 0;
            font-size: 13px;
            line-height: 1.7;
            color: #777777;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .yc-divider-48 {
            width: 100%;
            background: #ffffff;
            overflow: hidden;
        }

        .yc-divider-48 img {
            width: 100%;
            height: 260px;
            display: block;
            object-fit: cover;
            object-position: center center;
        }

        .yc-divider-48-empty {
            width: 100%;
            padding: 32px;
            text-align: center;
            color: #666666;
            font-size: 15px;
            line-height: 1.8;
            background: linear-gradient(135deg, #f7f8fb 0%, #eef2f7 100%);
            box-sizing: border-box;
        }

        @media (max-width: 1199px) {
            .yc-news-top-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 22px;
            }

            .yc-news-bottom {
                gap: 0;
            }

            .yc-news-bottom-left {
                flex-basis: 34%;
                max-width: 34%;
            }

            .yc-news-bottom-right {
                flex-basis: 32%;
                max-width: 32%;
                padding-left: 18px;
            }
        }

        @media (max-width: 991px) {
            .yc-news {
                padding: 76px 0 88px;
            }

            .yc-news-header-row {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }

            .yc-news-bottom {
                flex-direction: column;
            }

            .yc-news-bottom-left,
            .yc-news-bottom-mid,
            .yc-news-bottom-right {
                max-width: 100%;
                flex-basis: auto;
            }

            .yc-news-bottom-mid {
                border-right: 0;
                padding-right: 0;
                padding-top: 26px;
                border-top: 1px solid #e9e9e9;
                background: transparent;
                height: auto;
                overflow: visible;
                display: block;
            }

            .yc-news-big-card {
                height: auto;
                min-height: 360px;
            }
        }

        @media (max-width: 767px) {
            .yc-news-container {
                width: calc(100% - 32px);
            }

            .yc-news {
                padding: 60px 0 72px;
            }

            .yc-news-top-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 18px 14px;
            }

            .yc-news-top-title {
                font-size: 17px;
            }

            .yc-news-big-card {
                min-height: 320px;
            }

            .yc-divider-48 img {
                height: 168px;
            }

            .yc-divider-48-empty {
                min-height: 168px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }

        @media (max-width: 1199px) {
            .yc-about-hero-grid {
                gap: 36px;
            }

            .yc-about-title-zn {
                font-size: 30px;
            }

            .yc-about-stat {
                padding: 24px 18px 20px;
            }

            .yc-banner-swiper,
            .yc-about-banner-empty {
                height: 480px;
                min-height: 480px;
            }
        }

        @media (max-width: 1199px) {
            .yc-about-hero {
                padding: 88px 0 80px;
            }

            .yc-about-hero-grid {
                gap: 36px;
            }

            .yc-about-title-zn {
                font-size: 30px;
            }

            .yc-about-stat {
                padding: 24px 18px 20px;
            }

            .yc-banner-swiper,
            .yc-about-banner-empty {
                height: 480px;
                min-height: 480px;
            }

            .yc-about-stats {
                width: 720px;
            }

            .yc-news {
                padding: 92px 0 80px;
            }

            .yc-advantages {
                padding: 70px 0 80px;
            }

            .yc-certifications {
                padding: 84px 0 80px;
            }

            .yc-brand-power {
                padding: 40px 0 80px;
            }
        }

        @media (max-width: 991px) {
            .yc-about-hero {
                padding: 72px 0 80px;
            }

            .yc-about-hero-grid {
                flex-direction: column;
            }

            .yc-about-hero-copy {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .yc-about-mobile-summary {
                gap: 16px;
            }

            .yc-about-mobile-stats-wrap {
                flex-basis: 56%;
                max-width: 56%;
            }

            .yc-about-mobile-media-wrap {
                flex-basis: calc(44% - 16px);
                max-width: calc(44% - 16px);
            }
            .yc-banner-swiper,
            .yc-about-banner-empty {
                height: 380px;
                min-height: 380px;
            }
        }

        @media (max-width: 767px) {
            .yc-about-container {
                width: calc(100% - 32px);
            }

            .yc-about-hero {
                padding: 56px 0 64px;
            }

            .yc-about-title-en {
                font-size: 16px;
            }

            .yc-about-title-zn {
                font-size: 26px;
            }

            .yc-about-desc {
                margin-top: 24px;
                font-size: 14px;
            }

            .yc-about-page-mobile .yc-about-mobile-summary {
                display: flex;
                flex-wrap: nowrap;
                align-items: stretch;
                gap: 10px;
                margin-top: 22px;
            }

            .yc-about-page-mobile .yc-about-mobile-summary > * {
                min-width: 0;
            }

            .yc-about-page-mobile .yc-about-mobile-stats-wrap {
                flex: 0 0 46%;
                width: 46%;
                max-width: 46%;
                min-width: 0;
            }

            .yc-about-page-mobile .yc-about-mobile-media-wrap {
                flex: 0 0 calc(54% - 10px);
                width: calc(54% - 10px);
                max-width: calc(54% - 10px);
                min-width: 0;
                position: relative;
                display: flex;
                align-items: stretch;
                flex-direction: column;
                gap: 0;
            }

            .yc-about-page-mobile .yc-about-mobile-summary .yc-about-stats {
                width: 100%;
                max-width: 100%;
                min-width: 0;
            }

            .yc-about-page-mobile .yc-about-mobile-summary .yc-about-hero-media {
                display: flex;
                align-items: stretch;
                height: 100%;
            }

            .yc-about-page-mobile .yc-about-mobile-summary .yc-about-hero-media,
            .yc-about-page-mobile .yc-about-mobile-summary .yc-about-visual,
            .yc-about-page-mobile .yc-about-mobile-summary .yc-about-visual img {
                width: 100%;
                max-width: 100%;
                min-width: 0;
            }

            .yc-about-page-mobile .yc-about-mobile-summary .yc-about-visual {
                height: 100%;
                min-height: 100%;
            }

            .yc-about-mobile-summary .yc-about-stat-num {
                margin-top: 14px;
                font-size: 26px;
            }

            .yc-about-mobile-summary .yc-about-stat {
                padding: 14px 10px 12px;
            }

            .yc-about-mobile-summary .yc-about-stat-label {
                font-size: 11px;
                line-height: 1.45;
            }

            .yc-about-mobile-summary .yc-about-stat-desc {
                margin-top: 6px;
                font-size: 10px;
                line-height: 1.45;
            }

            .yc-about-page-mobile .yc-about-mobile-summary .yc-about-consult-btn {
                position: absolute;
                left: 50%;
                bottom: 10px;
                transform: translateX(-50%);
                z-index: 2;
                min-width: 0;
                height: 40px;
                width: auto;
                min-width: 122px;
                max-width: calc(100% - 20px);
                margin: 0;
                padding: 0 16px;
                gap: 6px;
                border-color: rgba(10, 63, 134, 0.96);
                background: rgba(10, 63, 134, 0.96);
                box-shadow: 0 8px 20px rgba(10, 63, 134, 0.22);
            }

            .yc-about-mobile-summary .yc-about-consult-btn-text {
                font-size: 13px;
            }

            .yc-about-mobile-summary .yc-about-consult-btn-icon {
                width: 20px;
                height: 20px;
                flex-basis: 20px;
            }

            .yc-about-mobile-summary .yc-about-visual {
                min-height: 248px;
            }

            .yc-banner-swiper,
            .yc-about-banner-empty {
                height: 280px;
                min-height: 280px;
            }
        }

        @media (max-width: 480px) {
            .yc-about-page-mobile .yc-about-mobile-summary {
                gap: 8px;
            }

            .yc-about-page-mobile .yc-about-mobile-stats-wrap {
                flex-basis: 44%;
                width: 44%;
                max-width: 44%;
            }

            .yc-about-page-mobile .yc-about-mobile-media-wrap {
                flex-basis: calc(56% - 8px);
                width: calc(56% - 8px);
                max-width: calc(56% - 8px);
            }

            .yc-about-page-mobile .yc-about-mobile-summary .yc-about-consult-btn {
                left: 50%;
                bottom: 8px;
                transform: translateX(-50%);
                height: 36px;
                min-width: 112px;
                max-width: calc(100% - 16px);
                margin: 0;
                padding: 0 12px;
                gap: 6px;
            }

            .yc-about-mobile-summary .yc-about-stat {
                padding: 12px 9px 10px;
            }

            .yc-about-mobile-summary .yc-about-stat-num {
                margin-top: 10px;
                font-size: 22px;
            }

            .yc-about-mobile-summary .yc-about-stat-label {
                font-size: 10px;
            }

            .yc-about-mobile-summary .yc-about-stat-desc {
                font-size: 9px;
                line-height: 1.4;
            }

            .yc-about-mobile-summary .yc-about-visual {
                min-height: 214px;
            }

            .yc-banner-swiper,
            .yc-about-banner-empty {
                height: 220px;
                min-height: 220px;
            }
        }

        /* 鍏ㄥ眬鑹插僵瑙勮寖 */
        :root {
            --primary-navy: #1a4a8c;
            --text-black: #000;
            --icon-bg: #e0e0e0;
            --bg-white: #fff;
        }
        
        .yc-advantages {
            width: 100%;
            padding: 70px 0 100px;
            background: var(--bg-white);
            position: relative;
            overflow: hidden;
        }
        
        /* 宸﹀彸涓や晶娣℃祬鐏拌壊鏂滃悜娓愬彉鏌斿厜瑁呴グ */
        .yc-advantages::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 30%;
            height: 100%;
            background: linear-gradient(135deg, rgba(230,230,230,0.3) 0%, transparent 70%);
            z-index: 0;
        }
        
        .yc-advantages::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 30%;
            height: 100%;
            background: linear-gradient(-135deg, rgba(230,230,230,0.3) 0%, transparent 70%);
            z-index: 0;
        }
        
        .yc-advantages-container {
            width: calc(100% - 60px);
            max-width: 1180px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        
        /* 椤堕儴鏍囬鍖哄煙 */
        .yc-advantages-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .yc-advantages-en-title {
            font-size: 14px;
            font-weight: 400;
            color: var(--primary-navy);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin: 0 0 12px 0;
            line-height: 1.3;
        }
        
        .yc-advantages-zn-title {
            font-size: 32px;
            font-weight: 700;
            color: var(--text-black);
            margin: 0;
            line-height: 1.3;
        }
        
        /* 涓讳綋鍗＄墖瀹瑰櫒 */
        .yc-advantages-grid {
            display: flex;
            justify-content: center;
            gap: 30px;
            position: relative;
            padding-bottom: 40px;
            width: max-content;
            margin: 0 auto;
        }
        
        /* 搴曢儴璐┛铏氱嚎 */
        .yc-advantages-grid .yc-bottom-dotted-line {
            position: absolute;
            bottom: 40px;
            left: 142.5px;
            right: 142.5px;
            height: 2px;
            border-bottom: 2px dotted var(--primary-navy);
            z-index: 3;
            pointer-events: none;
        }
        
        /* 鍗曞紶鍗＄墖 */
        .yc-advantage-card {
            flex: 0 0 285px;
            width: 285px;
            height: 420px;
            position: relative;
            background: var(--bg-white);
            padding: 0;
            z-index: 2;
            transition: box-shadow 0.3s ease;
        }
        
        /* 鍗＄墖鎮诞闃村奖 */
        .yc-advantage-card:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
            z-index: 2;
        }
        
        /* 鍗＄墖宸︿笂瑙掔澶达紝鎸囧悜鏁板瓧鍦嗕腑蹇?*/
        .yc-advantage-card::before {
            content: '';
            position: absolute;
            top: -8px;
            left: -1px;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 14px solid var(--primary-navy);
            z-index: 5;
        }

        /* 浠庣澶磋繛鎺ュ埌鏁板瓧鍦嗕腑蹇冪殑钃濈嚎 */
        .yc-advantage-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 2px;
            background: var(--primary-navy);
            z-index: 3;
        }
        
        .yc-advantage-circle {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background: var(--primary-navy);
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: -27.5px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 4;
        }
        
        .yc-advantage-number {
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 0;
        }
        
        .yc-advantage-content {
            background: var(--bg-white);
            padding: 36px 0 0;
        }
        
        /* 鍥炬爣+灏忔爣棰樿 */
        .yc-advantage-header-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            margin-bottom: 20px;
            padding: 0 10px;
        }
        
        .yc-advantage-icon-box {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: var(--icon-bg);
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
        }
        
        .yc-advantage-icon {
            width: 64px;
            height: 64px;
            object-fit: cover;
            border-radius: 50%;
        }
        
        .yc-advantage-icon-box i {
            font-size: 24px;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .yc-advantage-icon-placeholder {
            width: 26px;
            height: 26px;
            background: #fff;
            opacity: 0.9;
            border-radius: 2px;
        }
        

        
        .yc-advantage-card-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--text-black);
            margin: 0;
            line-height: 1.3;
        }
        
        /* 鍥剧墖鍖哄煙 */
        .yc-advantage-image-box {
            width: 242px;
            height: 148px;
            overflow: hidden;
            margin-bottom: 18px;
            margin-left: auto;
            margin-right: auto;
            background: #f0f0f0;
        }
        
        .yc-advantage-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        .yc-advantage-image-placeholder {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #e5e5e5 0%, #f5f5f5 100%);
        }
        
        /* 鎻忚堪鏂囨湰 */
        .yc-advantage-desc {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-black);
            padding: 0 5px;
            text-align: left;
            font-weight: 400;
        }
        
        /* 搴曢儴鍦嗙偣 */
        .yc-advantage-bottom-line {
            position: absolute;
            left: 50%;
            bottom: -7px;
            width: 14px;
            height: 14px;
            transform: translateX(-50%);
            z-index: 3;
        }
        
        .yc-advantage-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: var(--primary-navy);
            position: absolute;
            inset: 0;
            z-index: 4;
        }
        
        /* 鍝嶅簲寮?*/
        @media (max-width: 1199px) {
            .yc-advantages-grid {
                flex-wrap: wrap;
                gap: 40px;
            }
            
            .yc-advantage-card {
                flex: 0 0 calc(50% - 20px);
            }
            
            .yc-advantages-grid::before,
            .yc-advantages-grid::after,
            .yc-advantages-grid .yc-bottom-dotted-line,
            .yc-advantage-card::before,
            .yc-advantage-card::after,
            .yc-advantage-top-line,
            .yc-advantage-bottom-line {
                display: none;
            }
            
            .yc-advantage-content {
                padding-top: 0;
            }
        }
        
        @media (max-width: 767px) {
            .yc-advantages {
                padding: 50px 0;
            }
            
            .yc-advantages-zn-title {
                font-size: 26px;
            }
            
            .yc-advantages-grid {
                width: 100%;
                flex-wrap: wrap;
                justify-content: space-between;
                gap: 34px 12px;
            }
            
            .yc-advantage-card {
                flex: 0 0 calc(50% - 6px);
                width: calc(50% - 6px);
                min-width: 0;
                height: auto;
                box-shadow: 0 10px 24px rgba(16, 36, 64, 0.12);
            }

            .yc-advantage-circle {
                width: 42px;
                height: 42px;
                top: -21px;
            }

            .yc-advantage-number {
                font-size: 13px;
            }

            .yc-advantage-content {
                padding-top: 28px;
            }

            .yc-advantage-header-row {
                display: grid;
                grid-template-columns: 40px 1fr 40px;
                align-items: center;
                gap: 0;
                margin-bottom: 14px;
                padding: 0 6px;
            }

            .yc-advantage-icon-box,
            .yc-advantage-icon {
                width: 40px;
                height: 40px;
            }

            .yc-advantage-icon-box {
                grid-column: 1;
                grid-row: 1;
                justify-self: start;
            }

            .yc-advantage-icon-box i {
                font-size: 16px;
            }

            .yc-advantage-icon-placeholder {
                width: 16px;
                height: 16px;
            }

            .yc-advantage-card-title {
                font-size: 15px;
                grid-column: 1 / 4;
                grid-row: 1;
                width: 100%;
                text-align: center;
                padding: 0 10px;
            }

            .yc-advantage-image-box {
                width: calc(100% - 16px);
                height: 104px;
                margin-bottom: 12px;
                margin-left: auto;
                margin-right: auto;
            }

            .yc-advantage-desc {
                font-size: 12px;
                line-height: 1.6;
                padding: 0 2px;
            }

            .yc-advantage-card::before,
            .yc-advantage-card::after {
                display: block;
            }

            .yc-advantage-card::before {
                top: -7px;
                border-top-width: 7px;
                border-bottom-width: 7px;
                border-left-width: 11px;
            }

            .yc-advantage-card::after {
                width: 54%;
            }

            .yc-advantage-bottom-line {
                display: none;
            }
        }

        .yc-certifications {
            padding: 96px 0 100px;
            background: #ffffff;
            overflow: hidden;
        }

        .yc-certifications-container {
            width: calc(100% - 48px);
            max-width: 1320px;
            margin: 0 auto;
        }

        .yc-certifications-header {
            text-align: center;
            max-width: 860px;
            margin: 0 auto 54px;
        }

        .yc-certifications-en {
            margin: 0 0 14px;
            font-size: 16px;
            line-height: 1.45;
            font-weight: 700;
            color: #1a4a8d;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .yc-certifications-cn {
            margin: 0;
            font-size: 38px;
            line-height: 1.25;
            font-weight: 700;
            color: #1f1f1f;
        }

        .yc-certifications-slogan {
            margin: 16px 0 0;
            font-size: 18px;
            line-height: 1.7;
            color: #5f6670;
            font-weight: 400;
            letter-spacing: 0;
            text-transform: none;
        }

        .yc-certifications-slider {
            position: relative;
            padding: 0;
            overflow: visible;
            width: 1232px;
            max-width: 100%;
            margin: 0 auto;
        }

        .yc-certifications-viewport {
            overflow: hidden;
            width: 100%;
        }

        .yc-certifications-track {
            display: flex;
            gap: 24px;
            transition: transform 0.4s ease;
            will-change: transform;
        }

        .yc-certifications-slide {
            flex: 0 0 290px;
            width: 290px;
            min-width: 0;
        }

        .yc-certifications-card,
        .yc-certifications-card:hover,
        .yc-certifications-card:focus,
        .yc-certifications-card:active {
            display: block;
            text-decoration: none;
        }

        .yc-certifications-card {
            border: none;
            background: transparent;
            padding: 0 0 24px;
            color: inherit;
        }

        .yc-certifications-card:hover .yc-certifications-title {
            color: #dda054;
        }

        .yc-certifications-card.is-placeholder {
            cursor: default;
        }

        .yc-certifications-media {
            position: relative;
            width: 290px;
            height: 320px;
            background: transparent;
            overflow: hidden;
            margin: 0 auto;
        }

        .yc-certifications-image-wrap {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
        }

        .yc-certifications-image {
            max-width: 100%;
            max-height: 100%;
            width: 290px;
            height: 320px;
            display: block;
            object-fit: contain;
        }

        .yc-certifications-image-empty {
            width: 82%;
            height: 72%;
            border: 1px dashed rgba(26, 74, 141, 0.18);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(246, 248, 251, 0.95) 100%);
        }

        .yc-certifications-title {
            margin: 18px 4px 0;
            font-size: 17px;
            line-height: 1.65;
            font-weight: 400;
            color: #333333;
            text-align: center;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            min-height: 56px;
            transition: color 0.25s ease;
        }

        .yc-certifications-arrow {
            position: absolute;
            top: 160px;
            width: 46px;
            height: 46px;
            margin-top: -23px;
            border: 1px solid rgba(255, 255, 255, 0.72);
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.66);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            cursor: pointer;
            transition: background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
            z-index: 3;
        }

        .yc-certifications-arrow::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 10px;
            height: 10px;
            border-top: 2px solid #8c97a2;
            border-right: 2px solid #8c97a2;
            transform-origin: center;
        }

        .yc-certifications-arrow:hover {
            background: rgba(255, 255, 255, 0.92);
            border-color: rgba(255, 255, 255, 0.92);
        }

        .yc-certifications-arrow[disabled] {
            opacity: 0.45;
            cursor: default;
        }

        .yc-certifications-arrow.prev {
            left: 12px;
        }

        .yc-certifications-arrow.prev::before {
            transform: translate(-35%, -50%) rotate(-135deg);
        }

        .yc-certifications-arrow.next {
            right: 12px;
        }

        .yc-certifications-arrow.next::before {
            transform: translate(-65%, -50%) rotate(45deg);
        }

        @media (max-width: 1231px) {
            .yc-certifications-slider {
                width: 604px;
            }
        }

        @media (max-width: 1199px) {
            .yc-certifications {
                padding: 84px 0 40px;
            }

            .yc-certifications-container {
                width: calc(100% - 40px);
            }

            .yc-certifications-cn {
                font-size: 34px;
            }

            .yc-certifications-slogan {
                font-size: 16px;
            }

            .yc-certifications-slide {
                flex-basis: 290px;
                width: 290px;
            }

            .yc-certifications-viewport {
                width: 100%;
            }

            .yc-certifications-arrow.prev {
                left: 10px;
            }

            .yc-certifications-arrow.next {
                right: 10px;
            }

            .yc-certifications-slider {
                width: 604px;
            }
        }

        @media (max-width: 767px) {
            .yc-about-hero {
                padding: 56px 0 22px;
            }

            .yc-news {
                padding: 26px 0 60px;
            }

            .yc-advantages {
                padding: 50px 0 24px;
            }

            .yc-certifications {
                padding: 28px 0 60px;
            }

            .yc-certifications-container {
                width: calc(100% - 32px);
            }

            .yc-certifications-header {
                margin-bottom: 38px;
            }

            .yc-certifications-en {
                font-size: 13px;
                margin-bottom: 10px;
            }

            .yc-certifications-cn {
                font-size: 28px;
            }

            .yc-certifications-slogan {
                margin-top: 12px;
                font-size: 15px;
                line-height: 1.8;
            }

            .yc-certifications-slider {
                padding: 0;
                width: 100%;
            }

            .yc-certifications-track {
                gap: 16px;
            }

            .yc-certifications-slide {
                flex-basis: 100%;
                width: auto;
            }

            .yc-certifications-viewport {
                width: 100%;
            }

            .yc-certifications-arrow.prev {
                left: 8px;
            }

            .yc-certifications-arrow.next {
                right: 8px;
            }

            .yc-certifications-card {
                padding: 14px 14px 18px;
            }

            .yc-certifications-title {
                margin-top: 14px;
                font-size: 16px;
                min-height: 52px;
            }

            .yc-certifications-arrow {
                width: 38px;
                height: 38px;
                margin-top: -19px;
            }

            .yc-brand-power {
                padding: 34px 0 60px;
            }
        }

        .yc-brand-power {
            padding: 40px 0 100px;
            background: #ffffff;
        }

        .yc-brand-power-container {
            width: calc(100% - 48px);
            max-width: 1185px;
            margin: 0 auto;
        }

        .yc-brand-power-grid {
            display: grid;
            grid-template-columns: 420px 1fr;
            gap: 34px;
            align-items: start;
        }

        .yc-brand-power-left {
            min-width: 0;
        }

        .yc-brand-power-right {
            min-width: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .yc-brand-power-head {
            padding-top: 4px;
            width: 698px;
            max-width: 100%;
            text-align: left;
        }

        .yc-brand-power-en {
            margin: 0 0 10px;
            font-size: 14px;
            line-height: 1.3;
            font-weight: 700;
            color: #1a4a8d;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

        .yc-brand-power-cn {
            margin: 0;
            font-size: 34px;
            line-height: 1.26;
            font-weight: 700;
            color: #111111;
        }

        .yc-brand-power-slogan {
            margin: 16px 0 0;
            font-size: 32px;
            line-height: 1.32;
            font-weight: 700;
            color: #111111;
        }

        .yc-brand-power-slogan span {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            padding: 6px 0 7px 0;
            box-sizing: border-box;
            background: linear-gradient(90deg, rgba(233, 220, 198, 0) 0%, rgba(233, 220, 198, 0.92) 100%);
        }

        .yc-brand-power-matrix {
            margin-top: 26px;
            display: grid;
            grid-template-columns: repeat(2, 340px);
            gap: 18px;
            width: 698px;
            max-width: 100%;
        }

        .yc-brand-power-photo,
        .yc-brand-power-photo:hover,
        .yc-brand-power-photo:focus,
        .yc-brand-power-photo:active {
            display: block;
            text-decoration: none;
            color: inherit;
        }

        .yc-brand-power-photo {
            position: relative;
            overflow: hidden;
            background: #f3f4f6;
        }

        .yc-brand-power-photo.is-large {
            width: 420px;
            height: 630px;
        }

        .yc-brand-power-photo.is-small {
            width: 340px;
            height: 220px;
        }

        .yc-brand-power-photo img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .yc-brand-power-photo-empty {
            width: 100%;
            height: 100%;
            border: 1px dashed rgba(26, 74, 141, 0.18);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(246, 248, 251, 0.96) 100%);
            box-sizing: border-box;
        }

        .yc-brand-power-tag {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 55px;
            padding: 0 0 0 1em;
            background: linear-gradient(90deg, rgba(198, 156, 109, 0.92) 0%, rgba(198, 156, 109, 0.62) 55%, rgba(198, 156, 109, 0.08) 100%);
            color: #ffffff;
            font-size: 16px;
            line-height: 1;
            font-weight: 600;
            text-align: left;
            box-sizing: border-box;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        .yc-brand-power-photo.is-placeholder .yc-brand-power-tag {
            white-space: normal;
        }

        @media (max-width: 1199px) {
            .yc-brand-power {
                padding: 40px 0 100px;
            }

            .yc-brand-power-grid {
                grid-template-columns: 1fr;
                gap: 34px;
            }

            .yc-brand-power-right {
                align-items: stretch;
            }

            .yc-brand-power-head {
                width: 100%;
            }

            .yc-brand-power-slogan {
                font-size: 28px;
            }

            .yc-brand-power-matrix {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                width: 100%;
            }

            .yc-brand-power-photo.is-large {
                width: 100%;
                height: auto;
                aspect-ratio: 2 / 3;
            }

            .yc-brand-power-photo.is-small {
                width: 100%;
                height: auto;
                aspect-ratio: 17 / 11;
            }
        }

        @media (max-width: 767px) {
            .yc-brand-power {
                padding: 40px 0 100px;
            }

            .yc-brand-power-container {
                width: calc(100% - 32px);
            }

            .yc-brand-power-cn {
                font-size: 28px;
            }

            .yc-brand-power-slogan {
                font-size: 24px;
            }

            .yc-brand-power-matrix {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .yc-brand-power-tag {
                font-size: 14px;
                height: 55px;
                bottom: 55px;
                padding: 0 0 0 1em;
            }
        }

    .yc-service-map {
        padding: 0;
        background: #f8f9fa;
        position: relative;
        overflow: hidden;
    }

    .yc-service-map::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: 
            radial-gradient(circle at 20% 30%, rgba(200, 205, 210, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 80% 60%, rgba(200, 205, 210, 0.06) 0%, transparent 50%),
            radial-gradient(circle at 50% 80%, rgba(200, 205, 210, 0.05) 0%, transparent 40%);
        z-index: 0;
        pointer-events: none;
    }

    .yc-service-map-container {
        width: calc(100% - 48px);
        max-width: 1185px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .yc-service-map-grid {
        display: grid;
        grid-template-columns: 420px 1fr;
        gap: 34px;
        align-items: stretch;
    }

    .yc-service-map-left {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 48px;
        background: #ffffff;
        padding: 32px 28px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        box-sizing: border-box;
    }

    .yc-service-map-left .yc-service-map-titles,
    .yc-service-map-left .yc-service-map-contact {
        width: 100%;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .yc-service-map-titles {
        background: transparent;
        padding: 0;
        box-shadow: none;
        text-align: left;
    }

    .yc-service-map-title-black {
        margin: 0;
        font-size: 35px;
        line-height: 1.22;
        font-weight: 700;
        color: #111111;
    }

    .yc-service-map-title-blue {
        color: #1a4a8d;
    }

    .yc-service-map-title-sub {
        margin: 12px 0 0;
        font-size: 35px;
        line-height: 1.22;
        font-weight: 700;
        color: #1a4a8d;
    }

    .yc-service-map-title-en {
        margin: 16px 0 0;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        color: #888888;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .yc-service-map-title-line {
        width: 60px;
        height: 3px;
        background: #1a4a8d;
        margin-top: 20px;
    }

    .yc-service-map-contact {
        position: relative;
        overflow: hidden;
        background: transparent;
        padding: 0;
        box-shadow: none;
    }

    .yc-service-map-contact-bg-en {
        position: relative;
        z-index: 1;
        margin: 0 0 10px;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 700;
        color: #c8cdd2;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .yc-service-map-contact-title {
        margin: 0 0 32px;
        font-size: 24px;
        line-height: 1.3;
        font-weight: 700;
        color: #111111;
        position: relative;
        z-index: 1;
    }

    .yc-service-map-contact-group {
        margin-bottom: 28px;
        position: relative;
        z-index: 1;
    }

    .yc-service-map-contact-group:last-child {
        margin-bottom: 0;
    }

    .yc-service-map-contact-label {
        margin: 0 0 8px;
        font-size: 13px;
        line-height: 1.5;
        font-weight: 400;
        color: #888888;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .yc-service-map-contact-text {
        margin: 0;
        font-size: 16px;
        line-height: 1.7;
        color: #333333;
    }

    .yc-service-map-contact-phone-box {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .yc-service-map-contact-phone-icon {
        width: 22px;
        height: 22px;
        display: block;
        object-fit: contain;
        flex-shrink: 0;
        filter: brightness(0) saturate(100%) invert(74%) sepia(23%) saturate(1636%) hue-rotate(351deg) brightness(92%) contrast(90%);
    }

    .yc-service-map-contact-phone {
        font-size: 32px;
        line-height: 1.2;
        font-weight: 700;
        color: #e5a64b;
        text-decoration: none;
    }

    .yc-service-map-contact-phone:hover {
        color: #d49a42;
    }

    .yc-service-map-right {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .yc-service-map-buttons {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 12px;
    }

    .yc-service-map-button {
        padding: 14px 12px;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        font-size: 15px;
        line-height: 1.4;
        font-weight: 500;
        color: #333333;
        cursor: pointer;
        transition: all 0.25s ease;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    }

    .yc-service-map-button:hover {
        background: #f5f5f5;
        border-color: #d0d0d0;
    }

    .yc-service-map-button.active {
        background: #1a4a8d;
        border-color: #1a4a8d;
        color: #ffffff;
    }

    .yc-service-map-display {
        background: #ffffff;
        padding: 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    }

    .yc-service-map-image-wrap {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 10;
        background: #f3f4f6;
        overflow: hidden;
    }

    .yc-service-map-image {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .yc-service-map-image-empty {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 32px;
        text-align: center;
        color: #888888;
        font-size: 15px;
        line-height: 1.8;
        background: linear-gradient(135deg, #f7f8fb 0%, #eef2f7 100%);
        box-sizing: border-box;
    }

    .yc-service-map-popup {
        position: absolute;
        top: 40%;
        left: 55%;
        background: #ffffff;
        padding: 18px 24px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
        z-index: 2;
    }

    .yc-service-map-popup::before {
        content: '';
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #ffffff;
    }

    .yc-service-map-popup-cn {
        margin: 0;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 700;
        color: #111111;
    }

    .yc-service-map-popup-en {
        margin: 6px 0 0;
        font-size: 13px;
        line-height: 1.4;
        font-weight: 400;
        color: #888888;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    @media (max-width: 1199px) {
        .yc-service-map {
            padding: 0;
        }

        .yc-service-map-grid {
            grid-template-columns: 1fr;
            gap: 34px;
        }

        .yc-service-map-left {
            gap: 28px;
        }

        .yc-service-map-buttons {
            grid-template-columns: repeat(3, 1fr);
        }

        .yc-service-map-contact-bg-en {
            font-size: 30px;
        }
    }

    @media (max-width: 767px) {
        .yc-service-map {
            padding: 0;
        }

        .yc-service-map-container {
            width: calc(100% - 32px);
        }

        .yc-service-map-left {
            padding: 24px 20px;
        }

        .yc-service-map-left .yc-service-map-titles,
        .yc-service-map-left .yc-service-map-contact {
            max-width: none;
        }

        .yc-service-map-title-black {
            font-size: 30px;
        }

        .yc-service-map-title-sub {
            font-size: 22px;
        }

        .yc-service-map-contact-title {
            font-size: 24px;
        }

        .yc-service-map-contact-phone {
            font-size: 26px;
        }

        .yc-service-map-buttons {
            grid-template-columns: repeat(2, 1fr);
        }

        .yc-service-map-contact-bg-en {
            font-size: 30px;
        }
    }

    .yc-cta-section {
        width: 100%;
        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
        padding: 44px 0;
        margin-top: 0;
        position: relative;
        z-index: 1;
    }

    .yc-cta-container {
        position: relative;
        z-index: 1;
        width: calc(100% - 48px);
        max-width: 1185px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

    .yc-cta-text {
        flex: 1;
        min-width: 0;
    }

    .yc-cta-subtitle {
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
        line-height: 18px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 8px;
    }

    .yc-cta-title {
        font-size: 24px;
        font-weight: 700;
        color: #ffffff;
        line-height: 32px;
        margin: 0 0 6px;
    }

    .yc-cta-desc {
        font-size: 14px;
        font-weight: 400;
        color: #ffffff;
        line-height: 20px;
        opacity: 0.92;
    }

    .yc-cta-button {
        display: inline-block;
        flex-shrink: 0;
        padding: 12px 38px;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        background: #dda054;
        text-decoration: none !important;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .yc-cta-button:hover {
        background: #c8924a;
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(221, 160, 84, 0.35);
    }

    @media (max-width: 767px) {
        .yc-cta-container {
            width: calc(100% - 32px);
            flex-direction: column;
            align-items: flex-start;
            gap: 22px;
        }

        .yc-cta-button {
            width: 100%;
            text-align: center;
        }
    }
