.header[data-v-ab27aff1] {
  position: fixed;
  top: 0;
  /* inset-inline: 3.6rem; */
  left: 5rem;
  right: 3.3rem;
  margin: auto;
  padding-top: 1.6rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 1.6rem 3.6rem 0; */
}
.logo[data-v-ab27aff1] {
  height: 5rem;
}
.logo img[data-v-ab27aff1] {
  vertical-align: middle;
}
.actions[data-v-ab27aff1] {
  display: flex;
  align-items: center;
}
.actions a[data-v-ab27aff1] {
  color: white;
  margin-left: 1.04rem;
}
.actions a img[data-v-ab27aff1] {
  height: 2.3rem;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .header[data-v-ab27aff1] {
    width: 100%;
    box-sizing: border-box;
    position: static;
    padding: 0.93rem 0.66rem 1.84rem 1.26rem;
  }
  .header .logo[data-v-ab27aff1] {
    height: 2.75rem !important;
  }
  .header .actions a img[data-v-ab27aff1] {
    height: 2.97rem;
  }
}

.fullscreen-mask[data-v-9eedd117] {
  position: fixed;
  inset: 0;
  background-color: #000;
  z-index: 1000;
}
.modal-wrap[data-v-9eedd117] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  height: 100vh;
  z-index: 4.95rem;
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
}
.modal-wrap .modal-header[data-v-9eedd117] {
  /* width: 100vw; */
  display: flex;
  flex-direction: row;
  align-items: center;
  color: black;
  padding: 0.8rem 1.2rem;
  box-sizing: border-box;
  box-shadow: 0 0.15rem 0.25rem rgba(57, 63, 72, 0.1);
  position: relative;
  z-index: 0.05rem;
}
.modal-wrap .modal-header .android-modal-arrow[data-v-9eedd117] {
  font-size: 1.2rem;
  line-height: 1;
}
.modal-wrap .modal-header .android-modal-arrow img[data-v-9eedd117] {
  height: 0.96rem;
}
.modal-wrap .modal-header .title[data-v-9eedd117] {
  flex: 1;
  text-align: center;
}
.modal-wrap .modal-header .title img[data-v-9eedd117] {
  height: 0.96rem;
  margin: 0 auto;
}
.modal-content[data-v-9eedd117] {
  flex: 1;
  overflow-y: scroll;
}
.modal-content .platform-item img[data-v-9eedd117] {
  width: 100%;
  height: auto;
}
.modal-content .modal-common-img[data-v-9eedd117] {
  width: 100%;
  height: auto;
}

.fullscreen-mask[data-v-95034de8] {
  position: fixed;
  inset: 0;
  background-color: #000;
  z-index: 1000;
}
.modal-wrap[data-v-95034de8] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  height: 100vh;
  z-index: 4.95rem;
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
}
.modal-wrap .modal-header[data-v-95034de8] {
  /* width: 100vw; */
  display: flex;
  flex-direction: row;
  align-items: center;
  color: black;
  padding: 0.8rem 1.2rem;
  box-sizing: border-box;
  box-shadow: 0 0.15rem 0.25rem rgba(57, 63, 72, 0.1);
  position: relative;
  z-index: 1;
}
.modal-wrap .modal-header .android-modal-arrow[data-v-95034de8] {
  font-size: 1.2rem;
  line-height: 1;
}
.modal-wrap .modal-header .android-modal-arrow img[data-v-95034de8] {
  height: 0.96rem;
}
.modal-wrap .modal-header .title[data-v-95034de8] {
  flex: 1;
  text-align: center;
}
.modal-wrap .modal-header .title img[data-v-95034de8] {
  height: 0.96rem;
  margin: 0 auto;
}
.modal-content[data-v-95034de8] {
  flex: 1;
  overflow-y: scroll;
}
.modal-content .platform-item img[data-v-95034de8] {
  width: 100%;
  height: auto;
}
.modal-content .modal-common-img[data-v-95034de8] {
  width: 100%;
  height: auto;
}

.container[data-v-a253fa5d] {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url("./background_pc-TXGRZ5xM.jpg");
  background-size: cover;
}
.section[data-v-a253fa5d] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section .title[data-v-a253fa5d] {
  width: 100%;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-between;
  height: 100%;
  align-self: stretch;
  gap: 3.6rem;
}
.section .title .title-left[data-v-a253fa5d] {
  display: flex;
  flex-direction: column;
  margin-top: 13rem;
  padding-left: 2.2rem;
  /* align-items: flex-start;
    justify-content: space-evenly; */
}
.section .title .title-right[data-v-a253fa5d] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding-top: 4rem;
}
.section .title .title-images[data-v-a253fa5d] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 6;
  object-fit: contain;
  width: 39vw;
  /* transform: translateY(-8rem); */
}

