﻿@charset "UTF-8";
main.dark {
  background-color: #000;
}

/* #banner start */
.banner {
  position: relative;
  min-height: 9.4rem;
}
.banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.banner .video-cover.play .video-play {
  opacity: 0;
}
.banner .video-play {
  width: 0.66rem;
  padding-bottom: 3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.banner .banner-cover {
  position: relative;
  padding: 0.72rem;
  width: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
  z-index: 1;
}
.banner .banner-cover.hide {
  opacity: 0;
}
.banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .bn-title,
.banner .bn-subtitle,
.banner .bn-info {
  line-height: 1.2;
  text-align: center;
  color: transparent;
  background: linear-gradient(to right, #828282, #e6e6e6, #828282);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: AlibabaPuHuiTi-Medium;
}
.banner .bn-title {
  line-height: 1;
}
.banner .bn-info {
  margin-top: 0.15rem;
  font-family: AlibabaPuHuiTi-Regular;
}

/* #banner end */
/* #product start */
.product-wrap {
  padding-top: 1.35rem;
  padding-bottom: 0.4rem;
}
.product-wrap .product {
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
}
.product-wrap .product-row {
  display: flex;
}
.product-wrap .product-row:nth-child(n+2) {
  margin-top: 0.3rem;
}
.product-wrap .product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  height: 4rem;
  border-radius: 0.2rem;
  padding: 0.4rem 0.4rem 0.3rem;
  background-color: #131313;
  flex-shrink: 0;
  overflow: hidden;
}
.product-wrap .product-item:nth-child(n+2) {
  margin-left: 0.3rem;
}
.product-wrap .product-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 0 0.45rem;
  overflow: hidden;
}
.product-wrap .product-pic img {
  transition: 0.5s;
}
.product-wrap .product-content {
  color: #fff;
  font-family: AlibabaPuHuiTi-Medium;
  line-height: 1.3;
  padding-bottom: 0.24rem;
  z-index: 1;
}
.product-wrap .product-content p {
  line-height: unset;
}
.product-wrap .product-item.cover {
  width: 100%;
  padding: 0;
}
.product-wrap .product-item.cover .product-pic {
  align-items: stretch;
  padding: 0;
}
.product-wrap .product-item.cover .product-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4rem;
}
.product-wrap .product-item.widen {
  flex: initial;
  width: 6.8rem;
}
.product-wrap .product-item.minor .product-pic {
  padding: 0.25rem 0;
}

@media (max-width: 750px) {
  .product-wrap .product-row {
    flex-direction: column;
  }
  .product-wrap .product-row:nth-child(n+2) {
    margin-top: 0.3rem;
  }
  .product-wrap .product-pic {
    min-height: 2.5rem;
  }
  .product-wrap .product-item,
  .product-wrap .product-item.widen {
    width: 100%;
    height: auto;
    flex: initial;
    min-height: 4rem;
  }
  .product-wrap .product-item:nth-child(n+2),
  .product-wrap .product-item.widen:nth-child(n+2) {
    margin-left: 0;
    margin-top: 0.3rem;
  }
}
/* #product end */
/* #characteristic start */
.characteristic-wrap {
  overflow: visible;
}
.characteristic-wrap .area2 {
  margin: 0 auto;
  width: 100%;
  max-width: 14.4rem;
}
.characteristic-wrap .characteristic {
  position: relative;
}
.characteristic-wrap .characteristic-pic {
  width: 100%;
  margin-top: 0.6rem;
}
.characteristic-wrap .characteristic-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.characteristic-wrap .characteristic-cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  width: 100%;
  z-index: 1;
}
.characteristic-wrap .has-ani {
  opacity: 0;
  transition: 1.5s;
}
.characteristic-wrap .has-ani.ani-run {
  opacity: 1;
}

.data-box {
  display: flex;
  justify-content: center;
  margin-top: 0.79rem;
}
.data-box .data-item:nth-child(n+2) {
  margin-left: 1.35rem;
}
.data-box .data {
  display: flex;
  align-items: flex-end;
  color: transparent;
  background: linear-gradient(to bottom, var(--theme-sub-color), var(--theme-color));
  -webkit-background-clip: text;
          background-clip: text;
  font-family: AlibabaPuHuiTi-Bold;
}
.data-box .data-unit {
  padding-bottom: 0.07rem;
  margin-left: 0.04rem;
}
.data-box .data-title {
  margin-top: 0.06rem;
  color: #fff;
}

.characteristic-wrap.type1 {
  padding-top: 1rem;
}

