/* 新首页样式文件 */
html {
    font-size: 16px; /* 基础字体大小，1rem = 16px */
}

* {
    box-sizing: border-box;
}

.page {
    width: 100%;
    min-height: 100vh;
    background: url('../common/img/bg_honeycomb.png')  center center repeat;
    font-family: SHanSanM;
    color: #ffffff;
    overflow-x: hidden;
}

/* 主要内容区域 */
.main-content {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

/* 顶部横幅区域 */
.hero-section {
    width: 100%;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    position: relative;
}

/* 左侧导航菜单 */
.left-nav {
    width: 20.8125rem; /* 333px / 16px = 20.8125rem */
    flex-shrink: 0;
    height: 45rem; /* 720px / 16px = 45rem */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    margin-left: 0; /* 确保与hero-container左侧对齐 */
}

/* Logo样式 */
.nav-logo {
    text-align: center;
}

.nav-logo img {
    width: 130%;
    height: auto;
    padding-top: 30px;
}

/* 右侧横幅图片 */
.right-banner {
    flex: 1;
    height: 45rem; /* 720px / 16px = 45rem */
    overflow: hidden;
    /* 突破hero-container限制，直接延伸到屏幕右边缘 */
    position: absolute;
    left: 0; /* left-nav的宽度 */
    right: 0;
    width: auto;
}
.banner-pc-img {
    width: 1920px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    /* 图片居中显示，超出部分自动裁剪 */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

/* 移动端内容（默认隐藏） - 已移除，使用简化布局 */

/* 左侧导航菜单 */
.left-nav {
    width: 333px;
    flex-shrink: 0;
}

.nav-menu {
    display: flex;
    flex-direction: column;
    /*background: url('../img/menubg.png') bottom center no-repeat;*/
    /*background-size: contain;*/
    /*padding: 20px 50PX 20PX 70PX;*/
    padding: 20px 20PX 20PX 40PX;
    /*border-radius: 15px;*/
    /*backdrop-filter: blur(10px);*/
}
.pc-bg-container{
    position: relative;
    width: 350px;
    height: 350px;
}

.pc-bg-container img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    z-index: 1;
}
.pc-menu-content{
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 10;
    padding: 20px 20px 20px 40px;
    width: 270px;
}
.nav-item {
    position: relative;
    /*padding: 0px 20px 0 40px;*/
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px dashed rgba(255, 255, 255);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.nav-item:last-child {
    border-bottom: none;
}


.nav-text {
    font-size: 20px;
    font-family: SHanSanM;
    color: #ffffff;
    line-height: 60px;
    display: block;
}

.nav-arrow {
    height: 16px;
    opacity: 1;
    transition: all 0.3s ease;
}

.nav-item:hover .nav-arrow {
    opacity: 1;
    transform: translateX(5px);
}


/* 动画推荐区域 */
.animation-preview {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.animation-preview:hover {
    transform: scale(1.02);
}

.animation-preview img{
    width: 100%;
    justify-content: center;
    transition: all 0.3s ease;
    filter: brightness(1);
    padding: 0 10px;
}

.animation-preview:hover img {
    filter: brightness(1.1);
    transform: scale(1.02);
}

.animation-link {
    display: block;
    text-decoration: none;
    position: relative;
}

.animation-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.animation-preview:hover .animation-link::after {
    opacity: 1;
}

.preview-icon img {
    width: 33px;
    height: 33px;
}

.preview-title {
    font-size: 36px;
    font-family: CKTKingkong;
    color: #ffffff;
    flex: 1;
}

.arrow-icon {
    width: 19px;
    height: 19px;
    transition: transform 0.3s ease;
}

.animation-preview:hover .arrow-icon {
    transform: translateX(5px);
}

/* 右侧主标题区域 - 已移除，使用新的right-module结构 */

.title-content {
    position: relative;
    z-index: 2;
    text-align: right;
    max-width: 600px;
    margin-right: 40px;
    font-family: CKTKingkong;
    writing-mode: vertical-rl; /* 竖排从右向左 */
    text-orientation: mixed;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.main-title {
    font-size: 40px;
    font-family: CKTKingkong;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.subtitle {
    font-size: 40px;
    font-family: CKTKingkong;
    color: #ffa000;
    margin: 0;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

/* 移动端专用区域 */
.mobile-hero-section {
    display: none; /* 默认隐藏 */
    position: relative;
    width: 100%;
    background: url('../common/img/bg_honeycomb.png') center center repeat;
}

.mobile-logo {
    position: relative;
    z-index: 20;
    text-align: center;
    margin-bottom: -40px; /* 与banner重叠40px */
}

.mobile-logo img {
    width: 70%;
    height: auto;
}

.mobile-banner {
    position: relative;
    z-index: 10;
    text-align: center;
}

.mobile-banner img {
    width: 100%;
    height: auto;
}

/* 手机端菜单按钮 */
.mobile-menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: url('../common/img/menu.png');
    background-size: contain;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
}

/* 手机端菜单 */
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0; /* 改为从右侧开始 */
    height: auto;
    z-index: 999;
    display: none;
    align-items: flex-start; /* 改为顶部对齐 */
    justify-content: flex-start; /* 改为左对齐 */
    transform: translateX(100%); /* 初始状态隐藏在右侧 */
    transition: transform 0.3s ease; /* 添加滑动动画 */
}


.mobile-menu.active {
    display: flex;
    transform: translateX(0); /* 激活时滑入 */
}

.mobile-bg-container {
    position: fixed;
    top: 10px;
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 998;
}

.mobile-bg-container img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    z-index: 1;
}
.mobile-menu-content {
    width: 100%;
    max-width: none; /* 移除最大宽度限制 */
    padding: 20px 50px 20px 20px; /* 顶部留出空间给关闭按钮 */
    height: 100%;
    overflow-y: auto; /* 允许滚动 */
    z-index: 10000;
}


.mobile-nav {
    width: 300px;
    display: flex;
    flex-direction: column;
    /*background: url(../img/menubg.png) bottom center no-repeat;*/
    /*background-size: contain;*/
    padding: 20px 30PX 20PX 60PX;
    /*backdrop-filter: blur(10px);*/
}

.mobile-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    /* padding: 0px 20px 0 40px; */
    transition: all 0.3s ease;
    border-bottom: 1px dashed rgba(255, 255, 255);
}

.mobile-nav-item:last-child {
    border-bottom: none;
}

.mobile-nav-item span {
    font-size: 20px;
    font-family: SHanSanM;
    color: #ffffff;
    line-height: 60px;
    display: block;
}

.mobile-arrow {
    height: 16px;
    opacity: 1;
    transition: all 0.3s ease;
}

.mobile-nav-item:hover .mobile-arrow {
    opacity: 1;
    transform: translateX(5px);
}

/* 通用区域样式 */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto 40px;
    max-width: 1200px;
    padding:0 0 0 100pX;
    position: relative;
    min-height: 120px;
}

.section-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px; /* 固定1920px宽度 */
    height: 100%;
    background: url('../img/line.png') 100% 100% no-repeat;
    background-size: contain;
    z-index: 1;
}

