.app_join {
  width: 100%;
  margin-top: 3.38vw;
}

.app_join .bannerBox {
  width: 100%;
  height: 41.6vw;
  text-align: center;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.app_join .bannerBox img {
  width: 100%;
  height: 100%;
}

.app_join .bannerBox p:nth-child(1) {
  font-size: 3.12vw;
  line-height: 4.368vw;
  letter-spacing: 0.26vw;
  margin-bottom: 2.444vw;
}

.app_join .bannerBox p:nth-child(2) {
  font-size: 1.456vw;
  line-height: 2.08vw;
  letter-spacing: 0.104vw;
}

.app_join .breadCrumbs {
  width: 60%;
  margin: 0 auto;
  padding: 2.912vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app_join .breadCrumbs .breadCrumbs_l {
  font-size: 0.728vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 1.04vw;
  cursor: pointer;
}

.app_join .breadCrumbs .breadCrumbs_r {
  font-size: 0.728vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 1.04vw;
}

.app_join .breadCrumbs .breadCrumbs_r span:nth-child(2) {
  margin: 0 0.52vw;
}

.app_join .breadCrumbs .breadCrumbs_r span:nth-child(3) {
  color: #0c32eb;
}

.app_join .title {
  font-size: 1.144vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 1.456vw;
  text-align: center;
  margin-bottom: 3.536vw;
  border-bottom: 0.052vw dashed #000;
  padding-bottom: 1.04vw;
}

.app_join .navBox .navItem {
  width: 63.544vw;
  height: 6.344vw;
  background: #ffffff;
  -webkit-box-shadow: 0vw 0.156vw 0.416vw 0vw rgba(0, 0, 0, 0.08);
          box-shadow: 0vw 0.156vw 0.416vw 0vw rgba(0, 0, 0, 0.08);
  border-radius: 0.52vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4.16vw;
  margin: 0 auto 1.82vw;
  cursor: pointer;
}

.app_join .navBox .navItem div:nth-child(1) {
  font-size: 1.56vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  line-height: 6.344vw;
}

.app_join .navBox .navItem div:nth-child(2) {
  position: relative;
}

.app_join .navBox .navItem div:nth-child(2) img {
  width: 1.456vw;
  height: 1.248vw;
  position: absolute;
  top: 40%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.app_join .navBox .navContent {
  width: 63.544vw;
  height: 47.476vw;
  background: #ffffff;
  -webkit-box-shadow: 0vw 0.156vw 0.416vw 0vw rgba(0, 0, 0, 0.08);
          box-shadow: 0vw 0.156vw 0.416vw 0vw rgba(0, 0, 0, 0.08);
  border-radius: 0.52vw;
  margin: 0 auto 1.82vw;
  font-size: 1.04vw;
  font-family: PingFang SC;
  font-weight: bold;
  display: none;
}

.app_join .navBox .navContent .navContent_title {
  padding: 2.34vw 3.588vw 1.04vw;
}

.app_join .navBox .navContent .navContent_title img {
  width: 1.404vw;
  height: 1.404vw;
}

.app_join .navBox .navContent .navContent_title span:nth-child(2) {
  color: #385aff;
  line-height: 1.352vw;
  margin: 0 1.56vw;
}

.app_join .navBox .navContent .navContent_title span:nth-child(3) {
  color: #000000;
  line-height: 1.872vw;
}

.app_join .navBox .navContent .navContent_p {
  width: 49.14vw;
  font-size: 0.832vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 1.664vw;
  margin: 0 auto;
}

.app_join .navBox .noneClass {
  display: none;
}

.app_join .navBox .blockClass {
  display: block;
}

.app_join .contactBox {
  width: 100%;
  padding: 3.12vw 0 5.2vw;
  text-align: center;
  margin: 0 auto;
  background: url("/static/web/images/index/img08.png") no-repeat;
  background-size: 100% 50%;
  color: #ffffff;
  min-height: 240px;
}

.app_join .contactBox .contactBox_h {
  font-size: 1.56vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 2.184vw;
  letter-spacing: 0.052vw;
  margin-bottom: 0.52vw;
}

.app_join .contactBox .contactBox_p {
  font-size: 0.728vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 1.04vw;
  margin: 1.04vw 0 2.6vw;
}

.app_join .contactBox .contactBox_bigBox {
  width: 68.692vw;
  height: 27.976vw;
  background-color: #fff;
  margin: 2.6vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l {
  width: 50%;
  height: 100%;
  padding: 0 2.132vw;
  font-size: 1.04vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #909090;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .contactBox_bigBox_l_h {
  font-size: 1.56vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 1.82vw 0 2.34vw;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox input {
  width: 100%;
  height: 2.808vw;
  border: 0.052vw solid #ccc;
  padding: 0 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_l {
  width: 45%;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_l img {
  width: 0.832vw;
  height: 0.988vw;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_r {
  width: 45%;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_r img {
  width: 0.78vw;
  height: 0.988vw;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox {
  width: 100%;
  margin: 1.04vw 0;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox img {
  width: 1.04vw;
  height: 0.988vw;
  margin-right: 0.27vw;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox textarea {
  width: 100%;
  height: 6.812vw;
  border: 0.052vw solid #ccc;
  padding: 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox input {
  width: 45%;
  height: 2.808vw;
  border: 0.052vw solid #ccc;
  padding: 0 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox img {
  position: absolute;
  left: 55%;
  cursor: pointer;
  width: 7.8vw;
  display: block;
  height: 2.6vw;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .btnBox {
  width: 11.856vw;
  height: 3.12vw;
  margin: 2vw auto 0;
  line-height: 3.12vw;
  text-align: center;
  background: #0c57db;
  border-radius: 0.52vw;
  font-size: 1.04vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_r {
  width: 50%;
  height: 100%;
}

.app_join .contactBox .contactBox_bigBox .contactBox_bigBox_r img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .app_join .contactBox .contactBox_bigBox {
    width: 68.692vw;
    height: 40vw;
  }
  .app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l {
    width: 100%;
    height: 100%;
  }
  .app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox input {
    height: 5vw;
  }
  .app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox textarea {
    height: 12vw;
  }
  .app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox input {
    height: 5vw;
  }
  .app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox img {
    width: 10vw;
    height: 5vw;
  }
  .app_join .contactBox .contactBox_bigBox .contactBox_bigBox_l .btnBox {
    width: 15vw;
    height: 5vw;
    margin: 2vw auto 0;
    line-height: 5vw;
  }
  .app_join .contactBox .contactBox_bigBox .contactBox_bigBox_r {
    display: none;
  }
}

.app_join .recruitment1,
.app_join .recruitment2,
.app_join .recruitment3 {
  width: 51%;
  margin: 0 auto 4.16vw;
}

.app_join .recruitment1 .recruitment_h,
.app_join .recruitment2 .recruitment_h,
.app_join .recruitment3 .recruitment_h {
  padding: 0.52vw 1.56vw;
  position: relative;
}

.app_join .recruitment1 .recruitment_h .recruitment_h_bg,
.app_join .recruitment2 .recruitment_h .recruitment_h_bg,
.app_join .recruitment3 .recruitment_h .recruitment_h_bg {
  position: absolute;
  width: 8.736vw;
  height: 0.676vw;
  background: rgba(179, 192, 255, 0.5);
  bottom: 0.52vw;
  z-index: -1;
  left: 3.38vw;
}

.app_join .recruitment1 .recruitment_h span:nth-child(1),
.app_join .recruitment2 .recruitment_h span:nth-child(1),
.app_join .recruitment3 .recruitment_h span:nth-child(1) {
  font-size: 0.936vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6e6e6e;
  line-height: 1.3vw;
  margin-right: 1.04vw;
}

.app_join .recruitment1 .recruitment_h span:nth-child(2),
.app_join .recruitment2 .recruitment_h span:nth-child(2),
.app_join .recruitment3 .recruitment_h span:nth-child(2) {
  font-size: 0.936vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.3vw;
  letter-spacing: 0.052vw;
}

.app_join .recruitment1 .recruitment_line,
.app_join .recruitment2 .recruitment_line,
.app_join .recruitment3 .recruitment_line {
  width: 32.5vw;
  height: 0.104vw;
  background: #cecece;
  margin-bottom: 1.508vw;
}

.app_join .recruitment1 .recruitment_p,
.app_join .recruitment2 .recruitment_p,
.app_join .recruitment3 .recruitment_p {
  font-size: 0.832vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 1.144vw;
  margin-bottom: 1.196vw;
}

.app_join .recruitment2 .recruitment_h .recruitment_h_bg {
  background: rgba(255, 228, 191, 0.5);
}

.app_join .recruitment3 .recruitment_h .recruitment_h_bg {
  background: rgba(140, 176, 255, 0.5);
}
/*# sourceMappingURL=index.css.map */