:root {
    --home-canvas: #f6f8fb;
    --home-surface: #ffffff;
    --home-line: #e4e7ec;
    --home-ink: #182230;
    --home-muted: #667085;
    --home-brand: #2463d3;
    --home-brand-soft: #edf4ff;
    --home-success: #0f766e;
    --home-success-soft: #ecfdf3;
    --home-warning: #b54708;
    --home-warning-soft: #fffaeb;
}

body {
    color: var(--home-ink);
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.swiper,
.advertisement-item {
    height: 430px;
}

.advertisement-content {
    padding-top: 96px;
}

.advertisement-title {
    max-width: 720px;
    padding: 8px 0 12px;
    font-size: 34px;
    line-height: 1.28;
}

.advertisement-msg {
    max-width: 680px;
    color: #475467;
    font-size: 16px;
    line-height: 1.65;
}

.advertisement-btn {
    width: 132px;
    height: 42px;
    margin-top: 25px;
    color: #ffffff;
    background: var(--home-brand);
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(36, 99, 211, 0.2);
    font-size: 14px;
    line-height: 42px;
    filter: none;
}

.advertisement-btn:hover {
    background: #1f56b6;
    opacity: 1;
}

.swiper .swiper-pagination {
    left: 50% !important;
    right: auto !important;
    bottom: 44px;
    display: inline-flex;
    width: auto !important;
    min-height: 28px;
    padding: 7px 10px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(208, 213, 221, 0.88);
    border-radius: 8px;
    box-shadow: 0 5px 16px rgba(16, 24, 40, 0.14);
    transform: translateX(-50%);
    backdrop-filter: blur(8px);
}

.swiper .swiper-pagination-bullet {
    width: 24px !important;
    height: 4px !important;
    margin: 0 !important;
    flex: 0 0 auto;
    background: #98a2b3;
    border-radius: 4px;
    opacity: 0.58;
    transition: width 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.swiper .swiper-pagination-bullet-active {
    width: 42px !important;
    background: var(--home-brand);
    opacity: 1;
}

.swiper .swiper-pagination-bullet:focus-visible {
    outline: 2px solid var(--home-brand);
    outline-offset: 3px;
}

.banner-back {
    display: none;
}

.home-highlight-legacy {
    display: none !important;
}

.product-back {
    padding-top: 18px;
    padding-bottom: 58px;
    background-color: var(--home-canvas);
    background-image: none;
}

.home-highlight-strip {
    position: relative;
    z-index: 12;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
}

.home-highlight-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 14px;
    min-width: 0;
    min-height: 88px;
    padding: 14px 16px;
    align-items: center;
    gap: 11px;
    color: var(--home-ink);
    background: var(--home-surface);
    border: 1px solid var(--home-line);
    border-radius: 8px;
    box-shadow: 0 5px 14px rgba(16, 24, 40, 0.08);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.home-highlight-item:hover,
.home-highlight-item:focus-visible {
    color: var(--home-ink);
    border-color: #b2ccff;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.12);
    transform: translateY(-2px);
    outline: none;
}

.home-highlight-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--home-brand);
    background: var(--home-brand-soft);
    border-radius: 7px;
    font-size: 18px;
}

.highlight-offer .home-highlight-icon {
    color: var(--home-warning);
    background: var(--home-warning-soft);
}

.highlight-partner .home-highlight-icon {
    color: var(--home-success);
    background: var(--home-success-soft);
}

.highlight-support .home-highlight-icon {
    color: #6941c6;
    background: #f4f3ff;
}

.home-highlight-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.home-highlight-copy strong,
.home-highlight-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-highlight-copy strong {
    color: #344054;
    font-size: 15px;
    font-weight: 700;
}

.home-highlight-copy small {
    color: var(--home-muted);
    font-size: 12px;
    font-weight: 500;
}

.home-highlight-arrow {
    color: #98a2b3;
    font-size: 16px;
}

.home-highlight-item:hover .home-highlight-arrow,
.home-highlight-item:focus-visible .home-highlight-arrow {
    color: var(--home-brand);
}

