/* 产品详情页容器 */
.product-detail-container {
    margin-top: 82px;
    background: #fff;
}

/* Banner区域 */
.product-hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

/* 产品简介区域 */
.product-intro {
    background: #fff;
}

.product-intro .container {
    max-width: 1200px;
    margin: 0 auto;
}

.product-intro img {
    max-width: 100%;
    height: auto;
}
