body {
  zoom: 1 !important;
}
.cmp_muxi_techSpec .pc-product-footer-container {
  margin-top: 104px;
}
.cmp_muxi_techSpec .pc-product-footer-container {
  background-color: #fcfdfd;
}
.cmp_muxi_techSpec .myon-title-level1 {
  font-family: "Misans-Demibold";
  font-size: 48px;
  font-style: normal;
  font-weight: 450;
  line-height: 58px;
}
.cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer .title {
  padding-top: 115px;
  padding-bottom: 141px;
  color: #000;
  text-align: center;
}

.cmp_muxi_techSpec
  .pc-product-footer-container
  .pc-product-footer
  .detail-item {
  margin-bottom: 100px;
}

.cmp_muxi_techSpec
  .pc-product-footer-container
  .pc-product-footer
  .detail-item
  .detail-title {
  position: relative;
  color: #000;
  font-size: 28px;
  font-family: "MiSans-Demibold";
  font-weight: 450;
  line-height: 33.6px;
  border-bottom: 3px solid #bbbbbd;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 15px;
  cursor: pointer;
}

.cmp_muxi_techSpec
  .pc-product-footer-container
  .pc-product-footer
  .detail-item
  .detail-title
  svg {
  cursor: pointer;
  transition: transform 0.6s ease-in-out;
}

.cmp_muxi_techSpec
  .pc-product-footer-container
  .pc-product-footer
  .detail-item
  .detail-content-wrap {
  max-height: 600px;
  transition: all 0.6s ease-in-out;
  opacity: 1;
}

.cmp_muxi_techSpec
  .pc-product-footer-container
  .pc-product-footer
  .detail-item
  .detail-content-wrap
  .detail-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d1d1d4;
}

.cmp_muxi_techSpec
  .pc-product-footer-container
  .pc-product-footer
  .detail-item
  .detail-content-wrap
  .detail-content
  .left {
  width: 48.8%;
  color: #444446;
  font-size: 20px;
  line-height: 24px;
  font-weight: 450;
  font-style: normal;
  font-family: "Misans-Demibold";
}

.cmp_muxi_techSpec
  .pc-product-footer-container
  .pc-product-footer
  .detail-item
  .detail-content-wrap
  .detail-content
  .right {
  font-family: "Misans-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 330;
  line-height: 30px;
  width: 51.2%;
  color: #6e6e73;
  text-align: left;
}

.cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer .else {
  padding: 125px 0;
}

.cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer .else .mt20 {
  margin-bottom: 20px;
}

.cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer .else .desc {
  width: 100%;
  display: flex;
  align-items: flex-start;
  color: #848484;
  font-family: "Misans-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 380;
  line-height: 20px;
}
/* ===========================================================================
   1472px - 1919px: 大桌面显示器（如 1440p）
   =========================================================================== */
@media screen and (max-width: 1919px) {
  .cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer .title {
    padding-top: calc(115 / 1920 * 100vw);
    padding-bottom: calc(141 / 1920 * 100vw);
  }
  .cmp_muxi_techSpec .myon-title-level1 {
    font-size: calc(48 / 1920 * 100vw);
    line-height: calc(58 / 1920 * 100vw);
  }
  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .detail-item {
    margin-bottom: calc(100 / 1920 * 100vw);
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .detail-item
    .detail-title {
    font-size: calc(28 / 1920 * 100vw);
    line-height: calc(33.6 / 1920 * 100vw);
    border-bottom: calc(3 / 1920 * 100vw) solid #bbbbbd;
    padding-bottom: calc(20 / 1920 * 100vw);
    padding-right: calc(15 / 1920 * 100vw);
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .detail-item
    .detail-content-wrap
    .detail-content {
    padding: calc(20 / 1920 * 100vw) 0;
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .detail-item
    .detail-content-wrap
    .detail-content
    .left {
    font-size: calc(20 / 1920 * 100vw);
    line-height: calc(24 / 1920 * 100vw);
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .detail-item
    .detail-content-wrap
    .detail-content
    .right {
    font-size: calc(20 / 1920 * 100vw);
    line-height: calc(30 / 1920 * 100vw);
  }

  .cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer .else {
    padding: calc(125 / 1920 * 100vw) 0;
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .else
    .mt20 {
    margin-bottom: calc(20 / 1920 * 100vw);
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .else
    .desc {
    font-size: calc(14 / 1920 * 100vw);
    line-height: calc(20 / 1920 * 100vw);
  }
}

/* ===========================================================================
   1232px - 1471px: 中等桌面显示器（如 1366x768, 1400x1050）
   =========================================================================== */
@media screen and (max-width: 1471px) {
  .cmp_muxi_techSpec .pc-product-footer-container {
    margin-top: 88px;
  }
  .cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer {
    max-width: 1200px;
  }
}

/* ===========================================================================
   992px - 1231px: 小型桌面 / 大平板横屏
   =========================================================================== */
@media screen and (max-width: 1231px) {
  .cmp_muxi_techSpec .pc-product-footer-container {
    margin-top: 64px;
  }
  .cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer {
    max-width: 960px;
  }
}

/* ===========================================================================
   768px - 991px: 平板（竖屏或横屏）
   =========================================================================== */
@media screen and (max-width: 991px) {
  .cmp_muxi_techSpec .pc-product-footer-container {
    margin-top: 48px;
  }
  .cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer {
    max-width: 100%;
    padding: 0 32px;
  }
}

/* ===========================================================================
   375px - 767px: 手机竖屏
   =========================================================================== */
@media screen and (max-width: 767px) {
  .cmp_muxi_techSpec .pc-product-footer-container {
    margin-top: 52px;
  }
  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .detail-item {
    margin-bottom: 55px;
  }
  .cmp_muxi_techSpec .myon-title-level1 {
    font-size: 28px;
    line-height: 32px;
  }
  .cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer .else {
    max-width: 100%;
  }
  .cmp_muxi_techSpec .pc-product-footer-container .pc-product-footer {
    padding: 0 16px;
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .detail-item
    .detail-title {
    font-size: 18.183px;
    line-height: 120%;
    border-bottom: 1px solid #bbbbbd;
    padding-bottom: 16px;
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .detail-item
    .detail-title
    svg {
    width: 18px;
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .detail-item
    .detail-content-wrap
    .detail-content {
    padding: 12px 0;
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .detail-item
    .detail-content-wrap
    .detail-content
    .left {
    font-size: 12.122px;
    line-height: 120%;
    width: 50%;
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .detail-item
    .detail-content-wrap
    .detail-content
    .right {
    font-size: 12.122px;
    line-height: 120%;
    width: 50%;
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .else
    .mt20 {
    margin-bottom: 19px;
  }

  .cmp_muxi_techSpec
    .pc-product-footer-container
    .pc-product-footer
    .else
    .desc {
    font-size: 12px;
    line-height: 18px;
  }
}

/* ===========================================================================
   275px - 374px: 超小屏手机（如 iPhone SE）
   =========================================================================== */
@media screen and (max-width: 374px) {
}
