.page-breadcrumb-wrap {
    background: #fff;
    border-bottom: 1px solid #e1e7ee
}

.page-breadcrumb-wrap .breadcrumb {
    padding: 16px 0;
    margin: 0;
    font-size: 11px;
    color: #5e7592
}

.page-breadcrumb-wrap a {
    color: #123b84
}

.page-hero-compact {
    height: 315px
}

.history-block {
    background: #f3f7fc;
    padding: 78px 0
}

.history-track {
    display: flex;
    border-top: 2px solid #123b84;
    transition: transform .5s ease
}

.history-track article {
    flex: 0 0 calc(100% / var(--visible));
    padding: 30px 28px 12px;
    position: relative;
    box-sizing: border-box
}

.history-track article:before {
    content: "";
    position: absolute;
    left: 28px;
    top: -9px;
    width: 13px;
    height: 13px;
    border: 3px solid #e21e2b;
    background: #fff;
    border-radius: 50%
}

.history-track b {
    display: block;
    color: #123b84;
    font: 22px Arial;
    margin-bottom: 18px
}

.history-track span {
    display: block;
    font-size: 12px;
    line-height: 1.9;
    color: #68717c
}

.detail-card {
    scroll-margin-top: 105px;
    cursor: pointer
}

.detail-card:target {
    border-color: #e21e2b;
    box-shadow: 0 18px 36px rgba(18, 59, 132, .15)
}

.solution-page-card,
.case-masonry article,
.news-cards article {
    scroll-margin-top: 105px
}

.solution-page-card:target,
.case-masonry article:target {
    outline: 2px solid #e21e2b
}

.news-cards article:target {
    background: #f3f7fc;
    padding: 15px
}

.is-clickable {
    cursor: pointer
}

.is-clickable:focus-visible {
    outline: 3px solid rgba(226, 30, 43, .45);
    outline-offset: 4px
}

.card-action {
    display: inline-flex !important;
    margin-top: 14px;
    color: #e21e2b !important;
    font-size: 11px !important;
    font-weight: 700
}

.case-masonry .card-action {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, .75);
    padding-bottom: 3px
}

.detail-hero {
    background: #f3f7fc;
    padding: 58px 0
}

.detail-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    align-items: center
}

.detail-hero img {
    width: 100%;
    height: 430px;
    object-fit: cover
}

.detail-kicker {
    color: #e21e2b;
    font-weight: 700;
    letter-spacing: .08em
}

.detail-hero h1 {
    font-size: 43px;
    color: #123b84;
    margin: 15px 0
}

.detail-hero p {
    font-size: 13px;
    color: #68717c;
    line-height: 2
}

.detail-contact {
    display: inline-flex;
    margin-top: 24px
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 28px;
    font-size: 12px
}

.spec-table th,
.spec-table td {
    padding: 13px 15px;
    border: 1px solid #d4deea;
    text-align: left
}

.spec-table th {
    width: 35%;
    background: #edf4fb;
    color: #123b84
}

.detail-copy {
    padding: 72px 0
}

.detail-copy h2 {
    font-size: 30px;
    color: #123b84
}

.detail-copy p {
    font-size: 13px;
    line-height: 2;
    color: #68717c;
    max-width: 850px
}

.detail-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px
}

.detail-points div {
    padding: 24px;
    background: #edf4fb
}

.detail-points b {
    display: block;
    color: #123b84;
    font-size: 16px;
    margin-bottom: 9px
}

.detail-points span {
    font-size: 11px;
    color: #68717c;
    line-height: 1.7
}

.news-meta {
    margin-top: 25px;
    color: #e21e2b;
    font-size: 12px;
    font-weight: 700
}

.news-article [data-detail-body] {
    max-width: 900px;
    margin: auto
}

.news-article [data-detail-body]>h2 {
    text-align: center;
    margin-bottom: 35px
}

.news-article [data-detail-body]>p {
    max-width: none;
    font-size: 14px
}

.news-note {
    margin-top: 35px;
    padding: 20px 24px;
    border-left: 3px solid #e21e2b;
    background: #f3f7fc;
    color: #68717c;
    font-size: 12px;
    line-height: 1.8
}

.page-pagination {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 15px;
    margin-top: 55px;
    border-top: 1px solid #dce4ed;
    padding-top: 22px
}

.page-pagination a,
.page-pagination span {
    padding: 13px 18px;
    border: 1px solid #cbd7e5;
    color: #123b84;
    font-size: 12px
}

