@charset "UTF-8";
@font-face {
  font-family: 'HarmonyOSSansSC';
  src: url("/static/share/font/HarmonyOS_Sans_Bold.ttf"); }

.HarmonyOSFont {
  font-family: 'HarmonyOSSansSC', 'PingFang SC', serif, SimSun, 'MiSansL3', "MiSans", sans-serif !important; }

.homepage-new {
  position: relative;
  overflow: hidden;
  background: #eef3f9;
  padding-bottom: 180px; }
  .homepage-new .new-banner-wrap {
    position: absolute;
    /* top  : 65px; */
    width: 100%;
    z-index: 9; }
  .homepage-new .homepage-header {
    width: 1200px;
    padding: 0 5px 0 8px;
    margin: 160px auto 0 auto;
    display: flex;
    justify-content: space-between; }
    .homepage-new .homepage-header .homepage-header-title {
      z-index: 9; }
      .homepage-new .homepage-header .homepage-header-title .title-1 {
        display: flex;
        margin-top: 119px; }
        .homepage-new .homepage-header .homepage-header-title .title-1 .title-1-1 {
          width: 150px;
          height: 73px;
          background: url("/static/imgs/homepageNew/label-shengyin.png?v=52888d79ed") no-repeat;
          background-size: contain; }
        .homepage-new .homepage-header .homepage-header-title .title-1 .title-1-2 {
          margin-left: 7px;
          width: 226px;
          height: 73px;
          background: url("/static/imgs/homepageNew/label-zhuanwenzi.png?v=7913b33f85") no-repeat;
          background-size: contain; }
      .homepage-new .homepage-header .homepage-header-title .title-2 {
        margin-top: 22px; }
        .homepage-new .homepage-header .homepage-header-title .title-2 .title-2-1 {
          width: 302px;
          height: 74px;
          background: url("/static/imgs/homepageNew/label-quanxinkaiqi.png?v=e171fb1cf9") no-repeat;
          background-size: contain; }
    html.lang-zh-TW {
      --homepage-header-title-image: url('/static/imgs/homepageNew/image-zhuanwenzi-title-cn-TC.svg?v=360453099a'); }
    html.lang-en-US {
      --homepage-header-title-image: url('/static/imgs/homepageNew/image-zhuanwenzi-title-en-US.svg?v=335db538a6'); }
    .homepage-new .homepage-header .homepage-header-title-image {
      width: 375px;
      background: var(--homepage-header-title-image, url("/static/imgs/homepageNew/image-zhuanwenzi-title.svg?v=46f99ba33d")) no-repeat;
      background-size: contain;
      background-position: center;
      z-index: 9; }
    .homepage-new .homepage-header .homepage-header-image {
      position: relative;
      width: 718px;
      height: 411px; }
      .homepage-new .homepage-header .homepage-header-image .image-bg {
        position: relative;
        top: 0;
        left: 0;
        width: 718px;
        height: 411px;
        background: url("/static/imgs/homepageNew/image-zhuanwenzi.png?v=a51d52c52b") no-repeat;
        background-size: contain;
        z-index: 9; }
      .homepage-new .homepage-header .homepage-header-image .video-bg {
        width: 700px;
        height: 397px;
        position: absolute;
        top: 50%;
        z-index: 9;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 25px;
        object-fit: cover; }
      .homepage-new .homepage-header .homepage-header-image .color-1 {
        position: absolute;
        top: -77px;
        right: -57px;
        width: 335px;
        height: 335px;
        background: url("/static/imgs/homepageNew/color-1-1.png?v=a38cba1e42") no-repeat;
        background-size: contain;
        z-index: 1;
        opacity: 0.5; }
      .homepage-new .homepage-header .homepage-header-image .color-2 {
        position: absolute;
        bottom: -40px;
        left: 49px;
        width: 201px;
        height: 201px;
        background: url("/static/imgs/homepageNew/color-1-2.png?v=31345a77c0") no-repeat;
        background-size: contain;
        z-index: 1; }
  .homepage-new .homepage-func-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 234px;
    margin: 80px 0 0 0; }
    html.lang-en-US {
      --homepage-func-item-height: 211px; }
    .homepage-new .homepage-func-list .func-item {
      position: relative;
      width: 388px;
      height: var(--homepage-func-item-height, 173px);
      margin: 0 9px;
      background: linear-gradient(171deg, #ffffff 64%, rgba(255, 255, 255, 0.26) 100%);
      border: 2px solid #ffffff;
      border-radius: 28px;
      box-shadow: 0px 14px 24px 0px rgba(154, 191, 235, 0.09);
      box-sizing: border-box;
      cursor: pointer;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      /* 紧挨着写，但用 @at-root 跳出嵌套作用域 */ }
      .homepage-new .homepage-func-list .func-item .item-nr {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 32px 38px;
        overflow: hidden;
        box-sizing: border-box; }
      html.lang-en-US {
        --homepage-item-image-top: -40px; }
      .homepage-new .homepage-func-list .func-item .item-image {
        position: absolute;
        top: var(--homepage-item-image-top, -20px);
        right: 15px;
        width: 150px;
        height: 113px; }
      .homepage-new .homepage-func-list .func-item .item-bg {
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s; }
      .homepage-new .homepage-func-list .func-item .item-title {
        font-size: 32px;
        font-family: PingFang SC, PingFang SC-Semibold;
        font-weight: 600;
        text-align: left;
        color: #333333;
        line-height: 45px; }
      .homepage-new .homepage-func-list .func-item .item-tips {
        display: flex;
        align-items: flex-start;
        font-size: 16px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: rgba(0, 0, 0, 0.6);
        line-height: 24px; }
        .homepage-new .homepage-func-list .func-item .item-tips::before {
          display: block;
          content: "";
          width: 4px;
          height: 4px;
          margin-right: 7px;
          margin-top: 10px;
          flex-shrink: 0;
          background: rgba(0, 0, 0, 0.6);
          border-radius: 50%; }
      .homepage-new .homepage-func-list .func-item .item-btn {
        display: none;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px 0 18px;
        margin-top: 23px;
        width: 115px;
        height: 38px;
        background: #ffffff;
        border-radius: 19px;
        font-size: 16px;
        font-family: PingFang SC, PingFang SC-Medium;
        font-weight: 500;
        text-align: left;
        white-space: nowrap;
        line-height: 22px;
        box-sizing: border-box; }
        .homepage-new .homepage-func-list .func-item .item-btn .btn-icon {
          width: 20px;
          height: 20px;
          min-width: 20px;
          min-height: 20px; }
      .homepage-new .homepage-func-list .func-item.zwz .item-image {
        background: url("/static/imgs/homepageNew/func-zwz.png?v=c0781688a7") no-repeat;
        background-size: contain; }
      .homepage-new .homepage-func-list .func-item.zwz .item-bg {
        background: url("/static/imgs/homepageNew/func-bg-zwz.png?v=a8fae56c52") no-repeat;
        background-size: 100% 100%; }
      .homepage-new .homepage-func-list .func-item.zwz .item-btn {
        color: #0174ff; }
        .homepage-new .homepage-func-list .func-item.zwz .item-btn .btn-icon {
          background: url("/static/imgs/homepageNew/func-item-btn-zwz.png?v=f9a4f75881") no-repeat;
          background-size: contain; }
      .homepage-new .homepage-func-list .func-item.hj .item-image {
        background: url("/static/imgs/homepageNew/func-hj.png?v=30723b590e") no-repeat;
        background-size: contain; }
      .homepage-new .homepage-func-list .func-item.hj .item-bg {
        background: url("/static/imgs/homepageNew/func-bg-hj.png?v=7da3dd040e") no-repeat;
        background-size: 100% 100%; }
      .homepage-new .homepage-func-list .func-item.hj .item-btn {
        color: #3a62ff; }
        .homepage-new .homepage-func-list .func-item.hj .item-btn .btn-icon {
          background: url("/static/imgs/homepageNew/func-item-btn-hj.png?v=14d8a4a78d") no-repeat;
          background-size: contain; }
      .homepage-new .homepage-func-list .func-item.rg .item-image {
        background: url("/static/imgs/homepageNew/func-rg.png?v=00192987e6") no-repeat;
        background-size: contain; }
      .homepage-new .homepage-func-list .func-item.rg .item-bg {
        background: url("/static/imgs/homepageNew/func-bg-rg.png?v=ec839ac192") no-repeat;
        background-size: 100% 100%; }
      .homepage-new .homepage-func-list .func-item.rg .item-btn {
        color: #1281e7; }
        .homepage-new .homepage-func-list .func-item.rg .item-btn .btn-icon {
          background: url("/static/imgs/homepageNew/func-item-btn-rg.png?v=b2b9c4c42f") no-repeat;
          background-size: contain; }
      html.lang-en-US {
        --homepage-func-item-hover-height: 268px; }
      .homepage-new .homepage-func-list .func-item:hover {
        height: var(--homepage-func-item-hover-height, 234px); }
        .homepage-new .homepage-func-list .func-item:hover .item-title,
        .homepage-new .homepage-func-list .func-item:hover .item-tips {
          color: #ffffff; }
          .homepage-new .homepage-func-list .func-item:hover .item-title .superscript,
          .homepage-new .homepage-func-list .func-item:hover .item-tips .superscript {
            color: #91cfff; }
          .homepage-new .homepage-func-list .func-item:hover .item-title::before,
          .homepage-new .homepage-func-list .func-item:hover .item-tips::before {
            background: #FFFFFF;
            color: #ffffff; }
        .homepage-new .homepage-func-list .func-item:hover .item-btn {
          display: flex; }
        .homepage-new .homepage-func-list .func-item:hover .item-bg {
          width: calc(100% + 4px);
          height: calc(100% + 4px);
          opacity: 1; }
    html.lang-zh-TW {
      --homepage-sixty-minutes-free-per-month: url('/static/imgs/homepageNew/sixty-minutes-free-per-month-en_tc.png?v=bcddde1187'); }
    html.lang-en-US {
      --homepage-sixty-minutes-free-per-month: url('/static/imgs/homepageNew/sixty-minutes-free-per-month-en_US.png?v=f5e0d57130'); }
    .homepage-new .homepage-func-list .sixty-minutes-free-per-month {
      width: 77px;
      height: 25px;
      background: var(--homepage-sixty-minutes-free-per-month, url("/static/imgs/homepageNew/sixty-minutes-free-per-month.png?v=d9ed40666b")) no-repeat;
      background-size: 100% 100%;
      margin-left: 4px; }
  .homepage-new .homepage-card-corp {
    position: relative;
    display: flex;
    margin: 70px auto 0 auto;
    width: 1200px;
    height: 357px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0px 14px 24px 0px rgba(149, 183, 222, 0.09);
    z-index: 9; }
    html.lang-en-US {
      --homepage-card-corp-left-background: url('/static/imgs/homepageNew/icon-corp-list-en-US.png?v=03d2df9800') no-repeat; }
    .homepage-new .homepage-card-corp .left {
      width: 529px;
      height: 363px;
      border-radius: 28px 0 0 28px;
      background: var(--homepage-card-corp-left-background, url("/static/imgs/homepageNew/icon-corp-list.png?v=064ce466e0")) no-repeat;
      background-size: contain;
      background-color: linear-gradient(176deg, #b3d2f9 14%, #d6eaff 100%); }
    .homepage-new .homepage-card-corp .right {
      position: relative;
      width: 573px;
      height: 355px;
      padding-left: 57px;
      border-radius: 0 28px 0 28px;
      background: #FFFFFF;
      cursor: pointer; }
      .homepage-new .homepage-card-corp .right-title {
        margin-top: 50px;
        font-size: 32px;
        font-family: PingFang SC, PingFang SC-Semibold;
        font-weight: 600;
        text-align: left;
        color: rgba(0, 0, 0, 0.9);
        line-height: 45px; }
      .homepage-new .homepage-card-corp .right-list {
        display: flex;
        flex-wrap: wrap; }
        .homepage-new .homepage-card-corp .right-list-item {
          display: flex;
          margin: 35px 50px 0 0; }
          .homepage-new .homepage-card-corp .right-list-item-title {
            font-size: 16px;
            font-family: PingFang SC, PingFang SC-Semibold;
            font-weight: 600;
            text-align: left;
            color: rgba(0, 0, 0, 0.9);
            line-height: 22px; }
          .homepage-new .homepage-card-corp .right-list-item-tips {
            margin-top: 1px;
            font-size: 14px;
            font-family: PingFang SC, PingFang SC-Regular;
            font-weight: 400;
            text-align: left;
            color: rgba(0, 0, 0, 0.6);
            line-height: 20px;
            white-space: nowrap;
            min-width: 182px; }
          .homepage-new .homepage-card-corp .right-list-item-icon {
            width: 38px;
            height: 38px;
            flex-shrink: 0;
            margin: 4px 14px 1px 0; }
            .homepage-new .homepage-card-corp .right-list-item-icon.icon-1 {
              background: url("/static/imgs/homepageNew/icon-corp-func-1.png?v=bcdb664da9") no-repeat;
              background-size: 38px 38px; }
            .homepage-new .homepage-card-corp .right-list-item-icon.icon-2 {
              background: url("/static/imgs/homepageNew/icon-corp-func-2.png?v=674f7ebcbf") no-repeat;
              background-size: 38px 38px; }
            .homepage-new .homepage-card-corp .right-list-item-icon.icon-3 {
              background: url("/static/imgs/homepageNew/icon-corp-func-3.png?v=552772a621") no-repeat;
              background-size: 38px 38px; }
            .homepage-new .homepage-card-corp .right-list-item-icon.icon-4 {
              background: url("/static/imgs/homepageNew/icon-corp-func-4.png?v=f4efc4b477") no-repeat;
              background-size: 38px 38px; }
      .homepage-new .homepage-card-corp .right .right-btn {
        display: flex;
        align-items: center;
        margin-top: 45px;
        font-size: 20px;
        font-family: PingFang SC, PingFang SC-Medium;
        font-weight: 500;
        text-align: left;
        color: #1e64ff;
        line-height: 28px;
        cursor: pointer; }
        .homepage-new .homepage-card-corp .right .right-btn-icon {
          margin-left: 2px;
          width: 20px;
          height: 20px;
          background: url("/static/imgs/homepageNew/right-btn-icon.png?v=6de490504e") no-repeat;
          background-size: contain; }
      .homepage-new .homepage-card-corp .right:hover .right-btn:hover {
        color: #3a87ff; }
        .homepage-new .homepage-card-corp .right:hover .right-btn:hover-icon {
          background: url("/static/imgs/homepageNew/right-btn-icon-hover.png?v=3a1345280b") no-repeat;
          background-size: contain; }
  .homepage-new .homepage-card-carousel {
    position: relative;
    margin: 190px auto 0 auto;
    width: 1200px;
    height: 605px; }
    .homepage-new .homepage-card-carousel .card-bg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 1918px;
      height: 1020px;
      background: url("/static/imgs/homepageNew/background.png?v=4514b84a72") no-repeat;
      background-size: contain;
      pointer-events: none; }
    html.lang-en-US {
      --homepage-carousel-title-font-size: 32px; }
    .homepage-new .homepage-card-carousel .card-nr .carousel-title {
      line-height: 56px;
      font-family: "PingFang SC", "PingFang SC-Semibold";
      font-size: var(--homepage-carousel-title-font-size, 40px);
      font-weight: 600;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      margin-bottom: 56px; }
    .homepage-new .homepage-card-carousel .card-nr .carousel-tab {
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 60px; }
      .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item {
        min-width: 196px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 26px 10px 16px;
        border-radius: 70px;
        cursor: pointer;
        user-select: none;
        box-sizing: border-box; }
        html.lang-en-US {
          --homepage-carousel-item-margin-left: 16px; }
        .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item + .carousel-item {
          margin-left: var(--homepage-carousel-item-margin-left, 30px); }
        .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item .carousel-item-icon {
          display: inline-block;
          width: 40px;
          height: 40px; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item .carousel-item-icon.carousel-meeting-record {
            background: url("/static/imgs/homepageNew/carousel-meeting-record.svg?v=157bdc481e") no-repeat;
            background-size: contain; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item .carousel-item-icon.carousel-class-notes {
            background: url("/static/imgs/homepageNew/carousel-class-notes.svg?v=514d165db5") no-repeat;
            background-size: contain; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item .carousel-item-icon.carousel-live-streaming {
            background: url("/static/imgs/homepageNew/carousel-live-streaming.svg?v=5fc769f051") no-repeat;
            background-size: contain; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item .carousel-item-icon.carousel-interview-research {
            background: url("/static/imgs/homepageNew/carousel-interview-research.svg?v=b132245cdf") no-repeat;
            background-size: contain; }
        html.lang-en-US {
          --homepage-carousel-item-label-font-weight: 550; }
        html.lang-en-US {
          --homepage-carousel-item-label-font-size: 24px; }
        .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item .carousel-item-label {
          white-space: nowrap;
          margin-left: 10px;
          font-family: PingFang SC;
          font-size: var(--homepage-carousel-item-label-font-size, 26px);
          font-weight: var(--homepage-carousel-item-label-font-weight, 500);
          line-height: 36px;
          color: rgba(0, 0, 0, 0.9); }
        .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item:hover {
          background: rgba(255, 255, 255, 0.5); }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item:hover .carousel-item-icon.carousel-meeting-record {
            background: url("/static/imgs/homepageNew/carousel-meeting-record-hover.svg?v=97f76b4262") no-repeat;
            background-size: contain; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item:hover .carousel-item-icon.carousel-class-notes {
            background: url("/static/imgs/homepageNew/carousel-class-notes-hover.svg?v=5d2391131d") no-repeat;
            background-size: contain; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item:hover .carousel-item-icon.carousel-live-streaming {
            background: url("/static/imgs/homepageNew/carousel-live-streaming-hover.svg?v=e4b75f0c84") no-repeat;
            background-size: contain; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item:hover .carousel-item-icon.carousel-interview-research {
            background: url("/static/imgs/homepageNew/carousel-interview-research-hover.svg?v=a90ab2665d") no-repeat;
            background-size: contain; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item:hover .carousel-item-label {
            color: #1E64FF; }
        .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item.active {
          background: rgba(255, 255, 255, 0.9); }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item.active .carousel-item-icon.carousel-meeting-record {
            background: url("/static/imgs/homepageNew/carousel-meeting-record-active.svg?v=7f29aa294e") no-repeat;
            background-size: contain; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item.active .carousel-item-icon.carousel-class-notes {
            background: url("/static/imgs/homepageNew/carousel-class-notes-active.svg?v=1403ad39a3") no-repeat;
            background-size: contain; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item.active .carousel-item-icon.carousel-live-streaming {
            background: url("/static/imgs/homepageNew/carousel-live-streaming-active.svg?v=fcc239255c") no-repeat;
            background-size: contain; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item.active .carousel-item-icon.carousel-interview-research {
            background: url("/static/imgs/homepageNew/carousel-interview-research-active.svg?v=44ccc6095f") no-repeat;
            background-size: contain; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-tab .carousel-item.active .carousel-item-label {
            color: #1E64FF; }
    .homepage-new .homepage-card-carousel .card-nr .carousel-content {
      position: relative;
      display: flex;
      background: linear-gradient(223deg, #ffffff 2%, rgba(255, 255, 255, 0.29) 50%, rgba(255, 255, 255, 0.83) 89%);
      padding: 4px;
      border-radius: 32px;
      backdrop-filter: blur(8px);
      min-height: 395px; }
      .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item {
        display: flex;
        position: absolute;
        top: 4px;
        left: 4px;
        width: calc(100% - 8px);
        height: 395px;
        opacity: 0;
        background: rgba(255, 255, 255, 0.54);
        border-radius: 30px;
        transition: opacity 1s ease-in-out;
        will-change: opacity; }
        .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item.active {
          opacity: 1;
          top: 0;
          left: 0;
          width: 100%;
          position: relative; }
        .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item .carousel-item-left {
          flex: 1;
          padding: 64px 0 0 64px; }
          html.lang-en-US {
            --homepage-carousel-item-left-title-font-size: 28px; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item .carousel-item-left .carousel-item-left-title {
            font-family: PingFang SC;
            font-size: var(--homepage-carousel-item-left-title-font-size, 32px);
            font-weight: 600;
            line-height: normal;
            color: #1E64FF;
            margin-bottom: 33px; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item .carousel-item-left .carousel-item-left-list {
            list-style: none; }
            html.lang-en-US {
              --homepage-carousel-item-left-list-font-size: 18px; }
            .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item .carousel-item-left .carousel-item-left-list li {
              display: flex;
              align-items: flex-start;
              font-family: PingFang SC;
              font-size: var(--homepage-carousel-item-left-list-font-size, 22px);
              font-weight: normal;
              line-height: 32px;
              letter-spacing: normal;
              color: rgba(0, 0, 0, 0.6);
              margin-bottom: 11px; }
              .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item .carousel-item-left .carousel-item-left-list li:before {
                content: '';
                display: inline-block;
                width: 8px;
                height: 8px;
                min-width: 8px;
                transform: rotate(45deg);
                background: #D5DCFA;
                margin-right: 10px;
                margin-top: 12px; }
              .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item .carousel-item-left .carousel-item-left-list li:last-child {
                margin-bottom: 0; }
        .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item .carousel-item-right {
          width: 642px;
          height: 100%;
          border-radius: 30px;
          border-left: 5px solid #fff;
          box-sizing: border-box; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item .carousel-item-right.carousel-meeting-record {
            background: url("/static/imgs/homepageNew/carousel-meeting-record.png?v=0d27853d29") no-repeat right;
            background-size: cover; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item .carousel-item-right.carousel-class-notes {
            background: url("/static/imgs/homepageNew/carousel-class-notes.png?v=c237412426") no-repeat right;
            background-size: cover; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item .carousel-item-right.carousel-live-streaming {
            background: url("/static/imgs/homepageNew/carousel-live-streaming.png?v=4ab8a5e16e") no-repeat right;
            background-size: cover; }
          .homepage-new .homepage-card-carousel .card-nr .carousel-content .carousel-item .carousel-item-right.carousel-interview-research {
            background: url("/static/imgs/homepageNew/carousel-interview-research.png?v=90966472ce") no-repeat right;
            background-size: cover; }
    .homepage-new .homepage-card-carousel .card-color-1 {
      position: absolute;
      top: -376px;
      left: -294px;
      width: 971px;
      height: 1090px;
      background: url("/static/imgs/homepageNew/color-card-1-1.png?v=17ca832f9a") no-repeat;
      background-size: contain;
      pointer-events: none; }
    .homepage-new .homepage-card-carousel .card-color-2 {
      position: absolute;
      top: -36px;
      right: -309px;
      width: 968px;
      height: 969px;
      background: url("/static/imgs/homepageNew/color-card-1-2.png?v=3547cf1635") no-repeat;
      background-size: contain;
      pointer-events: none; }
  .homepage-new .homepage-card-zwz {
    position: relative;
    margin: 230px auto 0 auto;
    width: 1200px;
    height: 655px;
    background: linear-gradient(223deg, #ffffff 2%, rgba(255, 255, 255, 0.29) 50%, rgba(255, 255, 255, 0.83) 89%);
    padding: 4px;
    border-radius: 32px;
    backdrop-filter: blur(8px); }
    .homepage-new .homepage-card-zwz .card-bg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 1918px;
      height: 1020px;
      background: url("/static/imgs/homepageNew/background.png?v=4514b84a72") no-repeat;
      background-size: contain;
      pointer-events: none; }
    .homepage-new .homepage-card-zwz .card-nr {
      position: relative;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.54);
      border-radius: 30px; }
      html.lang-en-US {
        --homepage-card-title-font-size1: 50px; }
      .homepage-new .homepage-card-zwz .card-nr .card-title {
        position: absolute;
        top: 85px;
        left: 60px;
        width: auto;
        height: 57px;
        color: #1E64FF;
        line-height: 57px;
        font-size: var(--homepage-card-title-font-size1, 55px);
        font-weight: 600; }
      .homepage-new .homepage-card-zwz .card-nr .card-tips {
        position: absolute;
        top: 158px;
        left: 60px;
        display: flex;
        align-items: center;
        font-size: 22px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 30px; }
        .homepage-new .homepage-card-zwz .card-nr .card-tips::before {
          content: "";
          display: block;
          margin-right: 7px;
          width: 17px;
          height: 19px;
          background: url("/static/imgs/homepageNew/card-title-zwz-icon.png?v=b803d21217") no-repeat;
          background-size: contain; }
      .homepage-new .homepage-card-zwz .card-nr .card-info {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 230px;
        left: 0;
        width: 592px;
        height: 229px;
        background: linear-gradient(90deg, rgba(160, 190, 255, 0.09), rgba(128, 157, 255, 0));
        padding: 36px 0 0 60px;
        box-sizing: border-box; }
        .homepage-new .homepage-card-zwz .card-nr .card-info-item {
          width: 104px;
          margin: 0 125px 38px 0; }
          html.lang-en-US {
            --homepage-card-info-title-font-size: 24px; }
          .homepage-new .homepage-card-zwz .card-nr .card-info-item-title {
            font-size: var(--homepage-card-info-title-font-size, 26px);
            font-family: PingFang SC, PingFang SC-Medium;
            font-weight: bold;
            text-align: left;
            color: rgba(0, 0, 0, 0.9);
            line-height: 36px;
            white-space: nowrap; }
          .homepage-new .homepage-card-zwz .card-nr .card-info-item-tips {
            margin-top: 4px;
            font-size: 14px;
            font-family: PingFang SC, PingFang SC-Regular;
            font-weight: 400;
            text-align: left;
            color: rgba(0, 0, 0, 0.6);
            line-height: 20px;
            white-space: nowrap; }
      .homepage-new .homepage-card-zwz .card-nr .card-demo {
        position: absolute;
        top: 116px;
        right: -20px;
        width: 680px;
        height: 424px;
        background: #ffffff;
        border-radius: 38px;
        box-shadow: 0 12px 44px 0 rgba(135, 175, 211, 0.19); }
        .homepage-new .homepage-card-zwz .card-nr .card-demo .color {
          position: absolute;
          top: -70px;
          right: -45px;
          width: 244px;
          height: 244px;
          background: url("/static/imgs/homepageNew/color-card-1.png?v=f6fd0e70db") no-repeat;
          background-size: contain; }
        .homepage-new .homepage-card-zwz .card-nr .card-demo .video {
          position: relative;
          width: 100%;
          height: 100%;
          padding: 8px;
          background: #FFFFFF;
          border-radius: 46px; }
          .homepage-new .homepage-card-zwz .card-nr .card-demo .video video {
            border-radius: 38px;
            width: 100%;
            height: 100%; }
        .homepage-new .homepage-card-zwz .card-nr .card-demo .animation {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
          .homepage-new .homepage-card-zwz .card-nr .card-demo .animation .file {
            display: none;
            position: absolute;
            width: 203px;
            height: 196px;
            background: url("/static/imgs/homepageNew/zwz-file.png?v=dabeb33ee3") no-repeat;
            background-size: contain;
            bottom: -85px;
            left: -20px;
            opacity: 0;
            transition: all 1s;
            -webkit-transition: all 1s; }
            .homepage-new .homepage-card-zwz .card-nr .card-demo .animation .file.begin {
              display: block; }
            .homepage-new .homepage-card-zwz .card-nr .card-demo .animation .file.middle {
              display: block;
              bottom: -75px;
              left: -10px;
              opacity: 1; }
            .homepage-new .homepage-card-zwz .card-nr .card-demo .animation .file.end {
              display: block;
              bottom: 88px;
              left: 225px; }
          .homepage-new .homepage-card-zwz .card-nr .card-demo .animation .arrow {
            display: block;
            position: absolute;
            width: 60px;
            height: 76px;
            background: url("/static/imgs/homepageNew/arrow.png?v=6101fe76d9") no-repeat;
            background-size: contain;
            bottom: -120px;
            left: 600px;
            transition: all 1s;
            -webkit-transition: all 1s; }
            .homepage-new .homepage-card-zwz .card-nr .card-demo .animation .arrow.begin {
              display: block; }
            .homepage-new .homepage-card-zwz .card-nr .card-demo .animation .arrow.middle {
              display: block;
              bottom: -75px;
              left: 113px; }
            .homepage-new .homepage-card-zwz .card-nr .card-demo .animation .arrow.end {
              display: block;
              bottom: 88px;
              left: 348px; }
      .homepage-new .homepage-card-zwz .card-nr .card-btn {
        position: absolute;
        bottom: 88px;
        left: 60px;
        width: 167px;
        height: 60px;
        cursor: pointer; }
        html.lang-zh-TW {
          --homepage-card-btn-nr: url('/static/imgs/homepageNew/card-btn-zwz-zh-TC.png?v=161146b744'); }
        html.lang-en-US {
          --homepage-card-btn-nr: url('/static/imgs/homepageNew/card-btn-zwz-en-US.png?v=6534fd9b6c'); }
        .homepage-new .homepage-card-zwz .card-nr .card-btn-nr {
          position: absolute;
          width: 167px;
          height: 60px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          background: var(--homepage-card-btn-nr, url("/static/imgs/homepageNew/card-btn-zwz.png?v=c0ea240114")) no-repeat;
          background-size: contain;
          z-index: 1; }
          html.lang-zh-TW {
            --homepage-card-btn-nr-hover: url('/static/imgs/homepageNew/card-btn-zwz-hover-zh-TC.png?v=ace8dcfb6b'); }
          html.lang-en-US {
            --homepage-card-btn-nr-hover: url('/static/imgs/homepageNew/card-btn-zwz-hover-en-US.png?v=a5bfb14797'); }
          .homepage-new .homepage-card-zwz .card-nr .card-btn-nr:hover {
            width: 173px;
            height: 62px;
            background: var(--homepage-card-btn-nr-hover, url("/static/imgs/homepageNew/card-btn-zwz-hover.png?v=431436904a")) no-repeat;
            background-size: contain; }
        .homepage-new .homepage-card-zwz .card-nr .card-btn::after {
          position: absolute;
          display: block;
          content: "";
          width: 141px;
          height: 27px;
          bottom: 1px;
          left: 50%;
          transform: translateX(-50%);
          background: linear-gradient(270deg, #37aaff, #1c6cff);
          border-radius: 20px;
          filter: blur(15px); }
    .homepage-new .homepage-card-zwz .card-color-1 {
      position: absolute;
      top: -376px;
      left: -294px;
      width: 971px;
      height: 1090px;
      background: url("/static/imgs/homepageNew/color-card-1-1.png?v=17ca832f9a") no-repeat;
      background-size: contain;
      pointer-events: none; }
    .homepage-new .homepage-card-zwz .card-color-2 {
      position: absolute;
      top: -36px;
      right: -309px;
      width: 968px;
      height: 969px;
      background: url("/static/imgs/homepageNew/color-card-1-2.png?v=3547cf1635") no-repeat;
      background-size: contain;
      pointer-events: none; }
  .homepage-new .homepage-card-hj {
    position: relative;
    margin: 180px auto 0 auto;
    width: 1200px;
    height: 655px;
    background: linear-gradient(223deg, #ffffff 2%, rgba(255, 255, 255, 0.29) 50%, rgba(255, 255, 255, 0.83) 89%);
    border-radius: 32px;
    padding: 4px;
    backdrop-filter: blur(8px); }
    .homepage-new .homepage-card-hj .card-bg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 1918px;
      height: 1020px;
      background: url("/static/imgs/homepageNew/background.png?v=4514b84a72") no-repeat;
      background-size: contain; }
    .homepage-new .homepage-card-hj .card-nr {
      position: relative;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.54);
      border-radius: 30px; }
      .homepage-new .homepage-card-hj .card-nr .card-title {
        position: absolute;
        top: 85px;
        right: 256px;
        width: auto;
        height: 57px;
        color: #6c49ff;
        line-height: 57px;
        font-size: var(--homepage-card-title-font-size1, 55px);
        font-weight: 600; }
      html.lang-en-US {
        --homepage-card-tips-right: 55px; }
      .homepage-new .homepage-card-hj .card-nr .card-tips {
        position: absolute;
        top: 158px;
        right: var(--homepage-card-tips-right, 185px);
        display: flex;
        align-items: center;
        font-size: 22px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 30px;
        align-items: flex-start; }
        .homepage-new .homepage-card-hj .card-nr .card-tips::before {
          content: "";
          display: block;
          margin-right: 7px;
          margin-top: 6px;
          width: 17px;
          min-width: 17px;
          height: 19px;
          background: url("/static/imgs/homepageNew/card-title-hj-icon.png?v=26d5ca4773") no-repeat;
          background-size: contain; }
      html.lang-en-US {
        --homepage-card-info-right: -13px; }
      html.lang-en-US {
        --homepage-card-info-padding: 36px 0 0 45px; }
      html.lang-en-US {
        --homepage-card-info-top: 180px; }
      html.lang-en-US {
        --homepage-card-info-height: 296px !important; }
      html.lang-en-US {
        --homepage-card-info-width1: 650px !important; }
      .homepage-new .homepage-card-hj .card-nr .card-info {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: var(--homepage-card-info-top, 229px);
        right: var(--homepage-card-info-right, -6px);
        width: var(--homepage-card-info-width1, 582px);
        height: var(--homepage-card-info-height, 229px);
        background: linear-gradient(90deg, rgba(196, 160, 255, 0.09), rgba(186, 128, 255, 0) 98%);
        padding: var(--homepage-card-info-padding, 36px 0 0 105px);
        box-sizing: border-box; }
        html.lang-en-US {
          --homepage-card-info-width: 266px !important; }
        html.lang-en-US {
          --homepage-card-info-margin: 0 10px 38px 0 !important; }
        .homepage-new .homepage-card-hj .card-nr .card-info-item {
          width: var(--homepage-card-info-width, 104px);
          margin: var(--homepage-card-info-margin, 0 132px 38px 0); }
          .homepage-new .homepage-card-hj .card-nr .card-info-item-title {
            font-size: var(--homepage-card-info-title-font-size, 26px);
            font-family: PingFang SC, PingFang SC-Medium;
            font-weight: bold;
            text-align: left;
            color: rgba(0, 0, 0, 0.9);
            line-height: 36px;
            white-space: nowrap; }
          .homepage-new .homepage-card-hj .card-nr .card-info-item-tips {
            margin-top: 4px;
            font-size: 14px;
            font-family: PingFang SC, PingFang SC-Regular;
            font-weight: 400;
            text-align: left;
            color: rgba(0, 0, 0, 0.6);
            line-height: 20px;
            white-space: nowrap; }
      html.lang-en-US {
        --homepage-card-demo-left: -120px; }
      html.lang-en-US {
        --homepage-card-demo-top: 126px; }
      .homepage-new .homepage-card-hj .card-nr .card-demo {
        position: absolute;
        top: var(--homepage-card-demo-top, 116px);
        left: var(--homepage-card-demo-left, -20px);
        width: 680px;
        height: 424px;
        background: #ffffff;
        border-radius: 38px;
        box-shadow: 0 11px 40px 0 rgba(189, 149, 222, 0.19); }
        .homepage-new .homepage-card-hj .card-nr .card-demo .color {
          position: absolute;
          top: -70px;
          left: -45px;
          width: 254px;
          height: 254px;
          background: url("/static/imgs/homepageNew/color-card-2.png?v=3f78411613") no-repeat;
          background-size: contain; }
        .homepage-new .homepage-card-hj .card-nr .card-demo .video {
          position: relative;
          width: 100%;
          height: 100%;
          padding: 8px;
          background: #FFFFFF;
          border-radius: 46px; }
          .homepage-new .homepage-card-hj .card-nr .card-demo .video video {
            border-radius: 38px;
            width: 100%;
            height: 100%; }
          .homepage-new .homepage-card-hj .card-nr .card-demo .video .video-sound-wave {
            position: absolute;
            width: 764px;
            height: 764px;
            left: 50%;
            transform: translateX(-50%);
            bottom: -95px; }
      html.lang-en-US {
        --homepage-card-btn-right: 400px; }
      .homepage-new .homepage-card-hj .card-nr .card-btn {
        position: absolute;
        bottom: 89px;
        right: var(--homepage-card-btn-right, 311px);
        width: 166px;
        height: 60px;
        cursor: pointer; }
        html.lang-zh-TW {
          --card-btn-hj-international: url('/static/imgs/homepageNew/card-btn-hj-zh-TC.png?v=55a9047680'); }
        html.lang-en-US {
          --card-btn-hj-international: url('/static/imgs/homepageNew/card-btn-hj-en-US.png?v=11ca84b6f1'); }
        .homepage-new .homepage-card-hj .card-nr .card-btn-nr {
          position: absolute;
          width: 167px;
          height: 60px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          background: var(--card-btn-hj-international, url("/static/imgs/homepageNew/card-btn-hj.png?v=80a6362744")) no-repeat;
          background-size: contain;
          z-index: 1; }
          html.lang-zh-TW {
            --card-btn-hj-hover-international: url('/static/imgs/homepageNew/card-btn-hj-hover-zh-TC.png?v=5b90e5e62e'); }
          html.lang-en-US {
            --card-btn-hj-hover-international: url('/static/imgs/homepageNew/card-btn-hj-hover-en-US.png?v=1a12a971d5'); }
          .homepage-new .homepage-card-hj .card-nr .card-btn-nr:hover {
            width: 174px;
            height: 62px;
            background: var(--card-btn-hj-hover-international, url("/static/imgs/homepageNew/card-btn-hj-hover.png?v=9a96ad8a2b")) no-repeat;
            background-size: contain; }
        .homepage-new .homepage-card-hj .card-nr .card-btn::after {
          position: absolute;
          display: block;
          content: "";
          width: 141px;
          height: 27px;
          bottom: 1px;
          left: 50%;
          transform: translateX(-50%);
          background: linear-gradient(270deg, #c359d2, #7040fd);
          border-radius: 20px;
          filter: blur(15px); }
    .homepage-new .homepage-card-hj .card-color-1 {
      position: absolute;
      bottom: -376px;
      left: -294px;
      width: 809px;
      height: 809px;
      background: url("/static/imgs/homepageNew/color-card-2-1.png?v=936e0dd450") no-repeat;
      background-size: contain; }
    .homepage-new .homepage-card-hj .card-color-2 {
      position: absolute;
      top: -36px;
      right: -309px;
      width: 787px;
      height: 787px;
      background: url("/static/imgs/homepageNew/color-card-2-2.png?v=16ea624ef3") no-repeat;
      background-size: contain; }
  .homepage-new .homepage-card-rg {
    position: relative;
    margin: 180px auto 0 auto;
    width: 1200px;
    height: 655px;
    background: linear-gradient(223deg, #ffffff 2%, rgba(255, 255, 255, 0.29) 50%, rgba(255, 255, 255, 0.83) 89%);
    padding: 4px;
    border-radius: 32px;
    backdrop-filter: blur(8px); }
    .homepage-new .homepage-card-rg .card-bg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 1918px;
      height: 1020px;
      background: url("/static/imgs/homepageNew/background.png?v=4514b84a72") no-repeat;
      background-size: contain; }
    .homepage-new .homepage-card-rg .card-nr {
      position: relative;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.54);
      border-radius: 30px; }
      .homepage-new .homepage-card-rg .card-nr .card-title {
        position: absolute;
        top: 85px;
        left: 62px;
        width: 236px;
        height: 57px;
        background-size: contain;
        line-height: 57px;
        font-size: var(--homepage-card-title-font-size1, 55px);
        font-weight: 600;
        width: auto;
        height: 57px;
        color: #2CA2D5; }
      .homepage-new .homepage-card-rg .card-nr .card-tips {
        position: absolute;
        top: 158px;
        left: 61px;
        display: flex;
        align-items: center;
        font-size: 22px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 30px; }
        .homepage-new .homepage-card-rg .card-nr .card-tips::before {
          content: "";
          display: block;
          margin-right: 7px;
          width: 17px;
          height: 19px;
          background: url("/static/imgs/homepageNew/card-title-rg-icon.png?v=0aa2789290") no-repeat;
          background-size: contain; }
      .homepage-new .homepage-card-rg .card-nr .card-info {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 229px;
        left: 0;
        width: 526px;
        height: 229px;
        background: linear-gradient(90deg, rgba(148, 213, 255, 0.19), rgba(128, 217, 255, 0));
        padding: 36px 0 0 60px;
        box-sizing: border-box; }
        .homepage-new .homepage-card-rg .card-nr .card-info-item {
          width: 104px;
          margin: 0 125px 38px 0; }
          .homepage-new .homepage-card-rg .card-nr .card-info-item-title {
            font-size: var(--homepage-card-info-title-font-size, 26px);
            font-family: PingFang SC, PingFang SC-Medium;
            font-weight: bold;
            text-align: left;
            color: rgba(0, 0, 0, 0.9);
            line-height: 36px;
            white-space: nowrap; }
          .homepage-new .homepage-card-rg .card-nr .card-info-item-tips {
            margin-top: 4px;
            font-size: 14px;
            font-family: PingFang SC, PingFang SC-Regular;
            font-weight: 400;
            text-align: left;
            color: rgba(0, 0, 0, 0.6);
            line-height: 20px;
            white-space: nowrap; }
      .homepage-new .homepage-card-rg .card-nr .card-demo {
        position: absolute;
        top: 116px;
        right: -20px;
        width: 680px;
        height: 424px;
        background: #ffffff;
        border-radius: 38px;
        box-shadow: 0 11px 40px 0 rgba(149, 190, 222, 0.19); }
        .homepage-new .homepage-card-rg .card-nr .card-demo .color {
          position: absolute;
          bottom: -70px;
          right: -45px;
          width: 244px;
          height: 244px;
          background: url("/static/imgs/homepageNew/color-card-3.png?v=6f16c4ce7b") no-repeat;
          background-size: contain; }
        .homepage-new .homepage-card-rg .card-nr .card-demo .video {
          position: relative;
          width: 100%;
          height: 100%;
          padding: 8px;
          background: #FFFFFF;
          border-radius: 46px; }
          .homepage-new .homepage-card-rg .card-nr .card-demo .video video {
            border-radius: 38px;
            width: 100%;
            height: 100%; }
      html.lang-en-US {
        --homepage-card-btn-bottom: 78px; }
      .homepage-new .homepage-card-rg .card-nr .card-btn {
        position: absolute;
        bottom: var(--homepage-card-btn-bottom, 89px);
        left: 60px;
        width: 167px;
        height: 60px;
        cursor: pointer; }
        html.lang-zh-TW {
          --card-btn-rg-international: url('/static/imgs/homepageNew/card-btn-rg-zh-TC.png?v=a77de32e82'); }
        html.lang-en-US {
          --card-btn-rg-international: url('/static/imgs/homepageNew/card-btn-rg-en-US.png?v=0b162fa252'); }
        .homepage-new .homepage-card-rg .card-nr .card-btn-nr {
          position: absolute;
          width: 167px;
          height: 60px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          background: var(--card-btn-rg-international, url("/static/imgs/homepageNew/card-btn-rg.png?v=f001e0c615")) no-repeat;
          background-size: contain;
          z-index: 1; }
          html.lang-zh-TW {
            --card-btn-rg-hover-international: url('/static/imgs/homepageNew/card-btn-rg-hover-zh-TC.png?v=30e4f5d7a0'); }
          html.lang-en-US {
            --card-btn-rg-hover-international: url('/static/imgs/homepageNew/card-btn-rg-hover-en-US.png?v=9ce07a4379'); }
          .homepage-new .homepage-card-rg .card-nr .card-btn-nr:hover {
            width: 173px;
            height: 62px;
            background: var(--card-btn-rg-hover-international, url("/static/imgs/homepageNew/card-btn-rg-hover.png?v=45f60276b0")) no-repeat;
            background-size: contain; }
        .homepage-new .homepage-card-rg .card-nr .card-btn::after {
          position: absolute;
          display: block;
          content: "";
          width: 141px;
          height: 27px;
          bottom: 1px;
          left: 50%;
          transform: translateX(-50%);
          background: linear-gradient(270deg, #2bc1d5, #13b5de);
          border-radius: 20px;
          filter: blur(15px); }
    .homepage-new .homepage-card-rg .card-color-1 {
      position: absolute;
      top: -317px;
      left: -294px;
      width: 1026px;
      height: 1090px;
      background: url("/static/imgs/homepageNew/color-card-3-1.png?v=1f8362f831") no-repeat;
      background-size: contain; }
    .homepage-new .homepage-card-rg .card-color-2 {
      position: absolute;
      top: -35px;
      right: -309px;
      width: 968px;
      height: 969px;
      background: url("/static/imgs/homepageNew/color-card-3-2.png?v=3547cf1635") no-repeat;
      background-size: contain; }
  .homepage-new .homepage-bg-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 1080px;
    background: url("/static/imgs/homepageNew/bg-1.png?v=46be100449") no-repeat;
    background-size: contain; }
  .homepage-new .homepage-bg-2 {
    position: absolute;
    top: 1285px;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 1080px;
    background: radial-gradient(rgba(30, 100, 255, 0), #1e64ff, rgba(30, 100, 255, 0));
    opacity: 0.1;
    filter: blur(100px); }
  .homepage-new .homepage-bg-3 {
    position: absolute;
    top: 2252px;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 1080px;
    background: radial-gradient(rgba(30, 100, 255, 0), #1e64ff, rgba(30, 100, 255, 0));
    opacity: 0.1;
    filter: blur(100px); }
  .homepage-new .homepage-bg-4 {
    position: absolute;
    top: 3076px;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 1080px;
    background: radial-gradient(rgba(30, 100, 255, 0), #1e64ff, rgba(30, 100, 255, 0), rgba(30, 100, 255, 0));
    opacity: 0.1;
    filter: blur(100px); }
  .homepage-new .homepage-bg-5 {
    position: absolute;
    width: 1920px;
    height: 3000px;
    top: 1285px;
    left: 50%;
    transform: translateX(-50%);
    background: url("/static/imgs/homepageNew/background.png?v=4514b84a72");
    background-size: contain;
    background-repeat: repeat-y; }
  .homepage-new .superscript {
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #1e64ff;
    line-height: 17px;
    transform: translate(3px, -5px);
    cursor: pointer; }
    .homepage-new .superscript .tooltip {
      position: absolute;
      top: -32px;
      left: -178px;
      padding: 6px 16px;
      font-style: normal;
      font-size: 12px;
      color: #fff;
      background: rgba(36, 36, 36, 0.9);
      border-radius: 4px;
      white-space: nowrap;
      cursor: default;
      display: none;
      height: 14px;
      line-height: 14px;
      z-index: 99; }
    .homepage-new .superscript .tooltip-icon {
      position: absolute;
      border-bottom: 3px solid rgba(36, 36, 36, 0.9);
      transform: rotate(45deg);
      top: -10px;
      left: 3px;
      border-left: 3px solid transparent;
      border-right: 3px solid rgba(36, 36, 36, 0.9);
      border-top: 3px solid transparent;
      display: none; }
    .homepage-new .superscript .tooltip-icon-up {
      position: absolute;
      border-bottom: 4px solid rgba(36, 36, 36, 0.9);
      transform: rotate(225deg);
      top: -10px;
      left: 3px;
      border-left: 4px solid transparent;
      border-right: 4px solid rgba(36, 36, 36, 0.9);
      border-top: 4px solid transparent;
      display: none; }
    .homepage-new .superscript:hover .tooltip,
    .homepage-new .superscript:hover .tooltip-icon {
      display: block; }
  html.lang-en-US .superscript .tooltip {
    top: 24px;
    left: -178px; }
  html.lang-en-US .superscript .tooltip-icon {
    display: none !important; }
  html.lang-en-US .superscript .tooltip-icon-up {
    top: 26px;
    left: 0px; }
  html.lang-en-US .superscript:hover .tooltip,
  html.lang-en-US .superscript:hover .tooltip-icon-up {
    display: block; }

.authentication-bg {
  margin-top: 0 !important; }

.rightSidebar-corp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 444px;
  right: 16px;
  width: 64px;
  height: 154px;
  background: linear-gradient(151deg, #1e64ff 7%, #0a9aff 84%);
  border-radius: 68px;
  box-shadow: 0px 2px 32px 0px rgba(154, 191, 235, 0.13);
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 64px;
  letter-spacing: 2px;
  writing-mode: vertical-lr;
  cursor: pointer;
  z-index: 9; }
  .rightSidebar-corp .icon-corp {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    background: url("/static/imgs/homepageNew/icon-corp.png?v=931e914e7c") no-repeat;
    background-size: contain; }
  .rightSidebar-corp .rightSidebar-corp-popover {
    width: 162px;
    height: 20px;
    display: none;
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    writing-mode: horizontal-tb;
    letter-spacing: 0.5px;
    line-height: 1.5;
    z-index: 1000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: normal;
    color: #3D3D3D; }
    .rightSidebar-corp .rightSidebar-corp-popover .popover-content {
      position: relative; }
    .rightSidebar-corp .rightSidebar-corp-popover .popover-arrow {
      position: absolute;
      right: -8px;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 8px solid #ffffff;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent; }
  html.lang-en-US {
    --homepage-rightSidebar-corp-popover-display: block; }
  .rightSidebar-corp:hover .rightSidebar-corp-popover {
    display: var(--homepage-rightSidebar-corp-popover-display, none); }

.right-side-nav {
  bottom: 138px; }

@media screen and (max-height: 820px) {
  .right-side-nav {
    bottom: 55px; }
  .rightSidebar-corp {
    bottom: 375px; } }

.hj-home-page-floor-entrance-bg {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  height: 416px;
  overflow: hidden;
  background: #F9FBFE;
  padding-top: 114px;
  box-sizing: border-box; }
  .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-bg1, .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-bg2, .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-bg3 {
    pointer-events: none;
    filter: blur(10px); }
  .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-bg1 {
    width: 830px;
    height: 732px;
    background: linear-gradient(64deg, rgba(52, 125, 255, 0.079) 35%, rgba(30, 129, 255, 0) 82%);
    border-radius: 50%;
    position: absolute;
    bottom: -478px;
    right: 50%;
    transform: translateX(-52px); }
  .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-bg2 {
    width: 1384px;
    height: 1287px;
    background: linear-gradient(211deg, rgba(52, 75, 255, 0.0537) 24%, rgba(30, 65, 255, 0) 42%);
    border-radius: 50%;
    position: absolute;
    bottom: -1083px;
    left: 50%;
    transform: translateX(-491px);
    opacity: .5; }
  .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-bg3 {
    width: 794px;
    height: 700px;
    background: linear-gradient(213deg, rgba(52, 75, 255, 0.0537) 23%, rgba(30, 65, 255, 0) 40%);
    border-radius: 50%;
    position: absolute;
    bottom: -590px;
    left: 50%;
    transform: translateX(317px);
    opacity: .5; }
  .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-title {
    font-family: PingFang SC, PingFang SC-Semibold;
    font-size: var(--company-contact-title-font-size, 37.5px);
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.64px;
    color: #333333;
    text-align: center; }
    .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-title .span1 {
      background: radial-gradient(41% 69% at -2% -4%, #A43BFF 0%, rgba(164, 59, 255, 0) 100%), linear-gradient(106deg, #4867FF -2%, #1E64FF 103%), #1C1C1C;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
  .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-btn-wrap {
    position: relative;
    width: 167px;
    height: 60px;
    margin: 36px auto 0; }
    .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-btn-wrap .hj-home-page-floor-entrance-btn {
      position: relative;
      width: 167px;
      height: 60px;
      margin: 0 auto;
      background: var(--homepage-card-btn-nr, url(/static/imgs/homepageNew/card-btn-zwz.png?v=c0ea240114)) no-repeat;
      background-size: contain;
      cursor: pointer;
      z-index: 1; }
      .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-btn-wrap .hj-home-page-floor-entrance-btn:hover {
        width: 173px;
        height: 62px;
        background: var(--homepage-card-btn-nr-hover, url(/static/imgs/homepageNew/card-btn-zwz-hover.png?v=431436904a)) no-repeat;
        background-size: contain; }
    .hj-home-page-floor-entrance-bg .hj-home-page-floor-entrance-btn-wrap::after {
      position: absolute;
      display: block;
      content: "";
      width: 141px;
      height: 27px;
      bottom: 1px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(270deg, #2bc1d5, #13b5de);
      border-radius: 20px;
      filter: blur(15px); }

#REC-ZWZ-HOMEPAGE-GUIDEDOWNLOADDIALOG.tj-guide-download__model-mark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -99;
  user-select: none; }
  #REC-ZWZ-HOMEPAGE-GUIDEDOWNLOADDIALOG.tj-guide-download__model-mark.hide {
    opacity: 0;
    z-index: -99;
    background: rgba(0, 0, 0, 0);
    transition: opacity 0s ease .5s, z-index 0s ease .5s; }
  #REC-ZWZ-HOMEPAGE-GUIDEDOWNLOADDIALOG.tj-guide-download__model-mark.show {
    opacity: 1;
    z-index: 105; }

#REC-ZWZ-HOMEPAGE-GUIDEDOWNLOADDIALOG .tj-guide-download.hide {
  will-change: transform;
  opacity: 0;
  transform: translate(calc(50vw - 30px), calc(50vh - 300px)) scale(0);
  transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s; }

#REC-ZWZ-HOMEPAGE-GUIDEDOWNLOADDIALOG .tj-guide-download.show {
  z-index: 100;
  opacity: 1;
  transform: translate(0, 0) scale(1); }

#REC-ZWZ-HOMEPAGE-GUIDEDOWNLOADDIALOG .tj-guide-download__model-content {
  box-sizing: border-box;
  background-color: transparent;
  text-align: left; }

#REC-ZWZ-HOMEPAGE-GUIDEDOWNLOADDIALOG .tj-guide-download__content-bg {
  width: 600px;
  height: auto;
  cursor: pointer;
  border-radius: 16px; }

#REC-ZWZ-HOMEPAGE-GUIDEDOWNLOADDIALOG .tj-guide-download__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 6px;
  z-index: 9; }
  #REC-ZWZ-HOMEPAGE-GUIDEDOWNLOADDIALOG .tj-guide-download__close:hover {
    background: rgba(0, 0, 0, 0.08);
    cursor: pointer; }

.new-store {
  background: #EEF3F9;
  width: 100%;
  height: 720px;
  text-align: center;
  font-family: PingFang SC;
  margin: 0 auto; }
  .new-store .content {
    overflow: hidden; }
    .new-store .content .title-h2 {
      margin-top: 54px;
      font-family: PingFang SC, PingFang SC-Semibold;
      font-weight: 600;
      font-size: var(--homepage-carousel-title-font-size, 40px);
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 50px;
      margin-bottom: 40px; }
    .new-store .content .list {
      margin: 45px auto 0 auto;
      width: 1204px;
      height: 465px;
      position: relative;
      display: flex;
      justify-content: center;
      overflow: hidden; }
      .new-store .content .list .list-header {
        position: absolute;
        left: 0;
        top: 0;
        width: 1204px;
        height: 92px;
        background: linear-gradient(180deg, #EEF3F9 0%, rgba(255, 255, 255, 0) 89%); }
      .new-store .content .list .list-footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1204px;
        height: 92px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EEF3F9 89%); }
      .new-store .content .list .list-item {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-right: 18px;
        width: 388px; }
        .new-store .content .list .list-item .nr {
          position: absolute; }
          .new-store .content .list .list-item .nr.animation-up {
            animation: myanimationup 70s linear;
            -webkit-animation: myanimationup 70s linear;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite; }
          .new-store .content .list .list-item .nr.animation-down {
            animation: myanimationdown 70s linear;
            -webkit-animation: myanimationdown 70s linear;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite; }
        .new-store .content .list .list-item:last-child {
          margin-right: 0; }
        .new-store .content .list .list-item .card {
          width: 100%;
          padding: 0 30px;
          margin-bottom: 15px;
          border-radius: 24px;
          opacity: 1;
          overflow: hidden;
          user-select: none;
          box-sizing: border-box; }
          .new-store .content .list .list-item .card .quotation {
            margin: 30px 0 11px 0;
            width: 17px;
            height: 13px;
            background: url("/static/imgs/homepageNew/icon-user-stoty-quotation.png?v=30eaa683f3") no-repeat;
            background-size: contain; }
          .new-store .content .list .list-item .card .stoty {
            font-family: PingFang SC;
            font-size: 14px;
            font-weight: normal;
            line-height: 22px;
            text-align: justify;
            /* 浏览器可能不支持 */
            letter-spacing: 1px;
            color: #0A0A0A;
            user-select: text; }
          .new-store .content .list .list-item .card .bottom {
            position: relative;
            display: flex;
            margin: 22px 0 21px 0;
            width: 100%; }
            .new-store .content .list .list-item .card .bottom .head {
              width: 56px;
              height: 56px;
              border-radius: 50%; }
              .new-store .content .list .list-item .card .bottom .head div {
                height: 100%;
                width: 100%;
                background-size: contain !important; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-1 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-1.png?v=c16a99bc7f") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-2 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-2.png?v=91e273caba") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-3 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-3.png?v=e3e97884d9") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-4 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-4.png?v=fed49d24ad") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-5 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-5.png?v=ce78433901") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-6 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-6.png?v=f862b244df") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-7 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-7.png?v=d7d1d92b10") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-8 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-8.png?v=699a3376f3") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-9 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-9.png?v=b9092334c9") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-10 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-10.png?v=35d556d8b1") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-11 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-11.png?v=1936b70617") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-12 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-12.png?v=5e62f4a587") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-13 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-13.png?v=b707161f3f") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-14 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-14.png?v=19ec65e9e5") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-15 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-15.png?v=d98d156590") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-16 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-16.png?v=ffb5980642") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-17 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-17.png?v=baee17692a") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-18 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-18.png?v=b9719d0f7d") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-19 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-19.png?v=4aea4b8d37") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-20 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-20.png?v=5f57a97144") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-21 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-21.png?v=30b99701aa") no-repeat; }
                .new-store .content .list .list-item .card .bottom .head div.icon-user-story-profile-22 {
                  background: url("/static/imgs/homepageNew/icon-user-story-profile-22.png?v=a1cd028937") no-repeat; }
            .new-store .content .list .list-item .card .bottom .info {
              margin-left: 10px; }
              .new-store .content .list .list-item .card .bottom .info .title {
                margin-top: 3px;
                font-family: PingFang SC;
                font-size: 20px;
                font-weight: 600;
                line-height: normal;
                text-align: justify;
                /* 浏览器可能不支持 */
                letter-spacing: 0px;
                color: #0A0A0A; }
              .new-store .content .list .list-item .card .bottom .info .tips {
                margin-top: 1px;
                font-family: PingFang SC;
                font-size: 14px;
                font-weight: normal;
                line-height: normal;
                text-align: justify;
                /* 浏览器可能不支持 */
                letter-spacing: 0px;
                color: #000000; }
            .new-store .content .list .list-item .card .bottom .star {
              position: absolute;
              width: 99px;
              height: 15px;
              right: 0;
              bottom: 8px;
              background: url("/static/imgs/homepageNew/icon-user-stoty-star.png?v=4adc45a79a") no-repeat;
              background-size: contain; }
          .new-store .content .list .list-item .card:last-child {
            margin-bottom: 0; }
      .new-store .content .list:hover .list-item .nr {
        animation-play-state: paused; }

@keyframes myanimationdown {
  from {
    transform: translateY(calc(-50% - 8px)); }
  to {
    transform: translateY(0); } }

@-webkit-keyframes myanimationdown {
  from {
    transform: translateY(calc(-50% - 8px)); }
  to {
    transform: translateY(0); } }

@keyframes myanimationup {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(calc(-50% - 8px)); } }

@-webkit-keyframes myanimationup {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(calc(-50% - 8px)); } }
