.common-section {
  padding: 80px 0 120px;
  background-size: cover;
  background-position: center;
}

.common-section .section-title {
  text-align: center;
  margin-bottom: 80px;
}

.common-section .section-title .cn-title {
  display: inline-block;
  color: #333;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
}

.common-section .section-title .cn-title::after, .common-section .section-title .cn-title::before {
  content: "";
  position: absolute;
  height: 32px;
  width: 86px;
  background-image: url(/site/assets/images/section/section_side_l.png);
  background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.common-section .section-title .cn-title::before {
  right: 100%;
}

.common-section .section-title .cn-title::after {
  left: 100%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

.common-section .section-title .en-title {
  font-size: 24px;
  line-height: 24px;
  color: rgba(19, 20, 21, 0.65);
  text-transform: uppercase;
  font-weight: 400;
}

.common-section .section-tip {
  color: #666;
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}

.joinus-banner {
  background: url(/site/assets/images/joinus/joinus-banner-bg_x2.png);
  background-size: cover;
  height: 420px;
}

.joinus-banner .banner-content {
  width: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.joinus-banner .banner-content .banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 28px;
  margin-right: 20px;
  margin-top: 80px;
}

.joinus-banner .banner-content .banner-title .mail-icon {
  width: 40px;
  height: 28px;
}

.joinus-banner .banner-content .banner-tip {
  width: 620px;
  margin: 48px 0;
}

.joinus-banner .banner-content .info-list {
  line-height: 25px;
}

.joinus-banner .banner-content .info-list i {
  color: #ed7700;
  font-style: normal;
}

#joinus .hiring-info, #joinus .hiring-info .hiring-list, .joinus-banner .banner-content .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#joinus .hiring-info .hiring-list, .joinus-banner .banner-content .info-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#joinus .hiring-info .hiring-list {
  margin-right: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#joinus .hiring-info .hiring-list .hiring-item {
  font-size: 20px;
  color: #666;
  margin-bottom: 60px;
  width: 270px;
  cursor: pointer;
}

#joinus .hiring-info .hiring-list .hiring-item.active {
  color: #ed7700;
  position: relative;
  font-size: 24px;
}

#joinus .hiring-info .hiring-list .hiring-item.active span {
  position: relative;
}

#joinus .hiring-info .hiring-list .hiring-item.active span::after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  right: -24px;
  top: -12px;
  background: url(/site/assets/images/joinus/joinus-active-icon.png);
  z-index: 100;
}

#joinus .hiring-info .hiring-content .hiring-title {
  font-size: 20px;
  color: #ed7700;
  position: relative;
}

#joinus .hiring-info .hiring-content .hiring-title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  z-index: -1;
  width: 100%;
  height: 13px;
  opacity: 0.3;
  background: -o-linear-gradient(344.55deg, #ffc954 6.67%, #ff8532 65.31%);
  background: linear-gradient(105.45deg, #ffc954 6.67%, #ff8532 65.31%);
  -webkit-box-shadow: 0 0 30px rgba(255, 144, 68, 0.610664);
  box-shadow: 0 0 30px rgba(255, 144, 68, 0.610664);
}

#joinus .hiring-info .hiring-content .hiring-content-item {
  margin-top: 40px;
}

#joinus .hiring-info .hiring-content .hiring-content-item .hiring-content-item-title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

#joinus .hiring-info .hiring-content .hiring-content-item .description-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}