body {
  zoom: 1 !important;
}
.cmp_muxi_scale {
  width: 100%;
  position: relative;
  height: 240vh;
}
.cmp_muxi_scale .pc_layout {
  width: 100%;
  overflow: hidden;
}
.cmp_muxi_scale .container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
.cmp_muxi_scale .phone {
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  /* left: calc(402 / 1920 * 100vw); */
  bottom: 0;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  z-index: 10;
  overflow: hidden;
}
.cmp_muxi_scale .phone img {
  height: 100%;
  width: auto;
}
.cmp_muxi_scale .phone.show {
  opacity: 1;
  transform: translateY(0);
}
.cmp_muxi_scale .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: center center;
  background-image: url("/content/dam/segway-ninebot/us/en/migrated/product-site/muxi/image/hero.jpg");
  background-repeat: no-repeat;
  background-size: 450%;
  background-position: 50% 42%;
}

.cmp_muxi_scale .text_wrapper {
  width: 100%;
  position: absolute;
  top: calc(88 / 1920 * 100vw);
  left: 0;
}
.cmp_muxi_scale .text_content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cmp_muxi_scale .text_content.show {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.cmp_muxi_scale .text_content.white {
  color: #fff;
}
.cmp_muxi_scale .text_content.black {
  color: #000;
}
.cmp_muxi_scale .title {
  font-family: "Misans-Semibold";
  font-weight: 520;
  font-size: clamp(24px, calc(40 / 1920 * 100vw), 40px);
  line-height: 1.2;
  max-width: calc(800 / 1920 * 100vw);
}
.cmp_muxi_scale .desc {
  font-family: "Misans-Medium";
  font-weight: 380;
  font-size: clamp(16px, calc(20 / 1920 * 100vw), 20px);
  line-height: 1.4;
  max-width: calc(780 / 1920 * 100vw);
  margin-top: calc(16 / 1920 * 100vw);
}
.cmp_muxi_scale .pc_content {
  display: block;
}
.cmp_muxi_scale .mob_content {
  display: none;
}

/* ===========================================================================
   1472px - 1919px: 大桌面显示器（如 1440p）
   =========================================================================== */
@media screen and (max-width: 1919px) {
}

/* ===========================================================================
   1232px - 1471px: 中等桌面显示器（如 1366x768, 1400x1050）
   =========================================================================== */
@media screen and (max-width: 1471px) {
  .cmp_muxi_scale .text_content {
    max-width: 1200px;
  }
}

/* ===========================================================================
   992px - 1231px: 小型桌面 / 大平板横屏
   =========================================================================== */
@media screen and (max-width: 1231px) {
  .cmp_muxi_scale .text_content {
    max-width: calc(100vw - 64px);
  }
}

/* ===========================================================================
   768px - 991px: 平板（竖屏或横屏）
   =========================================================================== */
@media screen and (max-width: 991px) {
  .cmp_muxi_scale .pc_content {
    display: none;
  }
  .cmp_muxi_scale .mob_content {
    display: block;
  }
  .cmp_muxi_scale {
    height: auto;
    padding: 0 32px;
  }
  .cmp_muxi_scale .mob_layout {
    margin-top: 48px;
  }
  .cmp_muxi_scale .mob_layout .mob_title {
    font-family: "Misans-Demibold";
    font-weight: 450;
    font-size: calc(22 / 768 * 100vw);
    line-height: 1.18182;
    letter-spacing: -0.44px;
    max-width: calc(250 / 375 * 100vw);
  }
  .cmp_muxi_scale .mob_layout .mob_desc {
    font-family: "Misans-Demibold";
    font-weight: 450;
    font-size: calc(12 / 768 * 100vw);
    line-height: 1.5;
    max-width: calc(300 / 375 * 100vw);
    margin-top: calc(8 / 768 * 100vw);
    color: #86868b;
  }
  .cmp_muxi_scale .mob_layout .mob_img_box {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 32px;
  }
  .cmp_muxi_scale .mob_layout .mob_img_box img {
    height: 100%;
    width: 100%;
  }
}

/* ===========================================================================
   375px - 767px: 手机竖屏
   =========================================================================== */
@media screen and (max-width: 767px) {
  .cmp_muxi_scale {
    margin-top: 52px;
    padding: 0 16px;
  }
  .cmp_muxi_scale .mob_layout {
    margin-top: 52px;
  }
  .cmp_muxi_scale .mob_layout .mob_title {
    font-size: calc(22 / 375 * 100vw);
	max-width: 100%;
  }
  .cmp_muxi_scale .mob_layout .mob_desc {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
  }
}

/* ===========================================================================
   275px - 374px: 超小屏手机（如 iPhone SE）
   =========================================================================== */
@media screen and (max-width: 374px) {
}