.characteristic-wrap.type2 {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.characteristic-wrap.type2 .characteristic-cover {
  background-color: rgba(0, 0, 0, 0.5333333333);
}

.characteristic-wrap.type3,
.characteristic-wrap.type4 {
  margin-top: 1rem;
  margin-bottom: 0.65rem;
}
.characteristic-wrap.type3 .module-info,
.characteristic-wrap.type4 .module-info {
  margin-top: 0.16rem;
}
.characteristic-wrap.type3 .characteristic-pic,
.characteristic-wrap.type4 .characteristic-pic {
  max-width: 8.4rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 0.9rem;
}

.characteristic-wrap.type4 {
  padding-bottom: 0.4rem;
}
.characteristic-wrap.type4 .characteristic-cover {
  background-color: rgba(0, 0, 0, 0.5333333333);
}

@media (max-width: 750px) {
  .characteristic-wrap .characteristic-cover {
    min-height: initial;
    padding: 0.5rem 0;
  }
}
/* #characteristic end */
/* #function start */
.function-wrap {
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}
.function-wrap .function-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
}
.function-wrap .function-main .function-list-box:nth-child(2) {
  margin-left: 0.3rem;
}
.function-wrap .function-pic {
  max-width: 7rem;
  width: 100%;
  height: 3.93rem;
  margin-left: 0.3rem;
  border-radius: 0.2rem;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.function-wrap .function-pic img {
  transition: 0.5s;
}
.function-wrap .function-list-box {
  padding: 0 0.36rem;
  height: 100%;
  height: 4.2rem;
  overflow-y: auto;
}
.function-wrap .function-list-box::-webkit-scrollbar {
  display: none;
  width: 0.05rem;
}
.function-wrap .function-list-box::-webkit-scrollbar-thumb {
  border-radius: 0.03rem;
  background-color: #444;
}
.function-wrap .function-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0.7rem;
  padding: 0.2rem 0;
  line-height: 1.5;
  color: #888;
  transition: 0.3s;
}
.function-wrap .function-item p {
  line-height: unset;
}
.function-wrap .function-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.335rem;
  width: 0.01rem;
  height: 100%;
  background-color: rgba(187, 187, 187, 0.3);
}
.function-wrap .function-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.36rem;
  width: 0.05rem;
  height: 100%;
  transform-origin: center center;
  background: linear-gradient(to bottom, var(--theme-color), var(--theme-sub-color));
  filter: grayscale(0) brightness(10);
  border-radius: 0.03rem;
  transition: 0.5s;
  opacity: 0;
}
.function-wrap .function-item.active {
  color: #fff;
}
.function-wrap .function-item.active::after {
  filter: none;
  opacity: 1;
}

.function-wrap.type2 .function-main {
  justify-content: flex-start;
}
.function-wrap.type2 .function-item {
  padding: 0.32rem 0;
}
.function-wrap.type2 .function-item::before {
  right: initial;
  top: 0;
  left: -0.335rem;
}
.function-wrap.type2 .function-item::after {
  right: initial;
  top: 0;
  left: -0.36rem;
}
.function-wrap.type2 .function-pic {
  margin-left: 0;
}

@media (max-width: 750px) {
  .function-wrap .function-main {
    flex-direction: column;
  }
  .function-wrap .function-main .function-list-box:nth-child(n) {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .function-wrap .function-pic {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
}
/* #function end */
/* #preview start */
.preview-container {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  background-color: #000;
  max-width: 100%;
}
.preview-container .module-header {
  margin-bottom: 0.3rem;
}
.preview-container .preview-info {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.67;
  text-align: justify;
}
.preview-container .preview-inner {
  position: relative;
  height: 100vh;
}
.preview-container .preview-slide {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.preview-container .preview-pic {
  margin-top: 0.74rem;
  margin-bottom: 1.15rem;
}
.preview-container .pswp {
  margin-top: 0.75rem;
  overflow: hidden;
}
.preview-container .pswp-item {
  width: 6.9rem;
  height: 3.8rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.preview-container .bottom-pic {
  position: relative;
  max-width: 7.06rem;
  width: 100%;
  height: 2.86rem;
  margin: -0.6rem auto 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10;
}
.preview-container .bottom-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.preview-container .bottom-pic [data-pid=screen] {
  display: none;
}
.preview-container .preview-detail {
  padding: 0 1rem;
}

@media (max-width: 750px) {
  .preview-container .preview-slide {
    padding: 0 0.6rem;
  }
}
/* #preview end */
/* #port start */
.port-wrap {
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}
.port-wrap .module-header {
  margin-bottom: 0.3rem;
}
.port-wrap .port-info {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.67;
  text-align: justify;
}
.port-wrap .port-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.2rem;
  max-width: 100%;
  margin-top: 0.74rem;
}
.port-wrap .port-pic img {
  max-width: 100%;
}

/* #port end */
/* #effect start */
.effect-wrap {
  padding-top: 1rem;
  padding-bottom: 1.4rem;
}
.effect-wrap .effect {
  display: flex;
  align-items: center;
}
.effect-wrap .effect-view {
  max-width: 7.5rem;
  width: 100%;
  min-height: 4.2rem;
  aspect-ratio: 16/9;
  border-radius: 0.2rem;
  overflow: hidden;
}
.effect-wrap .effect-list {
  display: flex;
  flex-direction: column;
  margin-left: 0.2rem;
  flex: 1 0 0;
}
.effect-wrap .effect-item {
  display: flex;
  flex-direction: column;
  border-radius: 0.2rem;
  background-color: #131313;
  cursor: pointer;
  transition: 0.3s;
}
.effect-wrap .effect-item:nth-child(n+2) {
  margin-top: 0.2rem;
}
.effect-wrap .effect-item.active {
  flex: 1 0 0;
}
.effect-wrap .effect-item.active .effect-label::before {
  opacity: 1;
}
.effect-wrap .effect-item.active .effect-label::after {
  transform: rotateZ(-90deg);
  filter: grayscale(1) brightness(10);
}
.effect-wrap .effect-item.active .effect-content {
  padding: 0.26rem 0.4rem;
}
.effect-wrap .effect-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 0.8rem;
  padding: 0.2rem 0.27rem 0.2rem 0.4rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.effect-wrap .effect-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--theme-sub-color), var(--theme-color));
  opacity: 0;
  transition: 0.3s;
}
.effect-wrap .effect-label::after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.15rem;
  margin-left: 0.2rem;
  background: url("../images/icon/arr-bottom-right.png") no-repeat center/contain;
  z-index: 1;
  transition: 0.3s;
}
.effect-wrap .effect-label span {
  position: relative;
  z-index: 1;
}
.effect-wrap .effect-content {
  --max-height: 10rem;
  color: #fff;
  line-height: 1.75;
  flex: 1;
  max-height: var(--max-height);
  padding: 0.26rem 0.4rem;
  overflow: hidden;
  transition: 0.3s;
}

