.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.6rem 3.6rem 0;
}

.logo {
	height: 3.6rem;
}

.logo img {
	vertical-align: middle;
}

.actions {
	display: flex;
	align-items: center;
}

.actions a {
	color: white;
	margin-left: 1.04rem;
}

.actions a img {
	height: 2.4rem;
	vertical-align: middle;
}

@media screen and (max-width: 600px) {
	.header {
		width: 100%;
		padding: 0.8rem;
		box-sizing: border-box;
	}

	.header .logo {
		height: 2.4rem !important;
	}

	.header .actions a img {
		height: 2.2399999999999998rem;
	}
}

.modal-wrap {
	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 {
	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 {
	font-size: 1.2rem;
	line-height: 1;
}

.modal-wrap .modal-header .android-modal-arrow img {
	height: 0.96rem;
}

.modal-wrap .modal-header .title {
	flex: 1;
	text-align: center;
}

.modal-wrap .modal-header .title img {
	height: 0.96rem;
	margin: 0 auto;
}

.modal-content {
	flex: 1;
	overflow-y: scroll;
}

.modal-content .platform-item img {
	width: 100%;
	height: auto;
}

.modal-content .modal-common-img {
	width: 100%;
	height: auto;
}

.container {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url("../img/bg_pc.webp");
	background-size: cover;
}

.section {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.section .title {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-evenly;
	padding-left: 2rem;
}

.section .title .title-images {
	height: 20vw;
}

.section .title .qrcode-container {
	margin-top: 1vw;
	width: 40vw;
	display: flex;
	margin-left: 8rem;
	align-items: center;
}

.section .title .qrcode-container .qrcode {
	text-align: center;
	margin-right: 1rem;
	position: relative;
	padding: 5px;
}

#code {
	width: 80%;
	aspect-ratio: 1/1;
	box-sizing: border-box;
	position: absolute;
	top: 0.65vw;
	left: 50%;
	transform: translateX(-50%);
}

#code .qrcode_img {
	width: 100%;
	aspect-ratio: 1/1;
}

.section .title .qrcode-container .qrcode canvas {
	width: 100% !important;
	height: 100% !important;
}

.section .title .qrcode-container .qrcode .bg {
	width: 13vw;
}

.section .title .qrcode-container .download {
	margin-top: 0.8rem;
}

.section .title .qrcode-container .download .ios img {
	margin-bottom: 1rem;
}

.section .title .qrcode-container .download a img {
	height: 5vw;
}

.section .title .qrcode-container .download .application a {
	margin-bottom: 0.8rem;
	display: block;
}

.section .content img {
	width: 43vw;
}

.tips_text {
	text-align: center;
	color: #FFF500;
	font-size: 0.9rem;
	padding-bottom: 0.4rem;
	margin-top: 0.8rem;
}

footer {
	display: none;
}

@media screen and (max-width: 600px) {
	.container {
		background-image: url("../img/bg.webp");
		background-size: cover;
		overflow: hidden;
		padding-bottom: 0.6rem;
	}

	.section {
		height: auto;
		flex-direction: column;
		justify-content: flex-start;
		padding: 0;
		margin: 0;
	}

	.section .title {
		width: 100%;
		padding: 0;
		align-items: center;
		justify-content: center;
	}

	.section .title .title-images {
		width: 100%;
		height: auto;
		margin-top: -3.5rem;
	}

	.section .title .qrcode-container {
		display: none;
	}

	.section .content img {
		width: 100%;
	}

	footer {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 3vw 0;
		background-color: rgba(0, 0, 0, 0.7);
		backdrop-filter: blur(0.5rem);
	}

	footer .tips-container {
		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 {
		height: 6vw;
	}

	footer .device-container {
		width: 100vw;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-evenly;
		padding-top: 2vw;
	}

	.setup-container {
		padding: 2vw;
		text-align: center;
		color: #FADC4B;
		font-size: 0.6rem;
	}

	footer .device-container a {
		display: block;
		flex: 1;
		text-align: center;
	}

	footer .device-container img {
		width: 92%;
	}
}

.modal-wrap {
	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 {
	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 {
	font-size: 1.2rem;
	line-height: 1;
}

.modal-wrap .modal-header .android-modal-arrow img {
	height: 0.96rem;
}

.modal-wrap .modal-header .title {
	flex: 1;
	text-align: center;
}

.modal-wrap .modal-header .title img {
	height: 0.96rem;
	margin: 0 auto;
}

.modal-content {
	flex: 1;
	overflow-y: scroll;
}

.modal-content .platform-item img {
	width: 100%;
	height: auto;
}

.modal-content .modal-common-img {
	width: 100%;
	height: auto;
}

.contain-page {
	max-width: 37.5rem;
	margin: 0 auto;
	min-height: 100vh;
	overflow-y: scroll;
}

.contain-page .app-info {
	display: flex;
	padding: 1rem 0;
	width: 87.5%;
	margin: 0 auto;
	background: #fff;
}

.contain-page .app-info .app-logo {
	float: left;
	width: 28%;
	margin-right: 0.5rem;
}

.contain-page .app-info .app-logo img {
	display: block;
	width: 100%;
	border-radius: 1rem;
}

.app-info-rig {
	flex: 1;
}

.app-info-rig>div {
	margin-top: 0.6rem;
}

.app-info-rig>div>span {
	font-size: 0.7rem;
}

.app-info-rig strong {
	display: block;
	margin-top: 0.3rem;
	margin-left: 3.28358%;
	font-size: 1rem;
	font-weight: bold;
}

.app-info-rig p {
	margin: 0.21em 0 0 3.28358%;
	font-size: 0.7rem;
	color: #8a8a90;
}

.arouse {
	float: right;
	height: 1rem;
	line-height: 2rem;
	border-radius: 0.5rem;
	text-align: center;
	font-size: 1rem;
	color: red;
}

.btn {
	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,
.comment-box,
.information-box {
	margin: 0 auto;
	padding: 1rem 0;
	width: 87.5%;
	border-top: 1px solid #e5e5e5;
}

.app-intro .fs10 {
	font-size: 0.7rem;
	line-height: 1rem;
}

.app-show {
	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 {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.app-score strong,
.app-age strong {
	font-size: 0.8rem;
}

.app-score .score img {
	width: 4rem
}

.app-score p,
.app-age p {
	color: #d8d8d8;
	font-size: 0.6rem;
	margin-top: 0.3rem;
}

.app-title {
	margin-bottom: 0.85rem;
	font-size: 1rem;
}

.app-intro-con {
	position: relative;
	line-height: 1.8;
	font-size: 0.7rem;
	height: 3.78rem;
}

.comment-con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comment-right {
	width: 63.38%
}

.comment-left strong {
	font-size: 3rem;
	color: #4a4a4e;
	font-weight: bold;
	line-height: 2.2rem;
}

.comment-left p {
	text-align: center;
	color: #7b7b7b;
	margin-top: 0.5rem;
	font-size: 0.6rem;
}

.comment-star-list {
	list-style: none;
}

.comment-star {
	position: relative;
	width: 2.3rem;
	height: auto
}

.comment-star img {
	display: block;
	width: 100%;
	height: 100%;
}

.comment-star div {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #fff;
}

.comment-star-list li:nth-child(2) .comment-star div {
	width: 20%;
}

.comment-star-list li:nth-child(3) .comment-star div {
	width: 40%;
}

.comment-star-list li:nth-child(4) .comment-star div {
	width: 60%;
}

.comment-star-list li:nth-child(5) .comment-star div {
	width: 80%;
}

.comment-star img {
	width: 100%;
	height: auto;
}

.comment-star-list li {
	display: flex;
	align-items: center;
	line-height: 1.5;
	height: 0.6rem;
	gap: 0.5rem;
}

.comment-progress {
	position: relative;
	width: calc(100% - 2rem);
	height: 2px;
	background: #e9e9ec;
	border-radius: 2px;
}

.comment-progress div {
	width: 0;
	height: 2px;
	background: #4a4a4e;
	border-radius: 2px;
}

.comment-star-list li:nth-child(1) .comment-progress div {
	width: 90%;
}

.comment-star-list li:nth-child(2) .comment-progress div {
	width: 10%;
}

.comment-right>p {
	margin-top: 0.25rem;
	font-size: 0.6rem;
	color: #7b7b7b;
	text-align: right;
}

.information-list .row {
	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 {
	color: #737379;
	min-width: 5rem;
}

.safari-modal {
	display: block;
	z-index: 999;
	position: relative;
}

.mask-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}

.mask-pop {
	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 {
	z-index: 2;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 1rem;
}

.mask-colsed img {
	display: block;
	width: 100%;
}

.copy-url-img {
	display: block;
	width: 100%;
}

.copy-url {
	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 {
	font-size: 0.6rem;
	color: #535352
}

.copy-btn {
	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;
}