<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common css start */
.circle-group {
  margin-top: 16px;
}
.circle-group &gt; span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  background: #f4a524;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.circle-group &gt; .op4 {
  opacity: 0.4;
}
.circle-group &gt; .op6 {
  opacity: 0.6;
}
.circle-group &gt; .op8 {
  opacity: 0.8;
}
.common-block {
  margin-top: 80px;
  text-align: center;
}
.common-block &gt; h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 63px;
  letter-spacing: 0.06em;
  color: #f5a116;
}
.common-block &gt; p {
  font-weight: 400;
  font-size: 24px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 16px;
}
.common-block &gt; img {
  margin-top: 24px;
  width: 100%;
}

.common-list {
  margin-top: 80px;
}
.common-list &gt; .common-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.common-list &gt; .common-list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.common-list &gt; .common-list-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.common-list &gt; .common-list-item &gt; div {
  width: 49%;
  text-align: left;
}
.common-list &gt; .common-list-item &gt; div &gt; h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.common-list &gt; .common-list-item &gt; div &gt; p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 16px;
}

.common-list &gt; .common-list-item &gt; img {
  width: 49%;
}

/* common css end */
.top {
  height: 58px;
  padding: 0 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f1f1f1;
  overflow: hidden;
}
.top .top-left {
  font-size: 0;
  padding-top: 15px;
}
.top .top-left &gt; .current-product-page {
  background-color: #fff;
  color: #f4a524;
}
.top .top-left &gt; a {
  display: inline-block;
  width: 114px;
  padding: 15px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #f4a524;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.top .top-left &gt; a:hover {
  background-color: #ffffff;
  color: #f4a524;
}
.top .top-middle h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #63616a;
}
.top .top-right {
  font-size: 0;
  padding-top: 5px;
  display: flex;
  align-items: center;
}
.top .top-right &gt; a {
  display: inline-block;
  margin-top: 10px;
}
.top .top-right .gray-button {
  background: #cacaca !important;
  color: #ffffff !important;
  border: 1px solid #cacaca !important;
  cursor: no-drop !important;
}
.top .top-right .buy-now {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #f4a524;
  padding: 4px 8px;
  border: 1px solid #f4a524;
  box-sizing: border-box;
  margin-top: 0 !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.top .top-right .buy-now:hover {
  background: #f4a524;
  border: 1px solid #f4a524;
  color: #ffffff;
  cursor: pointer;
}
.top .top-right .buy-now:hover &gt; .aliexpress-slide-box {
  display: block;
}
.top .top-right .slide-box {
  display: none;
  position: absolute;
  top: 109px;
  z-index: 99;
  text-align: center;
  padding-top: 20px;
  /* width: 119px; */
margin-left:-14px;
}
.top .top-right .slide-box .small-triangle {
position: absolute;
width: 0;
height: 0;
border-bottom: 10px solid #f8c97c;
border-top: 10px solid transparent;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: -20px;
left: 50px;
}
.top .top-right .slide-box &gt; .shop-link {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
}
.top .top-right .slide-box &gt; .shop-link &gt; a {
font-weight: 400;
font-size: 12px;
line-height: 16px;
padding: 8px 21px;
letter-spacing: 0.03em;
color: #ffffff;
background: rgba(244, 165, 36, 0.6);
display: block;
}
.top .top-right .slide-box &gt; .shop-link &gt; a:hover {
background: rgba(244, 165, 36, 0.8);
}
.top .top-right .slide-box &gt; .shop-link &gt; a:hover &gt; .small-triangle {
border-bottom: 10px solid rgba(244, 165, 36, 0.8);
}

.h40 {
  height: 40px;
  background-color: #f1f1f1;
  width: 100%;
}
.common-banner {
  height: auto;
  padding: 40px 0;
  border-bottom: 20px solid #f1f1f1;
}
.common-banner &gt; .banner-inner {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-banner &gt; .banner-inner &gt; div {
  width: 550px;
}
.common-banner &gt; .banner-inner &gt; div &gt; h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.common-banner &gt; .banner-inner &gt; div &gt; div {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-top: 16px;
}
.common-banner &gt; .banner-inner &gt; div &gt; p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 16px;
}
.common-banner &gt; .banner-inner &gt; img {
  width: 620px;
}

.common-main {
  padding: 80px 0;
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
}
.common-main &gt; .light-and-convenient {
  background: linear-gradient(
    260.02deg,
    #086989 0%,
    #18bdc0 45.51%,
    #83ecc8 97.83%
  );
  border-radius: 24px;
  padding: 48px 16px 16px 16px;
  text-align: center;
}
#mouse-main &gt; .light-and-convenient {
  background: linear-gradient(
    196.14deg,
    #060606 5.82%,
    #444444 44.97%,
    #151515 90.86%
  );
}
.common-main &gt; .light-and-convenient &gt; h3 {
  font-weight: 700;
  font-size: 64px;
  line-height: 84px;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.common-main &gt; .light-and-convenient &gt; img {
  width: 676px;
  margin-top: 24px;
}
.common-main &gt; .light-and-convenient &gt; ul {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.common-main &gt; .light-and-convenient &gt; ul &gt; li {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  width: 180px;
}
.common-main &gt; .light-and-convenient &gt; ul &gt; li &gt; img {
  width: 80px;
}
.common-main &gt; .light-and-convenient &gt; ul &gt; p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-top: 16px;
}

.common-main &gt; .scence &gt; ul {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-main &gt; .scence &gt; ul &gt; li {
  width: 32.44%;
  background: #f1f1f1;
  padding: 16px;
  margin-bottom: 16px;
}
.common-main &gt; .scence &gt; ul &gt; li:nth-last-of-type(1),
.common-main &gt; .scence &gt; ul &gt; li:nth-last-of-type(2),
.common-main &gt; .scence &gt; ul &gt; li:nth-last-of-type(3) {
  margin-bottom: 0;
}
.common-main &gt; .scence &gt; ul &gt; li &gt; img {
  width: 100%;
}
.common-main &gt; .scence &gt; ul &gt; li &gt; p {
  margin-top: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.06em;
  color: #63616a;
}

.feature2 {
  margin-top: 24px;
}
.feature2 &gt; .list-item .circle-group {
  margin-top: 0;
  margin-bottom: 16px;
}

.compatible-devices {
  margin-top: 80px;
  text-align: center;
}
.compatible-devices &gt; h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.compatible-devices &gt; img {
  width: 100%;
  margin-top: 40px;
}

.product-params {
  margin-top: 80px;
  text-align: center;
}
.product-params &gt; h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.product-params &gt; table {
  width: 100%;
  border-collapse: collapse;
  word-break: break-word;
  margin-top: 40px;
}
.product-params &gt; table td {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #63616a;
  padding: 8px;
  text-align: center;
  border: 1px solid #cfcfcf !important;
}
.product-params &gt; table .spec-td {
  line-height: 34px;
}
.product-params &gt; table td:nth-last-of-type(1) {
  text-align: left;
  padding-left: 24px;
}
.product-img {
  margin-top: 80px;
  text-align: center;
}
.product-img &gt; h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.product-img &gt; img {
  width: 900px;
  margin-top: 24px;
}

#mouse-main .three-level-intelligent-sleep {
  margin-top: 80px;
  text-align: center;
}
#mouse-main .three-level-intelligent-sleep &gt; h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 63px;
  letter-spacing: 0.06em;
  color: #ff7533;
}
#mouse-main .three-level-intelligent-sleep &gt; .circle-group {
  margin-top: 16px;
}
#mouse-main .three-level-intelligent-sleep &gt; .circle-group &gt; span {
  background: #ff7533;
}
#mouse-main .three-level-intelligent-sleep &gt; img {
  width: 676px;
  margin-top: 16px;
}
#mouse-main .three-level-intelligent-sleep &gt; ul {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
#mouse-main .three-level-intelligent-sleep &gt; ul &gt; li {
  width: 32.14%;
  background: #ff5300;
  opacity: 0.8;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}
