/* LSP品牌故事页面样式 */

/* 主要内容区域 */
.brand-story-main {
    width: 100%;
    background-color: #001A3D;
    padding-top: 85px;
}

/* 顶部横幅区域 */
.brand-story-hero {
    width: 100%;
    text-align: center;
    position: relative;
}

.brand-story-hero-img {
    width: 100%;
    display: block;
}

/* 通用部分样式 */
.story-section {
    padding: 100px 0;
    background-color: #001A3D;
}

.section-container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.section-title {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.3;
}

.section-desc {
    font-size: 20px;
    line-height: 1.8;
    color: #A4A4A4;
}



.btn-more {
    display: inline-block;
    padding: 12px 40px;
    color: #001A3D;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 35px;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.btn-more:hover {
    background-color: #F6E6CF;
}

/* 第二部分：一场跨越半个世纪的探索 */
.exploration-section {
    background-color: #001A3D;
    padding: 100px 0;
}

.exploration-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.exploration-text {
    width: 700px;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
}

.exploration-text .section-title {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.exploration-image {
    width: 700px;
    text-align: right;
    display: flex;
    align-items: flex-start;
}

.exploration-image img {
    width: 100%;
    height: auto;
    display: block;
}

.exploration-features {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 80px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.feature-icon {
    height: 44px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: auto;
    height: 100%;
}

.feature-text {
    color: #FFF;
    text-align: center;
}

.feature-number {
    font-size: 25px;
    font-weight: 500;
    color: #B59D81;
}

.feature-desc {
    font-size: 20px;
    color: #A4A4A4;
}

/* 第三部分：维持人类健康的秘密 */
.secret-section {
    background-color: #001A3D;
    padding: 0;
}

.secret-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.secret-image {
    width: 700px;
    text-align: left;
}

.secret-image img {
    width: 100%;
    height: auto;
    display: block;
}

.secret-text {
    width: 700px;
    padding-left: 80px;
    display: flex;
    text-align: right;
    flex-direction: column;
}

.secret-text .section-title {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.secret-text .btn-more {
  align-self: flex-end;
}

.secret-features {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    gap: 86px;
}

.secret-features .feature-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.secret-features .feature-icon {
    width: 44px;
    margin-bottom: 15px;
}

.secret-features .feature-icon img {
    width: 100%;
    height: auto;
}

.secret-features .feature-text {
    text-align: center;
}

.secret-features .feature-desc {
    font-size: 20px;
    line-height: 1.4;
    color: #A4A4A4;
}

/* 第四部分：诺贝尔生理医学奖提名 */
.nobel-section {
    background-color: #001A3D;
    padding: 100px 0;
    text-align: center;
}

.nobel-header {
    margin-bottom: 60px;
}

.nobel-title {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
}

.nobel-subtitle {
    font-size: 35px;
    font-weight: bold;
    color: #C9A37C;
    margin-bottom: 60px;
}

.nobel-images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.nobel-image-item {
    width: 266px;
    overflow: hidden;
    border-radius: 8px;
}

.nobel-image-item img {
    width: 100%;
    height: auto;
    display: block;
}

.nobel-desc {
    max-width: 1200px;
    font-weight: 200;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    line-height: 35px;
}

.nobel-desc p {
}

/* 第五部分：刊登媒体： */
.partner-section {
    padding: 0;
    text-align: center;
}

/* 第六部分：国际专利发酵工艺 */
.fermentation-section {
    background-color: #001A3D;
    padding-top: 100px;
    padding-bottom: 0;
    text-align: center;
}

.fermentation-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.fermentation-desc {
    max-width: 1350px;
    margin: 0 auto 60px;
    text-align: center;
    color:#A4A4A4;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.8;
}

.fermentation-desc p {
    /* margin-bottom: 20px; */
}

.fermentation-image {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.fermentation-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* 第八部分：秉承日本三荟匠心精神 */
.spirit-section {
    background-color: #001A3D;
    padding: 100px 0;
    text-align: center;
}

.spirit-header {
    margin-bottom: 60px;
}

.spirit-title {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
}

.spirit-subtitle {
    font-size: 35px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 60px;
}

.spirit-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.spirit-card {
    flex: 1;
    text-align: center;
}

.spirit-card-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}

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

.spirit-card-desc {
    color: #A4A4A4;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.8;
}

.spirit-card-desc p {
    margin-bottom: 5px;
}

/* 第九部分：DR.LPS品牌理念 */
.philosophy-section {
    background-color: #001A3D;
    padding: 0;
    position: relative;
}
.philosophy-section .section-container,.origin-section .section-container {
    height: 400px;
}

.philosophy-content {
    display: flex;
    width: 700px;;
    align-items: stretch;
    position: relative;
}

.philosophy-text {
    flex: 1;
    padding: 60px 0 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.philosophy-brand {
    font-size: 30px;
    font-weight: 500;
    color: #001A3D;
}

.philosophy-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #001A3D;
}

.philosophy-desc {
    font-size: 20px;
    line-height: 1.4;
    color: #001A3D;
    margin-bottom: 20px;
}

.btn-precise {
    display: inline-block;
    padding: 12px 30px;
    background-color: #001A3D;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    align-self: flex-start;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-precise:hover {
    background-color: #0A3672;
}

.philosophy-image {
    flex: 1;
}

.philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 第十部分：DR.LPS诞生与发展 */
.origin-section {
    background-color: #001A3D;
    padding: 0;
    padding-top: 80px;
}

.origin-content {
    display: flex;
    width: 700px;
    align-items: stretch;
    margin-left: auto;
}

.origin-image {
    flex: 1;
}

.origin-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.origin-text {
    flex: 1;
    padding-top: 60px;
    padding-right: 60px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.origin-brand {
    font-size: 30px;
    font-weight: 500;
    color: #001A3D;
}

.origin-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    color: #001A3D;
    margin-bottom: 10px;
}

.origin-desc {
    font-size: 20px;
    line-height: 1.4;
    color: #001A3D;
    margin-bottom: 20px;
}

.btn-global {
    display: inline-block;
    padding: 12px 30px;
    background-color: #001A3D;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    align-self: flex-end;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-global:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* 第十一部分：信息区块 */
.info-blocks-section {
    background-color: #001A3D;
    padding: 0;
    padding-top: 100px;
}

.info-blocks-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.info-block {
    flex: 1;
    padding: 50px 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-block {
    background: linear-gradient(323deg, #D1A054 40%, #FED79B 100%);
}

.science-block {
    background: linear-gradient(323deg, #437ACA 40%, #80A6DE 100%);
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-block-subtitle {
    font-size: 24px;
    color: #003780;
    font-weight: normal;
    margin-bottom: 10px;
}

.about-block .info-block-subtitle {
    color: #003780;
}

.science-block .info-block-subtitle {
    color:#FDD599;
}

.info-block-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.about-block .info-block-title {
    color: #001A3D;
}

.science-block .info-block-title {
    color: #FFF;
}

.info-block-desc {
    font-size: 18px;
    line-height: 1.8;
}

.about-block .info-block-desc {
    color: #001A3D;
}

.science-block .info-block-desc {
    color: #FFF;
}

.science-btn {
    display: inline-block;
    padding: 5px 20px;
    color: #001A3D;
    text-decoration: none;
    font-size: 18px;
    margin-top: 30px;
    align-self: flex-start;
    transition: all 0.3s ease;
    max-width: 350px;
    text-align: center;
}

.science-btn:hover {
    background-color: #FFF;
}

/* 第十二部分：Dr.LPS全系列产品 */
.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;
}


.carousel-control img:nth-child(2) {
    display: none;
}

.carousel-control:hover img:nth-child(1) {
    display: none;
}

.carousel-control:hover img:nth-child(2) {
    display: block;
}


.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-desc {
    font-weight: 300;
    font-size: 17px;
}

.product-spec {
    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;
}

/* 添加简单的轮播动画效果 */
@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
/* ========== 手机端专用样式 ========== */
@media (max-width: 576px) {
    .brand-story-main {
        padding-top: 70px;
    }
    .brand-story-hero-img {
        width: 100%;
        height: 310px;
        object-fit: cover;
    }
    .exploration-section {
        padding: 40px 10px;
    }
    .section-title,.exploration-text .section-title {
    font-size: 30px;margin-bottom: 10px;}
    .section-desc {
    font-size: 14px;
    line-height: 1.5;}.section-desc p br{display:none;}
    .exploration-content {
        align-items: center;
        flex-direction: column;margin-bottom: 20px;gap:20px;}
   .exploration-text {    width: 100%;
    padding-right: 0;}
    .section-container {
    width: 100%;}
    .btn-more {    margin-top: 20px;
    margin-bottom: 20px;    font-size: 16px;padding: 4px 25px;}
   .exploration-features {
    justify-content: space-between;gap:unset;    grid-template-columns: 1fr 1fr 1fr 1fr;display: grid
;}
    .feature-icon,.secret-features .feature-icon {
    height: 30px;}
    .feature-number {
    font-size: 18px;}
    .feature-desc,.secret-features .feature-desc{
    font-size: 14px;}
   .exploration-image,.secret-image {
    width: 100%;}
    .secret-section {padding:10px;}
    .secret-content {    align-items: center;
    flex-direction: column-reverse;margin-bottom: 20px;gap:20px;}
   .secret-text {
    width: 100%;
    text-align: left;padding-left: 0;}
   .secret-text .section-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .secret-text .btn-more {
        align-self: flex-start;
    }
   .secret-features {
    justify-content: space-between;gap:unset;    grid-template-columns: 1fr 1fr 1fr 1fr;display: grid;}
   .nobel-section {
    padding: 10px;}
   .nobel-header {
        margin-bottom: 10px;
    }
   .nobel-title {
    font-size: 24px;}
   
   .nobel-images .nobel-image-item:first-child {
        display: none;
    }
    /* 隐藏最后一个元素 */
    .nobel-images .nobel-image-item:last-child {
        display: none;
    }
    .nobel-images {gap:10px;}
    .nobel-desc {    font-size: 14px;
    line-height: 23px;}
    .nobel-desc p br{display: none;}  
    .fermentation-section {padding:10px;}
    .fermentation-title {
        font-size: 30px;padding: 0 28px;
    margin-bottom: 20px;}
    .fermentation-desc {font-size: 14px; line-height: 1.5;margin: 0 auto 20px; text-align: left;}
   .spirit-section {padding:10px;}
   .spirit-header {
        margin-bottom: 20px;   
    }
   .spirit-title {
    font-size: 30px;}
    .spirit-cards {gap:10px;}
   .spirit-card-image {height:200px;    margin-bottom: 10px;}
   .spirit-card-desc {font-size: 14px;}
   .philosophy-section,.origin-section {padding:10px;}
   .philosophy-section .section-container, .origin-section .section-container {
        height: 360px;background-size: cover;
    }.philosophy-content,.origin-content  {
    width: 100%;}
   .philosophy-text {
    flex: 1;
    padding: 30px 20px 80px;}
    .philosophy-brand,.origin-brand {
    font-size: 20px;}
    .philosophy-title,.origin-title {
    font-size: 28px;}
    .philosophy-desc,.origin-desc {
    font-size: 12px;
    line-height: 1.5;}
   .btn-precise ,.btn-global {
       padding: 5px 20px;font-size: 14px;border-radius: 0;
   }
   .spirit-card-desc p {
        margin-bottom: 5px;
        display: inline;
    }
   .origin-text
 {
    flex: 1;
    padding-top: 30px;
    padding-right: 20px;padding-left: 20px;}
   .info-blocks-section {padding:10px;}
   .info-blocks-container {flex-direction: column;gap: 20px;}
   .info-block {padding: 30px;}
   .info-block-subtitle {
    font-size: 20px;}
   .info-block-title {
    font-size: 28px;}
    .info-block-title br{
    display:none;}
    .info-block-desc {
        font-size: 14px;
        line-height: 1.5;
    }
   .science-btn {margin-top: 10px;font-size: 14px;}
   .products-description {font-size: 14px;margin:0;padding:20px;}
    .product-item {
        flex: 0 0 31.333%;
        padding:0;
    }
   
   
   
   
   
   
   
   
   
}