.section-title {
    font-size: 60px;
    font-family: CKTKingkong;
    font-weight: 400;
    color: #000000;
    margin: 0;
    position: relative;
    z-index: 2;
    transform: translateY(15px); /* 下沉到图片缺口处 */
}

.section-subtitle {
    font-size: 60px;
    font-family: CKTKingkong;
    font-weight: 400;
    color: #010000;
    opacity: 0.3;
    position: relative;
    z-index: 2;
    transform: translateY(15px); /* 下沉到图片缺口处 */
}

/* 动画作品展示区域 */
.movies-section {
    background: rgba(255, 255, 255, 0.1);
}

.movies-showcase {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 0 20px;*/
}

.movies-banner {
    margin-bottom: 40px;
}

.movie-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}


/* 动画作品展示容器 */
.movies-container {
    background: rgba(0, 0, 0, 0.8); /* 0.8透明黑底 */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

/* 动画作品项目 */
.movie-item {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
}

.movie-image {
    flex: 1;
}

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

.movie-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.movie-text-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 100px;
    font-family: CKTKingkong;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 8px;
    opacity: 0.2;
}
.movie-text-click{
    background: url('../img/playline.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 65px;
    font-family: CKTKingkong;
    padding:70px 0 ;
    color: #545454;
}

/* 中间虚线装饰 - 占一整行 */
.movie-line-middle {
    width: 100%;
    text-align: center;
}

.movie-line-middle img {
    width: 100%;
    height: auto;
    margin: 3px 3px;
}

/* 右侧：动画作品 + 动画作品2 */
.movie-right {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

/* 虚线装饰样式 */
.movie-line-top,
.movie-line-bottom {
    text-align: center;
    margin: 30px 0;
}

.movie-line-top img,
.movie-line-bottom img {
    height: 60px;
    width: auto;
    opacity: 0.8;
}

/* 高达模型展示区域 */
.products-section {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.05);
}

.products-showcase {
    max-width: 1200px;
    margin: 0 auto;
}

.others-section {
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.05);
}
.others-showcase {
    max-width: 1200px;
    margin: 0 auto;
}
.main-product {
    margin-bottom: 40px;
    padding: 30px 0;
    position: relative;
}

