/* 全局样式 */
/* 确保模态框和遮罩层层级正确 */
.modal-backdrop {
    z-index: 1050 !important;
}

/* 顶部导航条样式 */
.top-nav {
    background-color: #c41e3a;
    color: white;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.top-nav .container {
    max-width: 1200px;
}

.top-nav-left {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.top-nav-left span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .top-nav-left {
        flex-direction: column;
        gap: 0.3rem;
    }
}

/* 自定义字段样式 */
.custom-fields {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-fields-title {
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.custom-fields-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.custom-field-item {
    background-color: var(--primary-light);
    padding: 0.8rem 1rem;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-field-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(207, 163, 64, 0.15);
}

.custom-field-name {
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 0.3rem;
    font-size: 0.95rem;
}

.custom-field-value {
    color: var(--text-color);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* 自定义字段样式 */
.custom-fields {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-fields-title {
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

.custom-fields-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.custom-field-item {
    background-color: var(--primary-light);
    padding: 0.8rem 1rem;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-field-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(207, 163, 64, 0.15);
}

.custom-field-name {
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 0.3rem;
    font-size: 0.95rem;
}

.custom-field-value {
    color: var(--text-color);
    font-size: 0.9rem;
    line-height: 1.5;
}

.modal {
    z-index: 1060 !important;
}

/* 修复导航锚点定位遮挡问题 */
.section {
    scroll-margin-top: 80px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.section.active {
    opacity: 1;
    transform: translateY(0);
}

.contact-item h3 {
    margin: 4px 0;
    font-size: 0.85rem;
}

@font-face {
    font-family: 'MaoZedongFont';
    src: url('../font/毛泽东字体.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZhongQi';
    src: url('../font/钟齐陈伟勋硬笔行书字库.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* 全局颜色变量 - 统一管理页面色调 */
:root {
    --maozedong-font: 'MaoZedongFont', sans-serif;
    --zhongqi-font: 'ZhongQI', sens-serif;
    --primary-color: var(--dynamic-primary-color, #CFA340);
    /* 黄金主色 */
    --primary-dark: #D4AF37;
    /* 深黄金色 */
    --primary-light: #FFF8DC;
    /* 浅黄金色 */
    --secondary-color: #5B8FF9;
    /* 蓝色 - 用于标签选中状态 */
    --secondary-dark: #3D76DD;
    /* 深蓝 */
    --secondary-light: #E8F3FF;
    /* 浅蓝 */
    --gold-text-gradient: linear-gradient(135deg, #FFFFF0 0%, #FFD700 40%, #FFA500 70%, #D4AF37 100%);
    /* 增强黄金文字渐变 */
    --gold-gradient: linear-gradient(135deg, #FFF8DC 0%, #FFD700 40%, #FFA500 50%, #DAA520 70%, #B8860B 100%);
    /* 增强金属层次感渐变 */
    --paper-texture: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E");
    /* 增强纸张纹理 */
    --text-color: #666666;
    /* 文本颜色更新 */
    --text-light: #999999;
    --background-color: #F5F5F5;
    /* 背景色更新 */
    --white: #FFFFFF;
    --gray: #eee;
    --border-color: #EEEEEE;
    /* 边框颜色更新 */
    --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 5px 15px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --scrollbar-bg: #F1F1F1;
    /* 添加滚动条背景色变量 */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #F5F5F5;
    color: var(--text-color);
    padding-top: 76px;
    min-height: calc(100vh - 76px);
    display: flex;
    flex-direction: column;
    /* 解决导航栏遮挡问题 */
}

/* 导航栏样式 */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fffbf0;
    padding: 0.9rem 2.5rem;
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.15);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);

    .navbar.scrolled {
        background-color: rgba(255, 251, 240, 0.98);
        padding: 0.8rem 2.5rem;
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.18);
    }

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 50px;
    margin-right: 1rem;
    object-fit: contain;
    transition: transform 0.3s ease;
    background-color: transparent;
    /* 解决Logo背景问题 */
}

.logo-container:hover .logo-img {
    transform: scale(1.05);
    /* 悬停时轻微放大 */
}

.logo-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
    /* 使用主色调变量 */
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin-left: 2rem;
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-color);
    /* 使用文本色变量 */
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--gold-gradient);
    transition: width 0.3s ease;
}

.nav-links a:hover {
    color: var(--primary-dark);
    /* 使用主色调变量 */
}

.nav-links a:hover::after {
    width: 100%;
}

/* 二级菜单样式 */
.nav-links .dropdown {
    position: relative;
}

.nav-links .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background-color: var(--white);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-sm);
    padding: var(--spacing-sm) 0;
    margin: 0;
    list-style: none;
    z-index: 1001;
}

.nav-links .dropdown:hover .dropdown-menu {
    display: block;
}

.nav-links .dropdown-menu li {
    margin: 0;
    padding: 0 var(--spacing-md);
}

.nav-links .dropdown-menu li a {
    display: block;
    padding: var(--spacing-sm) var(--spacing-md);
    color: var(--text-color);
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-links .dropdown-menu li a:hover {
    background-color: var(--primary-light);
    color: var(--primary-color);
}

/* 下拉菜单箭头样式 - 已隐藏 */
.dropdown-toggle::after {
    display: none !important;
    margin-left: 0.5em;
    vertical-align: 0.255em;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: relative;
    top: 0;
    right: 0;
    transition: transform 0.3s ease;
}

/* 移动端下拉菜单适配 */
@media (max-width: 768px) {
    .nav-links .dropdown {
        position: static;
    }

    .nav-links .dropdown-menu {
        position: static;
        display: none;
        box-shadow: none;
        padding-left: var(--spacing-lg);
    }

    .nav-links .dropdown.active .dropdown-menu {
        display: block;
    }
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--white);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 1rem 0;
        z-index: 999;
    }

    .menu-toggle {
        display: flex !important;
    }

    .job-column {
        flex: 0 0 50% !important;
        overflow: visible;
    }

    @media (max-width: 576px) {
        .job-column {
            flex: 0 0 100% !important;
            overflow: visible;
        }

        .job-column:nth-child(3) {
            display: none;
        }
    }

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

    .nav-links li {
        margin: 0.5rem 2rem;
    }

    .menu-toggle {
        display: flex;
    }
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    /* 使用主色调变量 */
    margin: 4px 0;
    transition: 0.4s;
}

/* 汉堡菜单点击动画 */
.menu-toggle.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* 集团Logo展示 */
.group-logo-section {
    display: flex;
    align-items: center;
    padding: 1.5rem 2rem;
    background-color: var(--white);
    /* 使用白色变量 */
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.group-logo {
    margin-right: 2rem;
}

.group-logo img {
    width: 120px;
    /* 增大集团logo尺寸 */
    height: 120px;
    border-radius: 8px;
    /* 使用圆角矩形替代圆形，避免非圆形logo变形 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* 增强阴影效果 */
    object-fit: contain;
    background-color: white;
    /* 添加白色背景确保logo清晰可见 */
    padding: 10px;
}

.group-description h2 {
    margin-bottom: 1rem;
    color: var(--primary-color);
    /* 使用主色调变量 */
}

/* 首页轮播样式 */
.carousel-container {
    height: calc(100vh - 80px);
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* 轮播文字标题样式 */
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    z-index: 50;
    max-width: 80%;
}

.carousel-caption h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.carousel-caption p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 2.2rem;
    }
    
    .carousel-caption p {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 1.8rem;
    }
    
    .carousel-caption p {
        font-size: 1rem;
    }
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: flex;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-image {
    flex: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-content {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    color: #fff;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
}

@media (max-width: 768px) {
    .carousel-slide {
        flex-direction: column;
    }

    .carousel-content {
        flex: 0 0 60%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    }

    .carousel-image {
        flex: 1;
    }
}

.carousel-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #333;
    border: none;
    padding: 1rem;
    cursor: pointer;
    z-index: 100;
    transition: color 0.3s;
}

.carousel-prev:hover,
.carousel-next:hover {
    color: #000;
}

.carousel-prev {
    left: 1rem;
}

.carousel-next {
    right: 1rem;
}

.carousel-indicators {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 100;
}

.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-indicator.active {
    background-color: white;
}

.btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.3s;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
}



.hero p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: var(--primary-color);
    /* 使用主色调变量 */
    color: var(--white);
    /* 使用白色变量 */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: var(--primary-dark);
    /* 使用主色调深色变体 */
}

/* 产品样式已迁移到 products.css */

/* 模块 */
.section {
    padding: 2rem 2rem;
    max-width: 1200px;
    margin: auto;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

#home.section {
    max-width: none;
    margin: 0;
    padding: 0;
}

.section.active {
    opacity: 1;
    transform: translateY(0);
}

.section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: var(--primary-color);
    text-align: left;
}