#mouse-main .three-level-intelligent-sleep &gt; ul &gt; li &gt; img {
  width: 70px;
}
#mouse-main .three-level-intelligent-sleep &gt; ul &gt; li &gt; div {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-top: 16px;
}
#mouse-main .three-level-intelligent-sleep &gt; ul &gt; li &gt; p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-top: 8px;
}

#mouse-main &gt; .dimensional-drawing {
  margin-top: 80px;
}
#mouse-main &gt; .dimensional-drawing &gt; h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#mouse-main &gt; .dimensional-drawing &gt; img {
  width: 100%;
  margin-top: 40px;
}

@media (min-width: 600px) and (max-width: 1200px) {
  /* common css start */
  .small-screen-show {
    display: none !important;
  }
  .circle-group {
    margin-top: 1.3333vw;
  }
  .circle-group &gt; span {
    width: 1.3333vw;
    height: 1.3333vw;
    margin: 0 0.6667vw;
  }
  .common-block {
    margin-top: 5.3333vw !important;
  }
  .common-block &gt; h3 {
    font-size: calc(1rem + 2.83vw);
    line-height: calc(1.5rem + 3.5vw);
  }

  .common-block &gt; p {
    font-size: calc(1rem + 0.83vw);
    line-height: calc(1.5rem + 1.75vw);
    margin-top: 1.3333vw;
  }
  .common-block &gt; img {
    margin-top: 2vw;
  }

  .common-list {
    margin-top: 5.3333vw;
  }
  .common-list &gt; .common-list-item {
    margin-bottom: 1.3333vw;
  }

  .common-list &gt; .common-list-item &gt; div {
    width: 48.79%;
  }
  .common-list &gt; .common-list-item &gt; div &gt; h3 {
    font-size: calc(0.5rem + 2.75vw);
    line-height: 5.6667vw;
  }
  .common-list &gt; .common-list-item &gt; div &gt; p {
    font-size: calc(0.8571rem + 0.67vw);
    line-height: calc(1.28rem + 1vw);
    margin-top: 1.3333vw;
  }

  .common-list &gt; .common-list-item &gt; img {
    width: 48.79%;
  }
  /* common css end */
  .mobile-top {
    height: 42px;
    background: #f1f1f1;
    margin: 0 auto;
    padding: 0 32px;
  }
  .mobile-top &gt; .mobile-top-left &gt; span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.06em;
    color: #afb2b8;
  }

  .mobile-top &gt; .mobile-top-right {
    width: 107px;
    height: 26px;
    background-color: #fff;
    text-align: center;
  }
  .mobile-top &gt; .mobile-top-right:hover {
    background-color: #f4a524;
  }
  .mobile-top &gt; .mobile-top-right:hover &gt; a {
    color: #fff;
  }
  .mobile-top &gt; .mobile-top-right:hover .icon-shop-car {
    display: none;
  }
  .mobile-top &gt; .mobile-top-right:hover .icon-shop-car-white {
    display: inline-block;
  }
  .mobile-top &gt; .mobile-top-right &gt; a {
    color: #f4a524;
  }
  .mobile-top &gt; .mobile-top-right img {
    width: 24px;
    height: 24px;
    margin: 0 8px;
    margin-top: -3px;
  }
  .icon-shop-car-white {
    display: none;
  }

  .common-banner {
    padding: 3.3333vw 0;
    border-bottom: 1.6667vw solid #f1f1f1;
  }
  .common-banner &gt; .banner-inner {
    width: calc(100% - 64px);
    max-width: 992px;
  }
  .common-banner &gt; .banner-inner &gt; div {
    width: 50%;
  }
  .common-banner &gt; .banner-inner &gt; div &gt; h3 {
    font-size: calc(1rem + 2.167vw);
    line-height: calc(1.5rem + 3.91vw);
  }
  .common-banner &gt; .banner-inner &gt; div &gt; div {
    margin-top: 1.3333vw;
    font-size: calc(1rem + 0.83vw);
    line-height: calc(1.5rem + 0.91vw);
  }
  .common-banner &gt; .banner-inner &gt; div &gt; p {
    font-size: calc(1rem + 0.5vw);
    line-height: calc(1.5rem + 0.75vw);
    margin-top: 1.3333vw;
  }
  .common-banner &gt; .banner-inner &gt; img {
    width: 50%;
  }

  .common-main {
    padding: 5.3333vw 0;
    max-width: 992px;
  }
  .common-main &gt; .light-and-convenient {
    border-radius: 2vw;
    padding: 2.6667vw 1.3333vw 1.3333vw 1.3333vw;
    -webkit-border-radius: 2vw;
    -moz-border-radius: 2vw;
    -ms-border-radius: 2vw;
    -o-border-radius: 2vw;
  }
  .common-main &gt; .light-and-convenient &gt; h3 {
    font-size: calc(1rem + 3.5vw);
    line-height: calc(1.5rem + 4.41vw);
  }
  .common-main &gt; .light-and-convenient &gt; img {
    width: 56.5%;
    margin-top: 1.3333vw;
  }
  .common-main &gt; .light-and-convenient &gt; ul {
    margin-top: 1.3333vw;
  }
  .common-main &gt; .light-and-convenient &gt; ul &gt; li {
    padding: 0.5vw;
    border-radius: 0.6667vw;
    -webkit-border-radius: 0.6667vw;
    -moz-border-radius: 0.6667vw;
    -ms-border-radius: 0.6667vw;
    -o-border-radius: 0.6667vw;
    width: 12.5vw;
  }

  .common-main &gt; .light-and-convenient &gt; ul &gt; li &gt; img {
    width: 6.6667vw;
  }
  .common-main &gt; .light-and-convenient &gt; ul &gt; p {
    font-size: calc(1rem + 0.33vw);
    line-height: calc(1.5rem + 0.25vw);
    margin-top: 1vw;
  }

  .common-main &gt; .scence &gt; ul {
    margin-top: 2vw;
  }
  .common-main &gt; .scence &gt; ul &gt; li {
    width: 32.2%;
    padding: 1.3333vw;
    margin-bottom: 1.3333vw;
  }
  .common-main &gt; .scence &gt; ul &gt; li:nth-last-of-type(1),
  .common-main &gt; .scence &gt; ul &gt; li:nth-last-of-type(2),
  .common-main &gt; .scence &gt; ul &gt; li:nth-last-of-type(3) {
    margin-bottom: 0;
  }

  .common-main &gt; .scence &gt; ul &gt; li &gt; p {
    margin-top: 1.3333vw;
    font-size: calc(1rem + 0.5vw);
    line-height: calc(1.5rem + 1.08vw);
  }

  .feature2 {
    margin-top: 2vw;
  }
  .feature2 &gt; .list-item .circle-group {
    margin-bottom: 1.3333vw;
  }
  .compatible-devices {
    margin-top: 5.3333vw;
  }
  .compatible-devices &gt; h3 {
    font-size: calc(1rem + 2.16vw);
    line-height: calc(1.5rem + 2.67vw);
  }
  .compatible-devices &gt; img {
    margin-top: 3.3333vw;
  }

  .product-params {
    margin-top: 5.3333vw;
  }
  .product-params &gt; h3 {
    font-size: calc(1rem + 2.16vw);
    line-height: calc(1.5rem + 2.66vw);
  }
  .product-params &gt; table {
    margin-top: 3.3333vw;
  }
  .product-params &gt; table td {
    font-size: calc(1rem + 0.5vw);
    line-height: calc(1.5rem + 0.41vw);
    padding: 0.6667vw;
  }
  .product-params &gt; table .spec-td {
    line-height: calc(1.5rem + 1.08vw);
  }
  .product-params &gt; table td:nth-last-of-type(1) {
    padding-left: 2vw;
  }
  .product-img {
    margin-top: 5.3333vw;
  }
  .product-img &gt; h3 {
    font-size: calc(1rem + 2.16vw);
    line-height: calc(1.5rem + 2.66vw);
  }
  .product-img &gt; img {
    width: 100%;
    max-width: 900px;
    margin-top: 2vw;
  }

  #mouse-main .three-level-intelligent-sleep {
    margin-top: 5.3333vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; h3 {
    font-size: calc(1rem + 2.83vw);
    line-height: calc(1.5rem + 3.5vw);
  }
  #mouse-main .three-level-intelligent-sleep &gt; .circle-group {
    margin-top: 1.3333vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; img {
    width: 100%;
    max-width: 676px;
    margin-top: 1.3333vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; ul {
    width: 100%;
    max-width: 900px;
    margin-top: 1.3333vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; ul &gt; li {
    width: 32.14%;
    border-radius: 0.6667vw;
    padding: 1.3333vw 0.6667vw;
    -webkit-border-radius: 0.6667vw;
    -moz-border-radius: 0.6667vw;
    -ms-border-radius: 0.6667vw;
    -o-border-radius: 0.6667vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; ul &gt; li &gt; img {
    width: 5.8333vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; ul &gt; li &gt; div {
    font-size: calc(1rem + 0.83vw);
    line-height: calc(1.5rem + 0.91vw);
    margin-top: 1.3333vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; ul &gt; li &gt; p {
    font-size: calc(1rem + 0.16vw);
    line-height: 21px;
    margin-top: 0.6667vw;
  }

  #mouse-main &gt; .dimensional-drawing {
    margin-top: 5.3333vw;
  }
  #mouse-main &gt; .dimensional-drawing &gt; h3 {
    font-size: calc(1rem + 2.16vw);
    line-height: calc(1.5rem + 2.66vw);
  }
  #mouse-main &gt; .dimensional-drawing &gt; img {
    margin-top: 3.3333vw;
  }
}

@media (max-width: 600px) {
  /* common css start */
  .middle-screen-show {
    display: none !important;
  }
  .circle-group {
    margin-top: 2.6667vw;
  }
  .circle-group &gt; span {
    width: 2.6667vw;
    height: 2.6667vw;
    margin: 0 1.3333vw;
  }
  .common-block {
    margin-top: 8vw !important;
  }
  .common-block &gt; h3 {
    /* font-size: calc(1rem + 3vw);
    line-height: calc(1.5rem + 3.5vw); */
    font-size: 5.3333vw;
    line-height: 7vw;
  }

  .common-block &gt; p {
    /* font-size: calc(1rem + 1vw);
    line-height: calc(1.5rem + 1.5vw); */
    font-size: 3.3333vw;
    line-height: 5vw;
    margin-top: 2.6667vw;
  }
  .common-block &gt; img {
    margin-top: 4vw;
  }

  .common-list {
    margin-top: 8vw;
  }
  .common-list &gt; .common-list-item {
    margin-bottom: 2.6667vw;
    flex-direction: column !important;
  }

  .common-list &gt; .common-list-item &gt; div {
    width: 100%;
  }
  .common-list &gt; .common-list-item &gt; div &gt; h3 {
    /* font-size: calc(1rem + 2.33vw);
    line-height: calc(1.5rem + 4.5vw); */
    font-size: 4.6667vw;
    line-height: 8vw;
  }
  .common-list &gt; .common-list-item &gt; div &gt; p {
    /* font-size: calc(1rem + 1vw);
    line-height: calc(1.5rem + 1.5vw); */
    font-size: 3.3333vw;
    line-height: 5vw;
    margin-top: 2.6667vw;
  }

  .common-list &gt; .common-list-item &gt; img {
    margin-top: 2.6667vw;
    width: 100%;
  }

  /* common css end */
  .mobile-top &gt; .mobile-top-left &gt; span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.06em;
    color: #afb2b8;
  }
  .icon-shop-car-white {
    display: none;
  }

  .common-banner {
    padding: 3vw 0;
    border-bottom: 3.33vw solid #f1f1f1;
  }
  .common-banner &gt; .banner-inner {
    width: calc(100% - 32px);
    max-width: 392px;
    flex-direction: column;
  }
  .common-banner &gt; .banner-inner &gt; div {
    width: 100%;
  }
  .common-banner &gt; .banner-inner &gt; div &gt; h3 {
    /* font-size: calc(1rem + 3vw);
    line-height: calc(1.5rem + 5.5vw); */
    font-size: 5.3333vw;
    line-height: 9vw;
  }
  .common-banner &gt; .banner-inner &gt; div &gt; div {
    margin-top: 1.3333vw;
    /* font-size: calc(1rem + 1.66vw);
    line-height: calc(1.5rem + 1.83vw); */
    font-size: 4vw;
    line-height: 5.3333vw;
  }
  .common-banner &gt; .banner-inner &gt; div &gt; p {
    /* font-size: calc(1rem + 1vw);
    line-height: calc(1.5rem + 1.5vw); */
    font-size: 3.3333vw;
    line-height: 5vw;
    margin-top: 1.3333vw;
  }
  .common-banner &gt; .banner-inner &gt; img {
    width: 100%;
    margin-top: 8px;
  }

  .common-main {
    padding: 8vw 0;
    width: calc(100% - 32px);
    max-width: 392px;
  }
  .common-main &gt; .light-and-convenient {
    border-radius: 2.6667vw;
    padding: 2.6667vw;
    -webkit-border-radius: 2.6667vw;
    -moz-border-radius: 2.6667vw;
    -ms-border-radius: 2.6667vw;
    -o-border-radius: 2.6667vw;
  }
  .common-main &gt; .light-and-convenient &gt; h3 {
    /* font-size: calc(1rem + 3vw);
    line-height: calc(1.5rem + 3.5vw); */
    font-size: 5.3333vw;
    line-height: 7vw;
  }
  .common-main &gt; .light-and-convenient &gt; img {
    width: 100%;
    margin-top: 2.6667vw;
  }
  .common-main &gt; .light-and-convenient &gt; ul {
    margin-top: 2.6667vw;
    flex-wrap: wrap;
  }
  .common-main &gt; .light-and-convenient &gt; ul &gt; li {
    padding: 1vw;
    border-radius: 1.3333vw;
    -webkit-border-radius: 1.3333vw;
    -moz-border-radius: 1.3333vw;
    -ms-border-radius: 1.3333vw;
    -o-border-radius: 1.3333vw;
    width: 32%;
    margin-bottom: 1.3333vw;
  }
  .common-main &gt; .light-and-convenient &gt; ul &gt; li:nth-last-of-type(1),
  .common-main &gt; .light-and-convenient &gt; ul &gt; li:nth-last-of-type(2),
  .common-main &gt; .light-and-convenient &gt; ul &gt; li:nth-last-of-type(3) {
    margin-bottom: 0;
  }

  .common-main &gt; .light-and-convenient &gt; ul &gt; li &gt; img {
    width: 10.6667vw;
  }
  .common-main &gt; .light-and-convenient &gt; ul &gt; p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 2vw;
  }

  .common-main &gt; .scence &gt; ul {
    margin-top: 4vw;
  }
  .common-main &gt; .scence &gt; ul &gt; li {
    width: 47.9%;
    padding: 1.3333vw;
    margin-bottom: 2.66vw;
  }
  .common-main &gt; .scence &gt; ul &gt; li:nth-last-of-type(3) {
    margin-bottom: 2.66vw;
  }

  .common-main &gt; .scence &gt; ul &gt; li &gt; p {
    margin-top: 2.66vw;
    /* font-size: calc(1rem + 1vw);
    line-height: calc(1.5rem + 2.16vw); */
    font-size: 3.3333vw;
    line-height: 5.6667vw;
  }
  .feature2 {
    margin-top: 4vw;
  }
  .feature2 &gt; .list-item .circle-group {
    margin-bottom: 2.6667vw;
  }
  .compatible-devices {
    margin-top: 8vw;
  }
  .compatible-devices &gt; h3 {
    /* font-size: calc(1rem + 2.33vw);
    line-height: calc(1.5rem + 2.67vw); */
    font-size: 4.6667vw;
    line-height: 6.1667vw;
  }
  .compatible-devices &gt; img {
    margin-top: 6.6667vw;
  }
  .product-params {
    margin-top: 8vw;
  }
  .product-params &gt; h3 {
    /* font-size: calc(1rem + 4.33vw);
    line-height: calc(1.5rem + 5.33vw); */
    font-size: 6.6667vw;
    line-height: 8.8333vw;
  }
  .product-params &gt; table {
    margin-top: 4vw;
  }
  .product-params &gt; table td {
    /* font-size: calc(1rem + 1vw);
    line-height: calc(1.5rem + 0.83vw); */
    font-size: 3.3333vw;
    line-height: 4.3333vw;
    padding: 0.6667vw;
  }
  .product-params &gt; table .spec-td {
    /* line-height: calc(1.5rem + 2.16vw); */
    line-height: 5.6667vw;
  }
  .product-params &gt; table td:nth-last-of-type(1) {
    padding-left: 0.6667vw;
  }
  .product-img {
    margin-top: 8vw;
  }
  .product-img &gt; h3 {
    /* font-size: calc(1rem + 4.33vw);
    line-height: calc(1.5rem + 5.33vw); */
    font-size: 6.6667vw;
    line-height: 8.8333vw;
  }
  .product-img &gt; img {
    width: 100%;
    margin-top: 4vw;
  }
  #mouse-main .three-level-intelligent-sleep {
    margin-top: 8vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; h3 {
    /* font-size: calc(1rem + 4.33vw);
    line-height: calc(1.5rem + 5.33vw); */
    font-size: 6.6667vw;
    line-height: 8.8333vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; .circle-group {
    margin-top: 2.6667vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; img {
    width: 100%;
    margin-top: 2.6667vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; ul {
    width: 100%;
    margin-top: 2.6667vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; ul &gt; li {
    width: 30.6%;
    border-radius: 1.3333vw;
    padding: 2.6667vw 1.3333vw;
    -webkit-border-radius: 1.3333vw;
    -moz-border-radius: 1.3333vw;
    -ms-border-radius: 1.3333vw;
    -o-border-radius: 1.3333vw;
}
  #mouse-main .three-level-intelligent-sleep &gt; ul &gt; li &gt; img {
    width: 11.6667vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; ul &gt; li &gt; div {
    /* font-size: calc(1rem + 0.33vw); */
    font-size: 2.6667vw;
    /* line-height: 21px; */
    line-height: 3.5vw;
    margin-top: 2.6667vw;
  }
  #mouse-main .three-level-intelligent-sleep &gt; ul &gt; li &gt; p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 1.3333vw;
  }

  #mouse-main &gt; .dimensional-drawing {
    margin-top: 8vw;
  }
  #mouse-main &gt; .dimensional-drawing &gt; h3 {
    /* font-size: calc(1rem + 4.33vw);
    line-height: calc(1.5rem + 5.33vw); */
    font-size: 6.6667vw;
    line-height: 8.8333vw;
  }
  #mouse-main &gt; .dimensional-drawing &gt; img {
    margin-top: 6.6667vw;
  }
}
</pre></body></html>