.content_2026_04_02 .section-title {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  margin-bottom: 0.5rem;
  padding-top: 0.6rem;
}

.content_2026_04_02 .section-title .title-icon {
  height: 0.32rem;
}

.content_2026_04_02 .section-title .title-text {
  font-size: 0.38rem;
  font-weight: bold;
}

.content_2026_04_02 .reason-section {
  margin: 0 auto;
  max-width: 15rem;
  margin-bottom: 1.2rem;
}

.content_2026_04_02 .reason-section .reason-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.24rem;
}

.content_2026_04_02 .reason-section .reason-item {
  display: flex;
  justify-content: space-between;
  border-radius: 0.16rem;
  padding: 0.3rem 0.7rem;
  box-sizing: border-box;
  width: 7.37rem;
  height: 2.51rem;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.content_2026_04_02 .reason-section .reason-item.bg1 {
  background: url("/static/default/image/client/home_index/bg1.png") no-repeat;
  background-size: 100% 100%;
}

.content_2026_04_02 .reason-section .reason-item.bg2 {
  background: url("/static/default/image/client/home_index/bg2.png") no-repeat;
  background-size: 100% 100%;
}

.content_2026_04_02 .reason-section .reason-item.bg3 {
  background: url("/static/default/image/client/home_index/bg3.png") no-repeat;
  background-size: 100% 100%;
}

.content_2026_04_02 .reason-section .reason-item.bg4 {
  background: url("/static/default/image/client/home_index/bg4.png") no-repeat;
  background-size: 100% 100%;
}

.content_2026_04_02 .reason-section .reason-content {
  width: 3.8rem;
}

.content_2026_04_02 .reason-section .reason-label {
  font-size: 0.14rem;
  color: #6d7991;
  margin-bottom: 0.08rem;
}

.content_2026_04_02 .reason-section .reason-name {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}

.content_2026_04_02 .reason-section .reason-desc {
  font-size: 0.16rem;
  color: #6d7991;
  line-height: 1.8;
}

.content_2026_04_02 .recruit-type {
  margin: 0 auto;
  max-width: 15rem;
  margin-bottom: 1.4rem;
}

.content_2026_04_02 .recruit-cards {
  display: flex;
  gap: 0.24rem;
}

.content_2026_04_02 .recruit-cards .recruit-card {
  flex: 1;
  width: 3.57rem;
  height: 3.82rem;
  border-radius: 0.18rem;
  background: url("/static/default/image/client/home_index/bg5.png") no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding: 0.7rem 0.6rem;
  box-sizing: border-box;
}

.content_2026_04_02 .recruit-cards .card-title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.16rem;
}

.content_2026_04_02 .recruit-cards .card-desc {
  font-size: 0.16rem;
  color: #aaacb1;
  margin-bottom: 0.9rem;
}

.content_2026_04_02 .recruit-cards .card-btn {
  display: inline-block;
  padding: 0.1rem 0.24rem;
  border: 0.01rem solid #00a0e9;
  color: #00a0e9;
  border-radius: 0.2rem;
  font-size: 0.16rem;
}

.content_2026_04_02 .banner-swiper {
  margin-bottom: 0.6rem;
  position: relative;
}

.content_2026_04_02 .banner-swiper .banner-swiper-text-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.content_2026_04_02 .banner-swiper .banner-swiper-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 100;
}

.content_2026_04_02 .banner-swiper .banner-swiper-text .text-big1 {
  font-size: 0.58rem;
  font-weight: bold;
  margin-bottom: 0.12rem;
}

.content_2026_04_02 .banner-swiper .banner-swiper-text .text-big2 {
  font-size: 0.4rem;
  font-weight: bold;
}

.content_2026_04_02 .banner-swiper .swiper-slide {
  position: relative;
}

.content_2026_04_02 .banner-swiper .swiper-slide img {
  width: 100%;
  height: 8.5rem;
  object-fit: cover;
}

.content_2026_04_02 .follow-section {
  margin: 0 auto;
  max-width: 15rem;
  margin-bottom: 1rem;
}

.content_2026_04_02 .follow-section .follow-grid {
  display: flex;
  gap: 0.24rem;
}

.content_2026_04_02 .follow-section .follow-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.24rem;
  width: 2.8rem;
  height: 2.8rem;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  border-radius: 0.08rem;
  position: relative;
}

.content_2026_04_02 .follow-section .follow-item span {
  font-size: 0.16rem;
  font-weight: bold;
}

.content_2026_04_02 .follow-section .follow-item:hover .follow-item-qr {
  display: block;
}

.content_2026_04_02 .follow-section .follow-item-icon {
  width: 1rem;
}

.content_2026_04_02 .follow-section .follow-item-qr {
  width: 1.6rem;
  height: 1.6rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.content_2026_04_02 .follow-section .follow-item-qr-img {
  border-radius: 0.08rem;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.content_2026_04_02 .follow-section .follow-item-qr-text {
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
