body {
	margin: auto;
	width: 10rem;
	max-height: 16.24rem;
}

#guide_img {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.bg {
	position: relative;
	padding-bottom: 0.96rem;
}

.img1,
.img2 {
	width: 10rem;
	object-fit: contain;
}

.img2 {
	margin-top: -0.1rem;
}

.download-btn-bg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8.2rem;
	height: 1.3333rem;
	background: #78ce83;
	box-shadow: 0px 0.1733rem 0.1733rem 0px rgba(255, 175, 17, 0.18);
	border-radius: 0.2667rem;
	font-size: 0.48rem;
	color: #ffffff;
	display: none;
	justify-content: center;
	align-items: center;
}

.download-btn-img {
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.0667rem;
}

.ner-error {
	width: 10rem;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 2.1333rem;
}

.ner-error p {
	font-size: 0.3867rem;
	color: #333333;
	margin-top: 0.9467rem;
	margin-bottom: 1.44rem;
}

.ner-error-img1 {
	width: 3.2667rem;
	height: 3.2667rem;
}

.ner-error-img2 {
	width: 3.3867rem;
	height: 0.88rem;
}
