
/* 深色玻璃蒙层（与落地页主题一致），点击空白处关闭 */
.modal-wrap[data-v-573ede0a] {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: stretch;
	justify-content: center;
	background: rgba(7, 12, 20, 0.78);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	animation: modal-fade-in-573ede0a 0.22s ease both;
}
@keyframes modal-fade-in-573ede0a {
from {
		opacity: 0;
}
to {
		opacity: 1;
}
}

/* 居中卡片：H5 全宽，PC 限宽 480 居中、上下留呼吸 */
.modal-card[data-v-573ede0a] {
	position: relative;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.06);
}
@media (min-width: 601px) {
.modal-wrap[data-v-573ede0a] {
		padding: 24px;
		align-items: center;
}
.modal-card[data-v-573ede0a] {
		height: min(720px, calc(100vh - 48px));
		border-radius: 18px;
}
}
@media (max-width: 600px) {
.modal-card[data-v-573ede0a] {
		height: 100%;
}
}

/* 顶部蓝色渐变栏（与下载按钮主色一致） */
.modal-header[data-v-573ede0a] {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	padding: 0.8rem 1rem;
	background: linear-gradient(135deg, #4dabf7 0%, #339af0 50%, #22b8cf 100%);
	color: #fff;
	box-shadow: 0 4px 14px rgba(34, 184, 207, 0.25);
}
.modal-header .android-modal-arrow[data-v-573ede0a],
.modal-header .modal-close[data-v-573ede0a] {
	width: 1.8rem;
	height: 1.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}
.modal-header .android-modal-arrow[data-v-573ede0a]:hover,
.modal-header .modal-close[data-v-573ede0a]:hover {
	background: rgba(255, 255, 255, 0.3);
}
.modal-header .android-modal-arrow[data-v-573ede0a]:active,
.modal-header .modal-close[data-v-573ede0a]:active {
	transform: scale(0.94);
}
.modal-header .android-modal-arrow svg[data-v-573ede0a],
.modal-header .modal-close svg[data-v-573ede0a] {
	width: 1rem;
	height: 1rem;
	display: block;
}
.modal-header .title[data-v-573ede0a] {
	flex: 1;
	text-align: center;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #fff;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/* 内容区：保留白底教程图（教程素材本身就是白底，强行改深色会看不清） */
.modal-content[data-v-573ede0a] {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}
.modal-content .platform-item img[data-v-573ede0a] {
	width: 100%;
	height: auto;
	display: block;
}
.modal-content .modal-common-img[data-v-573ede0a] {
	width: 100%;
	height: auto;
	display: block;
}

.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-b9e557e8] {
    max-width: 37.5rem;
    margin: 0 auto;
    min-height: 100vh;
    overflow-y: scroll;
    background: #fff;
    color: #000;
}
.contain-page .app-info[data-v-b9e557e8] {
    display: flex;
    padding: 1rem 0;
    width: 87.5%;
    margin: 0 auto;
    background: #fff;
}
.contain-page .app-info .app-logo[data-v-b9e557e8] {
    float: left;
    width: 28%;
    margin-right: 0.5rem;
}
.contain-page .app-info .app-logo img[data-v-b9e557e8] {
    display: block;
    width: 100%;
    border-radius: 1rem;
}
.app-info-rig[data-v-b9e557e8] {
    flex: 1;
}
.app-info-rig > div[data-v-b9e557e8] {
    margin-top: 0.6rem;
}
.app-info-rig > div > span[data-v-b9e557e8] {
    font-size: 0.7rem;
}
.app-info-rig strong[data-v-b9e557e8] {
    display: block;
    margin-top: 0.3rem;
    margin-left: 3.28358%;
    font-size: 1rem;
    font-weight: bold;
}
.app-info-rig p[data-v-b9e557e8] {
    margin: 0.21em 0 0 3.28358%;
    font-size: 0.7rem;
    color: #8a8a90;
}
.arouse[data-v-b9e557e8] {
    float: right;
    height: 1rem;
    line-height: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1rem;
    color: red;
}
.btn[data-v-b9e557e8] {
    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-b9e557e8],
.comment-box[data-v-b9e557e8],
.information-box[data-v-b9e557e8] {
    margin: 0 auto;
    padding: 1rem 0;
    width: 87.5%;
    border-top: 1px solid #e5e5e5;
}
.app-intro .fs10[data-v-b9e557e8] {
    font-size: 0.7rem;
    line-height: 1rem;
}
.app-show[data-v-b9e557e8] {
    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-b9e557e8] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.app-score strong[data-v-b9e557e8],
.app-age strong[data-v-b9e557e8] {
    font-size: 0.8rem;
}
.app-score .score img[data-v-b9e557e8] {
    width: 4rem;
}
.app-score p[data-v-b9e557e8],
.app-age p[data-v-b9e557e8] {
    color: #d8d8d8;
    font-size: 0.6rem;
    margin-top: 0.3rem;
}
.app-title[data-v-b9e557e8] {
    margin-bottom: 0.85rem;
    font-size: 1rem;
}
.app-intro-con[data-v-b9e557e8] {
    position: relative;
    line-height: 1.8;
    font-size: 0.7rem;
    height: 3.78rem;
}
.comment-con[data-v-b9e557e8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comment-right[data-v-b9e557e8] {
    width: 63.38%;
}
.comment-left strong[data-v-b9e557e8] {
    font-size: 3rem;
    color: #4a4a4e;
    font-weight: bold;
    line-height: 2.2rem;
}
.comment-left p[data-v-b9e557e8] {
    text-align: center;
    color: #7b7b7b;
    margin-top: 0.5rem;
    font-size: 0.6rem;
}
.comment-star-list[data-v-b9e557e8] {
    list-style: none;
}
.comment-star[data-v-b9e557e8] {
    position: relative;
    width: 2.3rem;
    height: auto;
}
.comment-star img[data-v-b9e557e8] {
    display: block;
    width: 100%;
    height: 100%;
}
.comment-star div[data-v-b9e557e8] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
}
.comment-star-list li:nth-child(2) .comment-star div[data-v-b9e557e8] {
    width: 20%;
}
.comment-star-list li:nth-child(3) .comment-star div[data-v-b9e557e8] {
    width: 40%;
}
.comment-star-list li:nth-child(4) .comment-star div[data-v-b9e557e8] {
    width: 60%;
}
.comment-star-list li:nth-child(5) .comment-star div[data-v-b9e557e8] {
    width: 80%;
}
.comment-star img[data-v-b9e557e8] {
    width: 100%;
    height: auto;
}
.comment-star-list li[data-v-b9e557e8] {
    display: flex;
    align-items: center;
    line-height: 1.5;
    height: 0.6rem;
    gap: 0.5rem;
}
.comment-progress[data-v-b9e557e8] {
    position: relative;
    width: calc(100% - 2rem);
    height: 2px;
    background: #e9e9ec;
    border-radius: 2px;
}
.comment-progress div[data-v-b9e557e8] {
    width: 0;
    height: 2px;
    background: #4a4a4e;
    border-radius: 2px;
}
.comment-star-list li:nth-child(1) .comment-progress div[data-v-b9e557e8] {
    width: 90%;
}
.comment-star-list li:nth-child(2) .comment-progress div[data-v-b9e557e8] {
    width: 10%;
}
.comment-right > p[data-v-b9e557e8] {
    margin-top: 0.25rem;
    font-size: 0.6rem;
    color: #7b7b7b;
    text-align: right;
}
.information-list .row[data-v-b9e557e8] {
    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-b9e557e8] {
    color: #737379;
    min-width: 5rem;
}
.safari-modal[data-v-b9e557e8] {
    display: block;
    z-index: 999;
    position: relative;
}
.mask-bg[data-v-b9e557e8] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}
.mask-pop[data-v-b9e557e8] {
    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-b9e557e8] {
    z-index: 2;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1rem;
}
.mask-colsed img[data-v-b9e557e8] {
    display: block;
    width: 100%;
}
.copy-url-img[data-v-b9e557e8] {
    display: block;
    width: 100%;
    aspect-ratio: 600 / 260;
    background: #f1f6f9;
}
.copy-url[data-v-b9e557e8] {
    position: relative;
    margin: 1rem 1.5rem;
    height: 1.8rem;
    padding-right: 3.2rem;
    line-height: 1.8rem;
    background: #f1f6f9;
    border-radius: 0.9rem;
    padding-left: 0.8rem;
    overflow: hidden;
}
.copy-url .copy-text[data-v-b9e557e8] {
    font-size: 0.6rem;
    color: #535352;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.copy-btn[data-v-b9e557e8] {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    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)));
	/* 小蓝落地页迁移：主题变量 */
	--landing-bg: #070c14;
	--landing-bg-light: #0d141d;
	--landing-text: #ffffff;
	--landing-dim: rgba(255, 255, 255, 0.75);
	--landing-glass: rgba(255, 255, 255, 0.08);
	--landing-border: rgba(255, 255, 255, 0.12);
	--landing-primary-blue: #4dabf7;
	--landing-primary-cyan: #22b8cf;
	--landing-glow: rgba(77, 171, 247, 0.35);
}