.section h2.center-title {
    text-align: center;
    margin: 0 auto 2rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid var(--primary-light);
    display: inline-block;
    color: var(--primary-color);
}

/* 新增响应式调整 */
@media (max-width: 768px) {
    .footer-top-content {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
    }
    
    .footer-top-content .contact-info {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-column {
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 1.5rem 0 1rem;
    }

    .footer-column h3 {
        font-size: 1.1rem;
    }

    .footer-bottom {
        font-size: 0.85rem;
    }
}

/* 产品样式已迁移到 products.css */

/* 招聘模块样式 */
#careers {
    padding: 5rem 2rem;
}

#careers .center-title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    color: var(--primary-color);
}

@media (max-width: 768px) {
    #careers .center-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

.tab-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* main元素样式 */
main {
    flex-grow: 1;
}

/* 页脚样式 */
.footer {
    background-color: #c41e3a;
    color: white;
    padding: 2rem 0 1rem;
    margin-top: 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.footer-top {
    background-color: #a81a32;
    padding: 0.8rem 0;
    margin-bottom: 1.5rem;
}

.footer-top-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 0.95rem;
}

.footer-top-content .contact-info {
    display: flex;
    gap: 1.5rem;
}

.footer-column {
    margin-bottom: 1.5rem;
}

.footer-column h3 {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

/* 移除白色横线 */
/* .footer-column h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: white;
} */

.footer-column p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 2px 0;
    position: relative;
}

.footer-column ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: white;
    transition: width 0.3s ease;
}

.footer-column ul li a:hover {
    color: white;
    padding-left: 5px;
}

.footer-column ul li a:hover::after {
    width: 100%;
}

.social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: white;
    color: #c41e3a;
    transform: translateY(-3px);
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

/* 响应式调整 */
@media (max-width: 768px) {
    .footer-column {
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .footer {
        padding: 2rem 0 1.5rem;
    }

    .footer-column h3 {
        font-size: 1.1rem;
    }

    .footer-bottom {
        font-size: 0.85rem;
    }
}

@media (min-width: 1200px) {
    .tab-container {
        max-width: 3000px;
    }
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
    gap: 12px;
}

.tab-btn {
    padding: 14px 24px;
    border-radius: 30px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.job-card {
    margin-bottom: 2rem;
}

.tabs {
    display: flex;
    border-bottom: 2px solid var(--border-color);
    margin-bottom: 2rem;
}

.tab-btn {
    padding: 0.8rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-light);
    position: relative;
    transition: all 0.3s ease;
}

.tab-btn:hover:not(.active) {
    color: var(--primary-color);
    background-color: rgba(44, 110, 203, 0.05);
}

.tab-btn.active {
    color: var(--primary-color);
    font-weight: 600;
    background-color: var(--primary-light);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
    padding-top: calc(var(--spacing-sm) + 2px);
}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    border-radius: 3px 3px 0 0;
}

