.about-banner {
    height: 19.531vw;
}

.page-title p {
    margin-left: 0.26vw;
}

.products-show-container {
    display: flex;
    gap: 2.083vw;
    width: 100%;
    margin: 40px auto;
}

/* 左侧图片展示 */
.products-show-left {
    width: 50%;
}

.main-image-wrapper {
    position: relative;
    background: #f5f5f5;
    height: auto;
    overflow: hidden;
    margin-bottom: 1.042vw;
}

/* 固定logo */
.products-show-logo {
    position: absolute;
    top: 1.042vw;
    left: 1.042vw;
    width: 4.427vw;
    height: 4.427vw;
    background: url("../img/logo-h.png") no-repeat center/contain;
    z-index: 10;
    pointer-events: none;
}

.main-swiper {
    width: 100%;
    height: 100%;
}

.main-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	filter: brightness(97%);
}


/* .pro-show-big img {
    transition: transform 0.3s ease;
    display: block; 
}

.pro-show-big:hover img {
    transform: scale(1.05);
} */


  .magnifier {
    position: absolute;
    border: 1px solid #bbb;
    width: 10.417vw;
    height: 10.417vw;
    overflow: hidden;
    display: none; 
    pointer-events: none; 
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: 800px 600px; 
  }


/* 缩略图区域 */
.thumbs-wrapper {
    position: relative;
    padding: 0.521vw 2.083vw;
}

.thumbs-swiper {
    width: 100%;
}

.thumbs-swiper .swiper-slide {
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.thumbs-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.thumbs-swiper .swiper-slide:hover img {
    transform: scale(1.1);
}


.thumbs-swiper .swiper-slide-thumb-active {
    position: relative;
}

.thumbs-swiper .swiper-slide-thumb-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}


.thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumbs-wrapper .swiper-button-prev,
.thumbs-wrapper .swiper-button-next {
    color: #424242;
    background: #f5f5f5;
    width: 1.563vw;
    height: 6.25vw;
    top: 1.719vw;
    opacity: 1;
}

.thumbs-wrapper .swiper-button-prev {
    left: 0;
    /* 紧贴左边 */
}

.thumbs-wrapper .swiper-button-next {
    right: 0;
    /* 紧贴右边 */
}

/* 右侧产品数据 */
.products-show-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-show-name {
    color: #3e3e3e;
    font-size: 1.875vw;
    line-height: 36px;
    font-family: 'bold', sans-serif;
    margin-bottom: 0.417vw;
}

.product-category {
    font-family: 'bold', sans-serif;
    font-size: 0.938vw;
    color: #008ee7;
    margin-bottom: 0.625vw;
    position: relative;
    padding-bottom: 0.417vw;
    max-width: fit-content;
}

.product-category::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5.208vw;
    height: 3px;
    background: #008ee7;
    margin-top: 0.313vw;
}

.product-data {
    margin-top: 1.042vw;
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
}

.product-data p {
    display: flex;
    align-items: center;
    font-size: 0.938vw;
    color: #333;
}

.product-data p::before {
    content: "";
    display: inline-block;
    width: 0.521vw;
    height: 0.521vw;
    background: #008ee7;
    border-radius: 50%;
    margin-right: 0.625vw;
    flex-shrink: 0;
}

.btn-buy {
    margin-top: 2.083vw;
    width: 8.333vw;
    padding: 0.625vw 0;
    background: #008ee7;
    color: white;
    font-size: 0.729vw;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
}

.btn-buy:hover {
    background: #fff;
    border: 1px solid #008ee7;
    color: #008ee7;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.25vw !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.form-title span {
    color: #008ee7;
}

.pro-product-list {
    margin: 1.563vw auto 3.125vw;
}

.pro-show-con {
    width: 100%;
}

.pro-show-con table {
	width: 100% !important;
	margin-bottom: 30px;
	}
.pro-show-con-img {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 1.563vw;
    margin-bottom: 1.563vw;
}

.pro-show-con-img img{
    width: 40%;
}

.pro-show-con-text {
    width: 100%;
}



.pro-show-con-text h5 {
    font-size: 0.938vw;
    color: #3e3e3e;
}

.pro-show-con-text p {
    font-size: 0.833vw;
    color: #3e3e3e;
    margin-bottom: 1.563vw;
}


@media (max-width: 768px) {
    .page-title {
        width: 90%;
        margin: 20px auto;
        flex-wrap: wrap;
    }

    .products-show-container {
        flex-direction: column;
        width: 90%;
        margin: 40px auto;
    }

    .products-show-left {
        width: 100%;
    }

    .thumbs-wrapper .swiper-button-prev,
    .thumbs-wrapper .swiper-button-next {
        width: 20px;
        height: 58px;
        top: 33px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px !important;
    }

    .product-show-name {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .product-category {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .product-category::after {
        width: 80px;
    }

    .product-data p {
        font-size: 15px;
    }

    .product-data p::before {
        width: 8px;
        height: 8px;
        margin-right: 6px;
    }

    .thumbs-wrapper {
        padding: 10px 30px;
    }

    .products-show-logo {
        top: 15px;
        left: 15px;
        width: 40px;
        height: 40px;
    }

    .btn-buy {
        margin-top: 20px;
        width: 110px;
        padding: 8px;
        font-size: 12px;
    }

    .product-show-list {
        width: 90%;
        margin: 40px auto 60px;
    }

    .pro-product-list {
        width: 100% !important;
        margin: 20px auto !important;
    }


    .pro-show-con-img img {
        width: 49%;
    }

    .pro-show-con-text h5 {
        font-size: 16px;
        margin-top: 20px;
    }

    .pro-show-con-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }

}
