/* Slider */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation: fadeInUp 0.8s ease-in-out;
}

.introduction-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: 200vh;
  width: 100%;
}

.introduction_video {
  position: relative;
  height: calc(100vh - 64px);
  margin-top: 64px;
  width: 100%;
  color: #fff;
}
.introduction_4k {
  width: 59px;
  margin-left: 15px;
}
.introduction_video_cover {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/pc-kvbanner.png');
  background-size: cover;
  position: relative;
}
.introduction_video_text {
  width: 1270px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0;
  color: #000;
}
.introduction_video_text .title {
  font-size: 64px;
  font-weight: 800;
  line-height: 88px;
  display: flex;
  align-items: center;
}
.introduction_video_text .sub_title {
  font-family: Manrope;
  font-size: 28px;
  line-height: 39px;
  font-weight: 400;
  max-width: 503px;
}

.introduction_video_text .btn_list {
  margin-top: 96px;
}
.introduction_video_text .btn-video {
  display: block;
  cursor: pointer;
  height: 96px;
  width: 320px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 4px;
}
.btn-video-bg {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.btn_video_wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.4);
}
.play_ground {
  width: 96px;
  height: 96px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play_text {
  flex: 1;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 25px;
}

.popup_player {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup_player .popup_player_ct {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup_player .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}

.popup_player .video_fr {
  position: relative;
  width: 960px;
  height: 540px;
}

#root {
  position: relative;
  background-color: #000;
}
img[src=''],
img:not([src]) {
  opacity: 0;
}

.link,
*[role='link'] {
  &:active {
    opacity: 0.8;
  }
}

*[role='button'] {
  cursor: pointer;
  &:active {
    opacity: 0.8;
  }
}
body {
  position: relative;
}
.horizon-ultra .show_mobile {
  display: none;
}
.timeline-all-in-one {
  height: 1000vh;
}
.dolby-vision-timeline {
  height: 500vh;
}
.lossless-timeline,
.dolby-comparison-timeline {
  height: 200vh;
}
.dual-light-timeline {
  height: 250vh;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.type-area-item {
  margin-left: 48px;
  cursor: pointer;
}
.flex-just-space {
  justify-content: space-between;
}
.flex-just-center {
  justify-content: center;
}

.type-area {
  max-width: 1273px;
  height: 64px;
  margin: 0 auto;
}

.horizon-ultra-nav-bar-btn {
  margin-left: 46px;
  cursor: pointer;
}
.horizon-ultra-nav-bar-btn {
  box-sizing: border-box;
  padding: 0 16px;
  padding-right: 32px;
  height: 40px;
  border-radius: 4px;
  background: #4c94fe;
  color: #fff;
}
.horizon-ultra-nav-bar-btn .arrow-icon {
  width: 16px;
  height: 14px;
  background-image: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/arrow.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: 8px;
}

.full-height {
  min-height: 100vh;
}
.section-1 {
  height: 55px;
  background-color: azure;
}
.section-2 {
  height: 86px;
  background-color: rgb(215, 215, 215);
}
.horizon-ultra-nav-bar {
  
  overflow: hidden;

  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  background-color: #fff;

  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.horizon-ultra-nav-bar .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.horizon-ultra-nav-bar .logo svg {
  width: 19px;
  height: 19px;
}
.horizon_ultra_logo_name {
  margin-right: 8px;
}
.svg-arrow-circle {
  display: none;
}
.horizon-ultra-nav-mobile {
  display: none;
}
.horizon-ultra-nav-bar-dark {
  background-color: #000;

  color: #fff;
}
.horizon-ultra-nav-bar-dark a.type-area-item {
  background-color: #000;
  color: #fff;
}

.sticky-content {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.hp-image-box {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.animation {
  position: relative;
  background-color: #5ca8ff;
}
.section-4 {
  position: relative;
  z-index: 1;
  background-color: black;
}
.all-in-one {
  position: relative;
  background-color: #fff;
}

canvas {
  width: auto;
  height: 100%;
}

.scrolly-video {
  background-color: brown;
}

.all-in-one {
  text-align: center;
  background-color: #fff;
}
.all-in-one .title {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 87px;
  padding-top: 11.3vh;

  margin-bottom: 30px;
}
.all-in-one .rect {
  width: 831px;
  height: 16.5px;
  margin: 0 auto;
  margin-bottom: 24px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MzMiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCA4MzMgMTgiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0xIDE3LjVoMTQwLjVMMTYwIDFsMTguNSAxNi41SDgzMiIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.all-in-one .nav-title {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  width: 831px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 80px;
}
.all-in-one .nav-title .item {
  cursor: pointer;
}
.all-in-one .nav-title .item-active {
  font-weight: 800;
}
.all-in-one .main-content {
  position: relative;
  height: 680px;
  width: 100vw;
  margin-bottom: 322px;
  background: linear-gradient(180deg, #7b7062 0%, #e9e4de 100%);
  transition: width 0.1s ease;
  margin: 0 auto;
  overflow-y: hidden;
}

.all-in-one .canvas-inner-element {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  width: 50%;
  height: 100%;
  z-index: 2;
}
.canvas-inner-element-text {
  width: 100%;
  color: #f1eae2;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 92px;
}
.all-in-one .canvas-inner-element .progress-wrap {
  position: absolute;
  right: 30px;
  bottom: 33px;

  display: grid;
  height: 140px;
  place-items: center;
}

.center-circle {
  width: 26px;
  height: 26px;
}
.center-circle .rotate {
  rotate: -90deg;
  transform-origin: center;
}

.tof-coms {
  position: absolute;
  left: 510px;
  top: 223px;
  color: #f1eae2;
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 30px;
  width: 300px;
}

.block {
  display: block !important;
}
.tof-coms .radius {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0%;
  transform: translate3d(0%, -50%, 0);
  border-radius: 8px;
  background-color: #f1eae2;
}
.tof-coms .line {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate3d(0%, -50%, 0);
  width: 223px;
  height: 2px;
  background-color: #f1eae2;
}
.tof-coms .text {
  position: absolute;
  top: 50%;
  left: 224px;
  transform: translate3d(0%, -50%, 0);
  width: 166.747px;
  height: 53.42px;

  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/tof.svg');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.all-in-one .canvas-inner-element .speaker {
  position: absolute;
  top: 59px;
  right: 66px;
}
.all-in-one .main-active-content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
}
.all-in-one .main-content-second {
  width: 100vw;
}
.all-in-one .main-active-content {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;

  opacity: 0;
  transition: opacity 0.1s ease;
  overflow: hidden;
}
.all-in-one .content {
  background: #f5f5f5;
  /* transition: all 0.15s ease; */
}
.all-in-one .content-section {
  width: 100%;
  overflow: hidden;

  color: #000;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.text-section {
  box-sizing: border-box;
  padding-top: 20vh;
  padding-left: 128px;
}

.all-in-one .content-section .content-title {
  color: #000;
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-bottom: 40px;

  width: 508px;
}

.all-in-one .content-text {
  margin-bottom: 80px;
  width: 508px;
}
.all-in-one .opacity-show {
  opacity: 1;
}
.all-in-one .content-image-title {
  color: #000;
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.all-in-one .content-image {
  display: block;
  width: auto;
  height: 480px;
  border-radius: 4px;
}
.content-image-item {
  padding-bottom: 80px;
}
.content-image-only {
  margin-bottom: 80px;
}
.all-in-one .content-tips {
  width: 508px;
  color: #a4a4a4;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}

.interaction-section {
  position: relative;
  height: 680px;
  box-sizing: border-box;
  padding-left: 128px;
  padding-top: 73px;
}
.control-section {
  position: relative;
  height: 680px;
  box-sizing: border-box;
  padding-left: 128px;
  padding-top: 67px;
}

.interaction-section-title {
  color: #000;
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 11px;
}
.interaction-section-video-wrap {
  position: relative;
  width: 704px;
  height: 240px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.interaction-section-video-wrap video {
  height: 100%;
  display: inline-block;
  opacity: 0;
}
.interaction-section-video-wrap .wave-video-dts {
  position: absolute;
  left: 0;
  top: 0;
}
.interaction-section-video-wrap .wave-video-show {
  opacity: 1;
}

.interaction-section-desc {
  color: #9e9e9e;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 8px;
  border-top: 1px solid #d6d6d6;
  margin-bottom: 62px;

  display: flex;
  align-items: center;

  color: #9e9e9e;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.all_in_one_item_content_tips .audio-span-text {
  margin-right: 32px;
}
.audio-span-text {
  margin-right: 74px;
}
.audio-span-icon {
  display: inline-block;
  width: 14px;
  height: 10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 7px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE2IDE0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMiA3djVNOCAydjEwTTE0IDV2NyIgc3Ryb2tlPSIjQkJBRjlGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==');
}
.audio-span-icon-2 {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDEyIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSA2djVNNyAxdjEwTTEzIDR2NyIgc3Ryb2tlPSIjQkJBRjlGIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=');
}
.divide {
  display: inline-block;
  margin: 0 4px;
}

.interaction-section-button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  height: 54px;
  border-radius: 27px;
  background: #fff;
  box-shadow: 0px 3.3px 3.3px 0px rgba(0, 0, 0, 0.05);

  color: #626262;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.interaction-section-switch {
  position: relative;
  width: 52px;
  height: 17px;
  margin-right: 24px;

  border-radius: 8.5px;
  background: #ccc;
  box-shadow: 0px 1.6 1.6 0px rgba(0, 0, 0, 0.05) inset;
}
.interaction-section-switch-active {
  background: #ececec;
  box-shadow: 0px 1.6px 1.6px 0px rgba(0, 0, 0, 0.05) inset;
}

.interaction-section-switch .radius {
  position: absolute;
  top: 50%;
  transform: translate3d(0%, -50%, 0);
  width: 28px;
  height: 28px;
  border-radius: 14px;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #ece2d3 0%, #ddc9aa 100%);
}

.interaction-section-switch-active .radius {
  transform: translate3d(25px, -50%, 0);
}
.interaction-section-switch-text {
  width: 70px;
  text-align: left;
}

.interaction-section-button-sound {
  cursor: pointer;
  position: absolute;
  bottom: 66px;
  right: 377px;
  background-color: white;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-image: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/speaker_off.svg');
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.sound-on {
  background-image: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/speaker_on.svg');
}

.control-image {
  position: absolute;
  top: 100%;
  left: 0;
  background-image: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/control.png');
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.control-section-tab-content {
  overflow: hidden;
}

.control-section .tab-wrap {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 53px;
}
.control-section .tab {
  height: 55px;
  color: #a8a8a8;
  font-family: Manrope;
  font-size: 25.9px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 40px;

  display: flex;
  align-items: center;

  transition: all 0.2s ease-in;
}

.control-section .tab-active {
  color: #000;
  font-size: 37.036px;
  border-bottom: 3px solid #ceba98;
}

.video-wrap {
  transition: all 0.35s ease-in;
}

.video-wrap-offset {
  transform: translateY(-443px);
}

.control-section-tab-content .video {
  display: block;
  width: 704px;
  height: 413px;
  background-color: #bfbfbf;
  margin-bottom: 30px;
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}

.control-cycle {
  position: absolute;
  bottom: 31px;
  right: 449px;
  width: 65px;
  height: 65px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.control-cycle-show {
  opacity: 1;
}

.control-cycle-step {
  bottom: 438px;
}

.cycle-outer {
  position: absolute;

  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -32.5px;
  margin-left: -32.5px;
  border-radius: 50%;
  border: 1px solid rgba(241, 234, 226, 0.5);
  animation: bounce 1.5s infinite ease-in-out;
}
.cycle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;

  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 2px solid #f1eae2;
  animation: bounce 1.5s infinite ease-in-out;
}

.control-finger {
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -18.5px;

  width: 37px;
  height: 42px;
  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/finger.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  animation: bounce 1.5s infinite ease-in-out;
  animation-delay: 0.75s;
}

.dolby-icon-mask {
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjA1IiBoZWlnaHQ9IjQzNSIgdmlld0JveD0iMCAwIDYwNSA0MzUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGg3MS4xMmMxMTkuODQ0IDAgMjE3LjE1NiA5Ny40NjcgMjE3LjE1NiAyMTcuNVMxOTAuOTY0IDQzNSA3MS4xMjEgNDM1SDBWMHpNNjA1IDQzNWgtNzEuMTIxYy0xMTkuODQzIDAtMjE3LjE1NS05Ny40NjctMjE3LjE1NS0yMTcuNVM0MTQuMDM2IDAgNTMzLjg3OSAwSDYwNXY0MzV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+');
  -webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjA1IiBoZWlnaHQ9IjQzNSIgdmlld0JveD0iMCAwIDYwNSA0MzUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGg3MS4xMmMxMTkuODQ0IDAgMjE3LjE1NiA5Ny40NjcgMjE3LjE1NiAyMTcuNVMxOTAuOTY0IDQzNSA3MS4xMjEgNDM1SDBWMHpNNjA1IDQzNWgtNzEuMTIxYy0xMTkuODQzIDAtMjE3LjE1NS05Ny40NjctMjE3LjE1NS0yMTcuNVM0MTQuMDM2IDAgNTMzLjg3OSAwSDYwNXY0MzV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+');
}

.dolby-vision-video {
  width: 100%;
  height: 100vh;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center 37%;
  mask-position: center;
}

.dolby-vision-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0;

  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center 37%;
  mask-position: center;
}
.dolby-vision-text-wrap,
.dolby-image-comparison-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.dolby-image-comparison-wrap {
  height: auto;
  top: 100vh;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1.15);
}

.dolby-text {
  width: 80vw;
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  position: absolute;
  top: 63.12%;
  left: 50%;
  margin-left: -40vw;
  opacity: 0;

  height: 218px;
}

.dolby-comparison-desc {
  width: 960px;

  position: absolute;
  top: 80.6%;
  left: 50%;
  margin-left: -480px;

  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.dolby-vision-video-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.dolby-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.dolby-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.dolby-comparison-text {
  width: 765px;
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin: 0 auto;
  padding-top: 180px;
}

.dolby-image-comparison {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.dolby-image-comparison-left {
  width: 100%;
  height: 100%;
  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/pc-dolby-comparison-left.png');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;

  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-clip: content-box;
  box-sizing: border-box;
}

video {
  object-fit: cover;
}

.dolby-image-comparison-right {
  /* position: absolute; */
  z-index: 1;
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate3d(-50%, -50%, 0); */

  width: 100%;
  object-fit: cover;
}

.comparison-drag {
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 80%;
  width: 272px;
  height: 54px;
  margin-left: -182px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-shadow: 1px 1px 2px #666;
}
.comparison-drag-icon {
  width: 54px;
  height: 54px;
  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/drag.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.dual-light-content {
  height: 100vh;
  background-color: #000;
}
.dual-light-video-wrap {
  position: relative;
  height: 100vh;
  background-color: #000;
}

.dual-light-logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
}
.dual-light-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 540px;
  height: 121px;
  margin-top: -60px;
  margin-left: -270px;
  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/dual_light.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.dual-light-video-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;

  display: flex;
  align-items: center;
  justify-content: center;
}
.dual-light-video-wrap-trans {
  transform: translateY(-100vh);
}
.dual-light-video {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}

.dual-light-wrap {
  transition: all 0.8s ease-in;
}

.dual-light-text {
  width: 1273px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 96px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 28.5vh;
}
.dual-light-desc {
  width: 620px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
}
.dual-light-arrow {
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 128px;
  opacity: 0;
}
.dual-light-arrow .line {
  width: 2px;
  flex: 1;
  background-color: #f1eae2;
}
.dual-light-arrow .radius {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #f1eae2;
}
.dual-light-arrow .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 9.5px 0 9.5px;
  border-color: #f1eae2 transparent transparent transparent;
}

.dual-light-fold {
  background-color: #000;
  overflow: hidden;
}

.dual-light-fold-wrap {
  width: 1272px;
  margin: 0 auto;
}

.dual-light-fold-item {
  border-bottom: 1px solid #fff;
  padding: 80px 0;
}

.dual-light-fold-item-title {
  color: #fff;
  font-family: Manrope;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 30px;
  cursor: pointer;
}

.dual-light-fold-item-title-icon {
  width: 34px;
  height: 34px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMCA5aDE4TTkgMHYxOCIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjQiLz48L3N2Zz4=');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.dual-light-fold-item-title-icon-show {
  width: 34px;
  height: 34px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMCA5aDE4IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIvPjwvc3ZnPg==');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.dual-light-fold-item-title-text {
  display: block;
  width: 1050px;
}

.dual-light-fold-item-content {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in;
}

.dual-light-fold-item-content-show {
  max-height: 1600px;
}

.dual-light-fold-item-desc {
  color: #fff;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 750px;

  margin-bottom: 84px;
}

.dual-light-fold-item-video-image {
  width: 100%;
  padding: 0 64px;
  margin: 0 auto;
}
.dual-light-fold-item-video-image img {
  width: calc(100% - 128px);
  height: auto;
}
.dual-light-fold-item-video-image video {
  width: calc(100% - 128px);
  height: auto;
}
.dual-light-fold-item-tips {
  color: #898989;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
}
.fold-slick-item-text-none {
  display: none;
}
.fold-slick-item .fold-slick-item-wrap-center {
  justify-content: center;
  align-items: center;
}
.fold-slick-item-wrap-center .fold-slick-item-image {
  display: flex;
  justify-content: center;
}
.fold-slick-item-wrap-center .fold-slick-item-image img {
  width: auto;
}
.lossless {
  background-color: #000;
}

.lossless-title {
  padding-top: 128px;
  width: 1270px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Manrope;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  margin-bottom: 40px;
}
.lossless-tab-wrap {
  display: flex;
  align-items: center;
  justify-content: center;

  color: #575757;
  text-align: center;
  font-family: Manrope;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
  overflow: hidden;
}
.lossless-tab {
  margin-right: 80px;
  cursor: pointer;
}
.lossless-tab:last-child {
  margin-right: 0px;
}

.lossless-tab-active {
  color: #fff;
}

.lossless-tab-content-wrap {
  position: relative;
  overflow: hidden;
  height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lossless-tips {
  color: #898989;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 64px;
}
.lossless-animation-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 760px;
  opacity: 0;
  transition: opacity 0.23s ease-in;
  pointer-events: none;
}
.lossless-animation-content-show {
  pointer-events: all;
  opacity: 1;
}
.lossless-animation-canvas {
}
.lossless-canvas-inner-text-wrap {
  width: 141.827px;
  position: absolute;
  right: 366px;
}
.lossless-animation-canvas-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 56, 131, 0.1);
}

.lossless-canvas-inner-text::after {
  position: absolute;
  left: -4px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #616161;
}

.lossless-canvas-inner-text {
  position: absolute;
  width: 100%;
  position: relative;
  color: #616161;
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  border-top: 1px solid #616161;
  padding-top: 17px;
  padding-left: 12px;
}

.lossless-canvas-inner-text:first-child {
  top: 90px;
}
.lossless-canvas-inner-text:nth-child(2) {
  top: 187px;
}
.lossless-canvas-inner-text:nth-child(3) {
  top: 295px;
}

.lossless-canvas-inner-text:nth-child(3) {
  padding-top: 6px;
  border-left: 1px solid #616161;
}
.lossless-canvas-inner-text:nth-child(1)::after,
.lossless-canvas-inner-text:nth-child(2)::after {
  top: -4px;
}
.lossless-canvas-inner-text:nth-child(3)::after {
  left: -4px;
  bottom: -4px;
}

.lossless-interactivity-content {
  position: relative;
  width: 260px;
  height: 760px;
  margin-left: 20px;
  border-radius: 4px;
  background: #13141b;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.arrow-animation {
  position: absolute;
  width: 42px;
  height: 357px;
  right: 63px;
  bottom: 93px;

  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/arrow.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  animation: arrowAnimation 1.5s infinite linear;
}
@keyframes rowupAnim{
    0%{
        transform: translate3d(0, 0, 0);
    }
    100%{
        transform: translate3d(-4833px, 0, 0);
    }
}
@-webkit-keyframes arrowAnimation {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  60% {
    transform: translateY(0px);
    opacity: 1;
  }
  90% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 0;
  }
}

.lossless-interactivity-content .ratio-text {
  color: #757575;
  font-family: Manrope;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 49px;
  text-align: center;

  padding-left: 82px;
  margin: 14px 0;
}

.component-slider {
  position: relative;
  height: 580px;
  width: 49px;
  margin-left: 79px;

  border-radius: 4px;
  border: 1px solid #282828;
  background: #181818;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
}

.component-slider-mask-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  mask: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  -webkit-mask: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 10%,
    rgba(255, 255, 255, 0.8)
  );

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;

  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #000;
  z-index: 9;
}

.component-slider-light {
  position: relative;
  width: 40px;
  height: 580px;
  margin-left: 95px;
  border-radius: 4px;
  background: linear-gradient(180deg, #fff 0%, #2f3783 100%);
}

.component-slider-track {
  position: absolute;
  top: 18px;
  left: 14px;
  width: 21px;
  height: 100%;

  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/optics-lens-line.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.component-slider-icon {
  width: 34px;
  height: 34px;

  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/day.png');
  background-size: 100% auto;
  background-repeat: no-repeat;

  margin: 16px 0;
  margin-left: 98px;
}

.component-slider-icon-night {
  background-image: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/night.png');
}

.component-slider-thumb-wrap {
  position: absolute;
  top: 18px;
  bottom: 14px;
  left: 0;
  right: 0;
}
.lossless-interactivity-content .component-slider-thumb-wrap {
  bottom: 22px;
}

.component-slider-thumb {
  position: absolute;
  z-index: 99;
  left: 14px;
  width: 104px;
  height: 44px;
  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/optics-lens-toggle.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.component-slider-thumb-2 {
  left: 0px;
}
.image-text {
  text-align: center;
  box-sizing: border-box;
  padding-top: 191px;
  background-color: #fff;
}
.image-text .title {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.image-text .sub-title {
  width: 1080px;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  margin-bottom: 40px;
}
.image-text .hp-image-box {
  margin: 0 auto;
  width: 1270px;
  height: 765px;
  background-color: #cbcbcb;
}
.image-text-tips {
  width: 1270px;
  margin: 0 auto;
  color: #898989;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
  text-align: left;
}
.image-text-dullness {
  max-width: 1270px;
  margin: 0 auto;
  margin-bottom: 227px;
  border-radius: 4px;
  overflow: hidden;
}
.image-text-item-line {
  display: none;
}
.image-text-dullness .hp-image-box {
  width: 100%;
  height: 728px;
  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/pc-material.png');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.image-text-dullness .hp-image-box {
  margin: 0 auto;
  color: #f0d8bc;
  text-align: center;
  font-family: Manrope;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px 4px 0px 0px;
}
.image-text-dullness .text {
  margin: 0 auto;
  width: 742px;
  padding-top: 70px;
}
.image-text-dullness .image-text-wrap {
  border-radius: 0px 0px 4px 4px;
  background: #f3f3f3;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 64px;
}
.image-text-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.image-text-item:last-child {
  margin-right: 0;
}
.image-text-item-image {
  display: block;
  width: 153.535px;
  height: 100px;
  margin-right: 30px;
}
.image-text-item-text-head {
  color: #000;
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.image-text-item-text-desc {
  color: #000;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 315px;
}
.image-text-video {
  width: 100%;
  height: 1200px;
  background: #e3e3e3;
  overflow: hidden;
}
.image-text-video video {
  display: block;
  height: 100%;
  width: 100%;
}
.image-text-experts {
  padding-top: 160px;
}
.image-text-experts-title {
  color: #000;
  font-family: Manrope;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  width: 1299px;
  margin: 0 auto;
  margin-bottom: 117px;
}
.image-text-experts-swiper-wrap {
  margin-bottom: 240px;
  height: 678px;
}

.image-text-experts-swiper-item {
  border-radius: 4px;
  background: #cdcdcd;
  width: 702px;
  height: 678px;
  white-space: nowrap;
  display: inline-block;
  margin-right: 33px;
}

.image-text-experts-video-box {
  min-width: 100%;
  text-align: center;
  position: absolute;
  white-space: nowrap;
}

.image-text-experts-swiper-video-box {
  will-change: transform;
  position: absolute;
  white-space: nowrap;
  animation: 35s rowupAnim linear infinite normal;
}
.image-text-experts-swiper-video-box:hover {
  animation-play-state: paused;
}
.image-text-experts-swiper-video-real,
.image-text-experts-swiper-video-fake {
  display: inline-flex;
  white-space: nowrap;
}
.image-text-experts-swiper-video-wrap {
  height: 288px;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.image-text-experts-swiper-video-item {
  display: inline-flex;
  width: 513px;
  height: 288px;
  background: #cdcdcd;
  border-radius: 4px;
  margin-right: 24px;
}
.brand-wrap {
  width: 100%;
  height: 320px;
  background: #f3f3f3;
  margin-top: 78px;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: scroll;
}
.brand-wrap::-webkit-scrollbar{
  display: none;
}
.brand-item {
  width: 280px;
  height: 160px;
  border-radius: 4px;
  background: #fff;

  margin-right: 39px;
}
.brand-item img {
  width: 100%;
  height: 100%;
}

.v-enter-active {
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.v-enter-from {
  opacity: 0;
  transform: translateY(200px);
}
.fold-wrap {
  background-color: #000;
  overflow: hidden;
  text-align: center;
}

.fold-button {
  text-align: center;
  font-family: Manrope;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(88deg, #f1e9d8 0%, #a48168 99.99%, #ede3cf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;

  height: 106px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 53px;
  border: 3px solid #ffe1b4;
  margin-bottom: 150px;
  margin-top: 84px;

  box-sizing: border-box;
  padding: 0 93px;
}

.fold-button-icon {
  width: 32px;
  height: 32px;
  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/cross.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 51px;
}

.fold-content-wrap {
  position: relative;
  width: 100%;
  height: 0px;
  background: #151515;
  transition-property: height;
  transition-duration: 0.4s;
  box-sizing: border-box;
}

.fold-content {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 196px;
  box-sizing: border-box;
}
.fold-content-wrap-show {
  height: calc(100vh - 64px);
}
.fold-content-arrow {
  position: absolute;
  top: 76px;
  right: calc(50% - 640px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fold-content-close,
.fold-content-arrow-left,
.fold-content-arrow-right {
  width: 73px;
  height: 73px;
  border-radius: 36.5px;
  background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/svg/close.svg');
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #262626;
  border: none;
}
.fold-content-close {
  position: absolute;
  left: calc(50% - 640px);
  top: 76px;
}
.fold-content-arrow-left {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMjAgM0w3IDE2bDEzIDEzIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+');
  margin-right: 13px;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
  background-color: #252626;
  border-radius: 50%;
}
.fold-content-arrow-left:disabled {
  opacity: 0.3;
}
.fold-content-arrow-right:disabled {
  opacity: 0.3;
}
.fold-content-arrow-right {
  background-position: center;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTAgMjlsMTMtMTNMMTAgMyIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center;
  background-color: #252626;
  border-radius: 50%;
}
.fold-slick-wrap {
  margin-top: 47px;
  display: flex;
  padding-left: calc(50% - 640px);
  text-align: left;
}
.fold-slick-item {
  height: 547px;
  width: 1320px;
  margin-right: 163px;
  color: #fff;
  font-family: Manrope;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fold-slick-item-image {
  width: 840px;
  height: 547px;
}
.fold-slick-item-image img {
  width: 100%;
  height: 100%;
}
.fold-slick-item-text {
  width: 400px;
  margin-left: 80px;
}
.fold-slick-item-text-left {
  margin-left: 0;
  margin-right: 100px;
}
.fold-slick-item:nth-of-type(1)
  .fold-slick-item-wrap
  .fold-slick-item-text-left
  .title {
  font-size: 32px;
  font-weight: 700;
}
.fold-slick-item:nth-of-type(1) .fold-slick-item-text .title {
  font-size: 48px;
  font-weight: 700;
}
.fold-slick-item-text .title {
  font-weight: 500;
  font-size: 32px;
}
.fold-slick-item-text .tag {
  color: #ed8941;
  font-size: 58px;
  font-weight: 500;
  letter-spacing: -2px;
  margin-top: 32px;
}
.fold-slick-item-text .desc {
  font-size: 18px;
  margin-top: 32px;
  font-weight: 500;
}
.fold-slick-item-wrap {
  height: 100%;
  width: 1320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fade-enter-active,
.fade-leave-active {
  transition-delay: 0.25s;
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.Vector_757 {
  animation: 1s linear 0s 1 normal forwards running Vector_757;
  opacity: 1;
  animation-iteration-count: infinite;
}
@keyframes Vector_757 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.Vector_654 {
  animation: 1s linear 0s 1 normal forwards running Vector_654;
  opacity: 0.5;
  animation-iteration-count: infinite;
}
@keyframes Vector_654 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  96.15% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
.Vector_493 {
  animation: 1s linear 0s 1 normal forwards running Vector_493;
  opacity: 0.25;
  animation-iteration-count: infinite;
}
@keyframes Vector_493 {
  0% {
    opacity: 0.25;
  }
  46.15% {
    opacity: 0.5;
  }
  96.15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fold-slick-item-text-long {
  width: 600px;
  margin-left: 160px;
}
.white-bg {
  background-color: #fff;
}

.section_parameter {
  max-width: 1270px;
  margin: 205px auto 0 auto;
  padding: 0 16px;
}
.parameter_bottom {
  display: block;
}
.parameter_sticky {
  padding-bottom: 4px;
}
.parameter_top {
  display: flex;
  align-items: center;
}
.parameter_pro {
  margin-left: 127px;
}
.parameter_pro_name {
  color: #000;
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 7px;
}
.parameter_pro_tags {
  display: flex;
  max-width: 455px;
  flex-wrap: wrap;
}
.parameter_pro_tag {
  border-radius: 4px;
  border: 1px solid #a4a4a4;
  padding: 7px 12px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-right: 8px;
  margin-top: 15px;
}
.parameter_middle {
  margin-top: 96px;
  margin-left: 370px;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 36px;
}
.parameter_specs_left {
  position: sticky;
  top: 60px;
  margin-top: 40px;
  margin-left: 14px;
  padding-left: 14px;
  border-left: 2px solid #d4d4d4;
}
.parameter_specs_right {
  margin-top: -291px;
  margin-left: 240px;
}
.parameter_specs_title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  width: 243px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.parameter_specs_title_active {
  font-weight: 600;
}
.parameter_specs_title_active:before {
  content: '';
  width: 2px;
  height: 19px;
  background: #000;
  display: block;
  position: relative;
  left: -16px;
}
.parameter_specs_item {
  display: flex;
  margin-left: 127px;
  align-items: center;
  color: #000;
  padding: 40px 0;
  border-bottom: 1px solid #cacaca;
}
.parameter_specs_item_name {
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  min-width: 396px;
}
.parameter_specs_item_value {
  font-weight: 400;
  line-height: 38px;
  font-size: 18px;
}
.go_compare_button {
  opacity: 1 !important;
  border-radius: 4px;
  background: #000;
  padding: 8px 37px 8px 18px;
  color: #fff;
  font-size: 18px;
  margin-left: 367px;
  display: inline-block;
  margin-bottom: 32px;
  margin-top: 132px;
}
.section_parameter .mobile_bottom {
  float: right;
  display: none;
}
.section_product_notes_detail {
  margin-left: 364px;
  font-size: 12px;
  color: #a4a4a4;
  line-height: 17px;
  margin-bottom: 100px;
}

@media (max-width: 1920px) {
  .all-in-one .title {
    font-size: 36px;
  }
  .all-in-one .main-content {
    height: 454px;
  }

  .dolby-text {
    font-size: 46px;
  }

  .dual-light-text {
    font-size: 56px;
  }
  .all-in-one .content-section {
    padding-left: 77px;
  }
  .all-in-one .content-text,
  .all-in-one .content-image-title,
  .all-in-one .content-section .content-title {
    width: 476px;
  }
  .all-in-one .content-image {
    width: auto;
    height: 316px;
  }
  .control-section .video {
    width: 474px;
    height: 278px;
  }
  .control-section .tab {
    cursor: pointer;
  }
  .control-section .tab-active {
    font-size: 32px;
  }
  .control-section .tab-wrap {
    margin-bottom: 43px;
    height: 47px;
  }

  .control-cycle {
    bottom: 11px;
    right: 288px;
    transform: scale(0.8);
  }
  .control-cycle-step {
    bottom: 279px;
  }
  .all-in-one .canvas-inner-element .tof-coms {
    left: 343px;
    top: 144px;
  }
  .all-in-one .canvas-inner-element .tof-coms .line {
    width: 139px;
  }

  .all-in-one .canvas-inner-element .tof-coms .text {
    left: 148px;
    width: 120px;
    height: 53.42px;
  }
  .canvas-inner-element-text {
    padding-top: 40px;
  }

  .interaction-section-video-wrap {
    width: 474px;
    height: 162px;
    margin-bottom: 4px;
  }

  .interaction-section-button-sound {
    bottom: 40px;
    right: 282px;
  }

  .interaction-section-title {
    font-size: 32px;
  }
  .interaction-section-desc {
    margin-bottom: 26px;
  }
  .interaction-section {
    padding-top: 43px;
    height: 454px;
  }
  .control-section {
    height: 454px;
    padding-top: 40px;
  }

  .lossless-title {
    font-size: 36px;
  }
  .lossless-tab-wrap {
    font-size: 24px;
  }
  .lossless-tab-content-wrap,
  .lossless-animation-content {
    height: 501px;
  }

  .lossless-interactivity-content {
    width: 172px;
    height: 501px;
  }
  .component-slider {
    width: 26px;
    height: 375px;
    margin-left: 62px;
  }
  .component-slider-track {
    width: 13px;
    left: 6px;
  }
  .lossless-interactivity-content .ratio-text {
    padding-left: 52px;
  }
  .arrow-animation {
    right: 13px;
    bottom: 60px;
  }
  .component-slider-thumb {
    width: 64px;
    height: 29.23px;
    left: 0px;
  }
  .component-slider-light {
    width: 26px;
    height: 375px;
    margin-left: 62px;
  }
  .component-slider-icon {
    width: 22px;
    height: 22px;
    margin-left: 66px;
  }
  .dolby-vision-logo {
    mask-size: 404px auto;
    -webkit-mask-size: 404px auto;
  }

  .dolby-comparison-desc {
    /* font-size: 14px; */
  }

  .image-text-video {
    height: 900px;
  }

  .lossless .sticky-content {
    height: 120vh;
  }
  .lossless-canvas-inner-text {
    font-size: 13px;
    padding-top: 11px;
  }
  .lossless-canvas-inner-text-wrap {
    right: 240px;
    width: 93.572px;
  }
  .lossless-canvas-inner-text:first-child {
    top: 68px;
  }
  .lossless-canvas-inner-text:nth-child(2) {
    top: 132px;
  }
  .lossless-canvas-inner-text:nth-child(3) {
    top: 225px;
  }
  .lossless-canvas-inner-text::after {
    width: 6px;
    height: 6px;
    left: -3px;
  }
  .lossless-canvas-inner-text:nth-child(1)::after,
  .lossless-canvas-inner-text:nth-child(2)::after {
    top: -3px;
  }
  .lossless-canvas-inner-text:nth-child(3)::after {
    left: -3px;
    bottom: -3px;
  }

  .video-wrap-offset {
    transform: translateY(-306px);
  }
}

/* 短屏幕适配 */
@media screen and (max-height: 880px) {
  .fold-content {
    padding-top: 96px;
  }
  .fold-content-close {
    top: 24px;
  }
  .fold-content-arrow {
    top: 24px;
  }
  .dolby-text {
    font-size: 36px;
  }
  .dolby-comparison-desc {
    top: 77.6%;
  }
  .lossless-title {
    padding-top: 85px;
    margin-bottom: 24px;
  }
  .lossless-tab-wrap {
    margin-bottom: 24px;
  }
  .all-in-one .title {
    padding-top: 8vh;
    margin-bottom: 16px;
  }
  .all-in-one .nav-title {
    margin-bottom: 36px;
  }
  .dual-light-text {
    padding-top: 18vh;
  }
}
/* ipad pro */
@media screen and (max-width: 1280px) {
  .horizon-ultra .horizon-ultra-nav-mobile {
    height: 64px;
    display: flex !important;
    justify-content: space-between;
    padding: 0 24px;
    width: auto !important;
    border-top: 1px solid #D4D4D4;
    transition: all .3s ease-in;
  }
  .svg-arrow-circle {
    height: 19px;
    display: block;
  }
  .svg-arrow-circle-bottom {
    transform: rotate(90deg);
  }
  .type-area-item-mobile {
    line-height: 64px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
  }
  .atv-section {
    padding: 64px 16px;
    box-sizing: border-box;
  }
  .atv-section .image-text-tips {
    width: 100%;
    font-size: 12px;
  }
  .atv-section .sub-title {
    width: 100%;
  }
  .atv-section .title {
    font-size: 28px;
  }
  .atv-section .hp-image-box {
    width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
  }

  .lossless-tips {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .content-tips {
    font-size: 12px;
    color: #a4a4a4;
    font-weight: 400;
  }
  .full-height {
    min-height: 0vh !important;
  }
  .introduction-video {
    height: calc(100vh - 64px);
    position: inherit;
  }
  .introduction_video {
    margin: 0;
  }
  .introduction_video_cover {
    background: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/mobile-kvbanner.png');
    background-size: 100% auto !important;
    background-position: center 75%;
  }
  .introduction_4k {
    width: 31px;
  }
  .introduction_video_text {
    padding: 0 16px;
    width: auto;
    align-items: center;
    justify-content: flex-start;
    margin-top: 84px;
    text-align: center;
  }
  .introduction_video_text .title {
    font-size: 48px;
    line-height: 66px;
  }
  .introduction_video_text .sub_title {
    font-size: 24px;
    line-height: 32px;
  }
  .introduction_video_text .btn_list {
    margin-top: 40px;
  }
  .introduction_video_text .btn-video {
    height: 78px;
    width: 255px;
  }
  .play_ground {
    width: 78px;
    height: 78px;
  }
  .play_ground img {
    width: 24px;
    height: 24px;
  }
  .play_text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    margin-left: 18px;
  }
  .popup_player .video_fr {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .horizon-ultra .show_pc {
    display: none;
  }
  .horizon-ultra .show_mobile {
    display: block;
    width: 100%;
    font-size: 0;
  }

  .lossless_mob_section {
    background-color: #000;
    overflow: hidden;
  }
  .type-area {
    padding: 0 24px;
  }
  .type-area-item {
    display: none;
  }

  .dolby_mobile {
    background: #000;
  }
  .dolby_mobile_video {
    object-fit: cover;
    height: calc(50vh - 32px);
    width: 100%;
  }
  .dolby_mobile_text {
    background: #000;
    min-height: calc(50vh - 32px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 16px;
  }
  .dolby_mobile_text_title {
    font-size: 64px;
    color: #fff;
    font-weight: 800;
  }
  .dolby_mobile_text_text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    max-width: 660px;
    padding-top: 48px;
    padding-bottom: 48px;
    margin: 0 auto;
  }
  .dual_light_mobile {
    background-color: #000;
    height: calc(100vh - 64px);
    color: #fff;
    padding: 0 32px;
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .dual_light_text {
    font-size: 42px;
    line-height: 58px;
  }
  .dual_light_desc {
    margin-top: 36px;
    font-size: 20px;
    line-height: 28px;
    max-width: 620px;
  }
  .dual_light_arrow {
    height: 218px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 42px;
  }
  .dual_light_arrow .radius {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #fff;
  }
  .dual_light_arrow .line {
    width: 2px;
    flex: 1;
    background-color: #fff;
  }
  .dual_light_arrow .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16.5px 9.5px 0 9.5px;
    border-color: #fff transparent transparent transparent;
  }
  .optics_mobile_video_wrap {
    position: relative;
    overflow: hidden;
  }
  .optics_mobile_video_wrap .dual-light-video-text {
    font-size: 42px;
  }
  .dual_light_mobile_video,
  .optics_mobile_video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    background: #000;
  }
  /* 折叠 */
  .dual-light-fold-wrap {
    width: 100%;
  }
  .dual_light_logo {
    background: #000;
    padding: 61px 0 22px 0;
    height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dual_light_logo_img {
    width: 223px;
  }
  .dual-light-fold-item {
    border-bottom: 1px solid #fff;
    padding: 48px 0px;
    margin: 0 24px;
  }
  .dual-light-fold-item-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .dual-light-fold-item-desc {
    color: #898989;
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
    padding-right: 24px;
    width: auto;
    margin-bottom: 36px;
  }
  .dual-light-fold-item-video-image {
    width: 100%;
    padding: 0;
  }
  .dual-light-fold-item-video-image img {
    width: 100%;
  }
  .dual-light-fold-item-tips {
    margin-top: 16px;
    font-size: 14px;
    width: auto;
  }
  .dual-light-fold-item-title-text {
    margin-right: 32px;
  }
  /* 折叠轮播 */
  .fold-button {
    margin-bottom: 16px;
    margin-top: 36px;
    font-size: 28px;
    width: auto;
    padding: 0 42px;
    border-width: 1px;
  }
  .fold-slick-item-text-long {
    width: 100%;
    margin-top: 20% !important;
  }
  .fold-slick-item-wrap {
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: flex-start;
  }
  .fold-content-arrow {
    display: none;
  }
  .fold-content {
    padding-top: 16px;
  }
  .fold-content-close {
    top: 24px;
    left: 36px;
    width: 56px;
    height: 56px;
    background-size: 24px 24px;
  }
  .fold-slick-wrap {
    padding: 96px 64px 64px 64px;
  }
  .fold-slick-item {
    width: 560px;
    height: 100%;
    margin: 0 18px;
    flex: 1;
  }
  .fold-slick-item-wrap-center .fold-slick-item-image img {
    width: 100%;
  }
  .fold-slick-item-wrap-center .fold-slick-item-image {
    width: 80%;
  }

  .fold-slick-item-image {
    width: 100%;
    height: auto;
  }
  .fold-slick-item-text {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
  .fold-slick-item-text-left {
    margin-top: 25px;
  }
  .fold-slick-item-text .title {
    font-size: 28px;
  }
  .fold-slick-item:nth-of-type(1) .fold-slick-item-text .title {
    font-size: 28px;
    font-weight: 700;
  }
  .fold-slick-item:nth-of-type(1)
    .fold-slick-item-wrap
    .fold-slick-item-text-left
    .title {
    font-size: 28px;
    font-weight: 500;
  }
  .fold-slick-item-text .desc {
    font-size: 16px;
    margin-top: 24px;
  }
  .fold-slick-item-text .tag {
    font-size: 36px;
    margin-top: 24px;
  }
  .fold-slick-wrap .slick-dots {
    display: flex;
    margin: 32px auto 0 auto;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .fold-slick-wrap .slick-dots button {
    border-radius: 4px;
    width: 85px;
    height: 4px;
    background: #262626;
    border: none;
    color: transparent;
  }
  .fold-slick-wrap .slick-dots .slick-active button {
    background: #585858;
  }

  /* 拖动视频播放 */
  .lossless_title {
    color: #fff;
    font-size: 56px;
    font-weight: 500;
    text-align: center;
    padding: 111px 64px 0 64px;
  }
  .lossless_tab_wrap {
    padding-top: 39px;
    padding-bottom: 77px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #575757;
  }
  .lossless-tab {
    margin-right: 0;
    margin-bottom: 0;
  }
  .lossless-tab-content-wrap {
    height: auto;
  }
  .lossless_tab_content_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .lossless-animation-content {
    position: inherit;
    transform: none;
    padding-bottom: 111px;
  }
  .arrow-animation {
    left: 4px;
    bottom: 60px;
    width: 36px;
    height: 337px;
    z-index: 100;
  }

  /*  */
  .dolby_comparison_mobile {
    position: relative;
  }
  .dolby_comparison_mobile .dolby-image-comparison-right {
    width: 100%;
    object-fit: cover;
  }
  .dolby_comparison_mobile .dolby-image-comparison-left {
    width: 100%;
    background-image: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/mobile-dolby-comparison-left.png');
    background-size: 100% auto;
  }
  .dolby_comparison_mobile .dolby_comparison_mobile_drag {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-align: center;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-shadow: 1px 1px 2px #666;
  }
  .dolby_comparison_mobile .comparison-drag-icon {
    width: 50px;
    height: 50px;
  }

  .comparison-drag-wrap {
    width: 100%;
    position: absolute;
    bottom: 48px;
    left: 0;
    overflow: hidden;
    z-index: 99;
  }

  .image-text-dullness {
    padding-top: 0;

    color: #f0d8bc;
    text-align: center;
    font-family: Manrope;

    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #fff;
    box-sizing: border-box;
    padding: 26px 16px;
    overflow: hidden;
    padding-bottom: 13px;
    margin-bottom: 32px;
  }
  .image-text-dullness .hp-image-box {
    width: 100%;
    height: 418px;
    margin: 0 auto;
    border-radius: 4px 4px 0 0;
    background-position: center;
    background-size: auto 100%;
  }
  .image-text-dullness .text {
    padding-top: 42px;
    font-size: 28px;
    width: 100%;
  }
  .image-text-dullness .image-text-wrap {
    width: 100%;
    height: 400px;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0 27px;
  }
  .image-text-item {
    margin: 0;
    flex-direction: column;
    padding: 24px 0;
    box-sizing: border-box;
    align-items: flex-start;
  }
  .image-text-item-text-head {
    font-size: 18px;
    margin-top: 12px;
  }
  .image-text-item-text-desc {
    width: 306px;
    font-weight: 400;
    font-size: 14px;
  }
  .image-text-item-image {
    width: 80px;
    height: 52.105px;
    border-radius: 4px;
  }
  .image-text-item-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
  }
  .parameter img {
    display: block;
    width: 100%;
  }
  .brand-wrap {
    width: 100%;
    height: 125px;
    overflow-y: hidden;
    line-height: 125px;
    background: #f3f3f3;
    margin-top: 12px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 14px;
  }

  .brand-item {
    flex-shrink: 0;
    width: 109px;
    height: 62px;
    white-space: nowrap;
    display: inline-block;
    margin-right: 15px;
  }
  .component-slider-mask-box-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    mask: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1)
    );
    -webkit-mask: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 10%,
      rgba(255, 255, 255, 0.8)
    );

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-color: #000;
    z-index: 9;
  }
  .lossless-animation-canvas-mobile {
    width: 576px;
    height: 600px;
  }
  .lossless-animation-canvas-2-mobile {
    width: 576px;
    height: 600px;
  }
  .lossless-tab-content-wrap,
  .lossless-animation-content {
    height: 637px;
    align-items: flex-start;
  }
  .lossless-tip {
    color: #616161;
    display: flex;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    justify-content: space-between;
    padding-top: 18px;
    padding-left: 24px;
    width: 576px;
  }
  .lossless-tip-item {
    position: relative;
    height: max-content;
    width: 154px;
  }
  .lossless-tip-item::before {
    position: absolute;
    left: -8px;
    width: 1.5px;
    height: 100%;
    content: '';
    background: #616161;
  }
  .lossless-tip-item::after {
    position: absolute;
    left: -10.5px;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
    background: #616161;
  }
  .lossless-interactivity-content {
    width: 56px;
    height: 600px;
    margin-left: 36px;
    align-items: flex-start;
    background: none;
  }
  .lossless-interactivity-content .ratio-text {
    padding-left: 0px;
  }
  .component-slider {
    margin-left: 10px;
    height: 475px;
  }
  .component-slider-light {
    height: 475px;
    margin-left: 9px;
  }
  .component-slider-track {
    background-size: 100% 93%;
  }
  .component-slider-icon {
    margin: 16px 0 16px 10px;
  }

  .show_mobile.all_in_one {
    position: relative;
    min-height: 100vh;
    z-index: 1;
    background-color: white;
  }
  .all_in_one_section {
    margin-top: 16px;
  }
  .all_in_one_section_wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .all_in_one_title_bar_wrap {
    position: sticky;
    top: 64px;
    z-index: 2;
    overflow: hidden;
    background-color: white;
  }

  .all_in_one_title {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding: 26px 0 9px 0;
  }
  .all_in_one_rect {
    width: 100%;
    height: 15px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOTAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAzOTAgMTQiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0tNCAxMi43NWgxMjEuNTg3bDkuNzA3LTExLjI1TDEzNyAxMi43NWgyNTMuNSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .all_in_one_item_canvas {
    position: relative;
    width: 100%;
    height: 820px;
    background: linear-gradient(180deg, #696259 0%, #e7e1da 100%);
  }
  .all_in_one_item_canvas canvas {
    height: 100%;
    /* width: 100%; */
    display: block;
    margin: 0 auto;
    object-fit: cover;
  }
  canvas.all_in_one_isa {
    margin-left: 0;
  }
  .all_in_one_item_canvas_text {
    position: absolute;
    width: 100%;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);

    color: #f1eae2;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    box-sizing: border-box;
    padding: 0 80px;
  }

  .all_in_one_item_canvas .tof-coms {
    left: 312px;
    top: 205px;
  }
  .all_in_one_item_canvas .tof-coms .line {
    width: 183px;
  }
  .all_in_one_item_canvas .tof-coms .text {
    left: 189px;
    width: 120px;
  }

  .all_in_one_item_title {
    display: flex;
    align-items: center;
    justify-content: space-around;

    color: #a4a4a4;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 28px;
    padding-bottom: 25px;
  }

  .all_in_one_item_title_text_active {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .all_in_one_item_content_wrap {
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: -56px;
  }
  .all_in_one_item_content {
    position: relative;
    width: 100%;
    border-radius: 4px;
    background: #f5f5f5;

    box-sizing: border-box;
    padding: 36px 16px;
  }

  .all_in_one_item_content_title {
    color: #000;
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .all_in_one_item_content_desc {
    color: #000;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: wrap;
    margin-top: 7px;
    margin-bottom: 43px;
  }
  .all_in_one_item_content_image_title {
    color: #000;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
  }
  .all_in_one_item_content_image {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
  }

  .all_in_one_item_content .interaction-section-button-sound {
    top: 31px;
    right: 16px;
  }

  .all_in_one_item_content_sound_video {
    position: relative;
    /* background-color: #575757; */
    margin-top: 37px;
    margin-bottom: 37px;
    font-size: 0;
  }

  .all_in_one_item_content_tips {
    color: #9e9e9e;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 9px;
    padding-bottom: 31px;
    border-top: 1px solid #d6d6d6;
  }

  .all_in_one_item_content_box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .all_in_one_item_content_sound_video video {
    width: 100%;
    display: inline-block;
    opacity: 0;
  }
  .all_in_one_item_content_sound_video .wave-video-dts {
    position: absolute;
    left: 0;
    top: 0;
  }
  .all_in_one_item_content_sound_video .wave-video-show {
    opacity: 1;
  }

  .all_in_one_control {
    height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 16px;
  }

  .all_in_one_control_video_wrap {
    width: 100%;
    border-radius: 4px;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 16px;
  }

  .all_in_one_control_video_wrap .video {
    width: 100%;
  }

  .all_in_one_control_video_tab_item {
    margin-bottom: 16px;
    transition: all 0.15s ease-in;
  }

  .all_in_one_control_video_tab_wrap {
    position: relative;
    color: #d7d7d7;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 50px;
    padding-left: 32px;
  }
  .all_in_one_control_video_tab_dot_wrap {
    position: absolute;
    left: 15px;
    top: 7px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .all_in_one_control_video_tab_dot_line {
    width: 2px;
    height: 22px;
    margin: 5px 0;
    background-color: #fff;
  }
  .all_in_one_control_video_tab_dot_active {
    background-color: #fff;
    border: 1px solid #fff;
  }

  .all_in_one_control_video_tab_dot {
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
    border: 1px solid #fff;
  }

  .all_in_one_control_video_tab_item_active {
    font-size: 18px;
    color: #fff;
  }

  .all_in_one_control_image {
    position: absolute;
    bottom: 0;
    right: 74px;

    height: 432px;
  }

  .image_text_section {
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    box-sizing: border-box;
    padding: 0 16px;
    padding-top: 64px;
    padding-bottom: 87px;
    background-color: white;
  }
  .image_text_section_desc {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .image_text_section_image {
    height: 178px;
    background: linear-gradient(180deg, #696259 0%, #e7e1da 100%);
  }

  .control-cycle {
    opacity: 1;
    bottom: 79px;
    right: 96px;
    transform: scale(0.8);
  }
  .control-cycle-step {
    bottom: 309px;
  }

  .video_list {
    background: #fff;
  }
  .video_list_title {
    color: #000;
    font-family: Manrope;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 32px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .video_list_item {
    width: 328px;
    height: 184px;
    background: #d0d0d0;
    border-radius: 2.5px;
    margin-right: 15px;
    overflow: hidden;
  }

  .video_list_item iframe {
    pointer-events: none;
  }

  .dual-light-fold-item-video-image video {
    width: 100%;
  }

  .lossless-interactivity-content
    .component-slider-light
    .component-slider-thumb-wrap {
    bottom: 11px;
    top: 15px;
  }
  .lossless-interactivity-content .component-slider-thumb-wrap {
    bottom: 11px;
  }
}
/* ipad */
@media screen and (max-width: 768px) {
  .section_parameter .section-specs-right {
    margin-top: 32px;
    width: 100%;
  }
  .cc-animate-enabled [data-cc-animate] {
    opacity: 1;
  }
  .section_parameter {
    margin-top: 32px;
  }
  .parameter_bottom {
    display: none;
  }
  .section_parameter .mobile_bottom {
    display: block;
  }
  .go_compare_button {
    margin-left: 0;
    font-size: 14px;
    margin-top: 32px;
  }
  .parameter_middle {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 32px;
  }
  .parameter_top {
    flex-direction: column;
    align-items: start;
  }
  .parameter_pro {
    margin-left: 0;
    margin-top: 16px;
  }
  .parameter_pro_name {
    font-size: 40px;
  }
  .parameter_pro_tag {
    font-size: 16px;
  }
  .section_product_notes_detail {
    margin: 0 0 25px 0;
  }
}
/* ipad以下 移动端*/
@media screen and (max-width: 767.98px) {
  .brand-wrap {
    justify-content: flex-start;
  }
  .fold-slick-wrap {
    padding: 64px 32px 32px 32px;
  }
  .introduction_video_cover {
    background-position: center center;
  }
  .introduction_video_text {
    padding: 0 16px;
    width: auto;
    align-items: center;
    justify-content: flex-start;
    margin-top: 16vh;
  }
  .introduction_video_text .title {
    font-size: 40px;
    line-height: 57px;
  }
  .introduction_video_text .sub_title {
    font-size: 18px;
    line-height: 24px;
  }
  .introduction_video_text .btn_list {
    margin-top: 40px;
  }
  .introduction_video_text .btn-video {
    height: 52px;
    width: 171px;
  }
  .play_ground {
    width: 52px;
    height: 52px;
  }
  .play_ground img {
    width: 24px;
    height: 24px;
  }
  .play_text {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    margin-left: 12px;
  }
  .popup_player .video_fr {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .dolby_mobile_text_title {
    font-size: 56px;
    font-weight: 800;
  }
  .dual_light_mobile {
    background-color: #000;
    height: auto;
    display: block;
    color: #fff;
    padding: 108px 16px 35px 16px;
    text-align: center;
    font-weight: 500;
  }
  .dual-light-fold-item {
    border-bottom: 1px solid #fff;
    padding: 24px 0px;
    margin: 0 16px;
  }
  .dual-light-fold-item-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
  }
  .dual-light-fold-item-desc {
    font-size: 14px;
  }
  .dual-light-fold-item-tips {
    margin-top: 8px;
    font-size: 14px;
  }

  /* 折叠轮播 */
  .fold-button {
    margin-bottom: 16px;
    margin-top: 36px;
    font-size: 14px;
    width: auto;
    height: 40px;
    padding: 0 42px;
  }
  .fold-button-icon {
    width: 18px;
    height: 18px;
    margin-right: 16px;
  }
  .fold-slick-item-text .title {
    font-size: 24px;
  }
  .fold-slick-item:nth-of-type(1)
    .fold-slick-item-wrap
    .fold-slick-item-text-left
    .title {
    font-size: 24px;
    font-weight: 500;
  }
  .fold-slick-item:nth-of-type(1) .fold-slick-item-text .title {
    font-size: 24px;
    font-weight: 700;
  }
  .fold-slick-item-text .desc {
    font-size: 14px;
  }
  .fold-slick-item-text .tag {
    font-size: 34px;
  }
  .fold-slick-item-wrap-center .fold-slick-item-image {
    width: 100%;
  }
  .fold-slick-wrap .slick-dots button {
    width: 65px;
  }
  .fold-content-close {
    width: 40px;
    height: 40px;
    background-size: 17px 17px;
  }
  .dolby_comparison_mobile .dolby-image-comparison-left {
    background-size: auto 100%;
  }

  /*  */
  .lossless_title {
    padding: 75px 16px 0 16px;
    font-size: 28px;
  }
  .lossless_tab_wrap {
    padding-top: 20px;
    font-size: 18px;
    padding-bottom: 23px;
  }
  .lossless_tab_content_wrap {
    padding: 0 16px;
  }
  .lossless-animation-content {
    padding-bottom: 75px;
    width: 100%;
    height: 368px;
    align-items: flex-start;
  }
  .lossless-animation-canvas-mobile {
    width: 300px;
    height: 310px;
  }
  .lossless-animation-canvas-2-mobile {
    width: 300px;
    height: 310px;
  }
  .lossless-interactivity-content {
    height: 310px;
    width: 22px;
    margin-left: 20px;
    align-items: center;
    background: none;
  }
  .lossless-interactivity-content .ratio-text {
    padding-left: 0px;
    margin: 3px 0;
    font-size: 12px;
    width: auto;
  }
  .component-slider {
    height: 262px;
    margin-left: 0;
  }
  .component-slider-track {
    top: 10px;
    background-size: 100% 93%;
  }
  .arrow-animation {
    bottom: 32px;
    left: 2px;
    height: 164px;
    width: 21px;
  }
  .component-slider-thumb {
    width: 26px;
    background-image: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/icon-slider-mobile.svg');
  }
  .lossless-tip {
    font-size: 12px;
    padding-top: 8px;
    padding-left: 8px;
    width: 300px;
  }
  .lossless-tip-item {
    width: 90px;
  }
  .lossless-tip-item::before {
    left: -6px;
    width: 1px;
  }
  .lossless-tip-item::after {
    left: -7px;
    width: 3px;
    height: 3px;
  }
  .component-slider-light {
    height: 262px;
    margin-left: 0;
  }
  .component-slider-icon {
    width: 14px;
    height: 14px;
    margin-left: 0;
    margin: 6px 0;
  }
  .dual_light_desc {
    margin-top: 24px;
    font-size: 14px;
    line-height: 19px;
    max-width: 620px;
  }
  .dolby_comparison_mobile {
    position: relative;
  }
  .all_in_one_item_canvas {
    width: 100%;
    height: 518px;
  }

  .all_in_one_control_image {
    height: 287px;
  }
  .control-cycle {
    bottom: 43px;
    right: 78px;
    transform: scale(0.65);
  }
  .control-cycle-step {
    bottom: 196px;
  }

  .all_in_one_item_canvas .tof-coms {
    left: 200px;
    top: 124px;
    z-index: 9;
    font-size: 14px;
  }
  .all_in_one_item_canvas .tof-coms .radius {
    width: 8px;
    height: 8px;
  }
  .all_in_one_item_canvas .tof-coms .line {
    width: 73px;
  }
  .all_in_one_item_canvas .tof-coms .text {
    width: 90px;
    left: 79px;
  }

  .image-text-dullness .hp-image-box {
    background-image: url('https://global.static.xgimi.com/shop_mall/horizon-ultra/mobile-material.png');
  }
}
