body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
main {
  font-family: "Spartan";
  -webkit-font-smoothing: "antialiased";
}

*[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;
}


a:hover {
  text-decoration: none;
}


.user-aippt .display-3 {
  font-size: 48px;
  margin-top: 130px;
  margin-bottom: 28px;
}

.container .display-3 {
  font-size: 48px;
}

.title-1 {
  /*font-size: 64px;*/
  font-weight: 600;
  line-height: 5.3rem;
  margin-bottom: 0;
}

img.title-prototype-icon {
  width: 4rem;
}

.wsc-main .btn-1 {
  height: 100%;
  display: flex;
  border-radius: 44px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.wsc-main .btn-type {
  padding: 1.0625rem 3rem;
  line-height: 1.2rem;
}

.wsc-main .btn-type2 {
  padding: 13.5px 40px;
  line-height: 1.1;
  font-size: 1.25rem;
  font-weight: 700;
}

h1.blue-gradient-bg {
  background: linear-gradient(90deg, #4FCAFF 0%, #0575FA 50.5%, #5872FF 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color1 {
  color: #717273;
}

.color2 {
  color: #19191A;
}

.color3 {
  color: #555557;
}

.color4 {
  color: #414142;
}

.color5 {
  color: #717273;
}

.color6 {
  color: rgba(25, 25, 26, 1);
}

.wsc-main {
  overflow: hidden;
}

.wsc-main .btn {
  font-weight: 700;
}

.btn.btn-secondary {
  line-height: 1.28;
  border-radius: 6px;
  text-transform: initial;
  color: #fff;
  border: none;
  padding: 1rem 4.5rem;
  /*background: linear-gradient(270deg, #FF8C19 0%, #FF3333 45.67%, #FF2776 98.5%);*/
}

/*.btn.btn-secondary:hover{color: #d9d9d9;}*/
.btn.btn-type2 {
  padding: .75rem 3rem;
}

.screen-content {
  display: flex;
  width: 100%;
  height: 100%;
}


.top-banner {
  width: 100%;
  margin-top: 0px;
}

.top-banner-bg {
  width: 100%;
  height: 1350px;
}

.top-banner .top-banner-bg {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8.125rem;
  padding-top: 172px;
  padding-bottom: 130px;
  position: relative;
  background-size: cover;
  background: url('/mb-cms/__/en/img/design/header-bg-2.png') no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;

}

.design-top-banner-bg {
  background-position: bottom;
  width: 164px;
  height: 164px;

  background: url('/mb-cms/__/en/img/design/design-top-banner-bg.png') no-repeat;
  background-size: 100%;
}

.use-now-btn .star-icon {
  margin-right: 10px;
}

.top-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 7.19%, #FFFFFF 100%);
  pointer-events: none;
  /* 确保遮罩不影响下方元素的交互 */
}

.top-banner p {
  position: relative;
  z-index: 9;
  color: #555557;
  font-size: 20px;
  line-height: 2rem;
  margin-top: -158px;
  margin-bottom: 15px;
  font-weight: 500;
}

@media (min-width: 1600px) {
  .top-banner p {
    margin-top: 32px;
  }
}

@media (max-width: 1599px) {
  .top-banner p {
    margin-top: 0px;
  }
}

@media (max-width: 1280px) {
  .top-banner p {
    margin-top: 0px;
  }

}

@media (min-width: 1600px) {
  .top-banner .container {
    max-width: 1520px;
  }
}

.colorful-ai {

  position: relative;
  /* 创建渐变文字 */
  background: linear-gradient(180deg, #8848F9 0%, #A769FF 100%);
  justify-content: center;
  align-items: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /* 使用text-shadow叠加实现内部填充和外部描边 */

}

.display-1 {
  position: relative;
  font-size: 64px;
  /* height: 436px; */
  line-height: 1.25;
}

.top-banner-title .display-1 {
  z-index: 1;
}

.colorful-ai::before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -44%;
  background: url(/mb-cms/__/en/img/design/design-top-banner-bg.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}

.btn-aippt-colorful {
  line-height: 1.2;
  font-size: 22px;
  font-weight: 700;
  border-radius: 200px;
  text-transform: initial;
  color: #fff;
  border: none;
  padding: 1rem 1.6rem;
  background: rgba(25, 25, 26, 1);
  outline: none;

  position: relative;
  /* 确保按钮在水波纹之上 */
  z-index: 2;
  /* 确保按钮在水波纹之上 */
}

.reason-img-1 {
  width: 820px;
  /* background: url('md-design-img-1.png') no-repeat; */
  background-size: 100%;
}

.reason-img-2 {
  width: 590px;
  height: 608px;
  background: url('/mb-cms/__/en/img/design/md-design-img-2.png') no-repeat;
  background-size: 100%;
}

.reason-img-3 {
  width: 590px;
  height: 608px;
  background: url('/mb-cms/__/en/img/design/md-design-img-3.png') no-repeat;
  background-size: 100%;
}

.ui-design-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.ui-design-nav ul {
  border-radius: 1000px;
  padding-left: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.05);
  width: 426px;
  height: 42px;
  list-style: none;
  align-items: center;
  margin: 0 auto;
}

.ui-design-nav ul li {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 90%;
  height: 90%;
  font-size: 14px;
  color: #616161;
  float: left;
  margin: 0 auto;
  padding: 0 5px;
}

.ui-design-nav ul li:hover {
  background-color: #FFF;
  border-radius: 1000px;
  box-shadow: 0 0 6px -2px;
}

.ui-design-nav ul li:active {
  background-color: #FFF;
  border-radius: 1000px;
  box-shadow: 0 0 6px -2px;
}

.ui-design-nav ul li:focus {
  background-color: #FFF;
  border-radius: 1000px;
  box-shadow: 0 0 6px -2px;
}


.btn-aippt-colorful:hover {
  background: rgba(65, 65, 66, 1);
  color: #fff;
}

.btn-prototype-colorful:active,
.btn-prototype-colorful:focus {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)), linear-gradient(92.5deg, #1F61FF 6.44%, #A728FF 55.47%, #FF4EE4 98.36%);
}

@media (max-width: 500px) {
  .btn-aippt-colorful {
    padding: 10px 23px;
    font-size: 14px;
  }
}


.top-banner-img-container {
  margin-top: 70px;
}

.top-banner-img-container .top-banner-img {
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.flow-frame-container {
  width: 1498px;
  height: 854px;
  padding: 14px;
  margin-top: 66px;
  border-radius: 18px;
  background: url(/mb-cms/__/en/img/design/iframe-border.png) no-repeat center;
  background-size: 100% 100%;
  box-shadow: 0px 4px 22px 0px #FF9D7E29;
}

#flow-frame {
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px solid #00000017;
  border-radius: 18px;
  pointer-events: none;
}

.flow-frame-loading {
  display: flex;
  background-color: rgb(230, 230, 230);
  border-radius: 12px;
}

.service .flex-container {
  max-width: 1420px;
}

.ui-tool-container {
  width: 88.4%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}

.service .container {
  padding: 0;
  width: 1420px;
  position: relative;
}

.container .reason-p {
  width: 100%;
  color: #555557;
  font-size: 20px;
  margin-bottom: 60px;
}

