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

.modal-wrap[data-v-3ab5feaf] {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 4.95rem; 
	overflow: hidden;
	background-color: white;
	display: flex;
	flex-direction: column;
	left: 0;
}
.modal-wrap .modal-header[data-v-3ab5feaf] {
	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-3ab5feaf] {
	font-size: 1.2rem; 
	line-height: 1;
}
.modal-wrap .modal-header .android-modal-arrow img[data-v-3ab5feaf] {
	height: 0.96rem;
}
.modal-wrap .modal-header .title[data-v-3ab5feaf] {
	flex: 1;
	text-align: center;
}
.modal-wrap .modal-header .title img[data-v-3ab5feaf] {
	height: 0.96rem;  
	margin: 0 auto;
}
.modal-content[data-v-3ab5feaf] {
	flex: 1;
	overflow-y: scroll;
}
.modal-content .platform-item img[data-v-3ab5feaf] {
	width: 100%;
	height: auto;
}
.modal-content .modal-common-img[data-v-3ab5feaf] {
	width: 100%;
	height: auto;
}

.modal-wrap[data-v-1ba92cdf] {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99;
	overflow: hidden;
	background-color: white;
	display: flex;
	flex-direction: column;
	left: 0;
}
.modal-wrap .modal-header[data-v-1ba92cdf] {
	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-1ba92cdf] {
	font-size: 1.2rem;
	line-height: 1;
}
.modal-wrap .modal-header .android-modal-arrow img[data-v-1ba92cdf] {
	height: 0.96rem;
}
.modal-wrap .modal-header .title[data-v-1ba92cdf] {
	flex: 1;
	text-align: center;
}
.modal-wrap .modal-header .title img[data-v-1ba92cdf] {
	height: 0.96rem; 
	margin: 0 auto;
}
.modal-content[data-v-1ba92cdf] {
	flex: 1;
	overflow-y: scroll;
}
.modal-content .platform-item img[data-v-1ba92cdf] {
	width: 100%;
	height: auto;
}
.modal-content .modal-common-img[data-v-1ba92cdf] {
	width: 100%;
	height: auto;
}

.container[data-v-23505dfe] {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url("/assets/background_pc-Bdq2oUjv.webp");
	background-size: cover;
}
.section[data-v-23505dfe] {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.section .title[data-v-23505dfe] {
    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-23505dfe] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}
.section .title .title-right[data-v-23505dfe] {
    display: flex;
	align-items: center;
    justify-content: center;
    flex: 0 0 50%;
}
.section .title .title-right picture[data-v-23505dfe] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.section .title .title-images[data-v-23505dfe] {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 6;
    object-fit: contain;
    transform: translateY(-8rem);
}

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

/* 左下角固定的二维码与下载区 */
.qrcode-fixed[data-v-23505dfe] {
    position: fixed;
    left: 3.25rem; /* 65px 基于 20px 根字体换算为 rem */
    bottom: 6rem;
    z-index: 10;
    pointer-events: none; /* 容器不拦截，内部元素单独启用 */
    display: flex;
    align-items: flex-start;
}
.qrcode-fixed .qrcode[data-v-23505dfe] { 
	position: relative; 
	width: 180px !important;
	height: 220px !important;
}
.qrcode-fixed .qrcode .bg[data-v-23505dfe] { 
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.qrcode-fixed #code[data-v-23505dfe] {
    position: absolute;
    top: 8px;
    left: 16px;
    right: 16px;
    bottom: 55px;
    box-sizing: border-box;
}
.qrcode-fixed .qrcode canvas[data-v-23505dfe] { width: 100% !important; height: 100% !important;
}

/* 下载区域（与二维码并排） */
.qrcode-fixed .download[data-v-23505dfe] {
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	pointer-events: auto;
}
.qrcode-fixed .download .tips[data-v-23505dfe] {
	margin-left: 30px;
	height: 62px !important;
}

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

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

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

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

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

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

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

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

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

    /* 导航点样式由 fullPage 默认提供，如需定制再开启 */
.section .content img[data-v-23505dfe] {
		width: 100%;
}
footer[data-v-23505dfe] {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 0; 
		padding-bottom: 1.3333vw; 
		background-color: rgba(0, 0, 0, 0.7);
		backdrop-filter: blur(0.5rem);
}
footer .device-container[data-v-23505dfe] {
		width: 100vw;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-evenly;
		padding-top: 2vw;
}
footer .device-container a[data-v-23505dfe] {
		display: block;
		flex: 1;
		text-align: center;
}
footer .device-container img[data-v-23505dfe] {
		width: 92%;
}
footer .setup-tips[data-v-23505dfe] {
		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 img[data-v-23505dfe] {
		height: 5vw;
}
}




