* {
	margin: 0;
	padding: 0;
}

html,
body {
	background: rgba(255, 250, 243, 1);
	padding-bottom: 0.55rem;
}

#logo {
	width: 100vw;
	margin-top: 0.3rem;
}

#logo img {
	height: 0.3rem;
	margin: 0 auto;
	display: block;
}

#Tips {
	width: 100vw;
	margin-top: 0.05rem;
	font-size: 0.12rem;
	text-align: center;
}

#Tips p {
	display: inline-block;
	font-size: 0.12rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(53, 53, 53, 1);
	line-height: 0.17rem;
	position: relative;
}

#Tips p:before {
	content: " ";
	display: block;
	width: 0.1rem;
	height: 0.01rem;
	background-color: #353535;
	position: absolute;
	top: 0.08rem;
	left: -0.15rem;
}

#Tips p:after {
	content: " ";
	display: block;
	width: 0.1rem;
	height: 0.01rem;
	background-color: #353535;
	position: absolute;
	top: 0.08rem;
	right: -0.15rem;
}

#explain {
	margin-top: 0.2rem;
	padding: 0 0.23rem;
}

#explain p {
	font-size: 0.12rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	line-height: 0.17rem;
}

#button {
	display: block;
	width: 100vw;
	height: 0.45rem;
	background: rgba(101, 71, 163, 1);
	border: none;
	outline: none;
	font-size: 0.18rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 0.45rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.swiper-container {
	margin-top: 0.25rem;
}

.swiper-container img {
	width: 1.97rem;
	border-radius: 0.09rem;
}

.swiper-slide {
	width: 1.97rem;
}
