/* 工业旅游页面样式 */
.industrial-tourism-page {
    background: #000;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

/* 页面容器 - 最大宽度1414px */
.page-container {
    position: relative;
    z-index: 1;
    max-width: 1414px;
    margin: 0 auto;
}

/* ==================== Hero Banner Section ==================== */
.hero-banner-section {
    position: relative;
    width: min(1414px, calc(1414 / 1414 * 100vw));
    height: min(712px, calc(712 / 1414 * 100vw));
    margin: 0 auto;
    overflow: visible;
}

/* Banner背景 */
.hero-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-image {
    width: min(1414px, calc(1414 / 1414 * 100vw));
    height: min(723px, calc(723 / 1414 * 100vw));
    object-fit: cover;
}

/* Banner内容 */
.hero-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 主标题 - 距离顶部153px，容器644*54，字体45px，渐变 */
.hero-main-title {
    margin-top: min(153px, calc(153 / 1414 * 100vw));
    /* width: min(644px, calc(644 / 1414 * 100vw)); */
    /*height: min(54px, calc(54 / 1414 * 100vw));*/
    line-height: min(54px, calc(54 / 1414 * 100vw));
    text-align: center;
    font-size: min(45px, calc(45 / 1414 * 100vw));
    font-family: 'PingFang SC Semibold', 'Microsoft YaHei', sans-serif;
    /*font-weight: 400;*/
    background: linear-gradient(90deg, #1F80FF 0%, #FFFFFF 67%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    margin-bottom: min(15px, calc(15 / 1414 * 100vw));
    line-height: 1;
}

/* 副标题 - 字体25px，容器458，渐变1F80FF 10% FFFFFF 75% */
.hero-subtitle {
    /*margin-top: min(10px, calc(10 / 1414 * 100vw));*/
    /* width: min(458px, calc(458 / 1414 * 100vw)); */
    text-align: center;
    font-size: min(25px, calc(25 / 1414 * 100vw));
    font-family: 'PingFang SC Semibold', 'Microsoft YaHei', sans-serif;
    /*font-weight: 400;*/
    background: linear-gradient(90deg, #1F80FF 10%, #FFFFFF 75%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

/* 描述文字 - 字体20px，白色，容器819，行高1.1，居中 */
.hero-description {
    margin-top: min(38px, calc(38 / 1414 * 100vw));
    width: min(790px, calc(790 / 1414 * 100vw));
    text-align: center;
    font-size: min(20px, calc(20 / 1414 * 100vw));
    font-family: 'PingFang SC Medium', 'Microsoft YaHei', sans-serif;
    /*font-weight: 400;*/
    color: #FFFFFF;
    line-height: 1.3;
}

/* ==================== 机器人图标和联系面板 - 位置样式 ==================== */
/* 注意: 基础样式已在 contact-panel.css 中定义，此处只保留位置相关样式 */

/* 机器人图标触发器 - 距离顶部667，右侧158 */
.industrial-tourism-page .robot-icon-trigger {
    position: absolute;
    top: min(690px, calc(690 / 1414 * 100vw));
    right: min(158px, calc(158 / 1414 * 100vw));
}

/* 联系信息面板位置 */
.industrial-tourism-page .contact-panel {
    position: absolute;
    top: min(755px, calc(755 / 1414 * 100vw));
    left: 50%;
    transform: translateX(-50%);
}

/* 初始状态为显示（active） */
.industrial-tourism-page .contact-panel.active {
    transform: translateX(-50%) translateY(0);
}

/* ==================== 所获荣誉 Section ==================== */
.honors-section {
    width: min(1414px, calc(1414 / 1414 * 100vw));
    margin: 0 auto;
    padding-top: min(84px, calc(84 / 1414 * 100vw));
    padding-bottom: min(53px, calc(53 / 1414 * 100vw));
    text-align: center;
}

/* 标题区域 */
.section-header {
    text-align: center;
    margin-bottom: min(77px, calc(77 / 1414 * 100vw));
}

.section-title {
    font-size: min(30px, calc(30 / 1414 * 100vw));
    font-family: 'PingFang SC Regular', 'Microsoft YaHei', sans-serif;
    /*font-weight: 400;*/
    color: #FFFFFF;
    margin-bottom: min(11px, calc(11 / 1414 * 100vw));
    line-height: 1;
}

.section-subtitle {
    font-size: min(20px, calc(20 / 1414 * 100vw));
    font-family: 'PingFang SC Semibold', 'Microsoft YaHei', sans-serif;
    /*font-weight: 400;*/
    color: #A2A2A2;
    text-transform: uppercase;
}

/* Swiper容器 - 2行8个网格布局（每行4个） */
.honors-swiper-container {
    width: min(1214px, calc(1214 / 1414 * 100vw));
    margin: 0 auto;
    overflow: hidden;
}

.honors-swiper-container .swiper-wrapper {
    align-items: center;
}

.honors-swiper-container .swiper-slide {
    width: 100% !important;
    margin-right: 0;
}

/* 荣誉网格 - 2行4列，自动适应行数 */
.honors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: min-content;
    gap: min(42px, calc(42 / 1414 * 100vw)) min(42px, calc(42 / 1414 * 100vw));
    width: 100%;
}

/* 荣誉项 */
.honor-item {
    width: min(268px, calc(268 / 1414 * 100vw));
    height: min(183px, calc(183 / 1414 * 100vw));
    border-radius: min(10px, calc(10 / 1414 * 100vw));
    overflow: hidden;
    background: #1a1a1a;
    margin: 0 auto;
}

.honor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 自定义分页器 - 正方形点 */
.honors-pagination {
    display: flex;
    justify-content: center;
    gap: min(31px, calc(31 / 1414 * 100vw));
    margin-top: min(53px, calc(53 / 1414 * 100vw));
}

.pagination-dot {
    width: min(10px, calc(10 / 1414 * 100vw));
    height: min(10px, calc(10 / 1414 * 100vw));
    background: #898989;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background: #003CF1;
}

/* ==================== 移动端竖向列表样式 (宽度 < 800px) ==================== */

/* 默认隐藏移动端列表 */
.mobile-honors-list {
    display: none;
}

.mobile-honor-item {
    width: 100%;
    max-width: min(800px, calc(800 / 1414 * 100vw));
    margin: 0 auto min(20px, calc(20 / 1414 * 100vw));
    border-radius: min(10px, calc(10 / 1414 * 100vw));
    overflow: hidden;
}

.mobile-honor-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* 媒体查询：宽度 < 800px 时切换显示 */
@media screen and (max-width: 799px) {
    /* 隐藏 Swiper 和分页器 */
    .honors-swiper-container.swiper-view,
    .honors-pagination {
        display: none !important;
    }

    /* 显示移动端竖向列表 */
    .mobile-honors-list {
        display: flex;
        flex-direction: column;
        padding: 0 min(20px, 5vw);
        gap: min(40px, 8vw);
    }

    .mobile-honor-item {
        margin-bottom: 0;
    }

    .mobile-honor-item img {
        width: 100%;
        height: auto;
        border-radius: min(10px, 2vw);
    }
}

/* ==================== Intro Section (文字 + 视频区域 整体模块) ==================== */
.it-intro-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/* 左侧上方装饰背景 719x1026 */
.it-intro-decor-bg {
    position: absolute;
    top: max(-200px, calc(-200 / 1414 * 100vw));
    left: 0;
    width: min(719px, calc(719 / 1414 * 100vw));
    height: min(1026px, calc(1026 / 1414 * 100vw));
    object-fit: contain;
    z-index: 0;
    pointer-events: none;
}

/* 介绍文字 - 在视频区域上方，距上方89px，距视频区域31px */
.it-intro-text {
    position: relative;
    z-index: 3;
    color: #ffffff;
    font-size: min(16px, calc(16 / 1414 * 100vw));
    line-height: 1.4;
    text-align: left;
    margin: min(89px, calc(89 / 1414 * 100vw)) 0 min(31px, calc(31 / 1414 * 100vw)) 0;
    padding: 0 min(104px, calc(104 / 1414 * 100vw));
    font-family: "PingFang SC Medium";
}

/* 视频区域 */
.it-intro-video-area {
    position: relative;
    width: 100%;
    height: min(755px, calc(755 / 1414 * 100vw));
}

.it-intro-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.it-intro-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 视频播放遮罩层 */
.it-intro-video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}

.it-intro-video-overlay.active {
    display: flex;
}

.it-intro-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.it-intro-video-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 101;
    transition: opacity 0.3s ease;
}

.it-intro-video-close:hover {
    opacity: 0.7;
}

.it-intro-content {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* 2. it-intro-text 移出视频区域，距上方89px，距视频区域31px */
.it-intro-text {
    position: relative;
    z-index: 3;
    color: #ffffff;
    font-size: min(16px, calc(16 / 1414 * 100vw));
    line-height: 1.4;
    text-align: left;
    margin: min(214px, calc(214 / 1414 * 100vw)) 0 min(31px, calc(31 / 1414 * 100vw)) 0;
    padding: 0 min(104px, calc(104 / 1414 * 100vw));
    font-family: "PingFang SC Medium";
}

/* 播放视频按钮 - 居中于图片区域 */
.it-intro-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: min(10px, calc(10 / 1414 * 100vw));
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 10;
}

.it-intro-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.it-intro-play-icon {
    width: min(80px, calc(80 / 1414 * 100vw));
    height: auto;
}

.it-intro-play-text {
    color: #fff;
    font-size: min(20px, calc(20 / 1414 * 100vw));
    font-family: "PingFang SC Semibold";
}

/* ==================== 旅游产品介绍 Showcase Section ==================== */
/* 3. it-showcase-section 距离上方间距 135px */
.it-showcase-section {
    position: relative;
    width: 100%;
    padding-top: min(135px, calc(135 / 1414 * 100vw));
}

/* 右侧顶部装饰背景 388x342 */
.it-showcase-decor-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: min(388px, calc(388 / 1414 * 100vw));
    height: min(342px, calc(342 / 1414 * 100vw));
    object-fit: contain;
    z-index: 0;
    pointer-events: none;
}

