/* 全局样式 */
body {
    overflow-x: hidden;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.index-container {
    background-color: #f5f5f5;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    overflow: hidden;
}

.index-container .content-section {
    z-index: 20;
    position: relative;
}

/* 黑色蒙版 */
.index-container .index-container-mask {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}

/* 控制黑白字体切换 */
.index-container.index-container-active .section-title h2 {
    /* color: #fff; */
}

/* 背景控制 */
.index-container.index-container-active {
    background-color: rgba(0, 0, 0, 0.4);
}



/* =================轮播图 =================*/
.content-section-1 {
    z-index: 1;
}

.content-section-1 .carousel-indicators [data-bs-target] {
    width: 15px;
    transition: width 0.3s ease;
}

.content-section-1 .carousel-indicators .active {
    width: 30px;
}

.content-section-1 .carousel-item a {
    width: 100%;
    display: block;
}

.content-section-1 .pc-img {
    object-fit: cover;
    object-position: center;
}


/* ===========================设计引人身心向往========================== */
.content-section-2 {
    padding: 1.5rem 0 1.5rem;
    z-index: 2;
    position: relative;
}

.section-title {
    margin-bottom: 4rem;
    width: 100%;
    text-align: center;
}

.section-title h2 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0;
}

.content-section-2 .product-category-item {
    position: relative;
    margin-bottom: 0;
    border-radius: 0.25rem;
    box-shadow: 7px 9px 18px rgba(4, 0, 0, 0.3);
    height: 100%;
}

.content-section-2 .product-image-wrapper {
    position: relative;
    height: 100%;
}

/* 产品图片 */
.content-section-2 .product-image-wrapper-box {
    width: 100%;
    height: auto;
    position: relative;
}

.content-section-2 .product-image-wrapper-box img {
    width: 100%;
    height: auto;
}

/* 龙头产品滑动效果 */
.content-section-2 .product-category-container {
    display: flex;
    gap: 1.5rem;
    /* overflow: hidden; */
}

.content-section-2 .product-category-container .col {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}

.content-section-2 .colLeftTop {
    overflow: hidden;
}

.content-section-2 .colLeftTop .img-fluid {
    /* transform: translateY(-28%); */
    transition: all 1s ease;
}


/* 产品标题 */
.content-section-2 .product-title,
.content-section-3 .product-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3rem 4rem;
    color: #fff;
    z-index: 2;
}

.content-section-2 .product-title::before,
.content-section-3 .product-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    mask-image: linear-gradient(to top, #000, transparent 95%);
}

.content-section-2 .product-title h3,
.content-section-3 .product-title h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.content-section-2 .product-category-link {
    display: block;
    color: #fff;
    text-decoration: none;
    height: 100%;
    cursor: pointer;
}

.content-section-2 .product-title-content,
.content-section-3 .product-title-content {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    transform: translateY(-10px);
    opacity: 0;
}

.content-section-2 .product-title h2,
.content-section-3 .product-title h2 {
    font-weight: 400;
    text-align: center;
}

.content-section-2 .product-more,
.content-section-3 .product-more {
    margin-top: 1rem;
    font-size: 1.25rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-section-2 .product-category-item:hover .product-title-content,
.content-section-3 .brand-item:hover .product-title-content {
    opacity: 1;
    transform: translateY(0);
}

.content-section-2 .product-category-item:hover .product-title h3,
.content-section-3 .brand-item:hover .product-title h3 {
    opacity: 0;
}

.content-section-2 .product-more-arrow,
.content-section-3 .product-more-arrow {
    margin-left: 0.5rem;
    display: inline-block;
    background-image: url(../images/index/icon_arrow.png);
    background-size: 100% 100%;
    width: 1.69rem;
    height: 1.06rem;
}

/* ===========================品牌部分========================== */

.content-section-3 {
    padding: 0 0 1.5rem 0;
}

.content-section-3 .container-fluid {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
}

/* 手风琴效果 */
.content-section-3 .brand-container .row {
    display: flex;
    flex-wrap: nowrap;
}

.content-section-3 .brand-item {
    position: relative;
    overflow: hidden;
    /* border-radius: 0.25rem; */
    /* box-shadow: 7px 9px 18px rgba(4, 0, 0, 0.3); */
    height: 100%;
    transition: all 0.3s ease;
}

.content-section-3 .brand-image-wrapper {
    position: relative;
    height: 100%;
}

.content-section-3 .brand-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    mask-image: linear-gradient(to top, #000, transparent 33%);
    z-index: 1;
    pointer-events: none;
}

.content-section-3 .brand-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.content-section-3 .brand-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3rem 2rem;
    color: #fff;
    z-index: 2;
    text-align: center;
}