.page-pagination a:last-child {
    text-align: right
}

.page-pagination a:hover {
    background: #123b84;
    color: #fff
}

.page-pagination b {
    font-size: 11px;
    color: #718096;
    font-weight: 500
}

.page-pagination .disabled {
    color: #aeb8c4;
    background: #f5f7fa
}

.detail-pagination {
    grid-template-columns: 1fr 1fr
}

.content-carousel {
    position: relative
}

.carousel-viewport {
    overflow: hidden
}

.carousel-track,
.cert-page-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    transition: transform .5s ease;
    margin-top: 0
}

.cert-page-grid article {
    flex: 0 0 calc(100% / var(--visible));
    box-sizing: border-box;
    border: 10px solid transparent;
    background: transparent
}

.cert-page-grid article>img,
.cert-page-grid article>div {
    background: #fff;
    border: 1px solid #e1e7ee
}

.cert-page-grid article>div {
    border-top: 0
}

.carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 30px
}

.carousel-controls>button {
    width: 42px;
    height: 42px;
    border: 1px solid #cbd7e5;
    background: #fff;
    color: #123b84;
    cursor: pointer
}

.carousel-controls>button:disabled {
    opacity: .35;
    cursor: default
}

.carousel-dots {
    display: flex;
    gap: 7px
}

.carousel-dots button {
    width: 22px;
    height: 4px;
    border: 0;
    background: #cbd7e5;
    padding: 0;
    cursor: pointer
}

.carousel-dots button.active {
    background: #e21e2b;
    width: 34px
}

.footer {
    margin-top: 0
}

.nav-cta span {
    font-size: 12px
}