.sector-product {
    position: static;
    padding: 42px 0 10px;
}

.sector-title {
    padding: 48px 0 25px;
    text-align: center;
}

.sector-product > .sector-title {
    padding-top: 0;
}

.sector-title-top,
.sector-title-top1 {
    color: var(--home-ink);
    font-size: 28px;
    font-weight: 750;
    line-height: 1.35;
}

.sector-title-bottom {
    max-width: 760px;
    margin: 9px auto 0;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.7;
}

.last-title,
.last-title1 {
    margin-top: 0;
}

.product-card {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
}

.product-card-item {
    min-width: 0;
    min-height: 218px;
    padding: 20px 15px;
    background: #ffffff;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    box-shadow: 0 2px 7px rgba(16, 24, 40, 0.05);
}

.product-card-item:hover {
    border-color: #b2ccff;
    box-shadow: 0 7px 18px rgba(16, 24, 40, 0.1);
}

.product-card-img {
    height: 58px;
    margin: 2px 0 12px;
}

.product-card-img img {
    max-width: 88px;
    height: 54px;
    object-fit: contain;
}

.product-card-name {
    margin-bottom: 7px;
    overflow: hidden;
    color: #344054;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-card-text {
    display: -webkit-box;
    min-height: 42px;
    padding-bottom: 0;
    overflow: hidden;
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-add-bottom {
    bottom: 18px;
}

.product-add {
    display: inline-flex;
    width: 32px;
    height: 32px;
    padding: 0;
    align-items: center;
    justify-content: center;
    color: var(--home-brand);
    background: var(--home-brand-soft);
    border: 1px solid #d1e0ff;
    border-radius: 6px;
    box-shadow: none;
}

.product-add-disabled {
    color: #98a2b3;
    background: #f2f4f7;
    border-color: #e4e7ec;
    cursor: default;
}

.selection {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 0;
}

.selection-item,
.selection-item1,
.selection-item2 {
    display: flex;
    min-width: 0;
    min-height: 228px;
    padding: 21px;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    box-shadow: 0 2px 7px rgba(16, 24, 40, 0.05);
}

.selection-item:hover,
.selection-item1:hover,
.selection-item2:hover {
    border-color: #b2ccff;
    box-shadow: 0 7px 18px rgba(16, 24, 40, 0.09);
}

.selection .banner-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    padding: 8px;
    background: var(--home-brand-soft);
    border-radius: 6px;
}

.selection-item-name,
.selection-item-name1 {
    margin: 0 0 10px;
    color: #344054;
    font-size: 17px;
    font-weight: 700;
}

.selection-card-heading {
    display: flex;
    min-width: 0;
    margin-bottom: 12px;
    align-items: center;
    gap: 12px;
}

.selection-card-heading .selection-item-name,
.selection-card-heading .selection-item-name1 {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selection-card-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: var(--home-brand);
    background: var(--home-brand-soft);
    border: 1px solid #d1e0ff;
    border-radius: 6px;
    font-size: 18px;
}

.selection > :nth-child(2) .selection-card-icon {
    color: var(--home-success);
    background: var(--home-success-soft);
    border-color: #abefc6;
}

.selection > :nth-child(3) .selection-card-icon {
    color: var(--home-warning);
    background: var(--home-warning-soft);
    border-color: #fedf89;
}

.selection > :nth-child(4) .selection-card-icon {
    color: #6941c6;
    background: #f4f3ff;
    border-color: #d9d6fe;
}

.selection > :nth-child(5) .selection-card-icon {
    color: #b42318;
    background: #fef3f2;
    border-color: #fecdca;
}

.selection > :nth-child(6) .selection-card-icon {
    color: #027a48;
    background: #ecfdf3;
    border-color: #abefc6;
}

