.new-apply section,
.new-apply footer {
  position: relative; }
.new-apply .pcWrap {
  display: block; }
.new-apply .moWrap {
  display: none; }
.new-apply .letterSpacing {
  letter-spacing: 0.2em; }
.new-apply .pd-banner {
  height: 100vh;
  width: 100%; }
  .new-apply .pd-banner .pd-banner-mask {
    position: absolute;
    height: 100vh;
    width: 100%;
    opacity: 0;
    top: 0;
    background: black; }
  .new-apply .pd-banner .contact-apply {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    margin: unset; }
.new-apply .oneWrap {
  color: #5A5A5A;
  width: 100%;
  padding-top: 30vh;
  z-index: 4;
  background: rgba(13, 19, 35, 0);
  position: absolute;
  top: 0;
  left: 0; }
.new-apply .twoWrap {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .new-apply .twoWrap .twoWrap-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh; }
    .new-apply .twoWrap .twoWrap-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .new-apply .twoWrap .comm-wrap {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 80px;
    width: 60%; }
  .new-apply .twoWrap .list .list-item {
    display: block;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; }
    .new-apply .twoWrap .list .list-item .img {
      width: 40%; }
      .new-apply .twoWrap .list .list-item .img img {
        width: 100%;
        height: auto; }
    .new-apply .twoWrap .list .list-item:hover .img img {
      transform: scale3d(0.9, 0.9, 0.9);
      transition: transform .6s ease; }
