
.header[data-v-374af72a] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.logo[data-v-374af72a] {
	width: auto;
	height: 50px;
}
.logo img[data-v-374af72a] {
	vertical-align: middle;
}
.btn-list[data-v-374af72a] {
  width: 7.0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btnimg[data-v-374af72a] {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
}
.btnimg>div[data-v-374af72a] {
  color: rgb(255 255 255);
  font-size: 0.5rem;
  text-decoration: none;
}
.icon-img[data-v-374af72a] {
  width: 52px;
  height: 52px;
}
.btnimg span[data-v-374af72a] {
  font-size: 10px;
  color: rgb(255, 255, 255);
}
.actions a span[data-v-374af72a] {
	font-size: 0.5rem;
	color: #fff;
}
img[src][data-v-374af72a]:not(.loading) {
    content: unset;
    -o-object-fit: cover;
    object-fit: cover;
}
img[data-v-374af72a] {
   width: 100%;
   height: 100%;
   vertical-align: initial;
}


.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-88e7a1da] {
    --header-h: 72px;
    --fixed-h: 100px;
    --footer-h: 180px;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    background-color: #030303;
    background-image: none;
    position: relative;
}
.content-inner[data-v-88e7a1da] {
    width: 100%;
}

/* 左侧固定主视觉 */
.fixed-left[data-v-88e7a1da] {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    max-width: 480px;
    height: 100px; /* 固定高度 */
    z-index: 120;
    pointer-events: none;
    overflow: hidden;
}
.banner-wrapper[data-v-88e7a1da] {
    position: relative;
    width: 100%;
    height: calc(min(100svh, 100dvh, 100vh) - var(--header-h) - var(--fixed-h) - var(--footer-h) - env(safe-area-inset-bottom, 0px));
    overflow: hidden;
    margin-top: var(--fixed-h);
}
.banner-fullpage[data-v-88e7a1da] {
    height: 100% !important;
}
footer[data-v-88e7a1da] {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0 calc(18px + env(safe-area-inset-bottom, 0px));
    margin: 0;
    box-sizing: border-box;
}
footer .device-container[data-v-88e7a1da] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 12px;
    box-sizing: border-box;
}
footer .device-container img[data-v-88e7a1da] {
    width: 100%;
    max-height: 70px;
    object-fit: contain;
}
footer .setup-tips[data-v-88e7a1da] {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
footer .setup-tips .solution-link[data-v-88e7a1da] {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}
.fixed-left .marquee[data-v-88e7a1da] {
    display: flex;
    width: 200%;
    animation: marquee-88e7a1da 20s linear infinite;
    will-change: transform;
}
.fixed-left .title-images[data-v-88e7a1da] {
    height: 100px;
    width: auto;
    object-fit: contain;
    opacity: .8;
}
.section[data-v-88e7a1da] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100% !important;
    min-height: 100% !important;
}
.banner-picture[data-v-88e7a1da] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.banner-picture .banner-image[data-v-88e7a1da] {
    max-width: 480px;
    min-width: 100%;
    height: 100%;
    max-height: 1020px;
    object-fit: contain;
}

/* 让 fullPage 内部 section 跟随包裹高度，而非视窗高度 */
.banner-fullpage .section[data-v-88e7a1da] {
    height: 100% !important;
    min-height: 100% !important;
}
.mask[data-v-88e7a1da] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
}
.address-panel[data-v-88e7a1da] {
    position: relative;
    --addr-w: min(100vw, 610px, calc(90vh / 1.732787));
    width: var(--addr-w);
    height: calc(var(--addr-w) * 1.732787);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}