@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);
	font-family:
		'Noto Sans SC',
		-apple-system,
		BlinkMacSystemFont,
		sans-serif;
	background: var(--landing-bg);
	color: var(--landing-text);
	overflow-x: hidden;
}

/* /ios 路由进入时切换为浅色主题（与原 web2 项目一致：白底黑字） */
html.ios-page-html,
body.ios-page-body {
	background: #fff;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.pc-only-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(/assets/pc-bg-DSOgoae9.webp) center center;
  background-size: cover;
	background-color: #fff;
	object-fit: cover;
	filter: grayscale(15%) brightness(0.58) contrast(1.05) saturate(0.9);
	transition:
		transform 8s ease,
		filter 1s ease;
}
.pc-window-shadow{
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: linear-gradient(108deg, #13112D 0%, rgba(19, 18, 23, 0.70) 100%);
}

/* 顶部导航（与 index.html 落地页一致） */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 48px;
	pointer-events: none;
}

.header > * {
	pointer-events: auto;
}

.header-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-logo {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 24px var(--landing-glow);
}

.header-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-brand h2 {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.3px;
	color: #fff;
}

.header-brand p {
	font-size: 12px;
	color: var(--landing-dim);
	margin-top: 2px;
}

.header-right {
	display: flex;
	gap: 12px;
	flex-shrink: 0;
}

