/* 招贤纳士 · 四类招聘列表（不用 flex，grid + float） */

.xcjobs-body {
  padding-bottom: 0;
}

.xcjobs-back {
  display: inline-block;
  height: 40px;
  margin: 0 0 30px;
  padding: 0 16px;
  border: 1px solid #0050be;
  border-radius: 18px;
  background: transparent;
  color: #0050be;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  box-sizing: border-box;
}

.xcjobs-back:hover,
.xcjobs-back:focus {
  background: #eef4ff;
  color: #0050be;
  text-decoration: none;
}

.xcjobs-back + .xcjobs-back {
  margin-left: 12px;
}

body.recruit-page.recruit-page--jobs .recruit-hero {
  /* height: 420px; */
}

.recruit-hero__desc {
  margin-bottom: 0;
}

.recruit-hero__actions {
  margin-top: 24px;
}

.recruit-hero__btn {
  display: inline-block;
  min-width: 148px;
  height: 44px;
  margin: 0 12px 8px 0;
  padding: 0 22px;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.recruit-hero__btn--primary {
  background: #0050be;
  color: #fff;
}

.recruit-hero__btn--primary:hover {
  background: #2f6dff;
  color: #fff;
}

.recruit-hero__btn--ghost {
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  line-height: 42px;
}

.recruit-hero__btn--ghost:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.xcjobs-insight-wrap {
  background: #fff;
  border-bottom: 1px solid #e6ecf5;
}

.xcjobs-insight {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.xcjobs-insight__item {
  padding: 26px 22px;
  border-left: 1px solid #e6ecf5;
}

.xcjobs-insight__item:first-child {
  border-left: 0;
}

.xcjobs-insight__item b {
  display: block;
  color: #0050be;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.xcjobs-insight__item span {
  display: block;
  margin-top: 8px;
  color: #5a6a80;
  font-size: 14px;
  line-height: 1.6;
}

.xcjobs-intro {
  margin-bottom: 28px;
}

.xcjobs-intro__kicker {
  display: block;
  margin: 0 0 10px;
  color: #e67e22;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.xcjobs-intro h2 {
  margin: 0 0 10px;
  color: #17283e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}

.xcjobs-intro p {
  margin: 0;
  max-width: 760px;
  color: #5a6a80;
  font-size: 16px;
  line-height: 1.8;
}

.xcjobs-hl {
  margin: 16px 0 0;
  zoom: 1;
}

.xcjobs-hl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.xcjobs-hl__item {
  float: left;
  width: 48.5%;
  min-height: 92px;
  margin: 0 3% 16px 0;
  padding: 18px 20px;
  border: 1px solid #e6ecf5;
  border-radius: 12px;
  background: #fafbfd;
  box-sizing: border-box;
  zoom: 1;
}

.xcjobs-hl__item:nth-child(even) {
  margin-right: 0;
}

.xcjobs-hl__item:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.xcjobs-hl__ico {
  float: left;
  width: 40px;
  height: 40px;
  margin: 2px 14px 0 0;
  color: #0050be;
}

.xcjobs-hl__ico img,
.xcjobs-hl__ico svg {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.xcjobs-hl__ico svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xcjobs-hl__txt {
  overflow: hidden;
}

.xcjobs-hl__item b,
.xcjobs-hl__txt b {
  display: block;
  overflow: hidden;
  margin: 0 0 4px;
  color: #17283e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.xcjobs-hl__item > span:last-child,
.xcjobs-hl__txt span {
  display: block;
  overflow: hidden;
  color: #6b7a90;
  font-size: 14px;
  line-height: 1.6;
}

.xcjobs-layout {
  position: relative;
  padding-bottom: 60px;
}

.xcjobs-cities {
  position: sticky;
  float: left;
  top: 148px;
  z-index: 10;
  width: 184px;
  padding: 12px;
  border: 1px solid #e6ecf5;
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
}

.xcjobs-layout:after {
  content: "";
  display: table;
  clear: both;
}

.xcjobs-city {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 6px;
  padding: 11px 14px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: none;
  color: #5a6a80;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}

.xcjobs-city:last-child {
  margin-bottom: 0;
}

.xcjobs-city:hover {
  background: #f5f8fc;
  color: #17283e;
}

.xcjobs-city.is-active {
  background: #0050be;
  border-color: #0050be;
  color: #fff;
}

.xcjobs-city__count {
  float: right;
  min-width: 22px;
  padding: 0 7px;
  border-radius: 99px;
  background: #e8f1ff;
  color: #0050be;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.xcjobs-city.is-active .xcjobs-city__count {
  background: rgba(255, 255, 255, .22);
  color: #fff;
}

.xcjobs-main {
  float: right;
  width: calc(100% - 212px);
  min-height: 280px;
}

.xcjobs-group {
  margin: 0 0 28px;
}

.xcjobs-group:last-child {
  margin-bottom: 0;
}

.xcjobs-group.is-flat .xcjobs-group__head {
  display: none;
}

.xcjobs-group__head {
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 10px 18px;
  border-bottom: 2px solid #eef1f5;
  color: #17283e;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.xcjobs-group__head::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0050be;
}

.xcjobs-group__count {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 10px;
  border-radius: 99px;
  background: #e8f1ff;
  color: #5a6a80;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  vertical-align: middle;
}

.xcjobs-group__count.is-zero {
  background: #eef1f4;
  color: #9aa3ad;
}

.xcjobs-job__tagraw {
  display: none;
}

.xcjobs-pool {
  display: none;
}

.xcjobs-pool.is-open {
  display: block;
}

.xcjobs-group__empty {
  padding: 16px 18px;
  border: 1px dashed #d7deea;
  border-radius: 10px;
  background: #fafbfd;
  color: #8a96ab;
  font-size: 14px;
}

.xcjobs-group.has-jobs > .xcjobs-group__empty {
  display: none;
}

.xcjobs-job {
  overflow: hidden;
  margin: 0 0 14px;
  border: 1px solid #e6ecf5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(12, 39, 86, 0.05);
}

.xcjobs-job__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 20px;
  padding: 22px 24px;
  cursor: pointer;
}

.xcjobs-job__head:hover {
  background: #fafcfe;
}

.xcjobs-job__title {
  margin: 0;
  color: #17283e;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.xcjobs-job__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.xcjobs-tag {
  display: inline-block;
  margin: 0;
  padding: 4px 12px;
  border-radius: 99px;
  background: #eef2f7;
  color: #5a6a80;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}

.xcjobs-tag--loc {
  background: #e8f1ff;
  color: #0050be;
}

.xcjobs-tag--cat {
  background: #fff3e8;
  color: #e67e22;
}

.xcjobs-job__toggle {
  align-self: start;
  color: #0050be;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

.xcjobs-job__toggle::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  vertical-align: middle;
  background: url("../images/arrow-down-black.png") no-repeat center;
  background-size: contain;
}

.xcjobs-job.is-open .xcjobs-job__toggle::after {
  background-image: url("../images/arrow-up.png");
}

.xcjobs-job__body {
  display: none;
}

.xcjobs-job.is-open .xcjobs-job__body {
  display: block;
}

.xcjobs-job__inner {
  padding: 8px 24px 26px;
  border-top: 1px solid #eef1f5;
}

.xcjobs-job__inner h4 {
  position: relative;
  margin: 22px 0 10px;
  padding-left: 12px;
  color: #17283e;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
}

.xcjobs-job__inner h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: .2em;
  bottom: .2em;
  width: 4px;
  background: #0050be;
}

.xcjobs-job__inner h4:first-of-type {
  margin-top: 8px;
}

.xcjobs-job__inner p,
.xcjobs-job__inner li {
  color: #5a6a80;
  font-size: 16px;
  line-height: 28px;
}

.xcjobs-job__inner p {
  margin: 0 0 10px;
}

.xcjobs-job__inner ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.xcjobs-job__inner li {
  position: relative;
  padding-left: 16px;
}

.xcjobs-job__inner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0050be;
}

.xcjobs-mail {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #eef2f7;
  color: #5a6a80;
  font-size: 14px;
}

.xcjobs-mail a {
  color: #0050be;
  font-weight: 700;
}

.xcjobs-empty {
  display: none;
  padding: 36px 24px;
  border: 1px solid #e6ecf5;
  border-radius: 14px;
  background: #f8fafd;
  text-align: center;
}

.xcjobs-empty p {
  margin: 0 0 16px;
  color: #6b7a90;
  font-size: 15px;
  line-height: 1.8;
}

.xcjobs-empty a {
  display: inline-block;
  min-width: 140px;
  height: 42px;
  padding: 0 20px;
  border-radius: 21px;
  background: #0050be;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 42px;
  text-decoration: none;
}

.xcjobs-cta-wrap {
  clear: both;
  padding-top: 60px;
  padding-bottom: 60px;
}

.xcjobs-cta {
  clear: both;
  margin-top: 12px;
  padding: 48px 40px;
  border-radius: 12px;
  background-color: #003d94;
  background-image: url(../images/bg-carrers.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.xcjobs-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
}

.xcjobs-cta p {
  max-width: 560px;
  margin: 15px auto 24px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.xcjobs-cta a {
  display: inline-block;
  min-width: 140px;
  height: 44px;
  margin: 0 6px 8px;
  padding: 0 22px;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 44px;
  text-decoration: none;
  box-sizing: border-box;
}

.xcjobs-cta__primary {
  background: #fff;
  color: #0050be;
}

.xcjobs-cta__ghost {
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  line-height: 42px;
}

@media (max-width: 980px) {
  .xcjobs-cities,
  .xcjobs-main {
    float: none;
    width: 100%;
  }

  .xcjobs-cities {
    position: static;
    margin-bottom: 20px;
  }

  .xcjobs-city {
    display: inline-block;
    width: auto;
    margin: 0 8px 8px 0;
  }

  .xcjobs-hl__item {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .xcjobs-job__head {
    grid-template-columns: 1fr;
  }

  .xcjobs-intro h2 {
    font-size: 24px;
  }

  body.recruit-page.recruit-page--jobs .recruit-hero {
    height: 280px;
  }

  .xcjobs-insight {
    grid-template-columns: 1fr 1fr;
  }

  .xcjobs-insight__item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #e6ecf5;
  }

  .xcjobs-insight__item:nth-child(4) {
    border-top: 1px solid #e6ecf5;
  }
}

@media (max-width: 575px) {
  .xcjobs-insight {
    grid-template-columns: 1fr;
  }

  .xcjobs-insight__item:nth-child(2),
  .xcjobs-insight__item:nth-child(3),
  .xcjobs-insight__item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #e6ecf5;
  }

  .xcjobs-cta__primary,
  .xcjobs-cta__ghost {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
}

@media (max-width: 575px) {
  .xcjobs-insight {
    grid-template-columns: 1fr;
  }

  .xcjobs-insight__item:nth-child(2),
  .xcjobs-insight__item:nth-child(3),
  .xcjobs-insight__item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #e6ecf5;
  }

  .xcjobs-cta__primary,
  .xcjobs-cta__ghost {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
}
