.join-page .banner {
  position: relative;
}
.join-page .banner .bg {
  height: 20em;
  background-image: url("/assets/imgs/images/join/banner.png");
}
.join-page .banner .title {
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  height: 100%;
  display: none;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.join-page .banner .title span:nth-child(1) {
  font-size: 3.42em;
  letter-spacing: 0.1em;
}
.join-page .banner .title span:nth-child(2) {
  font-size: 1.71em;
  margin-top: 0.8em;
}
.join-page .concept {
  z-index: 2;
  padding: 3.42em 0;
  position: relative;
}
.join-page .concept .wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.17);
  border-radius: 0.65em;
  background-color: #ffffff;
}
.join-page .concept .wrap .f-x {
  overflow: hidden;
}
.join-page .concept .wrap img {
  width: 100%;
  max-height: 24.28em;
  object-fit: cover;
}
.join-page .concept .wrap .info {
  padding: 1.42em 2.14em;
}
.join-page .concept .wrap .info .title {
  color: #000000;
  position: relative;
  font-size: 2.5em;
  line-height: 2;
}
.join-page .concept .wrap .info .title::after {
  left: 0;
  width: 1.77em;
  height: 4px;
  bottom: 0;
  content: "";
  position: absolute;
  background-color: #002fa7;
}
.join-page .concept .wrap .info .text {
  color: #555555;
  font-size: 1.5em;
  margin-top: 2.38em;
  line-height: 2;
}
.join-page .develop p {
  color: #555555;
  margin: 2.38em auto;
  font-size: 1.5em;
  text-align: center;
}
.join-page .welfare .tip {
  color: #555555;
  font-size: 1.5em;
  text-align: center;
}
.join-page .welfare .item {
  width: 16em;
}
.join-page .welfare .item .icon-wrap {
  width: 5.71em;
  height: 5.71em;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
  z-index: 2;
  position: relative;
  text-align: center;
  line-height: 5.71em;
  margin-bottom: -2.5em;
  border-radius: 50%;
  background-color: #ffffff;
}
.join-page .welfare .item .icon-wrap .icon {
  font-size: 2.57em;
}
.join-page .welfare .item .content {
  color: #ffffff;
  height: 19.28em;
  padding: 1.07em;
  text-align: center;
  padding-top: 5.71em;
  background-color: #1e6da4;
}
.join-page .welfare .item .content .label {
  font-size: 1.42em;
}
.join-page .welfare .item .content .text {
  font-size: 1.07em;
  margin-top: 2.66em;
}
.join-page .welfare .item .content .text p {
  line-height: 1.8;
}
.join-page .recruit .content {
  margin-top: 2em;
  flex-wrap: wrap;
}
.join-page .recruit .content .item {
  width: 50%;
  margin-bottom: 1.57em;
}
.join-page .recruit .content .item:nth-child(2n-1) {
  padding-right: 1.42em;
}
.join-page .recruit .content .item-group {
  border: solid 1px #e5e5e5;
  padding: 2.71em;
  display: flex;
  align-items: center;
  border-radius: 0.714em;
}
.join-page .recruit .content .item .icon {
  font-size: 7.57em;
}
.join-page .recruit .content .item .info {
  flex: 1;
  padding: 0 2.5em;
  overflow: hidden;
}
.join-page .recruit .content .item .info .job {
  color: #000001;
  overflow: hidden;
  font-size: 1.85em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.join-page .recruit .content .item .info .tip {
  color: #002fa7;
  font-size: 1.42em;
  margin-top: 1.25em;
}
.join-page .recruit .content .item .btn-more {
  color: #ffffff;
  padding: 0.75em 1.5em;
  font-size: 1.42em;
  border-radius: 1.5em;
  background-color: #1e6da4;
}

.join-page .recruit .company {
  margin-top: 2em;
  flex-wrap: wrap;
}

.join-page .recruit .company .info,
.join-page .recruit .company .img {
  width: 33.333%;
}

.join-page .recruit .company .img img {
  width: 100%;
  height: 19.5em;
  object-fit: cover;
}

.join-page .recruit .company .info {
  padding-top: 4.14em;
}
.join-page .headquarters .label,
.join-page .recruit .company .label {
  color: #1e6da4;
  position: relative;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 2.3em;
}
.join-page .headquarters .label span,
.join-page .recruit .company .label span {
  font-size: 1.92em;
}
.join-page .headquarters .label::after,
.join-page .recruit .company .label:after {
  left: 0;
  height: 100%;
  content: '';
  position: absolute;
  border-left: .5em solid #1e6da4;
}
.join-page .recruit .company .wrap {
  padding: 2em;
}
.join-page .recruit .company .wrap span {
  width: 50%;
  float: left;
  color: #000001;
  display: inline-block;
  font-size: 1.42em;
  line-height: 2.3;
  white-space: nowrap;
  text-align: right;
}

.join-page .recruit .company .wrap span:nth-child(2n-1) {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .join-page .recruit .company .img:nth-child(5) {
    display: none;
  }
  /* .join-page .recruit .content {
    margin-top: 0;
  }
  .join-page .headquarters {
    display: none;
  } */
}

@media screen and (max-width: 768px) {
  .join-page .banner .bg {
    height: 9.375em;
    background-image: url("/assets/imgs/images/join/banner@768.png");
  }
  .join-page .banner .title {
    font-size: 0.6em;
  }
  .join-page .concept {
    padding: 2.6em 2em;
  }
  .join-page .concept .wrap {
    display: block;
    box-shadow: none;
  }
  .join-page .concept .wrap img {
    max-height: 11.5em;
    border-radius: 0.4em;
  }
  .join-page .concept .wrap .info {
    padding: 0.5em 0;
  }
  .join-page .concept .wrap .info .title {
    font-size: 1.25em;
  }
  .join-page .concept .wrap .info .title::after {
    width: 1.2em;
    height: 2px;
  }
  .join-page .concept .wrap .info .text {
    font-size: 0.9em;
    margin-top: 1.63em;
  }
  .join-page .develop p {
    font-size: 1em;
  }
  .join-page .welfare .tip {
    font-size: 1em;
  }
  .join-page .welfare .body > .flex {
    flex-wrap: wrap;
  }
  .join-page .welfare .item {
    width: 13em;
    margin: 1em 0;
  }
  .join-page .welfare .item .icon-wrap {
    width: 4.5em;
    height: 4.5em;
    line-height: 4.5em;
    margin-bottom: -2.25em;
  }
  .join-page .welfare .item .icon-wrap .icon {
    font-size: 2.1em;
  }
  .join-page .welfare .item .content {
    height: 14em;
    padding: 0.5em;
    padding-top: 3.5em;
  }
  .join-page .welfare .item .content .label {
    font-size: 1.08em;
  }
  .join-page .welfare .item .content .text {
    font-size: 0.83em;
    margin-top: 2.66em;
  }
  .join-page .recruit .content {
    margin-top: 1em;
  }
  .join-page .recruit .content .item {
    width: 100%;
    font-size: 0.6em;
  }
  .join-page .recruit .content .item:nth-child(2n-1) {
    padding-right: 0;
  }
  .join-page .headquarters,
  .join-page .recruit .company {
    font-size: .5em;
  }
  .join-page .recruit .company .info,
  .join-page .recruit .company .img {
    width: 50%;
  }
  .join-page .recruit .company .img:nth-child(3) {
    display: none;
  }
  
}<!--0.00018000602722168-->