.tab-content {
    min-height: 400px;
    max-width: none !important;
    width: 100% !important;
    padding: 0;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 0.1rem;
}

@media (min-width: 1920px) {
    .tab-pane.active {
        grid-template-columns: repeat(2, 1fr);
    }

    .job-column:first-child {
        min-width: 750px !important;
    }


}

.job-card {
    padding: 2px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.995), rgba(255, 255, 255, 0.1)), url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.07'/%3E%3C/svg%3E");
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 2px 4px rgba(31, 38, 135, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    position: relative;
    min-width: 100%;
    max-width: none !important;
    margin: 0 !important;
    width: 100% !important;
}

.job-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--primary-color);
}

.job-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-color: rgba(44, 110, 203, 0.2);

    .job-card .job-content {
        flex: 1;
        overflow-y: auto;
        max-width: none !important;
        padding-right: 0.5rem;
    }

    padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .tab-pane.active {
        grid-template-columns: 1fr;
    }
}

.job-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--primary-color);
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 700;
    letter-spacing: 0px;
    white-space: nowrap !important;
    max-width: 100%;
    flex-shrink: 0;
    min-width: 0;

}

.job-type {
    color: var(--text-light);
    font-size: 0.8rem;
    margin-bottom: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
}

.job-type::before {
    content: '📍';
    margin-right: 0px;
}

.job-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    gap: 0;
    width: 100%;
    font-size: 0;
    line-height: 1;
}

.job-column {
    flex: 0.8 1 auto;
    min-width: 0;
    width: auto;
    max-width: none;
    padding: 0;
}

.job-column:not(:first-child) {
    flex: 1 1 auto;
}

.job-column:nth-child(2) {
    flex: 0 1 auto;
}

.job-column:nth-child(n+3) {
    margin-left: auto;
}

.job-column:first-child {
    flex: 0 1 auto;
}

