/* 产品中心页面特定样式 */
.products-main {
    padding-top: 80px;
    background-color: #0a1a04;
}

/* 头部背景部分 */
.products-hero {
    position: relative;
    height: 680px;
    overflow: hidden;
    margin-top: -100px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(10, 26, 4, 0.7); */
    z-index: 1;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left;
}

.hero-content h1 {
    font-family: "Hiragino Sans GB";
    font-size: 48px;
    color: #D3F768;
    margin-bottom: 20px;
    font-weight: normal;
}

.hero-content p {
    font-family: "Hiragino Sans GB";
    font-size: 24px;
    color: #B1CA80;
    margin: 0;
}

/* 产品展示部分 */
.products-showcase {
    padding: 100px 0;
}

.section-title {
    font-family: "Hiragino Sans GB";
    font-size: 48px;
    color: #D3F768;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}

.section-desc {
    font-family: "Hiragino Sans GB";
    font-size: 18px;
    color: #B1CA80;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.8;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .products-hero {
        height: 500px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 20px;
    }

    .section-title {
        font-size: 36px;
    }

    .section-desc {
        font-size: 16px;
        padding: 0 20px;
    }
}

/* 产品中心标题 */
.products-header {
    padding: 60px 0;
    text-align: center;
}

.main-title {
    font-family: "Hiragino Sans GB";
    font-size: 48px;
    color: #D3F768;
    font-weight: normal;
    margin: 0;
}

/* 产品展示区域 */
.product-detail {
    background-color: #459330;
    padding: 80px 0;
    padding-bottom: 0;
}

.product-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    height: 550px;
    position: relative;
}

.product-title {
    font-family: "Hiragino Sans GB";
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}

.product-desc {
    font-family: "Hiragino Sans GB";
    font-size: 18px;
    color: #E6F86C;
    margin-bottom: 40px;
    max-width: 1000px;
}

.product-image {
    max-width: 698px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -50%;
    /* 初始位置，展示三分之一 */
    transition: bottom 2s ease;
    /* 缓慢上升效果 */
}

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

/* 产品特点模块 */
.features-section {
    padding: 80px 0;
    background-color: #0a1a04;
}

/* 产品特点 */
.product-features {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

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

.feature-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-title {
    font-family: "Hiragino Sans GB";
    font-size: 18px;
    color: #D3F768;
    font-weight: normal;
    margin-bottom: 12px;
}

.feature-desc {
    font-family: "Hiragino Sans GB";
    font-size: 14px;
    line-height: 1.6;
    color: #458835;
    margin: 0;
    /* max-width: 200px; */
}

/* 响应式调整 */
@media (max-width: 768px) {
    .main-title {
        font-size: 36px;
    }

    .feature-desc {
        max-width: 100%;
        text-align: center;
    }

    .product-title {
        font-size: 28px;
    }

    .product-desc {
        font-size: 16px;
        padding: 0 20px;
    }

    .product-detail {
        /* padding: 60px 0; */
        height: 580px;
    }

    .product-features {
        flex-direction: column;
        display: grid;
        grid-template-columns: repeat(auto-fill, 47%);
    }

    .feature-item {
        max-width: 300px;
        margin: 0 auto;
    }
}

/* 智能充电柜模块 */
.charging-cabinet {
    background-color: #1c532f;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cabinet-title {
    font-family: "Hiragino Sans GB";
    font-size: 36px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 20px;
}

.cabinet-intro {
    font-family: "Hiragino Sans GB";
    font-size: 18px;
    margin-bottom: 60px;
    max-width: 800px;
    color: #D9F77C;
}

.cabinet-content {
    /* display: flex; */
    gap: 60px;
    align-items: center;
    
    min-height: 510px;
    /* position: relative; */
}

.cabinet-features {
    padding: 40px;
    border: 1px solid #709140;
    max-width: 600px;
}

.cabinet-feature-item {
    margin-bottom: 30px;
}

.cabinet-feature-item:last-child {
    margin-bottom: 0;
}

.cabinet-feature-item .feature-title {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 15px;
}

.cabinet-feature-item .feature-desc {
    color: #458835;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 500px;
}

.cabinet-image {
    flex: 1;
    max-width: 973px;
    position: absolute;
    right: 50%;
    bottom: -65%;
    /* 初始位置，展示三分之一 */
    transition: bottom 2s ease;
    /* 缓慢上升效果 */
}

#playno {
    display: none;
}

