@charset "utf-8";
/**
* [XIAOHEI] Copyright (c) 2010-2066
* dz-CSS-qq:290948585
*/
/* 为内容添加顶部padding，避免被固定导航栏遮挡 */
*{box-sizing:border-box;}
body {color: var(--text-dark);background-color: var(--white)!important;line-height: 1.6;overflow-x: hidden;font-weight: 400;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
html {scroll-behavior: smooth;}
#footb{height:0}
section.container {max-width: 1200px !important;padding: 0 24px;}
.content-wrapper {
}

/* 首屏板块 - 来自加入我们页面 */
.channel-section {
    width: 100%;
    height: calc(100vh - 118px); /* 全屏减去导航栏高度 */
    min-height: 500px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

/* 背景图片层 - 变淡 */
.section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('about/photo-1552664730-d307ca884978.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7; /* 降低背景图片不透明度，使其变淡 */
}

/* 浅色遮罩层 - 更透明 */
.section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
        rgba(20, 40, 70, 0.75) 0%,
        rgba(20, 40, 70, 0.65) 50%,
        rgba(20, 40, 70, 0.85) 100%);
}

/* 内容容器 */
.channel-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%; /* 充满整个容器高度 */
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 垂直居中 */
    align-items: center;
    text-align: center;
}

/* 主标题 - 修正类名冲突 */
.channel-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    line-height: 1.15;
    margin-bottom: 20px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
}

/* 标题高亮部分 */
.title-highlight {
    background: linear-gradient(to right, #00cec9, #0984e3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    position: relative;
}

/* 副标题 */
.channel-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 35px;
    max-width: 700px;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

/* 装饰线 */
.decor-line {
    width: 180px;
    height: 1.5px;
    background: linear-gradient(to right, transparent, #00cec9, transparent);
    margin: 25px 0;
    border-radius: 0;
}

/* 方块链接按钮 */
a.square-link-btn {
    display: inline-block;
    background: #0984e3;
    color: white;
    padding: 14px 35px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(9, 132, 227, 0.4);
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    border-radius: 0; /* 直角按钮 */
}

/* 按钮悬停效果 */
.square-link-btn:hover {
    background: #0870c9;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(9, 132, 227, 0.6);
}

.square-link-btn:active {
    transform: translateY(-1px);
}

/* 按钮文字和图标 */
.btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-text i {
    transition: transform 0.3s ease;
    font-size: 0.9rem;
}

.square-link-btn:hover .btn-text i {
    transform: translateX(6px);
}

/* 公司文化部分 */
.culture-showcase-section {
    background: #f8f9fa; /* 保持原背景色 */
    padding: 80px 0;
}

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

/* 文化引言部分 - 修改颜色与招聘职位一致 */
.culture-intro {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
}

.culture-title {
    font-size: 2.5rem; /* 与招聘职位标题一致 */
    font-weight: 800; /* 与招聘职位标题一致 */
    margin-bottom: 15px;
    color: #1a365d; /* 与招聘职位标题一致的颜色 */
}

.culture-subtitle {
    font-size: 1.1rem; /* 与招聘职位副标题一致 */
    color: #666; /* 改为淡黑色，与招聘职位副标题一致 */
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.6;
}

/* 图片容器 - 直角 */
.image-grid-container {
    height: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 0; /* 直角 */
    overflow: hidden;
    position: relative;
}

@media (max-width: 991px) {
    .image-grid-container {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .image-grid-container {
        height: 350px;
    }
}

/* 四张大图容器 */
.full-images-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 单张大图 */
.full-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.full-image.active {
    opacity: 1;
}

/* 四张不同的整图 - 企业文化相关图片 */
.full-image-1 {
    background-image: url('about/photo-1552664730-d307ca884978.avif');
}

.full-image-2 {
    background-image: url('about/photo-1522202176988-66273c2fd55f.avif');
}

.full-image-3 {
    background-image: url('about/photo-1542744173-8e7e53415bb0.avif');
}

.full-image-4 {
    background-image: url('about/photo-1497366754035-f200968a6e72.avif');
}

/* 在整图上划分四个垂直选择区域 */
.image-selector-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    pointer-events: none;
    display: flex;
}

.image-section {
    flex: 1;
    position: relative;
    /* cursor: pointer; */
    pointer-events: auto;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    overflow: hidden;
}

.image-section:first-child {
    border-left: none;
}

@media (max-width: 767px) {
    .image-section {
        flex: none;
        height: 25%; /* 四块各占25% */
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .image-section:first-child {
        border-top: none;
    }
}

/* 激活区域顶部边框 - 已移除 */
.image-section.active {
    /* 不再有顶部边框 */
}

/* 蓝色遮罩层 - 使用 #178ac3 颜色 */
.blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(23, 138, 195, 0.85) 0%, rgba(23, 138, 195, 0.9) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.image-section:hover .blue-overlay,.image-section.active .blue-overlay {
    opacity: 1;
}

/* 区域内容容器 - 无任何背景 */
.culture-section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(30px);
    width: 80%;
    max-width: 320px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 2;
    pointer-events: none;
    text-align: center;
}

.image-section:hover .culture-section-content,.image-section.active .culture-section-content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) translateY(0);
}

