body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
main {
  font-family: "Spartan";
  -webkit-font-smoothing: "antialiased";
}

/* Adjust spacing for headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.015em
}

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

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

*[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;
}

.font-weight-semi-bolder {
  font-weight: 800;

}

.font-weight-semi-bolder.display-1 {
  letter-spacing: 0;
}

.font-weight-semi-bolder.display-1 .icon-ai {
  position: relative;
}

.font-weight-semi-bolder.display-1 .icon-ai::after {
  display: inline-block;
  content: '';
  width: 3.304rem;
  height: 2.360rem;
  background-image: url('/mb-cms/__/en/img/home/title-ai-icon.png');
  background-size: cover;
  position: absolute;
  top: 5px;
  margin-left: 14px;
}

.font-weight-semi-bold {
  font-weight: 700;
}

.wsc-main {
  overflow: visible;
}

/* --- */
.modal-open {
  overflow: visible;
}

a:hover {
  text-decoration: none;
}

/* top-banner start */
.top-banner {
  background-color: rgba(242, 245, 255, 1);
}

.top-banner-tips-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-banner-tips-box .line {
  display: inline-block;
  width: 90px;
  height: 1px;
  background-color: rgba(85, 85, 87, 0.4);
}

.top-banner-tips-box .top-banner-tips {
  margin: 0 1.5rem;
  color: rgba(85, 85, 87, 1);
  letter-spacing: 0;
  font-size: 20px;
}

.top-banner-title {
  margin-top: 2.625rem;
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  .top-banner .top-banner-title {
    line-height: 5rem;
  }
}

.top-banner .top-banner-container {
  max-width: 2260px;
  height: 100vh;
  margin: 0 auto;
  padding: 80px 0 52px 0;
  background-image: url("/mb-cms/__/en/img/home/top-banner-bg.png");
  background-position: top center;
  background-size: 2260px auto;
  background-repeat: no-repeat;
}

.top-banner .mobile-top-banner-img {
  min-width: 375px;
}

@media (max-width: 1000px) {
  .top-banner .top-banner-container {
    height: fit-content;
    margin: 0 auto;
    padding: 50px 0 0;
  }
}

@media (max-width: 500px) {
  .top-banner .top-banner-container {
    background-image: url("/mb-cms/__/en/img/home//top-banner-bg-mb.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.top-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 0;
}

.top-banner .d-md-block.top-banner-desc {
  color: #8B8C8F;
  font-weight: 500;
  margin: 0 auto;
  margin-top: 2.625rem !important;
  max-width: 759px;
}

.ad-btn {
  padding: 0.85rem 4rem 1.1rem;
  font-weight: 700;
  line-height: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.btn.btn-login {
  margin-right: 26px;
  position: relative;
  font-size: 22px;
  border-radius: 44px;
  text-transform: initial;
  color: rgba(31, 97, 255, 1);
  border: 2px solid rgba(31, 97, 255, 1);
  padding: 17.5px 62.5px;
  background-color: transparent;
  outline: none;
  max-height: 3.75rem;
}

.btn.btn-login:hover {
  border-color: rgba(67, 129, 255, 1);
}

.btn.btn-proto-colorful:focus,
.btn.btn-proto-colorful:active,
.btn.btn-login:active,
.btn.btn-login:focus {
  outline: none;
  box-shadow: none !important;
}

.btn.btn-login:active,
.btn.btn-login:focus {
  border-color: rgba(31, 97, 255, 1);
  color: rgba(31, 97, 255, 1);
  background-color: transparent;
}

@media (max-width: 500px) {
  .btn.btn-login {
    margin-right: 1rem;
  }
}

.btn.btn-proto-colorful {
  position: relative;
  font-size: 22px;
  border-radius: 44px;
  text-transform: initial;
  color: #fff;
  border: none;
  padding: calc(1.09375rem + 2px) calc(1.78125rem + 2px);
  background: linear-gradient(92.64deg,
      #2b59ff 0.91%,
      #a728ff 51.51%,
      #ff4ee4 95.77%);
  outline: none;
  max-height: 3.75rem;
}

#goWorkSpace {
  padding: 1rem 2.5rem;
}

@media (max-width: 1280px) {

  .btn.btn-proto-colorful,
  .btn.btn-login {
    font-size: 18px;
  }
}

@media (max-width: 768px) {

  .btn.btn-proto-colorful,
  .btn.btn-login {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .btn.btn-proto-colorful {
    font-size: 13px;
    padding: 0.625rem 2rem;
  }

  .btn.btn-login {
    font-size: 13px;
    padding: calc(0.625rem - 2px) calc(2rem - 2px);
  }

  #goWorkSpace {
    padding: 0.625rem 1.5rem;
  }
}

.use-now-btn {
  display: none;
}

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

.btn.btn-proto-colorful:active,
.btn.btn-proto-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%);
}

.top-banner-img-container {
  max-width: 1519px;
}

.top-banner-img-wrapper {
  position: sticky;
  top: 10vh;
  z-index: 1;
}

#canvas .left-side-container {
  width: 297px;
  position: absolute;
  left: -2%;
  top: 22%;
}

