html,body {
  font-family: Mulish, Mulish;
}
.header-1200 {
  max-width: 1200px;
  /* transition: width 1s ease; */
}
.header-wrap {
  height: 72px;
  /* transition: all 1s; */
  transition-property: top, width, background-color, padding-top, padding-bottom, height, border-radius, box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* 初始半透明背景 */
  transform-origin: 50% 50% 0px;
  z-index: 1000;
}
.nav-wrap .lang-icon {
  font-size: 20px;
  vertical-align: -1px;
}
.nav-wrap .lang {
  margin-right: 30px;
  font-family: Mulish, Mulish;
  font-weight: 500;
  font-size: 16px;
  color: #3D3E4F;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.header-wrap .nav-item {
  font-family: Mulish, Mulish;
  font-weight: 500;
  font-size: 16px;
  color: #3D3E4F;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: 30px;
}
.header-wrap .nav-item:hover{
  color: #5050FF;
}

.header-wrap.scrolled .nav-item {
  font-size: 14px;
}
.header-wrap.scrolled {
  /* 滚动后样式 */
  top: 20px;
  width: 854px;
  height: 60px;
  border-radius: 12px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nav-wrap .nav-li-list {
  max-width: 900px;
}
.nav-wrap .nav-li-list ul li {
  width: 250px;
  font-family: Mulish, Mulish;
  font-size: 14px;
  color: #6E6D7A;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: relative;
  padding-left: 18px;
}
.nav-wrap .nav-li-list ul li:first-child {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  padding-left: 0px !important;
  margin-bottom: 12px;
}
.nav-wrap .nav-li-list ul li:hover {
  color: #5050FF;
}
.nav-wrap .nav-li-list ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6E6D7A;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 15px;
}
.nav-wrap .nav-li-list ul li.active {
  color: #5050FF;
}
.nav-wrap .nav-li-list ul li:first-child:hover{
  color: inherit !important;
}
.nav-wrap .nav-li-list ul li:first-child:before {
  display: none !important;
}
.nav-wrap .lang-wrap {
  width: 170px;
}
.nav-wrap .flex-auto, .nav-wrap .flex-auto ul {
  width: 100%;
}

.nav-wrap .sub-nav-item {
  font-family: Mulish, Mulish;
  font-weight: 400;
  font-size: 14px;
  color: #3D3E4F;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: 100%;
  line-height: 32px;
}
.nav-wrap .sub-nav-item.active {
  color: #5050FF;
}
.nav-wrap .sub-nav-item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-content: center;
}
.nav-wrap .sub-nav-item.active .icon-check {
  font-size: 20px;
  color: #5050FF;
}
.nav-wrap .sub-nav-item:hover {
  color:#5050FF;
}
@keyframes shrink {
  from {
      width: 1200px;
  }
  to {
      width: 854px;
  }
}
.scrolled .header-1200 {
  animation: shrink 0.5s ease;
  height: 60px;
  -webkit-animation: shrink 0.5s ease;
}
.scrolled .nav-wrap {
  padding: 10px 20px !important;
}
.scrolled .nav-wrap .lang {
  margin-right: 10px;
}
.header-wrap .logo-wrap {
  width: 160px;
  height: 40px;
}
.header-wrap .btn-start {
  width: 120px;
  line-height: 35px;
  height: 35px;
  font-size: 12px;
  background: #000000;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  border-radius: 40px 40px 40px 40px;
  display: block;
  text-align: center;
}
.header-wrap .btn-start.zh {
  font-size: 14px;
}

.banner-wrap {
  background-image: url(../imgs/homebg.png);
  background-position: center;
  background-size: cover;
  height: 680px;
  /* margin-top: -72px; */
}