.address-bg[data-v-88e7a1da] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}
.address-content[data-v-88e7a1da] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: calc(var(--addr-w) * 314 / 610) calc(var(--addr-w) * 30 / 610) calc(var(--addr-w) * 20 / 610);
    box-sizing: border-box;
}
.address-list[data-v-88e7a1da] {
    display: flex;
    flex-direction: column;
    gap: calc(var(--addr-w) * 12 / 610);
    flex: 1;
}
.address-card[data-v-88e7a1da] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: calc(var(--addr-w) * 110 / 610);
    padding: 0 calc(var(--addr-w) * 14 / 610);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.47);
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.card-left[data-v-88e7a1da] {
    display: flex;
    align-items: center;
    gap: 14px;
}
.card-icon[data-v-88e7a1da] {
    width: calc(var(--addr-w) * 74 / 610);
    height: calc(var(--addr-w) * 74 / 610);
    object-fit: contain;
}
.card-title[data-v-88e7a1da] {
    color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.card-btn[data-v-88e7a1da] {
    flex-shrink: 0;
    height: calc(var(--addr-w) * 38 / 610);
    padding: 0 calc(var(--addr-w) * 12 / 610);
    border: none;
    border-radius: 4px;
    background-color: #ff9c1a;
    color: #1b1000;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(255, 139, 0, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.card-btn[data-v-88e7a1da]:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(255, 139, 0, 0.45);
}
.question-mask[data-v-88e7a1da] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 600;
}
.question[data-v-88e7a1da] {
    background-color: rgba(250, 250, 250, 1);
    position: relative;
    width: 100%;
    height: 100vh;
    max-width: 480px;
    display: flex;
    flex-direction: column;
}
.nav[data-v-88e7a1da] {
    max-width: 480px;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
    position: fixed;
    top: 0;
    border-left: 1px solid rgb(0 0 0 / 22%);
    border-right: 1px solid rgb(0 0 0 / 22%);
    box-sizing: border-box;
}
.nav img[data-v-88e7a1da] {
    height: 40px !important;
    width: 40px !important;
    cursor: pointer;
}
.nav p[data-v-88e7a1da] {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
}
.question-list[data-v-88e7a1da] {
    width: 100%;
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.question-list-item[data-v-88e7a1da] {
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    background-color: rgba(250, 250, 250, 1);
    justify-content: space-between;
}
.question-list-item-title[data-v-88e7a1da] {
    width: 100%;
    height: 54px;
    max-width: 480px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
    box-sizing: border-box;
    cursor: pointer;
}
.question-list-item-title p[data-v-88e7a1da] {
    font-size: 16px;
    color: rgb(27, 28, 29);
}
.question-list-item-title img[data-v-88e7a1da] {
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease;
}
.question-list-item-title-content[data-v-88e7a1da] {
    display: block;
    padding: 16px;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    color: rgb(27, 28, 29);
    box-sizing: border-box;
}
.question-list-item-title-content a[data-v-88e7a1da] {
    font-size: 14px;
    color: rgb(61, 121, 252);
}
.arrow-open[data-v-88e7a1da] {
    transform: rotate(90deg);
}
.popup-alert[data-v-88e7a1da] {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 1000;
    text-align: center;
    max-width: 90%;
}
@media screen and (max-width: 480px) {
.address-panel[data-v-88e7a1da] {
        --addr-w: min(100vw, 610px, calc(90vh / 1.732787));
}
}

/* 当检测到 Header 覆盖时，缩小标题图并为 fullpage 增加顶部内边距 */
.avoid-header-overlap .section .title .title-images[data-v-88e7a1da] {
    display: none;
}

/* 禁用 active 动画对 transform 的覆盖，保持我们的缩放与位置调整 */
.avoid-header-overlap .section.active .title-images[data-v-88e7a1da],
.avoid-header-overlap .section.active .title-images img[data-v-88e7a1da] {
    -webkit-animation: none !important;
    animation: none !important;
    transform: translateY(-11rem) scale(0.8) !important;
}

/* 首帧：全局禁用入场动画，防止可见的缩放跳变；下一帧自动移除 no-anim */
.no-anim .section .title .title-images[data-v-88e7a1da],
.no-anim .section .title .title-images img[data-v-88e7a1da] {
    -webkit-animation: none !important;
    animation: none !important;
}
.section .title .title-right .banner-image[data-v-88e7a1da] {
    width: 92%;
    height: auto;
    display: block;
    margin: 0 auto;
    aspect-ratio: 3 / 4;
    object-fit: contain;
}


/* 左侧主视觉水平循环滚动 */
@-webkit-keyframes marquee-88e7a1da {
from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
}
to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
}
}
@keyframes marquee-88e7a1da {
from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
}
to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
}
}
.section.active .title-images[data-v-88e7a1da],
.section.active .title-images img[data-v-88e7a1da] {
    -webkit-animation: none;
    animation: none;
}
@media screen and (max-width: 480px) {
.container[data-v-88e7a1da] {
        --header-h: 64px;
        --fixed-h: 100px;
        --footer-h: 170px;
        background-image: url("./background-D2rrP4_n.webp");
        background-size: cover;
        overflow: hidden;
        padding-bottom: 0.6rem;
}
.fixed-left[data-v-88e7a1da] {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
        transform: none;
        pointer-events: none;
        padding: 0 0.8rem;
        margin: 0 auto;
        z-index: 120;
        display: flex;
        justify-content: center;
        overflow: hidden;
}
.fixed-left .title-images[data-v-88e7a1da] {
        height: 100px;
        width: auto;
}
.banner-fullpage[data-v-88e7a1da] {
        height: 100% !important;
}
.section .title[data-v-88e7a1da] {
        width: 100%;
        padding: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
}
#fullpage[data-v-88e7a1da] {
        visibility: visible !important;
}
.section .content img[data-v-88e7a1da] {
        width: 100%;
}
footer[data-v-88e7a1da] {
        padding: 10px 0 14px;
}
}
@media screen and (min-width: 480px) {
.content-inner[data-v-88e7a1da] {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
}
.banner-wrapper[data-v-88e7a1da] {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
}
}

/* 第三方全局样式*/
/**
 * 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: 50%;
     opacity: 1;
     -webkit-transform: translate3d(0,0,0);
 }
#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 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: 35px;
    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;
}