/**
 * 逸程通用组件层
 * 承接跨内页复用的卡片、列表和服务模块；页面级结构仍由 inner/home/header 层控制。
 */

/* Product list media cards */
body:not(:has(.yc-home)) .lo_cols.t.navWrapper:has(> .asLink1:only-child) {
    grid-template-columns: 1fr !important;
}

body:not(:has(.yc-home)) .lo_cols.t.navWrapper .asLink1 ul .chanpin {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
    padding: 24px 0 4px;
}

body:not(:has(.yc-home)) .lo_cols.t.navWrapper .asLink1 ul .chanpin dl {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--yc-inner-border);
    background: #FFFFFF;
    transition: border-color 0.2s, transform 0.2s;
}

body:not(:has(.yc-home)) .lo_cols.t.navWrapper .asLink1 ul .chanpin dl:hover {
    border-color: var(--yc-inner-brand-main);
    transform: translateY(-2px);
}

body:not(:has(.yc-home)) .lo_cols.t.navWrapper .asLink1 ul .chanpin dl a {
    display: flex !important;
    height: 100%;
    flex-direction: column;
    color: inherit !important;
}

body:not(:has(.yc-home)) .lo_cols.t.navWrapper .asLink1 ul .chanpin dl .b {
    display: flex;
    min-height: 190px;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: var(--yc-inner-surface-soft);
}

body:not(:has(.yc-home)) .lo_cols.t.navWrapper .asLink1 ul .chanpin dl .b dd {
    display: flex !important;
    width: 100% !important;
    height: 150px !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

body:not(:has(.yc-home)) .lo_cols.t.navWrapper .asLink1 ul .chanpin dl .b dd img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 150px !important;
    margin: 0 auto !important;
    object-fit: contain;
    background: transparent !important;
}

body:not(:has(.yc-home)) .lo_cols.t.navWrapper .asLink1 ul .chanpin dl dt {
    display: flex;
    min-height: 84px;
    align-items: center;
    margin: 0 !important;
    padding: 18px 20px !important;
    color: var(--yc-inner-text-primary) !important;
    font-size: 16px !important;
    font-weight: 800;
    line-height: 1.45 !important;
}

body:not(:has(.yc-home)) .solution-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}

body:not(:has(.yc-home)) .solution-list dl {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--yc-inner-border);
    border-radius: 6px;
    background: #FFFFFF;
    transition: border-color 0.2s, transform 0.2s;
}

body:not(:has(.yc-home)) .solution-list dl:hover {
    border-color: var(--yc-inner-brand-main);
    transform: translateY(-2px);
}

body:not(:has(.yc-home)) .solution-list a {
    display: block;
    height: 100%;
}

body:not(:has(.yc-home)) .solution-list dt {
    display: block;
    overflow: hidden;
    background: var(--yc-inner-surface-soft);
}

body:not(:has(.yc-home)) .solution-list dt img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 0.24s ease;
}

body:not(:has(.yc-home)) .solution-list dl:hover dt img {
    transform: scale(1.035);
}

body:not(:has(.yc-home)) .solution-list dd {
    min-height: 72px;
    margin: 0 !important;
    padding: 18px 20px !important;
    color: var(--yc-inner-text-primary) !important;
    font-size: 17px !important;
    font-weight: 800;
    line-height: 1.45 !important;
}

body:not(:has(.yc-home)) .product_item {
    float: none !important;
    display: inline-block;
    width: calc(25% - 18px) !important;
    margin: 0 20px 28px 0 !important;
    vertical-align: top;
    border: 1px solid var(--yc-inner-border);
    background: #FFFFFF;
}

body:not(:has(.yc-home)) .product_item img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: var(--yc-inner-surface-soft);
}

body:not(:has(.yc-home)) .product_item h3 {
    margin: 0 !important;
    padding: 16px !important;
    color: var(--yc-inner-text-primary) !important;
    font-size: 16px !important;
    font-weight: 800;
    line-height: 1.45 !important;
}

/* Product detail advantage cards */
body:not(:has(.yc-home)) .section-advantages .cp04 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 10px !important;
}

body:not(:has(.yc-home)) .section-advantages .cp04 dl {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--yc-inner-border);
    background: #FFFFFF;
    transition: border-color 0.2s, transform 0.2s;
}

