/* Unify font-size with index.html */
html {
    font-size: 62.5%;
    /* 1rem = 10px */
}

@media (max-width: 1699px) {
    html {
        font-size: 53.125%;
        /* 1rem = 8.5px */
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 53.125%;
        /* 1rem = 8.5px */
    }
}

@media (max-width: 768px) {
    html {
        font-size: 62.5%;
        /* Return to baseline */
    }
}

/* Page-specific styles */
body {
    background-color: #fff;
    overflow-y: auto;
    margin: 0;
    /* Space for fixed navbar */
}

.placeholder-box {
    background: white;
    border: 0.2rem dashed #ccc;
    border-radius: 0.8rem;
    padding: 4rem;
    text-align: center;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.placeholder-box h1 {
    font-size: 3.2rem;
    color: #00487F;
    margin-bottom: 2rem;
}

.placeholder-box p {
    font-size: 1.8rem;
    color: #666;
    line-height: 1.6;
}

/* 自动计算楼层背景色：白色与灰色交替 */
.section-content:nth-of-type(odd),
.chl-per-bus .section-content:nth-of-type(even) {
    background-color: #ffffff;
}

.section-content:nth-of-type(even),
.chl-per-bus .section-content:nth-of-type(odd) {
    background-color: #F5F6F8;
}

/* 投资理财 */
.investment-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.investment-image {
    flex: 0 0 40%;
    min-width: 30rem;
}

.investment-image img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

.investment-options {
    flex: 0 0 60%;
    min-width: 30rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.investment-option {
    padding: 3rem 2rem;
    border-radius: 0;
    border: solid 0.1rem #F6F6F6;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    height: 10rem;
    display: flex;
    align-items: center;
    background-color: white;
    color: #333;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
}

.investment-option:hover {
    background-color: #00487F;
    color: white;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.investment-option-title {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.option-dot {
    display: inline-block;
    margin-right: 1rem;
}

.investment-option:hover img {
    filter: invert(1) brightness(1.2);
}


.service-container {
    /* max-width: 100rem; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.service-item {
    text-align: center;
    padding: 3rem 0rem;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 16rem;
}

.chl-per-bus .service-item {
    text-align: center;
    padding: 3rem 0rem;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 16rem;
    margin: 0 0.75rem;
}

@media (min-width: 768px) {

    .chl-per-bus .service-item,
    .chl-cor-bus .service-item {
        margin: 0 calc(0.75rem + (2.5 - 0.75) * ((100vw - 768px) / (1200 - 768)));
    }
}

@media (min-width: 1200px) {

    .chl-per-bus .service-item,
    .chl-cor-bus .service-item {
        margin: 0 2.5rem;
        /* Max gap 5rem / 2 */
    }
}

.service-item:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.service-item img {
    width: 6rem;
}

.service-title {
    font-weight: 500;
    margin-top: 2rem;
    color: #111;
    text-align: center;
}

.service-container .row {
    gap: 2rem;
}

.chl-per-bus .service-container .row,
.chl-cor-bus .service-container .row {
    gap: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.row {
    justify-content: center;
}

.product-card {
    background-color: white;
    padding: 3.2rem 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.product-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    background-color: #00487F;
    color: white;
    cursor: pointer;
}

.product-title {
    font-weight: 500;
    margin-bottom: 1rem;
}

.product-desc {
    line-height: 1.4;
    margin-bottom: 0px;
}

.arrow-icon {
    position: absolute;
    top: 4.6rem;
    right: 2rem;
    transform: translateY(-50%);
    font-size: 2rem;
}

.product-card:hover img {
    filter: brightness(0) invert(1);
}

.product-image img {
    /* width: 100%;
            height: auto; */
    width: 100%;
    height: 27.5rem;
    object-fit: cover;
}

.bf-product-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 27.5rem;
    margin-bottom: 2rem;
    min-width: 19rem;
}

.chl-card-bus .bf-product-card {
    width: 100%;
    max-width: 33.2rem;
    min-width: 0;
    flex-shrink: 0;
    height:auto;
}

.bf-product-card img {
    width: 100%;
    height: auto;
}

.chl-market-bus .bf-product-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 25rem;
    margin-bottom: 4.2rem;
    min-width: 19rem;
}

#financial-products-row {
    justify-content: flex-start;
}

#credit-shop-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 4rem;
    margin-left: 0px;
    margin-right: 0px;
}

