       :root {
            /* 品牌色系 */
            --brand-primary: #1890ff;
            --brand-primary-hover: #3B62CF;
            --brand-primary-light: #eff6ff;
            --brand-primary-bg: #f0f5ff;
            --accent-warm: #F59E0B;
            --accent-warm-bg: #fffbeb;
            --accent-success: #10B981;
            --accent-success-bg: #ecfdf5;
            --accent-red: #EF4444;
            --accent-red-bg: #fef2f2;

            /* 中性色 */
            --text-heading: #1E293B;
            --text-body: #475569;
            --text-secondary: #94A3B8;
            --text-placeholder: #c0c8d4;
            --border-default: #E2E8F0;
            --border-light: #f1f5f9;
            --bg-page: #F8FAFC;
            --bg-card: #FFFFFF;
            --bg-subtle: #f8fafc;
            --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
            --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
            --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
            --shadow-xl: 0 20px 48px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.05);

            /* 圆角 */
            --radius-xs: 4px;
            --radius-sm: 8px;
            --radius-md: 12px;
            --radius-lg: 16px;
            --radius-xl: 20px;
            --radius-full: 9999px;

            /* 间距 */
            --space-page-px: 24px;
            --max-width: 1200px;

            /* 过渡 */
            --transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
            --transition-normal: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            --transition-slow: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', 'Inter', sans-serif;
            background: var(--bg-page);
            color: var(--text-body);
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            min-height: 100vh;
        }

      @font-face {
  font-family: D-DIN-Bold;
  font-weight: bold;
  src: url('/static/css/vip/D-DIN-Bold.eot'), url('/static/css/vip/D-DIN-Bold.otf') format('opentype');
}

        .btn-notify {
            position: relative;
            width: 38px;
            height: 38px;
            border-radius: var(--radius-full);
            border: none;
            background: transparent;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background var(--transition-fast);
            color: var(--text-body);
        }
        .btn-notify:hover {
            background: var(--bg-subtle);
            color: var(--text-heading);
        }
        .btn-notify .badge {
            position: absolute;
            top: 6px;
            right: 6px;
            width: 8px;
            height: 8px;
            background: var(--accent-red);
            border-radius: var(--radius-full);
            border: 2px solid #fff;
        }
        .btn-avatar {
            width: 38px;
            height: 38px;
            border-radius: var(--radius-full);
            border: 2px solid var(--border-default);
            cursor: pointer;
            background: linear-gradient(135deg, #e0e7ff, #c7d2fe);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 14px;
            color: var(--brand-primary);
            transition: all var(--transition-fast);
            overflow: hidden;
        }
        .btn-avatar:hover {
            border-color: var(--brand-primary);
            box-shadow: 0 0 0 4px var(--brand-primary-light);
        }

        /* ========== Company Header ========== */
        .company-header {
           background-image: url(https://www.youzhi.link/static/image/home_head_bg_optm_250416_5.jpg);
            border-bottom: none;
            padding:34px var(--space-page-px) 18px;
            position: relative;
            overflow: hidden;background-position: 50%;
    background-size: cover;
        }
        .company-header::before {
            content: '';
            position: absolute;
            top: -120px;
            right: -80px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .company-header::after {
            content: '';
            position: absolute;
            bottom: -100px;
            left: -60px;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .company-header-inner {
            max-width: var(--max-width);
            margin: 0 auto;
            display: flex;
            align-items: flex-start;
            gap: 32px;
            position: relative;
            z-index: 1;
        }
        .company-logo-card {
            flex-shrink: 0;
            width: 68px;
            height: 68px;
            background: #fff;
            border-radius: var(--radius-lg);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 12px rgba(0,0,0,0.18);
           
            position: relative;
            overflow: hidden;
			
    
        }
		em.workplace{font-style:normal}
		 .company-logo-card.bg {
         
			    background: linear-gradient(135deg, #eef1f7 0%, #e4edf5 100%);
    border-color: rgba(77, 171, 247, 0.4);
    background: linear-gradient(135deg, #4dabf7 0%, #658AE4 100%);
    
        }
        .company-logo-card .logo-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: var(--radius-lg);margin-right:0
        }
        .company-logo-card .logo-fallback-char {
            font-size: 36px;
            font-weight: 700;
           color: #fff !important;
            line-height: 1;
            user-select: none;
            text-transform: uppercase;
        }
        .company-info-main {
            flex: 1;
            min-width: 0;
        }
        .company-name-row {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
            margin-bottom: 8px;
        }
        .company-name {
            font-size: 28px;
            font-weight: 700;
            color: #fff;
            letter-spacing: -0.5px;
            line-height: 1.2;margin-bottom:0
        }
        .company-tags {
            display: flex;
            gap: 3px;
            flex-wrap: wrap;
        }
        .company-tag {
            display: inline-flex;
            align-items: center;
            padding: 3px 12px;
            border-radius: var(--radius-full);
            font-size: 12px;
            font-weight: 500;
            border: 1px solid rgba(255,255,255,0.15);
            color: rgba(255,255,255,0.9);
            background: rgba(255,255,255,0.08);
            white-space: nowrap;
            letter-spacing: 0.2px;
        }
		 .company-tag.央国企{
			   background: linear-gradient(to right, rgb(255, 59, 59) 0%, rgb(255, 164, 90) 100%);color:#ffffff
		 }
		 .company-tag.事业单位{
			 background: linear-gradient(90deg, rgb(250, 140, 22), rgb(255, 208, 75));;color:#ffffff 
		 }
		 .company-tag.知名企业{
			 background: linear-gradient(90deg, #409eff, #00c6ff);color:#ffffff
			 
		 }
		 .company-tag.外企 {
     background: linear-gradient(to right, #722ED1 0%, #B37FEB 100%);color:#ffffff}

        .company-tag.highlight {
            border-color: #fde68a;
            background: #fffbeb;
            color: #b45309;
            font-weight: 600;
        }
        .company-meta-row {
            display: flex;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 12px;
            font-size: 14px;
            color: var(--text-secondary);
        }
        .company-meta-item {
            display: flex;
            align-items: center;
            gap: 6px;
            white-space: nowrap;
            color: rgba(255,255,255,0.75);
        }
        .company-meta-item svg {
            flex-shrink: 0;
            color: rgba(255,255,255,0.6);
        }
        .company-desc-short {
            font-size: 14px;
            color: var(--text-body);
            line-height: 1.7;
            max-width: 640px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .company-header-actions {
            flex-shrink: 0;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 16px;
            min-width: auto;
        }

        /* 头部右侧：统计 + 官网链接 */
        .company-header-right {
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 10px;
        }
        .header-stat {
            display: flex;
            align-items: baseline;
            gap: 6px;
        }
        .header-stat-num {
            font-size: 34px;
            font-weight: 700;
            color: #fff;
            line-height: 1;
            font-variant-numeric: tabular-nums;
            letter-spacing: -0.5px;
			font-family: D-DIN-Bold;
        }
        .header-stat-label {
            font-size: 14px;
            color: rgba(255,255,255,0.75);
            font-weight: 500;
            white-space: nowrap;
        }
        .header-stat-divider {
            width: 1px;
            height: 24px;
            background: rgba(255,255,255,0.2);
            flex-shrink: 0;
        }

        /* 公司官网链接 */
        .header-website-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 8px 18px;
            border-radius: 24px;
            background: rgba(255,255,255,0.12);
            border: 1px solid rgba(255,255,255,0.2);
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.25s ease;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            white-space: nowrap;
            flex-shrink: 0;
        }
        .header-website-link:hover {
            background: rgba(255,255,255,0.22);
            border-color: rgba(255,255,255,0.4);
            transform: translateY(-1px);
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
            color: #fff;
        }
        .header-website-icon {
            flex-shrink: 0;
            opacity: 0.9;
        }
        .header-website-arrow {
            flex-shrink: 0;
            opacity: 0.6;
            margin-left: 2px;
        }
        .header-website-link:hover .header-website-arrow {
            opacity: 1;
            transform: translate(1px, -1px);
            transition: all 0.25s ease;
        }

        /* ========== Tab Navigation ========== */
        .tab-nav-container {
            background: #fff;
            border-bottom: 1px solid var(--border-default);
            position: sticky;
            top: 56px;
            z-index: 50;
            padding: 0 var(--space-page-px);
        }
        .tab-nav-inner {
            max-width: var(--max-width);
            margin: 0 auto;
            display: flex;
            gap: 0;
        }
        .tab-nav-btn {
            padding: 16px 24px;
            font-size: 15px;
            font-weight: 500;
            color: var(--text-secondary);
            cursor: pointer;
            border: none;
            background: transparent;
            position: relative;
            transition: all var(--transition-normal);
            white-space: nowrap;
            letter-spacing: 0.2px;
            font-family: inherit;
            outline: none;
        }
        .tab-nav-btn:hover {
            color: var(--brand-primary);;
        }
        .tab-nav-btn.active {
            color: var(--brand-primary);
            font-weight: 600;
        }
        .tab-nav-btn.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: calc(100% - 32px);
            height: 3px;
            background: var(--brand-primary);
            border-radius: 3px 3px 0 0;
            transition: all var(--transition-normal);
        }
        .tab-nav-btn .tab-count {
            display: inline-block;
            margin-left: 6px;
            font-size: 12px;
            background: var(--bg-subtle);
            padding: 2px 8px;
            border-radius: var(--radius-full);
            font-weight: 500;
            color: var(--text-secondary);
            transition: all var(--transition-normal);
        }
        .tab-nav-btn.active .tab-count {
            background: var(--brand-primary-light);
            color: var(--brand-primary);
            font-weight: 600;
        }

        /* ========== Main Content Area ========== */
        .main-content {
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 32px 0 60px;
        }
		.sidebar-card img{width:20px;height:20px}
        .tab-panel {
            display: none;
            animation: fadeSlideIn 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .tab-panel.active {
            display: block;
        }
        @keyframes fadeSlideIn {
            from {
                opacity: 0;
                transform: translateY(8px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* ========== Company Info Tab ========== */
        .company-info-layout {
            display: grid;
            grid-template-columns: 1fr 360px;
            gap: 28px;
            align-items: start;
        }
        .info-left-column {
            display: flex;
            flex-direction: column;
            gap: 28px;
            min-width: 0;
        }
        .info-main-card {
            background: #fff;
            border-radius: var(--radius-lg);
            padding: 28px;
            border: 1px solid var(--border-default);
            box-shadow: var(--shadow-sm);
        }
        .info-section-title {
            font-size: 18px;
            font-weight: 600;
            color: var(--text-heading);
            margin-bottom: 16px;
            letter-spacing: 0.2px;
        }
        .info-section-desc {
            font-size: 14px;
            color: var(--text-body);
            line-height: 1.85;
            margin-bottom: 24px;
        }
        .info-section-desc p+p {
            margin-top: 12px;
        }
        /* 公司相册 */
        .company-gallery {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            margin-top: 20px;
        }
        .gallery-item {
            aspect-ratio: 4 / 3;
            border-radius: var(--radius-md);
            overflow: hidden;
            cursor: pointer;
            position: relative;
            transition: all var(--transition-normal);
            border: 1px solid var(--border-light);
        }
        .gallery-item:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-lg);
        }
        .gallery-item:nth-child(1) {
            background: linear-gradient(135deg, #dbeafe, #bfdbfe, #93c5fd);
        }
        .gallery-item:nth-child(2) {
            background: linear-gradient(135deg, #e0e7ff, #c7d2fe, #a5b4fc);
        }
        .gallery-item:nth-child(3) {
            background: linear-gradient(135deg, #fef3c7, #fde68a, #fcd34d);
        }
        .gallery-item-inner {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255, 255, 255, 0.7);
            font-size: 32px;
        }
        /* 企业文化引用 */
        .culture-quote {
            border-left: 3px solid var(--brand-primary);
            padding: 16px 20px;
            margin: 20px 0;
            background: var(--brand-primary-bg);
            border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
            font-style: italic;
            color: var(--text-body);
            font-size: 14px;
            line-height: 1.8;
        }

        /* 右侧信息侧边栏 */
        .info-sidebar {
            display: flex;
            flex-direction: column;
            gap: 16px;
            position: sticky;
            top: 124px;
        }
        .sidebar-card {
            background: #fff;
            border-radius: var(--radius-lg);
            padding: 25px 20px 1px;
            border: 1px solid var(--border-default);
            box-shadow: var(--shadow-sm);
        }
        .sidebar-card-title {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-heading);
            margin-bottom: 6px;
            letter-spacing: 0.2px;
        }
        .info-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;margin-top:16px
        }
		.info-section-title svg{margin-right:4px}
        .info-list-item {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 12px;
            font-size: 13px;
            padding-bottom: 8px;
            border-bottom: 1px solid var(--border-light);
        }
        .info-list-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        .info-list-label {
            color: var(--text-secondary);
            flex-shrink: 0;
            white-space: nowrap;
        }
        .info-list-value {
            color: var(--text-heading);
            font-weight: 500;
            text-align: right;
            word-break: break-all;
        }
        /* 地址+地图卡片 */
        .address-text {
            font-size: 14px;
            color: var(--text-body);
            line-height: 1.6;
            margin-bottom: 6px;
            word-break: break-all;
        }
        .address-map-container {
            border-radius: var(--radius-sm);
            overflow: hidden;
            border: 1px solid var(--border-light);
            position: relative;
        }
        #amapContainer {
            width: 100%;
            height: 200px;
        }
        /* 地图覆盖按钮 */
        .map-overlay-btn {
            position: absolute;
            right: 12px;
            bottom: 12px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 8px 18px;
            background: #fff;
            border: 1px solid var(--border-default);
            border-radius: var(--radius-full);
            font-size: 13px;
            font-weight: 500;
            color: var(--text-heading);
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(0,0,0,0.10);
            transition: all var(--transition-fast);
            z-index: 10;
            font-family: inherit;
            line-height: 1;
        }
        .map-overlay-btn:hover {
            background: #f8f9fa;
            box-shadow: 0 4px 14px rgba(0,0,0,0.14);
            border-color: #d0d5dd;
        }
        .map-overlay-btn svg {
            flex-shrink: 0;
            color: var(--brand-primary);
        }

        /* ========== 地图大屏弹窗 ========== */
        .map-modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.55);
            z-index: 10000;
            align-items: center;
            justify-content: center;
            padding: 24px;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            animation: mapModalFadeIn 0.2s ease;
        }
        @keyframes mapModalFadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        .map-modal {
            background: #fff;
            border-radius: var(--radius-lg);
            width: 100%;
            max-width: 1400px;
            height: 95vh;
            max-height: 1100px;
            display: flex;
            flex-direction: column;
            box-shadow: 0 24px 64px rgba(0,0,0,0.24);
            animation: mapModalSlideUp 0.25s ease;
            position: relative;
            overflow: hidden;
        }
        @keyframes mapModalSlideUp {
            from { transform: translateY(30px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }
        .map-modal-header {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 16px 24px;
            border-bottom: 1px solid var(--border-default);
            font-size: 16px;
            font-weight: 600;
            color: var(--text-heading);
            flex-shrink: 0;
        }
        .map-modal-header svg {
            color: var(--brand-primary);
            flex-shrink: 0;
        }
        .map-modal-close {
            position: absolute;
            top: 12px;
            right: 12px;
            width: 36px;
            height: 36px;
            border-radius: var(--radius-full);
            border: none;
            background: var(--bg-subtle);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-secondary);
            transition: all var(--transition-fast);
            z-index: 10;
        }
        .map-modal-close:hover {
            background: var(--border-default);
            color: var(--text-heading);
        }
        .map-modal-body {
            flex: 1;
            min-height: 0;
            position: relative;
            display: flex;
        }
        #amapModalContainer {
            flex: 1;
            min-width: 0;
        }

        /* ========== 地图导航面板 ========== */
        .map-nav-panel {
            width: 370px;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            border-right: 1px solid var(--border-default);
            background: #fff;
            overflow: hidden;
        }
        .map-nav-tabs {
            display: flex;
            border-bottom: 1px solid var(--border-default);
            flex-shrink: 0;
        }
        .map-nav-tab {
            flex: 1;
            padding: 12px 6px 10px;
            text-align: center;
            font-size: 13px;
            font-weight: 500;
            color: var(--text-secondary);
            cursor: pointer;
            border-bottom: 2px solid transparent;
            transition: all var(--transition-fast);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
            background: none;
            border-top: none;
            border-left: none;
            border-right: none;
            font-family: inherit;
        }
        .map-nav-tab:hover {
            color: var(--brand-primary);
            background: #f8fafc;
        }
        .map-nav-tab.active {
            color: var(--brand-primary);
            border-bottom-color: var(--brand-primary);
        }
        .map-nav-tab svg {
            width: 22px;
            height: 22px;
            flex-shrink: 0;
        }
        .map-nav-form {
            padding: 14px 16px;
            border-bottom: 1px solid var(--border-light);
            flex-shrink: 0;
        }
        .route-input-row {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 10px;
        }
        .route-input-row:last-child {
            margin-bottom: 0;
        }
        .route-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            flex-shrink: 0;
            margin: 0 1px;
        }
        .route-dot.start {
            background: #52c41a;
            box-shadow: 0 0 0 3px rgba(82, 196, 26, 0.2);
        }
        .route-dot.end {
            background: #ff4d4f;
            box-shadow: 0 0 0 3px rgba(255, 77, 79, 0.2);
        }
        .route-input {
            flex: 1;
            min-width: 0;
            border: 1px solid var(--border-default);
            border-radius: var(--radius-sm);
            padding: 7px 10px;
            font-size: 13px;
            outline: none;
            transition: border-color var(--transition-fast);
            font-family: inherit;
            color: var(--text-heading);
            background: #fafbfc;
        }
        .route-input:focus {
            border-color: var(--brand-primary);
            background: #fff;
        }
        .route-input.dest {
            background: #fff;
            color: var(--text-heading);
            cursor: default;
        }
        .route-locate-btn {
            flex-shrink: 0;
            width: 32px;
            height: 32px;
            border-radius: var(--radius-sm);
            border: 1px solid var(--border-default);
            background: #fff;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--brand-primary);
            transition: all var(--transition-fast);
        }
        .route-locate-btn:hover {
            background: #f0f4ff;
            border-color: var(--brand-primary);
        }
        .route-locate-btn.locating {
            animation: locatingPulse 1s infinite;
        }
        @keyframes locatingPulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.4; }
        }
        .map-route-results {
            flex: 1;
            overflow-y: auto;
            padding: 0;
        }
        .map-route-results .amap-lib-driving {
            border: none !important;
        }
        .route-result-empty {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
            color: var(--text-secondary);
            font-size: 13px;
            gap: 8px;
        }
        .route-result-empty svg {
            opacity: 0.4;
        }

        /* ========== Job List Tab ========== */
        .job-filter-bar {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            margin-bottom: 20px;
            padding: 16px  18px;
            background: #fff;
            border-radius: var(--radius-lg);
            border: 1px solid var(--border-default);
            box-shadow: var(--shadow-sm);
        }
        .filter-label {
            font-size: 13px;
            font-weight: 600;
            color: var(--text-heading);
            margin-right: 2px;
            white-space: nowrap;
        }
        .filter-chip {
            padding: 3px 12px;
            border-radius: var(--radius-full);
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            border: 1px solid var(--border-default);
            background: #fff;
            color: var(--text-body);
            transition: all var(--transition-fast);
            white-space: nowrap;
            font-family: inherit;
            letter-spacing: 0.2px;
        }
		.filter-chip em{font-size:11px;font-style:normal;margin-left:2px}
        .filter-chip:hover {
            border-color: #cbd5e1;
            background: #f8fafc;
            color: var(--text-heading);
        }
        .filter-chip.active {
            background: linear-gradient(90deg, #1890ff, #0066ff);
            color: #fff;
            border-color: var(--brand-primary);
            font-weight: 600;
            box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25);
        }
        .filter-divider {
            width: 1px;
            height: 20px;
            background: var(--border-default);
            margin: 0 8px;
            flex-shrink: 0;
        }
        .job-count-info {
            margin-left: auto;
            font-size: 13px;
            color: var(--text-secondary);
            white-space: nowrap;
            flex-shrink: 0;
        }
        .job-count-info strong {
            color: #1890ff;
            font-weight: 600;
        }

        .job-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .job-card {
            background: #fff;
            border-radius: var(--radius-lg);
            padding: 20px 24px;
            border: 1px solid var(--border-default);
            display: flex;
            align-items: center;
            gap: 20px;
            transition: all var(--transition-normal);
            cursor: pointer;
            box-shadow: var(--shadow-sm);
            position: relative;
            overflow: hidden;
        }
        .job-card:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg);
            border-color: #cbd5e1;
        }
        .job-card:active {
            transform: translateY(0);
            box-shadow: var(--shadow-sm);
        }
        .job-card-main {
            flex: 1;
            min-width: 0;
        }
        .job-card-title-row {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 6px;
        }
        .job-card-title {
            font-size: 16px;
            font-weight: 600;
            color: var(--text-heading);
            letter-spacing: 0.2px;
        }
        .job-badge {
            display: inline-flex;
            align-items: center;
            padding: 2px 8px;
            border-radius: var(--radius-xs);
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.3px;
            white-space: nowrap;
        }
        .job-badge.urgent {
            background: #fef3c7;
            color: #b45309;
        }
        .job-badge.new {
            background: #dbeafe;
            color: #1d4ed8;
        }
        .job-badge.hot {
            background: #fce7f3;
            color: #be185d;
        }
        .job-card-meta {
            display: flex;
            align-items: center;
            gap: 16px;
            font-size: 13px;
            color: var(--text-secondary);
            flex-wrap: wrap;
        }
        .job-card-meta-item {
            display: flex;
            align-items: center;
            gap: 4px;
            white-space: nowrap;
        }
        .job-card-right {
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 10px;
        }
        .job-salary {
            font-size: 18px;
            font-weight: 700;
            color: #ef4444;
            letter-spacing: -0.3px;
            white-space: nowrap;
            font-variant-numeric: tabular-nums;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }
        .btn-apply {
            padding: 9px 20px;
            border-radius: var(--radius-sm);
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            border: none;
            background: var(--brand-primary);
            color: #fff;
            transition: all var(--transition-normal);
            white-space: nowrap;
            letter-spacing: 0.3px;
            font-family: inherit;
            box-shadow: 0 2px 6px rgba(37, 99, 235, 0.2);
        }
        .btn-apply:hover {
            background: var(--brand-primary-hover);
            box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
            transform: translateY(-1px);
        }
        .btn-apply:active {
            transform: translateY(0);
            box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
        }
        .btn-apply.applied {
            background: #d1fae5;
            color: #065f46;
            cursor: default;
            box-shadow: none;
            pointer-events: none;
        }
        .job-empty {
            text-align: center;
            padding: 60px 20px;
            color: var(--text-secondary);
            font-size: 14px;
            background: #fff;
            border-radius: var(--radius-lg);
            border: 1px solid var(--border-default);
        }

        /* ========== Job List Layout (Left + Right) ========== */
        .job-list-layout {
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }
        .job-list-left {
            flex: 0 0 420px;
            min-width: 0;
        }
        .job-detail-panel {
            flex: 1;
            min-width: 0;
            background: #fff;
            border-radius: var(--radius-lg);
            border: 1px solid var(--border-default);
            box-shadow: var(--shadow-sm);
            position: sticky;
            top: 80px;
            max-height: calc(100vh - 100px);
            overflow: hidden;
        }
        .job-detail-panel.stuck {
            overflow-y: auto;
            scrollbar-width: thin;
            scrollbar-color: #cbd5e1 transparent;
        }
        .job-detail-panel.stuck::-webkit-scrollbar {
            width: 6px;
        }
        .job-detail-panel.stuck::-webkit-scrollbar-track {
            background: transparent;
        }
        .job-detail-panel.stuck::-webkit-scrollbar-thumb {
            background-color: #cbd5e1;
            border-radius: 3px;
        }
        .job-detail-empty {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 80px 20px;
            color: var(--text-secondary);
            font-size: 14px;
            gap: 16px;
        }
        .job-detail-content {
            padding: 24px;
        }
        .job-detail-header {
            margin-bottom: 20px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--border-light);
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 16px;
        }
        .job-detail-header-left {
            flex: 1;
            min-width: 0;
        }
        .job-detail-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--text-heading);
            margin-bottom: 10px;
            line-height: 1.3;
        }
        .job-detail-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }
        .job-detail-actions-top {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
        }
        .job-detail-tags .job-tag {
            display: inline-flex;
            align-items: center;
            padding: 3px 10px;
            border-radius: var(--radius-full);
            font-size: 12px;
            font-weight: 500;
            background: #f1f5f9;
            color: var(--text-body);
            border: 1px solid var(--border-light);
        }
        .job-detail-section {
            margin-bottom: 20px;
        }
        .job-detail-section h4 {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-heading);
            margin-bottom: 4px;
            display: flex;
            align-items: center;
            gap: 6px;
        }
		 .job-detail-section h4 img{width:26px}
       /*  .job-detail-section h4::before {
            content: '';
            width: 4px;
            height: 16px;
            background: var(--brand-primary);
            border-radius: 2px;
        } */
        .detail-row {
            display: flex;
            margin-bottom: 8px;
            font-size: 14px;
        }
        .detail-row .detail-label {
            color: var(--text-secondary);
            min-width: 72px;
            flex-shrink: 0;
        }
        .detail-row .detail-value {
            color: var(--text-body);
            flex: 1;
        }
        .detail-body {
            font-size: 14px;
            color: var(--text-body);
            line-height: 1.7;padding-left:6px
        }
		   .detail-body p{
         text-indent: 2em;
        }
        .detail-body ul, .detail-body ol {
            padding-left: 18px;
            margin: 0;
        }
        .detail-body li {
            margin-bottom: 4px;
        }
        .job-detail-overview {
            background: #f8fafc;
            border-radius: var(--radius-lg);
            padding: 16px;
            margin-bottom: 20px;
        }
        .overview-title {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-heading);
            margin-bottom: 12px;
        }
        .overview-grid {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .overview-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
        }
        .overview-item .overview-icon {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            color: var(--text-secondary);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .overview-item .overview-label {
            color: var(--text-secondary);
            white-space: nowrap;
        }
        .overview-item .overview-value {
            color: var(--text-heading);
            font-weight: 500;
        }
        .job-detail-actions {
            display: none;
        }
        .btn-collect {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            padding: 8px 18px;
            border-radius: var(--radius-md);
            border: 1px solid #d1d5db;
            background: #fff;
            color: #4b5563;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all var(--transition-fast);
            white-space: nowrap;
        }
        .btn-collect:hover {
            background: #f9fafb;
            border-color: #9ca3af;
        }
        .btn-collect.collected {
            background: #1890ff;
            color: #fff;
            
        }
        .btn-collect svg, .btn-collect i {
            color: #1890ff;
        }
		  .btn-collect.collected  svg {
            color: #fff;
        }
        .btn-delivery {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            padding: 8px 18px;
            border-radius: var(--radius-md);
            border: none;
            background: #1890ff;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all var(--transition-fast);
            white-space: nowrap;
        }
        .btn-delivery:hover {
            background: #0066c2 ;
            box-shadow: 0 4px 12px rgba(0, 179, 179, 0.25);
        }

        /* 左侧列表项新样式 */
        .job-list .job-card {
            padding: 8px 18px;
            cursor: pointer;
            position: relative;
            display: grid;
            grid-template-columns: 1fr auto;
            grid-template-rows: auto auto;
            gap: 4px 12px;
            align-items: center;
        }
        .job-list .job-card.active {
            border-color: var(--brand-primary);
            background: #eff6ff;
            box-shadow: 0 0 0 1px var(--brand-primary);
        }
        .job-list .job-card .job-card-title-row {
            grid-column: 1 / -1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin-bottom: 0;
        }
        .job-list .job-card .job-card-title {
            font-size: 16px;
            font-weight: 600;
            color: var(--brand-primary);
            flex: 1;
            min-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .job-list .job-card .job-card-salary {
            font-size: 15px;
            font-weight: 700;
            color: #f56c6c;
            white-space: nowrap;
        }
        .job-list .job-card .job-card-tags {
            grid-column: 1;
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 0;
            flex-wrap: wrap;
        }
        .job-list .job-card .job-card-tag {
            display: inline-flex;
            align-items: center;
            padding: 2px 8px;
            border-radius: var(--radius-xs);
            font-size: 12px;
            background: #F8F8F8;
            color: var(--text-secondary);
        }
        .job-list .job-card .job-card-bottom {
            grid-column: 2;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            font-size: 12px;
            color: var(--text-secondary);
            gap: 10px; max-width: 172px;
        }
        .job-list .job-card .job-card-bottom .job-card-address {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        /* 分页 */
        .pagination-wrap {
            display: flex;
            justify-content: center;
            padding: 16px 0;
        }
        .pagination {
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .pagination a, .pagination span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 32px;
            height: 32px;
            padding: 0 8px;
            border-radius: 5px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: all var(--transition-fast);
            border: 1px solid var(--border-default);
            background: #fff;
            color: var(--text-body);
            text-decoration: none;
        }
        .pagination a:hover {
            background: #f1f5f9;
            border-color: #cbd5e1;
        }
        .pagination .active span {
            background: var(--brand-primary);
            color: #fff;
            border-color: var(--brand-primary);
        }
        .pagination .disabled span {
            color: var(--text-secondary);
            cursor: not-allowed;
            background: #f8fafc;
        }

        @media (max-width: 1024px) {
            .job-list-layout {
                flex-direction: column;
            }
            .job-list-left {
                flex: 1;
                width: 100%;
            }
            .job-detail-panel {
                position: static;
                max-height: none;
                width: 100%;
            }
        }

        /* ========== 公司动态 Tab ========== */
        .news-list {
            display: flex;
            flex-direction: column;
            gap: 0;
            background: #fff;
            border-radius: var(--radius-lg);
            border: 1px solid var(--border-default);
            box-shadow: var(--shadow-sm);
            overflow: hidden;
        }
        .news-item {
            padding: 18px 24px;
            display: flex;
            align-items: center;
            gap: 16px;
            border-bottom: 1px solid var(--border-light);
            transition: background var(--transition-fast);
            cursor: pointer;
        }
        .news-item:last-child {
            border-bottom: none;
        }
        .news-item:hover {
            background: #f8fafc;
        }
        .news-date {
            flex-shrink: 0;
            font-size: 12px;
            color: var(--text-secondary);
            white-space: nowrap;
            min-width: 80px;
            text-align: center;
            background: var(--bg-subtle);
            padding: 6px 10px;
            border-radius: var(--radius-xs);
            font-weight: 500;
        }
        .news-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--brand-primary);
            flex-shrink: 0;
        }
        .news-title {
            font-size: 14px;
            color: var(--text-heading);
            font-weight: 500;
            flex: 1;
            min-width: 0;
        }
        .news-tag {
            font-size: 11px;
            padding: 3px 10px;
            border-radius: var(--radius-full);
            background: var(--brand-primary-light);
            color: var(--brand-primary);
            font-weight: 500;
            white-space: nowrap;
            flex-shrink: 0;
        }

 

   

        /* ========== Responsive ========== */
        @media (max-width: 1024px) {
            .company-info-layout {
                grid-template-columns: 1fr;
            }
            .info-sidebar {
                position: static;
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 16px;
            }
            .company-header-inner {
                flex-wrap: wrap;
                gap: 20px;
            }
            .company-header-actions {
                flex-direction: row;
                width: 100%;
                min-width: auto;
                justify-content: center;
                gap: 24px;
            }
            .company-header-right {
                width: 100%;
                align-items: center;
            }
            .header-stat-num {
                font-size: 24px;
            }
            .header-website-link {
                font-size: 13px;
                padding: 7px 16px;
            }
            .company-gallery {
                grid-template-columns: repeat(2, 1fr);
            }
            .topbar-nav {
                display: none;
            }
        }
        @media (max-width: 768px) {
            .company-header {
                padding: 24px 16px;
            }
            .company-name {
                font-size: 22px;
            }
            .company-logo-card {
                width: 64px;
                height: 64px;
            }
            .company-logo-card .logo-fallback-char {
                font-size: 28px;
            }
            .tab-nav-btn {
                padding: 14px 14px;
                font-size: 13px;
            }
            .job-card {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
                padding: 16px;
            }
            .job-card-right {
                flex-direction: row;
                align-items: center;
                width: 100%;
                justify-content: space-between;
            }
            .info-sidebar {
                grid-template-columns: 1fr;
            }
            .main-content {
                padding: 20px 12px 40px;
            }
            .company-gallery {
                grid-template-columns: 1fr 1fr;
                gap: 8px;
            }
            .job-filter-bar {
                gap: 6px;
                padding: 12px;
            }
            .filter-chip {
                padding: 5px 10px;
                font-size: 12px;
            }
            .filter-divider {
                display: none;
            }
        }

/* ==================== AI 深度分析区块 ==================== */
.ai-analysis-section {
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 24px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-default);
}
.ai-analysis-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-light);
}
.ai-analysis-header .info-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-heading);
    margin: 0;
}
.ai-badge {
    font-size: 12px;
    color: #F59E0B;
    background: #FEF3C7;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
}

