/* 招贤纳士 · 加入我们封面（careers-join.html）
   共用 banner / 栏目导航见 careers.css；本页用 float 文档流，不用 flex / grid / table */

body.recruit-page.recruit-page--join .recruit-hero {
  height: 380px;
}

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

.xcjoin-section {
  padding: 0 0 40px;
}

#join-channels {
  scroll-margin-top: 200px;
}

.xcjoin-section--process {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

.recruit-page .value-present-subtitle {
  margin-top: 14px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}

.xclife-intro__copy a {
  color: #0050be;
  font-weight: 600;
}

.xclife-intro__copy a:hover {
  color: #2f6dff;
}

.xcjoin-card {
  float: left;
  width: 48.5%;
  margin: 0 3% 24px 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(16, 48, 110, 0.08);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.xcjoin-cards .xcjoin-card:nth-child(even) {
  margin-right: 0;
}

.xcjoin-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #2f6dff;
  border-radius: 0 0 16px 16px;
  z-index: 3;
}

.xcjoin-card:hover {
  box-shadow: 0 16px 40px rgba(16, 48, 110, 0.12);
  transform: translateY(-3px);
}

.xcjoin-card__copy {
  float: left;
  width: 54%;
  padding: 36px 8px 28px 36px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.xcjoin-card h3 {
  margin: 0 0 14px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.xcjoin-card p {
  margin: 0 0 20px;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}

.xcjoin-card__more {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.xcjoin-card__more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.xcjoin-card__more:hover {
  color: #0050be;
}

.xcjoin-card__ico {
  float: right;
  width: 46%;

  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 26%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 26%);
}

.xcjoin-card__ico img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: right center;
}

.xcjoin-process__track {
  position: relative;
  padding-top: 8px;
  zoom: 1;
}

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

.xcjoin-process__track::before {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 28px;
  height: 2px;
  background: #2f6dff;
}

.xcjoin-process__item {
  float: left;
  width: 25%;
  padding: 0 16px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  text-align: center;
}

.xcjoin-process__dot {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #0050be;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
}

.xcjoin-process__ico {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 14px;
  color: #0050be;
}

.xcjoin-process__ico img,
.xcjoin-process__ico svg {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

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

.xcjoin-process__item h3 {
  margin: 0 0 8px;
  color: #17283e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.xcjoin-process__item p {
  margin: 0;
  color: #6b7a90;
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 980px) {
  body.recruit-page.recruit-page--join .recruit-hero {
    height: 240px;
  }

  .xcjoin-section,
  .xcjoin-section--process {
    padding-top: 48px;
  }

  .xcjoin-card,
  .xcjoin-process__item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .xcjoin-process__track::before {
    display: none;
  }

  .xcjoin-process__dot {
    box-shadow: none;
  }
}

@media (max-width: 575px) {
  .xcjoin-card {
    display: block;
    overflow: hidden;
  }

  .xcjoin-card__copy {
    float: none;
    width: 100%;
    padding: 24px 22px 18px;
    box-sizing: border-box;
  }

  .xcjoin-card h3 {
    font-size: 20px;
  }

  .xcjoin-card__ico {
    float: none;
    width: 100%;
    max-height: none;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .xcjoin-card__ico img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
  }
}
