.body {
  width: 100%;
}
.body .mob-own {
  display: none;
}
.body .banner {
  width: 100%;
  background: url("../imgs/recruitment/bg.png") center;
  border: none;
}
.body .banner .section-main {
  width: 11.2rem;
  margin: 0 auto;
}
.body .banner .dealer {
  width: 93.75%;
  height: 2.3rem;
  background: rgb(255, 255, 255);
  opacity: 0.7;
  margin: 0 auto;
}
.body .banner .dealer .dealer-recruitment {
  font-size: 0.4rem;
  font-family: "HyundaiSansHeadCN-Medium", serif;
  font-weight: 400;
  color: rgb(51, 51, 51);
  padding-top: 0.69rem;
  line-height: 0.6rem;
  text-align: center;
}
.body .banner .dealer .dealer-flow {
  font-size: 0.24rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  padding-top: 0.18rem;
  line-height: 0.36rem;
  text-align: center;
}
.body .main {
  width: 11.2rem;
  margin: 0 auto;
}
.body .main .public {
  width: 100%;
  margin-top: 1rem;
}
.body .main .public .on-pic {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 0.48rem;
}
.body .main .public .on-pic .item-pic {
  min-width: 20%;
  padding: 0 2.5%;
  overflow: hidden;
  display: inline-block;
}
.body .main .public .on-pic .item-pic img {
  width: auto;
  margin: 0 auto;
}
.body .main .public .title {
  width: 100%;
  font-size: 0.24rem;
  color: rgb(51, 51, 51);
  line-height: 0.24rem;
  text-align: center;
  margin-bottom: 0.15rem;
  font-family: "HyundaiSansHeadCN-Medium", serif;
}
.body .main .public .title-en {
  font-size: 0.16rem;
  font-family: "HyundaiSansHeadCN-Medium", serif;
  color: rgb(51, 51, 51);
  line-height: 0.24rem;
  text-align: center;
  margin-bottom: 0.39rem;
}
.body .main .public .pic {
  width: 100%;
  position: relative;
  margin-bottom: 0.48rem;
}
.body .main .public .pic .left {
  width: 48.66%;
}
.body .main .public .pic .right {
  width: 48.66%;
  position: absolute;
  top: 0;
  right: 0;
}
.body .main .public .text {
  width: 100%;
  font-size: 0.16rem;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 0.36rem;
  margin-bottom: 0.9rem;
}
.body .main .public .text .text-up {
  margin-bottom: 0.53rem;
}
.body .main .public .text .text-up .f-bold {
  font-weight: 600;
}
.body .main .public .text .text-center {
  width: 100%;
  padding: 0 10%;
}
.body .main .public .line {
  box-shadow: 0rem -0.01rem 0rem 0rem rgb(204, 204, 204);
}
.body .main .public-top {
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .body {
    width: 100%;
  }
  .body .mob-own {
    display: none;
  }
  .body .banner {
    width: 100%;
    background-image: url("../imgs/recruitment/bg-ipad.png");
    background-size: 100%;
  }
  .body .banner .section-main {
    width: 93.4896%;
  }
  .body .banner .dealer {
    width: 93.4896%;
  }
  .body .banner .dealer .dealer-recruitment {
    font-size: 0.48rem;
  }
  .body .banner .dealer .dealer-flow {
    font-size: 0.3rem;
  }
  .body .main {
    width: 93.4896%;
  }
  .body .main .public {
    font-size: 0;
    margin-top: 0.84rem;
  }
  .body .main .public .title {
    margin-bottom: 0.2rem;
    font-size: 0.38rem;
  }
  .body .main .public .title-en {
    margin-bottom: 0.59rem;
    font-size: 0.19rem;
  }
  .body .main .public .pic {
    margin-bottom: 0.6rem;
  }
  .body .main .public .text {
    font-size: 0.28rem;
    line-height: 0.56rem;
    margin-bottom: 1.1rem;
  }
  .body .main .public .text .text-up {
    margin-bottom: 0.85rem;
  }
  .body .main .public-top {
    margin-top: 1rem;
  }
  .body .main .rescue {
    margin-bottom: 2.55rem;
  }
}
@media screen and (max-width: 767px) {
  .body {
    width: 100%;
    position: relative;
  }
  .body .banner {
    width: 100%;
    height: 2.9rem;
    background: url(../imgs/recruitment/bg-moc.png);
    background-size: 100%;
    padding-top: 0.6rem;
  }
  .body .banner .dealer {
    width: 91.467%;
    border: none;
  }
  .body .banner .dealer .dealer-recruitment {
    padding-top: 0.56rem;
  }
  .body .main {
    width: 91.467%;
  }
  .body .main .pic-pc-pad {
    display: none;
  }
  .body .main .public {
    font-size: 0;
    margin-top: 0.8rem;
  }
  .body .main .public .on-pic {
    width: 100%;
    text-align: center;
  }
  .body .main .public .on-pic .item-pic {
    max-width: 25%;
    overflow: hidden;
    display: inline-block;
    min-width: 20%;
    padding: 0 2.5%;
  }
  .body .main .public .on-pic .item-pic img {
    width: 100%;
  }
  .body .main .public .title {
    font-size: 0.3rem;
  }
  .body .main .public .title-en {
    font-size: 0.2rem;
  }
  .body .main .public .pic {
    margin-bottom: 0.59rem;
  }
  .body .main .public .text {
    font-size: 0.24rem;
    line-height: 0.46rem;
    margin-bottom: 0.85rem;
  }
  .body .main .public .text .text-up {
    margin-bottom: 0.68rem;
  }
  .body .main .mob-own {
    display: block;
    width: 100%;
    height: 2.7rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.59rem;
  }
  .body .main .mob-own .swiper-slide {
    width: 100%;
  }
  .body .main .mob-own .swiper-slide img {
    width: 100%;
  }
  .body .main .mob-own .swiper-slide .image-mob-left {
    height: 100%;
  }
  .body .main .mob-own .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0.21rem;
    width: 100%;
    text-align: center;
    border: none;
  }
  .body .main .mob-own .swiper-pagination-switch {
    display: inline-block;
    background: #00aad2;
    opacity: 0.8;
    border: 0 solid #fff;
    cursor: pointer;
  }
  .body .main .mob-own .swiper-active-switch {
    background: #fff;
  }
  .body .main .mob-own .prev {
    position: absolute;
    top: 40%;
    cursor: pointer;
  }
  .body .main .mob-own .prev img {
    width: 0.7rem;
  }
  .body .main .mob-own .next {
    position: absolute;
    top: 40%;
    right: 0;
    cursor: pointer;
  }
  .body .main .mob-own .next img {
    width: 0.7rem;
  }
  .body .main .mob-own .snumber {
    font-size: 0.24rem;
    font-weight: 400;
    color: rgb(255, 255, 255);
    line-height: 0.14rem;
    color: white;
    position: absolute;
    bottom: 0.21rem;
    right: 0.3rem;
  }
  .body .main .swiper-quick .snumber {
    color: rgb(181, 181, 181);
  }
}

/*# sourceMappingURL=services.css.map */
