body {
  min-width: 1000px;
}
#head-black {
  display: none;
}
.top-section {
  position: relative;
  z-index: 99;
}
.top-content {
  position: absolute;
  z-index: 99;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
/* .top-tit {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
} */
.top-tit-img {
  margin: 0 auto;
  height: 68px;
}
.top-info {
  padding-top: 20px;
  color: #fff;
}
.top-info p {
  margin-top: 20px;
  line-height: 30px;
}
#swiper-jUsHead::before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 45%;
  height: 61.25%;
  background: url('../img/pc/join_us/dec2.png') center no-repeat;
  background-size: contain;
}
#swiper-jUsHead::after {
  content: '';
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: 32%;
  height: 58.25%;
  background: url('../img/pc/join_us/dec1.png') center no-repeat;
  background-size: contain;
}
#swiper-jUsHead .swiper-slide {
  /* height: 100%; */
  /* background-color: #fff; */
}
#swiper-jUsHead .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#swiper-jUsHead .swiper-pagination-bullet {
  background-color: #8765ff;
  opacity: 0.5;
}
#swiper-jUsHead .swiper-pagination-bullet-active {
  background: url('../img/pc/join_us/dot-purple-ac.png') center no-repeat;
  background-size: 100% 100%;
}

.hot-section {
  margin-top: 30px;
}
.jUs-tit-img {
  margin: 0 auto;
  height: 60px;
}
.card-mt {
  margin-top: 25px;
}
.card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}
.card-wrap_top {
  display: flex;
  justify-content: center;
}
.card-wrap_topright {
  margin-left: 30px;
}
.card-wrap_bottom {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.card {
  width: 285px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
.card-tit {
  display: flex;
  justify-content: space-between;
}
.card-tit_left {
  padding-left: 10px;
  border-left: 4px solid #8765ff;
  font-size: 18px;
}
.card-tit_right {
  position: relative;
  padding-right: 10px;
  color: #8765ff;
  font-size: 14px;
  text-decoration: none;
}
.card-tit_right:hover {
  border-bottom: 1px solid #8765ff;
}
.card-tit_right::after {
  content: ' ';
  position: absolute;
  top: 6px;
  right: 0;
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-color: #8765ff;
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.card-position {
  margin-top: 10px;
  padding-left: 14px;
}
.card-position h5 {
  font-weight: 600;
}
.card-position p {
  color: #515151;
  font-size: 14px;
  line-height: 28px;
}

/* 福利介绍 */
.welfare-section {
  margin-top: 100px;
}
.welfare {
  margin: 30px auto;
  width: 680px;
  border-radius: 8px;
  background-color: #fff;
}
.welfare-list {
  padding: 10px 20px 50px;
}
.welfare-item {
  margin-top: 40px;
}
.welfare-item p {
  padding-left: 30px;
}
.welfare-item_tit {
  font-size: 18px;
  font-weight: 600;
  background: url('../img/pc/join_us/square.png') left center no-repeat;
  background-size: 20px 20px;
}
.welfare-item_info {
  margin-top: 8px;
  color: #515151;
  font-size: 14px;
}
.contact-box {
  display: flex;
  margin: 0 auto;
  padding: 50px 0 30px;
  width: 625px;
  border-top: 1px solid #ebebf7;
}
.contact-call {
  margin-left: 20px;
}
.contact-deliver {
  margin-left: 100px;
}
.contact-tit {
  font-size: 18px;
  font-weight: 600;
}
.contact-info {
  margin-top: 8px;
  color: #515151;
}
.contact-code {
  margin-top: 8px;
  width: 140px;
}

/* 办公环境 */
.env-section {
  margin: 100px auto;
  width: 680px;
}
#swiper-env {
  margin-top: 30px;
}
#swiper-env .swiper-slide {
  height: 380px;
  border-radius: 20px;
  background-color: cornsilk;
}
#swiper-env .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#swiper-env .swiper-pagination-bullet-active {
  background: url('../img/pc/join_us/dot-gray-ac.png') center no-repeat;
  background-size: 100% 100%;
}
.env-imgbox {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.env-imgbox img {
  width: 328px;
  height: 192px;
  border-radius: 20px;
  background-color: cornsilk;
}