.new-apply .threeWrap {
  padding-bottom: 100px;
  min-height: 10vh; }
  .new-apply .threeWrap .problem {
    display: flex;
    justify-content: space-between; }
    .new-apply .threeWrap .problem .problem_list {
      cursor: pointer;
      margin: 0 20px;
      position: relative; }
      .new-apply .threeWrap .problem .problem_list .problem_img {
        width: 100%; }
        .new-apply .threeWrap .problem .problem_list .problem_img img {
          width: 100%;
          height: auto;
          border-radius: 4%; }
      .new-apply .threeWrap .problem .problem_list:hover .problem_img img {
        scale: 1.05;
        transition: .5s; }
      .new-apply .threeWrap .problem .problem_list:hover .problem_text .title {
        text-decoration: underline;
        transition: .6s; }
      .new-apply .threeWrap .problem .problem_list .problem_text {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 0; }
        .new-apply .threeWrap .problem .problem_list .problem_text .title {
          padding: 0 10px 16px; }
        .new-apply .threeWrap .problem .problem_list .problem_text .desc p {
          display: flex;
          align-items: center;
          color: white;
          padding: 0 20px 4px; }
          .new-apply .threeWrap .problem .problem_list .problem_text .desc p span {
            width: 16px;
            height: 16px;
            text-align: center;
            line-height: 16px;
            display: inline-block;
            border: 1px solid red;
            border-radius: 100%;
            margin-right: 10px;
            color: red; }
      .new-apply .threeWrap .problem .problem_list:last-child .problem_text p span {
        border: 1px solid #52C41A;
        color: #52C41A; }
.new-apply .tenWrap {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .new-apply .tenWrap .tenWrap-bg,
  .new-apply .tenWrap .tenWrap-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    .new-apply .tenWrap .tenWrap-bg img,
    .new-apply .tenWrap .tenWrap-bg2 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .new-apply .tenWrap .tenWrap-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px; }
.new-apply .elevenWrap {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .new-apply .elevenWrap .elevenWrap-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    .new-apply .elevenWrap .elevenWrap-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .new-apply .elevenWrap .elevenWrap-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px; }
.new-apply .fourWrap .retain-item__wrap {
  min-height: 400px; }
  .new-apply .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__title {
    position: relative;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 1px solid #000000;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box; }
    .new-apply .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__title::after {
      content: "\ecdf";
      font-family: iconfont;
      position: absolute;
      right: 30px;
      top: 50%;
      font-size: 24px;
      width: 1em;
      height: 1em;
      margin-top: -.5em;
      line-height: 1;
      transition: transform .3s;
      right: 0;
      font-size: 18px;
      color: #0039C8; }
  .new-apply .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body {
    display: none;
    position: relative; }
    .new-apply .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img {
      position: absolute;
      top: -60px;
      right: -670px;
      max-width: 500px; }
      .new-apply .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img:hover img {
        transform: scale(1.08);
        transition: .5s; }
  .new-apply .fourWrap .retain-item__wrap .pdv-item__intro:nth-child(2) .pdv-item__body .pdv-item__img {
    top: -120px; }
  .new-apply .fourWrap .retain-item__wrap .pdv-item__intro:nth-child(3) .pdv-item__body .pdv-item__img {
    top: -180px; }
  .new-apply .fourWrap .retain-item__wrap .pdv-item__intro:nth-child(4) .pdv-item__body .pdv-item__img {
    top: -240px; }
  .new-apply .fourWrap .retain-item__wrap .pdv-item__intro:nth-child(5) .pdv-item__body .pdv-item__img {
    top: -300px; }
  .new-apply .fourWrap .retain-item__wrap .pdv-item__intro.active .pdv-item__title {
    border: unset; }
    .new-apply .fourWrap .retain-item__wrap .pdv-item__intro.active .pdv-item__title::after {
      transform: rotate(180deg); }
  .new-apply .fourWrap .retain-item__wrap .pdv-item__intro.active .pdv-item__body {
    padding: 0 0 20px;
    display: block;
    border-bottom: 1px solid #000000; }
.new-apply .fiveWrap {
  width: 100vw;
  background: white;
  height: 100vh; }
  .new-apply .fiveWrap .parallel {
    width: 100%;
    height: 100%;
    margin-top: 0;
    position: relative;
    overflow: hidden;
    z-index: 50;
    box-sizing: border-box; }
  .new-apply .fiveWrap .page1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: pink; */ }
    .new-apply .fiveWrap .page1 .fiveWraptitle {
      width: 100%;
      text-align: center;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: -webkit-linear-gradient(300deg, #4acbff 40%, #93ebff 47%, #ffd178 65%);
      font-size: 100px;
      font-family: HanyiVar-vivo-hwid-65;
      color: #000000;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 100; }
    .new-apply .fiveWrap .page1 .info {
      position: absolute;
      left: 50%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      opacity: 0;
      transform: translateX(-50%); }
    .new-apply .fiveWrap .page1 .p2 {
      font-size: 24px;
      color: #272727; }
    .new-apply .fiveWrap .page1 .p3 {
      font-size: 18px;
      color: #717171;
      margin-top: 10px; }
    .new-apply .fiveWrap .page1 .video1 {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
.new-apply .sixWrap {
  position: relative; }
  .new-apply .sixWrap .app-slick .app-slick-box {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px; }
    .new-apply .sixWrap .app-slick .app-slick-box .slick-list .app-slick-list-wrap {
      cursor: pointer;
      position: relative;
      margin: 0 10px;
      border-radius: 8%; }
      .new-apply .sixWrap .app-slick .app-slick-box .slick-list .app-slick-list-wrap img {
        width: 100%;
        height: auto;
        border-radius: 8%; }
      .new-apply .sixWrap .app-slick .app-slick-box .slick-list .app-slick-list-wrap .slick-text {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 8%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .new-apply .sixWrap .app-slick .app-slick-box .slick-list .app-slick-list-wrap .slick-text .title {
          color: white;
          font-size: 36px; }
    .new-apply .sixWrap .app-slick .app-slick-box .slick-arrow {
      z-index: 10;
      position: absolute;
      bottom: -60px;
      border: 0;
      padding: 0;
      outline: 0;
      font-size: 0;
      cursor: pointer;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5);
      padding: 6px 8px 8px;
      box-sizing: border-box;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center; }
      .new-apply .sixWrap .app-slick .app-slick-box .slick-arrow::before {
        font-family: iconfont;
        font-size: 16px;
        line-height: 1;
        color: white; }
      .new-apply .sixWrap .app-slick .app-slick-box .slick-arrow:hover {
        transition: .5s;
        background: #0039C8; }
        .new-apply .sixWrap .app-slick .app-slick-box .slick-arrow:hover::before {
          color: white; }
    .new-apply .sixWrap .app-slick .app-slick-box .slick-prev {
      right: 110px; }
      .new-apply .sixWrap .app-slick .app-slick-box .slick-prev::before {
        content: "\e729"; }
    .new-apply .sixWrap .app-slick .app-slick-box .slick-next {
      right: 50px; }
      .new-apply .sixWrap .app-slick .app-slick-box .slick-next::before {
        content: "\ecdd"; }
.new-apply .sevenWrap {
  width: 100%;
  height: 100vh;
  overflow: hidden; }
  .new-apply .sevenWrap .sevenWrap-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh; }
    .new-apply .sevenWrap .sevenWrap-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .new-apply .sevenWrap .sevenWrap-text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 120px; }
    .new-apply .sevenWrap .sevenWrap-text .sevenWrap-one {
      width: 55%; }
    .new-apply .sevenWrap .sevenWrap-text .sevenWrap-two {
      width: 60%;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .new-apply .sevenWrap .sevenWrap-text .sevenWrap-two .sevenWrap-two-list {
        width: 35%;
        margin-bottom: 50px; }
        .new-apply .sevenWrap .sevenWrap-text .sevenWrap-two .sevenWrap-two-list .title {
          display: inline-block;
          color: transparent;
          background: #0039C8;
          background-clip: text;
          -webkit-background-clip: text; }
          .new-apply .sevenWrap .sevenWrap-text .sevenWrap-two .sevenWrap-two-list .title span {
            font-size: 60px;
            margin-right: 10px; }
.new-apply .eightWrap .eightWrap-banner {
  position: relative; }
  .new-apply .eightWrap .eightWrap-banner .eightWrap-banner-list {
    width: 100%; }
    .new-apply .eightWrap .eightWrap-banner .eightWrap-banner-list .eightWrap-banner-img {
      min-width: 500px;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
    .new-apply .eightWrap .eightWrap-banner .eightWrap-banner-list img {
      width: 100%;
      height: auto;
      object-fit: cover;
      display: block; }
  .new-apply .eightWrap .eightWrap-banner .eightWrap-text {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .new-apply .eightWrap .eightWrap-banner .eightWrap-text .text-list {
      width: 50%;
      padding: 10px;
      box-sizing: border-box; }
      .new-apply .eightWrap .eightWrap-banner .eightWrap-text .text-list .con {
        border-radius: 20px;
        box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        padding: 20px;
        background: #F9F9F9;
        height: 120px;
        box-sizing: border-box; }
        .new-apply .eightWrap .eightWrap-banner .eightWrap-text .text-list .con .title span {
          margin-right: 4px; }
      .new-apply .eightWrap .eightWrap-banner .eightWrap-text .text-list:hover {
        scale: 0.98; }
  .new-apply .eightWrap .eightWrap-banner .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #979797;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #979797;
    width: 100px;
    height: 60px;
    line-height: 60px;
    background: unset;
    font-size: 20px; }
  .new-apply .eightWrap .eightWrap-banner .slick-prev {
    transform: translate(-140%, -50%);
    z-index: 1; }
  .new-apply .eightWrap .eightWrap-banner .slick-next {
    transform: translate(40%, -50%); }
  .new-apply .eightWrap .eightWrap-banner .active {
    border-bottom: 3px solid #000;
    color: #000;
    font-weight: bold; }
.new-apply .footerWrap .footerWrap-bg {
  max-width: 1920px;
  margin: auto; }
  .new-apply .footerWrap .footerWrap-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block; }
.new-apply .footerWrap .footerWrap-text {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: unset; }
  .new-apply .footerWrap .footerWrap-text .con2 {
    color: #0039C8; }
  .new-apply .footerWrap .footerWrap-text .con4 a {
    color: #0039C8;
    margin: 0 10px; }
  .new-apply .footerWrap .footerWrap-text .con6 {
    cursor: pointer;
    border-radius: 25px;
    height: 50px;
    background: #F6F6F6;
    border: unset;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .new-apply .footerWrap .footerWrap-text .con6 img {
      margin-left: 10px;
      width: 30px; }
.new-apply .footerDesc {
  background-color: #181818; }
  .new-apply .footerDesc .wrap {
    border-bottom: 1px solid #494949; }
  .new-apply .footerDesc p {
    font-size: 12px;
    line-height: 2;
    text-align: left;
    color: #c2c8cc; }

@media (max-width: 1601px) {
  .new-apply .twoWrap .comm-wrap {
    top: 0; } }
@media (max-width: 1024px) {
  .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img {
    right: -500px !important;
    max-width: 450px !important; } }
@media (max-width: 821px) {
  .new-apply .pcWrap {
    display: none; }
  .new-apply .moWrap {
    display: block; }
  .new-apply .pd-banner .pdb-img::before {
    padding-top: 250%; }
  .new-apply .oneWrap {
    text-align: center;
    padding-top: 20vh; }
    .new-apply .oneWrap .title-desc {
      margin-top: 15px; }
  .new-apply .fourWrap .retain-item__wrap {
    height: unset;
    background: #f2f3f5;
    padding: 20px; }
    .new-apply .fourWrap .retain-item__wrap .pdv-item__intro {
      width: 100%;
      margin-top: unset; }
      .new-apply .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body {
        display: none;
        position: relative;
        padding: 0 0 20px; }
        .new-apply .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img {
          position: unset !important;
          max-width: 100% !important;
          margin-top: 20px; }
          .new-apply .fourWrap .retain-item__wrap .pdv-item__intro .pdv-item__body .pdv-item__img .plyr-iframe-bg img {
            transform: unset; }
  .new-apply .twoWrap .comm-wrap {
    width: 90%;
    top: 10%; }
  .new-apply .twoWrap .list-5 li {
    width: 33.3%; }
  .new-apply .threeWrap {
    padding: 0 20px 20px;
    background: #F0F2F5;
    min-height: 10vh; }
    .new-apply .threeWrap::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 30%;
      background-image: linear-gradient(to bottom, #FDFCFC 100%, #fff 0%); }
    .new-apply .threeWrap .problem {
      flex-direction: column; }
      .new-apply .threeWrap .problem .problem_list {
        margin: 20px 0 0; }
        .new-apply .threeWrap .problem .problem_list .problem_text .desc p {
          padding: 0 10px 4px; }
  .new-apply .sevenWrap .sevenWrap-text {
    top: 30px; }
    .new-apply .sevenWrap .sevenWrap-text .sevenWrap-one {
      width: 100%; }
    .new-apply .sevenWrap .sevenWrap-text .sevenWrap-two {
      width: 100%;
      margin-top: 20px; }
      .new-apply .sevenWrap .sevenWrap-text .sevenWrap-two .sevenWrap-two-list {
        width: 50%;
        margin-bottom: 10px; }
        .new-apply .sevenWrap .sevenWrap-text .sevenWrap-two .sevenWrap-two-list .title {
          font-size: 14px !important; }
          .new-apply .sevenWrap .sevenWrap-text .sevenWrap-two .sevenWrap-two-list .title span {
            font-size: 18px; }
  .new-apply .eightWrap .eightWrap-banner .eightWrap-text .text-list {
    padding: unset;
    padding-bottom: 20px;
    width: 100%; }
  .new-apply .eightWrap .eightWrap-banner .slick-arrow {
    top: 35%; }
  .new-apply .tenWrap .tenWrap-text {
    width: 100%;
    top: 80px;
    margin: unset; }
  .new-apply .elevenWrap .elevenWrap-text {
    width: 100%;
    top: 80px;
    margin: unset; }
  .new-apply .footerWrap .footerWrap-text {
    margin: unset;
    width: 100%; }
  .new-apply .fiveWrap .page1 .fiveWraptitle {
    font-size: 36px; } }
@media (max-width: 500px) {
  .new-apply .eightWrap .eightWrap-banner .slick-arrow {
    top: 22%;
    font-size: 16px;
    width: 100px; }
  .new-apply .eightWrap .eightWrap-banner .eightWrap-banner-list .eightWrap-banner-img {
    min-width: 100%; } }

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