/* LPS与健康详情页样式 */

/* 主要内容区域 */
.health-detail-main {
    width: 100%;
    background-color: #0D1E3E;
    padding-top: 85px;
}

/* 第一部分：大图区域 */
.health-detail-hero {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.health-detail-hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* 第二部分：LPS详细内容 */
.health-detail-content {
    width: 100%;
    background-color: #0E1E3F;
    padding: 80px 0;
    color: #fff;
}

.health-benefits-list a {
    text-decoration: underline;
}

.health-content-container {
    max-width: 1400px;
    background-color: #1B366B;
    margin: 0 auto;
    padding: 40px;
}

.health-content-header {
    margin-bottom: 60px;
}

.health-content-tag {
    background: linear-gradient(323deg, #FFCC5D 40%, #FFEEC8 100%);
    display: inline-block;
    color: #000000;
    padding: 5px 20px;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.health-content-title {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.health-content-subtitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}

.health-content-description {
    font-size: 20px;
    color: #FFF;
    /*font-weight: 200;*/
    line-height: 1.6;
}

.health-benefits-list {
    /*display: grid;*/
    /*grid-template-columns: 1fr;*/
    /*gap: 30px;*/
}
.health-benefits-list video{
    width: 600px;
    height: auto;
}
.health-benefit-item {
    padding: 10px 0;
    transition: all 0.3s ease;
}

.health-benefit-item:hover {
    transform: translateY(-2px);
}

.benefit-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.benefit-description {
    font-size: 16px;
    color: #FFF;
    background-color: #204b99;
    padding: 20px;
    line-height: 1.6;
}

/* 第四部分：LPS安全吗？能长期吃吗？ */
.lps-safety-section {
    width: 100%;
    background-color: #0E1E3F;
    padding: 80px 0;
    color: #fff;
}

.safety-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.safety-title {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2;
}

.safety-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    margin-bottom: 40px;
}

.safety-card {
    background: transparent;
    overflow: hidden;
    transition: all 0.3s ease;
}

.safety-card:hover {
    transform: translateY(-5px);
}

.safety-card-image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.safety-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.safety-card-title {
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.safety-card-description {
    font-size: 16px;
    font-weight: 200;
    color: #FFF;
    padding-left: 20px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.products-section {
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
}

.products-header {
    margin-bottom: 40px;
}

.products-title {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 15px;
}


.products-description {
    max-width: 1300px;
    margin: 0 auto 60px;
    text-align: center;
    color: #A4A4A4;
    font-size: 20px;
    line-height: 1.8;
}

.products-description p {
    margin-bottom: 1px;
}

.products-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}

.products-swiper {
    width: 100%;
    padding: 20px 0;
}

.carousel-control {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    position: absolute;
}

.carousel-control:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.carousel-control.prev {
    top: 205px;
    left: 10px;
}

.carousel-control.next {
    top: 205px;
    right: 10px;
}

.arrow {
    color: #FFF;
    font-size: 30px;
    line-height: 1;
}

.products-slider {
    display: flex;
    justify-content: center;
    gap: 20px;
    transition: none;
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.product-item {
    flex: 0 0 453px;
    text-align: center;
    color: #FFF;
    transition: all 0.3s ease;
    padding: 10px;
    position: relative;
}

.product-highlight {
    transform: scale(1.15);
    z-index: 5;
    transition: transform 0.5s ease;
}

.product-image {
    width: 100%;
    height: 360px;
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.product-highlight .product-image {
    transform: translateY(-10px);
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-name {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-desc1 {
    font-weight: 300;
    font-size: 17px;
}

.product-spec1 {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 15px;
}

.product-price {
    color: #001A3D;
    padding: 5px 15px;
    display: inline-block;
}

.price-label {
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
}

.price-value {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
}
.carousel-control img:nth-child(2) {
    display: none;
}
/* 添加简单的轮播动画效果 */
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
/* ========== 移动端样式 ========== */
@media (max-width: 576px) {
    .health-detail-main {
        padding-top: 70px;
    }
     .health-detail-hero-image {
        width: 100%;
        height: 300px;
    }
    .health-detail-content {
        padding:20px 10px;
    }
    .health-content-container {
        padding:20px;
    }
    .health-content-tag {
        font-size: 20px;
    }
    .health-content-title {
    font-size: 24px;}
    .health-content-header {    margin-bottom: 20px;}
    .product-item {
        flex: 0 0 31.333%;
        padding:0;
    }
    .health-benefits-list video{
        width: 100%;
        height: auto;
    }
    .health-benefits-list img{
        width: 100% !important;
        height: auto !important;
    }
    .lps-safety-section { padding:20px 10px;}
    .safety-container {padding:0;}
    .safety-title {
            margin-bottom: 20px;
    font-size: 24px;}
    .safety-cards {gap:10px;grid-template-columns: 1fr 1fr;}
    .safety-card-title {font-size: 16px;    margin-bottom: 0;padding-left:0;line-height:20px;max-height: 40px;height:auto;}
    .safety-card-description {
    font-size: 12px;
    font-weight: 200;
    color: #FFF;
    padding-left: 0px;    line-height: 20px;
    height: auto;max-height: 40px;}
}