body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
main {
  font-family: "Spartan";
  -webkit-font-smoothing: "antialiased";


  /* Adjust spacing for headings */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: -0.015em;
  }

  /* Adjust spacing for body text and smaller text */
  p,
  span,
  div,
  li,
  td,
  th,
  label,
  input,
  textarea,
  button {
    letter-spacing: -0.005em;
  }

  /* Fallback for any remaining text elements */
  body {
    letter-spacing: -0.5px;
  }

  .harness-pic-item img {
    width: 100%;
    height: 100%;
  }

  .share-btn {
    position: absolute;
    top: -4px;
    right: 212px;
  }

  .share-btn img {
    width: 97.88px;
    height: 54px;
    position: sticky;
    z-index: 2;
  }

  @media (max-width: 1700px) {
    .share-btn {
      top: -3px;
      right: 182px;
    }

    .share-btn img {
      width: 83.88px;
      height: auto;
    }
  }

  @media (max-width: 1440px) {
    .share-btn {
      top: -3px;
      right: 160px;
    }

    .share-btn img {
      width: 71.88px;
      height: auto;
    }
  }

  @media (max-width: 1280px) {
    .share-btn {
      top: -1px;
      right: 124px;
    }

    .share-btn img {
      width: 53.88px;
      height: auto;
    }
  }

  @media (max-width: 991px) {
    .share-btn {
      top: -1px;
      right: 102px;
    }

    .share-btn img {
      width: 43.18px;
      height: auto;
    }
  }

  @media (max-width: 768px) {
    .row .top-banner-img .top-banner {
      border-radius: 8px;
    }

    .share-btn img {
      width: 28.08px;
      height: auto;
    }

    .share-btn {
      top: 0px;
      right: 71px;
    }
  }

  @media (max-width: 500px) {
    .service-item-bottom p {
      font-size: 12px;
      margin-top: 20px;
    }

    .row .top-banner-img .top-banner {
      border-radius: 4.45px;
    }

    .share-btn img {
      width: 19.58px;
      height: auto;
    }

    .share-btn {
      top: 0px;
      right: 54px;
    }
  }

  @media (max-width: 390px) {
    .row .top-banner-img .top-banner {
      border-radius: 4.45px;
    }

    .share-btn img {
      width: 19.33px;
      height: auto;
    }
  }

  /*样式*/
  .ft-btn {
    color: #000 !important;
  }

  .foot-btn {
    padding-bottom: 37px;
  }

  .foot-btn a {
    color: #000;
  }

  .footer-part {
    background: #000;
  }

  .foot-btn a {
    padding: 0;
    font-size: 22px;
    width: 160px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    background: #ffffff;
  }

  .foot-title {
    padding-top: 125px;
    margin-bottom: 50px;
    font-size: 58px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    justify-content: center;
  }

  .choose-more-btn {
    margin: 80px auto 180px auto;
  }

  .choose .container .choose-item1 {
    padding-bottom: 30px;
  }

  .choose .container .choose-item2 {
    padding-bottom: 30px;
  }

  .choose .container .choose-item3 {
    padding-bottom: 30px;
  }

  .choose-bt {
    margin: 0 auto;
    width: 140px;
    height: 48px;
    border-radius: 8px;
  }

  .choose-feature {
    margin-bottom: 22px;
  }

  .choose-desc {
    font-size: 16px;
    line-height: 1;
  }

  .choose-feature .color1 {
    color: #6b707b;
    font-size: 16px;
    line-height: 1;
  }

  .choose-item1 .choose-item-p {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 34px;
  }

  .choose-item2 .choose-item-p {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 32px;
  }

  .choose-item3 .choose-item-p {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 34px;
  }

  .choose-item-content .display-4 {
    margin-top: 18.95px;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 14px;
  }

  .choose-item1::before {
    content: "";
    width: 72px;
    height: 103px;
    background-image: url("/mb-cms/__/en/img/enterprise/enterprise/icon-choose-1.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 38px;
    top: -20px;
    z-index: 3;
  }

  .choose-item2::before {
    content: "";
    width: 72px;
    height: 103px;
    background-image: url("/mb-cms/__/en/img/enterprise/enterprise/icon-choose-2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 38px;
    top: -20px;
    z-index: 3;
  }

  .choose-item3::before {
    content: "";
    width: 72px;
    height: 103px;
    background-image: url("/mb-cms/__/en/img/enterprise/enterprise/icon-choose-3.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 38px;
    top: -20px;
    z-index: 3;
  }

  .choose-container {
    padding: 0;
    flex: unset;
    width: 450px;
    height: 612px;
    background: rgba(237, 246, 255);
    border-radius: 24px;
  }

  .choose-flex {
    display: flex;
    justify-content: space-between;
  }

  .choose .contaner {
    max-width: 1440px;
  }

  .choose-title {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    margin: 180px auto 80px auto;
  }

  .service-item1 img {
    width: 39px;
    height: 43.14px;
  }

  .service-item2 img {
    width: 45px;
    height: 40px;
  }

  .service-item3 img {
    width: 38px;
    height: 38.74px;
  }

  .service-item4 img {
    width: 42px;
    height: 42px;
  }

  .service-item-bottom p {
    margin: 26.86px 74px 0 40px;
    color: #6b707b;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }

  .service-item-title {
    padding-left: 40px;
  }

  .service-item-top {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .service-item-top h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 0;
  }

  .service-item-top img {
    margin-right: 28px;
    margin-top: -9px;
  }

  .service-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1070px;
    margin: 0 auto;
    justify-content: center;
    row-gap: 30px;
    column-gap: 30px;
    margin-bottom: 180px;
  }

  .service-item {
    border-radius: 16px;
    box-shadow: 0px 19px 40px 0px rgba(13, 40, 82, 0.05);
    width: 520px;
    height: 180px;
  }

  .service .service-title {
    margin-top: 150px;
    margin-bottom: 80px;
    font-size: 48px;
    line-height: 1.2083;
    font-weight: bold;
  }

  .bewith .display-3 {
    font-size: 48px;
    line-height: 64px;
    font-weight: bold;
    margin-bottom: 80px;
  }

  .draw-btn {
    margin: 80px auto 130px auto;
  }

  .draw-text {
    font-size: 14px;
    line-height: 24px;
  }

  .draw-p {
    color: #6b707b;
    margin-bottom: 0;
    opacity: 0.8;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .draw-text {
    margin: 0 16px;
  }

  .draw-1,
  .draw-2,
  .draw-3 {
    padding: 16px 16px 28px 16px;
  }

  .draw-1 img,
  .draw-2 img,
  .draw-3 img {
    border-radius: 16px;
  }

  .draw-item1 {
    border: 1px solid #eeeef0;
  }

  .draw-item2,
  .draw-item3 {
    border: 1px solid #eeeef0;
  }

  .draw-show {
    width: 100%;
    height: 476px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .draw-item {
    width: 450px;
    border-radius: 24px;
    padding-bottom: 15px;
  }

  .multi .container {
    max-width: 1440px;
  }

  .multi-title2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #555557;
    margin-bottom: 80px;
  }

  .multi .display-3 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 28px;
  }

  .multi {
    margin-top: 50px;
  }

  .certification-img {
    width: 820px;
    height: 600px;
  }

  .certification-img img {
    width: 100%;
    height: 100%;
  }

  .certification-content-t {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
  }

  .certification-content-p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #717273;
  }

  .certification-top-content {
    width: 496px;
    height: 262px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 45px;
  }

  .certification-content-ul {
    margin: 121.5px auto 121.5px 94px;
  }

  .certification-content-img {
    display: flex;
    max-width: 1410px;
    margin: 0 auto;
    flex-direction: row-reverse;
  }

  .certification {
    padding-top: 80px;
    padding-bottom: 106px;
  }

  .certification-title1 {
    margin-bottom: 28px;
  }

  .certification-title2 {
    margin-bottom: 80px;
  }

  .feature5 .feature-img {
    position: relative;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
  }

  /* 渐变蒙层 */
  .feature5 .feature-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to bottom,
        rgba(214, 226, 255, 0) 0%,
        rgba(241, 235, 255, 1) 100%);
    pointer-events: none;
  }

  .certification-title1 {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
  }

  .certification-title2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #555557;
  }

  /* 单独控制第4张图 */
  .feature5 .feature-img img {
    border-radius: 35.58px;
  }

  .feature-div {
    display: flex;
    flex-wrap: wrap;
    row-gap: 180px;
    flex-direction: column;
  }

  .feature-content-t {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
  }

  .feature-content-p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #717273;
    letter-spacing: -0.015em;
  }

  .feature-title1 {
    font-size: 32px;
    line-height: 1.4375;
    font-weight: 700;
  }

  .feature-title2 {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #8b8c8f;
    margin-top: 12px;
    margin-bottom: 40px;
  }

  .feature-top-content {
    width: 496px;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    margin-bottom: 40px;
  }

  .feature-content {
    width: fit-content;
  }

  .feature2 .feature-content-img {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .feature3 .feature-content-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .feature4 .feature-content-img {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .feature5 .feature-content-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .feature5 {
    padding-bottom: 130px;
  }

  .feature-content-ul {
    width: 496px;
    height: fit-content;
  }

  .feature .feature-img {
    width: 820px;
    height: 600px;
    border-radius: 35.58px;
  }

  .feature .feature-img img {
    width: 100%;
    height: 100%;
  }

  .feature {
    max-width: 1410px;
    margin: 0 auto;
  }

  .feature2 {
    margin-top: 180px;
  }

  .ai-img {
    width: 820px;
    height: 600px;
  }

  .ai-img img {
    width: 100%;
    height: 100%;
  }

  .top-content {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 45px;
  }

  .content-li {
    margin-bottom: 30px;
  }

  .content-li:last-child {
    margin-bottom: 0;
  }

  .ai-content-ul {
    width: 496px;
    margin: 107.5px 94px 107.5px auto;
  }

  .ai-age {
    padding-bottom: 106px;
  }

  .content-t {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
  }

  .content-p {
    font-size: 16px;
    line-height: 28px;
    color: #717273;
  }

  .content-img {
    display: flex;
    align-items: center;
    max-width: 1410px;
    height: fit-content;
    margin: 0 auto;
  }

  .ai-content {
    width: 590px;
    /* height: 600px; */
  }

  .ai-img {
    width: 820px;
    height: 600px;
  }

  .harness-intro .intro {
    margin-bottom: 30px;
  }

  .part-harness {
    margin-bottom: 130px;
  }

  .ai-age-title {
    padding-top: 80px;
    margin-bottom: 28px;
    font-size: 48px;
    line-height: 1;
  }

  .ai-age-title-2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 80px;
  }

  .harness-intro .intro-item {
    font-size: 16px;
    line-height: 32px;
    color: #8b8c8f;
    display: flex;
  }

  .harness-intro .intro-item .dot {
    margin: 0 8px;
  }

  .harness-intro-item .title-2 {
    font-size: 40px;
    line-height: 54px;
    margin-top: 16px;
    margin-bottom: 30px;
  }

  .harness-intro-item h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .harness-intro .nav-icon {
    width: 60px;
    height: 60px;
  }

  .harness-intro .nav-icon img {
    width: 100%;
    height: 100%;
  }

  .col-md-5,
  .col-md-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .part-harness .container {
    max-width: 1410px;
  }

  .text-color-blue {
    color: #1f61ff;
  }

  .agent-title-1 {
    padding-top: 128px;
    padding-bottom: 28px;
  }

  .agent-title-1 h2 {
    font-size: 48px;
    line-height: 3.625rem;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .agent-title-2 {
    padding-bottom: 80px;
  }

  .agent-title-2 h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0;
    color: #555557;
    font-weight: 400;
  }

  .wsc-main {
    overflow: unset;
  }

  .color-pink {
    color: #FA52D6;
  }

  .color-cyan {
    color: #00DED0;
  }

  .color-yellow {
    color: #FFC400;
  }

  .color-purple {
    color: #BA52FA;
  }

  .btn-ai-colorful {
    padding: 12px 40px;
    border-radius: 44px;
    background: #19191a;
    transition: none;
  }

  .harness-intro {
    position: sticky;
    top: calc(50% - 23vh);
    height: 600px;
  }

  .harness-intro-item {
    display: none;
  }

  .nav-container {
    width: 38px;
  }

  .harness-intro ul li {
    list-style: none;
  }

  .intro-item {
    line-height: 1.75;
  }

  .intro-item {
    line-height: 28px;
  }

  .feature-text {
    max-width: 430px;
    margin-left: 60px;
  }

  .title-2 {
    font-size: 24px;
    line-height: 36px;
  }

  .color-blue {
    color: #13C1FF;
  }

  .harness-pic-item:not(:first-child) {
    margin-top: 350px;
  }

  .harness-intro-item.active {
    display: block;
    animation: hardnesstitle 2.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  @keyframes hardnesstitle {
    0% {
      opacity: 0;
      transform: translateX(-15px);
    }

    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .harness-pic-item {
    max-width: 820px;
    border-radius: 38px;
    overflow: hidden;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
  }

  .item-small-icon-1 {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    position: absolute;
    top: 24px;
    left: -91.48px;
    transform: rotate(9deg);
    border-radius: 16px;
  }

  .item-small-icon-1 img {
    width: 42px;
    height: 42px;
    margin: 9px 9px;
  }

  .item-huge-icon-1 {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    position: absolute;
    top: 212.64px;
    left: -175.48px;
    transform: rotate(-7deg);
    border-radius: 16px;
  }

  .item-huge-icon-1 img {
    width: 63px;
    height: 63px;
    margin: 9px 9px;
  }

  .item-small-icon-2 {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    position: absolute;
    top: 412.9px;
    left: -83.94px;
    transform: rotate(-4deg);
    border-radius: 16px;
  }

  .item-small-icon-2 img {
    width: 42px;
    height: 42px;
    margin: 9px 9px;
  }




  .item-small-icon-3 {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    position: absolute;
    top: 24px;
    right: -91.48px;
    transform: rotate(-9deg);
    border-radius: 16px;
  }

  .item-small-icon-3 img {
    width: 48px;
    height: 48px;
    margin: 6px 6px;
  }

  .item-huge-icon-2 {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    position: absolute;
    top: 212.64px;
    right: -175.48px;
    transform: rotate(7deg);
    border-radius: 16px;
  }

  .item-huge-icon-2 img {
    width: 64px;
    height: 64px;
    margin: 8px 8px;
  }

  .item-small-icon-4 {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    position: absolute;
    top: 412.9px;
    right: -83.94px;
    transform: rotate(4deg);
    border-radius: 16px;
  }

  .item-small-icon-4 img {
    width: 48px;
    height: 48px;
    margin: 6px 6px;
  }


  .left-icon-float {
    width: 133.34px;
    height: 461.67px;
    background-color: #000;
  }

  .top-btn {
    width: fit-content;
    height: 60px;
    margin: 0 auto;
    font-size: 22px;
  }

  .top-btn a {
    width: 100%;
    height: 100%;
    padding: 0 1.875rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .banner-top p {
    font-size: 20px;
    line-height: 29px;
    color: #555557;
    margin-bottom: 36px;
  }

  .gradient-top-title {
    background-image: linear-gradient(90.13deg, #00DED0 -64%, #13C1FF 16.22%, #B439FF 99.85%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 8px;
  }

  .banner-top h1 {
    font-size: 72px;
    line-height: 1.1;
    padding-top: 100px;
    margin-bottom: 36px;
    font-weight: 800 !important;
  }

  .banner-top {
    width: 100%;
    height: 932px;
    /* background: linear-gradient(178.17deg, #F6D1FD -0.08%, #EAEFFF 32.73%, #79B0FF 107.4%); */
    background: url("/mb-cms/__/en/img/enterprise/top-banner-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .empty-container {
    width: 100%;
    height: 336px;
  }

  .top-banner-img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 1298px;
    height: 812px;
    top: 435px;
  }

  .top-banner-nav-container {
    margin-bottom: 24px;
  }

  .top-banner-nav {
    border-radius: 14px;
  }

  .top-banner {
    border-radius: 24px;
    box-shadow: 4px 4px 33px 0px rgba(93, 111, 143, 0.25);
  }


  /* 2k分辨率以上 */
  .footer-part {
    height: 320px;
  }

  @media (min-width: 1920px) {
    .ai-age {
      background: #f9f9fa;
    }

    .btn-lg {
      font-size: 22px;
    }

    .feature3,
    .feature4,
    .feature5 {
      margin-top: 180px;
    }
  }

  /* 2k分辨率及以下 */
  @media (max-width: 1920px) {
    .ai-age {
      background: #f9f9fa;
    }

    .foot-btn a {
      font-size: 22px !important;
    }

    .feature3,
    .feature4,
    .feature5 {
      margin-top: 180px;
    }

    .wsc-main .btn-1 {
      font-size: 22px;
      font-weight: bold;
    }
  }

  @media (max-width: 1700px) {
    .agent-title-1 h2 {
      font-size: 40px;
    }

    .agent-title-1 {
      padding-top: 88px;
    }

    .agent-title-2 h4 {
      font-size: 18px;
    }

    .agent-title-2 {
      padding-bottom: 60px;
    }

    .row .top-banner-img .top-banner {
      border-radius: 20px;
    }

    .banner-top {
      height: 825px;
    }

    .empty-container {
      height: 297.5px;
    }

    .banner-top h1 {
      font-size: 68px;
      padding-top: 80px;
      margin-bottom: 22.2px;
    }

    .banner-top p {
      font-size: 18px;
      margin-bottom: 24px;
    }

    .top-banner-img {
      width: 1108px;
      height: auto;
      top: 360px;
    }

    .item-small-icon-1 {
      width: 50px;
      height: 50px;
      left: -81.48px;
      top: 18px;
      border-radius: 12px;
    }

    .item-small-icon-1 img {
      width: 32px;
      height: 32px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 img {
      width: 53px;
      height: 53px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 {
      width: 70px;
      height: 70px;
      background-color: #ffffff;
      position: absolute;
      top: 152.64px;
      left: -155.48px;
      transform: rotate(-7deg);
      border-radius: 12px;
    }

    .item-small-icon-2 {
      width: 50px;
      height: 50px;
      background-color: #ffffff;
      position: absolute;
      top: 302.9px;
      left: -83.94px;
      transform: rotate(-4deg);
      border-radius: 12px;
    }

    .item-small-icon-2 img {
      width: 32px;
      height: 32px;
      margin: 9px 9px;
    }

    .item-small-icon-3 {
      width: 50px;
      height: 50px;
      right: -81.48px;
      top: 18px;
      border-radius: 12px;
    }

    .item-small-icon-3 img {
      width: 32px;
      height: 32px;
      margin: 9px 9px;
    }

    .item-huge-icon-2 {
      width: 70px;
      height: 70px;
      background-color: #ffffff;
      position: absolute;
      top: 152.64px;
      right: -155.48px;
      transform: rotate(7deg);
      border-radius: 12px;
    }

    .item-huge-icon-2 img {
      width: 53px;
      height: 53px;
      margin: 9px 9px;
    }

    .item-small-icon-4 {
      width: 50px;
      height: 50px;
      background-color: #ffffff;
      position: absolute;
      top: 302.9px;
      right: -83.94px;
      transform: rotate(4deg);
      border-radius: 12px;
    }

    .item-small-icon-4 img {
      width: 32px;
      height: 32px;
      margin: 9px 9px;
    }

    .top-banner-nav-container {
      margin-bottom: 20px;
      position: relative;

    }
  }

  .top-banner-nav-container::before {
    content: '';
    position: absolute;
  }

  @media (max-width: 1600px) {
    .feature-div .feature2 {
      margin-top: 80px;
    }

    .choose-bt-pos {
      bottom: 20px;
      width: 132px;
      height: 40px;
    }

    .foot-title {
      font-size: 48px;
    }

    .choose .container {
      max-width: 1110px;
    }

    .choose-container {
      padding: 0;
      height: 502px;
      width: 330px;
    }

    .choose-item-content .display-4 {
      margin-top: 0;
      font-size: 28px;
      margin-bottom: 14px;
    }

    .choose-item1::before,
    .choose-item2::before,
    .choose-item3::before {
      width: 42px;
      height: 60px;
    }

    .pt-md-5 {
      padding-top: 10px !important;
    }

    .choose-item1 .choose-item-p {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 22px;
    }

    .choose-item2 .choose-item-p {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 22px;
    }

    .choose-item3 .choose-item-p {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 22px;
    }

    .choose-feature {
      margin-bottom: 14px;
    }

    .multi {
      margin-top: 90px;
    }

    .choose-title {
      font-size: 40px;
    }

    .multi-title2 {
      margin-bottom: 60px;
    }

    .service-item {
      width: 400px;
    }

    .service-flex {
      max-width: 900px;
    }

    .service .service-title {
      font-size: 40px;
    }

    .bewith .display-3 {
      font-size: 40px;
    }

    .multi-title2 {
      font-size: 18px;
    }

    .multi .display-3 {
      font-size: 40px;
      margin-bottom: 20px;
    }

    .feature2,
    .feature3,
    .feature4,
    .feature5 {
      justify-content: space-between;
    }

    .certification-img {
      width: 628.1px;
      height: 459.6px;
    }

    .certification-top-content {
      width: 406px;
      height: auto;
    }

    .certification-content-ul {
      margin: 33.5px auto 33.5px 64px;
    }

    .certification-title1 {
      font-size: 40px;
      margin-bottom: 26px;
    }

    .certification-title2 {
      font-size: 18px;
      margin-bottom: 60px;
    }

    .feature .feature-img {
      width: 628.1px;
      height: 459.6px;
    }

    .feature-content {
      width: 451.9px;
    }

    .feature-title1 {
      font-size: 28px;
    }

    .feature-title2 {
      font-size: 19px;
      line-height: 1;
      margin-bottom: 28px;
    }

    .feature-content-t {
      font-size: 16px;
      line-height: 1.5;
    }

    .feature-content-p {
      font-size: 14px;
      line-height: 1;
    }

    .feature-content-ul {
      width: 387px;
    }

    .feature-top-content {
      width: 378px;
      height: fit-content;
      flex-wrap: wrap;
      row-gap: 10px;
      margin-bottom: 20px;
    }

    .feature-content-li {
      height: auto;
    }

    .feature {
      max-width: 1110px;
      margin-top: 80px;
    }

    .feature-top-content {
      row-gap: 30px;
    }

    .feature3 .feature-top-content {
      height: auto;
      margin-bottom: 40px;
    }

    .feature3 .feature-content-ul {
      width: 387px;
    }

    .feature4 .feature-content-ul {
      width: 387px;

    }

    .feature4 .feature-top-content {
      height: auto;
      margin-bottom: 40px;
    }

    .feature5 .feature-content-ul {
      width: 387px;

    }

    .feature5 .feature-top-content {
      width: 378px;
      height: auto;
      margin-bottom: 40px;
      row-gap: 30px;
    }

    .feature-div {
      row-gap: 130px;
    }

    .ai-age {
      padding-bottom: 50px;
    }

    .ai-content-ul {
      width: 396px;
    }

    .ai-age .content-img {
      max-width: 1120px;
    }

    .ai-age .ai-content {
      width: 468.7px;
      height: auto;
    }

    .ai-age .ai-img {
      width: 651.4px;
      height: auto;
    }

    .part-harness1 {
      margin-bottom: 90px;
    }

    .ai-age .ai-age-title {
      padding-top: 50px;
      margin-bottom: 24px;
      font-size: 40px;
    }

    .ai-age-title-2 {
      font-size: 18px;
    }

    .part-harness .container {
      max-width: 1110px;
    }

    .nav-container {
      width: 30px;
    }

    .harness-intro .nav-icon {
      width: 50px;
      height: 50px;
    }

    .feature-text {
      max-width: 370px;
      margin-left: 30px;
    }

    .harness-intro .intro-item {
      font-size: 14px;
      line-height: 26px;
      color: #8b8c8f;
    }

    .harness-intro-item .title-2 {
      font-size: 36px;
      line-height: 44px;
      margin-top: 12px;
    }

    .harness-intro-item h4 {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 28px;
    }

    .harness-intro .intro {
      margin-bottom: 36px;
    }

    .harness-intro-item5 {
      padding-top: 120px;
    }

    .certification-content-img {
      max-width: 1110px;
    }

    .service-item-bottom p {
      font-size: 12px;
      margin: 0 74px 0 40px;
    }
  }

  @media (max-width: 1440px) {
    .foot-title {
      font-size: 36px;
    }

    .choose-title {
      font-size: 36px;
    }

    .service .service-title {
      font-size: 36px;
    }

    .bewith .display-3 {
      font-size: 36px;
    }

    .draw-item {
      width: 350px;
    }

    .draw-text {
      font-size: 13px;
      line-height: 20px;
    }

    .multi .container {
      max-width: 1110px;
    }

    .multi .display-3 {
      font-size: 36px;
      margin-bottom: 14px;
    }

    .certification-title1 {
      font-size: 36px;
      margin-bottom: 22px;
    }

    .certification-title2 {
      font-size: 18px;
      margin-bottom: 40px;
    }

    .ai-age .ai-age-title {
      font-size: 36px;
    }

    .harness-intro .nav-icon {
      width: 40px;
      height: 40px;
    }

    .feature-div {
      row-gap: 90px;
    }

    .harness-intro-item .title-2 {
      font-size: 30px;
      line-height: 36px;
      margin-top: 12px;
    }

    .harness-intro-item h4 {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 22px;
    }

    .harness-intro .intro-item {
      font-size: 13px;
    }

    .harness-intro-item5 {
      padding-top: 200px;
    }

    .nav-container {
      width: 24px;
    }

    .part-harness .container {
      max-width: 910px;
    }

    .agent-title-1 {
      padding-top: 48px;
      padding-bottom: 24px;
    }

    .agent-title-1 h2 {
      font-size: 36px;
    }

    .agent-title-2 h4 {
      font-size: 16px;
    }

    .agent-title-2 {
      padding-bottom: 40px;
    }

    .top-banner-nav {
      border-radius: 10px;
    }

    .row .top-banner-img .top-banner {
      border-radius: 14px;
    }

    .top-banner-nav-container {
      margin-bottom: 16px;
    }

    .banner-top {
      height: 697.5px;
    }

    .empty-container {
      height: 252px;
    }

    .banner-top h1 {
      font-size: 48px;
      padding-top: 60px;
      margin-bottom: 18.2px;
    }

    .banner-top p {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .top-btn {
      height: 50px;
      font-size: 18px;
    }

    .wsc-main .btn-1 {
      font-size: 18px;
    }

    .top-banner-img {
      width: 958px;
      height: auto;
      top: 300px;
    }

    .item-small-icon-1 {
      width: 45px;
      height: 45px;
      left: -66.48px;
      top: 24px;
      border-radius: 10px;
    }

    .item-small-icon-1 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 img {
      width: 45px;
      height: 45px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 {
      width: 65px;
      height: 65px;
      background-color: #ffffff;
      position: absolute;
      top: 137.64px;
      left: -136.48px;
      transform: rotate(-7deg);
      border-radius: 10px;
    }

    .item-small-icon-2 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 276.9px;
      left: -66.94px;
      transform: rotate(-4deg);
      border-radius: 10px;
    }

    .item-small-icon-2 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-small-icon-3 {
      width: 45px;
      height: 45px;
      right: -66.48px;
      top: 24px;
      border-radius: 10px;
    }

    .item-small-icon-3 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-huge-icon-2 {
      width: 65px;
      height: 65px;
      background-color: #ffffff;
      position: absolute;
      top: 137.64px;
      right: -136.48px;
      transform: rotate(7deg);
      border-radius: 10px;
    }

    .item-huge-icon-2 img {
      width: 45px;
      height: 45px;
      margin: 9px 9px;
    }

    .item-small-icon-4 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 276.9px;
      right: -66.94px;
      transform: rotate(4deg);
      border-radius: 10px;
    }

    .item-small-icon-4 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

  }

  @media (max-width: 1280px) {
    .service-item-bottom p {
      font-size: 14px;
      margin-top: 0;
    }

    .feature5 {
      padding-bottom: 90px;
    }

    .draw-show {
      height: auto;
    }

    .choose-title {
      margin: 130px auto 80px auto;
    }

    .choose-title {
      font-size: 28px;
    }

    .certification {
      padding-bottom: 56px;
    }

    .service .service-title {
      font-size: 28px;
    }

    .bewith .display-3 {
      font-size: 28px;
      line-height: 1.5;
    }

    .multi .container {
      max-width: 880px;
    }

    main p {
      font-size: 10px;
    }

    .multi .container {
      max-width: 1040px;
    }

    .draw-item {
      width: 300px;
    }

    .multi .display-3 {
      font-size: 28px;
      margin-bottom: 20px;
    }

    .certification-title1 {
      font-size: 28px;
    }

    .certification-title2 {
      font-size: 16px;
    }

    .certification-content-img {
      max-width: 880px;
    }

    .certification-img {
      width: 551.77px;
      height: 403.7px;
    }

    .certification-content-ul {
      margin: 19.5px auto 19.5px 62px;
    }

    .certification-top-content {
      width: 268px;
      height: auto;
      row-gap: 40px;
      margin-bottom: 40px;
    }

    .certification-content-t {
      font-size: 18px;
      line-height: 20px;
    }

    .certification-content-p {
      font-size: 14px;
      line-height: 22px;
    }

    .ai-content-ul {
      width: 316px;
    }

    .top-content {
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      margin-bottom: 20px;
    }

    .content-t {
      font-size: 18px;
      line-height: 24px;
    }

    .content-p {
      font-size: 14px;
      line-height: 20px;
    }

    .ai-age .content-img {
      max-width: 880px;
    }

    .ai-age .ai-content {
      width: 368.3px;
    }

    .ai-age .ai-img {
      width: 511.7px;
    }

    .ai-age .ai-age-title {
      font-size: 28px;
      margin-bottom: 18px;
    }

    .ai-age-title-2 {
      font-size: 16px;
    }

    .top-banner-nav {
      border-radius: 6px;
    }

    .row .top-banner-img .top-banner {
      border-radius: 10px;
    }

    .top-banner-nav-container {
      margin-bottom: 12px;
    }

    .banner-top h1 {
      font-size: 40px;
      padding-top: 30px;
      margin-bottom: 14.2px;
    }

    .banner-top p {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .top-btn {
      height: 40px;
    }

    .wsc-main .btn-1 {
      font-size: 15px;
    }

    .banner-top {
      height: 500px;
    }

    .empty-container {
      height: 184px;
    }

    .top-banner-img {
      width: 728px;
      height: auto;
      top: 200px;
    }

    .item-small-icon-1 {
      width: 45px;
      height: 45px;
      left: -61.48px;
      top: 20px;
      border-radius: 10px;
    }

    .item-small-icon-1 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 img {
      width: 38px;
      height: 38px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 {
      width: 55px;
      height: 55px;
      background-color: #ffffff;
      position: absolute;
      top: 112.64px;
      left: -115.48px;
      transform: rotate(-7deg);
      border-radius: 10px;
    }

    .item-small-icon-2 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 212.9px;
      left: -48.94px;
      transform: rotate(-4deg);
      border-radius: 10px;
    }

    .item-small-icon-2 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-small-icon-3 {
      width: 45px;
      height: 45px;
      right: -61.48px;
      top: 20px;
      border-radius: 10px;
    }

    .item-small-icon-3 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-huge-icon-2 {
      width: 55px;
      height: 55px;
      background-color: #ffffff;
      position: absolute;
      top: 112.64px;
      right: -115.48px;
      transform: rotate(7deg);
      border-radius: 10px;
    }

    .item-huge-icon-2 img {
      width: 38px;
      height: 38px;
      margin: 9px 9px;
    }

    .item-small-icon-4 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 212.9px;
      right: -48.94px;
      transform: rotate(4deg);
      border-radius: 10px;
    }

    .item-small-icon-4 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

  }

  @media (max-width: 1280px) {

    .multi-title2 {
      font-size: 16px;
    }

    .feature {
      max-width: 880px;
      margin-top: 90px;
    }

    .feature-top-content {
      width: 304px;
      height: auto;
      row-gap: 20px;
      margin-bottom: 20px;
    }

    .feature .feature-img {
      width: 551.77px;
      height: 403.7px;
    }

    .feature-content {
      width: 368.2px;
    }

    .feature-content-ul {
      width: 304px;
      margin: 35.5px auto 35.5px 64px;
    }

    .feature-title2 {
      margin-bottom: 22px;
    }

    .feature3 .feature-content-ul {
      width: 304px;
    }

    .feature4 .feature-content-ul {
      width: 304px;

    }

    .feature5 .feature-top-content {
      width: 304px;
      height: auto;
      margin-bottom: 30px;
      row-gap: 30px;
    }

    .feature5 .feature-content-ul {
      width: 304px;

    }
  }

  @media (max-width: 1279px) {
    .footer-part {
      display: none;
    }
  }

  @media (max-width: 1020px) {
    .choose-feature .color1 {
      color: #6b707b;
      font-size: 13px;
      line-height: 1;
    }

    .choose .container {
      max-width: 900px;
    }

    .choose-container {
      padding: 0;
      height: 492px;
      width: 270px;
    }

    .choose-desc {
      font-size: 13px;
      line-height: 1;
    }

    .choose-item-content .display-4 {
      margin: 0;
      font-size: 22px;
      margin-bottom: 14px;
    }

    .choose-item1::before {
      left: 20px;
    }

    .choose-item2::before {
      left: 20px;
    }

    .choose-item3::before {
      left: 20px;
    }

  }

  @media (max-width: 991px) {
    .ai-age {
      background: #fff;
    }

    .chooseimg {
      padding-bottom: 80px;
    }

    .choose-item1::before,
    .choose-item2::before,
    .choose-item3::before {
      width: 72px;
      height: 103px;
      left: 50px;
    }

    .choose-item-content .display-4 {
      margin: 50px auto 0 34px;
      font-size: 30px;
      margin-bottom: 14px;
    }

    .choose-feature .color1 {
      font-size: 16px;
      line-height: 1;
    }

    .choose-item-content .pl-0 {
      margin: 30px;
    }

    .choose-desc {
      font-size: 16px;
    }

    .choose-item1 .choose-item-p,
    .choose-item2 .choose-item-p,
    .choose-item3 .choose-item-p {
      font-size: 16px;
      padding-left: 34px;
    }

    .choose-flex {
      row-gap: 56px;
      flex-direction: column;
      align-items: center;
      margin-bottom: 80px;
    }

    .choose .container {
      width: 500px;
    }

    .choose-container {
      width: 500px;
      height: 550px;
    }

    .choose-title {
      margin: 90px auto 60px auto;
    }

    .service .service-title {
      margin-top: 90px;
      margin-bottom: 60px;
    }

    .service-item {
      width: 480px;
    }

    .service-flex {
      row-gap: 50px;
    }

    .service-flex {
      max-width: 820px;
    }

    .multi {
      margin-bottom: 56px;
    }

    .draw-show {
      margin: 0 auto;
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: center;
      height: auto;
      row-gap: 20px;
    }

    .draw-item {
      width: 500px;
      height: 528.36px;
    }

    main p {
      font-size: 16px;
    }

    .certification-toptitle {
      font-size: 18px;
      font-weight: bold;
    }

    .certification-topp {
      font-size: 16px;
      color: #717273;
      font-weight: 400;
    }

    .certification2 {
      max-width: 500px;
      margin: 0 auto;
      flex-direction: column;
    }

    .certification-ul {
      display: flex;
      flex-direction: column;
      width: 400px;
      margin: 50px 50px;
      row-gap: 20px;
    }

    .certification-topcontent {
      border: 0.69px solid rgba(234, 235, 238, 1);
      background: rgba(249, 249, 250, 1);
    }

    .certification-topimg img {
      width: 100%;
      height: 100%;
    }

    .ft {
      margin: 90px auto 0 auto;
      max-width: 500px;
    }

    .ft .ft-img img {
      width: 100%;
      height: 100%;
    }

    .ft-4 .ft-img img {
      border-radius: 24.55px;
    }

    .ft-4 .ft-img {
      position: relative;
    }

    .ft-4 .ft-img::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      background: linear-gradient(to bottom,
          rgba(214, 226, 255, 0) 0%,
          rgba(241, 235, 255, 1) 100%);
      pointer-events: none;
      border-radius: 24.55px;
    }

    .ft .ft-title1 {
      font-weight: bold;
      font-size: 28px;
      line-height: 1;
      margin-top: 45px;
      margin-bottom: 16px;
    }

    .ft .ft-ul {
      display: flex;
      row-gap: 30px;
      flex-direction: column;
    }

    .ft .ft-title2 {
      margin-bottom: 16px;
      font-weight: 400;
      font-size: 19px;
      color: #8b8c8f;
    }

    .ft .ft-lt {
      font-weight: bold;
      font-size: 16px;
    }

    .ft .ft-lp {
      color: #8b8c8f;
      font-size: 14px;
    }


    .feature-div {
      row-gap: 0;
    }

    .feature {
      margin-top: 80px;
    }

    .ai-age .ai-img {
      width: 500px;
    }

    .ai-age .ai-content {
      width: 500px;
      background: rgba(249, 249, 250, 1);
      border: 0.69px solid rgba(234, 235, 238, 1);
    }

    .ai-age .ai-content-ul {
      width: 456px;
    }

    .ai-age .top-content {
      width: 450px;
      height: auto;
      display: flex;
      row-gap: 40px;
      flex: wrap;
    }

    .ai-age .content-img {
      align-items: center;
      max-width: 500px;
      flex-direction: column-reverse;
    }

    .ai-age-title-2 {
      margin-bottom: 56px;
    }

    .part-harness2 {
      margin-bottom: 56px;
    }

    .stream2,
    .stream3,
    .stream4,
    .stream5 {
      margin-top: 56px;
    }

    .stream-content {
      width: 500px;
      margin: 0 auto;
    }

    .stream-img {
      width: 500px;
      height: auto;
      margin: 0 auto;
    }

    .stream-ul {
      padding-left: 0;
      list-style: none;
      margin-top: 18px;
      line-height: 32px;
      margin-bottom: 0;
    }

    .stream-li {
      font-size: 20px;
      color: #8b8c8f;
    }

    .stream-icon {
      width: 50px;
      height: 50px;
      margin-top: 18px;
    }

    .stream-title1 {
      margin-bottom: 0;
      margin-top: 18px;
      font-size: 32px;
      font-weight: bold;
      line-height: 1;
    }

    .stream-title2 {
      margin-bottom: 0;
      font-size: 20px;
      margin-top: 18px;
      line-height: 1.45;
    }

    .stream-icon img {
      width: 100%;
      height: 100%;
    }

    /* .stream-flex {
    padding-left: 90px;
    padding-right: 90px;
  } */
    .agent-title-1 h2 {
      font-size: 30px;
    }

    .agent-title-1 {
      padding-top: 36px;
      padding-bottom: 20px;
    }

    .agent-title-2 h4 {
      font-size: 14px;
    }

    .top-banner-nav {
      border-radius: 4px;
    }

    .top-banner-nav-container {
      margin-bottom: 8px;
    }

    .banner2 h1 {
      margin-top: 30px;
      font-size: 36px;
      margin-bottom: 20px;
    }

    .banner2 p {
      color: #555557;
      font-size: 14px;
      margin-bottom: 12px;
    }

    .top-btn {
      height: 36px;
    }

    .wsc-main .btn-1 {
      font-size: 13px;
    }

    .top-banner-img {
      width: 588px;
      height: auto;
      top: 190px;
    }

    .banner2 .banner-top {
      height: 280px;
    }

    .banner2 .empty-container {
      height: 144px;
    }

    .item-small-icon-1 {
      width: 35px;
      height: 35px;
      left: -41.48px;
      top: 20px;
      border-radius: 8px;
      transform: rotate(9deg);
    }

    .item-small-icon-1 img {
      width: 22px;
      height: 22px;
      margin: 7px 7px;
    }

    .item-huge-icon-1 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 79.64px;
      left: -89.48px;
      transform: rotate(-7deg);
      border-radius: 8px;
    }

    .item-huge-icon-1 img {
      width: 33px;
      height: 33px;
      margin: 5px 5px;
    }

    .item-small-icon-2 {
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      position: absolute;
      top: 151.9px;
      left: -38.94px;
      transform: rotate(-4deg);
      border-radius: 8px;
    }

    .item-small-icon-2 img {
      width: 22px;
      height: 22px;
      margin: 7px 7px;
    }

    .item-small-icon-3 {
      width: 35px;
      height: 35px;
      right: -41.48px;
      top: 20px;
      border-radius: 8px;
      transform: rotate(-9deg);
    }

    .item-small-icon-3 img {
      width: 22px;
      height: 22px;
      margin: 7px 7px;
    }

    .item-huge-icon-2 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 79.64px;
      right: -89.48px;
      transform: rotate(7deg);
      border-radius: 8px;
    }

    .item-huge-icon-2 img {
      width: 33px;
      height: 33px;
      margin: 5px 5px;
    }

    .item-small-icon-4 {
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      position: absolute;
      top: 151.9px;
      right: -38.94px;
      transform: rotate(4deg);
      border-radius: 8px;
    }

    .item-small-icon-4 img {
      width: 22px;
      height: 22px;
      margin: 7px 7px;
    }

    .service-item-bottom p {
      font-size: 12px;
      margin-top: 0;
    }
  }

  @media (max-width: 768px) {
    .ai-age-title-2 {
      margin-bottom: 40px;
    }

    .agent-title-1 h2 {
      font-size: 28px;
    }

    .agent-title-1 {
      padding-top: 30px;
      padding-bottom: 18px;
    }

    .banner2 h1 {
      margin-top: 30px;
      font-size: 30px;
      margin-bottom: 18px;
    }

    .banner2 p {
      font-size: 13px;
      margin-bottom: 16px;
    }

    .banner2 .banner-top {
      height: 230px;
    }

    .banner2 .empty-container {
      height: 80px;
    }

    .top-banner-img {
      width: 388px;
      height: auto;
      top: 175px;
    }

    .item-small-icon-1 {
      width: 20px;
      height: 20px;
      left: -21.48px;
      top: 10px;
      border-radius: 4px;
      transform: rotate(9deg);
    }

    .item-small-icon-1 img {
      width: 12px;
      height: 12px;
      margin: 4px 4px;
    }

    .item-huge-icon-1 {
      width: 27px;
      height: 27px;
      left: -50.48px;
      top: 52.64px;
      transform: rotate(-7deg);
      border-radius: 4px;
    }

    .item-huge-icon-1 img {
      width: 17px;
      height: 17px;
      margin: 5px 5px;
    }

    .item-small-icon-2 {
      width: 20px;
      height: 20px;
      top: 105.9px;
      left: -17.94px;
      transform: rotate(-4deg);
      border-radius: 4px;
    }

    .item-small-icon-2 img {
      width: 12px;
      height: 12px;
      margin: 4px 4px;
    }


    .item-small-icon-3 {
      width: 20px;
      height: 20px;
      right: -21.48px;
      top: 10px;
      border-radius: 4px;
      transform: rotate(-9deg);
      background: #ffffff;
    }

    .item-small-icon-3 img {
      width: 12px;
      height: 12px;
      margin: 4px 4px;
    }

    .item-huge-icon-2 {
      width: 27px;
      height: 27px;
      right: -50.48px;
      top: 52.64px;
      transform: rotate(7deg);
      border-radius: 4px;
    }

    .item-huge-icon-2 img {
      width: 17px;
      height: 17px;
      margin: 5px 5px;
    }

    .item-small-icon-4 {
      width: 20px;
      height: 20px;
      top: 105.9px;
      right: -17.94px;
      transform: rotate(4deg);
      border-radius: 4px;
    }

    .item-small-icon-4 img {
      width: 12px;
      height: 12px;
      margin: 4px 4px;
    }
  }

  @media (max-width: 676px) {}

  @media (max-width: 575px) {}

  @media (max-width: 500px) {
    .choose .container {
      width: 390px;
    }

    .choose-container {
      width: 390px;
      height: 550px;
    }

    .choose-title {
      font-size: 22px;
    }

    .service-flex {
      max-width: 500px;
    }

    .service-item {
      width: 390px;
    }

    .service .service-title {
      font-size: 22px;
      margin-top: 60px;
      margin-bottom: 30px;
      line-height: 30px;
    }

    .bewith .display-3 {
      font-size: 22px;
    }

    .draw-item {
      width: 390px;
      height: 412px;
    }

    main p {
      font-size: 11px;
      line-height: 22px;
    }

    .multi-title2 {
      font-size: 14px;
    }

    .multi .display-3 {
      font-size: 22px;
      margin-bottom: 12px;
    }

    .certification2 {
      max-width: 390px;
    }

    .certification-ul {
      width: 320px;
      margin: 50px 34px;
      row-gap: 20px;
    }

    .certification-title1 {
      font-size: 22px;
      margin-bottom: 14px;
    }

    .certification-title2 {
      font-size: 14px;
      margin-bottom: 30px;
    }

    .ft-4 .ft-img img {
      border-radius: 16.55px;
    }

    .ft-4 .ft-img::after {
      border-radius: 16.55px;
    }

    .ft {
      max-width: 390px;
      margin-top: 56px;
    }

    .ft .ft-title1 {
      font-size: 22px;
      margin-top: 30px;
      margin-bottom: 14px;
    }

    .ft .ft-title2 {
      margin-bottom: 6px;
      font-size: 16px;
    }

    .ft .ft-lt {
      font-size: 14px;
    }

    .ft .ft-lp {
      font-size: 14px;
    }

    .ai-age .top-content {
      width: 390px;
      height: auto;
      row-gap: 30px;
    }

    .ai-age .ai-content {
      width: 390px;
    }

    .ai-age .ai-content-ul {
      width: 345px;
    }

    .ai-age .top-content {
      width: 345px;
    }

    .ai-age .content-img {
      max-width: 390px;
      height: auto;
    }

    .ai-age .ai-img {
      max-width: 390px;
    }

    .ai-age-title-2 {
      font-size: 14px;
    }

    .ai-age .ai-age-title {
      font-size: 22px;
      padding-top: 0;
    }

    .stream-img {
      width: 390px;
    }

    .stream-content {
      width: 390px;
    }

    .stream-title1 {
      font-size: 26px;
    }

    .stream-title2 {
      font-size: 16px;
      line-height: 1.35;
    }

    .stream-ul {
      line-height: 26px;
    }

    .stream-li {
      font-size: 16px;
    }

    .agent-title-1 h2 {
      font-size: 26px;
    }

    .top-banner-nav-container {
      margin-bottom: 4.69px;
    }

    .banner2 h1 {
      margin-top: 30px;
      font-size: 28px;
      margin-bottom: 14px;
    }

    .banner2 p {
      font-size: 12px;
      margin-bottom: 12px;
    }

    .banner2 .banner-top {
      height: 145px;
    }

    .top-banner-img {
      width: 280px;
      height: auto;
      top: 167px;
    }

    .banner-top {
      background-size: 200% 100%;
    }

    .banner2 .empty-container {
      height: 60px;
    }

    .item-small-icon-1 {
      left: -8.94px;
      top: 4.69px;
      border-radius: 3.13;
      scale: 0.5125;
    }

    .item-huge-icon-1 {
      left: -17.15px;
      top: 41.57px;
      border-radius: 3.13;
      scale: 0.517;
    }

    .item-small-icon-2 {
      left: -8.2px;
      top: 82.48px;
      border-radius: 3.13;
      scale: 0.5495;
    }

    .item-small-icon-3 {
      right: -8.94px;
      top: 4.69px;
      border-radius: 3.13;
      scale: 0.5125;
    }

    .item-huge-icon-2 {
      right: -17.15px;
      top: 41.57px;
      border-radius: 3.13;
      scale: 0.517;
    }

    .item-small-icon-4 {
      right: -8.2px;
      top: 82.48px;
      border-radius: 3.13;
      scale: 0.5495;
    }



  }

  @media (max-width: 390px) {
    .top-btn {
      margin-top: 12px;
      height: 36px;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
    }

    .gradient-top-title {
      margin-left: 2px;
    }

    .wsc-main .choose-btn {
      font-size: 12px !important;
    }

    .chooseimg {
      margin-bottom: 80px;
    }

    .choose .container .choose-item3 {
      padding-bottom: 22px;
    }

    .choose .container .choose-item2 {
      padding-bottom: 22px;
    }

    .choose-container .pt-5 {
      padding-top: 0 !important;
    }

    .choose-container .pt-md-5 {
      padding-top: 0 !important;
    }

    .choose-item-content .pl-0 {
      margin: 0 30px 0 30px;
    }

    .choose-feature {
      margin-bottom: 14.89px;
    }

    .choose .container .choose-item1 {
      padding-bottom: 22.33px;
    }

    .wsc-main .btn-1 {
      font-size: 12px;
    }

    .choose-bt {
      margin: 0 auto;
      width: 104.22px;
      height: 35.73px;
      border-radius: 5.96px;
    }

    .choose-desc {
      font-size: 12px;
    }

    .choose-feature .color1 img {
      width: 15px;
      height: 15px;
      transform: translate(0px, -1px);
    }

    .choose-feature .color1 {
      font-size: 12px;
      line-height: 1;
    }

    .choose-item1 .choose-item-p,
    .choose-item2 .choose-item-p,
    .choose-item3 .choose-item-p {
      font-size: 12px;
      margin-bottom: 25.22px;
    }

    .choose-item-content .display-4 {
      font-size: 28.29px;
      line-height: 1;
      margin: 75.93px auto 9.71px 34px;
    }

    .choose-item1::before,
    .choose-item2::before,
    .choose-item3::before {
      width: 53.6px;
      height: 76.72px;
      left: 41.7px;
      top: -14.89px;
    }

    .choose .container {
      width: 335px;
    }

    .choose-container {
      width: 335px;
      height: 455.6px;
    }

    .choose-title {
      margin: 56px auto 44.89px auto;
    }

    .service-item-title {
      padding-left: 25.77px;
    }

    .service-item-bottom p {
      font-size: 10.31px;
      line-height: 15.46px;
      height: 31px;
    }

    .service-flex {
      row-gap: 19.33px;
    }

    .service-item-title {
      padding-left: 25.77px;
    }

    .service-item-top {
      padding-top: 19.33px;
    }

    .service-item1 img {
      width: 25.12px;
      height: 27.79px;
    }

    .service-item2 img {
      width: 28.99px;
      height: 25.72px;
    }

    .service-item3 img {
      width: 24.48px;
      height: 24.96px;
    }

    .service-item4 img {
      width: 27.06px;
      height: 27.06px;
    }

    .service-item-top h3 {
      font-size: 15.46px;
      line-height: 18.04px;
    }

    .service-item {
      width: 335px;
      height: 115.96px;
    }

    .service-item-bottom p {
      font-size: 10.31px;
      line-height: 15.46px;
    }

    .bewith .display-3 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 30px;
    }

    main p {
      font-size: 10.42px;
      line-height: 17.87px;
    }

    .draw-item {
      width: 335px;
      height: 354.36px;
    }

    .draw-text {
      margin: 0 30px;
    }

    .multi .display-3 {
      line-height: 30px;
      margin-bottom: 6px;
    }

    .multi-title2 {
      line-height: 22px;
      margin-bottom: 30px;
    }

    .certification2 {
      max-width: 335px;
      padding-bottom: 0;
    }

    .multi {
      margin-top: 56px;
    }

    .certification2 {
      padding-top: 0px;
      margin-top: 60px;
    }

    .certification-ul {
      width: 288.66px;
      margin: 30px 24px;
      row-gap: 27.49px;
    }

    .certification-toptitle {
      font-size: 13.75px;
    }

    .certification-topp {
      font-size: 13.75px;
    }

    .certification {
      margin-top: 56px;
    }

    .certification-title1 {
      font-size: 22px;
      margin-bottom: 6px;
      line-height: 30px;
    }

    .certification-title2 {
      font-size: 14px;
      margin-bottom: 30px;
      line-height: 22px;
    }

    .ft-4 .ft-img img {
      border-radius: 14.55px;
    }

    .ft-4 .ft-img::after {
      border-radius: 14.55px;
    }

    .ft {
      max-width: 335px;
    }

    .ft .ft-title1 {
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 12px;
    }

    .ft .ft-title2 {
      font-size: 16px;
      margin-bottom: 30px;
    }

    .ft .ft-lt {
      font-size: 14px;
      line-height: 24px;
    }

    .ft .ft-lp {
      font-size: 14px;
      line-height: 24px;
    }

    .ft .ft-ul {
      row-gap: 14px;
    }

    .ai-age .content-p,
    .ai-age .content-t {
      font-size: 14px;
      line-height: 22px;
    }

    .ai-age .ai-content-ul {
      width: 288.65px;
    }

    .ai-age .ai-img {
      max-width: 335px;
    }

    .ai-age .top-content {
      width: 288.65px;
      row-gap: 27.49px;
    }

    .ai-age .ai-content {
      width: 335px;
    }

    .ai-age .content-img {
      max-width: 335px;
    }

    .ai-age .ai-age-title {
      line-height: 30px;
      margin-bottom: 6px;
    }

    .ai-age-title-2 {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 30px;
    }

    .part-harness2 {
      margin-bottom: 60px;
    }

    .stream-img {
      width: 335px;
    }

    .stream-content {
      width: 335px;
    }

    .stream-icon {
      width: 36px;
      height: 36px;
    }

    .stream-icon {
      margin-top: 16px;
    }

    .stream-title1 {
      font-size: 18px;
      margin-top: 16px;
      line-height: 1;
    }

    .stream-title2 {
      font-size: 14px;
      line-height: 20px;
    }

    .stream-ul {
      margin-top: 14px;
    }

    .stream-li {
      font-size: 14px;
      line-height: 28px;
    }

    .agent-title-1 h2 {
      font-size: 22px;
      line-height: 30px;
    }

    .agent-title-1 {
      padding-top: 50px;
      padding-bottom: 6px;
    }

    .agent-title-2 h4 {
      line-height: 22px;
    }

    .agent-title-2 {
      padding-bottom: 28px;
    }
  }


  .choose {
    display: none;
  }

  .choose2 {
    display: block;
    height: auto;
  }

  .chooseimg {
    max-width: 1410px;
    height: 632px;
    margin: 0 auto;
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
  }

  .choose-itemp {
    width: 450px;
    height: 632px;
    position: relative;
  }

  .choose-itemp img {
    width: 100%;
    height: 100%;
  }

  .choose-bt-pos {
    position: absolute;
  }

  .choose-itemp {
    position: relative;
    display: inline-block;
  }

  .choose-bt-pos {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }

  @media (min-width: 1920px) {
    .choose {
      display: none;
    }

    .choose2 {
      display: block;
    }
  }

  @media (max-width: 1920px) {}

  @media (max-width: 1600px) {
    .choose-bt-pos {
      display: flex;
      justify-content: center;
      align-items: flex-end;
    }

    .chooseimg {
      max-width: 1110px;
      height: auto;
      margin: 0 auto;
    }

    .choose-itemp {
      width: 350px;
      height: auto;
    }

    .wsc-main .choose-btn {
      width: 120px;
      height: 36px;
      font-size: 16px;
    }
  }

  @media (max-width: 1124px) {
    .choose-bt-pos {
      bottom: 20px;
    }

    .chooseimg {
      max-width: 960px;
    }

    .choose-item {
      width: 300px;
      height: auto;
    }
  }

  @media (max-width: 991px) {
    .chooseimg {
      max-width: 900px;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      row-gap: 56px;
    }
  }

  @media (max-width: 390px) {
    .banner2 .banner-top {
      position: relative;
      height: 182px;
    }

    .banner2 .banner-top::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 60%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .choose2 {
      display: none;
    }

    .choose {
      display: block;
    }

    .wsc-main .choose-btn {
      width: 104.22px;
      height: 35.73px;
    }
  }

  /* 2k分辨率以上 */
  @media (min-width: 1920px) {
    .btn-lg {
      font-size: 22px;
    }

    .feature3,
    .feature4,
    .feature5 {
      margin-top: 180px;
    }
  }

  /* 2k分辨率及以下 */
  @media (max-width: 1920px) {

    .feature3,
    .feature4,
    .feature5 {
      margin-top: 180px;
    }

    .wsc-main .btn-1 {
      font-size: 22px;
      font-weight: 700;
    }
  }

  @media (max-width: 1700px) {
    .agent-title-1 h2 {
      font-size: 40px;
    }

    .agent-title-1 {
      padding-top: 88px;
    }

    .agent-title-2 h4 {
      font-size: 18px;
    }

    .agent-title-2 {
      padding-bottom: 60px;
    }

    .row .top-banner-img .top-banner {
      border-radius: 22px;
    }

    .banner-top {
      height: 825px;
    }

    .empty-container {
      height: 297.5px;
    }

    .banner-top h1 {
      font-size: 68px;
      padding-top: 80px;
      margin-bottom: 22.2px;
    }

    .banner-top p {
      font-size: 18px;
      margin-bottom: 24px;
    }

    .top-banner-img {
      width: 1108px;
      height: auto;
      top: 360px;
    }

    .item-small-icon-1 {
      width: 50px;
      height: 50px;
      left: -81.48px;
      top: 18px;
      border-radius: 12px;
    }

    .item-small-icon-1 img {
      width: 32px;
      height: 32px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 img {
      width: 53px;
      height: 53px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 {
      width: 70px;
      height: 70px;
      background-color: #ffffff;
      position: absolute;
      top: 152.64px;
      left: -155.48px;
      transform: rotate(-7deg);
      border-radius: 12px;
    }

    .item-small-icon-2 {
      width: 50px;
      height: 50px;
      background-color: #ffffff;
      position: absolute;
      top: 302.9px;
      left: -83.94px;
      transform: rotate(-4deg);
      border-radius: 12px;
    }

    .item-small-icon-2 img {
      width: 32px;
      height: 32px;
      margin: 9px 9px;
    }

    .item-small-icon-3 {
      width: 50px;
      height: 50px;
      right: -81.48px;
      top: 18px;
      border-radius: 12px;
    }

    .item-small-icon-3 img {
      width: 32px;
      height: 32px;
      margin: 9px 9px;
    }

    .item-huge-icon-2 {
      width: 70px;
      height: 70px;
      background-color: #ffffff;
      position: absolute;
      top: 152.64px;
      right: -155.48px;
      transform: rotate(7deg);
      border-radius: 12px;
    }

    .item-huge-icon-2 img {
      width: 53px;
      height: 53px;
      margin: 9px 9px;
    }

    .item-small-icon-4 {
      width: 50px;
      height: 50px;
      background-color: #ffffff;
      position: absolute;
      top: 302.9px;
      right: -83.94px;
      transform: rotate(4deg);
      border-radius: 12px;
    }

    .item-small-icon-4 img {
      width: 32px;
      height: 32px;
      margin: 9px 9px;
    }

    .top-banner-nav-container {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 1600px) {
    .foot-title {
      font-size: 48px;
    }

    .choose .container {
      max-width: 1110px;
    }

    .choose-container {
      padding: 0;
      height: 502px;
      width: 330px;
    }

    .choose-item-content .display-4 {
      margin-top: 0;
      font-size: 28px;
      margin-bottom: 14px;
    }

    .choose-item1::before,
    .choose-item2::before,
    .choose-item3::before {
      width: 42px;
      height: 60px;
    }

    .pt-md-5 {
      padding-top: 10px !important;
    }

    .choose-item1 .choose-item-p {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 22px;
    }

    .choose-item2 .choose-item-p {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 22px;
    }

    .choose-item3 .choose-item-p {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 22px;
    }

    .choose-feature {
      margin-bottom: 14px;
    }

    .multi {
      margin-top: 90px;
    }

    .choose-title {
      font-size: 40px;
    }

    .multi-title2 {
      margin-bottom: 60px;
    }

    .service-item {
      width: 400px;
    }

    .service-flex {
      max-width: 900px;
    }

    .service .service-title {
      font-size: 40px;
    }

    .bewith .display-3 {
      font-size: 40px;
    }

    .multi-title2 {
      font-size: 18px;
    }

    .multi .display-3 {
      font-size: 40px;
      margin-bottom: 20px;
    }

    .feature2,
    .feature3,
    .feature4,
    .feature5 {
      justify-content: space-between;
    }

    .certification-img {
      width: 628.1px;
      height: 459.6px;
    }

    .certification-top-content {
      width: 406px;
      height: auto;
    }

    .certification-content-ul {
      margin: 33.5px auto 33.5px 64px;
    }

    .certification-title1 {
      font-size: 40px;
      margin-bottom: 26px;
    }

    .certification-title2 {
      font-size: 18px;
      margin-bottom: 60px;
    }

    .feature .feature-img {
      width: 628.1px;
      height: 459.6px;
    }

    .feature-content {
      width: 451.9px;
    }

    .feature-title1 {
      font-size: 28px;
    }

    .feature-title2 {
      font-size: 19px;
      line-height: 1.2;
      margin-bottom: 28px;
    }

    .feature-content-t {
      font-size: 16px;
      line-height: 1.5;
    }

    .feature-content-p {
      font-size: 14px;
      line-height: 1.625;
    }

    .feature-content-ul {
      width: 387px;

    }

    .feature-top-content {
      width: 378px;
      height: fit-content;
      flex-wrap: wrap;
      row-gap: 10px;
      margin-bottom: 20px;
    }

    .feature-content-li {
      height: auto;
    }

    .feature {
      max-width: 1110px;
      margin-top: 130px;
    }

    .feature-top-content {
      row-gap: 30px;
    }

    .feature3 .feature-top-content {
      height: auto;
      margin-bottom: 40px;
    }

    .feature3 .feature-content-ul {
      width: 387px;
    }

    .feature4 .feature-content-ul {
      width: 387px;

    }

    .feature4 .feature-top-content {
      height: auto;
      margin-bottom: 40px;
    }

    .feature5 .feature-content-ul {
      width: 387px;

    }

    .feature5 .feature-top-content {
      width: 378px;
      height: auto;
      margin-bottom: 40px;
      row-gap: 30px;
    }

    .feature-div {
      row-gap: 130px;
    }

    .ai-age {
      padding-bottom: 50px;
    }

    .ai-content-ul {
      width: 396px;
      margin: 46px auto 46px 0;
    }

    .ai-age .content-img {
      max-width: 1120px;
    }

    .ai-age .ai-content {
      width: 468.7px;
      height: auto;
    }

    .ai-age .ai-img {
      width: 651.4px;
      height: auto;
    }

    .part-harness1 {
      margin-bottom: 90px;
    }

    .ai-age .ai-age-title {
      padding-top: 50px;
      margin-bottom: 24px;
      font-size: 40px;
    }

    .ai-age-title-2 {
      font-size: 18px;
    }

    .part-harness .container {
      max-width: 1110px;
    }

    .nav-container {
      width: 30px;
    }

    .harness-intro .nav-icon {
      width: 50px;
      height: 50px;
    }

    .feature-text {
      max-width: 370px;
      margin-left: 30px;
    }

    .harness-intro .intro-item {
      font-size: 14px;
      line-height: 26px;
      color: #8b8c8f;
    }

    .harness-intro-item .title-2 {
      font-size: 36px;
      line-height: 44px;
      margin-top: 12px;
    }

    .harness-intro-item h4 {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 28px;
    }

    .harness-intro .intro {
      margin-bottom: 36px;
    }

    .harness-intro-item5 {
      padding-top: 120px;
    }

    .certification-content-img {
      max-width: 1110px;
    }
  }

  @media (max-width: 1440px) {
    .foot-title {
      font-size: 36px;
    }

    .choose-title {
      font-size: 36px;
    }

    .service .service-title {
      font-size: 36px;
    }

    .bewith .display-3 {
      font-size: 36px;
    }

    .draw-item {
      width: 350px;
    }

    .draw-text {
      font-size: 13px;
      line-height: 20px;
    }

    .multi .container {
      max-width: 1110px;
    }

    .multi .display-3 {
      font-size: 36px;
      margin-bottom: 14px;
    }

    .certification-title1 {
      font-size: 36px;
      margin-bottom: 22px;
    }

    .certification-title2 {
      font-size: 18px;
      margin-bottom: 40px;
    }

    .ai-age .ai-age-title {
      font-size: 36px;
    }

    .harness-intro .nav-icon {
      width: 40px;
      height: 40px;
    }

    .feature-div {
      row-gap: 90px;
    }

    .harness-intro-item .title-2 {
      font-size: 30px;
      line-height: 36px;
      margin-top: 12px;
    }

    .harness-intro-item h4 {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 22px;
    }

    .harness-intro .intro-item {
      font-size: 13px;
    }

    .harness-intro-item5 {
      padding-top: 200px;
    }

    .nav-container {
      width: 24px;
    }

    .part-harness .container {
      max-width: 910px;
    }

    .agent-title-1 {
      padding-top: 48px;
      padding-bottom: 24px;
    }

    .agent-title-1 h2 {
      font-size: 36px;
    }

    .agent-title-2 h4 {
      font-size: 16px;
    }

    .agent-title-2 {
      padding-bottom: 40px;
    }

    .top-banner-nav {
      border-radius: 10px;
    }

    .row .top-banner-img .top-banner {
      border-radius: 18px;
    }

    .top-banner-nav-container {
      margin-bottom: 16px;
    }

    .banner-top {
      height: 697.5px;
    }

    .empty-container {
      height: 252px;
    }

    .banner-top h1 {
      font-size: 48px;
      padding-top: 60px;
      margin-bottom: 18.2px;
    }

    .banner-top p {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .top-btn {
      height: 50px;
      font-size: 18px;
    }

    .wsc-main .btn-1 {
      font-size: 18px;
    }

    .top-banner-img {
      width: 958px;
      height: auto;
      top: 300px;
    }

    .item-small-icon-1 {
      width: 45px;
      height: 45px;
      left: -66.48px;
      top: 24px;
      border-radius: 10px;
    }

    .item-small-icon-1 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 img {
      width: 45px;
      height: 45px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 {
      width: 65px;
      height: 65px;
      background-color: #ffffff;
      position: absolute;
      top: 137.64px;
      left: -136.48px;
      transform: rotate(-7deg);
      border-radius: 10px;
    }

    .item-small-icon-2 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 276.9px;
      left: -66.94px;
      transform: rotate(-4deg);
      border-radius: 10px;
    }

    .item-small-icon-2 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-small-icon-3 {
      width: 45px;
      height: 45px;
      right: -66.48px;
      top: 24px;
      border-radius: 10px;
    }

    .item-small-icon-3 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-huge-icon-2 {
      width: 65px;
      height: 65px;
      background-color: #ffffff;
      position: absolute;
      top: 137.64px;
      right: -136.48px;
      transform: rotate(7deg);
      border-radius: 10px;
    }

    .item-huge-icon-2 img {
      width: 45px;
      height: 45px;
      margin: 9px 9px;
    }

    .item-small-icon-4 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 276.9px;
      right: -66.94px;
      transform: rotate(4deg);
      border-radius: 10px;
    }

    .item-small-icon-4 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

  }

  @media (max-width: 1280px) {
    .feature5 {
      padding-bottom: 90px;
    }

    .draw-show {
      height: auto;
    }

    .choose-title {
      margin: 130px auto 80px auto;
    }

    .choose-title {
      font-size: 28px;
    }

    .certification {
      padding-bottom: 56px;
    }

    .service .service-title {
      font-size: 28px;
    }

    .bewith .display-3 {
      font-size: 28px;
      line-height: 1.5;
    }

    .multi .container {
      max-width: 880px;
    }

    main p {
      font-size: 10px;
    }

    .multi .container {
      max-width: 1040px;
    }

    .draw-item {
      width: 300px;
    }

    .multi .display-3 {
      font-size: 28px;
      margin-bottom: 20px;
    }

    .certification-title1 {
      font-size: 28px;
    }

    .certification-title2 {
      font-size: 16px;
    }

    .certification-content-img {
      max-width: 880px;
    }

    .certification-img {
      width: 551.77px;
      height: 403.7px;
    }

    .certification-content-ul {
      margin: 19.5px auto 19.5px 62px;
    }

    .certification-top-content {
      width: 268px;
      height: auto;
      row-gap: 40px;
      margin-bottom: 40px;
    }

    .certification-content-t {
      font-size: 18px;
      line-height: 20px;
    }

    .certification-content-p {
      font-size: 14px;
      line-height: 22px;
    }

    .ai-content-ul {
      width: 316px;
      margin: 22px auto 22px 0;
    }

    .top-content {
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      margin-bottom: 20px;
    }

    .content-t {
      font-size: 18px;
      line-height: 24px;
    }

    .content-p {
      font-size: 14px;
      line-height: 20px;
    }

    .ai-age .content-img {
      max-width: 880px;
    }

    .ai-age .ai-content {
      width: 368.3px;
    }

    .ai-age .ai-img {
      width: 511.7px;
    }

    .ai-age .ai-age-title {
      font-size: 28px;
      margin-bottom: 18px;
    }

    .ai-age-title-2 {
      font-size: 16px;
    }

    .top-banner-nav {
      border-radius: 6px;
    }

    .row .top-banner-img .top-banner {
      border-radius: 14px;
    }

    .top-banner-nav-container {
      margin-bottom: 12px;
    }

    .banner-top h1 {
      font-size: 40px;
      padding-top: 30px;
      margin-bottom: 14.2px;
    }

    .banner-top p {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .top-btn {
      height: 40px;
    }

    .wsc-main .btn-1 {
      font-size: 15px;
    }

    .banner-top {
      height: 500px;
    }

    .empty-container {
      height: 184px;
    }

    .top-banner-img {
      width: 728px;
      height: auto;
      top: 230px;
    }

    .item-small-icon-1 {
      width: 45px;
      height: 45px;
      left: -61.48px;
      top: 20px;
      border-radius: 10px;
    }

    .item-small-icon-1 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 img {
      width: 38px;
      height: 38px;
      margin: 9px 9px;
    }

    .item-huge-icon-1 {
      width: 55px;
      height: 55px;
      background-color: #ffffff;
      position: absolute;
      top: 112.64px;
      left: -115.48px;
      transform: rotate(-7deg);
      border-radius: 10px;
    }

    .item-small-icon-2 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 212.9px;
      left: -48.94px;
      transform: rotate(-4deg);
      border-radius: 10px;
    }

    .item-small-icon-2 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-small-icon-3 {
      width: 45px;
      height: 45px;
      right: -61.48px;
      top: 20px;
      border-radius: 10px;
    }

    .item-small-icon-3 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

    .item-huge-icon-2 {
      width: 55px;
      height: 55px;
      background-color: #ffffff;
      position: absolute;
      top: 112.64px;
      right: -115.48px;
      transform: rotate(7deg);
      border-radius: 10px;
    }

    .item-huge-icon-2 img {
      width: 38px;
      height: 38px;
      margin: 9px 9px;
    }

    .item-small-icon-4 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 212.9px;
      right: -48.94px;
      transform: rotate(4deg);
      border-radius: 10px;
    }

    .item-small-icon-4 img {
      width: 27px;
      height: 27px;
      margin: 9px 9px;
    }

  }

  @media (max-width: 1280px) {

    .multi-title2 {
      font-size: 16px;
    }

    .feature {
      max-width: 880px;
      margin-top: 90px;
    }

    .feature-top-content {
      width: 304px;
      height: auto;
      row-gap: 20px;
      margin-bottom: 20px;
    }

    .feature .feature-img {
      width: 551.77px;
      height: 403.7px;
    }

    .feature-content {
      width: 368.2px;
      height: fit-content;
    }

    .feature-content-ul {
      width: 304px;
      margin: 35.5px auto 35.5px 64px;
    }

    .feature-title2 {
      margin-bottom: 22px;
    }

    .feature3 .feature-content-ul {
      width: 304px;
    }

    .feature4 .feature-content-ul {
      width: 304px;

    }

    .feature5 .feature-top-content {
      width: 304px;
      height: auto;
      margin-bottom: 30px;
      row-gap: 30px;
    }

    .feature5 .feature-content-ul {
      width: 304px;

    }
  }

  @media (max-width: 1279px) {
    .footer-part {
      display: none;
    }
  }

  @media (max-width: 1020px) {
    .choose-feature .color1 {
      color: #6b707b;
      font-size: 13px;
      line-height: 1;
    }

    .choose .container {
      max-width: 900px;
    }

    .choose-container {
      padding: 0;
      height: 492px;
      width: 270px;
    }

    .choose-desc {
      font-size: 13px;
      line-height: 1;
    }

    .choose-item-content .display-4 {
      margin: 0;
      font-size: 22px;
      margin-bottom: 14px;
    }

    .choose-item1::before {
      left: 20px;
    }

    .choose-item2::before {
      left: 20px;
    }

    .choose-item3::before {
      left: 20px;
    }

  }

  @media (max-width: 991px) {

    .choose-item1::before,
    .choose-item2::before,
    .choose-item3::before {
      width: 72px;
      height: 103px;
      left: 50px;
    }

    .choose-item-content .display-4 {
      margin: 50px auto 0 34px;
      font-size: 30px;
      margin-bottom: 14px;
    }

    .choose-feature .color1 {
      font-size: 16px;
      line-height: 1;
    }

    .choose-item-content .pl-0 {
      margin: 30px;
    }

    .choose-desc {
      font-size: 16px;
    }

    .choose-item1 .choose-item-p,
    .choose-item2 .choose-item-p,
    .choose-item3 .choose-item-p {
      font-size: 16px;
      padding-left: 34px;
    }

    .choose-flex {
      row-gap: 56px;
      flex-direction: column;
      align-items: center;
      margin-bottom: 80px;
    }

    .choose .container {
      width: 500px;
    }

    .choose-container {
      width: 500px;
      height: 550px;
    }

    .choose-title {
      margin: 90px auto 60px auto;
    }

    .service .service-title {
      margin-top: 90px;
      margin-bottom: 60px;
    }

    .service-item {
      width: 480px;
    }

    .service-flex {
      row-gap: 50px;
    }

    .service-flex {
      max-width: 820px;
    }

    .multi {
      margin-bottom: 56px;
    }

    .draw-show {
      margin: 0 auto;
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: center;
      height: auto;
      row-gap: 20px;
    }

    .draw-item {
      width: 500px;
      height: 528.36px;
    }

    main p {
      font-size: 16px;
    }

    .certification-toptitle {
      font-size: 18px;
      font-weight: bold;
    }

    .certification-topp {
      font-size: 16px;
      color: #717273;
      font-weight: 400;
    }

    .certification2 {
      max-width: 500px;
      margin: 0 auto;
      flex-direction: column;
    }

    .certification-ul {
      display: flex;
      flex-direction: column;
      width: 400px;
      margin: 50px 50px;
      row-gap: 20px;
    }

    .certification-topcontent {
      border: 0.69px solid rgba(234, 235, 238, 1);
      background: rgba(249, 249, 250, 1);
    }

    .certification-topimg img {
      width: 100%;
      height: 100%;
    }

    .ft {
      margin: 90px auto 0 auto;
      max-width: 500px;
    }

    .ft .ft-img img {
      width: 100%;
      height: 100%;
    }

    .ft-4 .ft-img img {
      border-radius: 24.55px;
    }

    .ft-4 .ft-img {
      position: relative;
    }

    .ft-4 .ft-img::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      background: linear-gradient(to bottom,
          rgba(214, 226, 255, 0) 0%,
          rgba(241, 235, 255, 1) 100%);
      pointer-events: none;
      border-radius: 24.55px;
    }

    .ft .ft-title1 {
      font-weight: bold;
      font-size: 28px;
      line-height: 1.4375;
      margin-top: 45px;
      margin-bottom: 16px;
    }

    .ft .ft-ul {
      display: flex;
      row-gap: 30px;
      flex-direction: column;
    }

    .ft .ft-title2 {
      margin-bottom: 16px;
      font-weight: 400;
      font-size: 19px;
      color: #8b8c8f;
    }

    .ft .ft-lt {
      font-weight: bold;
      font-size: 16px;
    }

    .ft .ft-lp {
      color: #8b8c8f;
      font-size: 14px;
    }


    .feature-div {
      row-gap: 0;
    }

    .feature {
      margin-top: 80px;
    }

    .ai-age .ai-img {
      width: 500px;
    }

    .ai-age .ai-content {
      width: 500px;
      background: rgba(249, 249, 250, 1);
      border: 0.69px solid rgba(234, 235, 238, 1);
    }

    .ai-age .ai-content-ul {
      width: 456px;
      margin: 60px 22px;
    }

    .ai-age .top-content {
      width: 450px;
      height: auto;
      display: flex;
      row-gap: 40px;
      flex: wrap;
    }

    .ai-age .content-img {
      align-items: center;
      max-width: 500px;
      flex-direction: column-reverse;
    }

    .ai-age-title-2 {
      margin-bottom: 56px;
    }

    .part-harness2 {
      margin-bottom: 56px;
    }

    .stream2,
    .stream3,
    .stream4,
    .stream5 {
      margin-top: 56px;
    }

    .stream-content {
      width: 500px;
      margin: 0 auto;
    }

    .stream-img {
      width: 500px;
      height: auto;
      margin: 0 auto;
    }

    .stream-ul {
      padding-left: 0;
      list-style: none;
      margin-top: 18px;
      line-height: 32px;
      margin-bottom: 0;
    }

    .stream-li {
      font-size: 20px;
      color: #8b8c8f;
    }

    .stream-icon {
      width: 50px;
      height: 50px;
      margin-top: 18px;
    }

    .stream-title1 {
      margin-bottom: 0;
      margin-top: 18px;
      font-size: 32px;
      font-weight: bold;
      line-height: 1;
    }

    .stream-title2 {
      margin-bottom: 0;
      font-size: 20px;
      margin-top: 18px;
      line-height: 1.45;
    }

    .stream-icon img {
      width: 100%;
      height: 100%;
    }

    /* .stream-flex {
    padding-left: 90px;
    padding-right: 90px;
  } */
    .agent-title-1 h2 {
      font-size: 30px;
    }

    .agent-title-1 {
      padding-top: 36px;
      padding-bottom: 20px;
    }

    .agent-title-2 h4 {
      font-size: 14px;
    }

    .top-banner-nav {
      border-radius: 4px;
    }

    .top-banner-nav-container {
      margin-bottom: 8px;
    }

    .banner2 h1 {
      margin-top: 30px;
      font-size: 36px;
      margin-bottom: 20px;
    }

    .banner2 p {
      color: #555557;
      font-size: 14px;
      margin-bottom: 12px;
    }

    .top-btn {
      height: 36px;
    }

    .wsc-main .btn-1 {
      font-size: 13px;
    }

    .top-banner-img {
      width: 588px;
      height: auto;
      top: 190px;
    }

    .banner2 .banner-top {
      height: 300px;
    }

    .banner2 .empty-container {
      height: 144px;
    }

    .item-small-icon-1 {
      width: 35px;
      height: 35px;
      left: -41.48px;
      top: 20px;
      border-radius: 8px;
      transform: rotate(9deg);
    }

    .item-small-icon-1 img {
      width: 22px;
      height: 22px;
      margin: 7px 7px;
    }

    .item-huge-icon-1 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 79.64px;
      left: -89.48px;
      transform: rotate(-7deg);
      border-radius: 8px;
    }

    .item-huge-icon-1 img {
      width: 33px;
      height: 33px;
      margin: 5px 5px;
    }

    .item-small-icon-2 {
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      position: absolute;
      top: 151.9px;
      left: -38.94px;
      transform: rotate(-4deg);
      border-radius: 8px;
    }

    .item-small-icon-2 img {
      width: 22px;
      height: 22px;
      margin: 7px 7px;
    }

    .item-small-icon-3 {
      width: 35px;
      height: 35px;
      right: -41.48px;
      top: 20px;
      border-radius: 8px;
      transform: rotate(-9deg);
    }

    .item-small-icon-3 img {
      width: 22px;
      height: 22px;
      margin: 7px 7px;
    }

    .item-huge-icon-2 {
      width: 45px;
      height: 45px;
      background-color: #ffffff;
      position: absolute;
      top: 79.64px;
      right: -89.48px;
      transform: rotate(7deg);
      border-radius: 8px;
    }

    .item-huge-icon-2 img {
      width: 33px;
      height: 33px;
      margin: 5px 5px;
    }

    .item-small-icon-4 {
      width: 35px;
      height: 35px;
      background-color: #ffffff;
      position: absolute;
      top: 151.9px;
      right: -38.94px;
      transform: rotate(4deg);
      border-radius: 8px;
    }

    .item-small-icon-4 img {
      width: 22px;
      height: 22px;
      margin: 7px 7px;
    }
  }

  @media (max-width: 768px) {
    .row .top-banner-img .top-banner {
      border-radius: 8px;
    }

    .ai-age-title-2 {
      margin-bottom: 40px;
    }

    .agent-title-1 h2 {
      font-size: 28px;
    }

    .agent-title-1 {
      padding-top: 30px;
      padding-bottom: 18px;
    }

    .banner2 h1 {
      margin-top: 30px;
      font-size: 30px;
      margin-bottom: 18px;
    }

    .banner2 p {
      font-size: 13px;
      margin-bottom: 16px;
    }

    .banner2 .banner-top {
      height: 230px;
    }

    .banner2 .empty-container {
      height: 80px;
    }

    .top-banner-img {
      width: 388px;
      height: auto;
      top: 175px;
    }

    .item-small-icon-1 {
      width: 20px;
      height: 20px;
      left: -21.48px;
      top: 10px;
      border-radius: 4px;
      transform: rotate(9deg);
    }

    .item-small-icon-1 img {
      width: 12px;
      height: 12px;
      margin: 4px 4px;
    }

    .item-huge-icon-1 {
      width: 27px;
      height: 27px;
      left: -50.48px;
      top: 52.64px;
      transform: rotate(-7deg);
      border-radius: 4px;
    }

    .item-huge-icon-1 img {
      width: 17px;
      height: 17px;
      margin: 5px 5px;
    }

    .item-small-icon-2 {
      width: 20px;
      height: 20px;
      top: 105.9px;
      left: -17.94px;
      transform: rotate(-4deg);
      border-radius: 4px;
    }

    .item-small-icon-2 img {
      width: 12px;
      height: 12px;
      margin: 4px 4px;
    }


    .item-small-icon-3 {
      width: 20px;
      height: 20px;
      right: -21.48px;
      top: 10px;
      border-radius: 4px;
      transform: rotate(-9deg);
      background: #ffffff;
    }

    .item-small-icon-3 img {
      width: 12px;
      height: 12px;
      margin: 4px 4px;
    }

    .item-huge-icon-2 {
      width: 27px;
      height: 27px;
      right: -50.48px;
      top: 52.64px;
      transform: rotate(7deg);
      border-radius: 4px;
    }

    .item-huge-icon-2 img {
      width: 17px;
      height: 17px;
      margin: 5px 5px;
    }

    .item-small-icon-4 {
      width: 20px;
      height: 20px;
      top: 105.9px;
      right: -17.94px;
      transform: rotate(4deg);
      border-radius: 4px;
    }

    .item-small-icon-4 img {
      width: 12px;
      height: 12px;
      margin: 4px 4px;
    }
  }

  @media (max-width: 676px) {}

  @media (max-width: 575px) {}

  @media (max-width: 500px) {
    .row .top-banner-img .top-banner {
      border-radius: 4.45px;
    }

    .choose .container {
      width: 390px;
    }

    .choose-container {
      width: 390px;
      height: 550px;
    }

    .choose-title {
      font-size: 22px;
    }

    .service-flex {
      max-width: 500px;
    }

    .service-item {
      width: 390px;
    }

    .service .service-title {
      font-size: 22px;
      margin-top: 60px;
      margin-bottom: 30px;
      line-height: 30px;
    }

    .bewith .display-3 {
      font-size: 22px;
    }

    .draw-item {
      width: 390px;
      min-height: 412px;
      height: auto;
    }

    main p {
      font-size: 11px;
      line-height: 22px;
    }

    .multi-title2 {
      font-size: 14px;
    }

    .multi .display-3 {
      font-size: 22px;
      margin-bottom: 12px;
    }

    .certification2 {
      max-width: 390px;
    }

    .certification-ul {
      width: 320px;
      margin: 50px 34px;
      row-gap: 20px;
    }

    .certification-title1 {
      font-size: 22px;
      margin-bottom: 14px;
    }

    .certification-title2 {
      font-size: 14px;
      margin-bottom: 30px;
    }

    .ft-4 .ft-img img {
      border-radius: 16.55px;
    }

    .ft-4 .ft-img::after {
      border-radius: 16.55px;
    }

    .ft {
      max-width: 390px;
      margin-top: 56px;
    }

    .ft .ft-title1 {
      font-size: 22px;
      margin-top: 30px;
      margin-bottom: 14px;
    }

    .ft .ft-title2 {
      margin-bottom: 6px;
      font-size: 16px;
    }

    .ft .ft-lt {
      font-size: 14px;
    }

    .ft .ft-lp {
      font-size: 14px;
    }

    .ai-age .top-content {
      width: 390px;
      height: auto;
      row-gap: 30px;
    }

    .ai-age .ai-content {
      width: 390px;
    }

    .ai-age .ai-content-ul {
      width: 345px;
    }

    .ai-age .top-content {
      width: 345px;
    }

    .ai-age .content-img {
      max-width: 390px;
      height: auto;
    }

    .ai-age .ai-img {
      max-width: 390px;
    }

    .ai-age-title-2 {
      font-size: 14px;
    }

    .ai-age .ai-age-title {
      font-size: 22px;
      padding-top: 0;
    }

    .stream-img {
      width: 390px;
    }

    .stream-content {
      width: 390px;
    }

    .stream-title1 {
      font-size: 26px;
    }

    .stream-title2 {
      font-size: 16px;
      line-height: 1.35;
    }

    .stream-ul {
      line-height: 26px;
    }

    .stream-li {
      font-size: 16px;
    }

    .agent-title-1 h2 {
      font-size: 26px;
    }

    .top-banner-nav-container {
      margin-bottom: 4.69px;
    }

    .banner2 h1 {
      margin-top: 30px;
      font-size: 28px;
      margin-bottom: 14px;
    }

    .banner2 p {
      font-size: 12px;
      margin-bottom: 12px;
    }

    .banner2 .banner-top {
      height: 182px;
    }

    .top-banner-img {
      width: 280px;
      height: auto;
      top: 200px;
    }

    .banner-top {
      background-size: 200% 100%;
    }

    .banner2 .empty-container {
      height: 60px;
    }

    .item-small-icon-1 {
      left: -8.94px;
      top: 4.69px;
      border-radius: 3.13;
      scale: 0.5125;
    }

    .item-huge-icon-1 {
      left: -17.15px;
      top: 41.57px;
      border-radius: 3.13;
      scale: 0.517;
    }

    .item-small-icon-2 {
      left: -8.2px;
      top: 82.48px;
      border-radius: 3.13;
      scale: 0.5495;
    }

    .item-small-icon-3 {
      right: -8.94px;
      top: 4.69px;
      border-radius: 3.13;
      scale: 0.5125;
    }

    .item-huge-icon-2 {
      right: -17.15px;
      top: 41.57px;
      border-radius: 3.13;
      scale: 0.517;
    }

    .item-small-icon-4 {
      right: -8.2px;
      top: 82.48px;
      border-radius: 3.13;
      scale: 0.5495;
    }



  }

  @media (max-width: 390px) {
    .row .top-banner-img .top-banner {
      border-radius: 4.45px;
    }

    .choose .container .choose-item3 {
      padding-bottom: 22px;
    }

    .choose .container .choose-item2 {
      padding-bottom: 22px;
    }

    .choose-container .pt-5 {
      padding-top: 0 !important;
    }

    .choose-container .pt-md-5 {
      padding-top: 0 !important;
    }

    .choose-item-content .pl-0 {
      margin: 0 30px 0 30px;
    }

    .choose-feature {
      margin-bottom: 14.89px;
    }

    .choose .container .choose-item1 {
      padding-bottom: 22.33px;
    }

    .wsc-main .btn-1 {
      font-size: 12px;
    }

    .choose-bt {
      margin: 0 auto;
      width: 104.22px;
      height: 35.73px;
      border-radius: 5.96px;
    }

    .choose-desc {
      font-size: 12px;
    }

    .choose-feature .color1 img {
      width: 15px;
      height: 15px;
      transform: translate(0px, -1px);
    }

    .choose-feature .color1 {
      font-size: 12px;
      line-height: 1;
    }

    .choose-item1 .choose-item-p,
    .choose-item2 .choose-item-p,
    .choose-item3 .choose-item-p {
      font-size: 12px;
      margin-bottom: 25.22px;
    }

    .choose-item-content .display-4 {
      font-size: 28.29px;
      line-height: 1;
      margin: 75.93px auto 9.71px 34px;
    }

    .choose-item1::before,
    .choose-item2::before,
    .choose-item3::before {
      width: 53.6px;
      height: 76.72px;
      left: 41.7px;
      top: -14.89px;
    }

    .choose .container {
      width: 335px;
    }

    .choose-container {
      width: 335px;
      height: 455.6px;
    }

    .choose-title {
      margin: 56px auto 44.89px auto;
    }

    .service-item-title {
      padding-left: 25.77px;
    }

    .service-flex {
      row-gap: 19.33px;
    }

    .service-item-title {
      padding-left: 25.77px;
    }

    .service-item-top {
      padding-top: 19.33px;
    }

    .service-item1 img {
      width: 25.12px;
      height: 27.79px;
    }

    .service-item2 img {
      width: 28.99px;
      height: 25.72px;
    }

    .service-item3 img {
      width: 24.48px;
      height: 24.96px;
    }

    .service-item4 img {
      width: 27.06px;
      height: 27.06px;
    }

    .service-item-top h3 {
      font-size: 15.46px;
      line-height: 18.04px;
    }

    .service-item {
      width: 335px;
      height: 115.96px;
    }

    .service-item-bottom p {
      font-size: 10.31px;
      line-height: 15.46px;
    }

    .bewith .display-3 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 30px;
    }

    main p {
      font-size: 10.42px;
      line-height: 17.87px;
    }

    .draw-item {
      width: 335px;
      min-height: 354.36px;
      height: auto;
    }

    .multi .display-3 {
      line-height: 30px;
      margin-bottom: 6px;
    }

    .multi-title2 {
      line-height: 22px;
      margin-bottom: 30px;
    }

    .certification2 {
      max-width: 335px;
      padding-bottom: 0;
    }

    .multi {
      margin-top: 56px;
    }

    .certification2 {
      padding-top: 0px;
      margin-top: 60px;
    }

    .certification-ul {
      width: 288.66px;
      margin: 30px 24px;
      row-gap: 27.49px;
    }

    .certification-toptitle {
      font-size: 13.75px;
    }

    .certification-topp {
      font-size: 13.75px;
    }

    .certification {
      margin-top: 56px;
    }

    .certification-title1 {
      font-size: 22px;
      margin-bottom: 6px;
      line-height: 30px;
    }

    .certification-title2 {
      font-size: 14px;
      margin-bottom: 30px;
      line-height: 22px;
    }

    .ft-4 .ft-img img {
      border-radius: 14.55px;
    }

    .ft-4 .ft-img::after {
      border-radius: 14.55px;
    }

    .ft {
      max-width: 335px;
    }

    .ft .ft-title1 {
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 12px;
    }

    .ft .ft-title2 {
      font-size: 16px;
      margin-bottom: 30px;
    }

    .ft .ft-lt {
      font-size: 14px;
      line-height: 24px;
    }

    .ft .ft-lp {
      font-size: 14px;
      line-height: 24px;
    }

    .ft .ft-ul {
      row-gap: 14px;
    }

    .ai-age .content-p,
    .ai-age .content-t {
      font-size: 14px;
      line-height: 22px;
    }

    .ai-age .ai-content-ul {
      width: 288.65px;
    }

    .ai-age .ai-img {
      max-width: 335px;
    }

    .ai-age .top-content {
      width: 288.65px;
      row-gap: 27.49px;
    }

    .ai-age .ai-content {
      width: 335px;
    }

    .ai-age .content-img {
      max-width: 335px;
    }

    .ai-age .ai-age-title {
      line-height: 30px;
      margin-bottom: 6px;
    }

    .ai-age-title-2 {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 30px;
    }

    .part-harness2 {
      margin-bottom: 60px;
    }

    .stream-img {
      width: 335px;
    }

    .stream-content {
      width: 335px;
    }

    .stream-icon {
      width: 36px;
      height: 36px;
    }

    .stream-icon {
      margin-top: 16px;
    }

    .stream-title1 {
      font-size: 18px;
      margin-top: 16px;
      line-height: 1;
    }

    .stream-title2 {
      font-size: 14px;
      line-height: 20px;
    }

    .stream-ul {
      margin-top: 14px;
    }

    .stream-li {
      font-size: 14px;
      line-height: 28px;
    }

    .agent-title-1 h2 {
      font-size: 22px;
      line-height: 30px;
    }

    .agent-title-1 {
      padding-top: 50px;
      padding-bottom: 6px;
    }

    .agent-title-2 h4 {
      line-height: 22px;
    }

    .agent-title-2 {
      padding-bottom: 28px;
    }
  }

  /*.btn.btn-secondary:hover{color: #d9d9d9 !important;}*/
  .choose-btn {
    line-height: 1.22;
  }

  .wsc-main .btn-1 {
    display: inline-block;
    border-radius: 44pxs;
    text-decoration: none;
    color: rgb(255, 255, 255);

    line-height: 1 !important;
  }

  .wsc-main .btn-type {

    line-height: 1.2rem;
  }

  .wsc-main .btn-type2 {
    padding: 0;
    line-height: 1.1rem;
    width: fit-content;
    height: 50px;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }

  .wsc-main .purple-red-gradient-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #19191a;
    transition: transform 0.1s ease-in-out;
    border: none;
    box-shadow: none;

    &:hover {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background: #414142;
    }

    &:active {
      transform: scale(1);
    }
  }

  .wsc-main .choose-btn {
    color: #000;
    /*border-color: #000; */
    outline: 1px solid #000;
    border-radius: 8px;
    border: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .wsc-main .choose-btn:hover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: radial-gradient(197.38% 676.75% at 197.38% 119.3%, #FFDE5F 28.85%, #FF596A 62.69%, #BD41FF 100%);
    transition: transform 0.1s ease-in-out;
    box-shadow: none;
    color: #fff;
    outline: none;
    border: none;
  }

  .wsc-main .choose-btn:active {
    transform: scale(0.98);
  }

  /*web端*/
  @media (min-width: 1920px) {
    .wsc-main .btn-1 {
      font-weight: 700;
    }

    .foot-btn {
      padding-bottom: 35px !important;
    }

  }