@media(max-width:800px) {
    .page-hero-compact {
        height: 280px
    }

    .detail-hero-grid {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .detail-hero img {
        height: 300px
    }

    .detail-hero h1 {
        font-size: 34px
    }

    .detail-points {
        grid-template-columns: 1fr
    }

    .page-pagination {
        margin-top: 35px;
        grid-template-columns: 1fr 1fr
    }

    .page-pagination b {
        grid-column: 1/-1;
        grid-row: 1;
        text-align: center
    }

    .page-pagination a,
    .page-pagination span {
        grid-row: 2;
        padding: 11px
    }

    .detail-pagination a {
        grid-row: auto
    }

    .page-breadcrumb-wrap .breadcrumb {
        padding-left: 4vw
    }

    .cert-page-grid article {
        border-width: 5px
    }
}

@media(max-width:800px) {
    .header-inner {
        position: relative
    }

    .header .menu-toggle {
        display: block !important;
        position: absolute !important;
        right: 0 !important;
        top: 14px !important;
        width: 42px !important;
        height: 42px !important;
        background: #123b84 !important;
        color: #fff !important;
        z-index: 80 !important
    }

    .header .brand span {
        max-width: 205px
    }
}

@media(max-width:420px) {
    .header .brand span {
        max-width: 185px
    }

    .header .brand b {
        font-size: 12px
    }
}

.history-block {
    background: transparent;
    padding: 82px 0 72px
}

.history-block .page-title {
    margin-bottom: 32px
}

.history-block .content-carousel {
    /* max-width: 980px; */
    margin: auto
}

.history-block .carousel-viewport {
    background: linear-gradient(135deg, #123b84, #1d4f9e);
    box-shadow: 0 20px 45px rgba(18, 59, 132, .16)
}

.history-block .history-track {
    border: 0;
    background: transparent
}

.history-block .history-track article {
    min-height: 220px;
    padding: 45px 58px;
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 35px;
    color: #fff
}

.history-block .history-track article:before {
    display: none
}

.history-block .history-track b {
    font-size: 58px;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding-right: 35px;
    border-right: 1px solid rgba(255, 255, 255, .28)
}

.history-block .history-track span {
    font-size: 15px;
    line-height: 2;
    color: #e4ecf8
}

.history-block .carousel-controls {
    justify-content: flex-end;
    margin-top: 16px
}

.history-block .carousel-dots {
    display: none
}

.history-block .carousel-controls>button {
    background: #123b84;
    border-color: #123b84;
    color: #fff
}

.history-block .carousel-controls>button:disabled {
    background: #dce5f1;
    border-color: #dce5f1;
    color: #7890ae
}

.news-list-column {
    min-width: 0
}

.list-pagination {
    grid-template-columns: 106px auto 106px;
    max-width: 350px;
    margin: 28px auto 0;
    border-top: 0;
    padding-top: 0
}

.list-pagination a,
.list-pagination span {
    padding: 11px 12px;
    text-align: center !important
}

.detail-pagination {
    display: flex;
    justify-content: center;
    max-width: 390px;
    margin: 50px auto 0;
    border-top: 0;
    padding-top: 0
}

.detail-pagination a {
    flex: 1;
    text-align: center !important;
    white-space: nowrap
}

.detail-pagination a+a {
    margin-left: 10px
}

@media(max-width:800px) {
    .history-block {
        padding: 58px 0
    }

    .history-block .history-track article {
        min-height: 260px;
        padding: 36px 28px;
        display: block
    }

    .history-block .history-track b {
        font-size: 44px;
        padding: 0 0 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .28);
        margin-bottom: 20px
    }

    .history-block .history-track span {
        font-size: 13px
    }

    .history-block .carousel-controls {
        justify-content: center
    }

    .list-pagination {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: 300px
    }

    .list-pagination b {
        grid-column: 1/-1;
        grid-row: 1
    }

    .list-pagination a,
    .list-pagination span {
        grid-row: 2
    }

    .detail-pagination {
        display: flex;
        max-width: 310px
    }

    .detail-pagination a {
        grid-row: auto;
        padding: 12px 8px
    }
}

.page-main [hidden] {
    display: none !important
}

.product-directory {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0 44px;
}

.product-directory a {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 92px;
    padding: 18px 20px;
    border: 1px solid #dbe3ed;
    background: #fff;
    color: #123b84;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.product-directory a:hover,
.product-directory a.active {
    border-color: #e21e2b;
    box-shadow: 0 12px 26px rgba(18, 59, 132, .12);
    transform: translateY(-3px);
}

/* 下拉菜单覆盖全局导航链接效果，避免继承主导航的满高和下划线动画 */
.nav .nav-dropdown a,
.nav .nav-dropdown a:hover {
    height: auto;
    min-width: 0;
    display: block;
    flex-direction: initial;
    align-items: initial;
    justify-content: initial;
}

.nav .nav-dropdown a:after {
    display: none;
    width: 0;
}

.nav-dropdown {
    pointer-events: none;
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
    pointer-events: auto;
}

.product-directory strong { font-size: 15px; }
.product-directory span { color: #6f8096; font-size: 12px; }
.product-category-panel { scroll-margin-top: 110px; padding: 34px 0 58px; border-top: 1px solid #e4eaf1; }
.product-category-panel[hidden] { display: none; }
.category-heading { max-width: 760px; margin-bottom: 24px; }
.category-heading small { color: #e21e2b; font-weight: 700; letter-spacing: .12em; }
.category-heading h2 { margin: 8px 0 10px; color: #123b84; }
.category-heading p { color: #68717c; line-height: 1.9; }
.product-catalog-card { display: grid; grid-template-columns: minmax(280px, 42%) 1fr; align-items: stretch; }
.product-catalog-card img { width: 100%; height: auto !important; max-height: none !important; object-fit: contain; background: #f6f8fb; }
.product-catalog-card > div { display: flex; flex-direction: column; justify-content: center; }
.static-detail[hidden] { display: none; }

@media (max-width: 900px) {
    .product-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    .product-directory { grid-template-columns: 1fr; }
    .product-catalog-card { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
    .nav .nav-dropdown a,
    .nav .nav-dropdown a:hover {
        display: block;
        height: auto;
        min-height: 0;
        padding: 11px 18px;
    }

    .nav.open .nav-dropdown {
        pointer-events: auto;
    }
}

.detail-grid .detail-card>img {
    height: auto !important;
    max-height: none !important;
    object-fit: contain
}

.product-gallery {
    min-width: 0
}

.product-gallery-main {
    background: #fff;
    border: 1px solid #dbe3ed;
    overflow: hidden
}

.detail-hero .product-gallery-main img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    transition: opacity .22s ease, transform .22s ease
}

.detail-hero .product-gallery-main img.changing {
    opacity: .55;
    transform: scale(.985)
}

.product-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px
}

.product-gallery-thumbs button {
    height: 84px;
    padding: 4px;
    border: 1px solid #cbd7e5;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    transition: border-color .25s, box-shadow .25s
}

.product-gallery-thumbs button:hover,
.product-gallery-thumbs button.active {
    border-color: #e21e2b;
    box-shadow: inset 0 0 0 1px #e21e2b
}

.detail-hero .product-gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(max-width:800px) {
    .product-gallery-thumbs {
        grid-template-columns: repeat(3, 1fr)
    }

    .product-gallery-thumbs button {
        height: 72px
    }
}

.footer-brand .brand b:after {
    font-size: 18px
}

.footer-brand p {
    font-size: 13px;
    line-height: 2
}

.footer-nav b {
    font-size: 15px;
    margin-bottom: 8px
}

.footer-nav a,
.footer-nav span {
    font-size: 13px;
    line-height: 1.7
}

.footer-bottom {
    font-size: 11px;
    line-height: 1.7
}

@media(max-width:800px) {
    .footer-brand p {
        font-size: 13px
    }

    .footer-nav b {
        font-size: 15px
    }

    .footer-nav a,
    .footer-nav span {
        font-size: 13px
    }

    .footer-bottom {
        font-size: 11px
    }
}

.contact-wechat {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.contact-wechat img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    background: #fff;
    padding: 5px
}

.contact-wechat b {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px
}

.contact-wechat span {
    display: block;
    font-size: 12px;
    color: #d5e2f5
}

.contact-lines a {
    color: #fff;
    font-size: 13px
}

.footer-contact a[href^="tel:"] {
    color: #c5d4eb;
    margin-top: 0
}

.footer-contact a[href^="tel:"]:hover {
    color: #fff
}

@media(max-width:800px) {
    .contact-wechat {
        align-items: flex-start
    }

    .contact-wechat img {
        width: 120px;
        height: 120px
    }
}

.footer-wechat {
    position: relative;
    width: max-content;
    margin: 3px 0
}

.footer-wechat>button {
    width: 36px;
    height: 36px;
    padding: 3px;
    border: 1px solid rgb(18 59 132);
    background: #123b84;
    cursor: pointer;
    display: grid;
    place-items: center
}

.footer-wechat>button>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.footer-wechat-popover {
    position: absolute;
    right: calc(100% + 12px);
    bottom: 0;
    width: 190px;
    padding: 12px;
    background: #fff;
    color: #123b84;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .25s;
    z-index: 20;
    text-align: center
}

.footer-wechat-popover:after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 10px;
    border-width: 7px 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}

.footer-wechat-popover>img {
    display: block;
    width: 166px;
    height: 166px;
    object-fit: contain;
    margin: 0 auto 8px
}

.footer-wechat-popover b {
    display: block;
    color: #123b84;
    font-size: 13px;
    margin: 0
}

.footer-wechat-popover small {
    display: block;
    color: #68717c;
    font-size: 11px;
    margin-top: 3px
}

.footer-wechat:hover .footer-wechat-popover,
.footer-wechat:focus-within .footer-wechat-popover {
    opacity: 1;
    visibility: visible;
    transform: none
}

@media(max-width:800px) {
    .footer-wechat-popover {
        left: 0;
        right: auto;
        bottom: calc(100% + 10px)
    }

    .footer-wechat-popover:after {
        left: 10px;
        right: auto;
        bottom: -7px;
        border-width: 7px 7px 0;
        border-color: #fff transparent transparent
    }
}

.detail-content {
    padding: 0 0 68px;
    background: #fff
}

.detail-content .wrap {
  
}

.detail-content[hidden] {
    display: none !important
}

.detail-section {
    margin-bottom: 52px
}

.detail-section:last-child {
    margin-bottom: 0
}

.detail-section h2 {
    font-size: 28px;
    color: #123b84;
    margin: 0 0 8px;
    font-weight: 600
}

.detail-section h2:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 24px;
    background: #e21e2b;
    margin-right: 14px;
    vertical-align: -4px
}

.detail-section > p {
    font-size: 14px;
    line-height: 2.1;
    color: #4a5663;
    margin: 0
}

.detail-section .detail-intro {
    font-size: 15px;
    line-height: 2.2;
    color: #353e4a;
    margin: 18px 0 0
}

.detail-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 28px
}

.feature-card {
    padding: 26px 22px;
    background: #f4f7fb;
    border: 1px solid #e1e8f0;
    border-top: 3px solid #123b84;
    transition: transform .3s, box-shadow .3s
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(18, 59, 132, .1)
}

.feature-card h3 {
    font-size: 16px;
    color: #123b84;
    margin: 0 0 10px
}

.feature-card p {
    font-size: 12px;
    line-height: 1.8;
    color: #68717c;
    margin: 0
}

.detail-apps {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px
}

.detail-apps span {
    padding: 10px 20px;
    background: #edf4fb;
    border: 1px solid #d4deea;
    color: #123b84;
    font-size: 13px;
    font-weight: 600;
    transition: background .25s, color .25s
}

.detail-apps span:hover {
    background: #123b84;
    color: #fff
}

.detail-apps-label {
    font-size: 14px;
    color: #68717c;
    margin: 0 0 4px
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 30px;
    border: 1px solid #d4deea
}

.process-step {
    padding: 28px 24px;
    border-right: 1px solid #d4deea;
    border-bottom: 1px solid #d4deea;
    position: relative;
    transition: background .3s
}

.process-step:hover {
    background: #edf4fb
}

.process-step-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #123b84;
    color: #fff;
    display: grid;
    place-items: center;
    font: bold 14px Arial;
    margin-bottom: 16px
}

.process-step h4 {
    font-size: 15px;
    color: #123b84;
    margin: 0 0 8px
}

.process-step p {
    font-size: 12px;
    line-height: 1.8;
    color: #68717c;
    margin: 0
}

.equipment-advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 28px
}

.advantage-card {
    display: flex;
    gap: 18px;
    padding: 24px;
    background: #f4f7fb;
    border: 1px solid #e1e8f0
}

.advantage-card-num {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e21e2b;
    color: #fff;
    display: grid;
    place-items: center;
    font: bold 15px Arial
}

.advantage-card-body h4 {
    font-size: 16px;
    color: #123b84;
    margin: 0 0 8px
}

.advantage-card-body p {
    font-size: 12px;
    line-height: 1.8;
    color: #68717c;
    margin: 0
}

.detail-subtype-note {
    margin-top: 18px;
    padding: 16px 20px;
    background: #f4f7fb;
    border-left: 3px solid #e21e2b;
    font-size: 13px;
    line-height: 1.9;
    color: #4a5663
}

.detail-subtype-note b {
    color: #123b84
}

@media(max-width:900px) {
    .detail-features {
        grid-template-columns: repeat(2, 1fr)
    }

    .process-steps {
        grid-template-columns: repeat(2, 1fr)
    }

    .process-step:nth-child(2) {
        border-right: 0
    }

    .equipment-advantages {
        grid-template-columns: 1fr
    }
}

@media(max-width:600px) {
    .detail-features {
        grid-template-columns: 1fr
    }

    .process-steps {
        grid-template-columns: 1fr
    }

    .process-step {
        border-right: 0
    }

    .detail-section h2 {
        font-size: 24px
    }

    .feature-card {
        padding: 20px 18px
    }
}

.product-grid-8 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.product-card-8 {
    border: 1px solid #e1e8f0;
    background: #fff;
    overflow: hidden;
    transition: transform .35s, box-shadow .35s
}

.product-card-8:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(18, 59, 132, .12)
}

.product-card-8 .card-img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative
}