.contain-page[data-v-258eb1b3] {
	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-258eb1b3] {
	display: flex;
	padding: 1rem 0;
	width: 87.5%;
	margin: 0 auto;
	background: #fff;
}
.contain-page .app-info .app-logo[data-v-258eb1b3] {
	float: left;
	width: 28%;
	margin-right: 0.5rem;
}
.contain-page .app-info .app-logo img[data-v-258eb1b3] {
	display: block;
	width: 100%;
	border-radius: 1rem;
}
.app-info-rig[data-v-258eb1b3] {
	flex: 1;
}
.app-info-rig>div[data-v-258eb1b3] {
	margin-top: 0.6rem;
}
.app-info-rig>div>span[data-v-258eb1b3] {
	font-size: 0.7rem;
}
.app-info-rig strong[data-v-258eb1b3] {
	display: block;
	margin-top: 0.3rem;
	margin-left: 3.28358%;
	font-size: 1rem;
	font-weight: bold;
}
.app-info-rig p[data-v-258eb1b3] {
	margin: 0.21em 0 0 3.28358%;
	font-size: 0.7rem;
	color: #8a8a90;
}
.arouse[data-v-258eb1b3] {
	float: right;
	height: 1rem;
	line-height: 2rem;
	border-radius: 0.5rem;
	text-align: center;
	font-size: 1rem;
	color: red;
}
.btn[data-v-258eb1b3] {
	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-258eb1b3],
.comment-box[data-v-258eb1b3],
.information-box[data-v-258eb1b3] {
	margin: 0 auto;
	padding: 1rem 0;
	width: 87.5%;
	border-top: 1px solid #e5e5e5;
}
.app-intro .fs10[data-v-258eb1b3] {
	font-size: 0.7rem;
	line-height: 1rem;
}
.app-show[data-v-258eb1b3] {
	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-258eb1b3] {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}
.app-score strong[data-v-258eb1b3],
.app-age strong[data-v-258eb1b3] {
	font-size: 0.8rem;
}
.app-score .score img[data-v-258eb1b3] {
	width: 4rem
}
.app-score p[data-v-258eb1b3],
.app-age p[data-v-258eb1b3] {
	color: #d8d8d8;
	font-size: 0.6rem;
	margin-top: 0.3rem;
}
.app-title[data-v-258eb1b3] {
	margin-bottom: 0.85rem;
	font-size: 1rem;
}
.app-intro-con[data-v-258eb1b3] {
	position: relative;
	line-height: 1.8;
	font-size: 0.7rem;
	height: 3.78rem;
}
.app-intro-con p[data-v-258eb1b3] {
    white-space: pre-line;
}
.comment-con[data-v-258eb1b3] {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-right[data-v-258eb1b3] {
	width: 63.38%
}
.comment-left strong[data-v-258eb1b3] {
	font-size: 3rem;
	color: #4a4a4e;
	font-weight: bold;
	line-height: 2.2rem;
}
.comment-left p[data-v-258eb1b3] {
	text-align: center;
	color: #7b7b7b;
	margin-top: 0.5rem;
	font-size: 0.6rem;
}
.comment-star-list[data-v-258eb1b3] {
	list-style: none;
}
.comment-star[data-v-258eb1b3] {
	position: relative;
	width: 2.3rem;
	height: auto
}
.comment-star img[data-v-258eb1b3] {
	display: block;
	width: 100%;
	height: 100%;
}
.comment-star div[data-v-258eb1b3] {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #fff;
}
.comment-star-list li:nth-child(2) .comment-star div[data-v-258eb1b3] {
	width: 20%;
}
.comment-star-list li:nth-child(3) .comment-star div[data-v-258eb1b3] {
	width: 40%;
}
.comment-star-list li:nth-child(4) .comment-star div[data-v-258eb1b3] {
	width: 60%;
}
.comment-star-list li:nth-child(5) .comment-star div[data-v-258eb1b3] {
	width: 80%;
}
.comment-star img[data-v-258eb1b3] {
	width: 100%;
	height: auto;
}
.comment-star-list li[data-v-258eb1b3] {
	display: flex;
	align-items: center;
	line-height: 1.5;
	height: 0.6rem;
	gap: 0.5rem;
}
.comment-progress[data-v-258eb1b3] {
	position: relative;
	width: calc(100% - 2rem);
	height: 2px;
	background: #e9e9ec;
	border-radius: 2px;
}
.comment-progress div[data-v-258eb1b3] {
	width: 0;
	height: 2px;
	background: #4a4a4e;
	border-radius: 2px;
}
.comment-star-list li:nth-child(1) .comment-progress div[data-v-258eb1b3] {
	width: 90%;
}
.comment-star-list li:nth-child(2) .comment-progress div[data-v-258eb1b3] {
	width: 10%;
}
.comment-right>p[data-v-258eb1b3] {
	margin-top: 0.25rem;
	font-size: 0.6rem;
	color: #7b7b7b;
	text-align: right;
}
.information-list .row[data-v-258eb1b3] {
	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-258eb1b3] {
	color: #737379;
	min-width: 5rem;
}
.safari-modal[data-v-258eb1b3] {
	display: block;
	z-index: 999;
	position: relative;
}
.mask-bg[data-v-258eb1b3] {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}
.mask-pop[data-v-258eb1b3] {
	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-258eb1b3] {
	z-index: 2;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 1rem;
}
.mask-colsed img[data-v-258eb1b3] {
	display: block;
	width: 100%;
}
.copy-url-img[data-v-258eb1b3] {
	display: block;
	width: 100%;
}
.copy-url[data-v-258eb1b3] {
	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-258eb1b3] {
	font-size: 0.6rem;
	color: #535352
}
.copy-btn[data-v-258eb1b3] {
	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;
}