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: -1.5px;
}

/* Adjust spacing for body text and smaller text */
p,
span,
div,
li,
td,
th,
label,
input,
textarea,
button {
  letter-spacing: -0.5px;
}

/* Fallback for any remaining text elements */
body {
  letter-spacing: -0.5px;
}

*[data-dev="auto"] .dev-ipad,
*[data-dev="mobile"] .dev-ipad,
*[data-dev="desktop"] .dev-ipad,
*[data-dev="ipad"] .dev-desktop,
*[data-dev="ipad"] .dev-mobile {
  display: none !important;
  margin: 0 !important;
}

.text-family {
  font-family: 'HarmonyOS Sans SC' !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #19191A;
}

.color1 {
  color: #717273;
}

.wsc-main {
  overflow: hidden;
}

.btn.btn-secondary {
  position: relative;
  line-height: 1.28;
  border-radius: 6px;
  text-transform: initial;
  color: #fff;
  border: none;
  padding: 1rem 4.5rem;
  background: linear-gradient(92.64deg, #2B59FF 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
  outline: none;
  text-box-trim: trim-both;
}

.btn.btn-secondary:hover {
  background: linear-gradient(92.64deg, rgba(43, 89, 255, 0.82) 0.91%, rgba(167, 40, 255, 0.82) 51.51%, rgba(255, 78, 228, 0.82) 95.77%) !important;
}

.btn.btn.btn-secondary:focus {
  box-shadow: none !important;
}

.btn.btn-secondary:focus::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin: -4px;
  border-radius: inherit;
  /*important*/
  background: linear-gradient(92.64deg, rgba(43, 89, 255, 0.24) 0.91%, rgba(167, 40, 255, 0.24) 51.51%, rgba(255, 82, 229, 0.24) 95.77%);
}

.btn.btn-type2 {
  padding: .75rem 3rem;
}

.btn.btn.btn-secondary.content-btn {
  font-size: 1.2rem;
  padding: 0.75rem 2.375rem 0.85rem;
  margin-left: 0;
  margin-right: 0;
}

.content-title {
  margin-bottom: 2rem;
}