.product-card-8 .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.product-card-8:hover .card-img img {
    transform: scale(1.06)
}

.product-card-8 .card-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 12px;
    background: rgba(18, 59, 132, .88);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    z-index: 1
}

.product-card-8 .card-info {
    padding: 18px 20px 22px
}

.product-card-8 .card-info b {
    font: 11px Arial;
    color: #e21e2b
}

.product-card-8 .card-info h3 {
    font-size: 16px;
    color: #123b84;
    margin: 6px 0 8px;
    font-weight: 600
}

.product-card-8 .card-info p {
    font-size: 12px;
    color: #68717c;
    line-height: 1.7;
    margin: 0 0 12px
}

.product-card-8 .card-info a {
    font-size: 12px;
    color: #123b84;
    font-weight: 600;
    transition: color .25s
}

.product-card-8 .card-info a:hover {
    color: #e21e2b
}

@media(max-width:1024px) {
    .product-grid-8 {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:768px) {
    .product-grid-8 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:480px) {
    .product-grid-8 {
        grid-template-columns: 1fr
    }
}

.case-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.case-showcase-card {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-decoration: none
}

.case-showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.case-showcase-card:hover img {
    transform: scale(1.06)
}

.case-showcase-card .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.25) 55%, rgba(0,0,0,.05) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px 24px;
    transition: background .35s
}