#credit-shop-row .col-md-3 {
    flex: none;
    width: 23.5%;
    max-width: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

/* 信用卡商城 - 中间态响应式 (2x2) */
@media (max-width: 1400px) and (min-width: 769px) {
    #credit-shop-row {
        justify-content: space-between;
    }

    #credit-shop-row .col-md-3 {
        width: 48%;
        max-width: none;
    }

    #credit-shop-row .bf-product-card {
        width: 100%;
    }
}

/* 信用卡商城 - 移动端 (1x4) */
@media (max-width: 768px) {
    #credit-shop-row {
        justify-content: center;
    }

    #credit-shop-row .col-md-3 {
        width: 100%;
        max-width: 40rem;
    }

    #credit-shop-row .bf-product-card {
        width: 100%;
        max-width: 20rem;
    }
}

.bf-product-card:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.bf-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.bf-product-card:hover .bf-product-image {
    transform: scale(1.05);
}

.bf-product-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 72, 127, 0.85);
    color: white;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 6rem;
}

.bf-product-card:hover .bf-product-overlay {
    background-color: rgba(0, 72, 127, 0.85);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}


.bf-product-card:hover .bf-product-desc {
    display: block;
}


.bf-blue-card {
    background-color: #0056b3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 2rem;
}

.bf-product-title {
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-align: center;
}

.bf-product-desc {
    margin-top: 1rem;
    display: none;
    text-align: center;
}

.chl-cor-bus .bf-product-desc {
    height: 13rem;
    width: 100%;
}

.bf-product-desc a {
    color: #fff;
    display: block;
    margin: 0.5rem auto;
    font-size: 1.4rem;
    text-decoration: none;
    /* Truncation logic */
    max-width: 252px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bf-product-desc a:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .chl-cor-bus .bf-product-desc a {
        font-size: var(--fs-home-body, 1.8rem);
    }

    .chl-cor-bus .bf-product-desc {
        height: 16rem;
    }
}

.bf-blue-card-desc {
    font-size: 0.9rem;
    line-height: 1.4;
}