#canvas .canfas-content {
  transform: scale(1);
}

#canvas .canvas-float-bg-container {
  transition: opacity 0.8s ease-in-out;
}

#canvas-float-bg-0 {
  width: 305px;
  position: absolute;
  left: -8%;
  top: -3%;
  opacity: 0;
}

#canvas-float-bg-1 {
  width: 237px;
  position: absolute;
  right: -3%;
  top: 4%;
  opacity: 0;
}

.top-banner-arrow {
  display: inline-block;
  padding-bottom: 80px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .top-banner-img-container {
    max-width: 1040px;
  }

  #canvas .left-side-container {
    width: 182px;
    top: 15%;
  }
}

@media (max-height: 900px) {
  .top-banner-img-wrapper {
    top: 5vh;
  }
}

@media (max-height: 768px) {
  .top-banner-img-wrapper {
    top: 0vh;
  }
}

/* top-banner end */

/* 客户案例  start*/
.client-case-container {}

.client-case-box {
  width: 270px;
  height: 320px;
  border: 1px solid rgba(18, 17, 42, 0.07);
  border-radius: 12px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.client-case-box-img-container {
  flex: 1;
  transition: transform 0.5s;
  cursor: pointer;
}

.client-case-box-img-container:hover {
  transform: scale(1.05);
}

.client-case-box-text-container {
  flex: 1;
  padding: 24px 20px 52px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.client-case-type {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: rgba(51, 111, 255, 0.14);
  font-size: 14px;
  color: rgba(31, 97, 255, 1);
}

.client-case-text {
  line-height: 22px;
  color: rgba(25, 25, 26, 1);
  cursor: pointer;
}

@media (max-width: 500px) {
  .client-case-box {
    width: 203px;
    height: 240px;
  }

  .client-case-box-img-container {
    flex: 51.25%;
    font-size: 0.75rem;
  }

  .client-case-box-text-container {
    flex: 48.75%;
    padding: 15px 15px 43px;
  }

  .client-case-type {
    padding: 3px 6px;
    margin-bottom: 10px !important;
    border-radius: 3px;
    font-size: 10px;
  }
}

/* 客户案例 end */

/* brand marquee start*/
.brand {
  margin-bottom: 132px;
}

.brand-marquee-card {
  width: 210px;
  margin: 0 15px;
  border-radius: 12px;
  overflow: hidden;
}

.brand-marquee {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.brand-marquee .brand-marquee-item {
  display: flex;
  flex-wrap: nowrap;
  animation: brand-marquee 30s linear infinite;
}

.brand-marquee .brand-marquee-item-fast {
  display: flex;
  flex-wrap: nowrap;
  animation: brand-marquee 23s linear infinite;
}

.brand-marquee:hover .brand-marquee-item,
.brand-marquee:hover .brand-marquee-item-fast {
  animation-play-state: paused;
}

.brand-marquee-card-partner {
  width: 330px;
}

.brand-marquee-card .img-fluid {
  transition: all 0.3s;
}

/* .brand-marquee-card:hover .img-fluid{scale: 1.105;} */

@keyframes brand-marquee {
  0% {
    transform: translateX(0);
  }

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

@media (max-width: 1000px) {
  .brand-marquee-card {
    width: 131px;
    margin: 0 6px;
    border-radius: 8px;
  }

  .brand-marquee {
    margin-bottom: 12px;
  }
}

/* brand marquee end*/

/* content start */
.introduction {
  /* height: 100vh; */
  /* padding-bottom: 84px; */
}

.introduction-shot-screen-title,
.introduction-pc-title {
  line-height: 4rem;
}

.intro-container {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.intro-item-nav-line {
  border-radius: 22px;
  transition: width 0.2s ease;
}

.introduction-shot-screen-title {
  display: none;
  padding-top: 78px;
}

.introduction-shot-screen-desc {
  display: none;
  font-weight: 400;
  font-size: 1.4rem;
  color: rgba(113, 114, 115, 1);
}

.introduction-text {
  height: 100vh;
  /* overflow: hidden; */
  padding-top: 8rem;
  position: sticky;
  top: -50px;
  background-color: rgb(249, 252, 255);
  z-index: 10;
  /* transition: top .1s linear; */
}

.introduction-note,
.introduction-pc-desc {
  font-weight: 400;
  font-size: 1.4rem;
  color: rgba(113, 114, 115, 1);
}

.intro-item-nav-line {
  width: 0%;
  height: 2.5px;
  margin-top: 5px;
}

.introduction-note span {
  cursor: pointer;
  margin-left: 0.5rem;
}

.introduction-note .intro-item-nav.active span {
  color: rgba(25, 25, 26, 1);
  font-weight: 600;
}

.introduction-wrap {
  max-width: 1410px;
  margin: 0 auto;
  overflow: hidden;
  /* display: flex;
justify-content: space-between; */
}

.intro-section {
  height: 100vh;
  padding-top: 2.6875rem;
  display: none;
}

.intro-img {
  width: 820px;
  border-radius: 41px;
}

.left-intro {
  flex: 0 0 58%;
}

.right-intro {
  max-width: 496px;
  flex: 0 0 39%;
}

.right-intro-item {
  max-width: 496px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

#right-intro-item-0 {
  padding-top: 33px;
}

#right-intro-item-1 {
  padding-top: 55px;
}

#right-intro-item-2 {
  padding-top: 33px;
}

#right-intro-item-3 {
  padding-top: 0;
  margin-top: -12px;
}

.right-intro-item.active {}

.right-intro-item:nth-child(3) {
  height: 95vh;
  padding-bottom: 35vh;
}

.noletters-pacing {
  letter-spacing: 0;
}

.introduction-mobile p {
  line-height: 24px;
  color: #717273;
  font-size: 16px;
}

.introduction-note,
.introduction-pc-desc {
  font-size: 1.25rem;
}

.right-intro-item h3 {
  font-size: 2rem;
  line-height: 2.75rem;
}

.right-intro-item p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: rgba(113, 114, 115, 1);
}

.right-intro-item .intro-btn {
  padding: 13.5px 24px;
  border: 1px solid rgba(51, 111, 255, 1);
  border-radius: 44px;
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(31, 97, 255, 1);
  height: 23px;
  line-height: 23px;
  box-sizing: content-box;
}

.right-intro-item .intro-btn:hover {
  border-color: rgba(67, 129, 255, 1);
  color: rgba(67, 129, 255, 1);
}

.right-intro-item .intro-btn:hover svg {
  fill: rgba(67, 129, 255, 1) !important;
}

@media (max-width: 1400px) {
  .left-intro {
    padding-left: 20px;
    flex: 0 0 55%;
  }

  .right-intro {
    max-width: 496px;
    flex: 0 0 42%;
  }

  .right-intro-item {
    max-width: 446px;
  }

  .introduction-note {
    font-size: 1.2rem;
  }

  .right-intro-item h3 {
    font-size: 2rem;
    line-height: 3.375rem;
  }

  .right-intro-item p {
    margin-bottom: 45px;
    font-size: 1rem;
    line-height: 2rem;
    color: rgba(113, 114, 115, 1);
  }

  .right-intro-item .intro-btn {
    font-size: 1.2rem;
  }
}

@media (max-width: 1280px) {
  .introduction-note {
    font-size: 1rem;
  }

  .right-intro-item {
    max-width: 396px;
  }

  .right-intro-item h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .right-intro-item p {
    margin-bottom: 35px;
    font-size: 0.9rem;
    line-height: 2rem;
  }

  .right-intro-item .intro-btn {
    padding: 10.5px 22px;
    font-size: 1rem;
  }
}

@media (max-width: 500px) {
  .display-4 {
    font-size: 20px;
    line-height: 28px;
  }

  .introduction-mobile p {
    font-size: 14px;
  }
}

@media (max-height: 900px) {

  .introduction-shot-screen-title,
  .introduction-shot-screen-desc {
    display: block;
  }

  .introduction-text .introduction-pc-title,
  .introduction-text .introduction-pc-desc {
    display: none;
  }
}

@media (max-height: 1080px) {
  .right-intro-item {
    height: 70vh;
    padding-bottom: 0;
  }

  .right-intro-item:nth-child(3) {
    height: 70vh;
    padding-bottom: 0;
  }
}

.use-arrow {
  margin-left: 0.5rem;
  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);
  }
}