/* 左下角固定的二维码与下载区 */
.qrcode-fixed[data-v-a253fa5d] {
  position: fixed;
  left: 3.5rem; /* 65px 基于 20px 根字体换算为 rem */
  bottom: 3.2rem;
  z-index: 10;
  pointer-events: none; /* 容器不拦截，内部元素单独启用 */
  display: flex;
  align-items: center;
}
.qrcode-fixed .qrcode[data-v-a253fa5d] {
  position: relative;
  width: 11.71875vw !important;
  aspect-ratio: 1 / 1;
}
.qrcode-fixed .qrcode .bg[data-v-a253fa5d] {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.qrcode-fixed .qrcode .scan[data-v-a253fa5d] {
  position: absolute;
  width: 68%;
  object-fit: cover;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.qrcode-fixed .qrcode-right[data-v-a253fa5d] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.qrcode-fixed .qrcode-right .tips[data-v-a253fa5d] {
  width: 32.65625vw;
  font-family: PingFangSC;
  font-size: 0.9375vw;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #ff9091;
}
.qrcode-fixed #code[data-v-a253fa5d] {
  position: absolute;
  left: 50%;
  top: calc(50% - 15px);
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  /* box-shadow: 0 0 0 4px #ffe94a, 0 0 15px 4px #ffd633, 0 0 20px 8px #ff9f1a; */
  background: url("./code-bg-B-Qh6To2.png");
  background-size: 100% 100%;
  padding: 1.8vw;
}
.qrcode-fixed .qrcode canvas[data-v-a253fa5d] {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* 下载区域（与二维码并排） */
.qrcode-fixed .download[data-v-a253fa5d] {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
.qrcode-fixed .download[data-v-a253fa5d] {
  width: 11.979vw;
}
.qrcode-fixed .download img[data-v-a253fa5d] {
  width: 100%;
  height: 100%;
}
.qrcode-fixed .download .tips[data-v-a253fa5d] {
  height: 7vw !important;
}

/* 下载按钮尺寸 */
.qrcode-fixed .download .application-img[data-v-a253fa5d] {
  height: 62px;
  width: 194.5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.section .title .title-right .banner-image[data-v-a253fa5d] {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  /* aspect-ratio: 3 / 4; */
  object-fit: contain;
}

/* 轮播切换动画：水平位移 + 轻微淡入 */
/* 上下滑动切换动画 */
.slide-vert-enter-active[data-v-a253fa5d],
.slide-vert-leave-active[data-v-a253fa5d] {
  transition: all 0.3s ease;
}
.slide-vert-enter-from[data-v-a253fa5d] {
  opacity: 0.6;
  transform: translateY(20px);
}
.slide-vert-leave-to[data-v-a253fa5d] {
  opacity: 0.6;
  transform: translateY(-20px);
}

/* 内容区图片（当前未使用）已移除 */

/* 标题图片入场动画 */
@-webkit-keyframes scale-a253fa5d {
  from {
    -webkit-transform: translateY(-8rem) scale(0);
    transform: translateY(-8rem) scale(0);
  }
  to {
    -webkit-transform: translateY(-8rem) scale(1);
    transform: translateY(-8rem) scale(1);
  }
}
@keyframes scale-a253fa5d {
  from {
    -webkit-transform: translateY(-8rem) scale(0);
    transform: translateY(-8rem) scale(0);
  }
  to {
    -webkit-transform: translateY(-8rem) scale(1);
    transform: translateY(-8rem) scale(1);
  }
}
/*
.section.active .title-images,
.section.active .title-images img {
    -webkit-animation: scale 0.4s 0.3s ease both;
    animation: scale 0.4s 0.3s ease both;
    -webkit-transform-origin: center center;
    transform-origin: center center;
} */

/* 旧的页内提示已移除 */
footer[data-v-a253fa5d] {
  display: none;
}
@media screen and (max-width: 765px) {
  .container[data-v-a253fa5d] {
    background-image: url("./background-B0ps7oCg.png");
    background-size: cover;
    overflow: hidden;
    padding-bottom: 0.6rem;
  }
  .section[data-v-a253fa5d] {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }
  .section .title[data-v-a253fa5d] {
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .section .title .title-left[data-v-a253fa5d] {
    margin-top: 0;
    padding: 0 1.1rem;
  }
  .section .title .title-right[data-v-a253fa5d] {
    left: 0;
    padding-top: 0;
  }
  .section .title .title-images[data-v-a253fa5d] {
    width: 100%;
    margin: auto;
    height: auto;
  }
  .qrcode-fixed[data-v-a253fa5d] {
    display: none;
  }

  /* 移除旧版内嵌二维码容器的移动端样式 */
  #fullpage[data-v-a253fa5d] {
    visibility: visible !important;
  }

  /* 需求：移动端不展示 qrcode-container */
  .section .title .qrcode-container[data-v-a253fa5d] {
    display: none !important;
  }
  .section .title .title-right[data-v-a253fa5d] {
    width: 100%;
    margin: 0;
    justify-content: center;
    flex: none;
  }
  .section .title .title-right .banner-image[data-v-a253fa5d] {
    width: 100%;
    margin: 0;
  }

  /* 导航点样式由 fullPage 默认提供，如需定制再开启 */
  .section .content img[data-v-a253fa5d] {
    width: 100%;
  }
  footer[data-v-a253fa5d] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0.3rem;
    background-color: #000;
    box-shadow: 0 0px 10px -0px #000;
  }
  footer .device-container[data-v-a253fa5d] {
    width: 100vw;
    width: 100%;
    padding-inline: 0.8rem;
    box-sizing: border-box;
  }
  footer .device-container a[data-v-a253fa5d] {
    display: block;
    flex: 1;
    text-align: center;
  }
  footer .device-container img[data-v-a253fa5d] {
    width: 41%;
    display: block;
    margin: 0 auto;
  }
  footer .setup-tips[data-v-a253fa5d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.2rem;
  }
  footer .setup-tips .solution-link[data-v-a253fa5d] {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.6rem;
    line-height: 1.2;
    margin-bottom: 0.2rem;
  }
}
/* 第三方全局样式*/
/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;

  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;

  /* Touch detection for Windows 8 */
  -ms-touch-action: none;

  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box; /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 38%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  display: none;
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: white;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
/* 容器结构 */
#fp-nav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li {
  display: block;
  height: auto;
  margin: 14px;
}
/* 移动端间距 */
@media screen and (max-width: 768px) {
  #fp-nav ul li {
    margin: 5px 8px;
  }
  #fp-nav {
    display: block;
  }
}
/* 链接本身不要撑开容器 */
#fp-nav ul li a {
  display: contents; /* 改变结构，使 span 自适应尺寸 */
}
/* 默认状态：9x9 圆点 */
#fp-nav ul li a span {
  position: relative;
  display: block;
  background: #fff;
  width: 9px;
  height: 9px;
  margin: 0 !important;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 0;
  text-indent: -1000px;
  transition: all 0.1s ease-in-out;
}
/* 激活状态：9x35 椭圆竖条 */
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
  width: 9px;
  height: 20px;
  margin: -6px 0 0 -6px;
  border-radius: 11px;
  background: #fff;
  border-color: #fff;
}
/* 去掉原版 hover 时变大的逻辑 */
#fp-nav ul li:hover a span {
  width: 9px;
  height: 9px;
  margin: 0 !important;
}
:root {
  --base-font-size: calc(0px + (41 - 10) * ((100vw - 0px) / (640 - 0)));
}
@media (min-width: 640px) and (max-width: 960px) {
  :root {
    --base-font-size: calc(20px + (12 - 10) * ((100vw - 640px) / (960 - 640)));
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  :root {
    --base-font-size: calc(15.5px + (12 - 10) * ((100vw - 960px) / (1200 - 960)));
  }
}
@media (min-width: 1200px) {
  :root {
    --base-font-size: 20px;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: var(--base-font-size);
  overflow: hidden; /* 预先隐藏滚动条，避免 fullPage 初始化前后 vw 变化导致首帧抖动 */
}
* {
  margin: 0;
  padding: 0;
}

/* SEO 静态 logo（#app 外）：视觉规则同 .logo / .logo img；定位叠在 header 内 .logo 占位上 */
.static-logo {
  position: fixed;
  top: 0;
  left: 5rem;
  padding-top: 1.6rem;
  z-index: 1001;
  height: 5rem;
  pointer-events: none;
  overflow: hidden;
  line-height: 0;
  box-sizing: content-box;
}
.static-logo .logo {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .static-logo {
    position: fixed;
    top: 0.93rem;
    left: 1.26rem;
    padding-top: 0;
    height: 2.75rem !important;
  }
}
