
.modal-wrap[data-v-8a8174ac] {
	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-8a8174ac] {
	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-8a8174ac] {
	font-size: 1.2rem; 
	line-height: 1;
}
.modal-wrap .modal-header .android-modal-arrow img[data-v-8a8174ac] {
	height: 0.96rem;
}
.modal-wrap .modal-header .title[data-v-8a8174ac] {
	flex: 1;
	text-align: center;
}
.modal-wrap .modal-header .title img[data-v-8a8174ac] {
	height: 0.96rem;  
	margin: 0 auto;
}
.modal-content[data-v-8a8174ac] {
	flex: 1;
	overflow-y: scroll;
}
.modal-content .platform-item img[data-v-8a8174ac] {
	width: 100%;
	height: auto;
}
.modal-content .modal-common-img[data-v-8a8174ac] {
	width: 100%;
	height: auto;
}

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

.container[data-v-61b4805f] {
	width: 100vw;
	min-height: 100vh; 
	display: block;
	background-color: #000b26;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mobile-header-img[data-v-61b4805f]{
	width: 100%;
	height: auto;
}
.pc-wrapper[data-v-61b4805f] {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.mobile-wrapper[data-v-61b4805f] {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.pc-stage[data-v-61b4805f] {
	position: relative;
	width: 100%;
	max-width: 2880px;
}
.pc-bg-img[data-v-61b4805f] {
	display: block;
	width: 100%;
	height: auto;
}
.pc-btn[data-v-61b4805f] {
	position: absolute;
	/* 顶部蓝色 top 条在 2880px 宽时高 150px；
	   按钮原始尺寸 189x54，需要在 top 条里垂直居中。
	   所以按钮距顶部 = (150 - 54) / 2 = 48px。
	   stage 高度与背景图等比变化，因此用 1620 做按比例换算。 */
	top: calc(48 / 1620 * 100%);
	border: none;
	padding: 0;
	background: transparent;
	cursor: pointer;
	width: calc(189 / 2880 * 100%);
	text-decoration: none;
	display: block;
}
.pc-btn img[data-v-61b4805f] {
	display: block;
	width: 100%;
	height: auto;
}
.pc-btn-swhz[data-v-61b4805f] {
	/* 右侧按钮右边距 40px，两个按钮间距 40px（在 2880 宽时），按宽度比例缩放 */
	right: calc((40 + 189 + 40) / 2880 * 100%);
}
.pc-btn-gfqz[data-v-61b4805f] {
	right: calc(40 / 2880 * 100%);
}
.pc-content-left-title[data-v-61b4805f] {
	position: absolute;
	bottom: 0;
	left: calc(0 / 2880 * 100%);
	aspect-ratio: 1379 / 1344;
	width: calc(1379*0.95 / 2880 * 100%);
	max-width: 1379px;
}
.pc-content-right[data-v-61b4805f] {
	position: absolute;
	left: calc(1305 / 2880 * 100%);
	top: calc(300 / 1620 * 100%);
	bottom:  calc(300 / 1620 * 100%);
	right: auto;
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 2;
}
.pc-title[data-v-61b4805f] {
	width: calc(1349 / 1920 * 100%);
	height: auto;
	display: block;
}
.pc-desc[data-v-61b4805f] {
	width: calc(849 / 1920 * 100%);
	height: auto;
	display: block;
}
.pc-qr-download[data-v-61b4805f] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}
.pc-qr[data-v-61b4805f] {
	/* 二维码区域：2880px 宽时 460px；1920px 宽时 230px */
	width: calc(1400 / 2880 * 100%);
	aspect-ratio: 1 / 1;
}
.pc-qr canvas[data-v-61b4805f] {
	display: block;
	width: 100% !important;
	height: 100% !important;
}
.pc-download[data-v-61b4805f] {
	width: calc(660*1.5 / 1920 * 100%);
	height: auto;
	display: block;
	aspect-ratio: 660 / 80;
	max-width: 660px;
}
.mobile-wrapper[data-v-61b4805f] {
	display: none;
	width: 100%;
}
.mobile-header[data-v-61b4805f] {
	display: block;
	width: 100%;
	max-width: 1080px; /* 原始宽 1080 */
	height: auto; /* 保持 1080x1890 比例 */
}
@media screen and (max-width: 768px) {
.pc-wrapper[data-v-61b4805f] {
		display: none;
}
.mobile-wrapper[data-v-61b4805f] {
		display: flex;
		justify-content: center;
		align-items: flex-start;
}
footer[data-v-61b4805f] {

			width: 100%;
			display: flex;
			flex-direction: column;
			padding: 3vw 0;
			background-color: #050628;
			backdrop-filter: blur(0.5rem);
}
footer .tips-container[data-v-61b4805f] {
			width: 100vw;
			text-align: center;
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: space-evenly;
			padding: 0.48rem 0;
}
footer .tips-container img[data-v-61b4805f] {
			height: 6vw;
}
footer .device-container[data-v-61b4805f] {
			width: 100vw;
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: space-evenly;
			padding-top: 2vw;
}
.setup-container[data-v-61b4805f] {
			padding: 2vw;
			text-align: center;
			color: #FADC4B;
			font-size: 0.6rem;
}
.cus-setup-tips[data-v-61b4805f] {
			padding:0 2vw;
			text-align: center;
			color: #fff;
			font-size: 0.7rem;
}
footer .device-container a[data-v-61b4805f] {
			display: block;
			flex: 1;
			text-align: center;
}
footer .device-container img[data-v-61b4805f] {
			width: 92%;
}
}

.modal-wrap[data-v-5fae3a55] {
	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-5fae3a55] {
	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-5fae3a55] {
	font-size: 1.2rem;
	line-height: 1;
}
.modal-wrap .modal-header .android-modal-arrow img[data-v-5fae3a55] {
	height: 0.96rem;
}
.modal-wrap .modal-header .title[data-v-5fae3a55] {
	flex: 1;
	text-align: center;
}
.modal-wrap .modal-header .title img[data-v-5fae3a55] {
	height: 0.96rem; 
	margin: 0 auto;
}
.modal-content[data-v-5fae3a55] {
	flex: 1;
	overflow-y: scroll;
}
.modal-content .platform-item img[data-v-5fae3a55] {
	width: 100%;
	height: auto;
}
.modal-content .modal-common-img[data-v-5fae3a55] {
	width: 100%;
	height: auto;
}

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

*{
	margin: 0;
	padding: 0;
}