/* 右侧内容部分 */
.product-content-box {
    display: flex;
    color: black;
}

/* swiper配置 */
/* 轮播图盒子 */
.product-content-box .img-box-dn {
    width: 570px;
    margin-left: 25px;
}

.swiper-container {
    width: 100%;
}

/* swiper单个切片 */
.swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* 第二行视频 */
.swiper-wrapper .add-sm-zp {
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

/* 配图 */
.zp-1 {
    background: url("../../images/product/lbt/gnwqlxtq-1.jpg") no-repeat;
    background-size: cover;
}

.zp-2 {
    background: url("../../images/product/lbt/gnwqlxtq-2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.zp-3 {
    background: url("../../images/product/lbt/gnwqlxtq-3.jpg") no-repeat;
}

.zp-4 {
    background: url("../../images/product/lbt/gnwqlxtq-4.jpg") no-repeat;
}

.swiper-slider-bg {
    background: url("../../images/product/lbt/ltb-bg-1.png");
}

/* 主图高度宽度 */
.gallery-top {
    height: 570px;
    width: 100%;
}

/* 下图宽度 */
.gallery-thumbs {
    width: 570px;
    height: 130px;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 10px;
}

/* 第二行高度 */
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

/* 响应式布局 */
@media screen and (max-width:1480px) {

    /* 轮播图盒子 */
    .product-content-box .img-box-dn {
        width: 500px;
    }

    /* 设置SWIPER图片宽度 */
    .gallery-thumbs {
        width: 500px;
    }
}

@media screen and (max-width:1280px) {

    /* 轮播图盒子 */
    .product-content-box .img-box-dn {
        width: 450px;
    }

    /* 设置SWIPER图片宽度 */
    .gallery-thumbs {
        width: 450px;
    }
}

/* h5轮播图 */
.h5lbt {
    display: none;
}

@media screen and (max-width:1080px) {

    /* PC轮播图盒子  */
    .product-content-box .img-box-dn {
        display: none
    }

    .h5lbt {
        display: block;
        height: 400px;
        margin-bottom: 20px;
    }

    /* 轮播容器设置 */
    #centeredCarousel {
        height: 400px;
        /* 设置你需要的固定高度，或使用 min-height */
        background-color: #f5f5f5;
        /* 备用背景色 */
    }

    /* 图片容器 - 负责背景和居中 */
    .carousel-bg-container {
        height: 400px;
        width: 100%;
        padding: 20px;
        /* 创建背景边距 */
        background: url("../../images/product/lbt/ltb-bg-1.png") no-repeat;
        /* 背景填充色 */
        background-size: cover;
    }

    /* 图片样式 - 确保完美居中 */
    .carousel-centered-img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
        /* 保持原始比例 */
        margin: auto;
        /* 双重保障居中 */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        /* 可选 - 添加微妙阴影 */
    }
}

/*---------------------------------------------------------------------- /
产品-内容页-右边
----------------------------------------------------------------------- */
/* 第一行图片部分 */

/* 第一行 内容部分 */
/* 内容盒子间隔 */
.product-content-box .product-content {
    margin-left: 39px;
}

/* 标题 */
.product-content-box .product-content .pro-title h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}

.product-content-box .product-content .pro-intro {
    color: black;
}

/* 第一行p字段格式 */
.product-content-box .product-content .pro-intro p:nth-child(n+1) {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
}

/* 首行间隔 */
.product-content-box .product-content .pro-intro p:first-child {
    padding-top: 15px;
}

/* 第一行响应式 */
@media screen and (max-width: 1080px) {

    /* 取消第一行间距 */
    .product-content-box .product-content {
        margin-left: 0px;
    }

    /* 取消缩进 */
    .product-content-box .product-content .pro-intro p:nth-child(n+1) {
        text-indent: 0em;
        padding-right: 0px;
    }

}

/* 第二行盒子 */
.gnwqlbox {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 30px;
}

/* 第二行盒子-文字宽度 */
.gnwqlbox .gnwqlword {
    flex: 7;
}

/* 第二行盒子-图片宽度 */
.gnwqlbox .gnwqltp {
    flex: 4;
}

/* 第二行盒子-标题 */
.pro-title-underline {
    height: 40px;
    width: 180px;
    position: relative;
    margin-top: 40px;
}

/* 第二行盒子-标题盒子 */
.pro-title-underline {
    height: 40px;
    width: 180px;
    position: relative;
    margin-top: 40px;
}

/* 第二行盒子-标题H4 */
.pro-title-underline h4 {
    padding-top: 4px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    /* 距离导航栏 */
    padding-left: 23px;
    margin-top: 0px;
}

/* 第二行盒子-下划线 */
.pro-title-underline::before {
    content: '';
    height: 40px;
    width: 30%;
    border-bottom: 4px solid #35AD54;
    position: absolute;
    left: 22px;
    bottom: 0;
}

/* 第二行盒子-文字 */
.gnwqlword p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    /* 距离导航栏 */
    padding-left: 22px;
}

/* 第二行盒子-p首行间距 */
.gnwqlword p:nth-of-type(1) {
    padding-top: 25px;
}

/* 第二行盒子-图片高度 */
.gnwqltp-img {
    height: 550px;
}

/* 第二行响应式布局 */
@media screen and (max-width:1680px) {

    /* 图片边距 */
    .gnwqltp-img {
        padding-top: 20px;
    }
}

@media screen and (max-width:1080px) {

    /* 取消文本间距 */
    .gnwqlword p {
        padding-left: 0px;
    }

    /* 取消标题间隔 */
    .pro-title-underline h4 {
        padding-left: 0px;
    }

    /* 取消标题-下划线-间隔 */
    .pro-title-underline::before {
        left: 0px;
    }
}

@media screen and (max-width:810px) {

    /* 盒子 */
    .gnwqlbox {
        display: block;
    }

    /* 高能文丘里洗涤器 */
    .gnwqltp-img {
        height: 600px;
    }
}

@media screen and (max-width:580px) {

    /* 高能文丘里洗涤器 */
    .gnwqltp-img {
        height: 400px;
    }
}