/* Loading */
.ai-loading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 40px 20px;
    color: var(--text-secondary);
    font-size: 14px;
    justify-content: center;
}
.ai-loading-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid var(--border-default);
    border-top-color: var(--brand-primary);
    border-radius: 50%;
    animation: ai-spin 0.8s linear infinite;
}
@keyframes ai-spin {
    to { transform: rotate(360deg); }
}

/* Error */
.ai-error {
    text-align: center;
    padding: 30px 20px;
    color: var(--text-secondary);
    font-size: 14px;
}

/* 分析内容容器 */
.ai-analysis-content {
    /* AI 生成的 HTML 卡片样式覆盖 */
}

/* AI 生成的单张分析卡片 */
.ai-analysis-content .ai-analysis-card {
    background: #FAFBFE;
    border: 1px solid #EDF2F9;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 16px;
    transition: box-shadow 0.2s;
}
.ai-analysis-content .ai-analysis-card:hover {
    box-shadow: 0 2px 12px rgba(24, 144, 255, 0.08);
}
.ai-analysis-content .ai-analysis-card:last-child {
    margin-bottom: 0;
}

.ai-analysis-content .ai-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.ai-analysis-content .ai-card-icon {
    font-size: 22px;
    line-height: 1;
}
.ai-analysis-content .ai-card-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-heading);
    margin: 0;
}