/* 4. section-header 距离下方68px */
.it-showcase-section .section-header {
    text-align: center;
    margin-bottom: min(68px, calc(68 / 1414 * 100vw));
}

/* 5. Tab导航样式 (与robot4s showcase-tabs一致) */
.it-showcase-tabs {
    position: relative;
    width: 100%;
    max-width: min(1400px, calc(1400 / 1414 * 100vw));
    margin: 0 auto min(20px, calc(20 / 1414 * 100vw)) auto;
    padding: min(5px, calc(5 / 1414 * 100vw)) min(95px, calc(95 / 1414 * 100vw)) 0;
    display: flex;
    justify-content: flex-start;
    gap: min(12px, calc(12 / 1414 * 100vw));
    z-index: 10;
    background: transparent;
}

.it-showcase-tabs .tab-item {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0 min(20px, calc(20 / 1414 * 100vw));
    height: min(35px, calc(35 / 1414 * 100vw));
    border-radius: min(5px, calc(5 / 1414 * 100vw));
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    white-space: nowrap;
}

.it-showcase-tabs .tab-item:hover {
    transform: translateY(min(-2px, calc(-2 / 1414 * 100vw)));
}

.it-showcase-tabs .tab-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: min(5px, calc(5 / 1414 * 100vw));
    padding: min(1px, calc(1 / 1414 * 100vw));
    background: linear-gradient(180deg, #0A82FF 0%, #064E99 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.it-showcase-tabs .tab-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
    object-fit: cover;
    border-radius: min(5px, calc(5 / 1414 * 100vw));
}

