.join-banner {
  width: 100%;
  font-size: 0;
}
.join-banner img {
  width: 100%;
  height: auto;
}
.join-container {
  width: 980px;
  margin: 0 auto;
}
.join-container .our-posts {
  margin-top: 98px;
}
.join-container .our-posts h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.join-container .our-posts .job-duty {
  margin-top: 34px;
}
.join-container .our-posts .job-duty h6 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.join-container .our-posts .job-duty .job-info {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.dear-worker {
  width: 100%;
  height: 562px;
  background: #F6F6F6;
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dear-worker .worker-box {
  width: 930px;
  height: 526px;
  background: #FFFFFF;
  border-radius: 32px 32px 0px 0px;
  position: relative;
  box-sizing: border-box;
  padding: 72px 100px 0;
  text-align: center;
}
.dear-worker .worker-box h4 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 52px;
}
.dear-worker .worker-box .worker-text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
  text-align: left;
  text-indent: 2em;
}
.dear-worker .worker-box .thank-you {
  width: 992px;
  height: 216px;
  background: url("../imgs/join_us/join_email@2x.png") no-repeat;
  position: absolute;
  bottom: -16px;
  left: -32px;
}
.dear-worker .worker-box .thank-you .thanks-text {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  margin-top: 136px;
}