.ai-analysis-content .ai-card-body {
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-body);
    margin-bottom: 12px;
}
.ai-analysis-content .ai-card-body p {
    margin: 0 0 8px;
}
.ai-analysis-content .ai-card-body p:last-child {
    margin-bottom: 0;
}

.ai-analysis-content .ai-card-footer {
    padding-top: 10px;
    border-top: 1px dashed #E8ECF1;
}
.ai-analysis-content .ai-data-note {
    font-size: 12px;
    color: #94A3B8;
}
.province-switch-btn{transition: all 0.25s ease;}
.province-switch-btn:hover{
	   background: rgba(255,255,255,0.22);
            border-color: rgba(255,255,255,0.4);
            transform: translateY(-1px);
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
            color: #fff;
	
}

   .province-grid .province-link {
                display:block;padding:10px 8px;text-align:center;border-radius:6px;
                background:#f5f5f5;color:#333;text-decoration:none;font-size:14px;
                transition:all .25s ease;
            }
            .province-grid .province-link:hover {
                background:linear-gradient(90deg, #1890ff, #0066ff);
                color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,0.4);
            }
            .province-grid .province-link.active {
                background:linear-gradient(90deg, #1890ff, #0066ff);
                color:#fff;box-shadow:0 2px 8px rgba(72,124,246,0.35);
            }
			#aiAnalysisSection h1{font-size:18px !important}
			#aiAnalysisSection h1{font-size:16px !important}