:root {
  --primary: #fc5743;
  --primary-strong: #e94b38;
  --primary-soft: #fff1ee;
  --primary-border: #ffd8d1;
  --text: #24262b;
  --subtext: #62666f;
  --muted: #969ba5;
  --line: #e9ebef;
  --background: #f4f6f8;
  --card: #fff;
  --radius: 12px;
  --shadow: 0 8px 28px rgba(31, 35, 41, .07);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { min-width: 1200px; background: var(--background); }
body {
  min-width: 1200px;
  min-height: 100vh;
  color: var(--text);
  background: var(--background);
  font: 15px/1.7 "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-strong); }
img { display: block; max-width: 100%; }
button, input { font: inherit; }

.site-header { height: 68px; border-bottom: 1px solid #e5e7eb; background: #fff; }
.site-header .inner { width: 1180px; height: 68px; margin: 0 auto; display: flex; align-items: center; }
.site-logo { margin-right: 54px; color: var(--text); font-size: 24px; font-weight: 800; letter-spacing: -.5px; }
.site-logo::before { content: ""; display: inline-block; width: 9px; height: 24px; margin-right: 10px; vertical-align: -4px; border-radius: 5px; background: var(--primary); }
.site-nav { display: flex; align-self: stretch; gap: 34px; }
.site-nav a { position: relative; display: flex; align-items: center; color: #454951; font-size: 15px; font-weight: 600; }
.site-nav a:hover::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; border-radius: 3px 3px 0 0; background: var(--primary); }
.site-actions { margin-left: auto; display: flex; gap: 10px; }
.entry-button { min-width: 126px; height: 38px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; font-size: 14px; font-weight: 700; }
.entry-button--seeker { color: var(--primary); border: 1px solid var(--primary-border); background: var(--primary-soft); }
.entry-button--recruiter { color: #fff; border: 1px solid var(--primary); background: var(--primary); }
.entry-button--recruiter:hover { color: #fff; background: var(--primary-strong); }

.main { width: 1180px; min-height: calc(100vh - 164px); margin: 0 auto; padding: 28px 0 48px; }
.main--detail { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; align-items: start; }
.main--detail > :first-child { min-width: 0; overflow-wrap: anywhere; }
.card, .home-section, .city-bar, .list-bar, .cl-bar, .dl-bar, .dl-filter-bar, .cl-list, .dl-list, .job-list-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  box-shadow: var(--shadow);
}
.card { margin-bottom: 18px; overflow: hidden; }
.card-padded, .section { padding: 26px 30px; }
.section + .section { border-top: 1px solid var(--line); }
.section-title { margin-bottom: 14px; color: var(--text); font-size: 19px; font-weight: 800; }
.content { color: #444850; font-size: 15px; line-height: 2; white-space: pre-wrap; word-break: break-word; }

.btn { min-height: 44px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; font-weight: 700; }
.btn-primary { color: #fff; background: var(--primary); }
.btn-primary:hover { color: #fff; background: var(--primary-strong); }
.btn-outline { color: var(--primary); border: 1px solid var(--primary-border); background: var(--primary-soft); }

.seo-homepage { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.seo-homepage .hero, .seo-homepage .home-jobs-section { grid-column: 1 / -1; }
.seo-homepage .home-transfer-section, .seo-homepage .home-posts-section { grid-column: span 1; }
.hero {
  min-height: 254px;
  padding: 46px 62px 34px;
  color: var(--text);
  border: 1px solid #ffe0da;
  border-radius: 18px;
  background: linear-gradient(110deg, #fff 0%, #fff5f2 58%, #ffe7e1 100%);
  box-shadow: 0 12px 36px rgba(252, 87, 67, .10);
}
.hero-sub { margin-bottom: 22px; color: var(--subtext); font-size: 18px; }
.search-wrap { width: 650px; height: 54px; display: flex; overflow: hidden; border: 1px solid var(--primary-border); border-radius: 9px; background: #fff; box-shadow: 0 8px 22px rgba(41, 41, 41, .08); }
.search-input { min-width: 0; flex: 1; padding: 0 20px; border: 0; outline: 0; background: transparent; font-size: 16px; }
.search-btn { width: 112px; color: #fff; border: 0; background: var(--primary); cursor: pointer; font-weight: 700; }
.hero-stats { width: 650px; margin-top: 28px; display: flex; }
.stat { flex: 1; text-align: left; }
.stat + .stat { padding-left: 34px; border-left: 1px solid #ead6d1; }
.stat-num { color: var(--text); font-size: 26px; font-weight: 800; }
.stat-label { color: var(--subtext); font-size: 13px; }

.home-section { margin: 0; overflow: hidden; }
.section-hd { padding: 22px 24px 16px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #f0f1f3; }
.section-hd h2 { font-size: 19px; font-weight: 800; }
.view-all { font-size: 14px; }
.cat-list, .city-tags { min-height: 116px; padding: 20px 24px 24px; display: flex; align-content: flex-start; flex-wrap: wrap; gap: 10px; }
.cat-tag, .city-tag, .city-btn, .dl-filter-btn, .cl-tab, .dl-tab {
  height: 34px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  color: #555a63;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8f9fb;
  font-size: 13px;
}
.cat-tag:hover, .city-tag:hover, .city-btn:hover, .city-btn.active, .dl-filter-btn:hover, .dl-filter-btn.active, .cl-tab:hover, .cl-tab.active, .dl-tab:hover, .dl-tab.active {
  color: var(--primary);
  border-color: var(--primary-border);
  background: var(--primary-soft);
}
.home-cta-wrap, .list-cta-wrap, .cl-cta-wrap, .dl-cta-wrap { padding: 20px 24px 24px; text-align: center; }
.home-cta-btn, .list-cta-btn, .cl-cta-btn, .dl-cta-btn { min-width: 220px; }

.home-jobs-section { overflow: visible; border: 0; background: transparent; box-shadow: none; }
.home-jobs-section .section-hd { margin-bottom: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.home-job-list, .jl-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.jc-card {
  min-width: 0;
  min-height: 178px;
  padding: 20px;
  display: block;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 5px 18px rgba(31, 35, 41, .05);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.jc-card:hover { color: inherit; border-color: var(--primary-border); box-shadow: 0 12px 28px rgba(31, 35, 41, .10); transform: translateY(-2px); }
.jc-header { margin-bottom: 7px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.jc-title-wrap { min-width: 0; flex: 1; display: flex; align-items: center; gap: 7px; }
.jc-title { overflow: hidden; color: var(--text); font-size: 17px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.jc-salary { flex-shrink: 0; color: var(--primary); font-size: 16px; font-weight: 800; }
.jc-urgent, .tag-type, .dl-store-tag { padding: 2px 7px; color: var(--primary); border: 1px solid var(--primary-border); border-radius: 4px; background: var(--primary-soft); font-size: 11px; }
.jc-company { margin-bottom: 12px; overflow: hidden; color: var(--subtext); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.jc-tags, .jd-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.jc-tags { min-height: 27px; margin-bottom: 14px; }
.jc-tag, .tag { padding: 3px 10px; color: var(--subtext); border: 1px solid rgba(0, 0, 0, .06); border-radius: 5px; background: #f5f6f8; font-size: 12px; }
.tag.skill { color: #1677ff; border-color: #adc6ff; background: #f0f5ff; }
.tag.welfare { color: var(--primary); border-color: var(--primary-border); background: var(--primary-soft); }
.jc-footer, .jc-hr, .jc-hr-info { display: flex; align-items: center; }
.jc-footer { justify-content: space-between; gap: 10px; }
.jc-hr, .jc-hr-info { min-width: 0; gap: 8px; }
.jc-avatar, .jc-avatar--ph { width: 34px; height: 34px; flex-shrink: 0; border-radius: 50%; object-fit: cover; background: #f0f0f0; }
.jc-hr-name { overflow: hidden; color: var(--subtext); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.jc-active { padding: 1px 5px; border-radius: 4px; font-size: 11px; white-space: nowrap; }
.jc-active--today { color: #15934b; background: #e8fef2; }
.jc-active--recent { color: #cb8100; background: #fff7e6; }
.jc-location { flex-shrink: 0; color: var(--muted); font-size: 12px; }

.city-bar, .list-bar, .cl-bar, .dl-bar, .dl-filter-bar { margin-bottom: 18px; padding: 16px 20px; display: flex; align-items: center; gap: 10px; }
.city-bar, .dl-filter-bar { flex-wrap: wrap; }
.city-bar-label, .dl-filter-label { color: var(--muted); font-size: 13px; }
.list-bar, .cl-bar, .dl-bar { justify-content: space-between; }
.list-bar h1, .cl-title, .dl-bar-title { font-size: 21px; font-weight: 800; }
.list-total { color: var(--muted); font-size: 13px; }
.cl-tabs, .dl-tabs, .dl-filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.job-list-wrap, .cl-list, .dl-list { margin-bottom: 18px; overflow: hidden; }
.seo-job-list .job-list-wrap { display: grid; grid-template-columns: 1fr 1fr; }
.job-row, .pli, .dl-item { padding: 18px 20px; display: flex; gap: 14px; color: inherit; border-bottom: 1px solid var(--line); }
.seo-job-list .job-row:nth-last-child(-n+2) { border-bottom: 0; }
.seo-job-list .job-row:nth-child(odd) { border-right: 1px solid var(--line); }
.job-row-body, .pli-body, .dl-body { min-width: 0; flex: 1; }
.job-row-name, .pli-title, .dl-title { color: var(--text); font-size: 16px; font-weight: 700; }
.job-row-salary, .dl-price { color: var(--primary); font-weight: 800; }
.job-row-meta, .pli-meta, .dl-meta { margin-top: 5px; color: var(--muted); font-size: 13px; }
.pli-excerpt { margin-top: 5px; color: var(--subtext); line-height: 1.6; }
.pli-cover, .dl-cover, .dl-cover--ph { width: 108px; height: 82px; flex-shrink: 0; border-radius: 8px; object-fit: cover; background: #f0f0f0; }
.dl-fresh { margin-left: auto; color: var(--muted); font-size: 12px; font-weight: 400; }
.pager { padding: 22px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.pager a, .pager span { min-width: 40px; height: 36px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; color: var(--subtext); border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.pager a:hover, .pager .cur { color: #fff; border-color: var(--primary); background: var(--primary); }

.seo-job-detail .card, .seo-company-detail .card { margin: 0; border: 0; border-radius: 0; box-shadow: none; border-bottom: 1px solid var(--line); }
.seo-job-detail .card:last-child, .seo-company-detail .card:last-child { border-bottom: 0; }
.seo-job-detail, .seo-company-detail { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.jd-header { padding: 30px; }
.jd-title { margin-bottom: 10px; font-size: 29px; font-weight: 800; line-height: 1.3; }
.jd-salary { margin-bottom: 14px; color: var(--primary); font-size: 25px; font-weight: 800; }
.jd-meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--subtext); }
.jd-meta span { margin: 0; }
.jd-tags { margin-top: 14px; }
.hr-card, .co-card, .company-header { padding: 22px 30px; display: flex; align-items: center; gap: 16px; color: inherit; }
.hr-avatar { width: 54px; height: 54px; flex-shrink: 0; border-radius: 50%; object-fit: cover; background: #f0f0f0; }
.hr-info, .co-info, .company-header-info { min-width: 0; flex: 1; }
.hr-name, .co-name { color: var(--text); font-size: 17px; font-weight: 700; }
.hr-title, .co-meta, .co-desc, .co-location { color: var(--muted); font-size: 13px; }
.hr-active { color: #15934b; font-size: 12px; }
.hr-chat-btn { padding: 8px 18px; color: #fff; border-radius: 7px; background: var(--primary); font-weight: 700; }
.co-logo, .co-logo-placeholder { width: 58px; height: 58px; flex-shrink: 0; border-radius: 10px; object-fit: contain; background: #f0f0f0; }
.co-arrow { color: #c7c9ce; font-size: 24px; }
.company-header { align-items: flex-start; padding: 30px; }
.company-header-info h1 { font-size: 28px; line-height: 1.35; }
.action-bar {
  position: sticky;
  top: 24px;
  width: 100%;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.action-bar::before { content: "查看完整信息"; margin-bottom: 4px; color: var(--text); font-size: 17px; font-weight: 800; }
.action-bar .btn { width: 100%; }

.seo-community-list, .seo-discover-list { width: 980px; margin: 0 auto; }
.seo-post-detail, .seo-discover-detail { display: flex; flex-direction: column; gap: 18px; }
.seo-post-detail .card, .seo-discover-detail .card { margin: 0; }
.seo-post-detail > .section, .seo-discover-detail > .section { border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); }
.post-author { padding: 24px 30px; display: flex; align-items: center; gap: 14px; }
.post-author + .section { padding-top: 0; }
.pa-avatar, .pa-avatar--default { width: 50px; height: 50px; flex-shrink: 0; border-radius: 50%; object-fit: cover; background: #f0f0f0; }
.pa-info { min-width: 0; flex: 1; }
.pa-name { font-size: 16px; font-weight: 700; }
.pa-meta { color: var(--muted); font-size: 13px; }
.post-title { margin-bottom: 14px; font-size: 26px; line-height: 1.4; }
.post-title--excerpt { display: none; }
.post-text { margin-bottom: 16px; font-size: 16px; line-height: 2; white-space: pre-wrap; word-break: break-word; }
.post-images { display: grid; gap: 8px; }
.post-images--single { grid-template-columns: minmax(0, 560px); }
.post-images--two { grid-template-columns: repeat(2, 1fr); }
.post-images--three { grid-template-columns: repeat(3, 1fr); }
.post-img { width: 100%; aspect-ratio: 4 / 3; border-radius: 8px; object-fit: contain; background: #f7f8fa; }
.post-images--single .post-img { width: auto; max-width: 100%; height: auto; max-height: 560px; aspect-ratio: auto; }
.post-stats { padding: 14px 30px; display: flex; gap: 30px; color: var(--muted); border-top: 1px solid var(--line); }
.comment-item { padding: 16px 0; display: flex; gap: 12px; border-top: 1px solid var(--line); }
.cm-avatar, .cm-avatar--default { width: 38px; height: 38px; flex-shrink: 0; border-radius: 50%; object-fit: cover; background: #f0f0f0; }
.cm-body { min-width: 0; flex: 1; }
.cm-name { font-size: 14px; font-weight: 700; }
.cm-time { margin-left: 8px; color: var(--muted); font-size: 12px; font-weight: 400; }
.cm-content { color: #444; word-break: break-word; }
.view-more-wrap { padding: 18px; text-align: center; }

.dd-imgs { padding: 24px 30px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.dd-img { width: 100%; height: 240px; border-radius: 9px; object-fit: contain; background: #f7f8fa; }
.dd-img:only-child { height: 360px; }
.dd-header { padding: 22px 30px 18px; }
.dd-title { margin-bottom: 8px; font-size: 27px; line-height: 1.35; }
.dd-type-label, .dd-location { color: var(--muted); font-size: 14px; }
.dd-specs { padding: 22px 30px; display: flex; border-top: 1px solid var(--line); background: #fffaf8; }
.dd-spec-item { flex: 1; min-width: 0; padding: 5px 12px; text-align: center; }
.dd-spec-item + .dd-spec-item { border-left: 1px solid var(--line); }
.dd-spec-label { color: var(--muted); font-size: 13px; }
.dd-spec-val { font-size: 20px; font-weight: 800; }
.dd-spec-val.highlight { color: var(--primary); }

.tr-grid, .hp-grid { padding: 20px 24px 8px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tr-item, .hp-item { min-width: 0; color: inherit; }
.tr-cover, .hp-cover { width: 100%; aspect-ratio: 4 / 3; border-radius: 8px; background: #f1f2f4 center/cover no-repeat; }
.tr-title, .hp-title { margin-top: 8px; color: var(--text); font-size: 14px; font-weight: 700; line-height: 1.45; }
.tr-meta, .hp-meta { overflow: hidden; color: var(--muted); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.tr-fee { color: var(--primary); font-size: 14px; font-weight: 800; }

.not-found { width: 760px; margin: 50px auto; padding: 90px 40px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.not-found h1 { color: #d7dae0; font-size: 46px; }
.not-found p { margin: 12px 0 28px; color: var(--muted); }
.site-footer { min-width: 1200px; padding: 24px 0; color: #8e939c; border-top: 1px solid #e2e5e9; background: #fff; font-size: 13px; }
.site-footer__inner { width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; }
.site-footer nav { display: flex; gap: 22px; }
.site-footer a { color: #777c85; }
.site-footer nav.site-footer__platform { width: 1180px; margin: 16px auto 0; justify-content: center; flex-wrap: wrap; }
.site-footer__platform a { padding: 6px 0; }
.site-footer__records { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 0; width: 1180px; margin: 14px auto 0; color: #666; font-size: 12px; line-height: 1.8; }
.site-footer__records > span { overflow-wrap: anywhere; }
.site-footer__records > span + span::before { content: '|'; margin: 0 12px; color: #bbb; }
.site-footer__records a { color: inherit; }

.wx-tip[hidden] { display: none; }
.wx-tip { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, .48); }
.wx-tip__panel { width: 360px; padding: 34px 30px 28px; border-radius: 12px; background: #fff; box-shadow: 0 18px 50px rgba(0, 0, 0, .20); text-align: center; }
.wx-tip__title { font-size: 20px; font-weight: 800; }
.wx-tip__content { margin: 10px 0 24px; color: var(--muted); line-height: 1.8; }
.wx-tip__button { width: 100%; height: 44px; color: #fff; border: 0; border-radius: 7px; background: var(--primary); cursor: pointer; font-weight: 700; }