.selection-item-text {
    display: -webkit-box;
    max-height: 84px;
    overflow: hidden;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.selection-item-tips {
    display: flex;
    margin-top: auto;
    padding-top: 14px;
    flex-wrap: wrap;
    gap: 6px;
}

.selection-item-tips-item {
    min-height: 26px;
    padding: 3px 9px;
    color: #475467;
    background: #f8fafc;
    border: 1px solid var(--home-line);
    border-radius: 4px;
    font-size: 11px;
    line-height: 18px;
}

.global-network-section {
    margin-top: 46px;
    padding: 52px 0 58px;
    background: #ffffff;
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
}

.global-network-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
    gap: 36px;
    margin-bottom: 24px;
    align-items: end;
}

.global-network-copy {
    min-width: 0;
}

.global-network-kicker {
    display: inline-flex;
    margin-bottom: 9px;
    align-items: center;
    gap: 7px;
    color: var(--home-brand);
    font-size: 12px;
    font-weight: 700;
}

.global-network-kicker i,
.map-network-live i {
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    background: #12b76a;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(18, 183, 106, 0.12);
}

.global-network-copy h2 {
    margin: 0;
    color: var(--home-ink);
    font-size: 30px;
    font-weight: 750;
    line-height: 1.3;
}

.global-network-copy h2 span {
    color: var(--home-brand);
}

.global-network-copy p {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.75;
}

.global-network-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 86px;
    margin: 0;
    padding: 14px 0;
    background: var(--home-canvas);
    border: 1px solid var(--home-line);
    border-radius: 8px;
}

.global-network-stats > div {
    display: flex;
    min-width: 0;
    padding: 0 18px;
    flex-direction: column;
    justify-content: center;
}

.global-network-stats > div + div {
    border-left: 1px solid var(--home-line);
}

.global-network-stats dt {
    color: var(--home-ink);
    font-size: 23px;
    font-weight: 750;
    line-height: 1.25;
}

.global-network-stats dd {
    margin: 4px 0 0;
    color: var(--home-muted);
    font-size: 11px;
    font-weight: 600;
}

.map-container-wrapper {
    display: grid;
    grid-template-columns: 258px minmax(0, 1fr);
    height: 460px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(16, 24, 40, 0.08);
}

.global-network-section .map-erea {
    width: auto;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border-right: 1px solid var(--home-line);
    box-shadow: none;
}

.map-directory-header {
    display: flex;
    min-height: 76px;
    padding: 14px 14px 13px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: #f8fafc;
    border-bottom: 1px solid var(--home-line);
}

.map-directory-header > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.map-directory-header strong {
    color: var(--home-ink);
    font-size: 14px;
    font-weight: 700;
}

.map-directory-header > div span {
    overflow: hidden;
    color: var(--home-muted);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-node-count {
    flex-shrink: 0;
    color: var(--home-brand);
    font-size: 11px;
    font-weight: 600;
}

.map-node-count b {
    font-size: 15px;
}

.global-network-section #pointErea {
    height: calc(100% - 76px);
    padding: 8px;
    overflow-y: auto;
    background: #ffffff;
}

.global-network-section #pointErea::-webkit-scrollbar {
    width: 5px;
}

.global-network-section #pointErea::-webkit-scrollbar-thumb {
    background: #d0d5dd;
    border-radius: 4px;
}

.global-network-section .country-item {
    display: flex;
    min-height: 42px;
    margin-bottom: 3px;
    padding: 8px 10px;
    align-items: center;
    gap: 10px;
    color: #475467;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.global-network-section .country-item:hover,
.global-network-section .country-item:focus-visible,
.global-network-section .country-item.active {
    color: var(--home-brand);
    background: var(--home-brand-soft);
    box-shadow: inset 3px 0 0 var(--home-brand);
    outline: none;
}

.global-network-section .country-item img {
    width: 24px;
    height: 16px;
    margin-right: 0;
    flex-shrink: 0;
    object-fit: cover;
    border: 1px solid #e4e7ec;
    border-radius: 3px;
    box-shadow: none;
}

.global-network-section .country-item span {
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-stage {
    min-width: 0;
    overflow: hidden;
    background: #f5f8fc;
}

.map-stage-toolbar {
    display: flex;
    height: 56px;
    padding: 0 18px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--home-line);
}

.map-network-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #344054;
    font-size: 12px;
    font-weight: 700;
}