.service-item {
  min-width: 100%;
  height: 100%;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* .service h2 {
  font-size: 48px;
  line-height: 48px;
} */

.service-item h3 {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 38px;
}

.col-service-item-small {
  -webkit-box-flex: 0;

  margin-bottom: 20px;
}

.col-service-item-large {
  -webkit-box-flex: 0;
  width: 42.6%;
  margin-bottom: 20px;
}

.service .col-service-item-small {
  flex: 0 0 auto;
  max-width: 580px;
  margin-bottom: 30px;
}

.service .col-service-item-large {
  flex: 0 0 auto;
  max-width: 810;
  margin-bottom: 30px;
}

.bg-icon-container .bg-icon {
  position: absolute;
  background: url('design-top-banner-bg.png') no-repeat;
  background-size: 100%;

  z-index: 0;

}

.screen {
  height: fit-content;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.container-test {
  width: 100%;
  margin: 8rem 0;
}

.screen-1 {
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.screen-1 img.bg {
  z-index: -1;
}

.test-container {
  margin: 0 auto;
  width: 83%;
}

.screen-1 img.bg {
  height: 100%;
  width: 100%;
  position: absolute;
}



.reason-img-1 video {
  border-radius: 0;
}

.design-js-content {
  width: 1160px;
  margin: 130px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.design-js-content .display-2 {
  font-weight: 700 !important;
}

.more-ai .container {
  padding-bottom: 22px;
}

.top-banner-img {
  background-image: url('/mb-cms/__/en/img/design/top-banner-bgi.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.top-banner-img video {
  margin: 84px auto;
  width: 90%;
  border-radius: 24px;
}

.feature1 {
  padding-top: 330px;
}

.flex-js {
  width: 1160px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
  align-content: flex-start;
}

.js-part {
  border-radius: 12px;
  width: 276px;
  height: auto;
}

.js-part img {
  width: 100%;
  height: 100%;
}


.modao-navbar {
  position: absolute !important;
  width: 100%;
  margin: 0 auto;

}

.container-test .content-test {
  width: 100%;
  margin-bottom: 5rem;
  height: fit-content;
}

.container-test .content-test h2 {
  margin-bottom: 4px;
}

.design2 {
  display: none;
}

.first-title {
  display: inline-block;
  font-weight: 800;
}

.first-mark {
  margin-left: -10px;
}

.newai-intro {
  width: fit-content;
  padding: 0.5625rem 0.875rem;
  background-color: rgba(200, 161, 255, 0.26);
  border-radius: 22px 44px 44px 4px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 115%;
}

.intro-item {
  line-height: 1.625rem;
  color: #717273;
}

.font-weight-semi-bolder {
  font-weight: 800;
}

.font-weight-semi-bold {
  font-weight: 700;
}

/* 锚点 */
@media (max-width: 2499px) {

  .intro-item {
    line-height: 1.625rem;
    color: #717273;
  }

  .intro-item-p {
    width: 100%;
    font-size: 20px;
  }

  .content-test {
    margin-bottom: 10px;
  }

  .more-ai .design-js-2 {
    margin: 0 auto;
    width: 1280px;
    height: 442px;
  }

  .user-aippt .reason-p {
    font-size: 20px;
    width: 100%;
    color: #555557;
    margin: 0px auto 60px auto;
  }

  .user-aippt {
    padding-top: 0px;
  }

  .more-ai .design-js {
    height: 600px;
  }

  .more-ai .display-3 {
    font-size: 48px;
    margin-bottom: 0px;
    padding-bottom: 16px;
  }

  .community-marquee .logo {
    padding: 0;
    width: 324px;
    height: 206px;
    margin: 12px;
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 18px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }

  .screen2 .container .display-3 {
    padding-top: 130px;
    padding-bottom: 28px;
    margin-bottom: 0px;
  }

  .screen.screen2 {
    height: 913px;
    padding-top: 0;
  }

  .design-compare-form-container {
    width: 1410px;
    height: 816px;
  }

  .more-ai {
    margin-top: 180px;
  }

  .container-test .content-test {
    margin-bottom: 5.5rem;
  }

  .screen-1 img.bg {
    height: 2040px;
  }

  .col-service-item-small {
    width: 56.4%;
    height: 475px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
  }

  .col-service-item-large {
    width: 42.6%;
    height: 475px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
  }

  .feature.feature5 {
    margin-bottom: 8rem;
  }

  .bg-icon-container {
    position: absolute;
    width: 1410px;
    height: 200px;

  }

  .bg-icon-container .bg-icon {
    position: absolute;
    background: url('/mb-cms/__/en/img/design/design-top-banner-bg.png') no-repeat;
    background-size: 100%;
    width: 164px;
    height: 164px;
    top: 10px;
    left: 315px;
  }

  video {
    border-radius: 42px;
  }

  .screen {
    position: relative;
    background: url('/mb-cms/__/en/img/design/screen-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 142.5%;
    padding-top: 36px;
  }

  .feature.feature1 {
    margin-bottom: 5.5625rem;
  }

  .feature.feature2 {
    margin-bottom: 10.125rem;
  }

  .feature.feature3 {
    margin-bottom: 10.0625rem;
  }

  .feature.feature4 {
    margin-bottom: 7.25rem;
  }

  .feature.feature4 {
    margin-bottom: 8.125rem;
  }

  .intro h4 {
    font-size: 20px;
  }

  .intro-item p {
    font-size: 16px;
    width: 496px;
    margin-bottom: 14px;
    letter-spacing: 0;
  }

  .intro-btn-container {
    margin-top: 10px;
  }

  .feature-content .h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .feature .container {
    height: fit-content;
  }

  .top-banner .top-banner-bg {
    height: 1195px;
    padding-top: 100px;
    transform: translateY(72px);
  }

  .use-now-btn {
    width: fit-content;
    height: 60px;
    font-size: 22px;
    margin: 8px auto 0 auto;
  }

  .community-marquee {
    height: 110%;
  }

  .design-compare-form-container img {
    width: 100%;
  }
}

@media (max-width: 1920px) {
  .intro-item {
    line-height: 1.625rem;
    color: #717273;
  }

  .intro-item-p {
    width: 100%;
    font-size: 20px;
  }

  .more-ai .design-js-2 {
    margin: 0 auto;
    width: 1280px;
    height: 442px;
  }

  .user-aippt .reason-p {
    font-size: 20px;
    width: 100%;
    color: #555557;
    margin: 0 auto 60px auto;
  }

  .more-ai .design-js {
    height: 600px;
  }

  .more-ai .display-3 {
    font-size: 48px;
    padding-bottom: 16px;
    margin-bottom: 0px;
  }

  .community-marquee .logo {
    padding: 0;
    width: 324px;
    height: 206px;
    margin: 12px;
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 18px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }

  .design-compare-form-container {
    width: 1410px;
    height: 816px;
  }

  .container-test .content-test {
    margin-bottom: 5rem;
  }

  .screen-1 img.bg {
    height: 2015px;
  }

  .screen2 .container .display-3 {
    padding-top: 130px;
  }

  .more-ai {
    margin-top: 180px;
    margin-bottom: 0px;
  }

  .col-service-item-small {
    width: 56.4%;
    height: 470px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
  }

  .col-service-item-large {
    width: 42.6%;
    height: 470px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
  }

  .feature.feature5 {
    margin-bottom: 8rem;
  }

  .bg-icon-container {
    position: absolute;
    width: 1410px;
    height: 200px;

  }

  .bg-icon-container .bg-icon {
    position: absolute;
    background: url('/mb-cms/__/en/img/design/design-top-banner-bg.png') no-repeat;
    background-size: 100%;
    width: 164px;
    height: 164px;
    top: 10px;
    left: 315px;
  }

  video {
    border-radius: 42px;
  }

  .screen {
    position: relative;
    background: url('/mb-cms/__/en/img/design/screen-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 142.5%;
    padding-top: 36px;
  }

  .feature.feature1 {
    margin-bottom: 5.5625rem;
  }

  .feature.feature2 {
    margin-bottom: 10.125rem;
  }

  .feature.feature3 {
    margin-bottom: 10.0625rem;
  }

  .feature.feature4 {
    margin-bottom: 7.25rem;
  }

  .feature.feature4 {
    margin-bottom: 8.125rem;
  }

  .intro h4 {
    font-size: 20px;
  }

  .intro-item p {
    font-size: 16px;
    width: 496px;
    margin-bottom: 0.5rem;
  }

  .intro-btn-container {
    margin-top: 10px;
  }

  .feature-content .h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .feature .container {
    height: fit-content
  }

  .top-banner .top-banner-bg {
    height: 1195px;
    padding-top: 100px;
    transform: translateY(72px);
  }

  .use-now-btn {
    width: fit-content;
    height: 60px;
    font-size: 22px;
    margin: 8px auto 0 auto;
  }

  .community-marquee {
    height: 110%;
  }

  .design-compare-form-container img {
    width: 100%;
  }
}

@media (min-width: 2499px) {
  .intro-item {
    line-height: 1.625rem;
    color: #717273;
  }

  .intro-item-p {
    width: 100%;
    font-size: 20px;
  }

  .container .reason-p {
    margin: 28px auto 60px auto;
  }

  .more-ai .design-js-2 {
    margin: 0 auto;
    width: 1280px;
    height: 442px;
  }

  .user-aippt .reason-p {
    font-size: 20px;
    width: 100%;
    color: #555557;
    margin: 0 auto 60px auto;
  }

  .more-ai .design-js {
    height: 600px;
  }

  .more-ai .display-3 {
    font-size: 48px;
    padding-bottom: 16px;
    margin-bottom: 0px;
  }

  .community-marquee .logo {
    padding: 0;
    width: 324px;
    height: 206px;
    margin: 12px;
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 18px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }

  .screen.screen2 {
    height: 960px;
    padding-top: 130px;
  }

  .container-test {
    margin: 82px 0;
  }

  .design-compare-form-container {
    width: 1410px;
    height: 816px;
  }

  .screen-1 {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
  }

  .screen-1 img.bg {
    height: 1640px;
    max-width: 1440px;
    margin: 0 auto;
  }

  .more-ai {
    margin-top: 180px;
    margin-bottom: 130px;
  }

  .col-service-item-small {
    width: 56.4%;
    height: 397px;
    margin-bottom: 20px;
  }

  .col-service-item-large {
    width: 42.6%;
    height: 397px;
    margin-bottom: 20px;
  }

  .feature.feature5 {
    margin-bottom: 8rem;
  }

  .bg-icon-container {
    position: absolute;
    width: 1410px;
    height: 200px;
  }

  .intro-btn-container {
    margin-top: 10px;
  }

  .bg-icon-container .bg-icon {
    position: absolute;
    background: url('/mb-cms/__/en/img/design/design-top-banner-bg.png') no-repeat;
    background-size: 100%;
    width: 164px;
    height: 164px;
    top: 10px;
    left: 315px;
  }

  video {
    border-radius: 42px;
  }

  .screen {
    position: relative;
    background: url('/mb-cms/__/en/img/design/screen-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 142.5%;
    padding-top: 36px;
  }

  .feature.feature1 {
    margin-bottom: 5.5625rem;
  }

  .feature.feature2 {
    margin-bottom: 10.125rem;
  }

  .feature.feature3 {
    margin-bottom: 10.0625rem;
  }

  .feature.feature4 {
    margin-bottom: 7.25rem;
  }

  .feature.feature4 {
    margin-bottom: 8.125rem;
  }

  .intro h4 {
    font-size: 20px;
  }

  .intro-item p {
    font-size: 16px;
    width: 496px;
    margin-bottom: 14px;
  }

  .feature-content .h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .feature .container {
    height: fit-content;
  }

  .top-banner .top-banner-bg {
    height: 1195px;
    transform: translateY(72px);
    padding-top: 102px;
    width: 100%;
    background-size: cover;
  }

  .use-now-btn {
    width: fit-content;
    height: 60px;
    font-size: 22px;
    margin: 0 auto;
  }

  .community-marquee {
    height: 110%;
  }

  .design-compare-form-container img {
    width: 100%;
  }
}

@media (max-width: 1599px) {
  .screen-1 img.bg {
    height: 1930px;
  }

  .more-ai .design-js-2 {
    margin: 0 auto;
    width: 1280px;
    height: 442px;
  }

  .design-compare-form-container {
    width: 1410px;
    height: 816px;
  }

  .design-compare-form-container img {
    width: 100%;
  }

  .use-now-btn {
    width: fit-content;
    height: 60px;
    font-size: 22px;
    margin: 0 auto;
  }

  .user-aippt .reason-p {
    font-size: 20px;
    width: 100%;
    color: #555557;
    margin: 0px auto 30px auto;
  }

  .user-aippt {
    padding-top: 0px;
  }

  .user-aippt .display-3 {
    font-size: 40px;
    padding-bottom: 28px;
    margin-bottom: 0px;
  }


  .community-marquee .logo {
    padding: 0;
    width: 324px;
    height: 206px;
    margin: 12px;
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 18px;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
  }

  .design-compare-form-container {
    height: 816px;
  }

  .container-test {
    margin: 112px 0;
  }

  .test-container {
    margin: 0 auto;
    width: 82%;
  }

  .screen2 .container .display-3 {
    padding-top: 130px;
    padding-bottom: 30px;
    font-size: 40px;
  }

  .ui-tool-container {
    width: 89.4%;
  }

  .col-service-item-small {
    width: 56.4%;
    height: 449px;
  }

  .col-service-item-large {
    width: 42.6%;
    height: 449px;
  }

  .screen.screen2 {
    padding-top: 0px;
    height: 862px;
  }

  .screen {
    position: relative;
    background: url('screen-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 171%;
  }

  .more-ai {
    margin-top: 180px;
  }

  .feature.feature5 {
    margin-bottom: 0rem;
  }

  .screen-1 {
    margin-top: 130px;
  }

  .bg-icon-container .bg-icon {
    width: 144px;
    height: 144px;
    top: 10px;
    left: 248px;
  }

  video {
    border-radius: 32px;
  }

  .feature {
    margin-bottom: 56px;
  }

  .feature1 {
    padding-top: 290px;
    margin-bottom: 56px;
  }

  .intro h4 {
    font-size: 18px;
  }

  .top-banner-img video {
    margin: 48px auto;
    border-radius: 20px;
  }

  .intro-item p {
    font-size: 14px;
    width: 469px;
    margin-bottom: 6px;
  }

  .feature-content .h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .feature .container {
    height: 100%;
  }

  .top-banner .top-banner-bg {
    padding-top: 60px;
    height: 923px;
    transform: translateY(72px);
  }

  .use-now-btn {
    width: fit-content;
    height: 60px;
    font-size: 20px;
  }

  .top-banner-title .display-1 {
    font-size: 58px;
  }

  .flow-frame-container {
    width: 1200px;
    height: 684px;
    padding: 12px;
    border-radius: 12px;

  }

  #flow-frame {
    border-radius: 12px;
  }
}

@media (max-width: 1440px) {
  .screen.screen2 {
    height: 888px;
  }

  .more-ai .display-3 {
    font-size: 40px;
  }
}

@media (max-width: 1420px) {
  .container .display-3 {
    font-size: 40px;
  }

  .more-ai .container {
    margin-top: 0px;
  }

  .design-compare-form-container {
    width: 1280px;
    height: 742px;
  }

  .screen-1 img.bg {
    height: 1650px;
  }

  .ui-tool-container {
    width: 89.4%;
  }

  .col-service-item-small {
    width: 56.4%;    height: 382px;

  }

  .col-service-item-large {
    width: 42.6%;    height: 382px;
  }
  .container-test {
    padding-top: 0px;
    font-size: 40px;
    margin: 90px 0;
  }
    .container-test .content-test {
    margin-bottom: 4rem;
  }
    .container .display-3 {
    font-size: 40px;
  }

  .content-test .test-container{
    margin: 0 auto;
    width: 82%;
    height: 1430px;
  }
  .screen.screen2 {
    height: 816px;
  }
}

@media (max-width: 1400px) {
  .screen.screen2 {
    height: 816px;
  }
}

@media (max-width: 1379px) {}

@media (max-width: 1280px) {
  .intro-item p {
    margin-bottom: 12px;
  }

  .community-marquee .logo {
    border-radius: 12px;
  }

  .screen-1 img.bg {
    height: 1498px;
  }

  .screen2 .container {
    margin-top: 2.5rem;
  }

  .more-ai .design-js-2 {
    width: 992px;
    height: 350px;
  }

  .user-aippt .display-3 {
    font-size: 36px;
    margin-bottom: 28px;
  }

  .design-compare-form-container {
    width: 992px;
    height: 574px;
  }

  .screen.screen2 {
    height: 816px;
  }

  .screen-1 {
    margin-top: 195px;
  }

  .container .display-3 {
    font-size: 40px;
  }

  .screen .intro-item-p {
    font-size: 18px;
  }

  .feature.feature5 {
    margin-bottom: -8.5rem;
  }

  .screen {
    height: 1480px;
    padding-top: 5px;
  }

  .service-item {
    background-position: left;
  }

  .container-test {
    margin: 72px 0;
  }

  .container-test .content-test {
    margin-bottom: 3rem;
  }

  .ui-tool-container {
    width: 89.4%;
  }

  .col-service-item-small {
    width: 56.4%;
    height: 346px;
  }

  .col-service-item-large {
    width: 42.6%;
    height: 346px;
  }

  .bg-icon-container .bg-icon {
    width: 120px;
    height: 120px;
    top: 12px;
    left: 308px;
  }

  video {
    border-radius: 32px;
  }

  .intro-item {
    width: 80%;
  }

  .feature-content .h1 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .top-banner .top-banner-bg {
    height: 795px;
    transform: translateY(72px);
    padding-top: 55px;
  }

  .use-now-btn {
    width: fit-content;
    height: 60px;
    font-size: 18px;
  }

  .top-banner-title .display-1 {
    margin-top: 0px;
    font-size: 48px;
  }

  .top-banner-bg {
    padding-top: 142px;
  }

  .flow-frame-container {
    width: 1000px;
    height: 570px;
    padding: 10px;
    border-radius: 10px;
  }

  .service .col-service-item-small {
    flex: 0 0 42.6%;
    max-width: 42.6%;
    margin-bottom: 30px;
  }

  .service .col-service-item-large {
    flex: 0 0 56.4%;
    max-width: 56.4%;
    margin-bottom: 30px;
  }
}

@media (max-width: 1279px) {
  .intro-item p {
    margin-bottom: 0px;
  }

  .intro-btn-container {
    margin-top: 0px;
  }

  .bg-icon-container .bg-icon {
    width: 120px;
    height: 120px;
    top: 6px;
    left: 188px;
  }

  .screen.screen2 {
    height: 712px;
  }
}

#flow-frame {
  border-radius: 10px;
}

@media (max-width: 1157px) {}

@media (max-width: 1120px) {

  .screen-1 img.bg {
    height: 1314px;
  }

  .screen.screen2 {
    height: 714px;
  }

  .container-test {
    margin: 53px 0;
  }

  .container-test .content-test {
    margin-bottom: 2rem;
  }

  .screen-1 {
    margin-top: 265px;
  }

  .feature.feature5 {
    margin-bottom: -14.5rem;
  }

  .screen {
    padding-top: 60px;
  }

  .ui-tool-container {
    width: 89.4%;
  }

  .col-service-item-small {
    width: 56.4%;
    height: 300px;
  }

  .col-service-item-large {
    width: 42.6%;
    height: 300px;
  }
}

@media (max-width: 1080px) {
  .btn-aippt-colorful {
    font-size: 16px;
  }

  .top-banner p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .screen.screen2 {
    height: 714px;
  }

  .top-banner .top-banner-bg {
    height: 695px;
    transform: translateY(72px);
    padding-top: 30px;
  }

  .use-now-btn {
    width: fit-content;
    height: 50px;
    font-size: 16px;
  }

  .flow-frame-container {
    width: 920px;
    height: 524px;
    padding: 8px;
    border-radius: 8px;
  }

  #flow-frame {
    border-radius: 8px;
  }
}

@media (max-width: 1024px) {
  .container .display-3 {
    font-size: 40px;
  }

  .ui-tool-container {
    width: 89.4%;
  }

  .screen.screen2 {
    height: 714px;
  }
}

@media (max-width: 1029px) {
  .js-part {
    width: 206px;
    height: auto;
  }
}



@media (max-width: 991px) {
  .flex-js {
    height: 260px;
  }

  .screen-content {
    display: flex;
    flex-direction: column;
  }

  .screen-1 img.bg {
    height: 978px;
  }

  .more-ai .design-js {
    width: 768px;
    height: 550px;

    margin: 0 auto;
  }

  .flex-js {
    height: 207px;
  }

  .user-aippt {
    padding-top: 0px;
    margin-top: 56px;
  }

  .user-aippt .reason-p {
    font-size: 16px;
  }

  .user-aippt .display-3 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 28px;
  }

  .more-ai .design-js-content {
    width: 100%;
    margin: 350px auto 0 auto;
  }

  .design-compare-form-container {
    width: 768px;
    height: 444px;
  }

  .screen.screen2 {
    height: 1598px;
  }

  .screen2 .container .container {
    height: 1308px;
  }

  .reason-img-2 {
    width: 90%;
  }

  .reason-img-3 {
    width: 100%;
    height: 100%;
  }

  .screen-1 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .community-marquee {
    height: 200%;
  }
  .container-test .content-test{
    margin-bottom: 1.5rem;
  }
  .ui-tool-container {
    width: 100%;
  }

  .col-service-item-small {
    width: 49%;
    height: 220px;
  }

  .col-service-item-large {
    width: 49%;
    height: 220px;
  }

  .bg-icon-container .bg-icon {
    width: 80px;
    height: 80px;
    top: 25px;
    left: 156px;
  }

  video {
    border-radius: 36px;
  }

  .feature-content .h1 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .community-marquee .logo {
    width: 240px;
    height: 155px;
  }

  .top-banner-img video {
    margin: 28px auto;
    border-radius: 13px;
  }

  .intro h4 {
    font-size: 24px;
  }

  .intro-item {
    width: 100%;
  }

  .test-container {
    margin: 0 auto;
    width: 73.8%;
  }

  .intro-item p {
    font-size: 19px;
    width: 100%;
  }

  .feature-text {
    margin-top: 20px;
  }

  .feature .intro {
    width: 100%;
  }

  .container-test .display-3 {
    font-size: 28px;
    margin-bottom: -4px;
  }

  .container-test p {
    font-size: 16px;
    padding-top: 6px;
  }

  .more-ai .display-3 {
    font-size: 28px;
  }

  .top-banner .top-banner-bg {
    height: 600px;
    padding-top: 45px;
    transform: translateY(56px);
  }

  .use-now-btn,
  .btn-aippt-colorful {
    width: fit-content;
    height: 36px;
    font-size: 13px;
  }

  .use-now-btn .star-icon {
    width: 20px;
    margin-right: 5px;
  }

  .top-banner-title .display-1 {
    font-size: 36px;
  }

  .top-banner p {
    font-size: 11px !important;
    margin-top: 0px;
  }
}

@media (max-width: 850px) {

  .ui-tool-container {
    width: 100%;
    padding-top: -2px;
  }

  .feature.feature5 {
    margin-bottom: 22rem;
  }
}

@media (max-width: 768px) {
  .more-ai {
    margin-top: 56px;
  }

  .screen.screen2 {
    height: 1504px;
  }

  .screen-1 img.bg {
    height: 762px;
  }

  .user-aippt .display-3 {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .container-test {
    margin-top: 0px;
  }

  .bg-icon-container .bg-icon {
    width: 80px;
    height: 80px;
    top: -20px;
    left: 183px;
  }

  .design-compare-form-container {
    height: 430px;
  }

  .top-banner .top-banner-bg {
    height: 500px;
    padding-top: 48px;
    transform: translateY(10px);
  }

  .top-banner-title .display-1 {
    font-size: 30px;
  }

  .top-banner p {
    margin-top: 12px;
    line-height: 16px;
  }

  .more-ai .design-js-content {
    margin: 350px auto 0 auto;
  }
}

@media (max-width: 767px) {

  .community-marquee-row1,
  .community-marquee-row2 {
    column-gap: 10px;
    margin-bottom: 10px;
  }

  .community-marquee .logo {
    margin: 0px;
  }

  .top-banner .top-banner-bg {
    height: 500px;
    padding-top: 28px;
    transform: translateY(10px);
    margin-bottom: 0px;
  }

  .container .display-3 {
    font-size: 32px;
  }

  .container-test .display-3 {
    font-size: 28px;
    margin-bottom: -4px;
  }

  .screen-1 img.bg {
    height: 2510px;
    background-size: 100%;
    width: 80%;
    position: absolute;
  }

  .user-aippt {
    padding-top: 56px;
    margin-top: 0px;
  }

  .more-ai .design-js {
    width: 500px;
    height: 360px;
    margin: 0 auto;
  }

  .test-container {
    margin: 0 auto;
    width: 100%;
  }

  video {
    border-radius: 28px;
  }

  .user-aippt .display-3 {
    font-size: 30px;
    margin-bottom: 6px;
    padding-bottom: 0px;
  }

  .design-compare-form-container {
    width: 575px;
    height: 333px;
  }

  .more-ai .design-js-content {
    margin: 300px auto 0 auto;
  }

  .screen.screen2 {
    height: 1221px;
  }

  .container-test {
    margin: 80px 0;
  }

  .ui-tool-container {
    width: 100%;
    margin-left: 25%;
  }

  .col-service-item-large {
    width: 375px;
  }

  .col-service-item-small {
    width: 375px;
  }

  .bg-icon-container .bg-icon {
    width: 80px;
    height: 80px;
    top: 25px;
    left: 95px;
  }
}

@media (max-width: 650px) {
  .screen.screen2 {
    height: 1230px;
  }

  .ui-tool-container {

    margin-left: 20%;
  }
}

@media (max-width: 576px) {
  .container-test .display-3 {
    font-size: 28px;
    margin-bottom: -4px;
  }

  .screen-1 img.bg {
    height: 1960px;
    background-size: 100%;
    width: 80%;
    position: absolute;
  }

  .screen.screen2 {
    height: 1080px;
  }

  .bg-icon-container .bg-icon {
    width: 66px;
    height: 66px;
    top: 25px;
    left: 109px;
  }

  .top-banner .top-banner-bg {
    height: 540px;
  }

  .top-banner-title .display-1 {
    margin-top: 30px;
    font-size: 23px;
    line-height: 1.29;
  }
}

@media (max-width: 575px) {

  .design1 {
    display: none;
  }

  .design2 {
    display: inline;
    margin-left: -8px;
  }

  .colorful-ai::before {
    background: unset;
  }

  .test-container {
    margin: 0 auto;
    width: 100%;
  }

  .screen2 .container .container {
    height: 991px;
    margin-top: 0px;
  }

  .design-compare-form-container {
    width: 375px;
    height: 214px;
  }

  .top-banner p {
    margin-top: 10px;
  }

  .screen.screen2 {
    height: 1128px;
  }

  .bg-icon-container {
    width: 100%;
    height: 183px;
    position: absolute;
  }

  .bg-icon-container .bg-icon {
    width: 66px;
    height: 66px;
    top: 14px;
    left: 286px;
  }

  .container .reason-p {
    margin: 0px auto 20px auto;
  }

  .more-ai .design-js-content {
    margin: 300px auto 0 auto;
  }
}

@media (max-width: 560px) {
  .screen.screen2 {
    height: 1104px;
  }
}

@media (max-width: 550px) {
  .screen.screen2 {
    height: 1087px;
  }
}

@media (max-width: 540px) {
  .screen.screen2 {
    height: 1071px;
  }
}

@media (max-width: 530px) {
  .screen.screen2 {
    height: 1055px;
  }
}

@media (max-width: 520px) {
  .screen.screen2 {
    height: 1038px;
  }
}

@media (max-width: 510px) {
  .screen.screen2 {
    height: 1022px;
  }
}

@media (max-width: 500px) {

  .screen2 .container .container {
    height: 870px;
  }

  .container .display-3 {
    font-size: 22px;
  }

  .screen-1 img.bg {
    height: 1721px;
    background-size: 100%;
    width: 80%;
    position: absolute;
  }

  video {
    border-radius: 26px;
  }

  .user-aippt .reason-p {
    font-size: 14px;
  }

  .user-aippt .display-3 {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .user-aippt {
    margin-bottom: 0px;
  }

  .screen.screen2 {
    height: 1006px;
  }

  .more-ai .design-js {
    height: 288px;
    width: 375px;
  }

  .ui-tool-container {

    margin-left: 10%;
  }

  .bg-icon-container .bg-icon {
    width: 66px;
    height: 66px;
    top: 10px;
    left: 250px;
  }

  .intro-item p {
    font-size: 14px;
  }

  .top-banner-img video {
    margin: 20px auto;
    border-radius: 10px;
  }

  .top-banner .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 490px) {
  .screen.screen2 {
    height: 991px;
  }
}

@media (max-width: 480px) {
  .screen.screen2 {
    height: 974px;
  }

  .intro-item p {
    font-size: 14px;
  }

  .container-test .display-3 {
    font-size: 22px;
  }
}


@media (max-width: 429px) {

  .js-part {
    width: 162px;
    height: auto;
  }
}

@media (max-width: 425px) {
  .screen.screen2 {
    height: 921px;
  }

  .screen-1 img.bg {
    height: 1502px;
  }
}

@media (max-width: 420px) {
  .ui-tool-container {
    margin-left: 5%;
  }
}

@media (max-width: 410px) {
  .screen.screen2 {
    height: 860px;
  }
}

@media (max-width: 400px) {
  .screen.screen2 {
    height: 881px;
  }
}

@media (max-width: 390px) {
  .screen2 .container .container {
    margin-top: 30px;
  }

  .feature-text {
    margin-top: 30px;
  }

  .feature-content .h1 {
    margin-top: 30px;
  }

  video {
    border-radius: 20px;
  }

  .screen2 .container .display-3 {
    font-size: 22px;
  }

  .screen .intro-item-p {
    margin-bottom: 30px;
  }

  .more-ai .design-js-content {
    margin: 156px auto 0 auto;
  }

  .user-aippt {
    margin-bottom: 0px;
  }

  .container .display-3 {
    font-size: 22px;
    line-height: 30px;
  }

  .screen.screen2 {
    height: 722px;
  }

}

@media (max-width: 375px) {
  .container-test p {
    font-size: 14px;
    padding-top: 0px;
  }

  .use-now-btn {
    margin-top: 2px;
  }

  .js-part {
    width: 150px;
    height: 45px;
  }

  .reason-img-3 {
    width: 90%;
    height: 325px;
  }

  .top-banner p {
    margin-top: 10px;
    margin-bottom: 16px;
  }

  .top-banner .top-banner-bg {
    height: 473px;
  }

  video {
    border-radius: 16px;
  }

  .user-aippt .display-3 {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .screen.screen2 {
    height: 700px;
  }

  .ui-tool-container {
    margin-left: 0%;
    margin-top: 0px;
  }

  .col-service-item-small {
    width: 335px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .user-aippt {
    padding-top: 0px;
  }

  .col-service-item-large {
    width: 335px;
    height: 194px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .screen-1 img.bg {
    height: 1424px;
  }

  .bg-icon-container .bg-icon {
    width: 66px;
    height: 66px;
    top: 16px;
    left: 188px;
  }

  .more-ai .display-3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

/* top banner end*/

/* feature start */

.intro-video-container {
  position: relative;
}

.feature-content .h1 {
  line-height: 1.35;
  width: 100%;
}

.intro h4 {
  margin-bottom: 0px;
  letter-spacing: -0.005em;
}

.user-aippt .reason-p {
  line-height: 1.42;
}

.feature-text {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 496px;
  flex-wrap: wrap;
  align-content: center;
}

.feature-text ul {
  margin-bottom: 0;
}

.feature-text .intro-btn-container .btn-login {
  width: 185px;
  height: 50px;
}

.intro-video-container::after {
  content: '';
  width: 37%;
  height: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(40%);
  /* background: url(/mb-cms/__/en/img/design/intro-img-spot.png) no-repeat center; */
  background-size: 100% 100%;
  z-index: -1;
}

@supports (-webkit-backdrop-filter: blur(1px)) {
  .top-banner-video-container video {
    border-radius: 32px;
  }
}

.more-community {
  width: 100%;
}

.intro-item {
  line-height: 1.625rem;
  color: #717273;
}

.intro-item-p {
  width: 100%;
  font-size: 20px;
  color: #555557;
}

.intro-item-spot {
  font-size: 32px;
  line-height: 0.875;
  margin-right: 6px;
}

.intro-item::marker {
  color: #0a0000;
  font-size: 20px;
}

video {
  width: 100%;
  overflow: hidden;
}

.feature {

  position: relative;
}

.feature.feature2 .container {
  position: relative;
}

.feature.feature3 .container {
  position: relative;
}

.feature.feature4 .container {
  position: relative;
}

.feature.feature5 .container {
  position: relative;
}

@media (max-width: 500px) {
  .feature.feature3 .container::before {
    content: '';
    top: -323px;
    left: -175px;
    width: 439px;
    height: 429px;
  }

  .feature.feature3 .container::before {
    content: '';
    top: -265px;
    right: -66px;
    width: 344px;
    height: 226px;
  }

  .feature.feature4 .container::before {
    content: '';
    top: -300px;
    left: 18px;
    width: 211px;
    height: 277px;
  }

  .feature.feature5 .container::before {
    content: '';
    top: 314px;
    right: -43px;
    width: 204px;
    height: 259px;
  }
}




.feature-content {
  border-radius: 2rem;
  position: relative;
  z-index: 2;
}

.feature-content ul li,
.feature5 ul li,
.template ul li {
  list-style: none;
}

.template {
  padding: 128px 0;
  background-color: #F7F9FD;
}

.feature .btn-aippt-colorful {
  padding: 0.875rem 1.875rem;
}

/* marquee start*/
.marquee-container {
  width: 100%;
  height: 460px;
  border-radius: 36px;
}

.community-marquee {

  width: 100%;

  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.community-marquee-row1 {
  display: flex;
  animation: community-marquee1 25s linear infinite;
  width: fit-content;

}

.community-marquee-row1:hover {
  animation-play-state: paused
}


.community-marquee-row2 {
  display: flex;
  animation: community-marquee2 25s linear infinite;
  width: fit-content;
}

.community-marquee-row2:hover {
  animation-play-state: paused
}

.community-marquee .logo img {
  width: 100%;
  height: 100%;
}

.community-marquee .logo:hover {
  transform: scale(1.05);
  transition: transform 0.2s;
}


.more-ai .design-bg {
  margin: 60px 0 0 0;
  width: 1920px;
  height: 432px;
  background: url('/mb-cms/__/en/img/design/more-design-bg.png');
  background-size: 100%;
}


.more-ai .design-js-content .display-2 {
  font-size: 24px;
  margin-bottom: 6px;
}

.more-ai .design-js-content p {
  font-size: 14px;
  margin-bottom: 24px;
  color: #666666;


}


.design-compare-form-container {
  margin: 0 auto;
}

.intro-btn {
  display: inline-block;
  padding: 13.5px 24px;
  border: 1px solid rgba(51, 111, 255, 1);
  border-radius: 44px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: rgba(31, 97, 255, 1);
}

.intro-btn:hover {
  border-color: rgba(67, 129, 255, 1);
  color: rgba(67, 129, 255, 1);
}

.intro-btn:hover svg {
  fill: rgba(67, 129, 255, 1) !important;
}

.use-arrow {
  animation: arrowAnimation 3s infinite;
}

@keyframes arrowAnimation {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(10px);
  }

  20% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(8px);
  }

  40% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

/* footer-banner start */
.footer-banner {
  width: 100%;
  height: 423px;
  padding: 125px 0 37px;
  /* margin-top: 180px; */
  background-color: #000;
}

.footer-banner h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 80px;
  color: #fff;
}

.footer-free-use-btn {
  margin: 33px 300px;
  position: absolute;
}

.footer-banner .free-use-btn {
  overflow: hidden;
}

.footer-banner .free-use-btn a {
  padding: 17.5px 25.5px;
  font-size: 22px;
  color: #19191A;
  background-color: #fff;
  line-height: 100%;
  /* background: linear-gradient(
      92.64deg,
      #2b59ff 0.91%,
      #a728ff 51.51%,
      #ff4ee4 95.77%
    ); */
}

.footer-banner .free-use-btn a .star-icon {
  margin-right: 10px;
}

/* footer-banner end*/
@keyframes community-marquee1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes community-marquee2 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* marquee end*/

@media (min-width: 1600px) {
  .intro-video-container {
    width: 820px;
  }

  .feature-content h2 {
    margin-bottom: 32px;
    line-height: 54px;
  }

  .feature-content ul li {
    list-style: none;

  }

  .intro-item {
    margin-bottom: 30px;
    line-height: 26px;
  }
}

@media (min-width: 1600px) {

  .feature-content .feature-text,
  .template .intro-item {
    width: 496px !important;
  }

  .feature5 ul li {
    max-width: 496px;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 28px;
  }
}

@media (max-width: 1599px) {

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 28px;
  }

  .container .reason-p {
    width: 100%;
    color: #555557;
    font-size: 20px;
  }
}

@media (max-width: 1440px) {

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 16px;
  }
}

@media (max-width: 1420px) {

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 16px;
  }

  .screen .container .display-3 {
    padding-bottom: 30px;
    margin-top: 0px;
  }

  .screen .screen2 {
    height: 793px;
  }

  .more-ai .display-3 {
    margin-bottom: 0px;
    padding-bottom: 16px;
  }

  .more-ai {
    margin-top: 130px;
  }

  .design-js-content {
    margin: 65px auto 0 auto;
  }

  .flex-js {
    height: auto;
  }
}

@media (max-width: 1400px) {
  .intro-btn {
    font-size: 1.2rem;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 16px;
  }
}

@media (max-width: 1300px) {
  .design-js-content {
    width: 850px;
  }

  .flex-js {
    width: 980px;
  }
}

@media (max-width: 1280px) {
  .screen .container .display-3 {
    padding-top: 90px;
  }

  .top-banner {
    margin-bottom: 6.125rem;
    padding-top: 0px;
  }

  .colorful-ai::before {
    width: 200%;
    height: 200%;
    left: -44%;
    top: -50%;
  }

  .btn-prototype-colorful {
    font-size: 18px;
  }

  .top-banner-img-container {
    margin-top: 40px;
  }

  /* .top-banner-video-container video {
    border-radius: 22px;
  } */
  .feature {
    margin-bottom: 56px;
  }

  .feature1 {
    padding-top: 185px;
  }

  .intro-btn {
    padding: 10.5px 22px;
    font-size: 1rem;
  }

  .intro-item-spot {
    font-size: 28px;
    line-height: 0.875;
    margin-right: 6px;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 16px;
  }
}

@media (max-width: 1080px) {
  .feature1 {
    padding-top: 230px;
  }
}

@media (max-width: 992px) {
  .screen {
    padding-top: 250px;
    height: 1554px;
  }

  .service .col-service-item-small {
    flex: 0 0 auto;
    max-width: 50%;
    margin-bottom: 30px;
  }

  .service .col-service-item-large {
    flex: 0 0 auto;
    max-width: 50%;
    margin-bottom: 30px;
  }

  .top-banner {
    margin-bottom: 5.125rem;
  }

  .colorful-ai::before {
    width: 190%;
    height: 190%;
    left: -40%;
    top: -50%;
  }


  .btn-prototype-colorful {
    font-size: 18px;
  }

  .top-banner-img-container {
    margin-top: 51px;
  }

  /* .top-banner-video-container video {
    border-radius: 15px;
  } */

  .feature.feature5 {
    margin-bottom: -30rem;
  }

  .intro-item-spot {
    font-size: 28px;
    line-height: 0.875;
  }

  .template {
    background-color: transparent;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
  .intro-item p {
    margin-bottom: 14px;
  }

  .flex-js {
    height: auto;
  }

  .reason-img-1 {
    width: 100%;
  }

  .colorful-ai::before {
    width: 200%;
    height: 200%;
    top: -50%;
    left: -44%;
  }



  .first-mark {
    margin-left: -8px;
  }

  .screen {
    padding-top: 200px;
    height: 1554px;
  }

  .feature.feature5 {
    margin-bottom: 8.125rem;
  }

  .top-banner-img-container {
    margin-top: 18px;
  }

  .feature1 {
    margin-bottom: 56px;
    padding-top: 95px;
  }

  .feature2 {
    margin-bottom: 56px;
  }

  .feature3 {
    margin-bottom: 56px;
  }

  .feature4 {
    margin-bottom: 56px;
  }

  .feature5 {
    margin-bottom: 56px;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 20px;
  }
}

@media (max-width: 850px) {
  .feature.feature5 {
    margin-bottom: 16rem;
  }

  .screen {
    padding-top: 275px;
  }
}

@media (max-width: 768px) {
  .screen .container .display-3 {
    padding-top: 26px;
    padding-bottom: 6px;
  }

  .ui-tool-container {
    width: 628px;
    padding-top: 45px;
  }

  .screen .intro-item-p {
    font-size: 16px;
  }

  .feature.feature3 {
    padding-top: 0px;
  }

  .feature.feature4 {
    padding-top: 0px;
  }

  .feature.feature5 {
    padding-top: 0px;
    margin-bottom: 7.5rem;
  }

  .feature.feature6 {
    padding-top: 100px;
  }

  .ui-tool-container {
    width: 100%;
    padding-top: 0px;
  }

  .col-service-item-large {
    height: 177px;
  }

  .col-service-item-small {
    height: 177px;
  }

  .screen {
    padding-top: 308px;
  }

  .top-banner {
    margin-bottom: 8.125rem;
    padding-top: 45px;
  }

  .colorful-ai::before {
    width: 190%;
    height: 190%;
    top: -50%;
    left: -39%;
  }

  .first-mark {
    margin-left: -6px;
  }



  .btn-prototype-colorful {
    font-size: 16px;
  }

  .top-banner-img-container {
    margin-top: 42px;
  }

  /* .top-banner-video-container video {
    border-radius: 12px;
  } */
  .feature {
    padding-top: 0px;
  }

  .feature1 {
    padding-top: 56px;
    margin-bottom: 56px;
  }

  .feature2 {
    margin-bottom: 56px;
  }

  .feature3 {
    margin-bottom: 56px;
  }

  .feature4 {
    margin-bottom: 56px;
  }

  .feature5 {
    margin-bottom: 56px;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 12px;
  }
}

@media (max-width: 767px) {
  .top-banner {
    margin-bottom: 56px;
    padding-top: 45px;
  }

  .flex-js {
    height: auto;
  }

  .feature-content .h1 {
    font-size: 30px;
  }

  .intro h4 {
    font-size: 20px;
  }

  .intro-item p {
    font-size: 16px;
  }

  .feature1 {
    padding-top: 95px;
  }

  .col-service-item-small {
    width: 100%;
    height: 360px;
  }

  .col-service-item-large {
    width: 100%;
    height: 360px;
  }

  .ui-tool-container {
    padding-top: 129px;
  }

  .screen-1 {
    margin-top: -200px;
  }

  .feature1,
  .feature2,
  .feature3,
  .feature4,
  .feature5 {
    margin-bottom: 56px;
  }

  .feature.feature2 {}

  .feature.feature3 {
    padding-top: 0;
  }

  .feature.feature4 {}

  .feature.feature5 {
    margin-bottom: 56px;
  }

  .screen {
    padding-top: 104px;
    height: 1800px;
    background-size: 325%;
  }

  .ui-tool-container {
    margin: 0 9.3% 0 9.3%;
    width: 81.8%;
  }

  .service-item-1 {
    margin-right: 0px;
  }

  .service-item-2-s {
    margin-left: 0px;
  }

  .service-item-3-s {
    margin-right: 0px;
  }

  .service-item-4 {
    margin-left: 0px;
  }

  .service-item-5 {
    margin-right: 0px;
  }

  .service-item-6-s {
    margin-left: 0px;
  }

  .screen-1 {
    margin-top: 0px;
  }

  .ui-tool-container {
    padding-top: 0px;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 22px;
  }
}

@media (max-width: 576px) {
  .flex-js {
    height: auto;
  }

  .intro .h4 {
    font-size: 20px;
  }

  .col-service-item-small {
    width: 100%;
    height: 274px;
  }

  .col-service-item-large {
    width: 100%;
    height: 274px;
  }

  .feature .feature5 {
    margin-bottom: 8.5rem;
  }

  .screen {
    padding-top: 168px;
    height: 1800px;
    background-size: 360%;
  }

  .ui-tool-container {
    padding-top: 129px;
    width: 82%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .reason-img-1 {
    width: 90%;
    margin: 0 auto;
  }

  .reason-img-3 {
    width: 90%;
    margin: 0 auto;
  }

  .container-test {
    margin: 64px 0;
  }

  .ui-tool-container {
    padding-top: 0px;
  }

  .intro .h4 {
    font-size: 18px;
  }


  .more-ai {
    margin-top: 56px;
  }

  .top-banner .top-banner-bg {
    margin-bottom: 0;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 22px;
  }
}

@media (max-width: 575px) {
  .screen .container .display-3 {
    padding-bottom: 6px;
  }

  .top-banner .top-banner-bg {
    background: unset;
  }

  .reason-img-1 {
    width: 90%;
    margin: 0 auto;
  }

  .reason-img-3 {
    width: 90%;
    margin: 0 auto;
  }

  .screen .intro-item-p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 22px;
  }

  .intro .h4 {
    font-size: 18px;
  }

  .top-banner-img-container {
    margin-top: 26px;
  }

  .ui-tool-container {
    padding-top: 0px;
  }

  .feature.feature5 {
    margin-bottom: 56px;
  }

  .screen {
    height: 1525px;
    background-size: 380%;
    padding-top: 20px;
  }

  .intro-video-container {
    padding-top: 4rem;
  }

  .feature1,
  .feature2,
  .feature3,
  .feature4,
  .feature5 {
    margin-bottom: 56px;
  }

  .feature1 {
    padding-top: 0px;
  }

  .feature .feature.feature2 {
    padding-top: 20px;
  }
}

@media (max-width: 500px) {
  .design-compare-form-container {
    width: 100%;
    height: auto;
  }

  .intro .h4 {
    font-size: 18px;
  }

  .test-container {
    width: 100%;
  }

  .feature1 {
    padding-top: 55px;
  }

  .ui-tool-container {
    padding-top: 0px;
    width: 100%;
  }

  .col-service-item-small,
  .col-service-item-large {
    margin: 10px 50px;
    height: 232px;
  }

  .screen-1 {
    margin-top: 0px;
  }

  .feature {
    margin-bottom: 22.5rem;
  }

  .feature2 {
    margin-bottom: 10.5rem;
  }

  .feature3 {
    margin-bottom: 10.5rem;
  }

  .feature4 {
    margin-bottom: 10.5rem;
  }

  ..feature5 {
    margin-bottom: 10.5rem;
  }

  .display-1 {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .top-banner {
    margin-bottom: 1.5rem;
    padding-top: 30px;
  }

  .colorful-ai {
    margin: 0;
  }

  .design2 {
    display: inline;
    margin-left: -8px;
  }

  .colorful-ai::before {
    width: 200%;
    height: 200%;
    top: -26%;
    left: -40%;
  }

  .btn-prototype-colorful {
    font-size: 13px;
    padding: 0.625rem 2rem;
  }

  #goWorkSpace {
    padding: 0.625rem 1.5rem;
  }

  .top-banner-img-container {

    margin-top: 32px;
  }

  .feature {
    margin-bottom: 56px;
  }

  .feature.feature5 {
    margin-bottom: 56px;
  }

  .feature-content .h1 {
    font-size: 24px;
  }

  .screen {
    padding-top: 5px;
    background-size: 525%;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 10px;
  }
}

@media (max-width: 425px) {
  .flex-js {
    height: auto;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 12px;
  }

  .col-service-item-small,
  .col-service-item-large {
    margin: 10px 50px;
    height: 194px;
  }

  .screen-1 {
    margin-top: 56px;
  }
}

@media (max-width: 390px) {
  .top-banner {
    margin-bottom: 0px;
    padding-top: 30px;
  }

  .more-ai {
    margin-top: 56px;
  }

  .intro-item p {
    font-size: 14px;
  }

  .intro-video-container {
    padding-top: 0;
  }

  .feature.feature5 {
    margin-bottom: 0px;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 12px;
  }

  .feature1 {
    margin-bottom: 46px;
  }

  .feature2 {
    margin-bottom: 46px;
  }

  .feature3 {
    margin-bottom: 46px;
  }

  .feature4 {
    margin-bottom: 46px;
  }

  .feature5 {
    margin-bottom: 0px;
  }

  .screen2 .container {
    margin-top: 0px;
  }

  .screen .container .display-3 {
    margin-bottom: 0px;
    padding-top: 56px;
  }
}

@media (max-width: 375px) {
  .intro-item p {
    font-size: 14px;
  }

  .ui-tool-container .col-service-item-large .service-item,
  .ui-tool-container .col-service-item-small .service-item {
    border-radius: 12px;
  }

  .feature1 {
    margin-bottom: 56px;
  }

  .feature2 {
    margin-bottom: 56px;
  }

  .feature3 {
    margin-bottom: 56px;
  }

  .feature4 {
    margin-bottom: 56px;
  }

  .feature5s {
    margin-bottom: 56px;
  }

  .user-aippt {
    margin: 56px auto 56px auto;
    width: 90%;
    height: 330px;
  }

  .user-aippt .display-3 {
    font-size: 22px;
    margin-bottom: 6px;
    margin-top: 0px;
  }

  .user-aippt .reason-p {
    font-size: 14px;
  }

  .more-ai .design-js-content {
    margin: 140px auto 0 auto;
  }

  .more-ai .design-js {
    height: 235px;
  }

  .feature .feature1 {
    padding-top: 56px;
    margin-bottom: 0px;
  }

  .feature1 {
    margin-bottom: 2.5rem;
    padding-top: 56px;
  }

  .feature2 {
    margin-bottom: 2.5rem;
  }

  .feature3 {
    margin-bottom: 2.5rem;
  }

  .feature4 {
    padding-top: 0px;
    margin-bottom: 2.5rem;
  }

  .feature5 {
    padding-top: 0px;
    margin-bottom: 2.5rem;
  }

  .intro-video-container {
    padding-top: 0rem;
  }

  .container .display-3 {
    font-size: 22px;
    margin-top: 0px;
    padding-top: 51px;
  }

  .ui-tool-container {
    padding-top: 30px;
  }

  .container-test {
    margin-top: 0px;
  }
}

.multi {
  background: linear-gradient(262.22deg, #C0E4FF -2.17%, #D3DFFF 107.73%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.multi-item {
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(82, 82, 82, .6);
  box-shadow: 0px 19px 90px 0px rgba(12, 52, 113, .1);
}



@media (max-width: 500px) {
  .top-banner {
    background: linear-gradient(75.12deg, rgba(92, 95, 255, 0.36) -7.06%, rgba(160, 95, 255, 0.36) 12.47%, rgba(255, 159, 60, 0.36) 89.93%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  }

  .screen {}
}

@media (max-width: 375px) {
  .top-banner {
    margin-bottom: 72px;
  }

  .col-service-item-small,
  .col-service-item-large {
    margin: 0 6.3% 20px 6.3%;
    height: 194px;
  }

  .service-item {
    border-radius: 12px;
  }

  .screen {
    height: 1525px;
    background-size: 562%;
    padding-top: 25px;
  }
}

.screen .before-icon,
.screen .after-icon {
  position: relative;
}

.footer-banner-bg {
  background: url('/mb-cms/__/en/img/design/footer-banner-bg.png');
  background-size: 100%;
  width: 814px;
  height: 133px;
  margin: 0 auto;
}

.screen .before-icon::before {
  content: "";
  width: 240%;
  height: 191%;
  position: absolute;
  top: -94%;
  left: -137%;
  background: url(/mb-cms/__/en/img/design/screen-title-before.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

/* .top-banner-title {
  
  margin-top: -20px;

} */

.screen .after-icon::after {
  content: "";
  width: 70.8%;
  height: 61.8%;
  position: absolute;
  top: -52%;
  left: 96%;
  background-size: 100% 100%;
  z-index: -1;
}



.screen2 .after-icon::after {
  content: "";
  width: 193.1%;
  height: 25%;
  position: absolute;
  top: 111%;
  left: -80%;
  background-size: 100% 100%;
  z-index: -1;
}

.screen2 .after-icon::before {
  content: "";
  width: 127.8%;
  height: 109.4%;
  position: absolute;
  top: -10%;
  left: -10%;
  background-size: 100% 100%;
  z-index: -1;
}

.screen.screen2 {
  background: rgba(255, 255, 255, 1);

  overflow: hidden;
}

@media (max-width: 500px) {}

.screen-title-line {
  position: relative;
}

.screen-title-line::before {
  content: "";
  width: 198px;
  height: 27px;
  position: absolute;
  top: 100%;
  left: 0;
  background-size: contain;
  transform: translateY(-24%) translateX(-10%);
}

.top-title-underline {
  position: relative;
}

.top-title-underline::before {
  content: "";
  width: 178px;
  height: 63px;
  position: absolute;
  top: 89%;
  left: 12%;
  position: absolute;

  background-size: contain;
}

@media (max-width: 992px) {
  .screen-title-line::before {
    content: "";
    width: 102px;
    height: 14px;
    position: absolute;
    top: 100%;
    left: 0;
    background: url(/mb-cms/__/en/img/design/screen-title-line.png) no-repeat center;
    background-size: contain;
    transform: translateY(-24%) translateX(-7%);
  }

  .top-title-underline::before {
    content: "";
    width: 0;
    height: 0;
  }
}

.screen-nav {
  max-width: 1080px;
  max-height: 58px;
  margin-bottom: 60px;
  padding: 6px;
  border-radius: 12px;
  background-color: rgba(224, 224, 222, 1);
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.screen2 .screen-nav {
  max-width: 880px;
  max-height: unset;
  padding: 0;
  background: none;
}

.screen2 .screen-nav-item.active {
  background: none;
}

.screen2 .screen-nav-item.active .svg-icon {
  display: none;
}

.screen2 .screen-nav-item .svg-icon-active {
  display: none;
}

.screen2 .screen-nav-item.active .svg-icon-active {
  display: block;
}

@media (max-width: 768px) {

  .screen2 .svg-icon,
  .screen2 .svg-icon-active {
    max-width: 52px;
  }
}

.screen-nav::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.screen-nav-item {
  width: 147px;
  margin: 0 3px;
  border-radius: 8px;
  font-size: 18px;
  color: #717273;
  cursor: pointer;
}

.screen-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.47);
}

.screen-nav-item.active {
  background: #ffffff;
  font-weight: 700;
  /* box-shadow: 0px 12px 16px 0px #D0DDE833; */
  color: rgba(25, 25, 26, 1);
}

.screen-nav-item>.d-flex {
  padding: 11px 24px;
}

.screen-nav-icon {
  width: 24px;
  margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  .img-fluid {
    border-radius: 30px;
  }
}

.screen-nav-item .screen-nav-icon svg path {
  fill: #717273;
}

.screen-nav-item.active .screen-nav-icon svg path {
  fill: url(#paint0_linear_1252_20707);
}

.intro-icon {
  width: 34px;
  flex-shrink: 0;
  margin-right: 8px;
}

.intro-desc {
  width: calc(100% - 45px);
}

.screen-nav>.row {
  min-width: 720px;
  margin-right: -4px;
  margin-left: -4px;
  overflow-x: scroll;

  &::-webkit-scrollbar {
    display: none;
  }
}

.screen-nav-item {
  max-width: 148px;
  padding: 1px 4px;
}

.screen-img-container {
  max-width: 564px;
}

.screen-item-text-container {
  text-align: left;
}

.screen-item .intro-top-icon {
  margin-bottom: 14px;
}

.screen-item .intro {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 42px;
}

.screen-item .intro span:not(:last-child) {
  margin-bottom: 30px;
}

.intro-card-container {
  margin-top: 60px;
}

@media (max-width: 1600px) {}

@media (max-width: 1400px) {
  .screen-item .intro {
    font-size: 24px;
    line-height: 34px;
  }

  .screen .screen2 {
    height: 794px;
  }
}

@media (max-width: 1280px) {

  .screen-item-text-container {
    padding-left: 0px;
  }

  .screen-item .intro {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 992px) {
  .screen-item .intro {
    font-size: 20px;
    line-height: 30px;
  }

  .screen-item.row {
    flex-wrap: wrap-reverse;
  }

  .screen-item-text-container {
    width: fit-content;
    margin: 14px auto 0;
    text-align: center;
  }

  .screen-item .intro-top-icon {
    margin-left: 0;
    margin-bottom: 14px;
  }

  .intro-card-container {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {

  .screen-item .intro {
    font-size: 18px;
    line-height: 28px;
  }

  .screen-item .intro span:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (max-width: 500px) {
  .screen-item .intro {
    font-size: 16px;
    line-height: 26px;
  }

  .intro-card-container {
    margin-top: 14px;
  }
}

@media (max-width: 400px) {
  .screen-item .intro {
    font-size: 14px;
    line-height: 24px;
  }
}

.screen-item .intro-card {
  width: 147px;
  height: 67px;
  padding: 9px 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 12px;
}

.screen-item .intro-card span {
  font-size: 18px;
  line-height: 1;
}

/* aippt more start*/
.fs-2 {
  /* 默认字体大小 */
  font-size: 2rem;
}

/* 大屏幕 >= 1600px */
@media (min-width: 1600px) {
  .fs-2 {
    font-size: 2rem;
  }
}

/* 中等屏幕 1280px-1599px */
@media (max-width: 1599px) {
  .fs-2 {
    font-size: 1.75rem;
  }
}

/* 平板 992px-1279px */
@media (max-width: 1279px) {
  .fs-2 {
    font-size: 1rem;
  }
}

/* 大手机 768px-991px */
@media (max-width: 991px) {
  .fs-2 {
    font-size: 0.875rem;
  }

}

/* 中等手机 576px-767px */
@media (max-width: 767px) {
  .fs-2 {
    font-size: 0.75rem;
  }
}

/* 小手机 < 576px */
@media (max-width: 575px) {
  .fs-2 {
    font-size: 0.75rem;
  }
}

.more-ai .before-icon {
  position: relative;
}

.more-ai .before-icon::before {
  content: "";
  width: 95.8%;
  height: 132.8%;
  position: absolute;
  top: -4%;
  left: -36%;
  background: url(/mb-cms/__/en/img/design/more-title-before.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.more-ai .container {
  position: relative;
}

.more-ai .container .row {
  /* gap: 38px; */
}

.more-ai-item {
  max-width: 444px !important;
  max-height: 500px;
  border-radius: 23.78px;
  border: 1.32px solid rgba(0, 0, 0, 0.09)
}

.more-ai-item .text {
  padding: 45px 0 34px;
}


.more-ai h2 {
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .more-ai .container::before {
    content: '';
    top: -234px;
    right: -76px;
    width: 344px;
    height: 315px;
  }

  .more-ai h2 {
    margin-bottom: 50px;
  }

}

.more-item-1 {
  flex: 0 0 31.9%;
  max-width: 31.9%;
}

.more-item-1:not(:last-child) {
  margin-right: 2.1%;
}

.more-item-group2 {
  margin-top: 30px;
}

.more-item-2 {
  flex: 0 0 50.7%;
  max-width: 50.7%;
}

.more-item-2 {
  margin-right: 2.3%;
}

.more-item-3 {
  flex: 0 0 47.09%;
  max-width: 47.09%;
}

.more-btn-container {
  width: 200px;
  margin: 167px auto 0 auto;

}

.more-btn-container a {
  margin: 0 auto;
}

.more-item {
  max-width: 500px;
}

@media (max-width: 992px) {
  .more-ai {
    margin-top: 130px;
  }
}

@media (max-width: 991px) {
  .more-ai {
    margin-top: 56px;
  }
}

@media (max-width: 768px) {
  .more-ai {
    margin-top: 56px;
  }
}

@media (max-width: 767px) {
  .more-ai {
    margin-top: 56px;
  }
}

@media (max-width: 576px) {
  .more-ai {
    margin-top: 56px;
  }
}

@media (max-width: 575px) {

  .more-ai {
    margin-top: 56px;
  }
}

@media (max-width: 500px) {
  .more-item {
    max-width: 350px;
  }
}

@media (max-width: 390px) {
  .more-ai {
    padding-top: 56px;
    margin-top: 0px;
  }

  .more-ai .display-3 {
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 22px;
  }

  .user-aippt {
    padding-bottom: 0px;
  }

  .user-aippt .display-3 {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .user-aippt .reason-p {
    margin-bottom: 30px;
  }

  @media (max-width: 375px) {
    .more-ai {
      margin-top: 0px;
      margin-bottom: 0px;
    }
  }

  /* aippt more end*/

  /* user aippt start */

  .user-aippt .after-icon {
    position: relative;
  }

  .user-aippt h2 {
    margin-bottom: 28px;
    line-height: 64px;
  }

  .user-aippt .after-icon::after {
    content: "";
    width: 92.2%;
    height: 115.8%;
    position: absolute;
    top: -15%;
    left: 30%;
    background: url(/mb-cms/__/en/img/design/user-title-before.png) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
  }

  .user-desc {
    margin-bottom: 80px;
    line-height: 30px;
    font-size: 20px;
    color: #717273;
  }

  .user-img-container {
    width: 100%;
    max-width: 1920px;
    margin-bottom: 80px;
    position: relative;
    margin: 0 auto;
  }

  /* user aippt end */


  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (min-width: 1600px) {

    .screen .container {
      max-width: 1410px;
    }

    .screen.screen2 .container {
      max-width: 1410px;
      margin-top: 30px;
    }

    .screen-img-container {
      width: 564px;
    }
  }

  @media (max-width: 1600px) {
    .h1 {
      font-size: 2rem;
    }
  }

  @media (min-width: 1400px) {

    .screen-item h2,
    .feature5 h2,
    .template h2 {
      margin-bottom: 45px !important;
      font-size: 38px;
      line-height: 48px;
    }

    .screen-item .intro-btn-container {
      margin-top: 60px !important;
    }

    .feature5 h2 {
      font-size: 40px;
    }

    .feature .col-xl-4,
    .template .col-xl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 38.13333%;
      max-width: 38.13333%;
    }
  }

  @media (max-width: 767px) {
    .h1 {
      font-size: 22px;
    }

    .display-3 {
      font-size: 25px;
    }

    .font-size-normal {
      font-size: 14px;
    }

    .intro-item .font-size-huge {
      font-size: 14px;
    }

    .use-now-btn .btn.btn-secondary {
      padding: 8px 20px 6px;
    }

    .usefree-input {
      width: 106px;
      min-width: calc(100% - 158px);
    }

    .template-nav {
      margin-right: -8px;
      margin-left: -8px;
    }

    .template-nav .col-4 {
      padding-left: 8px;
      padding-right: 8px;
    }

    .template-nav-item {
      height: 40px;
      line-height: 40px;
      border-radius: 8px;
      font-size: 12px;
      margin-bottom: 8px;
    }

    .template-nav-item .mr-1 .img-fluid {
      width: 24px;
    }
  }

  @media (max-width: 576px) {
    .h1 {
      font-size: 18px;
    }
  }

  @media (min-width: 1600px) {
    .screen-nav-item {
      margin: 0 3px;
    }
  }

  @media (max-width: 1599px) {
    .screen-nav-item {
      font-size: 15px;
    }

    .screen-content {
      flex-direction: row;
    }
  }

  @media(max-width: 1279px) {
    .title-1 {
      line-height: 4.2rem;
    }

    .colorful-aippt {
      font-size: unset;
    }

    .h1 {
      font-size: 1.625rem;
    }

    img.title-prototype-icon {
      width: 3.5rem;
    }

    .wsc-main .btn-type2 {
      padding: 11.5px 34px;
      font-size: 1.1rem;
    }
  }

  @media (max-width: 1299px) {
    .screen-nav-item {
      flex-basis: initial;
      flex-grow: initial;
      width: 130px;
      font-size: 14px;
    }

    .screen-nav-item>.d-flex {
      padding: 6px;
    }
  }

  @media(min-width: 991px) {

    .bottompart {
      margin-left: 30px;
      margin-right: 30px
    }

    .screen-nav-item>.d-flex {
      padding: 6px;
    }
  }

  @media(max-width: 576px) {
    .screen .container {
      max-width: unset;
    }
  }

  @media(max-width: 991px) {

    .screen2 {
      height: 1402px;
      padding-top: 0px;
    }

    .screen-content {
      flex-direction: column;
      align-items: center;
      width: 90%;
      margin: 0 auto;
    }

    .title-1 {
      line-height: 2.5rem;
    }

    img.title-prototype-icon {
      width: 3rem;
    }

    .screen-nav {
      margin-top: 40px;
      margin-bottom: 24px;
    }

    .screen-nav-item.active {
      /* background: none; */
    }

    .screen-nav-item>.d-flex {
      padding: 3px;
    }

    .screen-nav-item .screen-nav-icon {
      width: 18px;
      height: 18px;
    }
  }

  @media (max-width: 767px) {

    .feature-content .h1 {
      font-size: 24px;
    }

    .intro h4 {
      font-size: 20px;
    }

    .title-1 {
      line-height: 2rem;
    }

    .display-2 {
      font-size: 25px
    }

    img.title-prototype-icon {
      width: 2rem;
    }

    .screen2 .screen-nav-item {
      width: 20%;
      padding: 0;
      margin: 0;
    }

    .marquee-container {
      max-width: 820px;
      height: 373px;
      border-radius: 36px;
    }

    .screen-nav>.row {
      margin-right: -4px;
      margin-left: -4px;
    }

    .screen-nav-item {
      width: 32%;
      font-size: 14px;
      padding: 1px 4px;
    }

    .screen-nav-item>.d-flex {
      padding: 6px;
    }

    .screen-item {
      border-radius: 14px;
      padding: 12px 0 12px;
      overflow: hidden;
      margin: 0px;
    }

    @media (max-width: 500px) {
      .intro h4 {
        font-size: 14px;
      }
    }

    .screen-content .intro-desc .font-size-normal {
      font-size: 14px;
    }

    .intro {
      /* justify-content: center; */
    }

    .intro-icon {
      margin-right: 8px;
    }

    .intro-desc {
      width: auto;
    }

    .marquee-container {
      border-radius: 18px;
    }

    .community-marquee .logo {
      width: 170px;
      height: 108px;
      border-radius: 16px;
      margin: 3px;
      display: flex;
    }
  }

  @media (max-width: 575px) {
    .marquee-container {
      border-radius: 15px;
    }

    .community-marquee .logo {
      width: 170px;
      height: 108px;
      border-radius: 10px;
      display: flex;
    }

    .screen-nav {
      border-radius: 0;
    }
  }

  @media (max-width: 500px) {
    .feature-content .h1 {
      font-size: 18px;
      margin-bottom: 14px;
    }

  }

  @media (max-width: 480px) {
    .community-marquee.logo {
      width: 75px;
      height: 58px;
      border-radius: 8px;
      margin: 4px;
      display: flex;
    }
  }

  @media (max-width: 390px) {

    .intro-item p {
      margin-bottom: 0px;
    }

    .screen .intro-item-p {
      font-size: 14px;
    }

    .intro h4 {
      font-size: 14px;
      padding-top: 14px;
    }

    .feature-content .h1 {
      font-size: 18px;
      margin-bottom: 0px;
    }
  }

  @media (max-width: 375px) {
    .design-js-content {
      margin: 130px auto 0 auto;
    }
  }