.cabinet-image img {
    width: 811px;
    height: auto;
    max-height: 863px;
    object-fit: contain;
    position: absolute;
    left: -30px;
    top: -386px;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .cabinet-content {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .product-image {
        bottom: -45%;
    }

    .cabinet-features {
        min-height: 510px;
    }

    .cabinet-image {
        width: 100%;
        display: none;
    }

    .cabinet-image img {
        max-width: 973px;
        max-height: 863px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 768px) {
    .charging-cabinet {
        padding: 60px 0;
    }

    .cabinet-title {
        font-size: 28px;
        padding: 0 20px;
    }

    .cabinet-intro {
        font-size: 16px;
        padding: 0 20px;
        margin-bottom: 40px;

    }

    .cabinet-features {
        padding: 30px 20px;
    }

    .cabinet-feature-item {
        margin-bottom: 25px;
    }
}

/* Urna GO App 模块 */
.app-section {
    padding: 100px 0;
    background-color: #0a1a04;
}

.app-title {
    font-family: "Hiragino Sans GB";
    font-size: 36px;
    color: #D3F768;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}

.app-desc {
    font-family: "Hiragino Sans GB";
    font-size: 18px;
    color: #B1CA80;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.app-showcase {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 800px;
}

.app-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.app-feature {
    position: absolute;
    width: 333px;
    padding: 60px 30px;
    border: 1px solid #6D7B2D;
}

.app-feature .feature-title {
    color: #D3F768;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.app-feature .feature-desc {
    color: #458835;
    font-size: 14px;
    line-height: 1.6;
}

.connect-line {
    position: absolute;
    width: 120px;
    height: 2px;
    background: #49571E;
    transform-origin: 0 0;
}

/* 定位四个功能框 */
.top-left {
    left: 10px;
    top: 5%;
}

.top-right {
    right: -10px;
    top: 5%;
}

.bottom-left {
    left: 10px;
    bottom: 2%;
}

.bottom-right {
    right: 10px;
    bottom: 2%;
}

/* 连接线样式 */
.top-left .connect-line {
    right: -120px;
    top: 50%;
    transform: rotate(45deg);
}

.top-right .connect-line {
    left: -87px;
    top: 90%;
    transform: rotate(-45deg);
}

.bottom-left .connect-line {
    right: -120px;
    bottom: 50%;
    transform: rotate(-45deg);
}

.bottom-right .connect-line {
    left: -85px;
    bottom: 93%;
    transform: rotate(45deg);
}

/* 响应式调整 */
@media (max-width: 992px) {
    .app-showcase {
        height: auto;
        padding: 0 20px;
    }

    .app-image {
        display: none;
        position: static;
        transform: none;
        margin: 40px auto;
        text-align: center;
    }

    .app-feature {
        position: static;
        width: 100%;
        max-width: 400px;
        margin: 20px auto;
        text-align: center;
    }

    .connect-line {
        display: none;
    }
}

/* 制造中心视频模块 */
.manufacturing-center {
    position: relative;
    height: 793px;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 26, 4, 0.6);
}

.center-content {
    position: relative;
    z-index: 2;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.center-title {
    font-family: "Hiragino Sans GB";
    font-size: 48px;
    color: #D3F768;
    font-weight: normal;
    margin-bottom: 20px;
}

.center-desc {
    font-family: "Hiragino Sans GB";
    font-size: 18px;
    color: #B1CA80;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .manufacturing-center {
        height: 500px;
    }

    .center-title {
        font-size: 36px;
        padding: 0 20px;
    }

    .center-desc {
        font-size: 16px;
        padding: 0 20px;
    }
}

/* 生产优势模块 */
.production-advantages {
    padding: 80px 0;
    background-color: #0a1a04;
    padding-bottom: 40px;
}

.advantages-grid {
    display: flex;
    gap: 120px;
    justify-content: center;
}

.production-item {
    flex: 1;
    max-width: 360px;
    text-align: center;
}

.production-title {
    font-family: "Hiragino Sans GB";
    font-size: 24px;
    color: #65ED62;
    font-weight: normal;
    margin-bottom: 20px;
}

.production-desc {
    font-family: "Hiragino Sans GB";
    font-size: 16px;
    line-height: 1.8;
    color: #359A32;
    margin: 0;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .advantages-grid {
        flex-direction: column;
        gap: 60px;
        align-items: center;
    }

    .production-item {
        max-width: 500px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .production-advantages {
        padding: 60px 0;
    }

    .advantages-grid {
        padding: 0 20px;
        gap: 30px;
    }

    .production-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .production-desc {
        font-size: 14px;
    }
}