/* -------------- common start -------------- */
.soundX {
  position: relative;
  box-sizing: border-box;
  line-height: 1.6;
}

@-webkit-keyframes cwave {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0.1;
    transform: scale(1);
  }
}

@keyframes cwave {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0.1;
    transform: scale(1);
  }
}

.soundX *,
.soundX *:before,
.soundX *:after {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

.soundX *:focus,
.soundX *:active {
  outline: none;
}

.soundX a {
  color: inherit;
}

.soundX video,
.soundX picture,
.soundX img {
  width: 100%;
  display: block;
}

.soundX h2,
.soundX h3,
.soundX h4 {
  line-height: 1.25;
  font-weight: 700;
}

.soundX .blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.soundX .blur-up.lazyloaded {
  filter: blur(0);
}

.soundX .lazyload:not([src]) {
  display: none;
}

.soundX .is-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.soundX .opacity-non {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .opacity-non {
    display: inline;
  }
}

.soundX .nowrap {
  white-space: nowrap;
}

.soundX sub,
.soundX sup {
  line-height: 0;
  font-size: 0.6em;
}

.soundX sub.yes-click,
.soundX sup.yes-click {
  cursor: pointer;
}

.soundX .cbg-backtotop {
  position: fixed;
  z-index: 200;
  bottom: 120px;
  right: 50px;
}

.soundX .cbg-backtotop a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px 0;
  text-indent: -9999px;
  background: url(https://consumer.huawei.com/content/dam/huawei-cbg-site/common/mkt/pdp/store/img/sprites_cbg_icon.png) no-repeat;
  opacity: 0.6;
  filter: alpha(opacity=80);
  transition: all linear 0.2s;
}

.soundX .cbg-backtotop a.cbg-icon-backtotop {
  background-position: -549px -188px;
}

.soundX .cbg-backtotop a.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}

.soundX .cbg-backtotop a.cbg-icon-backtohome {
  background-position: -549px -148px;
}

.soundX .hidden {
  display: none !important;
}

.soundX .is-scroll {
  transition: transform 0.5s cubic-bezier(0, 0.6, 0.3, 1);
  -ms-transition: none;
  will-change: transform;
}