.case-showcase-card:hover .card-overlay {
    background: linear-gradient(to top, rgba(18,59,132,.88) 0%, rgba(18,59,132,.4) 55%, rgba(18,59,132,.1) 100%)
}

.case-showcase-card .card-overlay h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 4px
}

.case-showcase-card .card-overlay p {
    color: rgba(255,255,255,.82);
    font-size: 12px;
    line-height: 1.5;
    margin: 0
}

@media(max-width:900px) {
    .case-showcase-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:480px) {
    .case-showcase-grid {
        grid-template-columns: 1fr
    }
}

.news-link {
    display: block;
    text-decoration: none;
    color: inherit
}

.news-cats {
    display: flex;
    gap: 12px;
    margin-bottom: 36px;
    flex-wrap: wrap
}

.news-cats .news-cat {
    padding: 8px 24px;
    border: 1px solid #d0d8e4;
    border-radius: 24px;
    font-size: 14px;
    color: #68717c;
    text-decoration: none;
    transition: all .25s
}

.news-cats .news-cat.active,
.news-cats .news-cat:hover {
    background: #123b84;
    color: #fff;
    border-color: #123b84
}

.news-cards-v2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.news-card-v2 {
    border: 1px solid #e1e8f0;
    background: #fff;
    overflow: hidden;
    transition: box-shadow .3s, transform .3s;
    text-decoration: none;
    color: inherit;
    display: block
}