/* content end */

/* ai secton start */

.ai-banner {
  margin-top: 8.125rem;
  padding: 100px 0;
  background-color: #2b2732;
}

.ai-banner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.2;
  pointer-events: none;
}

.ai-banner-wrapper-item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/mb-cms/__/en/img/home/star-bg1.png);
}

.ai-banner-wrapper-item1 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: animStar1 15s linear infinite;
}

.ai-banner-wrapper-item2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: animStar2 15s linear infinite;
}

@keyframes animStar1 {
  0% {
    transform: translateY(0);
  }

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

@keyframes animStar2 {
  0% {
    transform: translateY(100%);
  }

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

.ai-banner .ai-banner-container {
  max-width: 1920px;
  background-color: rgba(43, 39, 50, 1);
}

.ai-banner .ai-banner-title {
  /* width: 812px; */
  height: 75px;
  color: white;
  transform: translateX(-5.5%);
}

.ai-banner .ai-banner-container .ai-icon {
  width: 310px;
  height: 194px;
  transform: translateX(14%);
  background-size: cover;
  background-repeat: no-repeat;
  animation: backgroundImageAnimation 6s ease-in-out infinite;
  -webkit-animation: backgroundImageAnimation 6s ease-in-out infinite;
  -moz-animation: backgroundImageAnimation 6s ease-in-out infinite;
  -o-animation: backgroundImageAnimation 6s ease-in-out infinite;
}

.ai-banner .ai-banner-container .ai-banner-title .ai-icon-img {
  /* animation: imgIconAnimation 2s ease-in-out infinite; */
  transition: opacity 1s linear;
}

@keyframes backgroundImageAnimation {
  0% {
    background-image: url("/mb-cms/__/en/img/home/ai-banner-icon-0.png");
  }

  25% {
    background-image: url("/mb-cms/__/en/img/home/ai-banner-icon-1.png");
  }

  50% {
    background-image: url("/mb-cms/__/en/img/home/ai-banner-icon-2.png");
  }

  75% {
    background-image: url("/mb-cms/__/en/img/home/ai-banner-icon-3.png");
  }

  100% {
    background-image: url("/mb-cms/__/en/img/home/ai-banner-icon-0.png");
  }
}

/* Safari 浏览器媒体查询 */
@supports (-webkit-backdrop-filter: blur(1px)) {
  .ai-banner .ai-banner-container .ai-icon {
    -webkit-animation: none;
    animation: none;
    background-image: url("/mb-cms/__/en/img/home/ai-banner-icon-1.png");
  }
}

.ai-banner .ai-banner-container .ai-banner-title .ai-btn {
  max-width: 152px;
  margin-left: 1.25rem;
}

.ai-banner .ai-banner-container .ai-banner-content {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.ai-banner .ai-banner-container .ai-banner-content .ai-banner-content-rect {
  width: 709px;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
}

.ai-input-animation-0 {
  position: absolute;
  left: 35%;
  top: 23%;
}

.ai-input-animation-1 {
  position: absolute;
  left: 30%;
  top: 31%;
}

.ai-button-wrap {
  width: 182px;
  height: 59px;
  position: absolute;
  top: 8%;
  right: 6%;
}

.ai-button-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.ai-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  border-radius: 200px;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.ai-button:hover {
  color: #fff;
}

.ai-border-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 200px;
  overflow: hidden;
}

.ai-border-line:hover::after {
  background: linear-gradient(93.73deg,
      #b521ff 11.28%,
      #a05fff 38.09%,
      #60efff 93.82%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.ai-border-line::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -90%;
  width: 280%;
  height: 180%;
  background: conic-gradient(transparent,
      transparent 40%,
      white 40%,
      white 60%,
      transparent 60%);
  animation: ai-rotateBorder 3s linear infinite;
}

.ai-border-line::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 3px);
  background: linear-gradient(93.73deg,
      #cf21ff 11.28%,
      #a05fff 38.09%,
      #60efff 93.82%);
  border-radius: 200px;
}

@keyframes ai-rotateBorder {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lottie-animation {
  width: 269px;
  border-radius: 9px 10.5px 10.5px 9px;
  /* height: 139px; */
}

/* ai secton end */

/* 素材 start */
.community-section {
  margin-top: 80px;
}

.community-section .community-container {
  /* max-width: 1410px; */
  max-width: 100%;
}

.community-section .community-content {
  width: 100%;
  margin-left: 40px;
}

.community-section .community-left {
  margin-left: 0;
  /* background: url('/mb-cms/__/en/img/home//community-left-bg.png') no-repeat;
background-size: 100% 100%; */
}

.community-section .community-right {
  background: url("/mb-cms/__/en/img/home//community-right-bg.png") no-repeat;
  background-size: 100% 100%;
}

.community-section .community-content h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

.community-section .community-left .community-count {
  height: 183px;
}

.community-section .community-left .community-count img {
  width: auto;
  max-height: 100%;
}

.community-marquee {
  width: calc(100% - 4px);
  padding: 7px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.community-marquee-row1 {
  display: flex;
  animation: community-marquee1 20s linear infinite;
  width: fit-content;
}

.community-marquee-row2 {
  display: flex;
  animation: community-marquee2 20s linear infinite;
  width: fit-content;
}

.community-marquee-row1:hover,
.community-marquee-row2:hover {
  animation-play-state: paused;
}

.community-marquee .logo {
  width: 20.25rem;
  height: 12.875rem;
  margin: 0.625rem;
  border: 1px solid transparent;
  overflow: hidden;
  border-radius: 0.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}

.community-marquee .logo img:hover {
  transform: scale(1.03);
}

.community-btn {
  display: inline-block;
  padding: 17px 34px;
  border-radius: 44px;
  background-color: #fff;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 700;
  color: rgba(31, 97, 255, 1);
}

.community-btn:hover {
  color: rgba(67, 129, 255, 1);
}

.community-btn:active,
.community-btn:focus {
  outline: none;
  box-shadow: none;
}

.community-section .community-right p {
  font-size: 1.25rem;
  color: rgba(113, 114, 115, 1);
}

.community-section .community-right .community-right-content {
  width: calc(100% - 2px);
  height: auto;
  margin: 67px auto 7px;
}

/* 素材 end */

/* 更多功能 start */
.more-section {
  margin-top: 82px;
}

.more-section img {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.more-section img:hover {
  transform: scale(1.05);
}

.more-container {
  max-width: 1410px;
  margin: 0 auto;
}

.more-left {
  flex: 33.5%;
  margin-right: 26px;
}

.more-right {
  flex: 62.5%;
}

.more-right-top {
  flex: 50%;
}

.more-right-bottom {
  flex: 50%;
  margin-top: 26px;
}

.more-right-img-0 {
  width: 486px;
}

.more-right-img-1,
.more-right-img-4 {
  width: 486px;
  margin-right: 26px;
}

.more-right-img-2,
.more-right-img-3 {
  width: 382px;
  margin-right: 26px;
}

/* 更多功能 end */

@keyframes community-marquee1 {
  0% {
    transform: translateX(0);
  }

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

@keyframes community-marquee2 {
  0% {
    transform: translateX(-50%);
  }

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

@media (max-width: 1400px) {
  .ai-banner {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .community-section .community-container {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }

  .community-section .community-content {
    margin-bottom: 30px;
  }

  .more-section {
    margin-top: 62px;
    max-width: 1190px;
  }

  .more-right-img-0 {
    width: auto;
    max-width: 486px;
  }

  .more-right-img-1,
  .more-right-img-4 {
    width: auto;
    max-width: 486px;
    margin-right: 22px;
  }

  .more-right-img-2,
  .more-right-img-3 {
    width: auto;
    max-width: 382px;
    margin-right: 22px;
  }
}

@media (max-width: 1280px) {
  .ai-banner {
    padding-top: 30px;
  }

  .more-section {
    margin-top: 62px;
    max-width: 1000px;
  }

  .more-right-img-0 {
    width: auto;
    max-width: 486px;
  }

  .more-right-img-1,
  .more-right-img-4 {
    width: auto;
    max-width: 486px;
    margin-right: 18px;
  }

  .more-right-img-2,
  .more-right-img-3 {
    width: auto;
    max-width: 382px;
    margin-right: 18px;
  }
}

@media (max-width: 767.98px) {
  .ai-banner .ai-banner-container .ai-banner-content {
    flex-direction: column;
  }

  .community-section .community-content h3 {
    line-height: 22px;
  }

  .community-section .community-left .community-count {
    height: 66px;
  }

  .community-section .community-left .community-count img {
    width: auto;
    max-height: 100%;
  }

  .community-marquee {
    width: calc(100% - 4px);
    padding: 7px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .community-marquee-row1 {
    display: flex;
    animation: community-marquee1 20s linear infinite;
    width: fit-content;
  }

  .community-marquee-row2 {
    display: flex;
    animation: community-marquee2 20s linear infinite;
    width: fit-content;
  }

  .community-marquee .logo {
    width: 77px;
    height: 58px;
    border-radius: 5px;
    margin: 3px;
    display: flex;
  }

  .community-btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 22px;
    background-color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    color: rgba(31, 97, 255, 1);
  }

  .community-section .community-right p {
    font-size: 10px;
    color: rgba(113, 114, 115, 1);
  }

  .community-section .community-right .community-right-content {
    width: calc(100% - 2px);
    height: auto;
    margin: 67px auto 7px;
  }

  .more-section {
    margin-top: 32px;
    max-width: 502px;
  }
}

@media (max-width: 575.98px) {
  .ai-banner .ai-banner-container .ai-icon {
    width: 150px;
    height: 95px;
    transform: translateY(25%);
  }

  .ai-banner .ai-banner-container .ai-banner-content .ai-banner-content-rect {
    width: 335px;
    margin-bottom: 30px;
  }

  .ai-button-wrap {
    width: 85px;
    height: 28px;
  }

  .ai-button {
    font-size: 10px;
  }

  .lottie-animation {
    width: 130px;
    border-radius: 9px 10.5px 10.5px 9px;
    /* height: 65px; */
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .ai-banner .ai-banner-container .ai-icon {
    width: 180px;
    height: 113px;
    transform: translateY(25%);
  }

  .community .community-content h3 {
    font-size: 1.5rem;
    line-height: 22px;
  }

  .ai-banner .ai-banner-container .ai-banner-content .ai-banner-content-rect {
    width: 530px;
    margin-bottom: 50px;
  }

  .ai-button-wrap {
    width: 150px;
    height: 46px;
  }

  .ai-button {
    font-size: 1.4rem;
  }

  .lottie-animation {
    width: 210px;
    border-radius: 9px 10.5px 10.5px 9px;
    /* height: 139px; */
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ai-banner .ai-banner-container .ai-icon {
    width: 210px;
    height: 131px;
    transform: translateX(10%) translateY(2%);
  }

  .ai-banner .ai-banner-container .ai-banner-content .ai-banner-content-rect {
    width: 372px;
    /* margin-bottom: 50px; */
  }

  .ai-button-wrap {
    width: 100px;
    height: 36px;
  }

  .ai-button {
    font-size: 1rem;
  }

  .lottie-animation {
    width: 160px;
    border-radius: 9px 10.5px 10.5px 9px;
    /* height: 139px; */
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ai-banner .ai-banner-container .ai-icon {
    width: 240px;
    height: 150px;
    transform: translateX(12%) translateY(2%);
  }

  .ai-banner .ai-banner-container .ai-banner-content .ai-banner-content-rect {
    margin-bottom: 50px;
  }

  .ai-banner .ai-banner-container .ai-banner-content .ai-banner-content-rect {
    width: 492px;
    /* margin-bottom: 50px; */
  }

  .ai-button-wrap {
    width: 140px;
    height: 48px;
  }

  .ai-button {
    font-size: 1.2rem;
  }

  .lottie-animation {
    width: 210px;
    border-radius: 9px 10.5px 10.5px 9px;
    /* height: 139px; */
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .ai-banner .ai-banner-container .ai-icon {
    width: 270px;
    height: 169px;
    transform: translateY(3%) translateX(5%);
  }

  .ai-banner .ai-banner-container .ai-banner-content .ai-banner-content-rect {
    width: 615px;
    /* margin-bottom: 50px; */
  }

  .ai-button-wrap {
    width: 160px;
    height: 50px;
  }

  .ai-button {
    font-size: 1.4rem;
  }

  .lottie-animation {
    width: 230px;
    border-radius: 9px 10.5px 10.5px 9px;
    /* height: 139px; */
  }
}

/* footer-banner start */
.footer-banner {
  width: 100%;
  height: 340px;
  padding: 125px 0 37px;
  margin-top: 120px;
  background-color: #000;
}

.footer-banner h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 62px;
  color: #fff;
}

.footer-banner .free-use-btn {
  margin-top: 56px;
  overflow: hidden;
}

.footer-banner .free-use-btn a {
  padding: 17.5px 31.5px;
  font-size: 22px;
}

/* footer-banner end*/

.float-icon-container {
  position: absolute;
}

.canvas-float-icon-container {
  transition: opacity 0.8s ease-in-out;
}

#first-screen-float-0 {
  width: 160px;
  height: auto;
  left: -3%;
  top: 11%;
  offset-path: path("M 79.5 49 C 115.574 113.845 129.518 71.3086 146.5 32 M 146.5 32 C 161.718 -2.93175 149.394 144.038 222.5 49"
    );
  animation-name: firstScreenFloatAnimation1;
  animation-duration: 8s;
  offset-rotate: 0deg;
  offset-distance: 0px;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
}

#first-screen-float-1 {
  width: 155px;
  height: auto;
  right: 3%;
  top: 13%;
  offset-path: path("M 74.5 45.5 C 3.13901 164.782 5.29707 15.3386 -52.5 75.5");
  animation-name: firstScreenFloatAnimation2;
  animation-duration: 8s;
  offset-rotate: 0deg;
  offset-distance: 0px;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
}

#canvas-float-icon-0 {
  opacity: 0;
  width: 118px;
  height: auto;
  left: 48%;
  top: 17%;
  offset-path: path("M 53 21.5 C 51.7498 -34.1188 104.1 2.6 126 -5.5");
  animation-name: firstScreenFloatAnimation1;
  animation-duration: 8s;
  offset-rotate: 0deg;
  offset-distance: 0px;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
}

#canvas-float-icon-1 {
  opacity: 0;
  width: 104px;
  height: auto;
  left: 62%;
  top: 44%;
  offset-path: path("M 46 21.5 C 35.5 26.6 51.9608 78.4819 11 38.5");
  animation-name: firstScreenFloatAnimation1;
  animation-duration: 8s;
  offset-rotate: 0deg;
  offset-distance: 0px;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
}

#canvas-float-icon-2 {
  opacity: 0;
  width: 180px;
  height: auto;
  right: 2%;
  bottom: 12%;
  offset-path: path("M 96.5 80.5 C 106.7 88.6 92.2761 116.458 130.5 107.5");
  animation-name: firstScreenFloatAnimation1;
  animation-duration: 8s;
  offset-rotate: 0deg;
  offset-distance: 0px;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
}

#canvas-float-icon-3 {
  opacity: 0;
  width: 125px;
  height: auto;
  left: 8%;
  top: 54%;
  offset-path: path("M 69 43 C 57.9 47.8 51.629 66.3843 32 59");
  animation-name: firstScreenFloatAnimation1;
  animation-duration: 8s;
  offset-rotate: 0deg;
  offset-distance: 0px;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes firstScreenFloatAnimation1 {
  0% {
    offset-distance: 0%;
    animation-timing-function: ease-in-out;
  }

  50% {
    offset-distance: 46.7%;
    animation-timing-function: ease-in-out;
  }

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

@keyframes firstScreenFloatAnimation2 {
  0% {
    offset-distance: 0%;
    animation-timing-function: ease-in-out;
  }

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

.canvas-content {
  position: relative;
}

.inner-float-icon-container {
  width: 62px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom left;
  transition: transform 0.5s ease-in, opacity 0.3s ease-in;
}

#canvas-inner-float-icon-0 {
  left: 30.5%;
  top: 22.5%;
}

#canvas-inner-float-icon-1 {
  width: 285px;
  right: 9%;
  bottom: 48.5%;
}

#canvas-inner-float-icon-2 {
  left: 33.5%;
  bottom: 44%;
}

#canvas-inner-float-icon-3 {
  right: 42%;
  bottom: 38%;
}

#canvas-inner-float-icon-4 {
  right: 22%;
  top: 22.5%;
}

#canvas-inner-float-icon-0.show,
#canvas-inner-float-icon-2.show,
#canvas-inner-float-icon-3.show {
  opacity: 1;
  transform: scale(1);
  animation: innerFloatIconAnimation1 0.8s ease-in-out;
}

#canvas-inner-float-icon-1.show,
#canvas-inner-float-icon-4.show {
  opacity: 1;
  animation: innerFloatIconAnimation2 0.8s ease-in-out forwards;
}

@keyframes innerFloatIconAnimation1 {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes innerFloatIconAnimation2 {
  0% {
    transform: scale(0);
  }

  20% {
    transform: scale(0.5);
  }

  40% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(1);
  }

  80% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}