/* Dr.LPS 首页专用样式 */

/* ========== PC端样式 ========== */

/* 首页轮播区域 - 图片轮播 */
.hero-section {
    position: relative;
    max-height: 100vh;
    min-height: 600px;
    overflow: hidden;
    padding-top: 85px;
    background: #f5f5f5;
}

.hero-swiper {
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: none;
    display: block;
}

.swiper-pagination {
    bottom: 30px !important;
}

.swiper-pagination-bullet {
    background: #001A3D !important;
    opacity: 0.5 !important;
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: var(--accent-color) !important;
}
.button-container{
    position: absolute;
    display: flex;
    width: 1400px;
    justify-content: space-between;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.button-prev img,
.button-next img{
    cursor: pointer;
    height: 50px;
    width: auto;
}

.button-down{
    cursor: pointer;
    position: absolute;
    bottom: 250px;
    z-index: 9999;
    left: 50%;
}
.button-down img{
    width: 60px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 18px !important;
    font-weight: bold;
}

/* 公司介绍区域 - 深蓝色背景 */
.company-section {
    padding: 150px 0;
    background: #001A3D;
    color: var(--text-white);
}

.company-content {
    display: flex;
    align-items: center;
    gap: 0px;
}

.company-text {
    flex: 1;
}

.company-text h2 {
    font-size: 45px;
    background: linear-gradient(268deg, #C9A37C 60%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.company-text > p {
    font-size: 20px;
    color: #A4A4A4;
    font-weight: 400;
    margin-bottom: 8px;
}

.company-text > p:last-of-type {
    margin-bottom: 32px;
}

.company-text .btn-more {
    display: inline-block;
    padding: 10px 30px;
    background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
    color: #000;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 40px;
}

.company-stats {
    display: flex;
    justify-content: space-between;
    width: 660px;
    margin-top: 10px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    padding: 0;
    border-radius: 0;
    transition: none;
    min-width: 80px;
}

.stat-item:hover {
    transform: none;
    background: transparent;
}

.stat-icon {
    margin-bottom: 12px;
    flex-shrink: 0;
}

.stat-icon img {
    width: auto;
    height: 45px;
    object-fit: contain;
}

.stat-icon i {
    font-size: 48px;
    background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-text {
    text-align: center;
}

.stat-text h3 {
    font-size: 25px;
    font-weight: 700;
    color: #B59D81;
    margin-bottom: 6px;
    line-height: 1.1;
}

.stat-text p {
    font-size: 20px;
    color: #A4A4A4;
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
}

.company-video {
    flex: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.company-video video {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

/* LPS介绍区域 - 深蓝色背景 */
.lps-intro {
    padding: 20px 0;
    background: #001A3D;
    color: var(--text-white);
    text-align: center;
}

.lps-intro h2 {
    font-size: 60px;
    background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 40px;
    font-weight: 600;
}

.lps-gallery {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 40px;
}

.lps-item {
    border-radius: 8px;
    overflow: hidden;
    transition: var(--transition-normal);
    background: transparent;
}

.lps-item:hover {
    transform: translateY(-5px);
}

.lps-item img {
    width: 326px;
    height: 326px;
    object-fit: cover;
    border-radius: 10px;
}

.lps-description {
    margin: 0 auto 150px;
}

.lps-description p {
    font-size: 23px;
    line-height: 45px;
    color:#FFF;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}

.lps-about {
    background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
    width: 180px;
    line-height: 50px;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 20px;
    padding: 0 10px;
    color: #000;
    margin-top: 50px;
}

.partners {
    text-align: center;
    display: flex;
}
.partner-title{
    font-size: 21px;
    line-height: 66px;
    margin-right: 30px;
}
.partner-title-text{
    flex:1;
}
.partner-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.partner-logos img {
    width: auto;
    transition: var(--transition-fast);
}

.partner-logos img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.partner-text {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.partner-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

/* 产品系列区域 - 深蓝色背景 */
.products-section {
    padding: 80px 0;
    background: #001A3D;
    color: var(--text-white);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 36px;
    color: var(--text-white);
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.products-intro {
    margin-bottom: 60px;
}

.products-all{
    font-size: 40px;
    color: var(--text-white);
    margin-bottom: 20px;
    font-weight: 100;
    line-height: 70px;
}

.product-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #FFF;
}

.product-main img {
    width: 50%;
    height: auto;
}

.product-info {
    width: 50%;
    padding: 50px;
}

.product-info h3 {
    font-size: 60px;
    background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: var(--text-white);
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}

.product-info p {
    font-size: 25px;
    color: #000;
    font-weight: 300;
    line-height: 40px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 80px;
    column-gap: 40px;
    margin: 0 auto;
}

.product-item {
    transition: var(--transition-normal);
}

.product-image {
    margin-bottom: 20px;
    max-height: 510px;
    height:auto !important;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.product-content h3 {
    font-size: 30px;
    color: var(--text-white);
    margin-bottom: 12px;
    font-weight: 600;
}
.product-content span {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 16px;
}
.product-content p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 16px;
}

.product-more {
    font-size: 20px;
    color: #000;
    background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
    display: inline-block;
    padding: 12px 35px;
    font-weight: 400;
}

/* 最新资讯区域 - 白色背景 */
.news-section {
    padding: 80px 0;
    background: #001A3D;
}

.section-header h2 {
    font-size: 65px;
    background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 40px;
    font-weight: 500;
}

.news-tabs {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 30px;
}

.tab-btn {
    padding: 10px 30px;
    background: transparent;
    color: #666;
    font-size: 20px;
    transition: var(--transition-fast);
    cursor: pointer;
}

.tab-btn.active,
.tab-btn:hover {
    color: var(--text-white);

}

.tab-btn.active::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: var(--text-white);
    border-radius: 2px;
    /** 居中 **/
    position: absolute;
    margin-left: 25px;
    margin-top: 8px;
}
/* 资讯滑动容器样式 */
.news-swiper {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/* 资讯内容容器 - 为导航按钮提供定位基准 */
.news-content {
    position: relative;
}

.news-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.news-swiper .swiper-slide {
    width: 380px;
    flex-shrink: 0;
    margin-right: 30px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.news-item {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: var(--transition-normal);
    width: 380px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.news-image {
    position: relative;
    overflow: hidden;
    height: 200px;
    flex-shrink: 0;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-slow);
}

.news-item:hover .news-image img {
    transform: scale(1.05);
}

.news-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* 资讯滑动导航按钮样式 */
.news-button-next,
.news-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
    border-radius: 50%;
    color: #001A3D;
    font-size: 18px;
    font-weight: bold;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-button-next {
    right: 73px;
}

.news-button-prev {
    left: 73px;
}

.news-button-next:hover,
.news-button-prev:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 8px 20px rgba(201, 163, 124, 0.4);
}

.news-button-next::after {
    content: '→';
}

.news-button-prev::after {
    content: '←';
}

/* 资讯分页器样式 */
.news-pagination {
    position: static !important;
    margin-top: 30px;
    text-align: center;
}

.news-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.news-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
    transform: scale(1.2);
}

.news-more{
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 180px;
    background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
    border-radius: 50px;
    line-height: 50px;
    margin: 35px auto;
}

.news-meta {
    color: #C9A37C;
    font-size: 16px;
}
.news-title{
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-date {
    font-size: 12px;
    color: #999;
}

.news-category {
    font-size: 12px;
    color: var(--accent-color);
    background: rgba(230, 165, 50, 0.1);
    padding: 4px 12px;
    border-radius: 12px;
}

.news-content h3 {
    font-size: 18px;
    color: #001A3D;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 53px;
    width: 200px;
    height: 53px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-content p {
    font-size: 20px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 12px;
    /* 限制显示3行，超出显示省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 设置固定高度，确保布局一致 */
    height: calc(1.6em * 3);
}

/* 品牌故事区域 - 深蓝色背景 */
.brand-story {
    position: relative;
    background: #001A3D;
    overflow: hidden;
    padding-bottom: 100px;
}

.story-content {
    position: relative;
    z-index: 2;
}

.story-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.story-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.story-text {
    position: relative;
    z-index: 3;
    height: 400px;
    display: flex;
    padding: 60px 0;
    justify-content: end;
}

.story-text-title{
   width: 45%;
   padding-right: 50px;
}
.story-text-title h2{
    font-size: 25px;
    color: var(--text-white);
    margin-bottom: 20px;
}
.story-text-title h3{
    font-size: 35px;
    color: var(--text-white);
    margin-bottom: 20px;
}
.story-text-title p{
    font-size: 20px;
    color: var(--text-white);
    margin-bottom: 20px;
}

.btn-more {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition-fast);
}

/* ========== 移动端样式 ========== */
@media (max-width: 576px) {
 
    /* ========== 轮播区域重新设计 ========== */
    .hero-section {
        height: auto;
        min-height: auto;
        margin-top: 4.3em;
        padding: 0;
    }
    
    .hero-swiper {
        height: 100%;
        width: 100%;
        position: relative;
    }
    
    /*.swiper-wrapper {*/
    /*    height: 2.4rem;*/
    /*}*/
    
    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
    .banner-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .swiper-pagination {
        bottom: 0.15rem !important;
    }
    
    .swiper-pagination-bullet {
        width: 0.08rem !important;
        height: 0.08rem !important;
        margin: 0 0.04rem !important;
        background: rgba(255, 255, 255, 0.6);
        opacity: 1;
    }
    
    .swiper-pagination-bullet-active {
        background: #fff;
        transform: scale(1.2);
    }
    
    .button-down {
        bottom: 50px;
        z-index: 9999;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .button-down img{
        width: 40px;
    }
    
    .back-to-top:hover img:nth-child(1) {
        display: block;
    }
    .back-to-top:hover img:nth-child(2) {
        display: none;
    }
    /* ========== 公司介绍区域重新设计 ========== */
    .company-section {
        padding: 0.4rem 0;
    }
    
    .company-content {
        gap: 0.25rem;
        flex-direction: column;
    }
    
    .company-text {
        text-align: left;
        backdrop-filter: blur(10px);
    }
    
    .company-text h2 {
        font-size: 0.26rem;
        margin-bottom: 0.12rem;
        line-height: 1.3;
        color: #fff;
        font-weight: 600;
    }
    
    .company-text > p {
        font-size: 0.12rem;
        line-height: 1.7;
        margin-bottom: 0.08rem !important;
    }
    
    .company-text .btn-more {
        padding: 0.1rem 0.2rem;
        font-size: 0.13rem;
        margin: 0.12rem 0;
        border: none;
        display: inline-block;
        text-decoration: none;
        box-shadow: 0 0.04rem 0.12rem rgba(245, 158, 11, 0.3);
        transition: all 0.3s ease;
    }
    
    .company-text .btn-more:hover {
        transform: translateY(-0.02rem);
        box-shadow: 0 0.06rem 0.16rem rgba(245, 158, 11, 0.4);
    }
    
    /* 统计数据网格优化 */
    .company-stats {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0.12rem;
        width: 100%;
        margin-top: 0.16rem;
    }
    
    .stat-item {
        transition: var(--transition-normal);
        text-align: center;
    }
    
    .stat-item:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.15);
    }
    
    .stat-icon {
        margin-bottom: 0.08rem;
    }
    
    .stat-icon img {
        width: 0.32rem;
        height: 0.32rem;
    }
    
    .stat-icon i {
        font-size: 0.32rem;
        background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    .stat-text h3 {
        font-size: 0.18rem;
        font-weight: 700;
        background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 0.04rem;
        line-height: 1.1;
    }
    
    .stat-text p {
        font-size: 0.13rem;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.2;
        white-space: normal;
    }
    
    .company-video {
        width: 100%;
        margin-top: 0.25rem;
    }
    
    .company-video video {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    /* ========== LPS介绍移动端 ========== */
    .lps-intro {
        padding: 0.2rem 0;
    }
    
    .lps-intro h2 {
        font-size: 0.24rem;
        background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 0.25rem;
        font-weight: 600;
        text-align: center;
    }
    
    .lps-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.15rem;
        margin-bottom: 0.25rem;
    }
    
    .lps-item {
        border-radius: 0.06rem;
        overflow: hidden;
        transition: var(--transition-normal);
    }
    
    .lps-item:hover {
        transform: translateY(-2px);
    }
    
    .lps-item img {
        width: 100%;
        height: 1.6rem;
        object-fit: cover;
    }
    
    .lps-description {
        margin: 0 auto 0.4rem;
        padding: 0 0.15rem;
    }
    
    .lps-description p {
        font-size: 0.144rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.9);
        text-align: center;
        margin-bottom: 0.08rem;
    }
    
    .lps-about {
        background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
        width: auto;
        max-width: 1.2rem;
        line-height: 0.3rem;
        border-radius: 0.2rem;
        margin: 0.3rem auto 0;
        font-size: 0.13rem;
        padding: 0 0.15rem;
        color: #000;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        transition: var(--transition-normal);
    }
    
    .lps-about:hover {
        transform: translateY(-2px);
        box-shadow: 0 0.04rem 0.12rem rgba(201, 163, 124, 0.3);
    }
    
    .partners {
        flex-direction: column;
        text-align: center;
        margin-top: 0.25rem;
    }
    
    .partner-title {
        font-size: 0.16rem;
        line-height: 1.5;
        margin-right: 0;
        margin-bottom: 0.15rem;
        color: rgba(255, 255, 255, 0.9);
    }
    
    .partner-title-text {
        flex: none;
    }
    
    .partner-logos {
        display: flex;
        gap: 0.2rem;
        margin-bottom: 0.15rem;
        justify-items: center;
        justify-content: center;
    }
    
    .partner-logos img {
        height: 18px;
        filter: unset;
    }
    
    .partner-logos img:hover {
        transform: scale(1.05);
    }
    
    .partner-text {
        justify-content: center;
        gap: 0.08rem;
    }
    
    .partner-text p {
        font-size: 0.1rem;
        padding: 0.04rem 0.08rem;
        border-radius: 0.1rem;
    }
    
    /* ========== 产品系列移动端 ========== */
    .products-section {
        padding: 0.4rem 0;
    }
    
    .section-header {
        text-align: center;
        margin-bottom: 0.1rem;
    }
    
    .section-header h2 {
        font-size: 0.24rem;
        background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 0.15rem;
        font-weight: 600;
        line-height: 1.3;
    }
    
    .products-intro {
        margin-bottom: 0.3rem;
    }
    
    .products-all {
        font-size: 0.18rem;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 0.15rem;
        font-weight: 300;
        line-height: 1.5;
    }
    
    .product-main {
        flex-direction: column;
        gap: 0.2rem;
        margin-bottom: 0.3rem;
    }
    
    .product-main img {
        width: 100%;
        height: auto;
    }
    
    .product-info {
        width: 100%;
        padding: 0 0.15rem 0.15rem 0.15rem;
        text-align: center;
    }
    
    .product-info h3 {
        font-size: 0.22rem;
        background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 0.12rem;
        font-weight: 600;
        line-height: 1.2;
    }
    
    .product-info p {
        font-size: 0.12rem;
        line-height: 1.5;
    }
    
    .products-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.15rem;
        margin: 0 auto;
    }
    
    .product-item {
        transition: var(--transition-normal);
        backdrop-filter: blur(5px);
    }
    
    .product-item:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.08);
    }
    
    .product-image {
        margin-bottom: 0.1rem;
        max-height: unset;
    }
    
    .product-image img {
        width: 100%;
        object-fit: contain;
    }
    
    .product-content h3 {
        font-size: 0.14rem;
        color: var(--text-white);
        margin-bottom: 0.06rem;
        font-weight: 600;
        line-height: 1.3;
    }
    
    .product-content span {
        font-size: 0.11rem;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.4;
        margin-bottom: 0.06rem;
        display: block;
    }
    
    .product-content p {
        font-size: 0.11rem;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.4;
        margin-bottom: 0.08rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .product-more {
        font-size: 0.11rem;
        color: #000;
        background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
        display: inline-block;
        padding: 0.04rem 0.12rem;
        font-weight: 500;
        text-decoration: none;
        transition: var(--transition-fast);
    }
    
    .product-more:hover {
        transform: translateY(-1px);
        box-shadow: 0 0.02rem 0.06rem rgba(201, 163, 124, 0.3);
    }
    
    /* ========== 资讯中心移动端 ========== */
    .news-section {
        padding: 0.2rem 0;
    }
    
    .news-tabs {
        display: flex;
        justify-content: center;
        gap: 0.2rem;
        margin-top: 0.15rem;
        flex-wrap: wrap;
    }
    
    .tab-btn {
        padding: 0.08rem 0.15rem;
        background: transparent;
        color: rgba(255, 255, 255, 0.6);
        font-size: 0.13rem;
        transition: var(--transition-fast);
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 0.15rem;
        position: relative;
    }
  
    .tab-btn::before,
    .tab-btn.active::after {
        margin-left: 21px;
        width: 20px;
        height: 2px;
    }
    .news-swiper{
        padding:0.1rem 0;
    }
    .news-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.15rem;
        margin-top: 0.25rem;
    }
    
    .news-item {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 0;
        overflow: hidden;
        width:auto;
        box-shadow: 0 0.04rem 0.15rem rgba(0, 0, 0, 0.1);
        transition: var(--transition-normal);
        display: flex;
    }
    
    .news-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.15);
    }
    
    .news-image {
        flex-shrink: 0;
        width: auto;
        height:auto;
        overflow: hidden;
    }
    
    .news-image img {
        width: 100%;
        height: 1.55rem;
        object-fit: cover;
    }
    
    .news-content .swiper-wrapper{
        height: auto;
    }
    
    .news-content {
        flex: 1;
        padding: 0.07rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .news-meta {
        color: #C9A37C;
        font-size: 0.1rem;
        margin-bottom: 0.04rem;
    }
    
    .news-title {
        font-size: 0.12rem;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 0.06rem;
    }
    
    .news-content h3 {
        font-size: 0.13rem;
        color: #001A3D;
        margin-bottom: 0;
        font-weight: 600;
        line-height: 1.3;
        width:auto;
        flex: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .read-more {
        color: #000;
        font-weight: bold;
        font-size: 0.1rem;
        text-decoration: none;
        margin-left: 0.06rem;
        flex-shrink: 0;
    }
    
    .news-content p {
        font-size: 0.11rem;
        color: #666;
        line-height: 0.15rem;
        height: 0.45rem;
        margin-top: 0;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .news-more {
        font-size: 0.14rem;
        color: #000;
        text-align: center;
        display: block;
        width: auto;
        max-width: 1.2rem;
        background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
        border-radius: 0.2rem;
        line-height: 0.3rem;
        margin: 0.25rem auto;
        padding: 0 0.05rem;
        font-weight: 600;
        cursor: pointer;
        transition: var(--transition-normal);
    }
    
    .news-more:hover {
        transform: translateY(-2px);
        box-shadow: 0 0.04rem 0.12rem rgba(201, 163, 124, 0.3);
    }
    
    .news-button-next{
        right:-10px;
    }
    .news-button-prev {
        left: -10px;
    }
    
    .news-button-next, .news-button-prev{
        width: 0.3rem;
        height: 0.3rem;
    }
    /* ========== 品牌故事移动端 ========== */
    .brand-story {
        position: relative;
        overflow: hidden;
        padding: 0.4rem 0;
    }
    
    .story-content {
        position: relative;
        z-index: 2;
    }
    
    .story-bg {
        /*display: none;*/
    }
    
    .story-text {
        position: relative;
        z-index: 3;
        height: auto;
        display: block;
        padding: 0.2rem;
        justify-content: center;
        text-align: center;
    }
    
    .story-text-title {
        width: 100%;
        padding: 0.2rem;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 0.12rem;
        backdrop-filter: blur(10px);
    }
    
    .story-text-title h2 {
        font-size: 0.18rem;
        color: var(--text-white);
        margin-bottom: 0.1rem;
        font-weight: 600;
    }
    
    .story-text-title h3 {
        font-size: 0.22rem;
        background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 0.15rem;
        font-weight: 600;
    }
    
    .story-text-title p {
        font-size: 0.14rem;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 0.2rem;
        line-height: 1.5;
    }
    
    .story-text-title .btn-more {
        display: inline-block;
        padding: 0.1rem 0.2rem;
        background: linear-gradient(268deg, #C9A37C 0%, #F6E6CF 100%);
        color: #000;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.13rem;
        border-radius: 0.2rem;
        transition: var(--transition-fast);
    }
    
    .story-text-title .btn-more:hover {
        transform: translateY(-2px);
        box-shadow: 0 0.04rem 0.12rem rgba(201, 163, 124, 0.3);
    }
}

/* 超小屏幕优化 */
@media (max-width: 360px) {
    .container {
        padding: 0 0.08rem;
    }
    
    .company-text h2,
    .lps-intro h2,
    .section-header h2 {
        font-size: 0.2rem;
    }
    
    .product-main img {
        max-width: 2rem;
    }
    
    .product-info h3 {
        font-size: 0.18rem;
    }
    
    .product-image img {
        height: 1rem;
    }
    
    .news-image img {
        height: 0.7rem;
    }
    
    .stat-icon img {
        width: 0.28rem;
        height: 0.28rem;
    }
    
    .stat-text h3 {
        font-size: 0.16rem;
    }
    
    .lps-item img {
        height: 1.4rem;
    }
}

/* 横屏适配 */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        margin-top: 0.6rem;
    }
    
    .swiper-wrapper {
        height: 2rem;
    }
    
    .banner-image {
        object-fit: contain;
    }
    
    .nav-wrapper {
        height: 0.6rem;
    }
    
    .company-section,
    .lps-intro,
    .products-section,
    .news-section,
    .brand-story {
        padding: 0.3rem 0;
    }
} 