
.header[data-v-5d9b75a2] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.6rem 3.6rem 0;
}
.logo[data-v-5d9b75a2] {
	height: 3.6rem;
}
.logo img[data-v-5d9b75a2] {
	vertical-align: middle;
}
.actions[data-v-5d9b75a2] {
	display: flex;
	align-items: center;
}
.actions a[data-v-5d9b75a2] {
	color: white;
	margin-left: 1.04rem;
}
.actions a img[data-v-5d9b75a2] {
	height: 2.4rem; 
	vertical-align: middle;
}
@media screen and (max-width: 600px) {
.header[data-v-5d9b75a2] {
		width: 100%;
		padding: 0.8rem; 
		box-sizing: border-box;
}
.header .logo[data-v-5d9b75a2] {
		height: 2.4rem !important;
}
.header .actions a img[data-v-5d9b75a2] {
		height: 2.2399999999999998rem;
}
}

.fullscreen-mask[data-v-5c5b9476] {
	position: fixed;
   inset: 0;
   background-color: #000;
   z-index: 1000;
}
.modal-wrap[data-v-5c5b9476] {
    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-5c5b9476] {
    /* 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-5c5b9476] {
    font-size: 1.2rem;
    line-height: 1;
}
.modal-wrap .modal-header .android-modal-arrow img[data-v-5c5b9476] {
    height: 0.96rem;
}
.modal-wrap .modal-header .title[data-v-5c5b9476] {
    flex: 1;
    text-align: center;
}
.modal-wrap .modal-header .title img[data-v-5c5b9476] {
    height: 0.96rem;
    margin: 0 auto;
}
.modal-content[data-v-5c5b9476] {
    flex: 1;
    overflow-y: scroll;
}
.modal-content .platform-item img[data-v-5c5b9476] {
    width: 100%;
    height: auto;
}
.modal-content .modal-common-img[data-v-5c5b9476] {
    width: 100%;
    height: auto;
}

.fullscreen-mask[data-v-ca580858] {
	position: fixed;
   inset: 0;
   background-color: #000;
   z-index: 1000;
}
.modal-wrap[data-v-ca580858] {
    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-ca580858] {
    /* 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-ca580858] {
    font-size: 1.2rem;
    line-height: 1;
}
.modal-wrap .modal-header .android-modal-arrow img[data-v-ca580858] {
    height: 0.96rem;
}
.modal-wrap .modal-header .title[data-v-ca580858] {
    flex: 1;
    text-align: center;
}
.modal-wrap .modal-header .title img[data-v-ca580858] {
    height: 0.96rem;
    margin: 0 auto;
}
.modal-content[data-v-ca580858] {
    flex: 1;
    overflow-y: scroll;
}
.modal-content .platform-item img[data-v-ca580858] {
    width: 100%;
    height: auto;
}
.modal-content .modal-common-img[data-v-ca580858] {
    width: 100%;
    height: auto;
}

.container[data-v-e52dbe14] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url("/assets/background_pc-wY0is1dO.webp");
    background-size: cover;
}
.section[data-v-e52dbe14] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section .title[data-v-e52dbe14] {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    align-self: stretch;
}
.section .title .title-left[data-v-e52dbe14] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}
.section .title .title-right[data-v-e52dbe14] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50%;
}
.section .title .title-right picture[data-v-e52dbe14] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.section .title .title-images[data-v-e52dbe14] {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 6;
    object-fit: contain;
    transform: translateY(-8rem);
}

/* 当检测到 Header 覆盖时，缩小标题图并为 fullpage 增加顶部内边距 */
.avoid-header-overlap .section .title .title-images[data-v-e52dbe14] {
    /* 下移与缩放，使用 !important 覆盖动画期间的 transform */
    padding-top: var(--header-pad, 56px) !important;
    display: block;
    transform: translateY(-11rem) scale(0.9) !important;
}

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

/* 首帧：全局禁用入场动画，防止可见的缩放跳变；下一帧自动移除 no-anim */
.no-anim .section .title .title-images[data-v-e52dbe14],
.no-anim .section .title .title-images img[data-v-e52dbe14] {
    -webkit-animation: none !important;
    animation: none !important;
}

/* 移除旧版内嵌二维码容器样式（已改为左下固定块） */

/* 左下角固定的二维码与下载区 */
.qrcode-fixed[data-v-e52dbe14] {
    position: fixed;
    left: 3.6rem; /* 65px 基于 20px 根字体换算为 rem */
    bottom: 6rem;
    z-index: 10;
    pointer-events: none; /* 容器不拦截，内部元素单独启用 */
    display: flex;
    align-items: center;
}
.qrcode-fixed .qrcode[data-v-e52dbe14] {
    position: relative;
    width: 10.1vw !important;
    aspect-ratio: 1 / 1;
}
.qrcode-fixed .qrcode .bg[data-v-e52dbe14] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.qrcode-fixed .qrcode .scan[data-v-e52dbe14] {
    position: absolute;
    width: 68%;
    object-fit: cover;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.qrcode-fixed .qrcode-right[data-v-e52dbe14] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qrcode-fixed .qrcode-right .tips[data-v-e52dbe14] {
    color: #ffcf40;
    font-size: 16px;
    font-weight: 500;
    width: 600px;
}
.qrcode-fixed #code[data-v-e52dbe14] {
    position: absolute;
    left: 50%;
    top: calc(50% - 15px);
    transform: translate(-50%, -50%);
    width: 72%;
    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;
}
.qrcode-fixed .qrcode canvas[data-v-e52dbe14] {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

/* 下载区域（与二维码并排） */
.qrcode-fixed .download[data-v-e52dbe14] {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
}
.qrcode-fixed .download[data-v-e52dbe14] {
    width: 320px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.qrcode-fixed .download img[data-v-e52dbe14] {
    width: 100%;
    height: 100%;
}
.qrcode-fixed .download .tips[data-v-e52dbe14] {
    height: 7vw !important;
}

/* 下载按钮尺寸 */
.qrcode-fixed .download .application-img[data-v-e52dbe14] {
    height: 62px;
    width: 194.5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 15px;
}

/* 已弃用：旧的右上角固定下载按钮 */
.section .title .title-right .banner-image[data-v-e52dbe14] {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto;
    aspect-ratio: 3 / 4;
    object-fit: contain;
}

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

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

/* 标题图片入场动画 */
@-webkit-keyframes scale-e52dbe14 {
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-e52dbe14 {
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[data-v-e52dbe14],
.section.active .title-images img[data-v-e52dbe14] {
    -webkit-animation: scale-e52dbe14 0.4s 0.3s ease both;
    animation: scale-e52dbe14 0.4s 0.3s ease both;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

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

    /* 移动端不做位移微调 */
.section .title .title-left[data-v-e52dbe14] {
        top: 0;
        height: 0 !important;
        flex: 0 !important;
}
.section .title .title-right[data-v-e52dbe14] {
        left: 0;
}
.section .title .title-images[data-v-e52dbe14] {
        width: 100%;
        margin: auto;
        height: auto;
        /* margin-top: 10px !important; */
}
.qrcode-fixed[data-v-e52dbe14] {
        display: none;
}

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

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

    /* 导航点样式由 fullPage 默认提供，如需定制再开启 */
.section .content img[data-v-e52dbe14] {
        width: 100%;
}
footer[data-v-e52dbe14] {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
        margin-bottom: 1rem;
}
footer .device-container[data-v-e52dbe14] {
        width: 100vw;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-top: 2vw;
}
footer .device-container a[data-v-e52dbe14] {
        display: block;
        flex: 1;
        text-align: center;
}
footer .device-container img[data-v-e52dbe14] {
        width: 92%;
}
footer .setup-tips[data-v-e52dbe14] {
        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-e52dbe14] {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        font-size: 0.8rem;
        line-height: 1.2;
        margin-bottom: 0.2rem;
}
}

.contain-page[data-v-36a47b3c] {
	max-width: 37.5rem;
	margin: 0 auto;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}
.contain-page .app-info[data-v-36a47b3c] {
	display: flex;
	padding: 1rem 0;
	width: 87.5%;
	margin: 0 auto;
	background: #fff;
}
.contain-page .app-info .app-logo[data-v-36a47b3c] {
	float: left;
	width: 28%;
	margin-right: 0.5rem;
}
.contain-page .app-info .app-logo img[data-v-36a47b3c] {
	display: block;
	width: 100%;
	border-radius: 1rem;
}
.app-info-rig[data-v-36a47b3c] {
	flex: 1;
}
.app-info-rig>div[data-v-36a47b3c] {
	margin-top: 0.6rem;
}
.app-info-rig>div>span[data-v-36a47b3c] {
	font-size: 0.7rem;
}
.app-info-rig strong[data-v-36a47b3c] {
	display: block;
	margin-top: 0.3rem;
	margin-left: 3.28358%;
	font-size: 1rem;
	font-weight: bold;
}
.app-info-rig p[data-v-36a47b3c] {
	margin: 0.21em 0 0 3.28358%;
	font-size: 0.7rem;
	color: #8a8a90;
}
.arouse[data-v-36a47b3c] {
	float: right;
	height: 1rem;
	line-height: 2rem;
	border-radius: 0.5rem;
	text-align: center;
	font-size: 1rem;
	color: red;
}
.btn[data-v-36a47b3c] {
	display: block;
	width: 50%;
	padding: 0.2rem 0.75rem;
	background: rgba(4, 119, 249, 1);
	border: rgba(4, 119, 249, 1) 1px solid;
	border-radius: 0.75rem;
	text-align: center;
	color: #fff;
	font-size: 0.7rem;
}
.app-intro[data-v-36a47b3c],
.comment-box[data-v-36a47b3c],
.information-box[data-v-36a47b3c] {
	margin: 0 auto;
	padding: 1rem 0;
	width: 87.5%;
	border-top: 1px solid #e5e5e5;
}
.app-intro .fs10[data-v-36a47b3c] {
	font-size: 0.7rem;
	line-height: 1rem;
}
.app-show[data-v-36a47b3c] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 1rem;
	width: 87.5%;
	margin: 0 auto;
	background: #fff;
	color: #8e8f92;
}
.app-score .score[data-v-36a47b3c] {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}
.app-score strong[data-v-36a47b3c],
.app-age strong[data-v-36a47b3c] {
	font-size: 0.8rem;
}
.app-score .score img[data-v-36a47b3c] {
	width: 4rem
}
.app-score p[data-v-36a47b3c],
.app-age p[data-v-36a47b3c] {
	color: #d8d8d8;
	font-size: 0.6rem;
	margin-top: 0.3rem;
}
.app-title[data-v-36a47b3c] {
	margin-bottom: 0.85rem;
	font-size: 1rem;
}
.app-intro-con[data-v-36a47b3c] {
	position: relative;
	line-height: 1.8;
	font-size: 0.7rem;
	height: 3.78rem;
}
.app-intro-con p[data-v-36a47b3c] {
    white-space: pre-line;
}
.comment-con[data-v-36a47b3c] {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-right[data-v-36a47b3c] {
	width: 63.38%
}
.comment-left strong[data-v-36a47b3c] {
	font-size: 3rem;
	color: #4a4a4e;
	font-weight: bold;
	line-height: 2.2rem;
}
.comment-left p[data-v-36a47b3c] {
	text-align: center;
	color: #7b7b7b;
	margin-top: 0.5rem;
	font-size: 0.6rem;
}
.comment-star-list[data-v-36a47b3c] {
	list-style: none;
}
.comment-star[data-v-36a47b3c] {
	position: relative;
	width: 2.3rem;
	height: auto
}
.comment-star img[data-v-36a47b3c] {
	display: block;
	width: 100%;
	height: 100%;
}
.comment-star div[data-v-36a47b3c] {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #fff;
}
.comment-star-list li:nth-child(2) .comment-star div[data-v-36a47b3c] {
	width: 20%;
}
.comment-star-list li:nth-child(3) .comment-star div[data-v-36a47b3c] {
	width: 40%;
}
.comment-star-list li:nth-child(4) .comment-star div[data-v-36a47b3c] {
	width: 60%;
}
.comment-star-list li:nth-child(5) .comment-star div[data-v-36a47b3c] {
	width: 80%;
}
.comment-star img[data-v-36a47b3c] {
	width: 100%;
	height: auto;
}
.comment-star-list li[data-v-36a47b3c] {
	display: flex;
	align-items: center;
	line-height: 1.5;
	height: 0.6rem;
	gap: 0.5rem;
}
.comment-progress[data-v-36a47b3c] {
	position: relative;
	width: calc(100% - 2rem);
	height: 2px;
	background: #e9e9ec;
	border-radius: 2px;
}
.comment-progress div[data-v-36a47b3c] {
	width: 0;
	height: 2px;
	background: #4a4a4e;
	border-radius: 2px;
}
.comment-star-list li:nth-child(1) .comment-progress div[data-v-36a47b3c] {
	width: 90%;
}
.comment-star-list li:nth-child(2) .comment-progress div[data-v-36a47b3c] {
	width: 10%;
}
.comment-right>p[data-v-36a47b3c] {
	margin-top: 0.25rem;
	font-size: 0.6rem;
	color: #7b7b7b;
	text-align: right;
}
.information-list .row[data-v-36a47b3c] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f2f2f2;
	line-height: 3.5;
	font-size: 0.6rem;
}
.information-list .row .l[data-v-36a47b3c] {
	color: #737379;
	min-width: 5rem;
}
.safari-modal[data-v-36a47b3c] {
	display: block;
	z-index: 999;
	position: relative;
}
.mask-bg[data-v-36a47b3c] {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}
.mask-pop[data-v-36a47b3c] {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 15rem;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 0.75rem;
	overflow: hidden;
	z-index: 999;
}
.mask-colsed[data-v-36a47b3c] {
	z-index: 2;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 1rem;
}
.mask-colsed img[data-v-36a47b3c] {
	display: block;
	width: 100%;
}
.copy-url-img[data-v-36a47b3c] {
	display: block;
	width: 100%;
}
.copy-url[data-v-36a47b3c] {
	position: relative;
	margin: 1rem 1.5rem;
	height: 1.8rem;
	line-height: 1.8rem;
	background: #f1f6f9;
	border-radius: 0.9rem;
	padding-left: 0.8rem;
	overflow: hidden;
}
.copy-url .copy-text[data-v-36a47b3c] {
	font-size: 0.6rem;
	color: #535352
}
.copy-btn[data-v-36a47b3c] {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 0.75rem;
	font-size: 0.7rem;
	height: 1.8rem;
	line-height: 1.8rem;
	background: linear-gradient(90deg, rgba(34, 125, 249, 1), rgba(0, 203, 250, 1));
	color: #fff;
	border-radius: 0 0.9rem 0.9rem 0;
	cursor: pointer;
}
/* 第三方全局样式*/
/**
 * 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;
}