.join-us .product-banner {
  width: 100%;
  height: 440px;
}
.join-us .product-banner .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.join-us .product-banner .swiper-item .swiper-content {
  margin-left: 389px;
}
.join-us .product-banner .swiper-item .swiper-content .swiper-content-title {
  color: #003478;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.join-us .product-banner .swiper-item .swiper-content .swiper-content-subtitle {
  color: rgba(0, 52, 120, 0.14);
  font-size: 47px;
  font-weight: bold;
  text-align: left;
}
.join-us .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li {
  text-align: left;
  display: flex;
  align-items: center;
  color: #003478;
}
.join-us .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li img {
  width: 17px;
  height: 17px;
}
.join-us .product-banner .swiper-item .swiper-content .swiper-content-ul .swiper-content-li .swiper-content-li-text {
  margin-left: 5px;
}
.join-us .product-banner .swiper-item .swiper-content .swiper-content-icon-group {
  display: flex;
  margin-top: 10px;
}
.join-us .product-banner .swiper-item .swiper-content-ghost-img {
  width: 289px;
  margin-top: 66px;
  margin-right: 363px;
  animation: ghost 2s linear infinite;
}
.join-us .product-banner .swiper-item .swiper-content-ghost-img .swiper-content-li-icon {
  width: 100%;
}
.join-us .welfare .welfare-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 52px;
}
.join-us .welfare .welfare-content .welfare-card {
  width: 276px;
  height: 180px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0px 4px 24px 0px rgba(0, 61, 141, 0.07);
  border-radius: 5px;
  border: 1px solid;
  border-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(228, 238, 255)) 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.join-us .welfare .welfare-content .welfare-card:not(:nth-child(-n+4)) {
  margin-top: 32px;
}
.join-us .welfare .welfare-content .welfare-card img {
  width: 75px;
}
.join-us .welfare .welfare-content .welfare-card .welfare-title {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #181818;
  line-height: 26px;
  letter-spacing: 4px;
}
.join-us .post .post-list {
  margin-top: 120px;
}
.join-us .post .post-list .post-item .post-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 13px;
  box-sizing: border-box;
  border-bottom: 1px solid #d7d7d7;
}
.join-us .post .post-list .post-item .post-item-title .post-name {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 21px;
  letter-spacing: 1px;
}
.join-us .post .post-list .post-item .post-item-title .active-name {
  color: #166efd;
}
.join-us .post .post-list .post-item .post-item-title .post-toggle-btn {
  width: 136px;
  height: 36px;
  background: linear-gradient(135deg, #4b9eff 0%, #1c83fc 100%);
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.join-us .post .post-list .post-item .post-item-title .post-toggle-btn img {
  width: 17px;
}
.join-us .post .post-list .post-item .post-item-detail {
  padding-left: 12px;
  box-sizing: border-box;
  background: #ffffff;
  text-align: left;
  overflow: hidden;
  transition: all 0.2s linear;
}
.join-us .post .post-list .post-item .post-item-detail .detail-row {
  margin-top: 18px;
}
.join-us .post .post-list .post-item .post-item-detail .detail-row .detail-row-title {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
}
.join-us .post .post-list .post-item .post-item-detail .detail-row .detail-list {
  margin-top: 8px;
}
.join-us .post .post-list .post-item .post-item-detail .detail-row .detail-list .detail-item {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
}
.join-us .more-chance {
  margin-top: 124px;
  width: 100%;
  position: relative;
}
.join-us .more-chance .bg-img {
  width: 100%;
  vertical-align: middle;
}
.join-us .more-chance .more-chance {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.join-us .more-chance .more-chance .more-chance-title {
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 42px;
  letter-spacing: 6px;
}
.join-us .more-chance .more-chance .qrcode {
  width: 190px;
  margin-top: 36px;
}

/*# sourceMappingURL=join-us.css.map */