.nav-btn {
	padding: 10px 20px;
	border-radius: 29px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	background: var(--landing-glass);
	border: 1px solid var(--landing-border);
	backdrop-filter: blur(12px);
	cursor: pointer;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.nav-btn:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	box-shadow: 0 4px 16px rgba(77, 171, 247, 0.15);
}

/* 落地页主体（HomeLandingMain，对应小蓝落地页 index .wrap；无外层 container） */
.wrap {
	position: relative;
	z-index: 10;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	/* max-width: 1500px; */
	margin: 0 auto;
	padding: 100px 48px 40px;
	gap: 50px;
	box-sizing: border-box;
}

.left {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.mega-title {
	font-size: 72px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 16px;
	text-shadow:
		0 2px 10px rgba(0, 0, 0, 0.4),
		0 0 50px rgba(77, 171, 247, 0.25);
}
.hots-img{
	width: 100%;
	max-width: min(944px, 100%);
	height: 100%;
	object-fit: cover;
	margin-top: clamp(24px, 5vw, 80px);
}
.qr-section {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 1.2vw, 18px);
	margin-top: clamp(24px, 5vw, 80px);
	flex-direction: row;
	width: min(100%, 715px);
}

.qr-img{
	width: 100%;
	max-width: 715px;
	height: 100%;
	object-fit: cover;
}

.qr-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(92px, 8vw, 120px);
	height: clamp(92px, 8vw, 120px);
	padding: 7px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
	flex-shrink: 0;
	overflow: hidden;
}

.qr-box canvas {
	display: block;
	flex: 0 0 auto;
	max-width: 100%;
	max-height: 100%;
}

.qr-copy {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}

.qr-copy-title {
	width: clamp(120px, 15vw, 180px);
	height: auto;
	margin-bottom: clamp(10px, 1.8vw, 20px);
}

.qr-copy-subtitle {
	width: min(100%, 530px);
	height: auto;
}

