body {
  background-color: #ffffff;
}

.careers .icon {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
.careers .br:before {
  content: "\a";
  white-space: pre;
}
.careers .banner {
  position: relative;
}
.careers .banner .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers .banner .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.careers .banner .content h1 {
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
}
.careers .scan {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.careers .scan .heading h2 {
  line-height: 1.3;
}
.careers .scan .note {
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  color: #333333;
}
.careers .scan .note .wx-scan {
  display: inline-flex;
  align-items: center;
  background-color: #f2f2f2;
}
.careers .scan .note .wx-scan .icon--scan {
  background-image: url("/assets/careers/scan.png");
}
.careers .scan .qrcode-list {
  display: flex;
}
.careers .scan .qrcode-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.careers .scan .qrcode-list .item span {
  line-height: 1.3;
  font-weight: 400;
}
.careers .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.careers .step .step-list {
  display: flex;
  align-items: center;
  background-color: #f6f7fa;
}
.careers .step .step-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
}
.careers .step .step-list .item .text {
  line-height: 1.4;
}
.careers .step .step-list .item .icon.icon--search {
  background-image: url("/assets/careers/search.png");
}
.careers .step .step-list .item .icon.icon--result {
  background-image: url("/assets/careers/result.png");
}
.careers .step .step-list .item .icon.icon--action {
  background-image: url("/assets/careers/action.png");
}
.careers .step .step-list .icon.icon--arrow-right {
  background-image: url("/assets/careers/arrow-right.png");
}
.careers .step .desc {
  text-align: center;
  width: 100%;
  line-height: 1.3;
  font-weight: 400;
}

@media screen and (min-width: 1025px) {
  .careers .ele--pc {
    display: block;
  }
  .careers .ele-inline--pc {
    display: inline-block;
  }
  .careers .ele--h5 {
    display: none;
  }
  .careers .ele-inline--h5 {
    display: none;
  }
  .careers .banner .media {
    height: 535.5px;
  }
  .careers .banner .content {
    left: 15%;
  }
  .careers .banner .content h1 .cn {
    font-size: 60px;
  }
  .careers .banner .content h1 .en {
    font-size: 42px;
  }
  .careers .scan {
    padding-top: 90px;
  }
  .careers .scan .heading h2 {
    font-size: 45px;
  }
  .careers .scan .note {
    margin-top: 75px;
    font-size: 30px;
  }
  .careers .scan .note .wx-scan {
    border-radius: 150px;
    padding: 3px 18px;
    margin: 0 12px;
  }
  .careers .scan .note .wx-scan .icon--scan {
    margin-right: 6px;
    width: 36px;
    height: 36px;
  }
  .careers .scan .qrcode-list {
    margin-top: 120px;
  }
  .careers .scan .qrcode-list .item:nth-child(2) {
    margin-left: 300px;
  }
  .careers .scan .qrcode-list .item img {
    width: 270px;
    border-radius: 30px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1490196078);
  }
  .careers .scan .qrcode-list .item span {
    margin-top: 45px;
    font-size: 30px;
  }
  .careers .step {
    margin-top: 120px;
  }
  .careers .step .step-list {
    padding: 45px;
    border-radius: 36px;
  }
  .careers .step .step-list .item {
    padding: 21px 30px;
    border-radius: 36px;
  }
  .careers .step .step-list .item .text {
    font-size: 33px;
  }
  .careers .step .step-list .item .icon {
    width: 57px;
    height: 57px;
    margin-top: 15px;
  }
  .careers .step .step-list .icon.icon--arrow-right {
    width: 60px;
    height: 60px;
    margin: 0 40px;
  }
  .careers .step .desc {
    margin-top: 60px;
    padding: 0 0 90px;
    font-size: 24px;
    letter-spacing: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .careers .ele--pc {
    display: none;
  }
  .careers .ele-inline--pc {
    display: none;
  }
  .careers .ele--h5 {
    display: block;
  }
  .careers .ele-inline--h5 {
    display: inline-block;
  }
  .careers .banner .media {
    height: 64vw;
  }
  .careers .banner .content {
    left: 6%;
  }
  .careers .banner .content h1 .cn {
    font-size: 5.8667vw;
  }
  .careers .banner .content h1 .en {
    font-size: 4.2667vw;
  }
  .careers .scan {
    padding-top: 5.3333vw;
  }
  .careers .scan .heading h2 {
    font-size: 4.2667vw;
  }
  .careers .scan .note {
    margin-top: 5.6vw;
    font-size: 3.2vw;
  }
  .careers .scan .note .wx-scan {
    border-radius: 11.7333vw;
    padding: 0.2667vw 1.4667vw;
    margin: 0 1.0667vw;
  }
  .careers .scan .note .wx-scan .icon--scan {
    margin-right: 1.0667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .careers .scan .qrcode-list {
    margin-top: 10.6667vw;
  }
  .careers .scan .qrcode-list .item:nth-child(2) {
    margin-left: 10.6667vw;
  }
  .careers .scan .qrcode-list .item img {
    width: 22.9333vw;
    border-radius: 2.5333vw;
    box-shadow: 0px 0px 1.784vw 0px rgba(0, 0, 0, 0.1490196078);
  }
  .careers .scan .qrcode-list .item span {
    margin-top: 3.7333vw;
    font-size: 3.2vw;
  }
  .careers .step {
    margin-top: 10.6667vw;
  }
  .careers .step .step-list {
    padding: 3.3333vw 3.0667vw;
    border-radius: 2.8vw;
  }
  .careers .step .step-list .item {
    padding: 1.4667vw 2.5333vw;
    border-radius: 2.8vw;
  }
  .careers .step .step-list .item .text {
    font-size: 2.9333vw;
  }
  .careers .step .step-list .item .icon {
    width: 3.3333vw;
    height: 3.3333vw;
    margin-top: 1.7333vw;
  }
  .careers .step .step-list .icon.icon--arrow-right {
    width: 5.3333vw;
    height: 5.3333vw;
    margin: 0 2.1333vw;
  }
  .careers .step .desc {
    margin-top: 5.3333vw;
    padding: 0 0 5.3333vw;
    font-size: 3.2vw;
    letter-spacing: 1.1733vw;
  }
}

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