.max-1200 {
  max-width: 1200px;
}
.banner-wrap .text-h1 {
  font-size: 80px;
  font-family: Mulish, Mulish;
}
.banner-wrap .w800, .section-wrap .w800 {
  width: 800px;
  color: #6E6D7A;
  line-height: 32px;
}
.btn-start1 {
  width: 280px;
  height: 64px;
  line-height: 64px;
  background: #5050FF;
  /* box-shadow: 0px 8px 24px 0px rgba(80,80,255,0.2); */
  border-radius: 60px 60px 60px 60px;
  font-family: Mulish, Mulish;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  /* margin-top: 40px; */
}
.btn-start1:hover {
  background: #5050FF;
  transition: all 0.1s ease;
  box-shadow: 0px 8px 24px 0px rgba(80,80,255,0.3);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
.project-swiper-wrap .left-pages-wrap {
  width: 220px;
  margin-right: 40px;
}
.project-swiper-wrap .left-pages-wrap .pages-list {
  width: 220px;
  height: 80px;
  background: #F3F6F6;
  box-shadow: inset 3px 0px 0px 0px transparent;
  border-radius: 16px 16px 16px 16px;
  padding: 16px 14px;
  color: #6E6D7A;
  cursor: pointer;
}
.left-pages-wrap .pages-list .p-num {
  font-family: Mulish, Mulish;
  font-weight: 600;
  font-size: 24px;
  /* color: #6E6D7A; */
  line-height: 24px;
  display: inline-block;
  margin-right: 14px;
}
.left-pages-wrap .pages-list .p-title {
  font-family: Mulish, Mulish;
  font-weight: 500;
  font-size: 20px;
  /* color: #6E6D7A; */
  line-height: 26px;
  display: inline-block;
}
.project-swiper-wrap .left-pages-wrap .pages-list.active {
  box-shadow: inset 3px 0px 0px 0px #5050FF;
  color: #5050FF !important;
}
.project-swiper-wrap .right-swiper-wrap {
  width: 932px;
  height: 680px;
  overflow: hidden;
  background: #FFFFFF;
  padding: 32px 16px 16px;
  box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.05), 0px 2px 8px 0px rgba(0,0,0,0.08), 0px 1px 4px 0px rgba(0,0,0,0.08);
  border-radius: 24px 24px 24px 24px;
}
.project-swiper-wrap .right-swiper-container {
  height: 635px;
  overflow: hidden;
}
.project-swiper-wrap  .swiper-wrapper {
  height: 635px;
}
.project-swiper-wrap .swiper-slide{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-swiper-wrap .project-imgs {
  height: 540px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
}
.project-swiper-wrap .project-h3 {
  font-family: Mulish, Mulish;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.partnership-swiper-wrap h3 {
  font-family: Mulish, Mulish;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  text-align: center;
}
.partnership-swiper-container {
  width: 1200px;
  height: 44px;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 14%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
  position: relative;
}
#ul_img {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
}
#ul_img li {
  display: inline-block;
  margin-right: 40px;
}
#ul_img img {
  /* width: 200px;  */
  height: 44px;
}
/* .partnership-swiper-container #ul_img {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  transition: left 0.1s ease;
}

.partnership-swiper-container #ul_img li {
  /* float: left; */
  /* height: 44px;
  margin-right: 50px;
  display: inline-block;
} */

.partnership-swiper-container .partnership-imgs {
  height: 44px;
  margin: 0 auto;
}
.ghostCut-wrap h2 {
  font-family: Mulish, Mulish;
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 64px;
  text-align: center;
  width: 1000px;
}
.ghostCut-wrap .item-list {
  height: 360px;
  background: #F3F6F6;
  border-radius: 24px 24px 24px 24px;
  padding: 30px 45px;
  width: 560px;
  margin-bottom: 40px;
}
.ghostCut-wrap .item-list .item-icon {
  width: 55px;
  height: 55px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 66px;
  color: #5050FF;
  position: relative;
}
.ghostCut-wrap .item-list .item-icon.mb-9 {
  margin-bottom: 15px;
}
.ghostCut-wrap .item-list .item-icon::before {
  color: #5050FF;
  position: absolute;
  top: -24px;
  left: -10px;
}
.ghostCut-wrap .item-list  h3 {
  font-family: Mulish, Mulish;
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  line-height: 36px;
  text-align: left;
}
.ghostCut-wrap .item-list p {
  font-family: Mulish, Mulish;
  font-weight: 500;
  font-size: 20px;
  color: #6E6D7A;
  line-height: 28px;
  text-align: left;
}
.ai-localization-wrap h2 {
  width: 1040px;
  font-family: Mulish, Mulish;
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  text-align: center;
}
.localization-wrap h2 {
  width: 1040px;
  font-family: Mulish, Mulish;
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 64px;
  text-align: center;
}
.localization-wrap .item-list {
  height: 460px;
  background: #F3F6F6;
  border-radius: 24px 24px 24px 24px;
  padding: 30px 45px;
  width: 380px;
}

