.help-page {
	min-height: calc(100vh - 0.88rem);
	background-color: #F2F5FB;
	padding: 0.24rem 0.4rem 0.48rem;
	box-sizing: border-box;
}

.seo-card {
	margin-top: 0.24rem;
	background-color: #FFFFFF;
	border-radius: 0.24rem;
	padding: 0.32rem 0.28rem 0.36rem;
	box-shadow: 0 0.08rem 0.32rem rgba(8, 14, 44, 0.06);
}

.seo-card + .seo-card {
	margin-top: 0.2rem;
}

.seo-h1 {
	font-size: 0.36rem;
	font-weight: 700;
	color: #151649;
	line-height: 0.52rem;
	margin-bottom: 0.16rem;
}

.seo-h2 {
	font-size: 0.3rem;
	font-weight: 700;
	color: #151649;
	line-height: 0.44rem;
	margin-top: 0.28rem;
	margin-bottom: 0.12rem;
}

.seo-h2:first-child {
	margin-top: 0;
}

.seo-h3 {
	font-size: 0.28rem;
	font-weight: 600;
	color: #151649;
	line-height: 0.42rem;
	margin-top: 0.2rem;
	margin-bottom: 0.08rem;
}

.seo-p {
	font-size: 0.26rem;
	color: #5C6478;
	line-height: 0.42rem;
	margin-bottom: 0.12rem;
}

.seo-list {
	margin: 0.08rem 0 0.12rem 0.32rem;
	padding: 0;
}

.seo-list li {
	font-size: 0.26rem;
	color: #5C6478;
	line-height: 0.42rem;
	margin-bottom: 0.08rem;
}

.seo-links {
	margin-top: 0.24rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.24rem;
}

.seo-link {
	font-size: 0.26rem;
	color: #0EB3CA;
	text-decoration: underline;
}

.seo-link-btn {
	display: inline-block;
	margin-top: 0.24rem;
	padding: 0.2rem 0.36rem;
	border-radius: 0.12rem;
	background-color: #EEF9FC;
	border: 0.02rem solid #38BAE0;
	color: #0EB3CA;
	font-size: 0.26rem;
	text-decoration: none;
}

.seo-faq-item {
	padding: 0.2rem 0;
	border-bottom: 0.02rem solid #F0F2F7;
}

.seo-faq-item:last-child {
	border-bottom: 0;
}
