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

.index-banner {
	width: 100%;
	display: block;
	border-radius: 0.2rem;
}

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

.index-visual {
	background: linear-gradient(180deg, #E8F7FC 0%, #F3F4FC 100%);
	border-radius: 0.2rem;
	padding: 0.48rem 0.24rem 0.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index-title {
	font-size: 0.4rem;
	font-weight: 700;
	color: #151649;
	text-align: center;
	line-height: 0.56rem;
}

.index-desc {
	margin-top: 0.12rem;
	font-size: 0.26rem;
	color: #7B8499;
	text-align: center;
	line-height: 0.4rem;
}

.index-icons {
	margin-top: 0.48rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.index-icon-video {
	width: 0.96rem;
	height: 0.96rem;
	border-radius: 50%;
	background-color: #E6F8F2;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
}

.index-icon-audio {
	width: 0.96rem;
	height: 0.96rem;
	border-radius: 50%;
	background-color: #DDF4FA;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
}

.index-cam-body {
	width: 0.36rem;
	height: 0.28rem;
	background-color: #0CCA8A;
	border-radius: 0.08rem;
}

.index-cam-lens {
	width: 0;
	height: 0;
	border-top: 0.1rem solid transparent;
	border-bottom: 0.1rem solid transparent;
	border-left: 0.14rem solid #0CCA8A;
	margin-left: 0.04rem;
}

.index-arrow {
	width: 0.14rem;
	height: 0.14rem;
	border-top: 0.04rem solid #38BAE0;
	border-right: 0.04rem solid #38BAE0;
	transform: rotate(45deg);
	margin-left: 0.28rem;
	margin-right: 0.28rem;
}

.index-note-main-head {
	position: absolute;
	width: 0.22rem;
	height: 0.16rem;
	border-radius: 50%;
	background-color: #0EB3CA;
	left: 0.24rem;
	top: 0.54rem;
	transform: rotate(-28deg);
}

.index-note-main-stem {
	position: absolute;
	width: 0.04rem;
	height: 0.38rem;
	background-color: #0EB3CA;
	border-radius: 0.02rem;
	left: 0.42rem;
	top: 0.22rem;
}

.index-note-flag {
	position: absolute;
	width: 0.2rem;
	height: 0.08rem;
	background-color: #0EB3CA;
	border-radius: 0.02rem 0.06rem 0.06rem 0.02rem;
	left: 0.46rem;
	top: 0.22rem;
	transform: rotate(-12deg);
}

.index-note-small-head {
	position: absolute;
	width: 0.12rem;
	height: 0.1rem;
	border-radius: 50%;
	background-color: #54CCF4;
	left: 0.58rem;
	top: 0.42rem;
	transform: rotate(-28deg);
}

.index-note-small-stem {
	position: absolute;
	width: 0.03rem;
	height: 0.22rem;
	background-color: #54CCF4;
	border-radius: 0.02rem;
	left: 0.68rem;
	top: 0.24rem;
}

.index-btn {
	margin: 0.32rem 0.24rem 0.4rem;
	height: 0.88rem;
	border: 0.02rem solid #38BAE0;
	border-radius: 0.16rem;
	background-color: #EEF9FC;
	color: #0EB3CA;
	font-size: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
}

.index-btn:active {
	opacity: 0.7;
}

.index-help {
	margin-top: 0.4rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.index-help-txt {
	font-size: 0.26rem;
	color: #8B93A6;
	line-height: 0.4rem;
}

.index-help-link {
	font-size: 0.26rem;
	color: #0EB3CA;
	text-decoration: underline;
	line-height: 0.4rem;
	cursor: pointer;
}

#videoInput {
	display: none;
}

.index-progress {
	display: none;
	margin: 0 0.24rem 0.4rem;
}

.index-progress.is-show {
	display: block;
}

.index-progress-text {
	font-size: 0.24rem;
	color: #0EB3CA;
	text-align: center;
	line-height: 0.36rem;
	margin-bottom: 0.16rem;
}

.index-progress-track {
	height: 0.08rem;
	border-radius: 0.08rem;
	background-color: #E6EAF2;
	overflow: hidden;
}

.index-progress-fill {
	height: 0.08rem;
	width: 0;
	border-radius: 0.08rem;
	background: linear-gradient(90deg, #38BAE0 0%, #6A30AE 100%);
}

.index-btn.is-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.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-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-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.2rem;
	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;
}