.it-showcase-tabs .tab-text {
    position: relative;
    font-size: min(16px, calc(16 / 1414 * 100vw));
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    z-index: 2;
}

.it-showcase-tabs .tab-item.active .tab-bg {
    opacity: 1;
}

.it-showcase-tabs .tab-item.active .tab-text {
    text-shadow: 0 min(2px, calc(2 / 1414 * 100vw)) min(8px, calc(8 / 1414 * 100vw)) rgba(0, 0, 0, 0.5);
    font-family: "PingFang SC Medium";
}

.it-showcase-tabs .tab-item:hover .tab-bg {
    opacity: 0.6;
}

/* Swiper容器 - 满宽1414 */
.it-showcase-swiper-container {
    position: relative;
    width: 100%;
    height: min(711px, calc(711 / 1414 * 100vw));
    overflow: hidden;
}

/* 5. 顶部渐变阴影遮罩 - 高220px, 顶部深底部浅, 层级在图片上方文字下方 */
/* Figma: 18% #000000 0%, 100% #000000 100% — 由上至下从透明渐变到不透明 */
.it-showcase-top-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: min(220px, calc(220 / 1414 * 100vw));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 2;
    pointer-events: none;
}

.it-showcase-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.it-showcase-swiper .swiper-wrapper {
    display: flex;
    transition-property: transform;
    height: 100%;
}

.it-showcase-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.it-showcase-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 展示图片 - 满宽 */
.it-showcase-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* 描述文字 - 最顶层，在渐变和图片上方 */
.it-showcase-description {
    position: absolute;
    top: min(37px, calc(37 / 1414 * 100vw));
    left: min(105px, calc(105 / 1414 * 100vw));
    width: min(1205px, calc(1205 / 1414 * 100vw));
    text-align: left;
    z-index: 3;
}

.it-showcase-desc {
    font-size: min(16px, calc(16 / 1414 * 100vw));
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
    text-shadow: 0 min(1px, calc(1 / 1414 * 100vw)) min(4px, calc(4 / 1414 * 100vw)) rgba(0, 0, 0, 0.5);
    font-family: "PingFang SC Medium";
}

/* Swiper 分页指示器 - 隐藏 */
.it-showcase-dots {
    display: none !important;
}

/* Tab内容切换 - 非活动Tab隐藏 */
.it-tab-hidden {
    display: none !important;
}

/* Intro swiper 多项模式 */
.it-intro-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.it-intro-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.it-intro-slide .it-intro-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Showcase 单张图片模式（无swiper） */
.it-showcase-single {
    position: relative;
    width: 100%;
    height: 100%;
}

.it-showcase-single .it-showcase-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* 移动端适配 */