.job-column {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-details h4 {
    font-size: 1.1rem;
    margin: 1rem 0 0.5rem;
    color: var(--text-color);
}

.job-details ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.job-details li {
    margin-bottom: 0.5rem;
}

.job-apply {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    padding: var(--spacing-sm) var(--spacing-md);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    align-self: flex-start;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(230, 67, 64, 0.3);
    display: inline-flex;
    align-items: center;
}

.job-apply::after {
    content: '→';
    margin-left: 8px;
    font-size: 1rem;
}

.job-apply:hover {
    background-color: var(--primary-dark);

    box-shadow: 0 4px 8px rgba(255, 111, 97, 0.3);
}

.job-apply:hover {
    background-color: var(--primary-dark);
}

/* 职位卡片精简样式 */
.job-summary {
    padding: 10px 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.4;
}

.job-summary h4 {
    margin: var(--spacing-sm) 0;
    font-size: 1rem;
    color: var(--primary-color);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.job-summary h4::before {
    content: '◆';
    font-size: 0.8rem;
    margin-right: 8px;
    color: var(--primary-color);
}

.job-summary ul {
    padding-left: 20px;
    margin: 5px 0 10px;
}

.job-summary li {
    margin-bottom: var(--spacing-xs);
    line-height: 1.4;
    padding-left: 4px;
}

.hidden {
    display: none;
}

.job-details.hidden {
    display: none;
}

.job-details {
    position: relative;
    padding: 20px;
    margin-top: 20px;
    background: white;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 0 0 8px 8px;
    margin-top: -1px;
}




.job-view-details.primary-btn:hover {
    background-color: var(--primary-dark);
    box-shadow: 0 5px 12px rgba(255, 111, 97, 0.4);
}

.job-view-details:hover {
    background-color: #e0e0e0;
}

/* 模态框样式 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow: auto;
}

.modal-content {
    background-color: var(--white);
    margin: 5% auto;
    padding: 0;
    border-radius: 12px;
    width: 80%;
    max-width: 800px;
    position: relative;
    animation: modalOpen 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.modal-header {
    background-color: var(--primary-light);
    padding: var(--spacing-lg);
    margin-bottom: 0;
    border-bottom: 1px solid var(--border-color);
}

.modal-header h2 {
    color: var(--primary-color);
    margin: 0;
    font-size: 1.5rem;
}

.modal-body {
    padding: var(--spacing-xl);
    margin-bottom: 0;
}

.modal-body p {
    margin-bottom: var(--spacing-md);
    line-height: 1.7;
}

.modal-footer {
    padding: 1.5rem 2rem;
    border-top: 1px solid var(--border-color);
    background-color: var(--gray);
    text-align: right;
}

@keyframes modalOpen {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close-modal {
    color: var(--text-light);
    float: right;
    font-size: 1.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0 5px;
    border-radius: 50%;
}

.close-modal:hover {
    color: var(--primary-color);
    background-color: var(--primary-light);
    transform: rotate(90deg);
}

.close-modal:hover {
    color: var(--text-color);
}

.modal-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.modal-body {
    line-height: 1.8;
    margin-bottom: 2rem;
}

.modal-footer {
    text-align: right;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
}

.modal-apply-btn {
    background-image: var(--gold-gradient), var(--paper-texture);
    background-blend-mode: overlay;
    color: transparent;
    background-image: var(--gold-text-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.8), 0 0 15px rgba(255, 215, 0, 0.5), 0 1px 3px rgba(184, 134, 11, 0.6);
    border: none;
    padding: 18px 42px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 8px 25px rgba(0, 137, 58, 0.45), 0 0 0 2px rgba(0, 137, 58, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.modal-apply-btn::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/weixin.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.modal-apply-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.8s ease;
    transform: rotate(30deg);
    animation: shine 2s infinite ease-in-out;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }

    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.modal-apply-btn:hover {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 18px 40px rgba(0, 137, 58, 0.55), 0 0 0 4px rgba(0, 137, 58, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 0 15px rgba(0, 255, 106, 0.2);
    background: linear-gradient(135deg, #00b355, #005a24);
    letter-spacing: 0.8px;
}

.modal-apply-btn:active {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 20px rgba(0, 137, 58, 0.45), 0 0 0 3px rgba(0, 137, 58, 0.25), inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* 招聘标签响应式调整 */
@media (max-width: 1200px) {
    .job-card {
        flex: 1 0 calc(50% - 2rem);
    }
}

@media (max-width: 768px) {
    .tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .tab-btn {
        flex: 0 1 auto;
        min-width: 120px;
        margin: 0 8px 12px;
        padding: 12px 16px;
    }

    .job-card {
        flex: 1 0 100%;
        min-width: auto;
        margin: 0 15px;
    }
}

.modal-apply-btn:active {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 20px rgba(0, 137, 58, 0.45), 0 0 0 3px rgba(0, 137, 58, 0.25), inset 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* 企业介绍优化样式 */
.about-subtitle {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid var(--primary-color);
    padding-left: 1rem;
}

.about-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 2rem 0;
}

.feature-item {
    display: flex;
    align-items: center;
    background-color: var(--light-gray);
    padding: 0.8rem 1.2rem;
    border-radius: 20px;
    font-size: 0.95rem;
}

.feature-item i {
    color: var(--primary-color);
    margin-right: 0.5rem;
    font-size: 1.05rem;
}

/* 企业介绍样式 */
.about-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.about-image {
    flex: 1;
    min-width: 300px;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-content {
    flex: 1.5;
    min-width: 300px;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1.5rem;
}

.company-card.active {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .about-container {
        padding: 1rem;
    }

    .about-content h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

/* 旗下品牌布局*/

.section-title {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin: 2rem 0 3rem;
    position: relative;
    padding-bottom: 1rem;
    font-weight: 600;
}

.section-title p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 1rem 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37 0%, #f9f299 100%);
    border-radius: 3px;
}

/* 旗下企业卡片 */

.company-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateY(30px);
    opacity: 0;
}

.company-card.active {
    transform: translateY(0);
    opacity: 1;
}

.company-card:hover {
    transform: translateY(-15px);
    box-shadow: var(--shadow-lg);
}

.card-header {
    padding: 1.8rem;
    text-align: center;
    background: linear-gradient(135deg, #d4af37 0%, #f9f299 100%);
    position: relative;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    border-bottom: 2px solid rgba(212, 175, 55, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    overflow: hidden;
}


.card-header::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(30deg);
    pointer-events: none;
}

.company-logo {
    width: 140px;
    height: 140px;
    margin: 0 auto 1.5rem;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.company-card:hover .company-logo {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.company-name {
    font-size: 1.7rem;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.3;
}

.company-tagline {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin-bottom: 0;
}

.card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* 社交分享按钮样式 */
.share-btn {
    text-decoration: none;
    color: var(--primary-color);
    margin: 0 8px;
    font-size: 1.2rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.share-btn:hover {
    color: var(--primary-dark);
    transform: translateY(-3px);
}

/* 天猫链接样式 */
.tmall-link {
    display: inline-block;
    text-decoration: none;
    color: #ff4040;
    /* 天猫红色 */
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    background-color: #fff0f0;
    border: 1px solid #ff4040;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.tmall-link:hover {
    background-color: #ff4040;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 64, 64, 0.3);
}

/* 语法错误修复完成 - 移除所有孤立样式声明 */

.card-body {
    padding: 2rem;
}

.company-info {
    margin-bottom: flex;
}

.company-info p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
    color: #555;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-top: 1.5rem;
}

.stat-item {
    text-align: center;
    padding: 1.2rem;
    background: var(--light-gray);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: var(--gold-gradient);
    color: var(--white);
    transform: translateY(-5px);
}

.stat-value {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.9;
}

.company-meta {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    font-size: 0.95rem;
    color: #777;
}

.badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: #c8102e;
    color: white;
    padding: 8px 40px;
    font-size: 1rem;
    font-weight: 600;
    transform: rotate(45deg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* 招聘模块响应式布局 */
.tab-content {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

@media (min-width: 1200px) {
    .tab-content {
        max-width: min(95vw, 5000px);
        padding: 0.5rem;
    }

    .job-card {
        max-width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 1920px) {
    .tab-container {
        max-width: 6000px;
    }

    .job-card {
        min-width: 100%;
    }
}

.tab-btn.active {
    background-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.job-card h3 {
    font-size: 1rem;
    margin: 0;
    color: #2c3e50;
    flex: 0 0 25%;
    padding-right: 15px;
    box-sizing: border-box;
}

.job-card:hover h3 {
    color: var(--primary-color);
}

.job-type {
    padding: 4px 10px;
    background-color: var(--primary-light);
    border-radius: 20px;
    display: inline-block;
    font-size: 0.9rem;
}

.job-card {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    background: #fff;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 100%;
    box-sizing: border-box;
}

.job-card:hover {
    background-color: #f9f9f9;
}

/* 移除职位卡片左侧边框，采用表格样式 */
.tech-jobs .job-card,
.marketing-jobs .job-card,
.operation-jobs .job-card {
    border-left: none;
}

.job-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    background-color: #fcfcfc;
    border-left-width: 5px;
}

.job-header {
    flex: 1;
}

.job-meta {
    display: flex;
    margin-top: 10px;
    color: #666;
    font-size: 0.9rem;
}

.job-date,
.job-deadline {
    display: block;
    color: #777;
    font-size: 0.85rem;
    margin-top: 0.4rem;
    letter-spacing: 0.2px;
}

.job-separator {
    height: 1px;
    background-color: var(--border-color);
    margin: 1rem 0;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.job-card {
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    margin: 0 auto 20px;
    line-height: 1.8;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    min-height: auto;
}

@media (min-width: 768px) {
    .job-card {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
}


.job-table-header {
    display: flex;
    background-color: #f5f5f5;
    font-weight: bold;
    padding: 0 12px;
    border-bottom: 1px solid #ddd;
    height: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    flex-wrap: wrap;
    min-height: 40px;
}

.job-header {
    padding-right: 100px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .job-header {
        padding-right: 0;
    }
}

.job-header {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    height: auto;
    padding: 3px 0;
    flex-wrap: wrap;
    gap: 2px;
    max-width: none !important;
}

.job-column {
    flex: 0 1 auto;
    padding: 5px 0px;
    font-size: 16px;
    min-height: 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    white-space: nowrap !important;
    text-overflow: ellipsis;
    line-height: 1.5;
    flex-shrink: 1 !important;
}

.job-column:nth-child(3) {
    display: none;
}

@media (min-width: 768px) {
    .job-column:nth-child(2) {
        display: flex;
        flex: 1 1 120px;
    }
}

@media (min-width: 992px) {

    .job-column:nth-child(3),
    .job-column:nth-child(4) {
        display: flex;
        flex: 2 1 150px;
    }
}

.job-column:first-child {
    flex: 2 1 250px !important;
    min-width: 250px !important;
    white-space: normal !important;
    max-width: none !important;
    flex-shrink: 0 !important;
}


/* @media (max-width: 576px) {
    .job-column {
    white-space: normal;
    word-wrap: break-word;
    height: auto;
    padding: 10px;
    text-align: left;
}
} */

@media (max-width: 768px) {

    .job-column,
    .header-item {
        flex: 0 0 50%;
        padding: 6px 8px;
        font-size: 0.9rem;
    }

    .job-column:nth-child(3),
    .job-column:nth-child(4),
    .header-item:nth-child(3),
    .header-item:nth-child(4) {
        border-top: 1px solid #eee;
    }
}

@media (max-width: 576px) {

    .job-column,
    .header-item {
        flex: 0 0 100%;
        padding: 8px 10px;
        white-space: nowrap !important;
    }

    .job-column:not(:first-child),
    .header-item:not(:first-child) {
        border-top: 1px solid #eee;
    }

    .header-item {
        font-weight: bold;
        background-color: #f8f8f8;
    }
}

.header-item {
    flex: 0 0 25%;
    padding: 6px 15px;
    box-sizing: border-box;
    text-align: left;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 40px;
    min-width: 0;
    flex-shrink: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 576px) {
    .header-item {
        white-space: normal;
        word-wrap: break-word;
        height: auto;
        padding: 10px;
        align-items: flex-start;
        text-align: left;
    }
}

@media (max-width: 576px) {
    .header-item {
        white-space: normal;
        height: auto;
        padding: 10px;
        justify-content: flex-start;
        align-items: flex-start;
        min-height: 40px;
    }
}

.header-item {
    box-sizing: border-box;
}

/* 荣誉墙样式 */
#honors {
    background-color: var(--bg-light);
    padding: 3rem 0;
}

.honor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-content: center;
    gap: 20px;
    margin: 15px auto;
    max-width: 1030px;
    padding: 0 20px;
}

.honor-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.section.active .honor-item {
    opacity: 1;
    transform: translateY(0);
}

.honor-item:nth-child(1) {
    transition-delay: 0.1s;
}

.honor-item:nth-child(2) {
    transition-delay: 0.2s;
}

.honor-item:nth-child(3) {
    transition-delay: 0.3s;
}

.honor-item:nth-child(4) {
    transition-delay: 0.4s;
}

.honor-card {
    padding: 4px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.995), rgba(255, 255, 255, 0.1)), url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.07'/%3E%3C/svg%3E");
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 12px 28px rgba(31, 38, 135, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
    text-align: center;
    border-top: 4px solid var(--primary-color);
}

.honor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.honor-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
    transition: transform 0.3s ease;
}

.honor-image {
    width: 220px;
    height: 220px;
    object-fit: contain;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.honor-card:hover .honor-image {
    transform: scale(1.15);
}

.honor-card:hover .honor-icon {
    transform: scale(1.15);
}

.honor-card h3 {
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.honor-card p {
    color: var(--primary-color);
    font-size: 0.9rem;
    margin: 0;
}

/* 产品介绍 */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-content: center;
    gap: 20px;
    margin: 30px auto;
    max-width: 1030px;
    padding: 0 20px;
}

.product-card {
    padding: 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.995), rgba(255, 255, 255, 0.1)), url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.07'/%3E%3C/svg%3E");
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 12px 28px rgba(31, 38, 135, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, opacity 0.8s ease, transform 0.8s ease;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
}

.product-card:hover {
    transform: translateY(-3px);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* 明星产品样式 */
.product-card.star-product {
    border: 2px solid #FFD700;
}

.product-card.star-product::before {
    position: absolute;
    top: 15px;
    right: -35px;
    background-color: #FFD700;
    color: #333;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 3px 35px;
    transform: rotate(45deg);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* 滚动动画 */
.section.active .product-card {
    opacity: 1;
    transform: translateY(0);
}

.product-card:nth-child(1) {
    transition-delay: 0.1s;
}

.product-card:nth-child(2) {
    transition-delay: 0.2s;
}

.product-card:nth-child(3) {
    transition-delay: 0.3s;
}

.product-card img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    opacity: 1 !important;
    visibility: visible !important;
}

.product-card:hover img {
    transform: scale(1.05);
}

.price {
    color: var(--primary-color);
    /* 使用主色调变量 */
    font-weight: bold;
    font-size: 1.2rem;
}

.sales {
    color: var(--gray);
    /* 使用次要文本色变量 */
    font-size: 0.9rem;
}

.product-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: var(--primary-light);
    border-radius: var(--radius-md);
    margin-bottom: 0.5rem;
    color: var(--primary-color);
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.product-card:hover .product-meta {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(230, 67, 64, 0.15);
}

/* 产品图片动画 */
.product-card {
    position: relative;
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--primary-color);
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.product-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 联系我们图片分辨率限制 */
.contact-item img,
.sidebar-item img {
    margin: 0 auto 16px;
    /* 图片底部增加留白，与文字分离 */
    width: 100%;
    max-width: 250px;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.product-content {
    padding: 1rem 0 0;
}

.product-content h3 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.product-content p {
    color: var(--text-color);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.product-card:hover img {
    transform: scale(1.1);
}

/* 添加产品名称动画 */
.product-card h3 {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem;
}

.product-card h3::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}

.product-card:hover h3::after {
    width: 100%;
}

/* 添加卡片内容淡入动画 */
/* 移除未使用动画 */
from {
    opacity: 0;
    transform: translateY(10px);
}

to {
    opacity: 1;
    transform: translateY(0);
}


.product-card h3,
.product-card p,
.product-card .product-meta {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.product-card h3 {
    animation-delay: 0.1s;
}

.product-card p {
    animation-delay: 0.2s;
}

.product-card .product-meta {
    animation-delay: 0.3s;
}


/* 历史时刻 */
.timeline.vertical-timeline {
    position: relative;
    padding: 2rem 0;
    max-width: 800px;
    margin: 0 auto;
}

.timeline.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    background-color: var(--primary-color);
}

.timeline-items {
    position: relative;
    z-index: 1;
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    padding: 0 2rem;
    width: 50%;
    box-sizing: border-box;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
}

.timeline-dot {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: 4px solid white;
    box-shadow: 0 0 0 2px var(--primary-color);
}

.timeline-date {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
}

.timeline-content {
    padding: 1.5rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .timeline.vertical-timeline::before {
        left: 30px;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding-left: 60px;
        padding-right: 2rem;
    }

    .timeline-dot {
        left: 30px;
    }
}


@media (max-width: 768px) {
    .timeline-item {
        min-width: 100px;
        padding: .5rem 0.8rem;
        max-width: 70vw;
    }
}

@media (max-width: 480px) {
    .timeline-item {
        min-width: 80px;
        padding: .5rem 0.5rem;
    }
}

@media (max-width: 768px) {
    .timeline-item {
        min-width: 140px;
        padding: 0 0.5rem;
    }

    .timeline-content {
        font-size: 0.85rem;
        padding: 0.8rem;
    }

    .timeline-date {
        font-size: 1rem;
    }
}

.timeline-item::before {
  <!--  content: '';
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--primary-color);
    z-index: 1;-->
}

.timeline-date {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--primary-color);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
    font-size: 1.2rem;
}

.timeline-content {
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    font-size: 0.95rem;
}

.timeline-content h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-5px);
}

/* 联系我们 */
.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    justify-content: center;
    gap: 30px;
    margin: 20px auto;
    max-width: 1030px;
    padding: 0 20px;
}

.contact-item {
    box-sizing: border-box;
    padding: 15px;
    max-width: 180px;
    font-size: 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.995), rgba(255, 255, 255, 0.1)), url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.07'/%3E%3C/svg%3E");
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(31, 38, 135, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* 侧边联系信息 */
.sidebar-contacts {
    position: fixed;
    top: 50%;
    right: 0;

    z-index: 1001;
}

.sidebar-item {
    position: relative;
    margin-bottom: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px 0 0 8px;
    overflow: visible;
}

.sidebar-icon {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px 0 0 16px;
    box-shadow: 0 4px 12px rgba(255, 111, 97, 0.2);
    font-size: 24px;
}

.sidebar-svg-icon {
    font-size: 24px;
    /* 设置图标大小 */
    color: var(--primary-color);
    /* 使用主色调变量 */
    width: 28px;
    height: 28px;
    fill: currentColor;
    transition: transform 0.3s ease;
}


.sidebar-item:hover .sidebar-svg-icon {
    transform: scale(1.15);
}

.sidebar-item {
    position: relative;
}

.sidebar-item:hover .sidebar-icon {
    background-color: var(--primary-dark);
    transform: scale(1.05);
}

.sidebar-content-inner {
    padding: 12px;
    box-sizing: border-box;
    text-align: center;
}

/* 减少内层容器留白至12px */

/* 招聘模块样式优化 */
.tab-container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 20px auto;
    overflow-x: hidden;
}

/* 优化容器宽度兼顾分类与多职位展示 */
.tab-content {
    margin: 0;
}

/* 移除内容区左右外边距 */
.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    padding: 15px;
    display: block;
}

@media (max-width: 576px) {
    .tab-content .tab-pane.active {
        padding: 0;
        gap: 0;
    }
}

/* 提高选择器优先级确保分类功能正常 */
.job-card {
    padding: 6px 12px;
    border-radius: 8px;
    border-left: 3px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    background-color: white;
    width: 100%;
    margin-bottom: 0.8rem;
    transition: all 0.2s;
    line-height: 1.3;
    box-sizing: border-box;
}

@media (max-width: 576px) {
    .job-card {
        padding: 10px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 4px;
        word-wrap: break-word;
        width: 100%;
    }
}

/* 修复边缘色块问题 */
.tech-jobs .job-card {
    border-left-color: #3498db;
}

.marketing-jobs .job-card {
    border-left-color: #2ecc71;
}

.operation-jobs .job-card {
    border-left-color: #f39c12;
}

/* 为不同分类添加独特标识 */
.job-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 优化悬停效果 */
.job-card h3 {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    margin-bottom: 15px;
    color: #2980b9;
    font-weight: 600;
    white-space: normal;
}

/* 优化标题大小提升可读性 */
.job-type {
    font-size: 0.85rem;
    color: #7f8c8d;
    margin-bottom: 12px;
    padding: 3px 8px;
    background-color: #ecf0f1;
    border-radius: 4px;
    display: inline-block;
}

/* 添加背景色增强标签效果 */
.modal-apply-btn {
    width: 100%;
    padding: 0.9rem 0;
    background: var(--gold-gradient);
    position: relative;
    overflow: hidden;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(180, 130, 10, 0.3);
    border: 1px solid rgba(255, 215, 0, 0.9);
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3), 0 4px 25px rgba(212, 175, 55, 0.5), 0 0 15px rgba(255, 215, 0, 0.2) inset;
    transition: all 0.3s ease;
    box-shadow: 0 4px 25px rgba(212, 175, 55, 0.5), 0 0 15px rgba(255, 215, 0, 0.2) inset;
    transition: all 0.3s ease-in-out;
}