.news-card-v2:hover {
    box-shadow: 0 12px 28px rgba(18,59,132,.10);
    transform: translateY(-4px)
}

.news-card-v2 .card-img {
    aspect-ratio: 16 / 9;
    overflow: hidden
}

.news-card-v2 .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.news-card-v2:hover .card-img img {
    transform: scale(1.05)
}

.news-card-v2 .card-body {
    padding: 20px 24px
}

.news-card-v2 .card-body h3 {
    font-size: 16px;
    color: #123b84;
    margin: 0 0 10px;
    font-weight: 600
}

.news-card-v2 .card-body p {
    font-size: 13px;
    color: #68717c;
    line-height: 1.7;
    margin: 0 0 16px
}

.news-card-v2 .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-card-v2 .card-footer time {
    font-size: 12px;
    color: #e21e2b
}

.news-card-v2 .card-footer .card-more {
    font-size: 12px;
    color: #123b84;
    font-weight: 600
}

.news-article-body {
    padding: 40px 0
}

.news-detail-title {
    padding: 48px 0 24px;
    background: #fff;
    border-bottom: 1px solid #e1e8f0
}

.news-detail-title h1 {
    font-size: 30px;
    color: #123b84;
    margin: 0 0 12px
}

.news-detail-title .article-meta {
    display: flex;
    align-items: center;
    gap: 16px
}

.news-detail-title .article-meta time {
    font-size: 13px;
    color: #e21e2b;
    font-weight: 600
}

.news-detail-title .article-meta .meta-author {
    font-size: 13px;
    color: #68717c
}

.news-article-body .article-content p {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 18px
}

.news-article-body .article-content h2 {
    font-size: 20px;
    color: #123b84;
    margin: 32px 0 16px;
    font-weight: 600
}

.news-article-body .article-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 32px 0;
    padding-top: 24px;
    border-top: 1px solid #e1e8f0
}

.news-article-body .article-tags span {
    padding: 4px 12px;
    background: #f0f4fa;
    color: #123b84;
    font-size: 12px;
    border-radius: 2px
}

.news-article-body .article-share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px
}

.news-article-body .article-share b {
    font-size: 13px;
    color: #68717c
}

.news-article-body .article-share a {
    width: 36px;
    height: 36px;
    border: 1px solid #d0d8e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #68717c;
    text-decoration: none;
    transition: all .25s
}

.news-article-body .article-share a:hover {
    background: #123b84;
    color: #fff;
    border-color: #123b84
}

.news-related {
    padding: 32px 0;
    border-top: 1px solid #e1e8f0
}

.news-related h3 {
    font-size: 18px;
    color: #123b84;
    margin-bottom: 20px;
    font-weight: 600
}

.news-related .related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.news-related .related-card {
    text-decoration: none;
    color: inherit;
    display: block
}

.news-related .related-card .related-img {
    aspect-ratio: 16 / 9;
    overflow: hidden
}

.news-related .related-card .related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s
}

.news-related .related-card:hover .related-img img {
    transform: scale(1.05)
}

.news-related .related-card h4 {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    line-height: 1.5;
    transition: color .25s
}

.news-related .related-card:hover h4 {
    color: #123b84
}

@media(max-width:900px) {
    .news-cards-v2 {
        grid-template-columns: 1fr
    }
    .news-related .related-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:600px) {
    .news-related .related-grid {
        grid-template-columns: 1fr
    }
}
