#panel-container {
  line-height: 1.6;
  --navHeight: 80px;
  --barmove: 0;
  background-color: #000000;
  color: #ffffff;
}
#panel-container *, #panel-container::before, #panel-container::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
#panel-container *:focus, #panel-container *:active {
  outline: none;
}
#panel-container .nowrap {
  display: inline-block;
  white-space: nowrap;
}
#panel-container sup {
  font-size: 0.6em;
  line-height: 1;
}
#panel-container sup[data-index] {
  cursor: pointer;
}
#panel-container section {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#panel-container .blur-up {
  filter: blur(20px);
  transition: filter 0.2s;
  will-change: filter;
}
#panel-container .blur-up.lazyloaded {
  filter: blur(0);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #panel-container .blur-up {
    transition: opacity 0.3s;
    opacity: 0.001;
  }
  #panel-container .blur-up.lazyloaded {
    opacity: 1;
  }
}
#panel-container img,
#panel-container video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#panel-container picture, #panel-container img, #panel-container video, #panel-container svg, #panel-container canvas {
  display: block;
  width: 100%;
}
#panel-container .media-cover {
  position: relative;
  width: 100%;
  display: block;
}
#panel-container .media-cover img,
#panel-container .media-cover video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
#panel-container .media-cover:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#panel-container .global-style-hide span {
  transition: transform 0.3s ease-out;
}
#panel-container .global-style-hide:hover span {
  transform: translateX(3px);
}
#panel-container .relative {
  position: relative;
}
#panel-container .absolute {
  position: absolute;
}
#panel-container .txt-center {
  text-align: center;
}
#panel-container .sec-radius {
  border-radius: 3.125vw;
  -webkit-border-radius: 3.125vw;
  -moz-border-radius: 3.125vw;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#panel-container .flex-left {
  display: flex;
  justify-content: flex-start;
}
#panel-container .flex-center {
  display: flex;
  justify-content: center;
}
#panel-container .flex-between {
  display: flex;
  justify-content: space-between;
}
#panel-container .align-center {
  align-items: center;
}
#panel-container .mob-show {
  display: none;
}
#panel-container .pc-show {
  display: initial;
}
#panel-container .space {
  margin-top: 10.416667vw;
}
#panel-container .halfspace {
  margin-top: 6.25vw;
}
#panel-container span.nowrap {
  white-space: nowrap;
}
#panel-container .h2, #panel-container .h3 {
  line-height: 1.25;
}
#panel-container .sec-txt-16 {
  font-size: 0.833333vw;
}
#panel-container .sec-txt-20 {
  font-size: 1.041667vw;
}
#panel-container .sec-txt-22 {
  font-size: 1.145833vw;
}
#panel-container .sec-txt-32 {
  font-size: 1.666667vw;
}
#panel-container .sec-txt-24 {
  font-size: 1.25vw;
}
#panel-container .sec-txt-48 {
  font-size: 2.5vw;
}
#panel-container .sec-txt-64 {
  font-size: 3.333333vw;
}
#panel-container .sec-txt-80 {
  font-size: 4.166667vw;
}
#panel-container .sec-txt-120 {
  font-size: 6.25vw;
}
#panel-container .sec-marb-30 {
  margin-bottom: 1.5625vw;
}
#panel-container .sec-marb-40 {
  margin-bottom: 2.083333vw;
}
#panel-container .sec-marb-60 {
  margin-bottom: 3.125vw;
}
#panel-container .sec-marb-80 {
  margin-bottom: 4.166667vw;
}
#panel-container .font-bold {
  font-weight: 700;
}
#panel-container .section-hero .hero-text {
  top: 17.708333vw;
  left: 61.458333vw;
  z-index: 1;
}
#panel-container .section-hero .hero-text .kv-logo {
  width: 25.208333vw;
  margin-left: auto;
  margin-right: auto;
}
#panel-container .section-hero .hero-text .kv-sub-logo {
  width: 19.791667vw;
  margin: 0 auto 1.041667vw;
}
#panel-container .section-hero .hero-text .kv-slogan {
  letter-spacing: 0.03em;
}
#panel-container .section-hero .kv-harmonyos {
  width: 8.333333vw;
  right: 3.125vw;
  bottom: 4.166667vw;
}
#panel-container .section-introduction {
  overflow: initial;
}
#panel-container .section-introduction .sticky-container {
  position: relative;
  height: 180vh;
}
#panel-container .section-introduction .sticky-container .sticky-content {
  position: sticky;
  height: calc(100vh - var(--navHeight));
  top: var(--navHeight);
}
#panel-container .section-introduction .sticky-container .sticky-content .section-video {
  height: 100%;
}
#panel-container .section-introduction .sticky-container .sticky-content .section-video video {
  height: 100%;
}
#panel-container .section-introduction .mask-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  will-change: opacity;
  opacity: 0;
}
#panel-container .section-introduction .content .copy-list {
  font-size: 1.875vw;
  line-height: 1.6;
}
#panel-container .section-introduction .content .fancybox-button span {
  font-size: 1.458333vw;
  color: #ffffff;
}
#panel-container .section-introduction .content .fancybox-button img {
  width: 2.34375vw;
  margin-left: 0.9375vw;
}
#panel-container .section-point {
  width: 100%;
  position: relative;
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: opacity;
  z-index: 3;
}
#panel-container .section-point .point-swiper {
  width: 100%;
}
#panel-container .section-point .point-swiper .swiper-wrapper {
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide-move {
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform;
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide {
  width: 67.5vw;
  margin: auto 2.083333vw;
  border-radius: 0.520833vw;
  overflow: hidden;
  background-color: #1D1D1D;
  -webkit-backdrop-filter: blur(37px);
  backdrop-filter: blur(37px);
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .circle-gradient {
  width: 98.4375vw;
  height: 98.4375vw;
  top: -50.104167vw;
  left: 38.020833vw;
  background-image: radial-gradient(49.21875vw at center center, rgba(255, 255, 255, 0.27) -31%, transparent 100%);
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .section-txt {
  top: 2.083333vw;
  left: 3.125vw;
  right: 3.125vw;
  will-change: transform;
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .section-txt .sec-txt-22 {
  line-height: 1.25;
  color: #F7E0C1;
  margin-bottom: 0.78125vw;
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue {
  will-change: transform;
  height: 3.75vw;
  z-index: 2;
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue .content-border {
  border-radius: 1.875vw;
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue .content {
  border-radius: 1.875vw;
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue .content img {
  width: 3.645833vw;
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue .content span {
  padding: 0.78125vw 0;
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue-1 {
  top: 10.46875vw;
  left: 35.104167vw;
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue-2 {
  top: 19.010417vw;
  left: 19.53125vw;
}
#panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue-3 {
  top: 24.479167vw;
  left: 43.75vw;
}
#panel-container .section-point .point-swiper .swiper-button-center {
  width: 15.625vw;
  margin: 0 auto;
  height: 3.333333vw;
  background-color: #3E3E3E;
  border-radius: 1.666667vw;
  position: relative;
  margin-top: 4.166667vw;
}
#panel-container .section-point .point-swiper .swiper-button-center .swiper-pagination {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#panel-container .section-point .point-swiper .swiper-button-center .swiper-pagination .swiper-pagination-bullet {
  width: 0.520833vw;
  height: 0.520833vw;
  margin: auto 0.78125vw;
  background: #ffffff;
  transition: all 1s;
  opacity: 0.3;
}
#panel-container .section-point .point-swiper .swiper-button-center .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#panel-container .section-point .point-swiper .swiper-button-center .swiper-button-prev,
#panel-container .section-point .point-swiper .swiper-button-center .swiper-button-next {
  color: #FFFFFF;
  font-weight: bold;
}
#panel-container .section-point .point-swiper .swiper-button-center .swiper-button-prev {
  left: 1.302083vw;
}
#panel-container .section-point .point-swiper .swiper-button-center .swiper-button-prev:after {
  font-size: 1.145833vw;
}
#panel-container .section-point .point-swiper .swiper-button-center .swiper-button-next {
  right: 1.302083vw;
}
#panel-container .section-point .point-swiper .swiper-button-center .swiper-button-next:after {
  font-size: 1.145833vw;
}
#panel-container .section-point.active {
  opacity: 0;
}
#panel-container .section-point.active .point-swiper .swiper-wrapper .swiper-slide-move {
  transform: translateX(15vw);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform;
}
#panel-container .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#panel-container .section-title .sub-title {
  font-size: 1.666667vw;
  line-height: 1.25;
  color: #F7E0C1;
  padding: 0.416667vw 1.354167vw;
}
#panel-container .section-title .sub-title .icon-left {
  top: 0;
  left: 0;
  width: 2.447917vw;
}
#panel-container .section-title .sub-title .icon-right {
  bottom: 0;
  right: 0;
  width: 2.447917vw;
}
#panel-container .section-title .sub-title .title-content {
  z-index: 1;
}
#panel-container .section-title .h2 {
  font-size: 5.208333vw;
  line-height: 1.25;
  background-image: linear-gradient(90deg, #B2A79F 0%, #EEEADD 47%, #B2A79F 94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#panel-container .sction-function .swiper {
  width: 100%;
}
#panel-container .sction-function .swiper .swiper-slide {
  width: 100%;
  padding-left: 10.416667vw;
}
#panel-container .sction-function .swiper .swiper-slide .content {
  width: 31.458333vw;
  margin-top: 14.53125vw;
}
#panel-container .sction-function .swiper .swiper-slide .content .icon-list {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 5.208333vw;
}
#panel-container .sction-function .swiper .swiper-slide .content .icon-list .icon-item {
  width: 4.375vw;
  margin: 0 auto 1.041667vw;
}
#panel-container .sction-function .swiper .swiper-slide .content .icon-list .icon-name {
  color: rgba(255, 255, 255, 0.6);
}
#panel-container .sction-function .swiper .swiper-slide .content .icon-list li {
  margin: 0 2.083333vw;
}
#panel-container .sction-function .swiper .swiper-slide .content .icon-list li:nth-child(-n+4) {
  margin-bottom: 3.125vw;
}
#panel-container .sction-function .swiper .swiper-slide .content .icon-list li:nth-child(1),
#panel-container .sction-function .swiper .swiper-slide .content .icon-list li:nth-child(5) {
  margin-left: 0;
}
#panel-container .sction-function .swiper .swiper-slide .content .icon-list li:nth-child(8) {
  margin-right: 0;
}
#panel-container .sction-function .swiper .swiper-slide .content .icon-list li:nth-child(4) {
  margin-right: 1.25vw;
}
#panel-container .sction-function .swiper .swiper-slide .content .icon-list li:nth-child(6) {
  margin: 0 1.979167vw;
}
#panel-container .sction-function .swiper .swiper-slide .content .icon-list li:nth-child(8) {
  margin-left: 0.833333vw;
}
#panel-container .sction-function .swiper .swiper-slide:nth-child(1) .content {
  width: 28.958333vw;
}
#panel-container .sction-function .swiper .swiper-slide:nth-child(2) .content .section-txt {
  width: 31.208333vw;
}
#panel-container .sction-function .swiper .swiper-slide .section-picture {
  width: 54.166667vw;
}
#panel-container .sction-function .swiper .swiper-slide:last-child .content {
  width: 32.458333vw;
  margin-top: 3.020833vw;
}
#panel-container .sction-function .swiper .swiper-pagination {
  position: initial;
  display: flex;
  margin-top: 2.083333vw;
  padding-left: 48.4375vw;
}
#panel-container .sction-function .swiper .swiper-pagination .swiper-pagination-bullet {
  will-change: width, background-color;
  width: 0.520833vw;
  height: 0.520833vw;
  background: #6D6D6D;
  border-radius: 0.3125vw;
  opacity: 1;
  margin: 0 0.260417vw;
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#panel-container .sction-function .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.5625vw;
  background: #FFFFFF;
}
#panel-container .section-system-details .section-txt {
  width: 36.666667vw;
  margin: 0 auto 3.125vw;
}
#panel-container .section-system-details .section-txt .desc {
  color: rgba(255, 255, 255, 0.8);
}
#panel-container .section-system-details .swiper {
  width: 81.25vw;
  margin: 0 auto;
  overflow: visible;
}
#panel-container .section-system-details .swiper .swiper-slide {
  width: 25vw;
}
#panel-container .section-system-details .swiper .swiper-slide:not(:last-child) {
  margin-right: 3.125vw;
}
#panel-container .section-system-details .swiper .swiper-slide > p {
  font-size: 0.9375vw;
  margin-top: 1.5625vw;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap {
  height: 36.875vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt {
  margin-top: 2.083333vw;
  width: 18.75vw;
  margin: 2.083333vw auto;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .desc {
  font-size: 0.9375vw;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .desc-4 {
  width: 14.875vw;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .desc-5 {
  width: 16.875vw;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .desc-6 {
  width: 16.875vw;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .h3-1 span {
  background-image: linear-gradient(45deg, #FAECDA 40%, #FFDEB1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .h3-2 span {
  background-image: linear-gradient(45deg, #FCE6CA 40%, #F5C37E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .h3-3 span {
  background-image: linear-gradient(45deg, #FF7E7E 40%, #D52684 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .h3-4 span {
  background-image: linear-gradient(45deg, #AEE4F0 40%, #67A9E2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .h3-5 span {
  background-image: linear-gradient(45deg, #BABABA 40%, #DAF7EC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .h3-6 span {
  background-image: linear-gradient(45deg, #ACBBCB 40%, #C7DCF2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-video,
#panel-container .section-system-details .swiper .swiper-slide .wrap .section-picture {
  border-radius: 0.520833vw;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#panel-container .section-system-details .swiper .swiper-button-center {
  width: 100%;
  margin-top: 3.125vw;
  display: flex;
  justify-content: flex-end;
}
#panel-container .section-system-details .swiper .swiper-button-center .swiper-prev-btn, #panel-container .section-system-details .swiper .swiper-button-center .swiper-next-btn {
  width: 2.083333vw;
  margin-left: 1.041667vw;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#panel-container .section-system-details .swiper .swiper-button-center .swiper-prev-btn.btn-disable, #panel-container .section-system-details .swiper .swiper-button-center .swiper-next-btn.btn-disable {
  opacity: 0.6;
}
#panel-container .section-system-details .swiper .swiper-pagination {
  display: none;
}
#panel-container .section-smart-voice .section-title .desc {
  width: 42.458333vw;
  margin: 0 auto;
}
#panel-container .section-smart-voice .section-xiaoyi-voice {
  perspective: 500px;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap {
  width: 81.25vw;
  height: 42.708333vw;
  background-color: #1D1D1D;
  -webkit-backdrop-filter: blur(37px);
          backdrop-filter: blur(37px);
  margin: 0 auto;
  border-radius: 0.833333vw;
  overflow: hidden;
  transform-style: preserve-3d;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .circle-gradient {
  width: 98.4375vw;
  height: 98.4375vw;
  top: -50.104167vw;
  left: 38.020833vw;
  background-image: radial-gradient(49.21875vw at center center, rgba(255, 255, 255, 0.27) -31%, transparent 100%);
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap > .section-picture {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .section-txt {
  width: 22.916667vw;
  top: 50%;
  left: 53.385417vw;
  transform: translateY(-50%);
  z-index: 2;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .section-txt .h3 {
  color: #BEA37F;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .section-txt p {
  color: rgba(217, 207, 192, 0.6);
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .section-txt li:not(:last-child) {
  margin-bottom: 4.166667vw;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave {
  will-change: opacity;
  transition: opacity 0.5s linear;
  transition-delay: 1.2s;
  z-index: 2;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave img {
  will-change: transform, opacity;
  transform: scale(0);
  transition: opacity 1.2s linear, transform 1.2s linear;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave-1 {
  width: 18.75vw;
  top: 8.9125vw;
  left: 8.9125vw;
  transform: rotateZ(-2deg);
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave-2 {
  width: 17.0375vw;
  top: 11.896875vw;
  left: 21.859375vw;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave-3 {
  width: 19.486979vw;
  top: 15.042708vw;
  left: 33.891667vw;
  transform: rotateZ(1deg);
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave-4 {
  width: 17.395833vw;
  top: 15.10625vw;
  left: 2.875vw;
  transform: rotateZ(-1deg);
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave-5 {
  width: 28.020833vw;
  top: 18.1875vw;
  left: 16.845833vw;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .xiaoyi-dialogue {
  will-change: transform, opacity;
  z-index: 3;
  opacity: 0;
  transform: translateY(50%);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 1.2s;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .xiaoyi-dialogue-1 {
  top: 11.302083vw;
  left: 17.447917vw;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .xiaoyi-dialogue-2 {
  top: 17.864583vw;
  left: 7.916667vw;
  transition-delay: 2s;
}
#panel-container .section-smart-voice .section-xiaoyi-voice .wrap .xiaoyi-dialogue-3 {
  top: 23.697917vw;
  left: 31.979167vw;
  transition-delay: 2.8s;
}
#panel-container .section-smart-voice .section-xiaoyi-voice.active .wrap .wave {
  opacity: 0;
}
#panel-container .section-smart-voice .section-xiaoyi-voice.active .wrap .wave img {
  transform: scale(1);
}
#panel-container .section-smart-voice .section-xiaoyi-voice.active .wrap .xiaoyi-dialogue {
  transform: translateY(0);
  opacity: 1;
}
#panel-container .xiaoyi-dialogue {
  height: 2.916667vw;
  padding: 0.104167vw;
  pointer-events: none;
}
#panel-container .xiaoyi-dialogue .content-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #FDD578, #F7C594, #F1B5B0, #ECA6CC, #E696E7, #DF8BFF, #D19AFE, #C3AAFD, #B5B9FD, #A7C8FC, #99D7FB);
  padding: 0.104167vw;
  -webkit-mask: linear-gradient(#fff 0 100%) content-box, linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  border-radius: 1.458333vw;
  overflow: hidden;
}
#panel-container .xiaoyi-dialogue .content {
  width: 100%;
  height: 100%;
  align-items: flex-start;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1.458333vw;
}
#panel-container .xiaoyi-dialogue .content img {
  width: 2.8125vw;
  margin: 0 0.520833vw;
}
#panel-container .xiaoyi-dialogue .content span {
  letter-spacing: 0.01em;
  margin-right: 0.833333vw;
  padding: 0.520833vw 0;
}
#panel-container .section-dialogue .dialogue-swiper {
  width: 100%;
}
#panel-container .section-dialogue .dialogue-swiper .swiper-slide {
  width: 100%;
}
#panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue .content-border {
  border-radius: 1.979167vw;
}
#panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue .content {
  border-radius: 1.770833vw;
}
#panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-3 {
  height: 3.854167vw;
  top: 18.385417vw;
  left: 43.558333vw;
}
#panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-3 .content span {
  font-size: 1.40625vw;
  margin-left: 2.916667vw;
  margin-right: 2.760417vw;
}
#panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-4 {
  height: 6.25vw;
  top: 27.34375vw;
  left: 63.497917vw;
}
#panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-4 .content-border {
  border-radius: 1.458333vw;
}
#panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-4 .content {
  border-radius: 1.458333vw;
}
#panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-4 .content span {
  font-size: 1.40625vw;
  margin-left: 2.083333vw;
  margin-right: 2.604167vw;
}
#panel-container .section-dialogue .swiper-content {
  width: 40.104167vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 7.291667vw;
}
#panel-container .section-dialogue .swiper-content .dialogue-content {
  display: flex;
}
#panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-content-progress-line-container {
  margin-right: 2.083333vw;
}
#panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-content-progress-line-container .dialogue-content-progress-line {
  background-color: rgba(255, 255, 255, 0.4);
  width: 0.104167vw;
  height: 100%;
  transition: height 0.6s ease;
}
#panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-content-progress-line-container .dialogue-content-progress-line .dialogue-content-progress-line-bar {
  background-color: #FFFFFF;
  width: 0.104167vw;
  height: 50%;
  transition: transform 0.6s ease, height 0.6s ease;
}
#panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-content-progress-line-container .dialogue-content-progress-line[data-index="1"] .dialogue-content-progress-line-bar {
  transform: translateY(0);
}
#panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-content-progress-line-container .dialogue-content-progress-line[data-index="2"] .dialogue-content-progress-line-bar {
  transform: translateY(100%);
}
#panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-pagination-swiper {
  width: 28.125vw;
}
#panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-pagination-swiper .swiper-wrapper {
  flex-direction: column;
  height: auto;
}
#panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-pagination-swiper .swiper-slide {
  position: relative;
  opacity: 0.4;
  padding: 2.1875vw 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
  will-change: transform;
}
#panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-pagination-swiper .swiper-slide.current {
  opacity: 1;
}
#panel-container .section-life-assistant-main .swiper {
  width: 81.25vw;
  margin: 0 auto;
  overflow: visible;
}
#panel-container .section-life-assistant-main .swiper .swiper-slide {
  width: 26.25vw;
  height: 37.5vw;
  border-radius: 0.833333vw;
  background-color: #151515;
  overflow: hidden;
}
#panel-container .section-life-assistant-main .swiper .swiper-slide:not(:last-child) {
  margin-right: 1.25vw;
}
#panel-container .section-life-assistant-main .swiper .swiper-slide > p {
  font-size: 0.9375vw;
  margin-top: 1.041667vw;
}
#panel-container .section-life-assistant-main .swiper .swiper-slide .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 6.25vw;
}
#panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .section-txt {
  will-change: transform;
  top: 1.875vw;
  left: 2.083333vw;
  right: 2.083333vw;
}
#panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .section-txt .h3 {
  margin-bottom: 1.041667vw;
}
#panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .section-txt .desc {
  font-size: 1.145833vw;
  color: rgba(199, 199, 199, 0.6);
}
#panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .xiaoyi-dialogue {
  will-change: transform;
}
#panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .xiaoyi-dialogue-1 {
  top: 12.864583vw;
  left: 6.145833vw;
}
#panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .xiaoyi-dialogue-2 {
  top: 15.833333vw;
  left: 16.5625vw;
}
#panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .xiaoyi-dialogue-3 {
  top: 22.291667vw;
  left: 8.697917vw;
}
#panel-container .section-life-assistant-main .swiper .swiper-button-center {
  width: 100%;
  margin-top: 3.125vw;
  display: flex;
  justify-content: flex-end;
}
#panel-container .section-life-assistant-main .swiper .swiper-button-center .swiper-prev-btn, #panel-container .section-life-assistant-main .swiper .swiper-button-center .swiper-next-btn {
  width: 2.083333vw;
  margin-left: 1.041667vw;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#panel-container .section-life-assistant-main .swiper .swiper-button-center .swiper-prev-btn.btn-disable, #panel-container .section-life-assistant-main .swiper .swiper-button-center .swiper-next-btn.btn-disable {
  opacity: 0.6;
}
#panel-container .section-life-assistant-main .swiper .swiper-pagination {
  display: none;
}
#panel-container .section-hmos-design .swiper .swiper-slide {
  width: 100%;
}
#panel-container .section-hmos-design .swiper-content {
  margin-top: 3.125vw;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#panel-container .section-hmos-design .swiper-content .tablist-wrapper {
  position: relative;
}
#panel-container .section-hmos-design .swiper-content .tablist-wrapper .tablist {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#panel-container .section-hmos-design .swiper-content .tablist-wrapper .tablist .tabnav {
  padding: 0 3.4375vw 1.25vw 3.4375vw;
  cursor: pointer;
  transition: opacity 0.3s;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
  line-height: 1.25;
  -webkit-overflow-scrolling: touch;
}
#panel-container .section-hmos-design .swiper-content .tablist-wrapper .tablist .tabnav:first-child {
  padding-left: 3.854167vw;
}
#panel-container .section-hmos-design .swiper-content .tablist-wrapper .tablist .tabnav:last-child {
  padding-right: 3.854167vw;
}
#panel-container .section-hmos-design .swiper-content .tablist-wrapper .tabnav-scrollbar {
  width: 100%;
  height: 0.104167vw;
  background-color: #86868B;
}
#panel-container .section-hmos-design .swiper-content .tablist-wrapper .swiper-scrollbar-drag {
  width: 0;
  transition: transform 0.5s, width 0.5s;
  border-radius: 0;
  background-color: #ffffff;
}
#panel-container .section-hmos-design .tabnav-active, #panel-container .section-hmos-design[data-active="1"] .tablist .tabnav:nth-of-type(1), #panel-container .section-hmos-design[data-active="2"] .tablist .tabnav:nth-of-type(2), #panel-container .section-hmos-design[data-active="3"] .tablist .tabnav:nth-of-type(3), #panel-container .section-hmos-design[data-active="4"] .tablist .tabnav:nth-of-type(4), #panel-container .section-hmos-design[data-active="5"] .tablist .tabnav:nth-of-type(5) {
  color: #ffffff;
}
#panel-container .section-footnote {
  color: rgba(255, 255, 255, 0.6);
  font-size: max(0.625vw, 12px);
  line-height: 1.6;
  width: 66.583333vw;
  margin: 0 auto;
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
  overflow: hidden;
}
#panel-container .section-footnote ol {
  list-style-type: decimal;
  padding-left: 2em;
}
#panel-container .section-footnote ul {
  padding-left: 2em;
  margin-top: 1.041667vw;
}
#panel-container .section-footnote .active {
  color: #ffffff;
}
#panel-container .disclaimer {
  list-style-type: none;
  position: relative;
  pointer-events: none;
}
#panel-container .disclaimer::before {
  content: "*";
  position: absolute;
  top: 0;
  transform: translateX(-100%);
}
@media (max-aspect-ratio: 11/10) {
  #panel-container .mob-show {
    display: initial;
  }
  #panel-container .pc-show {
    display: none;
  }
  #panel-container .sec-radius {
    border-radius: 8.333333vw;
    -webkit-border-radius: 8.333333vw;
    -moz-border-radius: 8.333333vw;
  }
  #panel-container .sec-txt-120 {
    font-size: 16.666667vw;
  }
  #panel-container .sec-txt-80 {
    font-size: 64px;
  }
  #panel-container .sec-txt-64 {
    font-size: 64px;
  }
  #panel-container .sec-txt-48 {
    font-size: 6.666667vw;
  }
  #panel-container .sec-txt-32 {
    font-size: 4.444444vw;
  }
  #panel-container .sec-txt-24 {
    font-size: 3.333333vw;
  }
  #panel-container .sec-marb-30 {
    margin-bottom: 4.166667vw;
  }
  #panel-container .sec-marb-40 {
    margin-bottom: 5.555556vw;
  }
  #panel-container .sec-marb-60 {
    margin-bottom: 8.333333vw;
  }
  #panel-container .space {
    margin-top: 27.777778vw;
  }
  #panel-container .halfspace {
    margin-top: 16.666667vw;
  }
  #panel-container .section-hero {
    padding-bottom: 16.666667vw;
  }
  #panel-container .section-hero .hero-text {
    position: initial;
    margin: 4.166667vw auto 0;
  }
  #panel-container .section-hero .hero-text .kv-logo {
    width: 51.388889vw;
  }
  #panel-container .section-hero .hero-text .kv-sub-logo {
    width: 43.888889vw;
    margin: 0 auto 2.777778vw;
  }
  #panel-container .section-hero .hero-text .kv-slogan {
    letter-spacing: 0;
  }
  #panel-container .section-hero .kv-harmonyos {
    position: initial;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 5.555556vw;
    margin-top: 13.888889vw;
  }
  #panel-container .section-hero .kv-harmonyos a {
    display: block;
    width: 18.888889vw;
  }
  #panel-container .section-introduction .sticky-container {
    position: relative;
    height: auto;
  }
  #panel-container .section-introduction .sticky-container .sticky-content {
    position: initial;
    height: auto;
  }
  #panel-container .section-introduction .sticky-container .sticky-content .section-video {
    width: 100%;
    height: 100vw;
    overflow: hidden;
  }
  #panel-container .section-introduction .sticky-container .sticky-content .section-video video {
    width: 217.222222vw;
    height: auto;
    transform: translate(-58.611111vw, -16.986111vw);
  }
  #panel-container .section-introduction .mask-bg {
    transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #panel-container .section-introduction .mask-bg.active {
    opacity: 1;
  }
  #panel-container .section-introduction .content .copy-list {
    font-size: 5vw;
    line-height: 2.22;
    margin-bottom: 11.111111vw;
  }
  #panel-container .section-introduction .content .fancybox-button span {
    font-size: 4.444444vw;
  }
  #panel-container .section-introduction .content .fancybox-button img {
    width: 7.777778vw;
    margin-left: 2.777778vw;
  }
  #panel-container .xiaoyi-dialogue {
    height: 10vw;
    padding: 0.277778vw;
  }
  #panel-container .xiaoyi-dialogue .content-border {
    padding: 0.277778vw;
    border-radius: 5vw;
  }
  #panel-container .xiaoyi-dialogue .content {
    border-radius: 5vw;
  }
  #panel-container .xiaoyi-dialogue .content img {
    width: 9.722222vw;
    margin: 0 1.805556vw;
  }
  #panel-container .xiaoyi-dialogue .content span {
    letter-spacing: 0.01em;
    margin-right: 3.888889vw;
    padding: 1.666667vw 0;
    font-size: 3.472222vw;
  }
  #panel-container .section-point {
    margin-top: 13.888889vw;
  }
  #panel-container .section-point .point-swiper {
    width: 83.333333vw;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide {
    margin-right: 0;
    width: 100%;
    margin: auto 11.111111vw;
    border-radius: 2.777778vw;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .section-txt {
    top: 7.916667vw;
    left: 8.333333vw;
    right: 13.333333vw;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .section-txt .sec-txt-22 {
    font-size: 3.333333vw;
    margin-bottom: 2.777778vw;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue {
    height: 10vw;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue .content-border {
    border-radius: 5vw;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue .content {
    border-radius: 5vw;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue .content img {
    width: 9.722222vw;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue .content span {
    padding: 1.666667vw 0;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue-1 {
    top: 46.527778vw;
    left: 13.611111vw;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue-2 {
    top: 76.805556vw;
    left: 25.972222vw;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide .point-item .xiaoyi-dialogue-3 {
    top: 99.305556vw;
    left: 5.416667vw;
  }
  #panel-container .section-point .point-swiper .swiper-wrapper .swiper-slide-active {
    opacity: 1 !important;
  }
  #panel-container .section-point .point-swiper .swiper-button-center {
    width: 62.222222vw;
    height: 13.333333vw;
    border-radius: 12.222222vw;
    margin-top: 11.111111vw;
  }
  #panel-container .section-point .point-swiper .swiper-button-center .swiper-pagination .swiper-pagination-bullet {
    width: 2.222222vw;
    height: 2.222222vw;
    margin: auto 1.666667vw;
  }
  #panel-container .section-point .point-swiper .swiper-button-center .swiper-button-prev {
    width: 2.777778vw;
    left: 6.666667vw;
  }
  #panel-container .section-point .point-swiper .swiper-button-center .swiper-button-prev:after {
    font-size: 0;
    content: "";
  }
  #panel-container .section-point .point-swiper .swiper-button-center .swiper-button-next {
    width: 2.777778vw;
    right: 6.666667vw;
  }
  #panel-container .section-point .point-swiper .swiper-button-center .swiper-button-next:after {
    font-size: 0;
    content: "";
  }
  #panel-container .section-title .sub-title {
    font-size: 4.444444vw;
    padding: 1.111111vw 3.333333vw 1.527778vw;
    margin-bottom: 4.166667vw;
  }
  #panel-container .section-title .sub-title .icon-left {
    width: 6.666667vw;
  }
  #panel-container .section-title .sub-title .icon-right {
    width: 6.666667vw;
  }
  #panel-container .section-title .h2 {
    font-size: 11.666667vw;
    background-image: linear-gradient(90deg, #B2A79F 0%, #EEEADD 47%, #B2A79F 94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #panel-container .section-title .desc {
    font-size: 4.444444vw;
  }
  #panel-container .section-smart-voice .section-title .desc {
    width: 83.333333vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap {
    width: 88.888889vw;
    height: 171.25vw;
    border-radius: 2.222222vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .circle-gradient {
    width: 171.666667vw;
    height: 171.666667vw;
    top: -117.916667vw;
    left: -8.472222vw;
    background-image: radial-gradient(85.833333vw at center center, rgba(255, 255, 255, 0.27) -123%, transparent 100%);
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .section-txt {
    width: 72.222222vw;
    top: 88.611111vw;
    left: 8.333333vw;
    transform: translateY(0);
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .section-txt p {
    font-size: 4.444444vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .section-txt .h3 {
    margin-bottom: 2.777778vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .section-txt li:not(:last-child) {
    margin-bottom: 11.111111vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave-1 {
    width: 50.070833vw;
    top: 12.5vw;
    left: 8.472222vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave-2 {
    width: 29.366667vw;
    top: 25.944444vw;
    left: 42.847222vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave-3 {
    width: 51.965278vw;
    top: 27.291667vw;
    left: 60.833333vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave-4 {
    width: 36.720833vw;
    top: 32.083333vw;
    left: -9.486111vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .wave-5 {
    width: 84.316667vw;
    top: 37.638889vw;
    left: 16.768056vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .xiaoyi-dialogue-1 {
    top: 9.305556vw;
    left: 27.083333vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .xiaoyi-dialogue-2 {
    top: 31.111111vw;
    left: 5.694444vw;
  }
  #panel-container .section-smart-voice .section-xiaoyi-voice .wrap .xiaoyi-dialogue-3 {
    top: 50.138889vw;
    left: 35.416667vw;
  }
  #panel-container .section-dialogue .h3 {
    margin-bottom: 8.333333vw;
    font-size: 8.888889vw;
  }
  #panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue .content-border {
    border-radius: 5.138889vw;
  }
  #panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue .content {
    border-radius: 4.861111vw;
  }
  #panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-3 {
    height: 10vw;
    top: 39.583333vw;
    left: 4.722222vw;
  }
  #panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-3 .content span {
    font-size: 3.888889vw;
    margin-left: 6.111111vw;
    margin-right: 6.111111vw;
  }
  #panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-4 {
    height: 16.666667vw;
    top: 65.138889vw;
    left: 35.277778vw;
  }
  #panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-4 .content-border {
    border-radius: 3.888889vw;
  }
  #panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-4 .content {
    border-radius: 3.611111vw;
  }
  #panel-container .section-dialogue .dialogue-swiper .swiper-slide .xiaoyi-dialogue-4 .content span {
    font-size: 3.888889vw;
    margin-left: 5.277778vw;
    margin-right: 5.277778vw;
  }
  #panel-container .section-dialogue .swiper-content {
    position: initial;
    width: 100%;
    margin-top: 8.333333vw;
    padding-left: 0;
  }
  #panel-container .section-dialogue .swiper-content .dialogue-content {
    width: 83.333333vw;
    margin: 0 auto;
  }
  #panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-content-progress-line-container {
    display: none;
  }
  #panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-pagination-swiper {
    width: 100%;
  }
  #panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-pagination-swiper .swiper-wrapper {
    flex-direction: initial;
  }
  #panel-container .section-dialogue .swiper-content .dialogue-content .dialogue-pagination-swiper .swiper-wrapper .dialogue-content-txt {
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
    font-size: 4.444444vw;
  }
  #panel-container .section-dialogue .swiper-pagination {
    position: initial;
    display: flex;
    justify-content: center;
    margin-top: 8.333333vw;
  }
  #panel-container .section-dialogue .swiper-pagination .swiper-pagination-bullet {
    will-change: width;
    width: 1.388889vw;
    height: 1.388889vw;
    margin: 0 0.694444vw;
    background-color: #6D6D6D;
    opacity: 1;
    transition: all 1s;
    border-radius: 0.833333vw;
  }
  #panel-container .section-dialogue .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.166667vw;
    background-color: #FFFFFF;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide {
    padding-left: 0;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap {
    height: 190.555556vw;
    flex-direction: column;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content {
    width: 100%;
    margin: 0 auto 11.111111vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .section-txt {
    width: 83.333333vw;
    margin: 0 auto;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .section-txt .h3 {
    font-size: 8.888889vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .section-txt .desc {
    font-size: 4.444444vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .icon-list {
    width: 84.444444vw;
    margin-left: 8.333333vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .icon-list .icon-item {
    width: 11.666667vw;
    margin: 0 auto 2.777778vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .icon-list .sec-txt-22 {
    font-size: 3.333333vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .icon-list li {
    margin: 0 5.555556vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .icon-list li:nth-child(-n+4) {
    margin-bottom: 5.555556vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .icon-list li:nth-child(1),
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .icon-list li:nth-child(5) {
    margin-left: 0;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .icon-list li:nth-child(8) {
    margin-right: 0;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .icon-list li:nth-child(4) {
    margin-right: 4.444444vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .icon-list li:nth-child(6) {
    margin: 0 4.722222vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .content .icon-list li:nth-child(8) {
    margin-left: 0.972222vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-slide .wrap .section-picture {
    width: 100%;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-pagination {
    margin-top: 5.555556vw;
    padding-left: 0;
    justify-content: center;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.388889vw;
    height: 1.388889vw;
    border-radius: 0.833333vw;
    margin: 0 1.388889vw;
  }
  #panel-container .section-smart-control .sction-function .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.166667vw;
  }
  #panel-container .section-title {
    width: 85.333333vw;
    margin: 0 auto;
  }
  #panel-container .section-system-details .section-txt {
    width: 84.722222vw;
    margin-bottom: 8.333333vw;
  }
  #panel-container .section-system-details .section-txt .h3 {
    font-size: 8.888889vw;
  }
  #panel-container .section-system-details .section-txt .desc {
    font-size: 4.444444vw;
  }
  #panel-container .section-system-details .swiper {
    width: 83.333333vw;
  }
  #panel-container .section-system-details .swiper .swiper-slide {
    width: 100%;
    margin-right: 0 !important;
    border-radius: 1.388889vw;
  }
  #panel-container .section-system-details .swiper .swiper-slide .wrap {
    height: 122.222222vw;
  }
  #panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt {
    width: 72.222222vw;
    margin: 5.555556vw;
  }
  #panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .desc {
    font-size: 3.888889vw;
  }
  #panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .desc-1, #panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .desc-2 {
    width: 63.888889vw;
  }
  #panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .desc-3 {
    width: 66.277778vw;
  }
  #panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .desc-4 {
    width: 60.666667vw;
  }
  #panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .desc-5 {
    width: 53.666667vw;
  }
  #panel-container .section-system-details .swiper .swiper-slide .wrap .section-txt .desc-6 {
    width: 100%;
  }
  #panel-container .section-system-details .swiper .swiper-slide .wrap .section-video, #panel-container .section-system-details .swiper .swiper-slide .wrap .section-picture {
    border-radius: 2.083333vw;
  }
  #panel-container .section-system-details .swiper .swiper-slide > p {
    margin-top: 2.777778vw;
    font-size: 3.333333vw;
  }
  #panel-container .section-system-details .swiper .swiper-button-center {
    display: none;
  }
  #panel-container .section-system-details .swiper .swiper-pagination {
    position: initial;
    display: flex;
    justify-content: center;
    margin-top: 5.555556vw;
  }
  #panel-container .section-system-details .swiper .swiper-pagination .swiper-pagination-bullet {
    will-change: width;
    opacity: 1;
    width: 1.388889vw;
    height: 1.388889vw;
    background: #555555;
    border-radius: 0.833333vw;
    margin: 0 0.694444vw;
    transition: all 1s;
  }
  #panel-container .section-system-details .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.444444vw;
    background-color: #ffffff;
  }
  #panel-container .section-life-assistant .section-title {
    width: 100%;
  }
  #panel-container .section-life-assistant .section-title .desc {
    width: 85.333333vw;
  }
  #panel-container .section-life-assistant-main .swiper {
    width: 83.333333vw;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-slide {
    width: 70vw;
    height: 105.555556vw;
    border-radius: 2.222222vw;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-slide:not(:last-child) {
    margin-right: 4.166667vw;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-slide .wrap {
    padding-bottom: 16.666667vw;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .section-txt {
    top: 5.555556vw;
    left: 5.555556vw;
    right: 5.555556vw;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .section-txt .h3 {
    margin-bottom: 2.777778vw;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .section-txt .desc {
    font-size: 4.444444vw;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .xiaoyi-dialogue-1 {
    top: 43.194444vw;
    left: 17.222222vw;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .xiaoyi-dialogue-2 {
    top: 55.138889vw;
    left: 40.555556vw;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-slide .wrap .xiaoyi-dialogue-3 {
    top: 71.666667vw;
    left: 15.833333vw;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-button-center {
    display: none;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-pagination {
    position: initial;
    display: flex;
    justify-content: center;
    margin-top: 5.555556vw;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-pagination .swiper-pagination-bullet {
    will-change: width;
    opacity: 1;
    width: 1.388889vw;
    height: 1.388889vw;
    background: #555555;
    border-radius: 0.833333vw;
    margin: 0 0.694444vw;
    transition: all 1s;
  }
  #panel-container .section-life-assistant-main .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.444444vw;
    background-color: #ffffff;
  }
  #panel-container .section-hmos-design .section-title .h2 {
    text-align: center;
  }
  #panel-container .section-hmos-design .swiper-content {
    margin-top: 5.555556vw;
    display: block;
    width: 100%;
  }
  #panel-container .section-hmos-design .swiper-content .tablist-wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  #panel-container .section-hmos-design .swiper-content .tablist-wrapper .tablist {
    position: relative;
    display: inline-block;
    margin: 0 8.333333vw;
  }
  #panel-container .section-hmos-design .swiper-content .tablist-wrapper .tablist .tabnav {
    display: inline-block;
    padding: 0 6.944444vw 2.083333vw 6.944444vw;
  }
  #panel-container .section-hmos-design .swiper-content .tablist-wrapper .tablist .tabnav:first-child {
    padding-left: 4.166667vw;
  }
  #panel-container .section-hmos-design .swiper-content .tablist-wrapper .tablist .tabnav:last-child {
    padding-right: 4.166667vw;
  }
  #panel-container .section-hmos-design .swiper-content .tablist-wrapper .tablist::after {
    position: absolute;
    right: 0;
    bottom: -0.277778vw;
    left: 0;
    height: 0.277778vw;
    content: "";
    background-color: #707070;
  }
  #panel-container .section-hmos-design .swiper-content .tablist-wrapper .tabnav-scrollbar {
    width: 0;
    height: 0.277778vw;
    margin: 0 8.333333vw;
  }
  #panel-container .section-hmos-design .swiper-content .tablist-wrapper .swiper-scrollbar-drag {
    width: 0;
    transition: transform 0.5s, width 0.5s;
    border-radius: 0;
    background-color: #ffffff;
  }
  #panel-container .section-hmos-design .swiper-content .tablist-wrapper::-webkit-scrollbar {
    display: none;
  }
  #panel-container .section-footnote {
    font-size: 3.333333vw;
    width: 87.5vw;
    margin: 0 auto;
    padding-bottom: 27.777778vw;
    padding-top: 22.222222vw;
  }
  #panel-container .section-footnote ul {
    margin-top: 11.111111vw;
  }
}/*# sourceMappingURL=index.css.map */