.title-linear-color {
  margin: 0 16px;
  /* font-family: Outfit; */
  background: linear-gradient(92.64deg, #A728FF, #FF4EE4);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-weight: 700;
  font-size: 56px;
  line-height: 48px; */
  vertical-align: bottom;
}

.banner {
  position: relative;
}

.banner p {
  max-width: 518px;
  margin: auto;
  padding-top: 6px;
  padding-bottom: 20px;
  font-weight: 500;
}

.btn.ad-btn {
  padding: 1.09375rem 2.65625rem;
  border-radius: 44px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.banner::before {
  content: '';
  width: 893px;
  height: 993px;
  background: url('/mb-cms/__/en/img/drawio-alternative/deco-banner-1.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: -3rem;
  pointer-events: none;
  z-index: -99;
}

.banner::after {
  content: '';
  width: 993px;
  height: 1898px;
  background: url('/mb-cms/__/en/img/drawio-alternative/deco-banner-2.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: -120%;
  pointer-events: none;
  z-index: -99;
}

/* 指针动画 */
.banner .top-banner-img {
  position: relative;
}

.pointer-container {
  display: inline-block;
  position: absolute;
}

.top-banner-img .pointer-container img {
  height: 42px;
  width: auto;
}

.top-banner-img .pointer-container.pointer-2 img {
  height: 55px;
  width: auto;
}

.pointer-1 {
  top: 15%;
  left: 31%;
}

.pointer-2 {
  bottom: 66%;
  right: 28%;
}

.pointer-3 {
  bottom: 20%;
  right: 69%;
}

.pointer-4 {
  top: 71%;
  left: 68%;
}

@media (min-width: 1280px) {
  .pointer-1 {
    top: 15%;
    left: 31%;
  }

  .pointer-2 {
    bottom: 66%;
    right: 28%;
  }

  .pointer-3 {
    bottom: 20%;
    right: 69%;
  }

  .pointer-4 {
    top: 71%;
    left: 68%;
  }

  .pointer-1-animation {
    offset-rotate: 0deg;
    offset-distance: 0px;
    animation-duration: 3.5s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
  }

  .pointer-2-animation {
    offset-rotate: 0deg;
    offset-distance: 0px;
    animation-iteration-count: 1, infinite;
    animation-direction: alternate, alternate;
    animation-fill-mode: none, none;
    animation-delay: 0s, 2s;
    animation-play-state: running;
  }

  .pointer-3-animation {
    offset-rotate: 0deg;
    offset-distance: 0px;
    animation-duration: 3.5s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
  }

  .pointer-4-animation {
    offset-rotate: 0deg;
    offset-distance: 0px;
    animation-duration: 3.5s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
  }

  .pointer-container.auto-float-animation-1 {
    offset-path: path("M 34 23 C 34 23 77 7 77 7 M 77 7 C 77 7 70 28 70 28");
    animation-name: pointer-float-1;
    animation-duration: 3.5s;
    animation-delay: 0s;
  }

  .pointer-container.auto-float-animation-2 {
    offset-path: path("M 57 47 C 105 36.8 152 92.2 217 13 M 217 13 C 225.8 36.2 246.2 -10.2 263 1 M 263 1 C 263 1 220 -12 220 -12 M 220 -12 C 220 -12 243 -52 243 -52");
    animation-name: pointer-float-2-1, pointer-float-2-2;
    animation-duration: 2s, 6s;
  }

  .pointer-container.auto-float-animation-3 {
    offset-path: path("M 35 24 C 16.9 52.7 20.1 -42.7 -66 -14 M -66 -14 C -66 -14 2 -99 2 -99 M 2 -99 C -39 -39 34 -29 -47 62");
    animation-name: pointer-float-3;
    animation-duration: 9s;
    animation-delay: 0s;
  }

  .pointer-container.auto-float-animation-4 {
    offset-path: path("M 54 46 C 34.4 68.1 7.6 22.9 -40 39 M -40 39 C -36 -5 -74 51 -72 19 M -72 19 C -72 19 -76 21 -56 -7");
    animation-name: pointer-float-4-1, pointer-float-4-2;
    animation-duration: 2s, 4s;
  }
}

@keyframes pointer-float-1 {
  0% {
    offset-distance: 0px;
    animation-timing-function: ease-in-out;
  }

  51% {
    offset-distance: 46px;
    animation-timing-function: ease-in-out;
  }

  100% {
    offset-distance: 68px;
  }
}

@keyframes pointer-float-2-1 {
  0% {
    opacity: 0;
    offset-distance: 0px;
    animation-timing-function: ease-in-out;
  }

  100% {
    opacity: 1;
    offset-distance: 176px;
  }
}

@keyframes pointer-float-2-2 {
  0% {
    opacity: 1;
    offset-distance: 176px;
    animation-timing-function: ease-in-out;
  }

  33% {
    opacity: 1;
    offset-distance: 232px;
    animation-timing-function: ease-in-out;
  }

  66% {
    opacity: 1;
    offset-distance: 277px;
    animation-timing-function: ease-in-out;
  }

  100% {
    opacity: 1;
    offset-distance: 323px;
  }
}

@keyframes pointer-float-3 {

  0%,
  22% {
    opacity: 1;
    offset-distance: 410px;
    animation-timing-function: ease-in-out;
  }

  55% {
    opacity: 1;
    offset-distance: 234px;
    animation-timing-function: ease-in-out;
  }

  66% {
    opacity: 1;
    offset-distance: 125px;
    animation-timing-function: ease-in-out;
  }

  100% {
    opacity: 1;
    offset-distance: 0px;
  }
}

@keyframes pointer-float-4-1 {
  0% {
    opacity: 0;
    offset-distance: 0px;
    animation-timing-function: ease-in-out;
  }

  100% {
    opacity: 1;
    offset-distance: 99px;
  }
}

@keyframes pointer-float-4-2 {
  0% {
    opacity: 1;
    offset-distance: 99px;
    animation-timing-function: ease-in-out;
  }

  50% {
    opacity: 1;
    offset-distance: 156px;
    animation-timing-function: ease-in-out;
  }

  100% {
    opacity: 1;
    offset-distance: 187px;
  }
}

.vehicle-content-img {
  max-width: 820px;
}

.source,
.real,
.online,
.flow {
  position: relative;
  margin-bottom: 120px;
}

.source::before {
  content: '';
  width: 1214px;
  height: 1810px;
  background: url('/mb-cms/__/en/img/drawio-alternative/deco-source-1.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: -72%;
  pointer-events: none;
  z-index: -99;
}

.source-content {
  border-radius: 2rem;
  /* background: rgba(255, 255, 255, 0); */
  position: relative;
  z-index: 2;
}

.real::before {
  content: '';
  width: 100%;
  height: 5882px;
  background: url('/mb-cms/__/en/img/drawio-alternative/deco-real.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: -10%;
  pointer-events: none;
  z-index: -99;
}

.online::before {
  content: '';
  width: 100%;
  height: 5882px;
  background: url('/mb-cms/__/en/img/drawio-alternative/deco-real.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 40%;
  pointer-events: none;
  z-index: -99;
}

.flow::before {
  content: '';
  width: 100%;
  height: 5882px;
  background: url('/mb-cms/__/en/img/drawio-alternative/deco-real.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 141%;
  pointer-events: none;
  z-index: -99;
}

.content-right-text {
  padding-left: 70px;
}

.source .intro,
.real .intro,
.online .intro,
.flow .intro {
  max-width: 496px;
  margin-bottom: 2rem;
  line-height: 1.625;
}

.source .intro-desc,
.real .intro-desc,
.online .intro-desc,
.flow .intro-desc {
  width: 100%;
  letter-spacing: 0;
}

.source .intro-desc h3,
.real .intro-desc h3,
.online .intro-desc h3,
.flow .intro-desc h3 {
  color: #414142;
}

.after-service .content-btn-container .btn {
  font-size: 24px;
  padding: 1rem 4.5rem;
}

.recomment-item {
  border-radius: 24px;
  background: url('/mb-cms/__/en/img/drawio-alternative/bg-recomment.png') no-repeat;
  background-size: 100% 100%;
}

#recomment .swiper-slide::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
}

#recomment .swiper-slide-active::after {
  display: none;
}

#recomment .swiper-slide-active,
#recomment .swiper-slide-duplicate-active {
  box-shadow: 0px 24px 44px 0px #D5E2F233;
}

.swiper-recomment-next {
  position: absolute;
  right: -6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: #ffffff;
  transition: color .3s;
}

.swiper-recomment-prev {
  position: absolute;
  left: -6%;
  top: 50%;
  transform: translateY(-50%) rotateZ(180deg);
  z-index: 9;
  color: #ffffff;
  transition: color .3s;
}

.swiper-recomment-prev:hover,
.swiper-recomment-next:hover {
  color: #d3e8ff;
}

.template-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  height: 64px;
  line-height: 64px;
  background: url('/mb-cms/__/en/img/drawio-alternative/bg-template-nav.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.template-nav-item.active {
  background: #CFE6FF;
  color: #111614;
}

.template-nav-item .mr-1 .img-fluid:first-child {
  display: none;
}

.template-nav-item .mr-1 .img-fluid:last-child {
  display: block;
}

.template-nav-item.active .mr-1 .img-fluid:first-child {
  display: block;
}

.template-nav-item.active .mr-1 .img-fluid:last-child {
  display: none;
}

.template-content-box {
  border-radius: 18px;
  background: #EEF6FF;
  padding: 12px 12px 18px;
  transition: all .3s;
  display: block;
  text-decoration: none;
}

.template-content-box:hover {
  box-shadow: 0px 14px 34px 0px #D5E2F2;
  text-decoration: none;
}

.template-content-box .mb-3 .img-fluid {
  border-radius: 12px;
}

.template-content-box h3.font-weight-medium.font-size-small {
  padding-right: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.template-content-item {
  display: none;
}

.template-content-item.active {
  display: block;
  animation: fadeIn .8s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bottompart {
  margin: 180px 0
}

.drawio-footer-mobile {
  border-radius: 34px;
}

@media (min-width: 1600px) {
  .bottompart .container {
    max-width: 1680px;
  }
}

@media (max-width: 1600px) {
  .vehicle-content-img {
    max-width: 100%;
  }

  .h1 {
    font-size: 2.3rem;
  }

  .content-right-text {
    padding-left: 10px;
  }
}

@media (max-width: 1400px) {
  .h1 {
    font-size: 2.1rem;
  }
}

@media(max-width: 1279px) {
  .title-1 {
    line-height: 4.2rem;
  }

  .h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 992px) {
  .content-container-small {
    padding: 0 4rem;
    order: 1;
  }

  .source .intro,
  .real .intro,
  .online .intro,
  .flow .intro {
    max-width: 100%;
  }

  .content-btn-container {
    text-align: center;
  }

  .content-h2-br {
    display: none;
  }

  .source-content h2,
  .real h2,
  .online h2,
  .flow h2 {
    text-align: left;
  }

  .content-right-text {
    padding-left: 0;
  }

  .source,
  .real,
  .online,
  .flow {
    margin-bottom: 30px;
  }
}

.display-1 {
  font-size: 4rem;
  font-weight: 800 !important;
}

.h1 {
  font-size: 2rem;
  line-height: 2.625rem;
}

@media (max-width: 767px) {
  .h1 {
    font-size: 18px;
  }

  .display-1 {
    font-size: 28px;
  }

  .display-3 {
    font-size: 22px;
  }

  .font-size-super {
    font-size: 16px
  }

  .template-nav {
    margin-right: -8px;
    margin-left: -8px;
  }

  .template-nav .col-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .template-nav-item {
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
  }

  .template-nav-item .mr-1 .img-fluid {
    width: 70%;
  }

  .axure-export-banner .content-btn-container .btn {
    width: 172px;
    height: 46px;
    padding: 0.9rem 3.5rem 1.1rem;
    border-radius: 44px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
  }

  .content-title {
    margin-bottom: 14px;
  }

  .source,
  .real,
  .online,
  .flow {
    margin-bottom: 24px;
  }

  .bottompart {
    margin: 48px 0
  }
}

@media (max-width: 576px) {
  .screen .intro-icon {
    width: 48px;
  }

  .screen .intro-desc {
    width: calc(100% - 48px);
  }

  .source,
  .real,
  .online,
  .flow {
    margin-bottom: 16px;
  }

}

.work-flow {
  max-width: 1410px;
  margin: 0 auto;
}

.work-flow .container {
  padding: 0;
}

.work-flow .container h2 {
  font-size: 3rem;
}

.work-flow .phase {
  width: 89%;
  margin: 0 auto;
}

.work-flow .phase img {
  width: 14.4%;
}

.work-flow .phase img.arrow {
  width: 6.4%;
}

.work-flow img.phase-content {
  width: 23.8%;
}

@media (max-width: 992px) {
  .work-flow .phase img {
    width: 50%;
  }

  .work-flow img.phase-content {
    width: 100%;
  }

  .work-flow .phase {
    width: 100%;
  }

  .work-flow .mobile-img-container {
    width: 42%;
  }
}


@media (max-width: 576px) {
  .work-flow .phase img {
    width: 50%;
  }

  .work-flow img.phase-content {
    width: 100%;
  }

  .work-flow .phase {
    width: 100%;
  }

  .work-flow .mobile-img-container {
    width: 72%;
  }
}

/* marquee */
.marquee-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 190px;
}

.marquee-section .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.marquee-section .content {
  margin-top: 61px;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 100vw;
}

.marquee-section .content .marquee {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 32px;
}

.marquee-section .content .marquee .marquee-row {
  display: flex;
  align-items: center;
  column-gap: 32px;
}

@media (max-width: 992px) {
  .marquee-section {
    margin: 0;
  }

  .marquee-section .content {
    margin: 31px 0 24px;
    row-gap: 18px;
  }

  .marquee-section .content .marquee {
    column-gap: 18px;
  }

  .marquee-section .content .marquee .marquee-row {
    column-gap: 18px;
  }
}

.marquee-section .content .marquee .marquee-row img {
  height: 272px;
  width: auto;
}

.marquee-section .content .marquee.list-1 .marquee-row {
  animation: animation_marquee_row_1 50s linear infinite;
}

.marquee-section .content .marquee.list-2 .marquee-row {
  animation: animation_marquee_row_2 50s linear infinite;
}

@media (max-width: 1299px) {
  .marquee-section .content .marquee .marquee-row img {
    height: 170px;
  }
}

@media (max-width: 992px) {
  .marquee-section .content .marquee .marquee-row img {
    height: 120px;
  }
}

@keyframes animation_marquee_row_1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes animation_marquee_row_2 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}