.main-product img {
    width: 100%;
}

.product-detail {
    position: absolute;
    top: 600px;
    right: 18%;
    background-image: url('../img/detail_0903.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 65px 30px 65px;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-decoration: none; /* 移除链接下划线 */
    color: inherit; /* 继承文字颜色 */
}
/* 悬停效果 */
.product-detail:hover {
    transform: translateY(-2px) scale(1.05);
    text-decoration: none; /* 悬停时也不显示下划线 */
}

/* 点击效果 */
.product-detail:active {
    transform: translateY(0) scale(1.02);
}

.product-detail:visited {
    color: inherit; /* 访问后保持原有颜色 */
}

.product-detail .product-name {
    color: #ffa000;
    font-size: 24px;
    font-family: SHanSanM;
}

.product-detail-more {
    position: absolute;
    bottom: 30px;
    right: 40%;
    background-image: url('../img/more2.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 65px 30px 65px;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.product-detail-more:hover {
    transform: translateY(-2px) scale(1.05);
    text-decoration: none;
}

.product-detail-more:active {
    transform: translateY(0) scale(1.02);
}

.product-detail-more .product-name {
    color: #ffa000;
    font-size: 24px;
    font-family: SHanSanM;
}

.product-detail-content {
    text-align: center;
    animation: fadeIn 0.3s ease-in-out;
}

.product-detail-content img {
    width: 100%;
    height: auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-image {
    flex: 1;
}

.product-image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.product-info {
    flex: 1;
    text-align: center;
}

.product-name {
    font-size: 68px;
    font-weight: 900;
    color: #000000;
    margin: 0 0 10px 0;
}

.product-model {
    font-size: 86px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.product-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 0; /* 移除padding，让图片完全填充 */
    text-align: center;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
    position: relative; /* 添加相对定位 */
    overflow: hidden; /* 确保内容不溢出 */
}


.product-card img {
    width: 100%;
    height: auto;
    /*border-radius: 20px;*/
    display: block; /* 确保图片正确显示 */
}

.product_bg {
    background: url('../img/product_bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 18px;
    transition: all 0.3s ease;
}
.others_bg {
    background: url('../img/other_bg.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 18px;
    transition: all 0.3s ease;
}
/* card-content 样式 */
.card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center; /* 保持居中 */
    justify-items: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    z-index: 10;
    pointer-events: none;
    cursor: pointer; /* 鼠标悬停时显示手掌形状 */
}

/* 鼠标悬停时显示card-content */
.product-card:hover .card-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* 点击时显示card-content */
.product-card.active .card-content {
    opacity: 1;
    visibility: visible; /* 显示并接受点击事件 */
    pointer-events: auto; /* 恢复点击事件 */
}

.card-title {
    font-size: 24px;
    color: #ffffff;
    /*margin: 40px 0 10px 0;*/
    line-height: 1.8;
}

.card-date {
    font-size: 18px;
    color: #FFB400;
    margin: 0 0 60px 0; /* 增加下边距，让价格显示在底部 */
    line-height: 1.6;
}

.card-price {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    font-family: SHanSanR;
    position: absolute; /* 绝对定位到底部 */
    bottom: 20px;
    left: 50%; /* 添加left: 50%来配合transform实现完全居中 */
    transform: translateX(-50%); /* 水平居中 */
    white-space: nowrap; /* 防止换行 */
    text-align: center; /* 文本居中对齐 */
}




/* 产品画廊轮播区域 */
.product-gallery-section {
    padding: 60px 20px;
    position: relative; /* 建立新的层叠上下文 */
}

/* Swiper轮播样式 */
.gallery-swiper {
    overflow: visible !important; /* 允许按钮超出容器 */
}
.gallery-swiper .swiper-slide {
    text-align: center;
    /*border-radius: 15px;*/
    overflow: hidden;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);*/
    transition: transform 0.3s ease;
}

.gallery-swiper .swiper-slide:hover {
    transform: translateY(-5px);
}

.gallery-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    /*border-radius: 15px;*/
    display: block;
}

/* Swiper导航箭头样式 - 竖着的正方形，角向上 */
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev {
    color: #FFB400;
    background: rgba(0, 0, 0, 0.8);
    width: 30px;
    height: 30px;
    border-radius: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    margin-top: -15px; /* 调整为按钮高度的一半 */
    z-index: 9999; /* 大幅提高z-index，确保在最上层 */
    position: absolute; /* 绝对定位 */
}

.gallery-swiper .swiper-button-next::after,
.gallery-swiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
    transform: rotate(-45deg);
}

.gallery-swiper .swiper-button-next:hover,
.gallery-swiper .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 1);
    transform: rotate(45deg) scale(1.1);
}