.map-region-labels {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--home-muted);
    font-size: 11px;
    font-weight: 600;
}

.map-region-labels span {
    position: relative;
}

.map-region-labels span + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 3px;
    height: 3px;
    background: #98a2b3;
    border-radius: 50%;
    transform: translateY(-50%);
}

.global-network-section .map-container {
    display: block;
    width: 100%;
    height: calc(100% - 56px);
    overflow: hidden !important;
    background-color: #f5f8fc;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.global-network-section .point {
    width: 9px;
    height: 9px;
    background: var(--home-brand);
    border: 2px solid #ffffff;
    box-shadow: 0 2px 7px rgba(36, 99, 211, 0.42);
}

.global-network-section .pulse {
    width: 11px;
    height: 11px;
    background: rgba(36, 99, 211, 0.2);
    border: 0;
    animation: network-node-pulse 2.4s ease-out infinite;
}

@keyframes network-node-pulse {
    0% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(0.7);
    }
    70%,
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2.8);
    }
}

.global-network-section .point-info {
    min-width: 132px;
    padding: 9px 11px;
    color: var(--home-ink);
    background: #ffffff;
    border: 1px solid var(--home-line);
    border-radius: 6px;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.18);
    font-size: 12px;
    z-index: 20 !important;
}

.global-network-section .point-info::before {
    border-top-color: var(--home-line);
}

.global-network-section .tip-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.global-network-section .tip-divider {
    display: none;
}

.network-cta {
    display: flex;
    min-height: 108px;
    margin-top: 16px;
    padding: 19px 22px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #182230;
    border: 1px solid #182230;
    border-radius: 8px;
}

.network-cta-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.network-cta-copy > span {
    color: #7cd4bd;
    font-size: 11px;
    font-weight: 700;
}

.network-cta-copy strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}

.network-cta-copy p {
    margin: 0;
    color: #b9c1cc;
    font-size: 12px;
    line-height: 1.65;
}

.network-cta-actions {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 9px;
}