/* 内容图标 - 白色背景圆形 */
.content-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: #178ac3;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 3;
    position: relative;
}

/* 内容标题 - 纯白色文字，无背景 */
.content-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
    position: relative;
    z-index: 3;
}

@media (max-width: 991px) {
    .content-title {
        font-size: 24px;
    }

    .content-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 15px;
    }
}

/* 内容副标题 - 纯白色文字，无背景 */
.content-subtitle {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    opacity: 0.95;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

/* 内容文字 - 纯白色文字，无任何背景 */
.content-text {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 20px;
    opacity: 0.95;
    position: relative;
    z-index: 3;
}

.content-text p {
    margin-bottom: 10px;
}

.content-text p:last-child {
    margin-bottom: 0;
}

/* 底部标签 - 默认显示 */
.section-label {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    opacity: 0.9;
    transition: all 0.4s ease;
    pointer-events: none;
}

.image-section:hover .section-label,
.image-section.active .section-label {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(30px);
}

/* 响应式调整 */
@media (max-width: 991px) {
    .culture-title {
        font-size: 2.2rem; /* 与招聘职位响应式一致 */
    }

    .culture-subtitle {
        font-size: 1rem; /* 与招聘职位响应式一致 */
    }

    .content-title {
        font-size: 22px;
    }

    .content-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .content-text {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .section-label {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .culture-title {
        font-size: 1.8rem; /* 与招聘职位响应式一致 */
    }

    .culture-subtitle {
        font-size: 0.95rem; /* 与招聘职位响应式一致 */
    }

    .culture-section-content {
        width: 85%;
        max-width: 250px;
    }

    .content-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .content-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .content-subtitle {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .content-text {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .section-label {
        font-size: 14px;
    }
}

/* 招聘职位部分 - 全屏铺满 */
.jobs-section {
    padding: 80px 0; /* 左右无内边距 */
    width: 100%;
    background: #f5f5f5; /* 灰色背景 */
}

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

.section-title {
    font-size: 2.5rem;
    color: #1a365d;
    margin-bottom: 15px;
    font-weight: 800;
}

.section-subtitle {
    color: #666;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
}

/* 分类筛选 */
.filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 25px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 0;
    color: #4a5568;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

.filter-btn:hover,
.filter-btn.active {
    background: #0984e3;
    border-color: #0984e3;
    color: white;
}

/* 职位容器 - 全屏宽度 */
.jobs-container {
    width: 100%;
    padding: 0;
}

/* 垂直职位列表 */
.jobs-list {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 1200px;
}

.job-item {
    background: #f0f0f0; /* 灰色底色 */
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 2px; /* 添加间隙 */
}

.job-item.active {
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* 职位头部 - 优化布局 */
.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    cursor: pointer;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.job-title-info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.job-marker {
    width: 6px;
    height: 30px;
    background: #0984e3;
    flex-shrink: 0; /* 防止蓝色标签被压缩 */
}

.job-item.active .job-marker {
    background: #0984e3; /* 单色，去除两色蓝线 */
}

.job-main-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.job-title-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.job-title {
    font-size: 1.3rem;
    color: #1a365d;
    font-weight: 700;
}

.job-department {
    color: #666;
    font-size: 0.95rem;
    padding: 4px 10px;
    background: #f0f0f0;
    border-radius: 2px;
}

.job-item.active .job-department {
    background: #f8fafc;
}

.job-date-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.job-date {
    color: #888;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: right;
    min-width: 120px;
}

.toggle-btn {
    background: none;
    border: none;
    color: #0984e3;
    font-size: 1.5rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: transform 0.3s, background 0.3s;
}

.toggle-btn:hover {
    background: rgba(9, 132, 227, 0.1);
}

.job-item.active .toggle-btn {
    transform: rotate(45deg);
    color: #1a365d;
}

/* 职位详情展开部分 - 调整布局，详情内容左边缘对齐蓝色光标左边缘 */
.job-details {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}

.job-item.active .job-details {
    padding: 20px 0; /* 减少上下内边距 */
    max-height: 1000px;
}

.details-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    /* 详情内容左边缘对齐蓝色光标左边缘 */
    /* 蓝色光标左侧位置：.job-header的padding-left(20px) */
    padding-left: 20px;
}

/* 基本信息行 - 减少间距 */
.info-row {
    display: flex;
    gap: 30px; /* 减少间距 */
    margin-bottom: 20px; /* 减少间距 */
    padding-bottom: 15px; /* 减少间距 */
    border-bottom: 1px solid #eef2f7;
    flex-wrap: wrap;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 3px; /* 减少间距 */
    min-width: 140px; /* 略微减少宽度 */
}

.info-label {
    color: #666;
    font-size: 0.85rem; /* 略微减小字体 */
}

.info-value {
    color: #1a365d;
    font-size: 1rem; /* 略微减小字体 */
    font-weight: 600;
}

/* 描述和需求部分 - 减少间距 */
.description-section {
    margin-bottom: 20px; /* 减少间距 */
}

.section-heading {
    font-size: 1.1rem; /* 略微减小字体 */
    color: #1a365d;
    font-weight: 700;
    margin-bottom: 10px; /* 减少间距 */
    padding-bottom: 6px; /* 减少间距 */
    border-bottom: 1px solid #eef2f7;
}

.description-text {
    color: #4a5568;
    line-height: 1.6; /* 略微减小行高 */
    margin-bottom: 12px; /* 减少间距 */
    font-size: 0.95rem; /* 略微减小字体 */
}

.requirements-list {
    list-style-type: none;
    padding-left: 0;
}

.requirements-list p {
    color: #4a5568;
    line-height: 1.6; /* 略微减小行高 */
    margin:0;
    margin-bottom: 8px; /* 减少间距 */
    position: relative;
    padding:0;
    padding-left: 18px; /* 略微减小 */
    font-size: 0.95rem; /* 略微减小字体 */
}

.requirements-list p:before {
    content: "•";
    color: #0984e3;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 1.2rem;
}

/* 申请按钮 - 调整位置 */
.apply-action {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px; /* 减少间距 */
    padding-top: 15px; /* 减少间距 */
    border-top: 1px solid #eef2f7;
}

.apply-btn {
    display: inline-block;
    background: #0984e3;
    color: white;
    padding: 10px 30px; /* 略微减小内边距 */
    font-size: 0.95rem; /* 略微减小字体 */
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(9, 132, 227, 0.3);
    border-radius: 0;
    min-width: 140px; /* 略微减小宽度 */
    text-align: center;
}

.apply-btn:hover {
    background: #0870c9;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(9, 132, 227, 0.4);
}

/* 申请表单弹窗 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    max-height: 95vh;
    overflow-y: auto;
    border-radius: 0;
    position: relative;
}


.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.modal-title {
    font-size: 1.8rem;
    color: #1a365d;
    margin-bottom: 30px;
    text-align: center;
}

.modal-form {
    display: grid;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    color: #4a5568;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 0;
    font-family: inherit;
    font-size: 1rem;
    width: 100%;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0984e3;
}

.file-upload {
    border: 2px dashed #e2e8f0;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s;
}

.file-upload:hover {
    border-color: #0984e3;
}

.submit-btn {
    background: #0984e3;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #0870c9;
}

/* ========== 页脚样式 ========== */
.footer {
    background-color: #2C3E50;
    color: white;
    padding: 60px 0 30px;
    margin-top: 0; /* 移除顶部间距 */
}

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

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-links {
    list-style-type: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #BDC3C7;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: white;
}

.copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #34495E;
    color: #BDC3C7;
    font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .search-box {
        width: 240px;
    }

    .search-input:focus {
        width: 300px;
    }
}

@media (max-width: 992px) {
    .channel-section {
        height: calc(100vh - 100px);
        min-height: 450px;
    }

    .channel-title {
        font-size: 2.2rem;
    }

    .channel-subtitle {
        font-size: 1rem;
    }

    .culture-title {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .job-header {
        padding: 20px 20px;
    }

    .info-row {
        gap: 25px; /* 响应式进一步减少间距 */
    }

    .details-content {
        padding-left: 20px; /* 保持一致的左对齐 */
    }

    /* 导航栏响应式 */
    .nav-main {
        display: none;
        position: fixed;
        top: 118px; /* 调整顶部位置 */
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        height: auto;
        padding: 20px 0;
        box-shadow: var(--shadow-heavy);
        z-index: 999;
    }

    .nav-main.active {
        display: flex;
    }

    .nav-items {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .nav-item {
        width: 100%;
        height: auto;
    }

    .nav-link {
        padding: 18px 32px;
        border-bottom: 1px solid #f0f0f0;
        justify-content: center;
    }

    .nav-link::before,
    .nav-link::after {
        display: none;
    }

    .dropdown-content {
        position: static;
        box-shadow: none;
        border: none;
        width: 100%;
        min-width: auto;
        display: none;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }

    .dropdown-content a {
        padding-left: 60px;
    }

    .mobile-menu-btn {
        display: block;
    }

    .platform-dropdown {
        width: 320px;
        right: 0;
    }

    .content-wrapper {
        padding-top: 100px; /* 移动端导航栏高度 */
    }

    .main-header {
        height: 70px;
        top: 38px;
    }

    .search-box {
        width: 220px;
    }

    .search-input:focus {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .channel-section {
        height: calc(100vh - 90px);
        min-height: 350px;
    }

    .channel-title {
        font-size: 1.6rem;
    }

    .channel-subtitle {
        font-size: 0.9rem;
        margin-bottom: 25px;
    }

    .square-link-btn {
        padding: 10px 25px;
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    .btn-text {
        gap: 8px;
    }

    .btn-text i {
        font-size: 0.8rem;
    }

    .decor-line {
        margin: 15px 0;
    }

    .culture-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .job-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px 20px;
    }

    .job-title-info {
        width: 100%;
        justify-content: space-between;
        gap: 15px; /* 移动端减少间距 */
    }

    .job-marker {
        width: 4px; /* 移动端减小蓝色标签宽度 */
        height: 25px;
    }

    .job-title-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .job-date-container {
        justify-content: space-between;
        width: 100%;
    }

    .job-title {
        font-size: 1.1rem;
    }

    /* 移动端调整详情页布局 */
    .details-content {
        padding-left: 15px; /* 移动端蓝色光标左侧位置：.job-header的padding-left(15px) */
        padding-right: 15px;
    }

    .info-row {
        flex-direction: column;
        gap: 15px;
    }

    .info-item {
        min-width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

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

    .platform-dropdown {
        width: 300px;
        right: -20px;
    }

    .platform-grid {
        grid-template-columns: 1fr;
    }

    .search-box {
        width: 200px;
    }

    .search-input:focus {
        width: 260px;
    }
}

@media (max-width: 576px) {
    .channel-section {
        height: calc(100vh - 85px);
        min-height: 300px;
    }

    .channel-title {
        font-size: 1.4rem;
    }

    .channel-subtitle {
        font-size: 0.85rem;
        margin-bottom: 20px;
    }

    .square-link-btn {
        padding: 8px 20px;
        font-size: 0.85rem;
    }

    .decor-line {
        width: 120px;
        height: 1px;
        margin: 10px 0;
    }

    .filters {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .modal-content {
        padding: 30px 20px;
        width: 95%;
    }

    .details-content {
        padding-left: 15px; /* 小屏幕保持一致 */
        padding-right: 10px;
    }

    .info-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }

    /* 导航栏响应式 */
    .top-bar {
        font-size: 12px;
        padding: 8px 0;
    }

    .top-bar-left, .top-bar-right {
        gap: 12px;
    }

    .stock-badge {
        padding: 4px 12px;
        font-size: 12px;
    }

    .logo-text .main {
        font-size: 20px;
    }

    .logo-text .sub {
        font-size: 11px;
    }

    .footer {
        padding: 40px 0 20px;
    }

    .footer-column h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-links li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .content-wrapper {
        padding-top: 85px; /* 小屏幕导航栏高度 */
    }

    .main-header {
        height: 65px;
        top: 30px;
    }

    .search-box {
        width: 180px;
    }

    .search-input:focus {
        width: 240px;
    }
}

/* 超宽屏优化 */
@media (min-width: 1920px) {
    .channel-section {
        height: calc(100vh - 118px);
        min-height: 600px;
    }

    .channel-title {
        font-size: 3rem;
    }

    .channel-subtitle {
        font-size: 1.3rem;
        max-width: 800px;
    }

    .square-link-btn {
        padding: 16px 45px;
        font-size: 1.2rem;
    }
}