@media (max-width: 750px) {
  .effect-wrap .effect {
    flex-direction: column;
  }
  .effect-wrap .effect-view {
    min-height: initial;
  }
  .effect-wrap .effect-list {
    height: auto;
    margin-top: 0.5rem;
  }
  .effect-wrap .effect-content {
    height: auto;
  }
}
/* #effect end */
@keyframes scroll-top {
  0% {
    transform: translateY(-100%) scale(1.2);
    opacity: 0;
  }
  70% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes scroll-bottom {
  0% {
    transform: translateY(15%) scale(1.2);
    opacity: 0;
  }
  70% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.characteristic-wrap.type3 [ani-step="1-1"] {
  animation: scroll-top 10s linear forwards;
  animation-play-state: paused;
}
.characteristic-wrap.type3 [ani-step="1-2"] {
  animation: scroll-bottom 10s linear forwards;
  animation-play-state: paused;
}

/* 消失 */
@keyframes to-left {
  0% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  30% {
    transform: translateX(-100%) scale(1.2);
    opacity: 0;
  }
  100% {
    transform: translateX(-100%) scale(1.2);
    opacity: 0;
  }
}
@keyframes to-right {
  0% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  30% {
    transform: translateX(100%) scale(1.2);
    opacity: 0;
  }
  100% {
    transform: translateX(100%) scale(1.2);
    opacity: 0;
  }
}
@keyframes to-bottom {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  30% {
    transform: translateY(30%) scale(1.2);
    opacity: 0;
  }
  100% {
    transform: translateY(30%) scale(1.2);
    opacity: 0;
  }
}
/* 出现 */
@keyframes from-top {
  0% {
    transform: translateY(-100%) scale(1.2);
    opacity: 0;
  }
  40% {
    transform: translateY(-100%) scale(1.2);
    opacity: 0;
  }
  70% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes from-scale {
  0% {
    transform: scale(0.5) translateY(50%);
    opacity: 0;
  }
  50% {
    transform: scale(0.5) translateY(50%);
    opacity: 0;
  }
  70% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes from-bottom {
  0% {
    transform: translateY(150%) scale(1.2);
  }
  40% {
    transform: translateY(150%) scale(1.2);
  }
  70% {
    transform: translateY(0) scale(1);
  }
}
@keyframes from-opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
}
.preview-container [ani-step="1-1"] {
  animation: to-left 10s linear forwards;
}
.preview-container [ani-step="1-2"] {
  animation: to-right 10s linear forwards;
}
.preview-container [ani-step="1-3"] {
  animation: to-bottom 10s linear forwards;
}
.preview-container [ani-step="2-1"] {
  animation: from-top 10s linear forwards;
}
.preview-container [ani-step="2-2"] {
  animation: from-scale 10s linear forwards;
  transform-origin: bottom center;
}
.preview-container [ani-step="2-3"] {
  animation: from-bottom 10s linear forwards;
}
.preview-container [ani-step="2-4"] {
  animation: from-opacity 10s linear forwards;
}
.preview-container [ani-step="2-5"] {
  animation: from-opacity 10s linear forwards;
}
.preview-container [ani-step] {
  animation-play-state: paused;
}

.ani-scroll {
  position: relative;
  height: 30rem;
}
.ani-scroll .ani-scroll-view {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 100%;
}

.preview-container.ani-scroll {
  height: 40rem;
}