.container {
  width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
}
.join-block1 {
  width: 100%;
  height: 480px;
}
.join-block1-banner {
  height: 480px;
  background-image: url('../assets/yst-img/join-banner.jpg');
  background-size: 100% 100%;
  zoom: 1;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
.join-block1-title {
  font-family: PingFangSC-Semibold;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 600;
  padding-top: 172px;
}
.join-block1-line{
  margin: 24px 0;
  width: 80px;
  height: 2px;
  background: #FFFFFF;
}
.join-block1-title-en {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  font-weight: 400;
}

.join-block2 {
  padding: 80px 0;
}
.join-block2-title {
  font-family: PingFangSC-Medium;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 500;
}
.join-block2-welfare {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join-block2-welfare-item {
  margin-top: 60px;
  width: 15%;
  text-align: center;
}
.join-block2-welfare-item-name {
  margin-top: 20px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  font-weight: 500;
}

/* .join-block3 {
  padding: 80px 0;
} */
.join-block3-bg{
    width: 100%;
    height: 932px;
    background-image: url('../assets/yst-img/join-bg-jiaru.jpg');
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    -moz-background-size: 100% 100% !important;
    padding-top: 80px;
}
.join-block3-title {
  font-family: PingFangSC-Medium;
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  font-weight: 500;
}
.join-block3-post {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.join-block3-post-item {
  margin-top: 56px;
  width: 23%;
  text-align: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 64px 0;
  text-align: center;
}
.join-block3-post-item-name {
  margin-top: 32px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
}
.join-block3-post-item-num {
  margin: 24px auto 0;
  width: 144px;
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  text-align: center;
  font-weight: 400;
}