.content-section-3 .brand-content h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.content-section-3 .brand-desc {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.content-section-3 .brand-more {
    font-size: 0.875rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.content-section .arrow-icon {
    width: 1.1rem;
    height: 1.1rem;
    margin-left: 0.2rem;
    display: inline-block;
    background-image: url(../images/index/icon_arrow1.png);
    background-size: 100% 100%;
}

.content-section-3 .brand-link {
    display: block;
    color: #fff;
    text-decoration: none;
    height: 100%;
}

/* =========================================项目甄选 */
.content-section-4 {
    padding: 0 0 1.5rem 0;
}

.content-section-4 .container-fluid {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
}

.content-section-4 .go-to-project {
    position: relative;
    overflow: hidden;
    box-shadow: 7px 9px 18px rgba(4, 0, 0, 0.3);
}

.content-section-4 .go-to-project-link {
    display: block;
}

.content-section-4 .brand-content {
    color: #fff;
    z-index: 1;
    text-align: left;
    padding: 0;
    top: 50%;
    left: 6.25rem;
    bottom: initial;
    transform: translateY(-50%);
    position: absolute;
}

.content-section-4 .brand-content::before {
    content: none;
}

.content-section-4 .brand-desc {
    font-size: 1.25rem;
}

.content-section-4 .brand-more {
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 auto;
    margin-top: 2.8rem;
}

.content-section-4 .arrow-icon {
    /* width: 1rem; */
    /* height: 0.7rem; */
}

.content-section-4 .img-cover {
    width: 100%;
}




/* ===========================猜你喜欢========================== */
.content-section-5 {
    padding: 1.5rem 0 0 0;
}

.content-section-5 .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.content-section-5 .product-container {
    width: 90%;
    margin: auto;
    overflow: hidden;
    position: relative;
    /* min-height: 24rem; */
}
.content-section-5 .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.content-section-5 .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='23666'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.content-section-5 .product-container-list {
    position: absolute;
    display: flex;
    /* margin-left: -1.56rem; */
    min-width: 100%;
    justify-content: center;
}

.myproductSwiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
}

.content-section-5 .product-item {
    position: relative;
    margin: 0;
    transition: all 0.3s ease;
    width: 100%;
}

.content-section-5 .product-item:hover {
    transform: translateY(-5px);
}

.content-section-5 .product-image-wrapper {
    position: relative;
    /* width: 20rem; */
    max-height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.content-section-5 .product-image-wrapper img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.content-section-5 .product-info {
    padding: 1rem;
    text-align: center;
    /* border-top: 1px solid #eee; */
}

.content-section-5 .product-title {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    color: #000;
    text-align: left;
    /* 3 行点点点 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-section-5 .product-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

/* ===========================服务与支持========================== */
.content-section-6 {
    padding: 0 0 1.5rem 0;
}

.content-section-6 .container-fluid {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    display: flex;
    justify-content: space-between;
}

.content-section-6 .container-fluid .rowBox {
    display: flex;
    /* justify-content: space-between; */
}

.content-section-6 .container-fluid .row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.content-section-6 .service-item {
    /* height: 15rem; */
    position: relative;
    text-align: center;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}


.content-section-6 .service-after-sales {
    background-image: url(../images/index/aftersales-bg.jpg);
    width: 38%;
    padding: 2rem 4rem;
    background-size: cover;
}

.content-section-6 .service-after-sales .service-link-more {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.content-section-6 .service-after-sales .service-left {
    pointer-events: none;
}

.content-section-6 .service-after-sales .qr-code {
    margin: 0 auto 1rem;
}

.content-section-6 .service-after-sales .qr-code .qr-code {
    width: 120px;
    height: 120px;
}

.content-section-6 .service-qr {
    background-image: url(../images/index/ai-bg.jpg);
    /* width: 60%; */
    flex: 1;
    background-size: cover;
}

.content-section-6 .service-title {
    font-size: 1.75rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.content-section-6 .service-icon {
    position: relative;
    z-index: 1;
    /* cursor: pointer; */
}

.content-section-6 .service-icon img {
    width: 3.75rem;
    height: auto;
}

.content-section-6 .service-links {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 3rem;
    position: relative;
    z-index: 1;
}

.content-section-6 .service-link {
    color: #fff;
    /* text-decoration: underline; */
    transition: all 0.3s ease;
    font-size: 0.875rem;
    cursor: pointer;
    width: auto;
    position: relative;
}

.content-section-6 .service-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: transform 0.25s;
    transform: scaleX(1);
    transform-origin: right;
    background-color: #fff;
}

.content-section-6 .service-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.content-section-6 .service-ai .service-link:first-child {
    font-weight: bold;
    text-decoration: none;
}

/* QR Code Section */
.content-section-6 .service-qr {
    justify-content: space-around;
    align-items: center;
    color: #fff;
    padding: 0rem 2rem;
}

.content-section-6 .service-qr::before {
    display: none;
}

.content-section-6 .qr-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.content-section-6 .qr-item {
    text-align: center;
}

.content-section-6 .qr-item-ai .qr-code {
    cursor: pointer;

}

.content-section-6 .qr-code {
    width: 130px;
    height: 130px;
    margin: 1.5rem auto 0;
}

.content-section-6 .qr-code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.content-section-6 .qr-text p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.4;
}

/* 响应式调整 1200*/
@media screen and (max-width: 1200px) {}

/* 响应式调整 1280*/
@media screen and (max-width: 1280px) {
    .content-section-6 .service-after-sales {
        padding: 1rem;
    }

    .content-section-6 .service-title {
        font-size: 1rem;
    }

    .content-section-6 .qr-code {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 768px) {
    .vv-mob {
        display: block !important;
    }

    .vv-pc {
        display: none !important;
    }

    .index-container {
        padding-top: 3.75rem;
    }

    .sub-page-title {
        display: none !important;
    }

    /* 模块1 */
    .content-section-1 .carousel-item {
        /* height: 44rem; */
    }

    .index-container .carousel-item img {
        height: 100%;
        /* object-fit: cover; */
        /* object-position: center center; */
    }

    /* 模块2 */
    .content-section-2 {
        padding: 0 0 0 0;
    }

    .content-section-2 .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .content-section-2 .carousel-item {
        height: 44rem;
    }

    .content-section-2 .carousel-caption {
        bottom: 0;
        left: 0;
        right: 0;
        padding: 2.6rem 2.3rem;
        text-align: left;
    }

    .content-section-2 .carousel-caption .h5 {
        font-size: 1.25rem;
        display: inline-block;
        border-bottom: 2px solid #fff;
    }

    .section-title {
        margin-bottom: 2rem;
    }

    .section-title h2 {
        font-size: 1.25rem;
    }

    /* 模块3 */
    .content-section-3 {
        padding: 0;
    }

    .content-section-3 .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    /* 手风琴效果移动端调整 */
    .content-section-3 .brand-container .row {
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

    .content-section-3 .brand-container .col-12 {
        flex: 1 0 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }

    .content-section-3 .brand-container .col-12:last-child {
        margin-bottom: 0;
    }

    .content-section-3 .brand-content {
        padding: 1.2rem 2.3rem 1rem;
        text-align: left;
        background-image: url(../images/mob/brand-mask.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
    }

    .content-section-3 .brand-content h3 {
        margin-bottom: 0;
        font-size: 1.25rem;
    }

    .content-section-3 .brand-desc {
        margin-bottom: 0.5rem;
    }

    .content-section-3 .brand-more {
        justify-content: start;
        margin-top: 0.3rem;
        font-size: 0.8rem;
    }

    .content-section .arrow-icon {
        width: 0.9rem;
        height: 0.9rem;
    }

    .content-section-3 .brand-image-wrapper::before {
        display: none;
    }

    .content-section-3 .brand-item {
        border-radius: 0;
        box-shadow: none;
    }

    /* 项目甄选 */
    .content-section-4 {
        padding: 0;
    }

    .content-section-4 .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .content-section-4 .brand-content {
        width: 100%;
        padding: 1.25rem;
        text-align: left;
        left: 0;
        bottom: 0;
        transform: translateY(0);
        top: 60%;
    }

    .content-section-4 .brand-content h3 {
        margin-bottom: 0;
        font-size: 1.25rem;
    }

    .content-section-4 .brand-desc {
        font-size: 0.875rem;
        text-align: center;
    }

    .content-section-4 .brand-more {
        justify-content: start;
        margin-top: 0;
        font-size: 0.875rem;
    }

    .content-section-4 .arrow-icon-aa {
        margin-left: 0.15rem;
        display: inline-block;
        width: 6px;
        height: 9px;
        background: url(../images/mob/arrow-right.png);
    }

    .content-section-4 .arrow-icon-aa:nth-child(1) {
        animation: fadeIn 1s linear infinite alternate;
        margin-left: 0.6rem;

    }

    .content-section-4 .arrow-icon-aa:nth-child(2) {
        animation: fadeIn 1s 1s linear infinite alternate;
    }

    .content-section-4 .arrow-icon-aa:nth-child(3) {
        animation: fadeIn 1s 1.5s linear infinite alternate;
    }

    .content-section-4 .brand-content h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        margin-left: 1rem;
    }

    /* 模块5 */
    .content-section-5 {
        padding: 2rem 0 0;
    }

    .content-section-5 .product-container {
        min-height: 16rem;
        height: auto !important;
    }

    .content-section-5 .container-fluid {
        padding-left: 0;
        padding-right: 0;
        /* border-bottom: 1px solid #cdcece; */
    }

    .content-section-5 .product-container-list {
        /* margin-left: -8rem; */
    }

    .content-section-5 .product-item {
        /* margin: 0 1rem; */
        width: 11rem;
    }

    .content-section-5 .product-image-wrapper {
        width: 12.5rem;
        max-height: 12.5rem;
    }

    .content-section-5 .product-title {
        font-size: 1rem;
        color: #000;
    }

    .content-section-5 .product-info {
        padding: 1rem 0;
    }
    .content-section-5 .carousel-control-prev{
        display: none;
    }
    .content-section-5 .carousel-control-next{
        display: none;
    }

    /* 模块6 */
    .content-section-6 {
        padding: 1rem 0;
    }

    .content-section-6 .container-fluid {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        justify-content: center;
    }

    .content-section-6 .qr-container .row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
    }

    .content-section-6 .service-item {
        width: 100%;
        height: auto;
        justify-content: space-between;
        padding: 2rem 1rem;
        min-height: 0;
        background-size: cover;
    }

    .content-section-6 .service-title {
        font-size: 1.5rem;
        margin-bottom: 0;
        z-index: 0;
    }

    .content-section-6 .service-right {
        margin-top: 1rem;
    }

    .content-section-6 .service-right .service-title {
        font-size: 1rem;
        line-height: 2;
    }

    .content-section-6 .service-right .service-link {
        border: 1px solid #fff;
        padding: 0.1rem 2rem;
    }

    .content-section-6 .service-right .service-link::after {
        display: none;
    }

    .content-section-6 .service-links {
        gap: 1rem;
    }

    .content-section-6 .service-item .qr-code {
        width: 5rem;
        height: 5rem;
        margin: 0.7rem auto;
    }

    .content-section-6 .qr-text {
        /* width: 5.5rem; */
        white-space: nowrap;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* height: 2rem; */
    }

    /* 0707客服样式 手机端 */
    .content-section-6 .qr-text p {
        font-size: 0.78rem;
    }

    .content-section-6 .qr-text .qr-text-p1 {
        font-size: 0.7rem;
    }

    .content-section-6 .container-fluid-mob .rowBox {
        margin: 0 auto;
    }

    .content-section-6 .container-fluid-mob .service-after-sales {
        margin-bottom: 20px;
        /* flex-direction: column; */
        justify-content: space-around;
        background-image: url(../images/mob/aftersales-bg.jpg);
        height: 11.5rem;
    }

    .content-section-6 .container-fluid-mob .service-qr {
        background-image: url(../images/mob/ai-bg.jpg);
        height: 11.5rem;
    }

    .content-section-6 .container-fluid-mob .service-qr .qr-item {
        flex: 1;
    }

    .content-section-6 .service-bottom {
        position: absolute;
        display: flex;
        right: 1.5rem;
        bottom: 1.25rem;
    }

    .content-section-6 .service-bottom p {
        font-size: 0.875rem;
    }

    .content-section-6 .service-bottom p:first-child {
        margin-right: 20px;
        position: relative;
    }

    .content-section-6 .service-bottom p:first-child::before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 9px;
        background: url("../images/mob/arrow-right.png");
        position: absolute;
        right: -9px;
        top: 50%;
        margin-top: -4.5px;
        animation: fadeIn 1s linear infinite alternate;
    }

    .content-section-6 .service-bottom p:first-child::after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 9px;
        background: url("../images/mob/arrow-right.png");
        position: absolute;
        right: -15px;
        top: 50%;
        margin-top: -4.5px;
        animation: fadeIn 1s 1s linear infinite alternate;
    }

    /* css透明度渐变动画 */
    @keyframes fadeIn {
        0% {
            opacity: 0.3;
        }

        100% {
            opacity: 1;
        }
    }
}

/* pc */
@media (min-width: 769px) {
    .vv-mob {
        display: none !important;
    }

    .vv-pc {
        display: block !important;
    }

    .content-section-2 .container-fluid {
        padding-left: 6.25rem;
        padding-right: 6.25rem;
    }

    /* 轮播图 */
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 4rem;
        height: 4rem;
    }

    .carousel-indicators {
        margin-bottom: 2rem;
    }

    .content-section-3 .brand-container .col-12 {
        height: 38rem;
    }

    /* 添加brand-more hover时arrow-icon的动画效果 */
    .brand-more .arrow-icon {
        transition: transform 0.2s ease-in-out;
        transform: translateX(0);
    }

    .brand-more:hover .arrow-icon {
        transform: translateX(5px);
    }

    .product-more .product-more-arrow {
        transition: transform 0.2s ease-in-out;
        transform: translateX(0);
    }

    .product-more:hover .product-more-arrow {
        transform: translateX(5px);
    }

    .content-section-5 {
        background-color: #e5e5e5;
        margin-bottom: 1.5rem;
        margin-left: 6.25rem;
        margin-right: 6.25rem;
    }
    .content-section-5 .section-title{
        margin-bottom: 1.5rem;
    }
    .content-section-5 .container-fluid{
        /* padding: 0 1.5rem; */
    }
    .content-section-5 .product-title{
        font-size: 1.15rem;
    }

    .content-section-5 .carousel-control-prev,
    .content-section-5 .carousel-control-next{
        width: 5%;
    }
    .content-section-5 .carousel-control-prev{
        left: -0;
    }
    .content-section-5 .carousel-control-next{
        right: 0;
    }

    .content-section-6 .container-fluid .rowBox{
        gap: 1.5rem;
    }
}