/* 确保导航按钮始终显示 */
.gallery-swiper .swiper-button-next.swiper-button-disabled,
.gallery-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: auto;
}


/* Swiper分页器样式 */
.gallery-swiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.gallery-swiper .swiper-pagination-bullet-active {
    background: #FFB400;
    transform: scale(1.2);
}

/* 商品详解区域 */
.detail-section {
    padding: 60px 0;
    background: rgba(255, 255, 255, 0.1);
}

.detail-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.detail-bg {
    width: 100%;
    height: auto;
    /*border-radius: 20px;*/
}

/* 相关活动区域 */
.activity-section {
    padding: 60px 0;
    background: rgba(255, 255, 255, 0.05);
}

.activity-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2vw;
}

.activity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
    gap: 60px;
    margin-bottom: 40px;
}

.activity-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.3s ease;
}



.activity-card .card-content {
    flex: 1;
}

.activity-title {
    font-size: 40px;
    font-family: CKTKingkong;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    text-align: center;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.8);
}

.activity-card .card-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.activity-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.activity-buttons .more-btn-bg {
    width: 509px;
    height: 85px;
}

.activity-buttons .more-btn-text {
    font-size: 36px;
}

/* 活动卡片内的查看更多按钮样式 */
.activity-card .more-btn-bg {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/activitymore.png') center center no-repeat;
    background-size: contain;
    cursor: pointer;
}

/* 查看更多按钮 */
.view-more {
    text-align: center;
    margin-top: 80px;
}

.more-btn-bg {
    background: url('../img/more.png') center center no-repeat;
    background-size: contain;
    width: 611px;
    height: 85px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-decoration: none; /* 移除链接下划线 */
    color: inherit; /* 继承文字颜色 */
}
/* 悬停效果 */
.more-btn-bg:hover {
    transform: translateY(-2px) scale(1.05);
    text-decoration: none; /* 悬停时也不显示下划线 */
}

/* 点击效果 */
.more-btn-bg:active {
    transform: translateY(0) scale(1.02);
}