.right {
	flex: 1.1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 22px;
}
.window-shadow{
	width: 100%;
	max-width: 820px;
	padding: 20px;
	background: url('/assets/window-C0_idbT2.webp') no-repeat center center;
	background-size: 100% 100%;
	overflow: hidden;
}
.carousel-wrap {
	position: relative;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	border-radius: 20px;
	overflow: hidden;
	box-shadow:
		0 40px 80px -20px rgba(0, 0, 0, 0.7),
		0 0 0 1px rgba(255, 255, 255, 0.06);
}

.carousel-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1s ease;
}

.carousel-slide.active {
	opacity: 1;
}

.carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.06);
	transition: transform 6s ease;
}

.carousel-slide.active img {
	transform: scale(1);
}

.carousel-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(7, 12, 20, 0.45) 0%, transparent 40%);
	pointer-events: none;
}

.carousel-indicators {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
}

.indicator {
	width: 7px;
	height: 7px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.35);
	cursor: pointer;
	transition: all 0.35s ease;
}

.indicator.active {
	width: 28px;
	box-shadow: 0 0 10px rgba(77, 171, 247, 0.5);
	background: linear-gradient(90deg, #00FFD0 0%, #001AFF 100%);

}

.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(7, 12, 20, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 10;
	font-size: 16px;
}

.carousel-wrap:hover .carousel-nav {
	opacity: 1;
}

.carousel-nav:hover {
	background: rgba(77, 171, 247, 0.3);
	border-color: rgba(77, 171, 247, 0.5);
}

.carousel-nav.prev {
	left: 14px;
}

.carousel-nav.next {
	right: 14px;
}

.tag-strip {
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	align-items: stretch;
}

.tag-pill {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: clamp(8px, 0.55vw, 10px) clamp(12px, 1vw, 18px);
	border-radius: 10px;
	font-size: clamp(11px, 0.72vw, 13px);
	font-weight: 600;
	color: #fff;
	background: rgba(47, 99, 182, 0.7);
	cursor: pointer;
	border: 1px solid var(--landing-border);
	backdrop-filter: blur(10px);
	/* cursor: default; */
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	flex: 1 1 0;
	min-width: 0;
	white-space: nowrap;
}

.tag-pill:hover {
	transform: translateY(-2px);
	border-color: rgba(77, 171, 247, 0.35);
	background: rgba(77, 171, 247, 0.12);
	box-shadow:
		0 8px 24px rgba(0, 0, 0, 0.2),
		0 0 15px rgba(77, 171, 247, 0.15);
}

/* .tag-pill .dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
} */

.tag-pill:nth-child(1) .dot {
	background: #4dabf7;
	box-shadow: 0 0 8px rgba(77, 171, 247, 0.5);
}

.tag-pill:nth-child(2) .dot {
	background: #22b8cf;
	box-shadow: 0 0 8px rgba(34, 184, 207, 0.5);
}

.tag-pill:nth-child(3) .dot {
	background: #339af0;
	box-shadow: 0 0 8px rgba(51, 154, 240, 0.5);
}

.tag-pill:nth-child(4) .dot {
	background: #74c0fc;
	box-shadow: 0 0 8px rgba(116, 192, 252, 0.5);
}

.tag-pill:nth-child(5) .dot {
	background: #00ff88;
	box-shadow: 0 0 8px rgba(0, 255, 136, 0.5);
}

.tag-pill:nth-child(6) .dot {
	background: #ff6b6b;
	box-shadow: 0 0 8px rgba(255, 107, 107, 0.5);
}

.tag-pill:nth-child(7) .dot {
	background: #9775fa;
	box-shadow: 0 0 8px rgba(151, 117, 250, 0.5);
}

/* H5 端固定底部下载条 */
.h5-download-bar {
	display: none;
}

.h5-only {
	display: none;
}

.mobile-header{
	background: none;
}

.window-shadow{
	padding: 12px;
}

/* 落地页底部条（SiteFooterBar） */
.footer-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	background: linear-gradient(to top, rgba(7, 12, 20, 0.95), transparent);
	z-index: 20;
	pointer-events: none;
}

.footer-bar > * {
	pointer-events: auto;
}