.localization-wrap .item-list .item-icon {
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.localization-wrap .item-list .item-icon.i1 {
  background-image: url(../imgs/features-01.png);
}
.localization-wrap .item-list .item-icon.i2 {
  background-image: url(../imgs/features-02.png);
}
.localization-wrap .item-list .item-icon.i3 {
  background-image: url(../imgs/features-03.png);
}
.localization-wrap .item-list .item-icon.i4 {
  background-image: url(../imgs/features-04.png);
}
.localization-wrap .item-list .item-icon.i5 {
  background-image: url(../imgs/features-05.png);
}
.localization-wrap .item-list .item-icon.i6 {
  background-image: url(../imgs/features-06.png);
}
.localization-wrap .item-list  h3 {
  font-family: Mulish, Mulish;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
  text-align: center;
}
.localization-wrap .item-list p {
  font-family: Mulish, Mulish;
  font-weight: 600;
  font-size: 20px;
  color: #6E6D7A;
  line-height: 28px;
  text-align: center;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}


.forall-wrap .item-list {
  /* height: 460px; */
  padding: 30px 0;
  width: 550px;
}

.forall-wrap .item-list .item-icon {
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 100px;
  color: #5050FF;
  position: relative;
}
.forall-wrap .item-list .item-icon::before {
  color: #5050FF;
  position: absolute;
  top: -15px;
}

.forall-wrap .item-list  h2 {
  font-family: Mulish, Mulish;
  font-weight: 500;
  font-size: 56px;
  color: #000000;
  line-height: 64px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.forall-wrap .item-list p {
  font-family: Mulish, Mulish;
  /* font-weight: 600; */
  font-size: 20px;
  color: #6E6D7A;
  line-height: 32px;
  text-align: left;
}
.forall-wrap .item-list a {
  font-family: Mulish, Mulish;
  /* font-weight: 600; */
  font-size: 20px;
  color: #6E6D7A;
  line-height: 32px;
  text-align: left;
  color:#007CFF;
}

.ai-powered-wrap h2 {
  font-family: Mulish, Mulish;
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  line-height: 64px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.evaluate-company-swiper  {
  overflow: hidden;
  width: 1200px !important;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 14%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
}
.evaluate-company-swiper .swiper-wrapper {
  /* height: 430px; */
}
.evaluate-company-swiper .swiper-slide:nth-child(odd) {
  /* height: 380px; */
}
.evaluate-company-swiper .swiper-slide {
  width: 320px;
  /* height: 410px; */
  background: #F2F3ED;
  border-radius: 16px 16px 16px 16px;
  padding: 30px 30px 36px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 40px;
  align-items: flex-start;
}
.evaluate-company-swiper .icon-list {
 /* height: 24px; */
 margin-bottom: 22px;
}
.evaluate-company-swiper .icon-list i:first-child{
  margin-left: 0;
}
.evaluate-company-swiper .icon-list i {
  font-size: 26px;
  color: #5050FF;
  margin-left: -5px;
}
.evaluate-company-swiper .evaluate-cnt {
  font-family: Mulish, Mulish;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  white-space: normal;
  margin-bottom: 40px;
}
.evaluate-company-swiper .evaluate-name {
  font-family: Mulish, Mulish;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
  white-space: normal;
}
.evaluate-company-swiper .evaluate-company {
  font-family: Mulish, Mulish;
  font-weight: 500;
  font-size: 14px;
  color: #6E6D7A;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  white-space: normal;
}

.global-audience-wrap {
  width: 1160px;
  height: 440px;
  background: #F3F6F6;
  border-radius: 24px 24px 24px 24px;
  padding: 80px 89px;
  margin: 0 auto;
  margin-bottom: 240px;
}
.global-audience-wrap h2 {
  font-family: Mulish, Mulish;
  font-weight: 500;
  font-size: 56px;
  color: #000000;
  line-height: 64px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.global-audience-wrap .audience-cnt {
  font-family: Mulish, Mulish;
  font-weight: 400;
  font-size: 20px;
  color: #6E6D7A;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}
.global-audience-wrap .btn2 {
  width: 300px;
  height: 64px;
  line-height: 64px;
  background: #5050FF;
  border-radius: 100px 100px 100px 100px;
  font-family: Mulish, Mulish;
  font-weight: 800;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.global-audience-wrap .btn2:hover {
  background: #5050FF;
  box-shadow: 0px 8px 24px 0px rgba(80,80,255,0.3);
}

.global-audience-wrap .audience-sub-cnt {
  font-family: Mulish, Mulish;
  font-weight: 400;
  font-size: 20px;
  color: #6E6D7A;
  line-height: 32px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  width: 780px;
  margin: auto;
}
.global-audience-wrap .audience-sub-cnt .link2 {
  color: #007CFF;
}

.footer-warp {
  width: 100%;
  background: #000000;
  border-radius: 0px 0px 0px 0px;
  min-height: 640px;
}
.footer-warp .left {
  width: 200px;
}
.footer-warp .right {
  width: 1000px;
}
.footer-warp .footer-icon-img {
  width: 160px;
  height: 40px;
  display: inline-block;
}
.footer-warp .hotcoin {
  margin-top: 15px;
  font-family: Mulish, Mulish;
  font-weight: 400;
  font-size: 14px;
  color: #9E9EA7;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
  
.footer-warp .app-icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 10px;
  background-color: #9E9EA7;
  border-radius: 50%;
  cursor: pointer;
}
.footer-warp .text-bold {
  font-family: Mulish, Mulish;
  font-size: 16px;
  color: #6F6FFF;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.footer-warp .about-wrap {
  margin-left: 60px;
}
.footer-warp .about-wrap  ul {
  margin-left: 50px;
  margin-bottom: 60px;
}
.footer-warp .about-wrap ul li {
  width: 250px;
  font-family: Mulish, Mulish;
  font-size: 14px;
  color: #E4E4EA;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  position: relative;
  padding-left: 15px;
}
.footer-warp .about-wrap ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 15px;
}
.footer-warp .about-wrap ul li.contactus-zh {
  padding-left: 0;
  margin-bottom: 10px;
}
.footer-warp .about-wrap ul li.contactus-zh img {
  width: 85px;
  height: 85px;
  
}
.footer-warp .about-wrap ul li:first-child{
  padding-left: 0px !important;
  margin-bottom: 18px;
}
.footer-warp .about-wrap ul li:first-child:before,.footer-warp .about-wrap ul li.contactus-zh::before {
  display: none !important;
}

.text-transform {
  font-size: 20px;
  /* margin: 20px 0; */
  opacity: 0;
  transform: translateY(20px) scale(0.5);
  transition: all 1s ease-out;
}

.text-transform.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 自定义 CSS 动画 */
@keyframes fadeInUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.animate-fadeInUp {
  animation: fadeInUp 0.5s ease-out forwards;
}

.f1 {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.ai-video-warp {
  height: 710px;
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 93%, rgba(0, 0, 0, 0) 100%);
}
.ai-video-warp .swiper-slide {
  background: #F3F6F6;
  border-radius: 32px 32px 32px 32px;
  overflow: hidden;
}
.video-cnt-wrap {
  height: 710px;
}
.ai-video-warp .video-cnt-wrap .left {
  width: 400px;
  position: relative;
  /* border: 1px solid rgba(0,0,0,0.3); */
}
.ai-video-warp .video-cnt-wrap .right {
  width: 460px;
  padding: 40px;
}
.ai-video-warp .swiper-slide {
  width: 860px !important;
}
.ai-localization-wrap .video-swiper-button {
  font-size: 30px;
  width: 49px;
  height: 50px;
  border-radius: 50%;
  background: #E7E7E9;
  color: #6E6D7A;
  top: initial;
  bottom: -80px;
}
.ai-localization-wrap .video-swiper-button:after{
  display: none;
}
.ai-localization-wrap .video-swiper-button-prev {
  left: inherit;
  right: 25%;
}
.ai-localization-wrap .video-swiper-button-next {
    right: 19%;
}
.ai-video-warp .video-cnt-wrap .right .title {
  font-family: Mulish, Mulish;
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}
.ai-video-warp video::-webkit-media-controls {
  display: none !important;
}
.ai-video-warp .video-cnt-wrap .right .cnt {
  font-family: Mulish, Mulish;
  font-weight: 400;
  font-size: 20px;
  color: #6E6D7A;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.learn-quickly-wrap {
  font-family: Mulish, Mulish;
  font-weight: bold;
  font-size: 56px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 200px;
}
.learn-quickly-wrap .learn-video {
  width: 1160px;
  margin: 0 auto;
}
.video-play-btn {
  width: 90px;
  height: 90px;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  background-image: url(../imgs/icon_play.png);
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -45px;
  display: none;
}
.video-play-btn.hidden {
  display: none;
}
.h5-menu-wrap {
  display: none;
}

@media (max-width: 1199px) {
  .container1 {
    max-width: 810px;
    margin: 0 auto;
  }
  .nav-wrap .lang {
    display: none;
  }
  .footer-warp .about-wrap ul {
    margin-left: 30px;
  }
  .header-1200 {
    max-width: 810px;
  }
  .max-1200 {
    min-width: 810px;
    padding: 0;
    margin: 0 auto;
  }
  .banner-wrap {
    margin-top: 0;
    height: 500px;
    padding-top: 80px;
  }
  .banner-wrap .w800, .section-wrap .w800 {
    width: 100%;
    font-size: 20px;
  }
  .banner-wrap .text-h1 {
    font-size: 56px;
  }
  .section-wrap .font-bold {
    font-size: 40px;
  }
  .project-swiper-wrap {
    margin-bottom: 100px;
  }
  .project-swiper-wrap .mbwrap {
    flex-direction: column;
    width: 810px;
  }
  .project-swiper-wrap .left-pages-wrap {
    width: 100%;
    margin-right: 0;
    display: flex;
    overflow-x: auto;
  }
  .project-swiper-wrap .left-pages-wrap .pages-list {
    height: 70px;
    width: 220px;
    min-width: 220px;
    margin-right: 20px;
  }
  .left-pages-wrap .pages-list .p-num {
    font-size: 22px;
    margin-right: 10px;
  }
  .left-pages-wrap .pages-list .p-title {
    font-size: 18px;
  }
  .project-swiper-wrap .right-swiper-wrap {
    width: 100%;
    height: 560px;
    padding-top: 30px;
  }
  .project-swiper-wrap .right-swiper-container {
    height: 515px;
  }
  .project-swiper-wrap .project-h3 {
    font-size: 20px;
  }
  .project-swiper-wrap .project-imgs {
    height: 432px;
  }
  .partnership-swiper-wrap {
    padding: 0 15px;
    margin-bottom: 100px;
  }
  .partnership-swiper-wrap h3 {
    font-size: 24px;
  }
  .ghostCut-wrap {
    margin-bottom: 100px;
  }
  .ghostCut-wrap h2 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    padding: 0 15px;
  }
  .ghostCut-wrap .item-list {
    margin-right: 0;
    height: 440px;
    padding: 30px;
    width: 380px;
  }
  .ghostCut-wrap .item-list h3 {
    font-weight: 500;
  }
  .ghostCut-wrap .item-list p {
    font-size: 18px;
    font-weight: 400;
  }
  .ai-powered-wrap h2, .localization-wrap h2 {
    padding: 0 15px;
    font-size: 32px;
    line-height: 40px;
    width: 100%;
  }
  .localization-wrap .item-list{
    width: 390px;
    margin-right: 30px;
  }
  .localization-wrap .item-list:nth-child(even) {
    margin-right: 0;
  }
  .localization-wrap .item-list .item-icon {
    margin-bottom: 30px;
  }
  .localization-wrap {
    margin-bottom: 100px;
  }
  .forall-wrap .item-list {
    width: 100%;
    margin-right: 0;
  }
  .forall-wrap .item-list h2 {
    font-size: 48px;
  }
  .forall-wrap .item-list p {
    margin-bottom: 10px;
  }
  .forall-wrap {
    margin-bottom: 100px;
  }
  .footer-warp .max-1200 {
    flex-direction: column;
  }
  .footer-warp .left {
    margin-left: 50px;
    width: 400px;
  }
  .footer-warp .right {
    width: 100%;
  }
  .evaluate-company-swiper {
    width: 810px !important;
  }
  .evaluate-company-swiper .swiper-slide {
    width: 320px !important;
    height: auto;
  }
  .evaluate-company-swiper .swiper-slide:nth-child(odd) {
    /* height: 410px; */
  }
  .ai-powered-wrap {
    margin-bottom: 100px;
  }
  .global-audience-wrap {
    padding: 70px 70px 50px 70px;
    width: 100%;
    margin-bottom: 100px;
  }
  .global-audience-wrap h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .global-audience-wrap .audience-cnt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .global-audience-wrap .btn2 {
    width: 253px;
    height: 54px;
    line-height: 54px;
  }
  .global-audience-wrap .audience-sub-cnt {
    width: 100%;
  }
  .partnership-swiper-container {
    width: 100%;
  }
  .ai-localization-wrap h2{
    width: 100%;
    font-size: 40px;
  }
  .ai-video-warp {
    width: 810px;
    height: 578px;
  }
  .ai-video-warp .swiper-slide {
    width: 700px !important;
  }
  .video-cnt-wrap {
    height: 578px;
  }
  .ai-video-warp .video-cnt-wrap .left {
    width: 326px;
  }
  .ai-video-warp .video-cnt-wrap .right {
    width: 374px;
    padding: 30px;
  }
  .ai-video-warp .video-cnt-wrap .right .title {
    font-weight: 500;
    font-size: 24px;
  }
  .ai-video-warp .video-cnt-wrap .right .cnt {
    font-weight: 400;
    font-size: 18px;
  }
  .ai-localization-wrap .video-swiper-button-next {
    right: 12%;
  }
  .ai-localization-wrap .video-swiper-button-prev {
    left: inherit;
    right: 19%;
  }
  .learn-quickly-wrap {
    margin-bottom: 100px;
  }
  .footer-warp .about-wrap {
    margin-left: 22px;
  }
}

@media (max-width: 810px) {
  .h5-menu-wrap {
    display: block;
  }
  .container1 {
    max-width: 100%;
    margin: 0 auto;
  }
  .header-wrap {
    display: none;
  }
  .max-1200 {
    min-width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  .banner-wrap {
    margin-top: 0;
    height: 500px;
  }
  .banner-wrap .w800, .section-wrap .w800 {
    width: 100%;
    font-size: 18px;
  }
  .banner-wrap .text-h1 {
    font-size: 44px;
  }
  .section-wrap .font-bold {
    font-size: 32px;
  }
  .project-swiper-wrap {
    margin-bottom: 100px;
    height: auto;
  }
  .project-swiper-wrap  .swiper-wrapper {
    height: auto;
  }
  .project-swiper-wrap .mbwrap {
    flex-direction: column;
    width: 100%;
  }
  .project-swiper-wrap .left-pages-wrap {
    width: 100%;
    margin-right: 0;
    display: flex;
    overflow-x: auto;
  }
  .project-swiper-wrap .left-pages-wrap .pages-list {
    height: 70px;
    width: 220px;
    margin-right: 20px;
  }
  .left-pages-wrap .pages-list .p-num {
    font-size: 22px;
    margin-right: 10px;
  }
  .left-pages-wrap .pages-list .p-title {
    font-size: 18px;
  }
  .project-swiper-wrap .right-swiper-wrap {
    width: 100%;
    height: auto;
    max-height: 400px;
    padding-top: 15px;
  }
  .project-swiper-wrap .right-swiper-container {
    height: auto;
    max-height: 360px;
  }
  .project-swiper-wrap .project-h3 {
    font-size: 16px;
    min-height: 72px;
  }
  .project-swiper-wrap .project-imgs {
    height: auto;
    margin-top: 20px;
  }
  .partnership-swiper-wrap {
    padding: 0 15px;
    margin-bottom: 100px;
  }
  .partnership-swiper-wrap h3 {
    font-size: 20px;
  }
  .ghostCut-wrap {
    margin-bottom: 100px;
  }
  .ghostCut-wrap h2 {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    padding: 0 15px;
  }
  .ghostCut-wrap .item-list {
    margin-right: 0;
    height: auto;
    padding: 30px;
    width: 100%;
  }
  .ghostCut-wrap .item-list h3 {
    font-weight: 500;
  }
  .ghostCut-wrap .item-list p {
    font-size: 18px;
    font-weight: 400;
  }
  .ai-powered-wrap h2, .localization-wrap h2 {
    padding: 0 15px;
    font-size: 32px;
    line-height: 40px;
    width: 100%;
  }
  .ai-powered-wrap .max-1200 {
    padding: 0;
  }
  .localization-wrap .item-list{
    width: 100%;
    margin-right: 0;
  }
  .localization-wrap .item-list .item-icon {
    margin-bottom: 30px;
  }
  .localization-wrap {
    margin-bottom: 100px;
  }
  .forall-wrap .item-list {
    width: 100%;
    margin-right: 0;
  }
  .forall-wrap .item-list h2 {
    font-size: 48px;
  }
  .forall-wrap .item-list p {
    margin-bottom: 10px;
  }
  .forall-wrap {
    margin-bottom: 100px;
  }
  .footer-warp .max-1200 {
    flex-direction: column;
  }
  .footer-warp .left {
    margin-left: 28px;
    width: 300px;
  }
  .footer-warp .right {
    width: 100%;
  }
  .evaluate-company-swiper {
    width: 100% !important;
  }
  .evaluate-company-swiper .swiper-slide {
    /* height: 380px; */
  }
  .evaluate-company-swiper .swiper-slide:nth-child(odd) {
    /* height: 410px; */
  }
  .ai-powered-wrap {
    margin-bottom: 100px;
  }
  .global-audience-wrap {
    padding: 50px 20px;
    margin: 0 15px;
    width: 93%;
    margin-bottom: 100px;
  }
  .global-audience-wrap h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .global-audience-wrap .audience-cnt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .global-audience-wrap .btn2 {
    width: 253px;
    height: 54px;
    line-height: 54px;
  }
  .global-audience-wrap .audience-sub-cnt {
    width: 100%;
  }
  .partnership-swiper-container {
    width: 100%;
  }
  .ai-video-warp {
    width: 100%;
    height: auto;
    mask-image:none;
  }
  .ai-video-warp .swiper-wrapper {
    display: flex;
    flex-direction: column;
  }
  .ai-video-warp .swiper-slide {
    width: 100% !important;
    margin-bottom: 30px;
    border-radius: 7px 7px 7px 7px;
    border: 0px solid rgba(0,0,0,0.3);
  }
  .video-cnt-wrap{
    height: auto;
    flex-direction: column;
    /* margin-bottom: 30px; */
  }
  .ai-video-warp .video-cnt-wrap .left {
    width: 100%;
    /* height: 621px; */
  }
  .ai-video-warp .video-cnt-wrap .right {
    width: 374px;
    padding: 30px;
  }
  .ai-video-warp .video-cnt-wrap .right {
    width: 100%;
  }
  .ai-localization-wrap {
    margin-bottom: 100px;
  }
  .ai-localization-wrap .video-swiper-button {
    display: none;
  }
  .video-play-btn {
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
  .footer-warp .about-wrap {
    margin-left: 0;
  }
}

.nav-wrap .nav-list {
  height: 40px;
}
.dropdown {
  display: flex;
  height: 40px;
}
.dropdownHidden {
  display: none;
}
.dropdown:hover .dropdownHidden{
  display: inline;
}
.dropdown .nav-icon {
  transition: all 0.2s ease;
}
.dropdown:hover .nav-icon {
  transform: rotate(180deg);
  color:#5050FF;
}
.dropdown:hover .nav-item{
  color:#5050FF;
}
.h5-menu-wrap .nav-item {
  font-family: Mulish, Mulish;
  font-weight: 400;
  font-size: 20px;
  color: #3D3E4F;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  min-height: 80px;
  line-height: 80px;
}
.h5-menu-wrap .sub-nav-item {
  font-family: Mulish, Mulish;
  font-weight: 400;
  font-size: 16px;
  color: #6E6D7A;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 10px;
  position: relative;
}
.h5-menu-wrap .sub-nav-item.active {
  color: #5050FF;
}
.h5-menu-wrap .nav-sub-list-wrap .nav-title {
  margin-bottom: 15px;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
}
.h5-menu-wrap .sub-nav-item .nav-title {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
}
.h5-menu-wrap .sub-nav-item.active {
  color: #5050FF;
}
.h5-menu-wrap .sub-nav-item::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6E6D7A;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 17px;
}
.h5-menu-wrap .lang-icon {
  font-size: 20px;
  vertical-align: -1px;
}
.h5-menu-wrap .lang {
  margin-right: 30px;
  font-family: Mulish, Mulish;
  font-weight: 500;
  font-size: 16px;
  color: #3D3E4F;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.top-menu {
  height: 72px;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.1);
}
.nav-item .subNav-list-wrap {
  display: none;
  margin-top: -15px;
}
.nav-item.open .subNav-list-wrap {
  display: block;
  padding-left: 15px;
}
.nav-item.open .jt {
  transform: rotate(180deg);
  color: #5050FF;
}
.h5-menu-wrap {
  height: 72px;
}
.h5-menu-wrap .menu-close {
  display: none;
}
.h5-menu-wrap .bottom-menu {
  display: none;
  max-height: 680px;
}
.h5-menu-wrap.openMenu {
  height: auto;
}
.h5-menu-wrap.openMenu .menu-open {
  display: none;
}
.h5-menu-wrap.openMenu .menu-close {
  display: block;
}
.h5-menu-wrap.openMenu .bottom-menu {
  display: block;
}
.h5-menu-wrap .nav-item.lang {
  min-height: inherit;
  line-height: inherit;
  border: 0 none;
}
.h5-menu-wrap .lang-wrap {
  width: 170px;
  left: -70px;
}
.h5-menu-wrap .lang-wrap .flex-auto,
.h5-menu-wrap .lang-wrap .flex-auto ul {
  width: 100%;
}
.h5-menu-wrap .lang-item {
  font-family: Mulish, Mulish;
  font-weight: 400;
  font-size: 14px;
  color: #3D3E4F;
  line-height: 35px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.h5-menu-wrap .lang-item a{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.h5-menu-wrap .lang-item.active  {
  color: #5050FF;
}
.h5-menu-wrap .lang-item .icon-check {
  font-size: 20px;
}

.str_wrap {
	overflow:hidden;
	/* zoom:1; */
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	/* background:#f6f6f6; */
	white-space:nowrap;
}

.str_wrap.str_active {
	/* background:#f1f1f1; */
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	/* display:inline;
	zoom:1; */
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.learn-quickly-wrap .max-1200{
  border-radius: 32px 32px 32px 32px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.btn-start3 {
  height: 50px;
  line-height: 50px;
  background: #5050FF;
  border-radius: 10px 10px 10px 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 0 10px;
  min-width: 200px;
  cursor: pointer;
}
.btn-start3.bg-s3A3 {
  background: #3A3A3C;
}
.learn-quickly-wrap iframe {
  border-radius: 32px;
}
.c-6924FD {
  color: #6924FD;
}
.skin-link-1 {
  color: #007CFF;
  cursor: pointer;
}
.skin-link-1:hover {
  text-decoration: underline;
}
.section-coomon-wrap .auto-width {
  width: auto;
}
.w900 {
  width: 900px;
}
.w864 {
  width: 864px;
}
.w1120 {
  width: 1120px;
}
.w700 {
  width: 700px;
}
.w1200 {
  width: 1200px;
}
.mb120{
  margin-bottom: 120px;
}