@media screen and (max-width: 1365px), screen and (max-aspect-ratio: 1 / 1), screen and (max-width: 1366px) and (min-height: 800px) {
  .soundX .is-scroll {
    transition: none;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .is-scroll {
    transition: none;
  }
}

.soundX .is-opacity {
  transition: opacity 0.5s cubic-bezier(0, 0.6, 0.3, 1);
  -ms-transition: none;
}

.soundX .is-toggle {
  opacity: 0;
  z-index: -999 !important;
}

.soundX .is-sticky {
  position: sticky !important;
  top: 0;
}

.soundX .common-spacing {
  height: 10.41667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .common-spacing {
    height: 27.77778vw;
  }
}

.soundX .common-spacing.top {
  height: calc(10.41667vw - 76px);
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .common-spacing.top {
    height: 27.77778vw;
  }
}

.soundX .common-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.soundX .common-container {
  z-index: 3;
  position: relative;
  margin: 0 auto;
  width: 91.66667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .common-container {
    width: 91.66667vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .common-summary {
    width: 91.66667vw;
    margin: 0 auto;
  }
}

.soundX .common-pb10 {
  margin-bottom: 0.52083vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .common-pb10 {
    margin-bottom: 1.38889vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .show-pc {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .soundX .hide-pad {
    display: none !important;
  }
}

.soundX .show-pad {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1200px) and (max-aspect-ratio: 1 / 1) {
  .soundX .show-pad {
    display: block !important;
  }
}

.soundX .show-mob {
  display: none !important;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .show-mob {
    display: block !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .soundX .hidden-ie {
    display: none !important;
  }
}

@supports (-ms-ime-align: auto) {
  .soundX .hidden-ie {
    display: none !important;
  }
}

.soundX .show-ie {
  display: none !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .soundX .show-ie {
    display: block !important;
  }
}

@supports (-ms-ime-align: auto) {
  .soundX .show-ie {
    display: block !important;
  }
}

/* -------------- common end -------------- */
.soundX {
  background: #000;
}

.soundX .font-color {
  font-size: 6.25vw;
  font-weight: bold;
  background: linear-gradient(90deg, #e8d6ae 0.68359%, #3e2b15 99.58496%);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1.25;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .soundX .font-color {
    color: #f2cbaa;
    background: none;
    -webkit-text-fill-color: unset;
  }
}

@supports (-ms-ime-align: auto) {
  .soundX .font-color {
    color: #f2cbaa;
    background: none;
    -webkit-text-fill-color: unset;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .font-color {
    font-size: 13.33333vw;
  }
}

.soundX .soundX-common-link {
  display: flex;
  justify-content: center;
  font-size: 1.66667vw;
  line-height: 1.25;
  color: #ffffff;
  margin-top: 2.08333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-common-link {
    margin-top: 5.55556vw;
    font-size: 4.44444vw;
  }
}

.soundX .soundX-common-link a {
  cursor: pointer;
}

.soundX .soundX-section-kv {
  overflow: hidden;
  position: relative;
}

.soundX .soundX-section-kv .soundX-section-kv-sub {
  position: absolute;
  bottom: 5.20833vw;
  right: 3.125vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-kv .soundX-section-kv-sub {
    bottom: 11.11111vw;
    right: 2.77778vw;
  }
}

.soundX .soundX-section-kv .soundX-section-kv-sub .soundX-section-kv-sub-link {
  display: inline-block;
}

.soundX .soundX-section-kv .soundX-section-kv-sub .soundX-section-kv-sub-link img {
  width: 11.45833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-kv .soundX-section-kv-sub .soundX-section-kv-sub-link img {
    width: 19.44444vw;
  }
}

.soundX .soundX-section-kv .soundX-section-kv-text {
  position: absolute;
  width: 41.66667vw;
  top: 0vw;
  right: 5.72917vw;
  padding-top: 21.875vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-kv .soundX-section-kv-text {
    padding-top: 29.30556vw;
    width: 100%;
    top: 0;
    right: 0;
  }
}

.soundX .soundX-section-kv .soundX-section-kv-text .soundX-section-kv-title {
  width: 41.66667vw;
  height: 4.79167vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-kv .soundX-section-kv-text .soundX-section-kv-title {
    width: 74.16667vw;
    height: 8.61111vw;
  }
}

.soundX .soundX-section-kv .soundX-section-kv-text .soundX-section-kv-desc {
  text-align: center;
  line-height: 1.25;
  font-size: 1.09375vw;
  color: #ffffff;
  margin-top: 1.5625vw;
  opacity: 0.7;
  letter-spacing: 0.26042vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-kv .soundX-section-kv-text .soundX-section-kv-desc {
    opacity: 1;
    font-size: 3.05556vw;
    margin-top: 2.77778vw;
    letter-spacing: initial;
  }
}

.soundX .soundX-section-kv .soundX-section-kv-text .btn {
  margin-top: 3.125vw;
  display: inline-block;
  padding-right: 2.86458vw;
  font-size: 1.35417vw;
  opacity: 0.7;
  color: #fff;
  line-height: 2.08333vw;
  height: 2.08333vw;
  background-size: 2.08333vw;
  background: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/speakers/sound-x-gold/imgs/icon/icon-video-play.svg) no-repeat right center;
  background-size: contain;
  word-break: keep-all;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-kv .soundX-section-kv-text .btn {
    opacity: 1;
    padding-right: 7.63889vw;
    font-size: 3.61111vw;
    line-height: 5.55556vw;
    height: 5.55556vw;
    background-size: 5.55556vw;
    margin-top: 5.55556vw;
  }
}

.soundX .soundX-bg-grey {
  background: #0f0f0f;
}

.soundX .soundX-section-newksp {
  overflow: hidden;
  padding: 10.41667vw 0vw 6.25vw;
  width: 82.29167vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp {
    padding: 13.88889vw 8.33333vw 8.33333vw;
    width: 100%;
  }
}

.soundX .soundX-section-newksp .soundX-section-newksp-part1 {
  width: 45.36458vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-section-newksp-part1 {
    width: 100%;
  }
}

.soundX .soundX-section-newksp .soundX-section-newksp-part2 {
  width: 35.26042vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-section-newksp-part2 {
    width: 100%;
    flex-direction: row;
    margin-top: 4.16667vw;
  }
  .soundX .soundX-section-newksp .soundX-section-newksp-part2 .soundX-newksp-item {
    width: 39.58333vw;
  }
}

.soundX .soundX-section-newksp .soundX-section-newksp-part3 {
  background: #000;
  border-radius: 1.30208vw;
  width: 82.29167vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.66667vw;
  padding: 2.86458vw 3.48958vw 3.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-section-newksp-part3 {
    width: 100%;
    padding: 5.55556vw 3.47222vw 8.33333vw;
    margin-top: 4.16667vw;
    border-radius: 3.47222vw;
  }
}

.soundX .soundX-section-newksp .soundX-section-newksp-part3 .soundX-section-newksp-part3-title {
  width: 100%;
  font-size: 2.5vw;
  color: #f4f3f3;
  margin-bottom: 2.34375vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-section-newksp-part3 .soundX-section-newksp-part3-title {
    font-size: 4.44444vw;
    text-align: center;
    margin-bottom: 4.16667vw;
  }
}

.soundX .soundX-section-newksp .soundX-section-newksp-part3 .soundX-newksp-item {
  width: 23.4375vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-section-newksp-part3 .soundX-newksp-item:nth-child(2), .soundX .soundX-section-newksp .soundX-section-newksp-part3 .soundX-newksp-item:nth-child(3) {
    width: 36.11111vw;
  }
  .soundX .soundX-section-newksp .soundX-section-newksp-part3 .soundX-newksp-item:nth-child(4) {
    width: 76.38889vw;
    margin-top: 4.16667vw;
  }
}

.soundX .soundX-section-newksp .soundX-section-newksp-part3 .soundX-newksp-item .newksp-textWrap {
  top: 1.92708vw;
  left: 2.13542vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-section-newksp-part3 .soundX-newksp-item .newksp-textWrap {
    top: 4.30556vw;
    left: 5.13889vw;
  }
}

.soundX .soundX-section-newksp .soundX-section-newksp-part3 .soundX-newksp-item .newksp-textWrap .newksp-title {
  font-size: 1.66667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-section-newksp-part3 .soundX-newksp-item .newksp-textWrap .newksp-title {
    font-size: 4.44444vw;
  }
}

.soundX .soundX-section-newksp .soundX-newksp-item {
  cursor: pointer;
  background: #000;
  position: relative;
  border-radius: 1.30208vw;
  overflow: hidden;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-newksp-item {
    border-radius: 3.47222vw;
  }
}

.soundX .soundX-section-newksp .soundX-newksp-item .newksp-textWrap {
  color: #f4f3f3;
  position: absolute;
  top: 2.86458vw;
  left: 3.125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-newksp-item .newksp-textWrap {
    top: 5.55556vw;
    left: 5.55556vw;
  }
}

.soundX .soundX-section-newksp .soundX-newksp-item .newksp-textWrap .newksp-title {
  font-size: 2.5vw;
  line-height: 1.25;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-newksp-item .newksp-textWrap .newksp-title {
    font-size: 4.44444vw;
  }
}

.soundX .soundX-section-newksp .soundX-newksp-item .newksp-textWrap .newksp-desc {
  font-size: 1.66667vw;
  line-height: 1.6;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-newksp-item .newksp-textWrap .newksp-desc {
    font-size: 3.05556vw;
  }
}

.soundX .soundX-section-newksp .soundX-newksp-item::after {
  content: "";
  position: absolute;
  bottom: 1.35417vw;
  right: 1.35417vw;
  width: 2.39583vw;
  height: 2.39583vw;
  background: #4d4d4d url(/content/dam/huawei-cbg-site/cn/mkt/pdp/speakers/sound-x-gold/imgs/icon/arrow-white.svg) center;
  background-size: 2.39583vw 2.39583vw;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  overflow: hidden;
  border-radius: 100%;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-newksp-item::after {
    width: 5.27778vw;
    height: 5.27778vw;
    bottom: 2.22222vw;
    right: 2.22222vw;
    background-size: 5.27778vw 5.27778vw;
  }
}

.soundX .soundX-section-newksp .soundX-newksp-item:hover::after {
  background-position: top 2.39583vw center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-newksp .soundX-newksp-item:hover::after {
    background-position: top 5.27778vw center;
  }
}

.soundX .soundX-section-mainVideo {
  overflow: hidden;
  position: relative;
}

.soundX .soundX-section-mainVideo video {
  display: none;
}

.soundX .soundX-section-mainVideo .soundX-section-mainVideo-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.soundX .soundX-section-ksp {
  overflow: hidden;
  padding-top: 10.41667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-ksp {
    padding-top: 27.77778vw;
  }
}

.soundX .soundX-section-ksp .soundX-section-ksp-text {
  color: #f4f3f3;
  text-align: center;
  width: 50vw;
  margin: 0 auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-ksp .soundX-section-ksp-text {
    width: 80.55556vw;
  }
}

.soundX .soundX-section-ksp .soundX-section-ksp-text .soundX-section-ksp-des {
  font-size: 1.66667vw;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-ksp .soundX-section-ksp-text .soundX-section-ksp-des {
    font-size: 4.44444vw;
  }
}

.soundX .soundX-section-ksp .soundX-section-ksp-text + picture {
  margin-top: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-ksp .soundX-section-ksp-text + picture {
    margin-top: 13.88889vw;
  }
}

.soundX .soundX-section-devialet {
  overflow: hidden;
  padding-top: 10.41667vw;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-devialet {
    padding-top: 27.77778vw;
  }
}

.soundX .soundX-section-devialet .soundX-section-devialet-svg {
  width: 33.85417vw;
  margin: 0 auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-devialet .soundX-section-devialet-svg {
    width: 70.55556vw;
  }
}

.soundX .soundX-section-devialet > .soundX-section-devialet-title {
  line-height: 1.25;
  text-align: center;
  margin-bottom: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-devialet > .soundX-section-devialet-title {
    margin-bottom: 22.22222vw;
  }
}

.soundX .soundX-section-devialet .soundX-section-devialet-container {
  position: relative;
  margin: 0 auto;
  height: calc(100vh - 76px);
}

.soundX .soundX-section-devialet .soundX-section-devialet-container.active1 .soundX-section-devialet-item:nth-child(1) {
  opacity: 1;
  z-index: 1;
}

.soundX .soundX-section-devialet .soundX-section-devialet-container.active2 .soundX-section-devialet-item:nth-child(2) {
  opacity: 1;
  z-index: 1;
}

.soundX .soundX-section-devialet .soundX-section-devialet-container.active3 .soundX-section-devialet-item:nth-child(3) {
  opacity: 1;
  z-index: 1;
}

.soundX .soundX-section-devialet .soundX-section-devialet-container.active4 .soundX-section-devialet-item:nth-child(4) {
  z-index: 1;
  opacity: 1;
}

.soundX .soundX-section-devialet .soundX-section-devialet-container .soundX-section-devialet-item {
  height: calc(100vh - 76px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-devialet .soundX-section-devialet-container .soundX-section-devialet-item {
    min-height: auto;
  }
}

.soundX .soundX-section-devialet .soundX-section-devialet-container .soundX-section-devialet-item picture {
  width: 61.97917vw;
}

.soundX .soundX-section-devialet .soundX-section-devialet-container .soundX-section-devialet-item .soundX-section-devialet-text {
  transform: translateX(-12.5vw);
  height: 31.82292vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.soundX .soundX-section-devialet .soundX-section-devialet-container .soundX-section-devialet-item .soundX-section-devialet-text .soundX-section-devialet-desc {
  position: static;
}

.soundX .soundX-section-devialet .soundX-section-devialet-container .soundX-section-devialet-item .soundX-section-devialet-text .soundX-section-devialet-desc .soundX-section-devialet-sup {
  bottom: 0;
}

.soundX .soundX-section-devialet .soundX-section-devialet-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000;
}

.soundX .soundX-section-devialet .soundX-section-devialet-swiper .swiper-slide picture {
  width: 50.83333vw;
}

.soundX .soundX-section-devialet .soundX-section-devialet-swiper .swiper-slide .soundX-section-devialet-text {
  margin-top: 8.33333vw;
}

.soundX .soundX-section-devialet .soundX-section-devialet-swiper-pagination {
  display: none;
  justify-content: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-devialet .soundX-section-devialet-swiper-pagination {
    display: flex;
    margin-top: 8.33333vw;
  }
}

.soundX .soundX-section-devialet .soundX-section-devialet-swiper-pagination .swiper-pagination-bullet {
  width: 1.38889vw;
  height: 1.38889vw;
  background: #383838;
  border-radius: 50%;
  opacity: 1;
}

.soundX .soundX-section-devialet .soundX-section-devialet-swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 0.97222vw;
}

.soundX .soundX-section-devialet .soundX-section-devialet-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.soundX .soundX-section-devialet .soundX-section-devialet-text {
  width: 41.66667vw;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-devialet .soundX-section-devialet-text {
    width: 77.77778vw;
    text-align: center;
  }
}

.soundX .soundX-section-devialet .soundX-section-devialet-text .soundX-section-devialet-title {
  font-size: 1.66667vw;
  color: #ffffff;
  line-height: 1.25;
  text-align: left;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-devialet .soundX-section-devialet-text .soundX-section-devialet-title {
    font-size: 6.66667vw;
    text-align: center;
  }
}

.soundX .soundX-section-devialet .soundX-section-devialet-text .soundX-section-devialet-title + .soundX-section-devialet-desc {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-devialet .soundX-section-devialet-text .soundX-section-devialet-title + .soundX-section-devialet-desc {
    margin-top: 8.33333vw;
  }
}

.soundX .soundX-section-devialet .soundX-section-devialet-text .soundX-section-devialet-desc {
  font-size: 1.66667vw;
  color: #ffffff;
  line-height: 1.6;
  opacity: 0.7;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-devialet .soundX-section-devialet-text .soundX-section-devialet-desc {
    font-size: 4.44444vw;
    min-height: 55.55556vw;
  }
}

.soundX .soundX-section-devialet .soundX-section-devialet-text .soundX-section-devialet-desc .soundX-section-devialet-sup {
  font-size: 0.83333vw;
  position: absolute;
  color: #ffffff;
  line-height: 1.25;
  opacity: 0.71;
  right: 0;
  bottom: -2.08333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-devialet .soundX-section-devialet-text .soundX-section-devialet-desc .soundX-section-devialet-sup {
    font-size: 2.22222vw;
    bottom: 2.77778vw;
    right: 0;
    text-align: right;
  }
}

.soundX .soundX-section-sound,
.soundX .soundX-section-light,
.soundX .soundX-section-harmony {
  overflow: hidden;
  text-align: center;
  padding-top: 10.41667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-sound,
  .soundX .soundX-section-light,
  .soundX .soundX-section-harmony {
    padding-top: 27.77778vw;
  }
}

.soundX .soundX-section-sound .section-text,
.soundX .soundX-section-light .section-text,
.soundX .soundX-section-harmony .section-text {
  width: 64.58333vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-sound .section-text,
  .soundX .soundX-section-light .section-text,
  .soundX .soundX-section-harmony .section-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.soundX .soundX-section-sound .section-text + .section-container,
.soundX .soundX-section-light .section-text + .section-container,
.soundX .soundX-section-harmony .section-text + .section-container {
  margin-top: 5.20833vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-sound .section-text + .section-container,
  .soundX .soundX-section-light .section-text + .section-container,
  .soundX .soundX-section-harmony .section-text + .section-container {
    margin-top: 13.88889vw;
  }
}

.soundX .soundX-section-sound .section-title,
.soundX .soundX-section-light .section-title,
.soundX .soundX-section-harmony .section-title {
  font-size: 3.33333vw;
  font-weight: 700;
  color: #f4f3f3;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soundX .soundX-section-sound .section-title img,
.soundX .soundX-section-light .section-title img,
.soundX .soundX-section-harmony .section-title img {
  width: 4.58333vw;
  margin-right: 0.78125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-sound .section-title img,
  .soundX .soundX-section-light .section-title img,
  .soundX .soundX-section-harmony .section-title img {
    width: 12.22222vw;
    margin-right: 0vw;
    margin-bottom: 2.08333vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-sound .section-title,
  .soundX .soundX-section-light .section-title,
  .soundX .soundX-section-harmony .section-title {
    font-size: 8.88889vw;
    flex-direction: column;
  }
}

.soundX .soundX-section-sound .section-title + .section-desc,
.soundX .soundX-section-light .section-title + .section-desc,
.soundX .soundX-section-harmony .section-title + .section-desc {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-sound .section-title + .section-desc,
  .soundX .soundX-section-light .section-title + .section-desc,
  .soundX .soundX-section-harmony .section-title + .section-desc {
    margin-top: 8.33333vw;
    width: 83.33333vw;
  }
}

.soundX .soundX-section-sound .section-desc,
.soundX .soundX-section-light .section-desc,
.soundX .soundX-section-harmony .section-desc {
  font-size: 1.66667vw;
  color: #f4f3f3;
  line-height: 1.6;
  opacity: 0.7;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-sound .section-desc,
  .soundX .soundX-section-light .section-desc,
  .soundX .soundX-section-harmony .section-desc {
    font-size: 4.44444vw;
  }
}

.soundX .soundX-section-sound .soundX-section-item,
.soundX .soundX-section-light .soundX-section-item,
.soundX .soundX-section-harmony .soundX-section-item {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.41667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-sound .soundX-section-item,
  .soundX .soundX-section-light .soundX-section-item,
  .soundX .soundX-section-harmony .soundX-section-item {
    margin-top: 22.22222vw;
  }
}

.soundX .soundX-section-sound .soundX-section-item:first-child,
.soundX .soundX-section-light .soundX-section-item:first-child,
.soundX .soundX-section-harmony .soundX-section-item:first-child {
  margin-top: initial;
}

.soundX .soundX-section-sound .soundX-section-item {
  width: 100%;
}

.soundX .soundX-section-light .soundX-section-item {
  width: 100%;
}

.soundX .soundX-section-light .soundX-section-item:first-child {
  position: relative;
}

.soundX .soundX-section-light .soundX-section-item:first-child .section-special-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special {
  width: 79.16667vw;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special {
    width: 100%;
  }
  .soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .section-container {
    width: 83.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-mark {
  font-size: 0.83333vw;
  color: #f4f3f3;
  line-height: 1.25;
  opacity: 0.71;
  margin-top: 1.5625vw;
  text-align: right;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-mark {
    margin: 0 auto;
    width: 83.33333vw;
    font-size: 2.22222vw;
    opacity: 0.71;
    margin-top: 4.16667vw;
  }
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper {
  position: relative;
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper .swiper-slide {
  background-color: #000;
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper .swiper-slide .soundX-section-sound-swiper-text {
  font-size: 1.14583vw;
  color: #f4f3f3;
  line-height: 1.6;
  margin-top: 6.25vw;
  text-align: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper .swiper-slide .soundX-section-sound-swiper-text {
    font-size: 3.05556vw;
    margin-top: 16.66667vw;
  }
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination {
  z-index: 1;
  width: 46.35417vw;
  display: flex;
  justify-content: space-around;
  font-size: 1.14583vw;
  color: #f4f3f3;
  line-height: 1.25;
  position: absolute;
  bottom: 3.125vw;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: #707070 solid 1px;
  padding: 0.78125vw 0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination {
    width: 83.33333vw;
    bottom: 8.33333vw;
    font-size: 3.05556vw;
    padding: 2.08333vw 0;
  }
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination .soundX-section-sound-swiper-pagination-item {
  cursor: pointer;
  opacity: 0.7;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination .soundX-section-sound-swiper-pagination-item {
    width: 50%;
    justify-content: center;
  }
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination .soundX-section-sound-swiper-pagination-item > img {
  width: 2.44792vw;
  margin-left: 0.46875vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination .soundX-section-sound-swiper-pagination-item > img {
    width: 6.52778vw;
    margin-left: 1.25vw;
  }
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination .soundX-section-sound-swiper-pagination-item .play-button {
  display: inline-block;
  height: 1.77083vw;
  width: 1.77083vw;
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/speakers/sound-x-gold/imgs/icon/icon-play.svg);
  background-size: contain;
  margin-right: 0.52083vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination .soundX-section-sound-swiper-pagination-item .play-button {
    height: 4.72222vw;
    width: 4.72222vw;
    margin-right: 1.38889vw;
  }
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination .soundX-section-sound-swiper-pagination-item.play .play-button {
  background-image: url(/content/dam/huawei-cbg-site/cn/mkt/pdp/speakers/sound-x-gold/imgs/icon/icon-pause.svg);
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination .soundX-section-sound-swiper-pagination-item.active {
  opacity: 1;
}

.soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination .soundX-section-sound-swiper-pagination-item.active::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.20833vw;
  background: #f4f3f3;
  position: absolute;
  bottom: -0.88542vw;
  left: 0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-light .soundX-section-item.soundX-section-sound-special .soundX-section-sound-swiper-pagination .soundX-section-sound-swiper-pagination-item.active::after {
    height: 0.41667vw;
    bottom: -2.22222vw;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-item {
    width: 100%;
  }
}

.soundX .soundX-section-harmony .soundX-section-item:nth-child(4) {
  position: relative;
}

.soundX .soundX-section-harmony .soundX-section-item:nth-child(4) .section-container {
  margin-top: 0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-item:nth-child(4) .section-container {
    margin-top: 13.88889vw;
  }
}

.soundX .soundX-section-harmony .soundX-section-item:nth-child(4) .section-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-item:nth-child(4) .section-text {
    position: static;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-item:nth-child(5) .section-container {
    width: 93.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-icon {
  width: 27.08333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-icon {
    width: 55.55556vw;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-title {
  margin-top: 3.125vw;
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-title2 {
  font-size: 3.33333vw;
  font-weight: bold;
  color: #f4f3f3;
  line-height: 1.25;
  margin-top: 14.58333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-title2 {
    font-size: 8.88889vw;
    margin-top: 27.77778vw;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-swiper {
  overflow: hidden;
  width: 78.125vw;
  position: relative;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-swiper {
    width: 100%;
    margin-top: 13.88889vw;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-swiper .swiper-slide .soundX-section-harmony-swiper-des {
  font-size: 1.14583vw;
  color: #f4f3f3;
  line-height: 1.6;
  text-align: center;
  background-color: #000;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-swiper .swiper-slide .soundX-section-harmony-swiper-des {
    margin-top: 10.27778vw;
    font-size: 3.05556vw;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-swiper .soundX-section-harmony-swiper-pagination {
  z-index: 1;
  width: 46.35417vw;
  display: flex;
  justify-content: space-between;
  font-size: 1.14583vw;
  color: #f4f3f3;
  line-height: 1.25;
  position: absolute;
  top: 39.0625vw;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: #707070 solid 1px;
  padding: 0.78125vw 0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-swiper .soundX-section-harmony-swiper-pagination {
    width: 83.33333vw;
    top: 51.38889vw;
    font-size: 3.05556vw;
    padding: 2.08333vw 0;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-swiper .soundX-section-harmony-swiper-pagination .soundX-section-harmony-swiper-pagination-item {
  cursor: pointer;
  opacity: 0.7;
  position: relative;
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-swiper .soundX-section-harmony-swiper-pagination .soundX-section-harmony-swiper-pagination-item.active {
  opacity: 1;
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-swiper .soundX-section-harmony-swiper-pagination .soundX-section-harmony-swiper-pagination-item.active::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.20833vw;
  background: #f4f3f3;
  position: absolute;
  bottom: -0.88542vw;
  left: 0;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-swiper .soundX-section-harmony-swiper-pagination .soundX-section-harmony-swiper-pagination-item.active::after {
    height: 0.41667vw;
    bottom: -2.22222vw;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor {
  width: 71.875vw;
  margin: 0 auto;
  padding: 10.41667vw 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor {
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 22.22222vw 0;
    padding-bottom: 0;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor .soundX-section-harmony-img {
  width: 35.9375vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor .soundX-section-harmony-img {
    width: 77.77778vw;
    margin-top: 16.66667vw;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor .soundX-section-harmony-text {
  width: 33.33333vw;
  text-align: left;
  color: #f4f3f3;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor .soundX-section-harmony-text {
    width: 88.88889vw;
    text-align: center;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor .soundX-section-harmony-text .soundX-section-harmony-title {
  font-size: 3.33333vw;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 2.08333vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor .soundX-section-harmony-text .soundX-section-harmony-title {
    font-size: 8.88889vw;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor .soundX-section-harmony-text .soundX-section-harmony-title + .soundX-section-harmony-des {
  margin-top: 1.5625vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor .soundX-section-harmony-text .soundX-section-harmony-title + .soundX-section-harmony-des {
    margin-top: 8.33333vw;
  }
}

.soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor .soundX-section-harmony-text .soundX-section-harmony-des {
  font-size: 1.66667vw;
  line-height: 1.6;
  opacity: 0.7;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .soundX-section-harmony .soundX-section-harmony-container .soundX-section-harmony-hor .soundX-section-harmony-text .soundX-section-harmony-des {
    font-size: 4.44444vw;
  }
}

.soundX .last-notes {
  position: relative;
  padding-bottom: 6.25vw;
  padding-top: 10.41667vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .last-notes {
    padding-bottom: 33.33333vw;
    padding-top: 22.22222vw;
  }
}

.soundX .last-notes .last-notes-container {
  position: relative;
  width: 82.29167vw;
  margin: 0 auto;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .last-notes .last-notes-container {
    width: 86.11111vw;
  }
}

.soundX .last-notes .last-notes-container .notes-list {
  list-style: decimal;
  margin: 0;
  padding-left: 1.25vw;
  font-size: 0.625vw;
  line-height: 1.6;
  font-weight: 500;
  color: #ffffff;
}

@media screen and (max-width: 1773px) {
  .soundX .last-notes .last-notes-container .notes-list {
    font-size: 12px;
  }
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .last-notes .last-notes-container .notes-list {
    padding-left: 5.27778vw;
    font-size: 3.05556vw;
  }
}

.soundX .last-notes .last-notes-container .notes-list > li {
  opacity: 0.7;
}

.soundX .last-notes .last-notes-container .notes-list > li.current {
  opacity: 1;
}

.soundX .last-notes .last-notes-container .notes-list > li i {
  font-weight: normal;
  white-space: pre-wrap;
  word-break: break-all;
}

.soundX .last-notes .last-notes-container .notes-list > li a {
  color: #61aefc;
  word-wrap: break-word;
  word-break: break-all;
}

.soundX .last-notes .last-notes-container .notes-list .last,
.soundX .last-notes .last-notes-container .notes-list .last2 {
  position: relative;
  list-style: none;
}

.soundX .last-notes .last-notes-container .notes-list .last::before,
.soundX .last-notes .last-notes-container .notes-list .last2::before {
  content: "*";
  position: absolute;
  top: 0.15625vw;
  left: -0.78125vw;
}

@media screen and (max-width: 779px), screen and (max-aspect-ratio: 1 / 1) and (max-width: 1200px) {
  .soundX .last-notes .last-notes-container .notes-list .last::before,
  .soundX .last-notes .last-notes-container .notes-list .last2::before {
    top: 0.55556vw;
    left: -4.16667vw;
  }
}

.soundX .last-notes .last-notes-container .notes-list .last2::before {
  content: "**";
}