@media (max-width: 1100px) {
	.header {
		padding: 16px 20px;
	}
	.hots-img{
		margin-top: 20px;
	}
	.header-brand p {
		color: #B2B2B2;
		font-family: "PingFang SC";
		font-weight: 500;
	}

	.header-brand h2 {
		color: #FFF;
		font-family: "PingFang SC";
		font-style: normal;
		font-weight: 600;
	}

	.footer-bar {
		position: relative;
		padding: 16px 24px;
		flex-direction: column;
		gap: 8px;
		background: transparent;
	}

	.wrap {
		flex-direction: column;
		padding: 90px 24px 70px;
		text-align: center;
	}

	.left {
		order: 2;
		width: 100%;
		align-items: center;
	}

	.right {
		order: 1;
		width: 100%;
	}

	.mega-title {
		font-size: 48px;
	}

	.qr-section {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 480px) {
	.header {
		padding: 12px 14px;
	}

	.nav-btn {
		padding: 7px 10px;
		font-size: 11px;
		gap: 6px;
		border-radius: 20px;
		white-space: nowrap;
		flex-shrink: 0;
	}

	.header-left {
		gap: 8px;
		min-width: 0;
	}

	.header-logo {
		width: 40px;
		height: 40px;
		border-radius: 10px;
	}

	.header-brand h2 {
		font-size: 16px;
		line-height: 1.1;
	}

	.header-brand p {
		display: block;
		font-size: 10px;
		line-height: 1.2;
		margin-top: 2px;
		white-space: nowrap;
	}

	.header-right {
		gap: 6px;
	}

	.header-right svg {
		width: 11px;
		height: 11px;
		flex-shrink: 0;
	}

	.mega-title {
		font-size: 36px;
	}

	.tag-pill {
		font-size: 12px;
		padding: 8px 14px;
		border: 0.61px solid rgba(61, 67, 87, 1)
	}

	.qr-box {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 600px) {
	.wrap {
		min-height: 100dvh;
		overflow-x: hidden;
		overflow-y: hidden;
		padding-top: 4.25rem;
		/* 给 H5 固定底部下载条 + 信息条 留出空间 */
		padding-bottom: 8.5rem;
	}
	.hots-img{
		margin-top: 20px!important;
	}
	.wrap{
		gap: 10px;
	}
	/* H5 下隐藏 PC 端下载按钮 */
	.pc-only {
		display: none !important;
	}

	/* H5 下展示 H5 下载条 */
	.h5-only {
		display: flex !important;
		height: 80px;
		flex-direction: column;
		align-items: center;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 30;
		background: #202027;
	}

	.h5-only-bg{
		position: fixed;
    inset: 0;
    z-index: 0;
		width: 100%;
		height: 100%;
		background: url('/assets/h5-bg-Cp9C5lv5.webp');
		background-size: 100%;
	}

	.mobile-header{
		background: rgba(26, 30, 34, 0.7);
	}

	.tag-strip {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 8px;
	}

	.tag-pill {
		flex: 1 1 calc((100% - 16px) / 3);
		max-width: calc((100% - 16px) / 3);
		min-width: max-content;
	}
	

		.h5-download-bar {
			margin: 8px;
			display: flex;
			gap: 8px;
		}
	
	.h5-tips{
		font-family: PingFang SC;
		font-weight: 500;
		font-style: Medium;
		font-size: 12px;
		line-height: 100%;
		letter-spacing: 0px;
		color: #fff;
	}

	.h5-dl-btn {
		flex: 1;
		min-width: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		height: 36px;
		padding: 0 8px;
		border-radius: 12px;
		font-size: 13px;
		font-weight: 700;
		color: #fff;
		text-decoration: none;
		letter-spacing: 0.2px;
		white-space: nowrap;
		transition:
			transform 0.2s ease,
			box-shadow 0.25s ease,
			background 0.25s ease;
		-webkit-tap-highlight-color: transparent;
	}

		.h5-dl-btn img {
			height: 100%;
		}
		.h5-dl-btn svg {
			width: 18px;
			height: 18px;
			flex-shrink: 0;
		}

		.h5-dl-btn:active {
			transform: translateY(1px) scale(0.99);
		filter: brightness(0.96);
	}

	/* H5 下信息条改为流式，叠在下载条上方 */
	.footer-bar {
		position: relative;
		z-index: 15;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 6px;
		padding: 8px 16px 0;
		font-size: 11px;
		background: transparent;
	}
}