body:not(:has(.yc-home)) .section-advantages .cp04 dl:hover {
    border-color: var(--yc-inner-brand-main);
    transform: translateY(-2px);
}

body:not(:has(.yc-home)) .section-advantages .cp04 dl dd {
    display: flex !important;
    height: 168px !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 18px !important;
    overflow: hidden;
    background: var(--yc-inner-surface-soft);
}

body:not(:has(.yc-home)) .section-advantages .cp04 dl dd img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 132px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    background: transparent !important;
    transition: transform 0.24s ease;
}

body:not(:has(.yc-home)) .section-advantages .cp04 dl:hover dd img {
    transform: scale(1.035);
}

body:not(:has(.yc-home)) .section-advantages .cp04 dl dt {
    margin: 0 !important;
    padding: 18px 20px 22px !important;
}

body:not(:has(.yc-home)) .section-advantages .cp04 dl dt h3 {
    margin: 0 0 10px !important;
    color: var(--yc-inner-brand-main) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

body:not(:has(.yc-home)) .section-advantages .cp04 dl dt p {
    display: -webkit-box;
    margin: 0 !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: var(--yc-inner-text-muted) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

@media (max-width: 900px) {
    body:not(:has(.yc-home)) .section-advantages .cp04 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    body:not(:has(.yc-home)) .section-advantages .cp04 {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body:not(:has(.yc-home)) .section-advantages .cp04 dl dd {
        height: 180px !important;
    }

    body:not(:has(.yc-home)) .section-advantages .cp04 dl dd img {
        max-height: 150px !important;
    }

    body:not(:has(.yc-home)) .product02.maxWrap > .ttitle {
        font-size: 26px !important;
    }

    body:not(:has(.yc-home)) .product02.maxWrap > .ttitle p {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }
}

/* Service and event cards */
body:not(:has(.yc-home)) .sjhd,
body:not(:has(.yc-home)) .zxzx,
body:not(:has(.yc-home)) .fuwu {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

body:not(:has(.yc-home)) .zxzx {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body:not(:has(.yc-home)) .sjhd dl,
body:not(:has(.yc-home)) .zxzx dl,
body:not(:has(.yc-home)) .fuwu dl {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    border: 1px solid var(--yc-inner-border);
    background: #FFFFFF;
}

body:not(:has(.yc-home)) .sjhd dt img,
body:not(:has(.yc-home)) .zxzx dt img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

body:not(:has(.yc-home)) .sjhd dd,
body:not(:has(.yc-home)) .zxzx dd {
    padding: 18px !important;
}

body:not(:has(.yc-home)) .fuwu .fwbk {
    display: flex;
    min-height: 228px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px !important;
}

body:not(:has(.yc-home)) .fuwu .fwbk a {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: inherit;
}

body:not(:has(.yc-home)) .fuwu .fwbk dd {
    display: flex !important;
    width: 72px !important;
    height: 72px !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px !important;
}

body:not(:has(.yc-home)) .fuwu .fwbk dd img {
    display: block !important;
    width: 64px !important;
    height: 64px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    object-fit: contain;
    background: transparent !important;
}

body:not(:has(.yc-home)) .sjhd h3,
body:not(:has(.yc-home)) .zxzx h3,
body:not(:has(.yc-home)) .fuwu dt {
    color: var(--yc-inner-text-primary) !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.45 !important;
}

body:not(:has(.yc-home)) .sjhd p,
body:not(:has(.yc-home)) .zxzx p,
body:not(:has(.yc-home)) .fuwu p {
    color: var(--yc-inner-text-muted) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

body:not(:has(.yc-home)) .product02.maxWrap > .ttitle,
body:not(:has(.yc-home)) .product02.maxWrap > .fuwu {
    width: min(var(--yc-inner-container-content), calc(100% - 80px)) !important;
    max-width: var(--yc-inner-container-content) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body:not(:has(.yc-home)) .product02.maxWrap > .ttitle {
    margin-bottom: 28px !important;
    color: var(--yc-inner-text-primary) !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.22 !important;
}

body:not(:has(.yc-home)) .product02.maxWrap > .ttitle p {
    margin: 10px 0 0 !important;
    color: var(--yc-inner-text-muted) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
}

/* News and search lists */
body:not(:has(.yc-home)) .news_item {
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 30px;
    align-items: stretch;
    margin: 0 !important;
    padding: 24px 0 !important;
    border-bottom: 1px solid var(--yc-inner-border);
}

body:not(:has(.yc-home)) .news_item:first-child {
    padding-top: 0 !important;
}

body:not(:has(.yc-home)) .news_img {
    display: block;
    overflow: hidden;
    background: var(--yc-inner-surface-soft);
}

body:not(:has(.yc-home)) .news_img img {
    display: block;
    width: 100% !important;
    height: 188px !important;
    object-fit: cover;
    transition: transform 0.25s ease;
}

body:not(:has(.yc-home)) .news_item:hover .news_img img {
    transform: scale(1.04);
}

body:not(:has(.yc-home)) .news_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body:not(:has(.yc-home)) .news_info h3 {
    margin: 0 0 12px !important;
    color: var(--yc-inner-text-primary) !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

body:not(:has(.yc-home)) .news_info h3 a:hover {
    color: var(--yc-inner-brand-main) !important;
}

body:not(:has(.yc-home)) .news_info p {
    margin: 0 0 18px !important;
    color: var(--yc-inner-text-secondary) !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
}

body:not(:has(.yc-home)) .more_link,
body:not(:has(.yc-home)) .news_info .more_link {
    display: inline-flex !important;
    width: fit-content;
    height: 38px;
    align-items: center;
    padding: 0 16px;
    border: 1px solid var(--yc-inner-border-strong);
    border-radius: var(--yc-inner-radius-pill);
    color: var(--yc-inner-brand-main) !important;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 38px !important;
}

body:not(:has(.yc-home)) .more_link:hover {
    border-color: var(--yc-inner-brand-main);
    background: var(--yc-inner-brand-main);
    color: #FFFFFF !important;
}

/* Rich text tables from CMS content */
@media (max-width: 768px) and (min-width: 481px) {
    body:not(:has(.yc-home)) table[width="100%"] tbody tr {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    body:not(:has(.yc-home)) table[width="100%"] tbody td[style*="width:25%"] {
        display: block !important;
        width: 50% !important;
        box-sizing: border-box !important;
    }

    body:not(:has(.yc-home)) table[width="100%"] tbody td p[style*="font-size:48px"] {
        font-size: 40px !important;
    }
}

@media (max-width: 480px) {
    body:not(:has(.yc-home)) table[width="100%"] tbody tr {
        display: block !important;
    }

    body:not(:has(.yc-home)) table[width="100%"] tbody td[style*="width:25%"],
    body:not(:has(.yc-home)) table[width="100%"] tbody td[style*="width:33%"],
    body:not(:has(.yc-home)) table[width="100%"] tbody td[style*="width:50%"] {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    body:not(:has(.yc-home)) table[width="100%"] tbody td[style*="width:25%"] {
        padding: 20px 10px !important;
    }

    body:not(:has(.yc-home)) table[width="100%"] tbody td[style*="width:33%"],
    body:not(:has(.yc-home)) table[width="100%"] tbody td[style*="width:50%"] {
        padding: 15px 10px !important;
    }

    body:not(:has(.yc-home)) table[width="100%"] tbody td p[style*="font-size:48px"] {
        font-size: 36px !important;
    }

    body:not(:has(.yc-home)) table[width="100%"] tbody td p[style*="font-size:16px"],
    body:not(:has(.yc-home)) table[width="100%"] tbody td p[style*="font-size:15px"] {
        font-size: 14px !important;
    }

    body:not(:has(.yc-home)) table[width="100%"] tbody td p[style*="font-size:14px"] {
        font-size: 13px !important;
    }

    body:not(:has(.yc-home)) h2[style*="font-size:28px"] {
        font-size: 22px !important;
    }

    body:not(:has(.yc-home)) h2[style*="font-size:24px"] {
        font-size: 20px !important;
    }

    body:not(:has(.yc-home)) h3[style*="font-size:18px"] {
        font-size: 17px !important;
    }

    body:not(:has(.yc-home)) .product02.maxWrap > .fuwu {
        padding: 0 15px;
    }
}

@media (max-width: 360px) {
    body:not(:has(.yc-home)) table[width="100%"] tbody td p[style*="font-size:48px"] {
        font-size: 32px !important;
    }

    body:not(:has(.yc-home)) h2[style*="font-size:28px"] {
        font-size: 20px !important;
    }

    body:not(:has(.yc-home)) h2[style*="font-size:24px"] {
        font-size: 18px !important;
    }
}

/* Product detail horizontal rails */
body:not(:has(.yc-home)) .product-rail {
    background: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 34px;
}

body:not(:has(.yc-home)) .product-rail + .product-rail {
    padding-top: 8px;
}

body:not(:has(.yc-home)) .product-rail .wrap {
    max-width: var(--yc-inner-container-content, 1200px);
}

body:not(:has(.yc-home)) .product-rail__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

body:not(:has(.yc-home)) .product-rail .ttitle {
    margin: 0;
    text-align: left;
}

body:not(:has(.yc-home)) .product-rail .ttitle p {
    margin-top: 10px;
}

body:not(:has(.yc-home)) .product-rail__nav {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
    padding-bottom: 4px;
}

body:not(:has(.yc-home)) .product-rail__button {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid var(--yc-inner-border-strong, #C9D7E6);
    border-radius: 0;
    background: #FFFFFF;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

body:not(:has(.yc-home)) .product-rail__button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid var(--yc-inner-brand-main, #126B8F);
    border-right: 2px solid var(--yc-inner-brand-main, #126B8F);
}

body:not(:has(.yc-home)) .product-rail__button--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

body:not(:has(.yc-home)) .product-rail__button--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

body:not(:has(.yc-home)) .product-rail__button:hover:not(:disabled) {
    border-color: var(--yc-inner-brand-main, #126B8F);
    background: var(--yc-inner-brand-main, #126B8F);
}

body:not(:has(.yc-home)) .product-rail__button:hover:not(:disabled)::before {
    border-color: #FFFFFF;
}

body:not(:has(.yc-home)) .product-rail__button:disabled {
    cursor: default;
    opacity: 0.35;
}

body:not(:has(.yc-home)) .product-rail--static .product-rail__nav {
    display: none;
}

body:not(:has(.yc-home)) .product-rail__track {
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    scroll-behavior: smooth;
    scroll-padding-left: 1px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

body:not(:has(.yc-home)) .product-rail__track::-webkit-scrollbar {
    display: none;
}

body:not(:has(.yc-home)) .product-rail__card {
    scroll-snap-align: start;
}

body:not(:has(.yc-home)) .product02.product-rail .product-rail__track > .product-rail__card,
body:not(:has(.yc-home)) .product02.section-related-products .related-products-list > .related-product-card,
body:not(:has(.yc-home)) .section-related-products .related-product-card {
    display: flex;
    position: relative;
    flex: 0 0 calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
    min-width: 0;
    flex-direction: column;
    float: none;
    box-sizing: border-box;
    margin: 0;
    margin-right: 0;
    padding: 0 0 18px;
    border: 1px solid var(--yc-inner-border, #DDE8EF);
    background: #FFFFFF;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body:not(:has(.yc-home)) .product02.product-rail .product-rail__track > .product-rail__card:nth-child(3n),
body:not(:has(.yc-home)) .product02.section-related-products .related-products-list > .related-product-card:nth-child(3n),
body:not(:has(.yc-home)) .section-related-products .related-product-card:nth-child(3n) {
    margin-right: 0;
}

body:not(:has(.yc-home)) .product02.product-rail .product-rail__track > .product-rail__card:hover,
body:not(:has(.yc-home)) .product02.section-related-products .related-products-list > .related-product-card:hover,
body:not(:has(.yc-home)) .section-related-products .related-product-card:hover {
    border-color: var(--yc-inner-border-strong, #C9D7E6);
    box-shadow: 0 12px 28px rgba(16, 42, 58, 0.10);
    transform: translateY(-3px);
}

body:not(:has(.yc-home)) .product02.product-rail .product-rail__track > .product-rail__card .related-product-media,
body:not(:has(.yc-home)) .product02.product-rail .product-rail__track > .product-rail__card .solution-product-media,
body:not(:has(.yc-home)) .product02.product-rail .product-rail__track > .product-rail__card #pic01,
body:not(:has(.yc-home)) .product02.section-related-products .related-products-list > .related-product-card .related-product-media,
body:not(:has(.yc-home)) .product02.section-related-products .related-products-list > .related-product-card #pic01,
body:not(:has(.yc-home)) .section-related-products .related-product-media,
body:not(:has(.yc-home)) .section-related-products .related-product-card #pic01 {
    display: flex;
    width: 100%;
    height: 190px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    padding: 18px 22px;
    border-bottom: 1px solid var(--yc-inner-border, #DDE8EF);
    background: var(--yc-inner-surface-soft, #F5F8FB);
}

body:not(:has(.yc-home)) .product02.product-rail .product-rail__track > .product-rail__card .related-product-media img,
body:not(:has(.yc-home)) .product02.product-rail .product-rail__track > .product-rail__card .solution-product-media img,
body:not(:has(.yc-home)) .product02.product-rail .product-rail__track > .product-rail__card #pic01 img,
body:not(:has(.yc-home)) .product02.section-related-products .related-products-list > .related-product-card .related-product-media img,
body:not(:has(.yc-home)) .product02.section-related-products .related-products-list > .related-product-card #pic01 img,
body:not(:has(.yc-home)) .section-related-products .related-product-media img,
body:not(:has(.yc-home)) .section-related-products .related-product-card #pic01 img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 152px;
    object-fit: contain;
    transition: transform 0.28s ease;
}

body:not(:has(.yc-home)) .product-rail__card:hover .related-product-media img,
body:not(:has(.yc-home)) .product-rail__card:hover .solution-product-media img,
body:not(:has(.yc-home)) .section-related-products .related-product-card:hover .related-product-media img,
body:not(:has(.yc-home)) .section-related-products .related-product-card:hover #pic01 img {
    transform: scale(1.04);
}

body:not(:has(.yc-home)) .section-solution-products .product-rail__track > .solution-product-card {
    flex-basis: calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
}

body:not(:has(.yc-home)) .section-solution-products .solution-product-media,
body:not(:has(.yc-home)) .section-solution-products .solution-product-card #pic01 {
    height: 170px;
}

body:not(:has(.yc-home)) .section-solution-products .solution-product-media img,
body:not(:has(.yc-home)) .section-solution-products .solution-product-card #pic01 img {
    max-height: 132px;
}

body:not(:has(.yc-home)) .section-related-products .related-product-name,
body:not(:has(.yc-home)) .section-solution-products .solution-product-name {
    display: block;
    min-height: 44px;
    padding: 14px 18px 0;
}

body:not(:has(.yc-home)) .section-related-products .related-product-name a,
body:not(:has(.yc-home)) .section-related-products .related-product-card span a,
body:not(:has(.yc-home)) .section-solution-products .solution-product-name a,
body:not(:has(.yc-home)) .section-solution-products .solution-product-card span a {
    display: -webkit-box;
    min-height: 44px;
    margin: 0;
    overflow: hidden;
    color: var(--yc-inner-text-primary, #111827);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.55;
    text-align: center;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body:not(:has(.yc-home)) .section-related-products .related-product-card:hover .related-product-name a,
body:not(:has(.yc-home)) .section-related-products .related-product-name a:hover,
body:not(:has(.yc-home)) .section-solution-products .solution-product-card:hover .solution-product-name a,
body:not(:has(.yc-home)) .section-solution-products .solution-product-name a:hover {
    color: var(--yc-inner-brand-main, #126B8F);
}

body:not(:has(.yc-home)) .section-related-products .related-product-category,
body:not(:has(.yc-home)) .section-related-products .related-product-card p {
    min-height: 20px;
    margin: 5px 18px 0;
    overflow: hidden;
    color: var(--yc-inner-text-muted, #667085);
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 900px) {
    body:not(:has(.yc-home)) .product02.product-rail .product-rail__track > .product-rail__card,
    body:not(:has(.yc-home)) .section-solution-products .product-rail__track > .solution-product-card {
        flex-basis: calc((100% - 24px) / 2);
        width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 768px) {
    body:not(:has(.yc-home)) .product-rail {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    body:not(:has(.yc-home)) .product-rail + .product-rail {
        padding-top: 0;
    }

    body:not(:has(.yc-home)) .product-rail__head {
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 18px;
    }

    body:not(:has(.yc-home)) .product-rail__nav {
        display: none;
    }
}

@media (max-width: 520px) {
    body:not(:has(.yc-home)) .product-rail__track {
        gap: 18px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    body:not(:has(.yc-home)) .product02.product-rail .product-rail__track > .product-rail__card,
    body:not(:has(.yc-home)) .section-solution-products .product-rail__track > .solution-product-card {
        flex-basis: 86%;
        width: 86%;
    }

    body:not(:has(.yc-home)) .section-related-products .related-product-media,
    body:not(:has(.yc-home)) .section-related-products .related-product-card #pic01,
    body:not(:has(.yc-home)) .section-solution-products .solution-product-media,
    body:not(:has(.yc-home)) .section-solution-products .solution-product-card #pic01 {
        height: 180px;
        padding: 18px;
    }

    body:not(:has(.yc-home)) .section-related-products .related-product-name,
    body:not(:has(.yc-home)) .section-solution-products .solution-product-name {
        min-height: auto;
        padding: 15px 16px 0;
    }

    body:not(:has(.yc-home)) .section-related-products .related-product-category,
    body:not(:has(.yc-home)) .section-related-products .related-product-card p {
        margin-left: 16px;
        margin-right: 16px;
    }
}

/* Site footer */
.yc-footer-top {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    border-top: 1px solid var(--yc-color-border-subtle);
    background: #F2F5F8 !important;
    font-size: 16px;
}

.yc-footer-top__inner {
    display: flex;
    width: min(var(--yc-container-header), calc(100% - 80px));
    min-height: 98px;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    margin: 0 auto;
}

.yc-footer-family {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    gap: 22px;
}

.yc-footer-family__button {
    display: inline-flex;
    position: relative;
    height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border: 1px solid var(--yc-color-border-subtle);
    border-radius: var(--yc-radius-pill);
    background: #FFFFFF;
    color: var(--yc-color-text-primary);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.yc-footer-family__button::after {
    content: "+";
    display: inline-flex;
    position: static;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--yc-color-brand-main);
    font-size: 18px;
    line-height: 1;
    transform: none;
}

.yc-footer-family__contact {
    display: flex;
    min-width: 0;
    flex-wrap: nowrap;
    gap: 10px 18px;
    color: var(--yc-color-text-muted);
    font-size: 14px;
    white-space: nowrap;
}

.yc-footer-family__contact a {
    color: var(--yc-color-brand-main);
    font-weight: 700;
}

.yc-footer-family__slogan {
    flex: 0 0 auto;
    margin: 0;
    color: var(--yc-color-text-secondary);
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.yc-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 28px;
}

.yc-footer-nav a {
    color: var(--yc-color-text-secondary);
    font-size: 15px;
    font-weight: 700;
}

.yc-footer-nav a:hover {
    color: var(--yc-color-brand-main);
}

.yc-footer {
    width: 100% !important;
    max-width: none !important;
    min-height: 170px;
    padding: 0 !important;
    background: var(--yc-color-text-primary) !important;
    color: #98A2B3 !important;
}

.yc-footer__inner {
    display: grid;
    grid-template-columns: 180px 1fr auto;
    width: min(var(--yc-container-header), calc(100% - 80px));
    min-height: 170px;
    align-items: center;
    gap: 42px;
    margin: 0 auto;
}

.yc-footer__logo {
    display: block;
}

.yc-footer__logo img {
    display: block;
    width: 131px;
    height: 30px;
    opacity: 0.9;
    filter: brightness(0) invert(1);
}

.yc-footer__copy p {
    margin: 0;
    color: #A4ADBA;
    font-size: 15px;
    line-height: 1.6;
}

.yc-footer__icp a {
    color: #D0D5DD;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

@media (max-width: 820px) {
    .yc-footer-top__inner,
    .yc-footer__inner {
        width: calc(100% - 40px);
    }

    .yc-footer-top__inner,
    .yc-footer-family {
        display: block;
    }

    .yc-footer-top__inner {
        padding: 28px 0;
    }

    .yc-footer-family__contact {
        flex-wrap: wrap;
        margin-top: 16px;
        white-space: normal;
    }

    .yc-footer-family__button {
        max-width: 100%;
        height: 44px;
        padding: 0 16px;
        font-size: 13px;
    }

    .yc-footer-family__slogan {
        margin-top: 18px;
        white-space: normal;
    }

    .yc-footer-nav {
        justify-content: flex-start;
        margin-top: 24px;
    }

    .yc-footer__inner {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 36px 0;
    }

    .yc-footer__logo img {
        transform: translateX(-10px);
    }
}