/* 融资授信业务卡片样式 */
.financing-card {
    background-color: white;
    box-shadow: var(--shadow-card);
    height: 28rem;
    padding: 2.5rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.financing-card:hover {
    background-color: #00487F;
    color: white;
    transform: translateY(-0.5rem);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.financing-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.financing-card-title {
    font-size: var(--fs-h2, 2.4rem);
    font-weight: 500;
    color: #111;
    margin: 0;
}

.financing-card:hover .financing-card-title {
    color: white;
}

.financing-card-icon {
    width: 2.4rem;
    height: 2.4rem;
    transition: filter 0.3s ease;
}

.financing-card:hover .financing-card-icon {
    filter: brightness(0) invert(1);
}

.financing-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.financing-link {
    color: #333;
    text-decoration: none;
    font-size: var(--fs-home-body, 1.8rem);
    border-bottom: 1px solid transparent;
    width: fit-content;
    line-height: 1.5;
}

/* 只有在hover整个卡片时，文字变白 */
.financing-card:hover .financing-link {
    color: white;
}

/* 只有hover具体链接时，出现下划线 */
.financing-link:hover {
    text-decoration: underline;
}

.financing-large-image img {
    width: 100%;
    height: 28rem;
    object-fit: cover;
    box-shadow: var(--shadow-card);
    margin-bottom: 2rem;
}

/* 行业服务方案楼层样式 */
.industry-service-card {
    position: relative;
    height: 22.6rem;
    margin-bottom: 2rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}

.industry-service-card:hover {
    transform: translateY(-0.5rem);
}

.industry-service-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.industry-service-title {
    font-size: var(--fs-h2, 2.4rem);
    font-weight: 500;
    color: white;
    margin-bottom: 1.8rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.industry-service-desc {
    font-size: var(--fs-home-body, 1.8rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    max-width: 90%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    line-height: 1.5;
}

/* 按钮样式复用/仿照 hsh-small-business.html */
.btn-details {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #5cb85c;
    /* Bootstrap 'success' green or similar brand green */
    color: white;
    width: 13.4rem;
    height: 3.2rem;
    margin-top: auto;
    border-radius: 2rem;
    text-decoration: none;
    font-size: 1.4rem;
    transition: background-color 0.3s ease;
    padding: 0;
}

.btn-details:hover {
    background-color: #4cae4c;
    color: white;
    text-decoration: none;
}

.btn-details img {
    width: 1.2rem;
    height: 1.2rem;
    /* icon-w12 approx */
    margin-left: 0.5rem;
    filter: brightness(0) invert(1);
}


.dc-card-list {
    margin-right: 3rem;
    display: flex;
    flex-direction: column;
    height: 30rem;
}

.dc-card-item {
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    background-color: white;
    color: #333;
    padding: 2rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chl-card-bus .dc-card-item {
    box-shadow: var(--shadow-card);
}

.dc-card-item:last-child {
    margin-bottom: 0;
}

.dc-card-item:hover {
    transform: translateX(0.5rem);
    background-color: #00487F;
    color: white;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.chl-card-bus .dc-card-item:hover {
    box-shadow: var(--shadow-card);
}

.dc-card-item-title {
    font-weight: 500;
}

.dc-card-display {
    position: relative;
    text-align: center;
    padding: 2rem;
    border-radius: 0.4rem;
    min-height: 30rem;
}

.dc-card-images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0 0 0;
    position: relative;
    height: 20rem;
    /* IE 10+ 兼容 */
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /* overflow: hidden; Removed to ensure arrows are visible */
}

.dc-card-image {
    max-width: 40rem;
    height: auto;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%) scale(0.7);
    transform-origin: center;
}

.dc-card-image.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    left: 50%;
    top: 45%;
    box-shadow: 0 1.1rem 1.5rem rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.dc-card-image.prev {
    transform: translate(-130%, -50%) scale(0.7);
    z-index: 1;
    left: 60%;
    top: 50%;
}

.dc-card-image.next {
    right: 10%;
    transform: translate(30%, -50%) scale(0.7);
    z-index: 2;
    left: 40%;
    top: 50%;
}

/* IE 10+ 特定修复 */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE 10+ 不支持复杂的transform组合，使用简单的定位 */
    .dc-card-image {
        top: 50%;
        left: 50%;
        margin-top: -7.5rem;
        /* 大约是卡片高度的一半 */
        /* 移除transform，使用传统定位 */
        transform: none !important;
        /* 确保所有卡片初始状态一致 */
        z-index: 1;
        width: 21rem;
    }

    .dc-card-image.active {
        left: 50%;
        margin-left: -15rem;
        /* 大约是卡片宽度的一半 */
        margin-top: -7.5rem;
        /* 大约是卡片高度的一半 */
        z-index: 3;
        width: 30rem;
    }

    .dc-card-image.prev {
        left: 19%;
        margin-left: 0;
        margin-top: -5rem;
        /* 大约是缩小后卡片高度的一半 */
        width: 21rem;
        /* 缩小后的宽度 */
        z-index: 1;
    }

    .dc-card-image.next {
        left: 57%;
        margin-left: 0;
        margin-top: -5rem;
        /* 大约是缩小后卡片高度的一半 */
        width: 21rem;
        /* 缩小后的宽度 */
        z-index: 2;
    }
}

.dc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #00487F;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.dc-arrow img {
    opacity: 0.3;
    width: 3rem;
    height: 3rem;
}

.dc-arrow:hover img {
    opacity: 0.8;
}

.dc-arrow-left {
    left: calc(50% - 45rem);
    transform: translateY(-50%) rotate(180deg);
}

.dc-arrow-right {
    right: calc(50% - 45rem);
}

.dc-card-name {
    color: #666;
    margin-top: 3.5rem;
}

/* 移动端轮播指示器 */
.dc-carousel-indicators {
    display: none;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 1.2rem;
}

.dc-indicator {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dc-indicator.active {
    background-color: #00487F;
    /* var(--color-brand-blue) */
    width: 2.4rem;
    border-radius: 0.4rem;
}

.eb-service-container {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
    justify-content: space-between;
    -ms-flex-pack: justify;
    /* IE10 equivalent */
    row-gap: 2rem;
}

/* Fallback for browsers that don't support row-gap */
@supports not (row-gap: 2rem) {
    .eb-service-item {
        margin-bottom: 2rem;
    }

    .eb-service-item:last-child {
        margin-bottom: 0;
    }
}

.eb-service-item {
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 17rem;
    height: 17rem;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    /* IE10 */
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-direction: column;
    -ms-flex-direction: column;
    /* IE10 */
    justify-content: center;
    -ms-flex-pack: center;
    /* IE10 */
    align-items: center;
    -ms-flex-align: center;
    /* IE10 */
    cursor: pointer;
    background-color: #00487F;
    color: white;
}

.eb-service-item:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    color: #00487F;
    cursor: pointer;
}

.eb-service-item-selected {
    background-color: white;
    color: #333;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
}

.eb-service-icon {
    margin-bottom: 1.5rem;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eb-service-icon img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease;
}

.eb-service-title {
    font-weight: 500;
}

.header {
    padding: 0;
    position: relative;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.more-products {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-decoration: none;
    color: #303030;
}

/* News Hover Effect */
.news-link {
    text-decoration: none;
    display: flex;
    align-items: baseline;
}

.news-link:hover .news-title,
.news-link:hover .news-dot {
    color: #00487F;
}

.news-title,
.news-dot {
    transition: color 0.3s ease;
}

/* Mobile Card Height Adjustments */
@media (max-width: 768px) {

    /* 投资理财部分 - 目标 50px */
    .option-dot img {
        width: 0.9rem;
        height: 0.9rem;
    }

    .investment-option {
        height: 5rem;
        /* 50px ÷ 10 = 5rem */
        padding: 1.5rem 1rem;
    }

    /* 个人存款部分 - 目标 70px */
    .product-card {
        min-height: 7rem;
        /* 70px ÷ 10 = 7rem */
        padding: 1.5rem 1.5rem;
    }

    .product-title {
        margin-bottom: 0.5rem;
    }

    .product-desc {
        line-height: 1.3;
    }

    /* 借记卡部分 - 目标 50px */
    .dc-card-item {
        height: 5rem;
        /* 50px ÷ 10 = 5rem */
        padding: 1rem;
        margin-bottom: 1rem;
        flex: none;
        /* 移除 flex: 1 避免高度被拉伸 */
    }

    .dc-card-list {
        height: auto;
        margin-right: 0;
        width: 100%;
    }

    /* 借记卡部分 - 移动端改为滑动轮播 */
    .dc-card-display {
        padding: 0;
        min-height: auto;
        /* 确保容器本身不限制滑动 */
        overflow: hidden;
    }

    .dc-card-images {
        display: flex;
        /* 这里不使用 justify-content: center，而是基于滚动 */
        justify-content: flex-start;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        height: auto;
        margin: 0;
        padding: 2rem 0;
        /* 给上下阴影留空间 */
        /* 隐藏滚动条 */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE 10+ */
    }

    .dc-card-images::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .dc-card-image {
        /* 重置绝对定位 */
        position: static;
        transform: none !important;
        /* 100% 宽度，一次只显示一张 */
        width: 100%;
        min-width: 100%;
        height: auto;
        margin: 0;
        /* 移除左右间距 */
        scroll-snap-align: center;
        /* 默认半透明，强调当前项 */
        opacity: 1;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
        border-radius: 1rem;
    }

    /* 隐藏左右箭头 */
    .dc-arrow {
        display: none;
    }

    /* 隐藏不需要的 active/prev/next 样式影响 */
    .dc-card-image.active,
    .dc-card-image.prev,
    .dc-card-image.next {
        position: static;
        transform: none;
        margin: 0;
        width: 100%;
        z-index: 1;
    }

    /* 显示指示器 */
    .dc-carousel-indicators {
        display: flex;
    }

    /* 融资授信业务移动端字体 */
    .financing-card-title {
        font-size: 1.6rem;
    }

    .financing-link {
        font-size: 1.4rem;
    }

    /* 电子银行部分 - 卡片尺寸 16rem*16rem */
    .eb-service-item {
        width: 16rem;
        height: 16rem;
    }

    /* 存贷款服务 - 图标宽度 3rem */
    .service-item img {
        width: 3rem;
    }

    /* 存贷款服务 - 文字宽度 13rem */
    .service-title {
        width: 13rem;
        margin-left: auto;
        margin-right: auto;
    }

    /* 投资理财图片 - 仿照Page3缩放逻辑 */
    .investment-image img,
    .product-image img,
    .financing-large-image img,
    .news-image img {
        width: 100%;
        height: auto !important;
        /* 允许 aspect-ratio 生效 */
        aspect-ratio: 335/140 !important;
        /* Page 3 的宽高比 (~2.39) */
        min-height: 11.2rem !important;
        /* Page 3 的最小高度 */
        max-height: 20.8rem !important;
        /* Page 3 的最大高度 - 限制高度防止过高 */
        object-fit: cover;
        /* 保持图片内容填充 */
    }

    /* 融资贷款卡片 - 移动端高度限制 */
    .chl-cor-bus .bf-product-card {
        max-height: 19rem;
    }

    /* 融资授信业务卡片 - 移动端高度调整 */
    .financing-card {
        height: 20rem;
    }

    /* 行业服务方案 - 移动端优化 */
    .industry-service-card {
        height: 14rem;
        background-position: center;
    }

    .industry-service-content {
        padding: 2rem;
    }

    .industry-service-title {
        font-size: 1.8rem;
        /* Mobile title size */
    }

    .industry-service-desc {
        font-size: 1.4rem;
        /* Mobile desc size */
    }

    /* 个人存款箭头图标 - 移动端尺寸及居中 */
    .arrow-icon {
        top: 50%;
        transform: translateY(-50%);
    }

    .arrow-icon img {
        width: 2.4rem;
        height: 2.4rem;
    }
}

@media (max-width: 767.98px) {
    .page-content {
        margin: 2rem auto;
        padding: 0 4vw;
    }

    .section-content {
        padding: 2rem 0;
    }

    .main-wrapper {
        padding: 0 2rem;
        width: 100%;
    }

    .placeholder-box {
        padding: 2rem;
        min-height: 40vh;
    }

    .placeholder-box h1 {
        font-size: 2.4rem;
    }

    .placeholder-box p {
        font-size: 1.6rem;
    }

    /* 投资理财 */
    .investment-image {
        margin-right: 0;
        min-width: auto;
        width: 100%;
    }

    .investment-options {
        grid-template-columns: 1fr 1fr;
        min-width: auto;
        width: 100%;
    }

    /* 存贷款服务 */
    .service-container .row {
        width: 100%;
        max-width: 46rem;
    }
}

/* Hero Slider Styles */
.hero-banner {
    position: relative;
    /* Ensure positioning context */
    background-color: #fff;
    /* Prevent bleed-through */
    background-image: none !important;
    /* Override default background image */
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
}
/* Ensure banner content is above the slider */
.chl-card-bus .banner-inner {
    position: relative;
    z-index: 10;
}

.chl-card-bus .notice-bar-wrapper {
    z-index: 2;
    /* Keep distinct form main.css position: absolute */
}

/* Hero Indicators */
.hero-carousel-indicators {
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);

    gap: 10px;
    z-index: 10;
}

.hero-indicator {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-indicator.active {
    background-color: #00487F;
    /* Brand Blue */
    width: 2.4rem;
    border-radius: 0.4rem;
}