.cont {
  width: 100%;
  display: flex;
  justify-content: center; }

.cont-title {
  font-family: Regular_Bold;
  font-weight: normal;
  font-size: 38px;
  color: #2A2B33;
  line-height: 56px;
  text-align: center;
  font-style: normal; }

.common-cont {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 1300px; }

.cont-box {
  display: flex;
  gap: 90px;
  margin-bottom: 140px; }
  .cont-box .cont-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .cont-box .cont-text .cont-text-title {
      font-family: Regular_Bold;
      font-size: 38px;
      color: #2A2B33;
      line-height: 56px;
      margin-bottom: 24px; }
    .cont-box .cont-text .cont-text-desc {
      font-family: Regular;
      font-weight: 400;
      font-size: 16px;
      color: #565D73;
      line-height: 26px; }
    .cont-box .cont-text .cont-btn-box {
      width: 100%;
      display: flex;
      margin-top: 48px; }
      .cont-box .cont-text .cont-btn-box .cont-btn {
        background: #065AFE;
        border-radius: 24px;
        padding: 14px 36px;
        font-family: Inter, Inter;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 19px;
        cursor: pointer; }
        .cont-box .cont-text .cont-btn-box .cont-btn:hover {
          background: #377BFE; }
  .cont-box .cont-img {
    width: 600px;
    height: 420px; }
    .cont-box .cont-img img {
      width: 100%;
      height: auto; }

.main {
  width: 100%; }
  .main .banner-contanier {
    width: 100%;
    display: flex;
    padding-top: 201px;
    padding-bottom: 166px;
    height: auto;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    background: url("../images/index/index_banner_bg.png") no-repeat;
    background-size: cover;
    background-position: center center; }
    .main .banner-contanier .b-c-wrapper {
      display: flex;
      align-items: center;
      max-width: 1300px;
      width: 100%;
      gap: 90px; }
      .main .banner-contanier .b-c-wrapper .b-c-w-left {
        flex: 1; }
        .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-top {
          display: flex;
          flex-direction: column;
          max-width: 600px; }
          .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-top .b-c-w-l-title {
            font-family: Regular_Bold;
            font-size: 54px;
            color: #2A2B33;
            line-height: 65px;
            margin-top: 36px; }
          .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-top .b-c-w-l-desc {
            font-family: Regular;
            font-weight: 400;
            font-size: 18px;
            color: #565D73;
            line-height: 30px;
            margin-top: 24px; }
        .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-bottom {
          width: 100%;
          display: flex;
          gap: 34px;
          margin-top: 94px; }
          .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-bottom .start-btn {
            padding: 18px 56px;
            background: #015EF7;
            border-radius: 31px;
            font-family: Regular_Bold;
            font-size: 18px;
            color: #FFFFFF;
            line-height: 21px;
            cursor: pointer;
            white-space: nowrap;
            transition: all 300ms;
            box-sizing: border-box; }
            .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-bottom .start-btn:hover {
              background: #377BFE; }
          .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-bottom .contact-us-btn {
            padding: 14px 56px;
            background: #FFFFFF;
            border-radius: 31px;
            border: 1px solid #262933;
            font-family: Regular_Bold;
            font-size: 18px;
            color: #262933;
            line-height: 30px;
            cursor: pointer;
            white-space: nowrap;
            transition: all 300ms;
            box-sizing: border-box; }
            .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-bottom .contact-us-btn:hover {
              border: 1px solid #065AFE;
              color: #065AFE; }
        .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download {
          width: 100%;
          display: flex;
          margin-top: 10px;
          display: flex;
          flex-direction: column;
          gap: 26px;
          margin-top: 47px; }
          .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download .d-pc {
            display: flex;
            width: 334px;
            height: 51px;
            gap: 10px;
            cursor: pointer;
            background: #006FFF;
            border-radius: 31px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            transition: all 300ms; }
            .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download .d-pc img {
              width: 30px;
              height: 30px; }
            .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download .d-pc:hover {
              background: #005ED9; }
          .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download .d-ext {
            display: flex;
            align-items: center;
            gap: 30px; }
            .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download .d-ext a {
              display: block;
              width: 149px;
              height: 40px;
              cursor: pointer;
              transition: all 300ms; }
            .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download .d-ext .google-link {
              background: url(../images/index/ic_download_google.png) no-repeat;
              background-size: 100% 100%; }
              .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download .d-ext .google-link:hover {
                background: url(../images/index/ic_download_google_hover.png) no-repeat;
                background-size: 100% 100%; }
            .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download .d-ext .ios-link {
              background: url(../images/index/ic_download_ios.png) no-repeat;
              background-size: 100% 100%; }
              .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download .d-ext .ios-link:hover {
                background: url(../images/index/ic_download_ios_hover.png) no-repeat;
                background-size: 100% 100%; }
        .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download-750-btn {
          display: none;
          width: 304px;
          height: 41px;
          gap: 10px;
          cursor: pointer;
          background: #006FFF;
          border-radius: 31px;
          align-items: center;
          justify-content: center;
          color: #FFFFFF;
          transition: all 300ms; }
          .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download-750-btn img {
            width: 13px;
            height: 16px; }
          .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download-750-btn span {
            font-family: Regular_Bold;
            font-weight: normal;
            font-size: 14px;
            color: #FFFFFF;
            line-height: 16px; }
          .main .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download-750-btn:hover {
            background: #005ED9; }
      .main .banner-contanier .b-c-wrapper .b-c-w-right {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 560px;
        height: 401px;
        position: relative; }
        .main .banner-contanier .b-c-wrapper .b-c-w-right .b-c-w-right-main-img {
          width: 100%;
          height: auto; }
        .main .banner-contanier .b-c-wrapper .b-c-w-right .follow-mouse {
          transform: translate(calc(var(--mouse-x) * 0.5px), calc(var(--mouse-y) * 0.5px)); }
        .main .banner-contanier .b-c-wrapper .b-c-w-right .b-c-w-right-left-img {
          position: absolute;
          display: flex;
          width: 237px;
          height: 134px;
          top: 182px;
          left: -100px; }
          .main .banner-contanier .b-c-wrapper .b-c-w-right .b-c-w-right-left-img .banner_02_img {
            position: absolute;
            width: 237px;
            height: 134px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .main .banner-contanier .b-c-wrapper .b-c-w-right .b-c-w-right-left-img .banner_03_img {
            position: absolute;
            width: 117px;
            height: 116px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .main .banner-contanier .b-c-wrapper .b-c-w-right .banner_img {
          position: absolute;
          will-change: transform;
          transition: transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1); }
          .main .banner-contanier .b-c-wrapper .b-c-w-right .banner_img.banner_04_img {
            width: 124px;
            height: 148px;
            top: 126px;
            right: -60px; }
          .main .banner-contanier .b-c-wrapper .b-c-w-right .banner_img.reverse-mouse {
            transform: translate(calc(var(--mouse-x) * -0.3px), calc(var(--mouse-y) * -0.3px)); }
  .main .platform-container {
    margin-top: 40px;
    margin-bottom: 100px; }
  .main .server-container {
    height: 654px;
    background: #F8FAFD;
    padding-top: 72px;
    padding-bottom: 72px;
    box-sizing: border-box;
    overflow: hidden; }
    .main .server-container .common-cont {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start !important; }
      .main .server-container .common-cont .server_bg_icon {
        position: absolute;
        right: -236px;
        bottom: 0;
        width: 824px;
        height: 462px;
        z-index: 1; }
    .main .server-container .s-content {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 40px;
      z-index: 2; }
      .main .server-container .s-content .s-c-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        background: url("../images/index/index_server_item_bg.png") no-repeat;
        background-size: 100% 100%;
        max-width: 414px;
        min-height: 426px;
        padding: 24px 40px;
        box-sizing: border-box;
        transition: all 0.3s ease; }
        .main .server-container .s-content .s-c-item:hover {
          transform: translateY(-20px); }
        .main .server-container .s-content .s-c-item .s-c-item-icon {
          width: 140px;
          height: 140px;
          margin-bottom: 17px;
          margin-top: 60px; }
        .main .server-container .s-content .s-c-item .s-c-item-title {
          font-family: Regular_Bold;
          font-size: 18px;
          color: #2A2B33;
          line-height: 28px;
          text-align: center;
          margin-bottom: 24px;
          padding: 0px 20px;
          box-sizing: border-box; }
        .main .server-container .s-content .s-c-item .s-c-item-desc {
          font-family: Regular;
          font-weight: 400;
          font-size: 14px;
          color: #565D73;
          line-height: 20px;
          text-align: center;
          padding: 0px 20px;
          box-sizing: border-box; }
    .main .server-container .s-content-750 {
      display: none;
      width: 100%;
      margin-top: 24px;
      z-index: 2;
      flex-direction: column;
      gap: 24px;
      padding: 0px 60px !important;
      box-sizing: border-box; }
      .main .server-container .s-content-750 .s-c-item {
        background: #F8FAFD !important;
        display: flex;
        flex-direction: row;
        gap: 14px;
        padding: 24px 0px;
        box-sizing: border-box; }
        .main .server-container .s-content-750 .s-c-item .s-c-item-icon {
          width: 80px !important;
          height: 80px !important; }
        .main .server-container .s-content-750 .s-c-item .s-c-item-text {
          display: flex;
          flex-direction: column;
          gap: 16px; }
          .main .server-container .s-content-750 .s-c-item .s-c-item-text .s-c-item-title {
            font-family: Regular_Bold;
            font-weight: normal;
            font-size: 24px;
            color: #2A2B33;
            line-height: 36px;
            text-align: left; }
          .main .server-container .s-content-750 .s-c-item .s-c-item-text .s-c-item-desc {
            font-family: Regular;
            font-weight: 400;
            font-size: 20px;
            color: #565D73;
            line-height: 20px;
            text-align: left; }
  .main .faq-container {
    padding-top: 90px;
    margin-bottom: 172px;
    box-sizing: border-box;
    background: rgba(248, 250, 253, 0.4); }
    .main .faq-container .common-cont {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 1200px !important; }
    .main .faq-container .faq-more {
      display: none !important;
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      cursor: pointer; }
      .main .faq-container .faq-more:hover span {
        color: #377BFE; }
      .main .faq-container .faq-more span {
        font-family: Regular_Medium;
        font-weight: normal;
        font-size: 16px;
        color: #065AFE;
        line-height: 24px;
        text-align: center;
        font-style: normal;
        margin-right: 4px; }
      .main .faq-container .faq-more img {
        width: 15px;
        height: 15px; }
    .main .faq-container .faq-content {
      position: relative;
      width: 100%;
      height: 741px;
      background: url("../images/index/index_faq_bg.png") no-repeat;
      background-size: 100% 100%;
      margin-top: 38px;
      padding: 40px 40px 86px;
      box-sizing: border-box; }
      .main .faq-container .faq-content .swiper {
        height: 100%; }
        .main .faq-container .faq-content .swiper .swiper-wrapper {
          width: 1120px;
          display: flex;
          flex-direction: column;
          gap: 18px;
          height: 100%; }
          .main .faq-container .faq-content .swiper .swiper-wrapper .swiper-slide {
            display: flex;
            gap: 19px;
            padding: 20px 34px;
            box-sizing: border-box;
            height: auto !important; }
            .main .faq-container .faq-content .swiper .swiper-wrapper .swiper-slide:hover {
              background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
              box-shadow: 0px 10px 20px 0px rgba(228, 233, 241, 0.5);
              border: 2px solid #FFFFFF;
              border-radius: 4px;
              box-sizing: border-box; }
            .main .faq-container .faq-content .swiper .swiper-wrapper .swiper-slide img {
              width: 32px;
              height: 32px; }
            .main .faq-container .faq-content .swiper .swiper-wrapper .swiper-slide .s-text {
              display: flex;
              flex-direction: column;
              gap: 10px; }
              .main .faq-container .faq-content .swiper .swiper-wrapper .swiper-slide .s-text .s-text-title {
                font-family: Bold;
                font-weight: bold;
                font-size: 20px;
                color: #2A2B33;
                line-height: 30px;
                text-align: left;
                font-style: normal; }
              .main .faq-container .faq-content .swiper .swiper-wrapper .swiper-slide .s-text .s-text-desc {
                font-family: Regular;
                font-weight: 400;
                font-size: 16px;
                color: #565D73;
                line-height: 24px;
                text-align: left;
                font-style: normal; }
      .main .faq-container .faq-content .swiper-pagination {
        top: unset;
        right: unset;
        left: 50%;
        bottom: 38px;
        transform: translateX(-50%);
        display: flex;
        flex-direction: row; }
        .main .faq-container .faq-content .swiper-pagination span {
          margin: 6px;
          width: 40px;
          height: 6px;
          background: #DEE8FB;
          border-radius: 3px;
          opacity: 2; }
          .main .faq-container .faq-content .swiper-pagination span.swiper-pagination-bullet-active {
            background: #065AFE; }
    .main .faq-container .faq-content-750 {
      display: none;
      width: 100%;
      background-color: #F8FAFD;
      margin-top: 24px;
      padding: 20px 15px;
      box-sizing: border-box;
      flex-direction: column;
      gap: 40px; }
      .main .faq-container .faq-content-750 .faq-item {
        display: flex;
        gap: 19px;
        padding: 20px 34px;
        box-sizing: border-box;
        height: auto !important; }
        .main .faq-container .faq-content-750 .faq-item img {
          width: 32px;
          height: 32px; }
        .main .faq-container .faq-content-750 .faq-item .s-text {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .main .faq-container .faq-content-750 .faq-item .s-text .s-text-title {
            font-family: Bold;
            font-weight: bold;
            font-size: 20px;
            color: #2A2B33;
            line-height: 30px;
            text-align: left;
            font-style: normal; }
          .main .faq-container .faq-content-750 .faq-item .s-text .s-text-desc {
            font-family: Regular;
            font-weight: 400;
            font-size: 16px;
            color: #565D73;
            line-height: 24px;
            text-align: left;
            font-style: normal; }
  .main .user-container .common-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px !important; }
    .main .user-container .common-cont .u-content {
      width: 100%;
      margin-top: 42px; }
      .main .user-container .common-cont .u-content .u-c-tab {
        position: relative;
        width: 100%;
        min-height: 573px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel {
          display: flex;
          justify-content: center; }
          .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel .u-c-tab-panel-item {
            position: relative;
            padding: 10px 75px;
            box-sizing: border-box;
            cursor: pointer;
            font-family: Bold;
            font-weight: bold;
            font-size: 20px;
            color: #2A2B33;
            line-height: 24px;
            text-align: center;
            font-style: normal;
            white-space: nowrap; }
            .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel .u-c-tab-panel-item::after {
              content: "";
              position: absolute;
              left: 0;
              bottom: 0;
              width: 0;
              height: 2px;
              background: #065AFE;
              transition: all 0.3s ease; }
            .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel .u-c-tab-panel-item.u-c-tab-panel-item-active {
              position: relative;
              color: #065AFE; }
              .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel .u-c-tab-panel-item.u-c-tab-panel-item-active::after {
                width: 100%; }
            .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel .u-c-tab-panel-item:hover {
              background: rgba(6, 90, 254, 0.05); }
        .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 {
          display: none; }
          .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 .swiper-wrapper {
            display: flex; }
            .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 .swiper-wrapper .swiper-slide {
              width: unset !important; }
            .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 .swiper-wrapper .u-c-tab-panel-item {
              position: relative;
              padding: 10px 75px;
              box-sizing: border-box;
              cursor: pointer;
              font-family: Bold;
              font-weight: bold;
              font-size: 20px;
              color: #2A2B33;
              line-height: 24px;
              text-align: center;
              font-style: normal;
              white-space: nowrap; }
              .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 .swiper-wrapper .u-c-tab-panel-item::after {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 2px;
                background: #065AFE;
                transition: all 0.3s ease; }
              .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 .swiper-wrapper .u-c-tab-panel-item.u-c-tab-panel-item-active {
                position: relative;
                color: #065AFE; }
                .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 .swiper-wrapper .u-c-tab-panel-item.u-c-tab-panel-item-active::after {
                  width: 100%; }
              .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 .swiper-wrapper .u-c-tab-panel-item:hover {
                background: rgba(6, 90, 254, 0.05); }
        .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-item {
          top: 71px;
          padding-top: 71px;
          box-sizing: border-box;
          gap: 101px;
          max-width: 1100px;
          display: none;
          transition: all 0.6s ease; }
          .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-item.u-c-tab-item-active {
            opacity: 1;
            display: flex;
            animation: opacityChange 500ms linear; }
@keyframes opacityChange {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
          .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-item .u-c-tab-item-user {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center; }
            .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-item .u-c-tab-item-user .u-c-tab-item-u {
              display: flex;
              flex-direction: column;
              align-items: center;
              gap: 13px; }
              .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-item .u-c-tab-item-user .u-c-tab-item-u img {
                width: 96px;
                height: 96px; }
              .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-item .u-c-tab-item-user .u-c-tab-item-u span {
                font-family: Bold;
                font-weight: bold;
                font-size: 20px;
                color: #2A2B33;
                line-height: 24px;
                text-align: center;
                font-style: normal; }
            .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-item .u-c-tab-item-user .u-c-tab-item-divider {
              width: 158px;
              height: 11px;
              margin: 13px 0px 15px; }
            .main .user-container .common-cont .u-content .u-c-tab .u-c-tab-item .u-c-tab-item-user .u-c-tab-item-user-p {
              font-family: Regular;
              font-weight: 400;
              font-size: 16px;
              color: #565D73;
              line-height: 24px;
              text-align: center;
              font-style: normal; }
        .main .user-container .common-cont .u-content .u-c-tab .see-more-btn-box {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 40px; }
          .main .user-container .common-cont .u-content .u-c-tab .see-more-btn-box .see-more-btn {
            padding: 12px 52px;
            background: #065AFE;
            border-radius: 24px;
            font-family: Regular_Medium;
            font-weight: normal;
            font-size: 16px;
            color: #FFFFFF;
            line-height: 24px;
            text-align: center;
            font-style: normal;
            cursor: pointer;
            transition: all 300ms; }
            .main .user-container .common-cont .u-content .u-c-tab .see-more-btn-box .see-more-btn:hover {
              background: #377BFE; }

@media only screen and (max-width: 1440px) {
  .banner-contanier {
    padding-left: 60px !important;
    padding-right: 60px !important;
    box-sizing: border-box; }
    .banner-contanier .b-c-wrapper .b-c-w-left {
      width: calc(57% - 90px) !important; }
      .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-top {
        max-width: unset !important; }
    .banner-contanier .b-c-wrapper .b-c-w-right {
      width: 43% !important;
      height: auto !important; }
      .banner-contanier .b-c-wrapper .b-c-w-right .b-c-w-right-left-img {
        width: 42% !important;
        height: auto !important;
        top: 62% !important;
        left: -17% !important; }
        .banner-contanier .b-c-wrapper .b-c-w-right .b-c-w-right-left-img .banner_02_img {
          width: 100% !important;
          height: auto !important; }
        .banner-contanier .b-c-wrapper .b-c-w-right .b-c-w-right-left-img .banner_03_img {
          width: 49% !important;
          height: auto !important; }
      .banner-contanier .b-c-wrapper .b-c-w-right .banner_04_img {
        width: 22% !important;
        height: auto !important;
        top: 31% !important;
        right: -10% !important; }

  .cont-card {
    padding: 0px 60px !important;
    box-sizing: border-box; }
    .cont-card .common-cont {
      max-width: unset !important; }
      .cont-card .common-cont .cont-box .cont-img {
        width: 45% !important;
        height: auto !important; }

  .faq-container .common-cont .faq-content .swiper .swiper-wrapper {
    width: 100% !important; } }
@media only screen and (max-width: 1200px) {
  .banner-contanier .b-c-wrapper .b-c-w-left {
    width: calc(50% - 90px) !important; }
  .banner-contanier .b-c-wrapper .b-c-w-right {
    width: 50% !important; }

  .user-container .common-cont .u-content .u-c-tab {
    align-items: flex-start !important; }
    .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel {
      width: 100%; }
    .user-container .common-cont .u-content .u-c-tab .u-c-tab-item {
      padding: 71px 60px 0px !important; }

  .server-container .s-content .s-c-item .s-c-item-icon {
    margin-top: 20px !important; } }
@media only screen and (max-width: 960px) {
  .banner-contanier .b-c-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .banner-contanier .b-c-wrapper .b-c-w-left {
      width: 100% !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-top .b-c-w-l-title {
        margin-top: 0px !important;
        text-align: center !important; }
      .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-top .b-c-w-l-desc {
        margin-top: 20px !important;
        text-align: center !important; }
      .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-bottom {
        display: flex;
        justify-content: center;
        margin-top: 50px !important; }
    .banner-contanier .b-c-wrapper .b-c-w-right {
      width: 560px !important; }

  .cont-card .common-cont .cont-box {
    align-items: center; }
    .cont-card .common-cont .cont-box.cont-box1, .cont-card .common-cont .cont-box.cont-box3 {
      flex-direction: column-reverse; }
    .cont-card .common-cont .cont-box.cont-box2 {
      flex-direction: column; }
    .cont-card .common-cont .cont-box .cont-text .cont-text-title {
      text-align: center; }
    .cont-card .common-cont .cont-box .cont-text .cont-text-desc {
      text-align: center; }
    .cont-card .common-cont .cont-box .cont-text .cont-btn-box {
      display: none !important; }
    .cont-card .common-cont .cont-box .cont-img {
      width: 78% !important; }

  .server-container {
    height: auto !important; }
    .server-container .common-cont .s-content {
      display: none !important; }
    .server-container .common-cont .s-content-750 {
      display: flex !important; }
    .server-container .common-cont .server_bg_icon {
      display: none; }

  .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel {
    display: none !important; }
  .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 {
    display: flex !important; }
    .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 .u-c-tab-panel-item {
      padding: 16px 44px !important; }
  .user-container .common-cont .u-content .u-c-tab .u-c-tab-item {
    padding: 71px 60px 0px !important;
    flex-direction: column;
    align-items: center; }

  .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download {
    align-items: center; } }
@media only screen and (max-width: 820px) {
  .banner-contanier .b-c-wrapper {
    gap: 58px !important; }
    .banner-contanier .b-c-wrapper .b-c-w-right {
      width: 70% !important; } }
@media only screen and (max-width: 700px) {
  .cont-title {
    font-size: 28px !important;
    line-height: 36px !important; }

  .banner-contanier {
    padding: 104px 15px 60px !important; }
    .banner-contanier .b-c-wrapper {
      gap: 58px !important; }
      .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-top .b-c-w-l-title {
        font-size: 50px !important;
        line-height: 60px !important; }
      .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-top .b-c-w-l-desc {
        font-size: 14px !important;
        line-height: 20px !important; }
      .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-bottom {
        flex-wrap: wrap;
        gap: 20px !important; }
        .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-bottom .start-btn, .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-bottom .contact-us-btn {
          padding: 14px 24px !important;
          font-size: 16px !important;
          border-radius: 22px !important;
          line-height: unset !important; }

  .platform-container {
    margin-top: 20px !important;
    margin-bottom: 60px !important; }

  .cont-card {
    padding: 0 15px !important; }
    .cont-card .common-cont .cont-box {
      gap: 24px !important;
      margin-bottom: 60px !important; }
      .cont-card .common-cont .cont-box .cont-text-title {
        margin-bottom: 14px !important;
        font-size: 28px !important;
        line-height: 36px !important; }
      .cont-card .common-cont .cont-box .cont-text-desc {
        font-size: 14px !important;
        line-height: 20px !important; }

  .server-container {
    padding: 24px 0px !important; }
    .server-container .common-cont .s-content-750 {
      padding: 0px 15px !important; }
      .server-container .common-cont .s-content-750 .s-c-item {
        padding: 0px !important; }
        .server-container .common-cont .s-content-750 .s-c-item .s-c-item-icon {
          width: 50px !important;
          height: 50px !important; }
        .server-container .common-cont .s-content-750 .s-c-item .s-c-item-text {
          gap: 6px !important; }
          .server-container .common-cont .s-content-750 .s-c-item .s-c-item-text .s-c-item-title {
            font-size: 15px !important;
            line-height: 24px !important; }
          .server-container .common-cont .s-content-750 .s-c-item .s-c-item-text .s-c-item-desc {
            font-size: 13px !important;
            line-height: 20px !important; }

  .faq-container {
    margin-bottom: 60px !important;
    padding-top: 60px !important; }
    .faq-container .common-cont .faq-content {
      display: none; }
    .faq-container .common-cont .faq-content-750 {
      display: flex !important; }
      .faq-container .common-cont .faq-content-750 .faq-item {
        padding: 0px !important; }
        .faq-container .common-cont .faq-content-750 .faq-item .s-text {
          gap: 6px !important; }
          .faq-container .common-cont .faq-content-750 .faq-item .s-text .s-text-title {
            font-size: 15px !important;
            line-height: 24px !important; }
          .faq-container .common-cont .faq-content-750 .faq-item .s-text .s-text-desc {
            font-size: 13px !important;
            line-height: 20px !important; }

  .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 {
    display: flex !important; }
    .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 .swiper-wrapper {
      justify-content: center; }
    .user-container .common-cont .u-content .u-c-tab .u-c-tab-panel-750 .u-c-tab-panel-item {
      padding: 11px 20px !important;
      font-size: 16px !important;
      line-height: 24px !important; }
  .user-container .common-cont .u-content .u-c-tab .u-c-tab-item {
    padding: 30px 15px 0px !important;
    flex-direction: column;
    align-items: center;
    gap: 24px !important; }
    .user-container .common-cont .u-content .u-c-tab .u-c-tab-item .u-c-tab-item-user .u-c-tab-item-u {
      gap: 8px !important; }
      .user-container .common-cont .u-content .u-c-tab .u-c-tab-item .u-c-tab-item-user .u-c-tab-item-u img {
        width: 40px !important;
        height: 40px !important; }
      .user-container .common-cont .u-content .u-c-tab .u-c-tab-item .u-c-tab-item-user .u-c-tab-item-u span {
        font-size: 16px !important;
        line-height: 24px !important; }
    .user-container .common-cont .u-content .u-c-tab .u-c-tab-item .u-c-tab-item-user .u-c-tab-item-divider {
      margin: 8px 0px 7px !important; }
    .user-container .common-cont .u-content .u-c-tab .u-c-tab-item .u-c-tab-item-user .u-c-tab-item-user-p {
      font-size: 14px !important;
      line-height: 20px !important; }
  .user-container .common-cont .u-content .u-c-tab .see-more-btn-box {
    display: none !important; }

  .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download {
    display: none !important; }
  .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download-750-btn {
    display: flex !important;
    margin-top: 52px; } }
@media only screen and (max-width: 640px) {
  .banner-contanier .b-c-wrapper .b-c-w-right {
    width: 345px !important; } }
@media only screen and (max-width: 520px) {
  .banner-contanier .b-c-wrapper .b-c-w-right {
    width: 247px !important; } }
@media only screen and (max-width: 520px) {
  .cont .common-cont .cont-box .cont-img {
    width: 100%;
    max-width: 286px !important; } }
@media only screen and (max-width: 375px) {
  .banner-contanier .b-c-wrapper .b-c-w-left .b-c-w-l-download-750-btn {
    width: 100% !important; } }

/*# sourceMappingURL=index.css.map */