/* 增强视觉效果 */
.modal-apply-btn:hover {
    background: linear-gradient(135deg, var(--primary-dark), #B8860B);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.6), 0 0 15px rgba(255, 215, 0, 0.3) inset;
    transform: translateY(-4px) scale(1.02);
}

/* 强化金色悬停效果 */
.job-summary {
    margin-top: 0;
}

/* 彻底移除核心职责上部空行 */
.job-summary h4 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: #2c3e50;
    font-weight: 500;
}

/* 缩小子标题 */
.job-summary ul li {
    font-size: 0.82rem;
    line-height: 1.4;
    margin-bottom: 3px;
    padding-left: 5px;
}

/* 微调列表项字体提升可读性 */
.sidebar-content-inner h3 {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 1.3rem;
}

/* 减少标题间距并进一步增大字体 */
.sidebar-content-inner img {
    display: block;
    margin: 0 auto 8px;
    max-width: 320px;
}

/* 增大图片尺寸至320px */
.sidebar-content-inner p {
    margin-top: 8px;
    font-size: 1.1rem;
}

/* 减少文字间距并进一步增大字体 */

.sidebar-content {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%) scale(0);
    transform-origin: right center;
    margin-left: 16px;
    /* 确保弹窗在视口内显示 */
    min-width: 320px;
    max-width: 500px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 50%, #f5f7fa 100%);
    background-size: 400% 400%;
    animation: liquidMetal 8s ease-in-out infinite;
    color: #1a1a1a;
    overflow: hidden;
    padding: 36px;
    /* 进一步增加内边距，确保内容与边缘留白 */
    box-shadow: 0 4px 20px rgba(220, 220, 240, 0.15), inset 0 0 15px rgba(255, 255, 255, 0.7), inset 0 0 25px rgba(255, 255, 255, 0.4);
    border-radius: 24px;
    /* 增大圆角使弹窗更圆润 */
    border: 1px solid rgba(255, 255, 255, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1001;
    min-width: 220px;
    max-width: calc(100vw - 80px);
    box-sizing: border-box;
    white-space: normal;
    pointer-events: none;
    backface-visibility: hidden;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
    padding: 0;
    /* 移除外层容器padding，由内层统一控制 */
}