/* 禁用状态样式 */
.more-btn-bg.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.more-btn-bg.disabled:hover {
    transform: none;
    text-decoration: none;
}

.more-btn-bg.disabled:active {
    transform: none;
}

.more-btn-bg:visited {
    color: inherit; /* 访问后保持原有颜色 */
}

.more-btn-text {
    font-size: 30px;
    color: #ffffff;
    z-index: 2;
    position: relative;
}



/* 装饰元素 */
.decorative-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.decor-item {
    position: absolute;
    background: rgba(255, 160, 0, 0.1);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.decor-1 {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.decor-2 {
    width: 80px;
    height: 80px;
    top: 40%;
    right: 15%;
    animation-delay: 1s;
}

.decor-3 {
    width: 120px;
    height: 120px;
    top: 60%;
    left: 5%;
    animation-delay: 2s;
}

.decor-4 {
    width: 60px;
    height: 60px;
    top: 80%;
    right: 20%;
    animation-delay: 3s;
}

.decor-5 {
    width: 90px;
    height: 90px;
    top: 30%;
    left: 80%;
    animation-delay: 4s;
}

.decor-6 {
    width: 70px;
    height: 70px;
    top: 70%;
    left: 70%;
    animation-delay: 5s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

/* 页脚 */
.footer {
    background: rgba(0, 0, 0, 0.9);
    padding: 60px 0;
    margin-top: 80px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.footer-logo img {
    width: 180px;
    height: auto;
}

.footer-text {
    flex: 1;
}

.copyright {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.company-info {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}
.up1200
{
    display: none;
}
@media (min-width: 1201px) {
    .up1200
    {
        display: flex;
    }
}


/* 响应式设计 - 手机端产品网格 */
@media screen and (max-width: 1200px) {
    .gallery-swiper .swiper-button-next {
        right: -15px;
    }
    .gallery-swiper .swiper-button-prev {
        left: -15px;
    }

    /* 隐藏PC端内容 */
    .hero-section {
        display: none !important;
    }

    /* 显示移动端内容 */
    .mobile-hero-section {
        display: block !important;
    }

    .mobile-menu-btn {
        display: flex !important;
        width: 50px;
        height: 50px;
    }
    .mobile-menu-content{
        padding: 10px 70px 20px 20px;
    }

    /* 移动端section-header样式调整 */
    .section-header {
        margin: 40px auto 20px !important;
        padding: 0 2vw 0 10vw !important;
        min-height: 60px !important;
    }

    .section-header::before {
        background: url('../img/line_wap.png') 100% 100% no-repeat !important;
        background-size: contain !important;
        width: 100%;
        height: 100%;
    }

    .section-title {
        font-size: 3rem !important;
        transform: translateY(1px) !important;
    }

    .section-subtitle {
        font-size: 2.5rem !important;
        transform: translateY(1px) !important;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        margin: 2vw;
    }
    .product-gallery-section
    {
        padding: 30px 20px;
    }

    .product-card {
        padding: 0 !important;
    }

    .card-content {
        padding: 15px !important;
    }

    .card-title {
        font-size: 22px !important;
        /*margin: 0 0 10px 0 !important;*/
    }

    .card-date {
        font-size: 16px !important;
        margin: 0 0 10px 0 !important;
    }

    .card-price {
        font-size: 14px !important;
    }

    /* 手机端主产品区域间距调整 */
    .main-product {
        margin-bottom: 2vw !important;
        padding: 2vw;
    }

    .products-section {
        padding: 30px 0;
    }
    .others-section {
        padding: 30px 0;
    }
    .movies-section {
        padding: 30px 0;
    }
    .detail-section {
        padding: 30px 0;
    }
    .activity-section{
        padding: 30px 0;
    }

    /* 手机端card-content优化 */
    .card-content {
        padding: 15px !important;
        background: rgba(0, 0, 0, 0.3) !important; /* 更深的背景 */
        opacity: 0 !important; /* 默认隐藏 */
        visibility: hidden !important; /* 完全隐藏 */
        pointer-events: none !important; /* 不接受点击事件 */
    }

    /* 点击激活状态 */
    .product-card.active .card-content {
        opacity: 1 !important; /* 点击时显示 */
        visibility: visible !important; /* 显示 */
        pointer-events: auto !important; /* 恢复点击事件 */
    }
}

@media screen and (max-width: 1200px) {
    .activity-grid{
        display: flex;
        justify-content: space-between;
        gap: 30px;
        align-items: center;
    }
    .others_bg{
        padding: 2.2vw;
    }

}
@media screen and (max-width: 1200px){
    .product-detail {
        position: absolute;
        top: 46.5vw;
        right: 18%;
        padding: 25px 50px 30px 50px;
    }
    .product-detail .product-name {
        font-size: 18px;
    }

    .product-detail-more {
        position: absolute;
        bottom: 30px;
        right: 40%;
        padding: 30px 50px 30px 50px;
    }

    .product-detail-more .product-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {

    .mobile-menu-btn{
        width: 35px;
        height: 35px;
    }
    .mobile-menu-content{
        padding: 10px 50px 20px 20px;
    }
    .activity-grid {
        gap: 20px;
        margin-bottom: 20px;
    }
    .others_bg{
        padding: 2.2vw;
    }
    .activity-card {
        gap: 15px;
        min-width: 0; /* 允许收缩 */
    }

    .activity-card .more-btn-bg {
        height: 50px;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px){
    .product-detail {
        position: absolute;
        top: 45vw;
        right: 15%;
        padding: 2.5vw 5vw 3vw 5vw;
    }
    .product-detail .product-name {
        font-size: 12px;
        font-family: SHanSanM;
    }

    .product-detail-more {
        position: absolute;
        bottom: 5px;
        right: 40%;
        padding: 3vw 5vw;
    }
    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        margin: 2vw;
    }
    .product_bg{
        padding:10px ;
    }

    .product-detail-more .product-name {
        font-size: 12px;
        font-family: SHanSanM;
    }
}
@media screen and (max-width: 768px) {

    .left-nav {
        display: none; /* 隐藏左侧导航 */
    }

    .mobile-menu-btn {
        display: flex; /* 显示手机端菜单按钮 */
    }

    .preview-title {
        font-size: 24px;
    }

    .main-title,
    .subtitle {
        font-size: 36px;
    }

    .coming-soon {
        font-size: 48px;
        padding: 10px 20px;
    }

    .right-banner {
        height: auto;
        min-height: 350px;
    }

    .banner-pc-img {
        border-radius: 10px;
    }

    /* 移动端product-card样式调整 */
    .product-card {
        padding: 20px; /* 移动端恢复padding */
    }

    .product-card .card-content {
        position: absolute; /* 移动端不使用绝对定位 */
        opacity: 0.5; /* 移动端始终显示内容 */
        background: none; /* 移动端不需要遮罩 */
        padding: 0;
    }

    .section-header {
        min-height: 80px;
        margin: 60px auto 30px;
    }

    .section-header::before {
        background-size: 85% auto;
    }

    .section-title,
    .section-subtitle {
        font-size: 40px;
    }

    .section-title {
        transform: translateY(10px); /* 调整下沉距离 */
    }

    .product-name {
        font-size: 32px;
    }

    .product-model {
        font-size: 40px;
    }

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

    .more-btn,
    .activity-btn {
        font-size: 24px;
        padding: 12px 24px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .footer-logo img {
        width: 120px;
    }

    .mobile-nav-item span {
        font-size: 16px;
    }


    .activity-buttons {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

}
/*@media (max-width: 480px) {*/
/*    !* 移动端section-header样式进一步调整 *!*/
/*    .section-header {*/
/*        margin: 10px auto 15px !important;*/
/*        padding: 0 30px !important;*/
/*        min-height: 50px !important;*/
/*    }*/

/*    .section-title {*/
/*        font-size: 1.4rem !important;*/
/*        transform: translateY(6px) !important;*/
/*    }*/

/*    .section-subtitle {*/
/*        font-size: 1.4rem !important;*/
/*    }*/

/*    .product-grid {*/
/*        grid-template-columns: repeat(2, 1fr) !important;*/
/*        gap: 15px !important;*/
/*        margin: 10px;*/
/*    }*/

/*    .product-card {*/
/*        padding: 0 !important;*/
/*    }*/

/*    .card-content {*/
/*        padding: 10px !important;*/
/*    }*/

/*    .card-title {*/
/*        font-size: 16px !important;*/
/*        margin: 0 0 8px 0 !important;*/
/*    }*/

/*    .card-date {*/
/*        font-size: 14px !important;*/
/*        margin: 0 0 8px 0 !important;*/
/*    }*/

/*    .card-price {*/
/*        font-size: 12px !important;*/
/*    }*/

/*    !* 手机端主产品区域间距调整 *!*/
/*    .main-product {*/
/*        margin-bottom: 15px !important;*/
/*        padding: 10px;*/
/*    }*/
/*    .view-more*/
/*    {*/
/*        margin-top: 30px;*/
/*    }*/
/*    .products-section {*/
/*        padding: 0;*/
/*    }*/

/*    !* 手机端card-content优化 *!*/
/*    .card-content {*/
/*        padding: 12px !important;*/
/*        background: rgba(0, 0, 0, 0.95) !important; !* 更深的背景 *!*/
/*        opacity: 0 !important; !* 默认隐藏 *!*/
/*        visibility: hidden !important; !* 完全隐藏 *!*/
/*        pointer-events: none !important; !* 不接受点击事件 *!*/
/*    }*/

/*    !* 点击激活状态 *!*/
/*    .product-card.active .card-content {*/
/*        opacity: 1 !important; !* 点击时显示 *!*/
/*        visibility: visible !important; !* 显示 *!*/
/*        pointer-events: auto !important; !* 恢复点击事件 *!*/
/*    }*/
/*}*/
/*@media (max-width: 480px) {*/
/*    !* 动画作品项目 *!*/
/*    .movie-item {*/
/*        display: flex;*/
/*        align-items: center;*/
/*        width: 100%;*/
/*        padding-left: 30px;*/
/*        padding-right: 30px;*/
/*    }*/
/*    .product-gallery-section {*/
/*        padding: 20px 30px;*/
/*    }*/
/*    .hero-container {*/
/*        padding: 0 10px;*/
/*    }*/

/*    .preview-title {*/
/*        font-size: 20px;*/
/*    }*/

/*    .main-title,*/
/*    .subtitle {*/
/*        font-size: 28px;*/
/*    }*/

/*    .coming-soon {*/
/*        font-size: 36px;*/
/*        padding: 8px 16px;*/
/*    }*/

/*    .right-banner {*/
/*        height: auto;*/
/*        min-height: 300px;*/
/*    }*/

/*    .banner-pc-img {*/
/*        border-radius: 8px;*/
/*    }*/

/*    !* 小屏设备product-card样式调整 *!*/
/*    .product-card {*/
/*        padding: 15px;*/
/*    }*/

/*    .product-card .card-content {*/
/*        position: absolute;*/
/*        opacity: 0.5;*/
/*        background: none;*/
/*        padding: 0;*/
/*    }*/

/*    .card-title {*/
/*        font-size: 20px;*/
/*    }*/

/*    .card-date {*/
/*        font-size: 18px;*/
/*    }*/

/*    .card-price {*/
/*        font-size: 18px;*/
/*    }*/

/*    .section-header {*/
/*        min-height: 70px;*/
/*        margin: 20px auto 10px;*/
/*    }*/



/*    .section-header::before {*/
/*        content: '';*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 50%;*/
/*        transform: translateX(-50%);*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        background: url('../img/line.png') 100% 100% no-repeat;*/
/*        background-size: contain;*/
/*        z-index: 1;*/
/*    }*/
/*    .section-title,*/
/*    .section-subtitle {*/
/*        font-size: 32px;*/
/*    }*/

/*    .section-title {*/
/*        transform: translateY(8px); !* 调整下沉距离 *!*/
/*    }*/

/*    .product-name {*/
/*        font-size: 24px;*/
/*    }*/

/*    .product-model {*/
/*        font-size: 32px;*/
/*    }*/

/*    .activity-title {*/
/*        font-size: 24px;*/
/*    }*/

/*    .more-btn,*/
/*    .activity-btn {*/
/*        font-size: 20px;*/
/*        padding: 10px 20px;*/
/*    }*/

/*    .activity-grid {*/
/*        grid-template-columns: 1fr;*/
/*    }*/

/*    .movies-detail {*/
/*        grid-template-columns: 1fr;*/
/*        gap: 20px;*/
/*    }*/

/*    .detail-label {*/
/*        font-size: 60px;*/
/*    }*/

/*    .mobile-menu-btn {*/
/*        top: 15px;*/
/*        right: 15px;*/
/*        width: 45px;*/
/*        height: 45px;*/
/*    }*/

/*    .hamburger {*/
/*        width: 20px;*/
/*        height: 16px;*/
/*    }*/
/*}*/

/* 响应式设计 */
@media screen and (max-width: 1200px) {
    .movies-container {
    }
    .movie-item{
        gap: 4vw;
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .movie-text-vertical {
        font-size: 6.5rem;
        letter-spacing: 6px;
    }
    .movie-text-click{
        font-size: 4.5rem;
        letter-spacing: 2px;
    }
    .movie-line-middle {
    }

    .movie-line-top,
    .movie-line-bottom {
        margin: 25px 0;
    }

    .movie-line-top img,
    .movie-line-bottom img {
        height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .movies-container {
        padding: 20px 0;
    }

    .movie-item {
        flex-direction: row !important; /* 强制保持水平排列 */
        gap: 10px;
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
        align-items: center;
    }

    .movie-image {
        flex: 1.2; /* 图片占比更大 */
        max-width: 75%; /* 增加图片最大宽度 */
    }

    .movie-label {
        flex: 0.8; /* 标签占比稍小 */
        max-width: 25%;
    }

    .movie-text-vertical {
        font-size: 32px; /* 增大字体，接近PC端 */
        letter-spacing: 4px;
        writing-mode: vertical-rl !important; /* 保持竖排排列 */
        text-orientation: mixed;
        text-align: center;
    }
    .movie-text-click{
        font-size: 20px;
        letter-spacing: 2px;
        writing-mode: vertical-rl !important; /* 保持竖排排列 */
        text-orientation: mixed;
        text-align: center;
        padding:20px 0 ;
    }

    .movie-line-middle {
        margin: 10px 0;
    }

    .movie-line-middle img {
        width: 90%;
        height: auto;
    }

    .more-btn-bg {
        width: 80%;
        height: 50px;
    }

    .more-btn-text {
        font-size: 14px;
    }
    .detail-section{
        padding: 10px 0;
    }
    .movies-section {
        padding: 10px 0;
    }
    .products-section{
        padding: 10px 0;
    }
    .others-section{
        padding: 10px 0;
    }
    .activity-section{
        padding: 10px 0;
    }
    .section-header {
            margin: 15px auto 12px !important;
            padding: 0 2vw 0 10vw !important;
            min-height: 45px !important;
        }

        .section-title {
            font-size: 1.8rem !important;
            transform: translateY(5px) !important;
        }

        .section-subtitle {
            font-size: 1.4rem !important;
        }
    .view-more {
        margin-top: 30px;
    }
}
/* 在屏幕宽度超过1200px时隐藏移动端菜单 */
@media screen and (min-width: 1200px) {
    .mobile-menu {
        display: none !important;
    }

    .mobile-menu-btn {
        display: none !important;
    }
}

.otherspng{
    display: flex;
    margin: 30px auto;
}

.otherspng img{
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .otherspng{
        margin: 30px 20px;
    }
}

@media screen and (max-width: 768px) {
    .otherspng{
        margin: 30px 10px;
    }
}
