/* 右侧内容部分 */
.product-content-box {
    display: flex;
    color: black;
}

/* 轮播图盒子 */
.product-content-box .img-box-dn {
    width: 570px;
    margin-left: 25px;
}

/* swiper配置 */
.swiper-container {
    width: 100%;
}

.swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-wrapper .add-sm-zp {
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

/* 配图 */
.zp-1 {
    background: url("../../images/product/lbt/pz-1.jpg");
}

.zp-2 {
    background: url("../../images/product/lbt/pz-2.jpg") no-repeat;
    /* background-size: cover; */
}

.zp-3 {
    background: url("../../images/product/lbt/pz-3.jpg");
}

.zp-4 {
    background: url("../../images/product/lbt/pz-4.jpg");
}

.zp-5 {
    background: url("../../images/product/lbt/pz-5.jpg");
}

.zp-6 {
    background: url("../../images/product/lbt/pz-6.jpg") no-repeat;
}

.zp-7 {
    background: url("../../images/product/lbt/pz-7.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;
}

/* 图片 */
.pro-content-detail .content-nr img {
    padding-left: 20px;
}


/* 轮播图响应式 */
@media screen and (max-width:1480px) {

    /* 轮播图盒子 */
    .product-content-box .img-box-dn {
        width: 500px;
    }

    /* 小轮播图 */
    .gallery-thumbs {
        width: 500px;
    }
}

@media screen and (max-width:1280px) {

    /* 小轮播图 */
    .gallery-thumbs {
        width: 450px;
    }

    /* 轮播图盒子 */
    .product-content-box .img-box-dn {
        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 */
    }

    /* 图片容器 - 负责背景和居中 */
    .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;
    color: black;
}

/* 标题 */
.product-content-box .product-content .pro-title h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}

/* 第一行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;
    }
}

/* 第二行 */
/* 视频盒子 */
.imgbox-1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pro-content-detail {
    color: black;
    margin-top: 20px;
}

.pro-title-underline {
    height: 60px;
    /* 宽度 */
    width: 100%;
    position: relative;
}

/* 标题 */
.pro-title-underline h4 {
    padding-top: 4px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    /* 距离导航栏 */
    padding-left: 23px;
}

.imgbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

/* 播放器按钮 */
.img-video-1 {
    margin-left: 25px;
    width: 360px;
    height: 300px;
    cursor: pointer;
}

/* 第二行-图片 */
.img-video-2 {
    background-image: url("../../images/product/pz-nr-2.png");
    height: 290px;
    width: 430px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 25px;
}

/* 视频播放组件响应式 */
/* 文字下划线 */
@media screen and (max-width: 1080px) {

    /* 标题 */
    .pro-title-underline h4 {
        padding-left: 0px;
    }

    /* 播放器按钮 */
    .img-video-1 {
        margin-left: 0px;
    }
}

@media screen and (max-width: 580px) {

    /* 第二行-图片 */
    .img-video-2 {
        margin-top: 20px;
        margin-left: 0px;
    }

    /* 标题 */
    .pro-title-underline h4 {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
    }

    /* 视频播放 */
    .imgbox {
        display: block;
    }

    /* 播放器按钮 */
    .img-video-1 {
        margin-left: 0px;
        width: 300px;
    }

    /* 第二行-图片 */
    .img-video-2 {
        width: 350px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 380px) {

    /* 播放器按钮 */
    .img-video-1 {
        width: 330px !important;
    }

    /* 第二行-图片 */
    .img-video-2 {
        width: 330px;
    }
}