.network-cta-actions a {
    display: inline-flex;
    min-height: 40px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.network-cta-primary {
    color: #ffffff !important;
    background: var(--home-brand);
    border-color: var(--home-brand) !important;
}

.network-cta-primary:hover,
.network-cta-primary:focus-visible {
    background: #1f56b6;
    border-color: #1f56b6 !important;
    outline: none;
}

.network-cta-secondary {
    color: #ffffff !important;
    background: transparent;
    border-color: #667085 !important;
}

.network-cta-secondary:hover,
.network-cta-secondary:focus-visible {
    background: #344054;
    border-color: #98a2b3 !important;
    outline: none;
}

.partner-background {
    top: 0;
    margin-top: 0;
    padding: 38px 0 25px;
    background-color: #f6f8fb;
}

.partner-background .sector-title {
    padding-top: 0;
}

.partner-container {
    padding-bottom: 14px;
}

.partner-item {
    width: 142px;
    height: 60px;
    margin-right: 16px;
    border: 1px solid var(--home-line);
    border-radius: 6px;
}

.partner-item img {
    width: 100px;
    max-height: 32px;
    object-fit: contain;
}

.scheme {
    top: 0;
    padding: 2px 0 56px;
}

.scheme-top {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
    gap: 16px;
}

.scheme-bottom {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 16px 0 0;
}

.scheme-item1,
.scheme-item2,
.scheme-item3,
.scheme-item4,
.scheme-item5 {
    width: 100%;
    min-width: 0;
    min-height: 220px;
    background: #ffffff;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    box-shadow: 0 2px 7px rgba(16, 24, 40, 0.05);
}

.scheme-item1:hover,
.scheme-item2:hover,
.scheme-item3:hover,
.scheme-item4:hover,
.scheme-item5:hover {
    border-color: #b2ccff;
    box-shadow: 0 7px 18px rgba(16, 24, 40, 0.09);
}

.scheme-item-body {
    padding: 18px;
}

.scheme-item-name {
    margin-bottom: 10px;
    color: #344054;
    font-size: 18px;
    font-weight: 700;
}

.scheme-product {
    min-height: 38px;
    gap: 10px;
}

.scheme-user img {
    width: 32px;
}

.scheme-product-name1,
.scheme-product-name2,
.scheme-product-name4,
.scheme-product-name5 {
    min-height: 28px;
    margin: 3px 0 9px;
    padding: 4px 10px;
    color: #475467;
    background: #f8fafc;
    border: 1px solid var(--home-line);
    border-radius: 4px;
    box-shadow: none;
    font-size: 11px;
}

.scheme-item1-text,
.scheme-item2-text,
.scheme-item4-text,
.scheme-item5-text {
    display: -webkit-box;
    min-height: 63px;
    max-height: 63px;
    overflow: hidden;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.scheme-item1-tips,
.scheme-item2-tips,
.scheme-item4-tips,
.scheme-item5-tips {
    padding: 3px 8px;
    color: #475467;
    background: #f2f4f7;
    border-bottom: 1px solid var(--home-line);
    border-left: 1px solid var(--home-line);
    border-top-right-radius: 7px;
    border-bottom-left-radius: 6px;
    font-size: 10px;
}

.scheme-item-bottom {
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 7px;
}

.scheme-bottom-left1,
.scheme-bottom-right1,
.scheme-bottom-right2,
.scheme-bottom-left4,
.scheme-bottom-right4,
.scheme-bottom-left5,
.scheme-bottom-right5 {
    min-height: 30px;
    padding: 4px 11px;
    color: var(--home-brand);
    background: var(--home-brand-soft);
    border: 1px solid #b2ccff;
    border-radius: 5px;
    font-size: 11px;
    line-height: 20px;
}

.scheme-bottom-left1,
.scheme-bottom-left4,
.scheme-bottom-left5 {
    color: #ffffff;
    background: var(--home-brand);
    border-color: var(--home-brand);
}

.news-height {
    top: 0;
    padding-bottom: 54px;
}

.scheme-title {
    margin-top: 0;
    padding-top: 0;
}

.news-any {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding-bottom: 0;
    flex-direction: row;
}

.news-any dl {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--home-line);
    border-radius: 8px;
    box-shadow: 0 2px 7px rgba(16, 24, 40, 0.05);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.news-any dl:hover {
    border-color: #b2ccff;
    box-shadow: 0 7px 18px rgba(16, 24, 40, 0.08);
}

.news-any dt > a {
    display: block;
}

.news-item-top1,
.news-item-top2 {
    height: 58px;
    padding: 14px 18px;
    color: #344054;
    background: #f8fafc;
    border-bottom: 1px solid var(--home-line);
    box-shadow: none;
}

.news-title-icon,
.news-title-icon1 {
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 6px;
}

.news-item-top-title1,
.news-item-top-title2 {
    font-size: 14px;
    font-weight: 700;
}

.news-any dd.news-body {
    padding: 8px 18px 11px;
    background: #ffffff;
    box-shadow: none;
}

.news-any dd p {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr) auto;
    min-width: 0;
    min-height: 42px;
    margin: 0;
    padding: 0 3px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #eef1f5;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    transition: background-color 0.16s ease;
}

.news-any dd p:hover {
    background: #f8fafc;
}

.news-any dd p:last-child {
    border-bottom: 0;
}

.news-any dd p > svg {
    display: block;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
}

.news-any dd a {
    display: block;
    width: auto;
    min-width: 0;
    margin-left: 0;
    overflow: hidden;
    color: #475467;
    font-size: 12px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-any dd p:hover a,
.news-any dd a:focus-visible {
    color: var(--home-brand);
    outline: none;
}

.news-any dd span {
    padding-left: 0;
    color: #98a2b3;
    background: none;
    font-size: 11px;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 1200px) {
    .swiper,
    .advertisement-item {
        height: 360px;
    }

    .advertisement-content {
        padding-top: 70px;
    }

    .advertisement-title {
        font-size: 30px;
    }

    .home-highlight-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 0;
    }

    .product-card {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .selection {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .global-network-heading {
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }

    .map-container-wrapper {
        grid-template-columns: 230px minmax(0, 1fr);
        height: 430px;
    }

    .partner-background {
        margin-top: 0;
    }

    .news-any {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-any dl:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .swiper,
    .advertisement-item {
        height: 300px;
    }

    .advertisement-content {
        padding-top: 54px;
    }

    .advertisement-title {
        max-width: 78%;
        font-size: 24px;
    }

    .advertisement-msg {
        display: -webkit-box;
        max-width: 76%;
        overflow: hidden;
        font-size: 13px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .advertisement-btn {
        width: 112px;
        height: 38px;
        margin-top: 16px;
        line-height: 38px;
    }

    .swiper .swiper-pagination {
        bottom: 32px;
        min-height: 26px;
        padding: 7px 9px;
        gap: 6px;
    }

    .swiper .swiper-pagination-bullet {
        width: 18px !important;
    }

    .swiper .swiper-pagination-bullet-active {
        width: 32px !important;
    }

    .home-highlight-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 0;
    }

    .home-highlight-item {
        grid-template-columns: 36px minmax(0, 1fr);
        min-height: 78px;
        padding: 11px;
        gap: 9px;
    }

    .home-highlight-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .home-highlight-copy strong {
        font-size: 13px;
    }

    .home-highlight-copy small {
        font-size: 10px;
    }

    .home-highlight-arrow {
        display: none;
    }

    .sector-title {
        padding: 38px 0 20px;
    }

    .sector-title-top,
    .sector-title-top1 {
        font-size: 23px;
    }

    .sector-title-bottom {
        font-size: 12px;
    }

    .product-card,
    .selection,
    .scheme-top,
    .scheme-bottom,
    .news-any {
        grid-template-columns: 1fr;
    }

    .product-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .product-card-item {
        min-height: 200px;
    }

    .selection-item,
    .selection-item1,
    .selection-item2 {
        min-height: 198px;
    }

    .global-network-section {
        margin-top: 36px;
        padding: 38px 0 42px;
    }

    .global-network-copy h2 {
        font-size: 25px;
    }

    .global-network-stats {
        min-height: 78px;
    }

    .global-network-stats > div {
        padding: 0 10px;
    }

    .global-network-stats dt {
        font-size: 20px;
    }

    .map-container-wrapper {
        grid-template-columns: 1fr;
        height: auto;
    }

    .map-stage {
        order: 1;
    }

    .global-network-section .map-erea {
        order: 2;
        height: 260px;
        border-top: 1px solid var(--home-line);
        border-right: 0;
    }

    .map-stage-toolbar {
        height: 50px;
        padding: 0 14px;
    }

    .global-network-section .map-container {
        display: block;
        height: auto;
        aspect-ratio: 2.35 / 1;
    }

    .global-network-section #pointErea {
        display: grid;
        height: calc(100% - 76px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-content: start;
        gap: 3px;
    }

    .global-network-section .country-item {
        min-width: 0;
        margin-bottom: 0;
    }

    .network-cta {
        padding: 18px;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .network-cta-actions {
        width: 100%;
    }

    .network-cta-actions a {
        flex: 1;
    }

    .partner-background {
        margin-top: 0;
        padding-top: 30px;
    }

    .scheme {
        padding-bottom: 44px;
    }

    .scheme-top,
    .scheme-bottom {
        gap: 10px;
    }

    .scheme-bottom {
        padding-top: 10px;
    }

    .scheme-item1,
    .scheme-item2,
    .scheme-item3,
    .scheme-item4,
    .scheme-item5 {
        min-height: 198px;
    }

    .news-any dl:last-child {
        grid-column: auto;
    }
}

@media (max-width: 420px) {
    .home-highlight-copy small {
        display: none;
    }

    .home-highlight-item {
        min-height: 66px;
    }

    .product-card-item {
        min-height: 188px;
        padding: 16px 10px;
    }

    .product-card-name {
        font-size: 15px;
    }

    .product-card-img img {
        max-width: 72px;
        height: 48px;
    }
}