/* 优化弹出层定位避免遮盖 */
.sidebar-item:hover .sidebar-content {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
    transition-delay: 0s;
    outline-color: rgba(255, 111, 97, 0.3);
    /* 合并重复hover选择器 */
}

/* 移除重复选择器 */

.sidebar-item:hover .sidebar-content {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
    outline-color: rgba(255, 111, 97, 0.3);
}


/* 防止快速悬停导致的闪烁 */
.sidebar-item {
    transition: all 0.2s ease;
}

.sidebar-content img {
    max-width: 250px;
    height: auto;
}

.sidebar-content {
    max-width: 100px;
    padding: 0;
    margin: 0 auto;
    margin-top: 0;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sidebar-content h3 {
    color: var(--primary-color);
    margin-bottom: 12px;
    font-size: 14px;
    border-bottom: none;
    padding-bottom: 4px;
}

.sidebar-content p {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .sidebar-contacts {
        display: none;
    }
}

/* 移动端联系我们模块 */
.mobile-contact {
    display: none;
    padding: 30px 20px;
    background-color: #f9f9f9;
}

.mobile-contact h2 {
    color: #ff6f61;
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
}

.mobile-contact-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.mobile-contact-item {
    text-align: center;
    padding: 20px 15px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.mobile-contact-item:hover {
    transform: translateY(-5px);
}

.mobile-contact-item img {
    width: 110px;
    height: 110px;
    margin: 0 auto 12px;
    display: block;
    border-radius: 6px;
}

.mobile-contact-item h3 {
    color: #333;
    font-size: 15px;
    margin-bottom: 8px;
}

.mobile-contact-item p {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .mobile-contact {
        display: block;
    }
}

footer {
    background: linear-gradient(180deg, #f5f0e0 0%, #e8d8b0 100%);
    color: #5d4037;
    text-align: center;
    padding: 3rem 2rem;
    margin-top: auto;
    width: 100%;
    border-top: 2px solid rgba(212, 175, 55, 0.3);
    box-shadow: 0 -2px 10px rgba(212, 175, 55, 0.1);
}

footer p {
    margin-top: 0.5rem;
    padding-bottom: 15px;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* 动画效果 */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        top: 70px;
        left: -100%;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        left: 0;
    }

    .nav-links li {
        margin: 1.5rem 0;
    }

    .menu-toggle {
        display: flex;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1.2rem;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        left: 0;
        text-align: left;
    }

    .group-logo-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .group-logo {
        margin-right: 0;
        margin-bottom: 1rem;
    }

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

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

    .brand-logos {
        gap: 1.5rem;
    }
}

/* 企业样式开始 */
/* 企业卡片容器 */
.company-container {
    max-width: 1200px;
    margin: 0 auto 3rem;
    padding: 0 2rem;
}

/* 企业卡片 */
.company-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all 0.4s ease;
    margin-bottom: 2rem;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
}

.company-card.active {
    transform: translateY(0);
    opacity: 1;
}

.company-card.expanded {
    margin-bottom: 3rem;
    box-shadow: var(--shadow-lg);
}

.company-summary {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    height: 120px;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .company-summary {
        height: auto;
        padding: 0.5rem 1rem;
        min-height: 80px;
    }

    .company-logo {
        max-width: 60px;
        height: auto;
    }

    .company-name {
        font-size: 1rem;
    }

    .company-tagline {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .company-summary {
        padding: 0.3rem 0.5rem;
        box-sizing: border-box;
    }

    .company-logo {
        max-width: 120px;
        height: auto;
    }

    .company-name {
        font-size: 0.9rem;
    }

    .company-tagline {
        font-size: 0.75rem;
    }

    @media (max-width: 360px) {
        .company-summary {
            flex-direction: column;
            padding: 0.4rem;
            text-align: center;
            box-sizing: border-box;
        }

        .company-logo {
            max-width: 80px;
            height: auto;
            margin-bottom: 0.2rem;
        }

        .company-name {
            font-size: 0.75rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .company-tagline {
            font-size: 0.65rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 240px;
        }
    }

    @media (max-width: 320px) {
        .company-logo {
            max-width: 70px;
            height: auto;
        }

        .company-name {
            font-size: 0.65rem;
            max-width: 180px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .company-tagline {
            font-size: 0.55rem;
            max-width: 180px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .company-summary {
            padding: 0.1rem 0.3rem;
            box-sizing: border-box;
        }
    }
}

.company-card:hover .company-summary {
    background: rgba(207, 163, 64, 0.05);
}

.company-logo {
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    flex-shrink: 0;
    margin-right: 1.5rem;
}

.company-card:hover .company-logo {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.company-info {
    flex: 1;
    min-width: 0;
    text-align: left;
    padding: 0 1rem;
}

.company-name {
    font-size: 1.6rem;
    color: var(--primary-dark);
    font-weight: 700;
    margin: 0 0 0.3rem 0;
}

.company-tagline {
    font-size: 0.95rem;
    color: #666;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.expand-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.expand-btn:hover {
    background: var(--primary-color);
    color: white;
}

.expand-btn i {
    transition: transform 0.3s ease;
}

.company-card.expanded .expand-btn i {
    transform: rotate(180deg);
}

.company-details {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.company-card.expanded .company-details {
    max-height: 1000px;
    padding: 2rem;
    border-top: 1px solid #eee;
}

.company-description {
    margin-bottom: 1.8rem;
    line-height: 1.7;
    color: #555;
    font-size: 0.95rem;
    text-align: justify;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.stat-item {
    padding: 1.2rem;
    background: var(--light-gray);
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stat-item:hover {
    background: var(--gold-gradient);
    color: var(--white);
    transform: translateY(-5px);
}

.stat-value {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.9;
}

.company-meta {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    font-size: 0.95rem;
    color: #777;
}

/* 品牌展示 */
.brand-showcase {
    max-width: 1000px;
    margin: 5rem auto 3rem;
    text-align: center;
    padding: 0 2rem;
}

.brand-showcase h2 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    font-weight: 700;
}

.brand-logos {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.brand-logo {
    width: 120px;
    height: 120px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.brand-logo:hover {
    transform: translateY(-10px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.brand-logo img {
    max-width: 100%;
    max-height: 100%;
}

footer {
    background: linear-gradient(135deg, #2c3e50 0%, #1a2530 100%);
    color: white;
    text-align: center;
    padding: 2.5rem 1rem;
    margin-top: 4rem;
}

footer p {
    margin-top: 1rem;
    font-size: 1rem;
    opacity: 0.8;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .company-summary {
        padding: 1.5 rem;
    }

    .company-logo {
        width: 60px;
        height: 60px;
        margin-right: 1rem;
    }

    .company-name {
        font-size: 1.4rem;
    }

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

    .brand-logos {
        gap: 1.5rem;
    }
}

@media (max-width: 576px) {
    .company-summary {
        flex-direction: column;
        text-align: center;
    }

    .company-logo {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .expand-btn {
        margin: 1rem 0 0;
    }

    .company-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/*企业样式结束*.
