* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

.main {
	width: 100%;
	min-height: 100%;
	background-image: url("../images/bg.js");
	display: block;
	position: relative;
	overflow: hidden;
}

.logo {
	position: absolute;
	left: 3%;
	z-index: 999;
}

.swiper-container {
	width: 100vw;
	height: 40vw;
	position: absolute;
	top: 50%;
	transform: translateY(4.5vw);
}

.swiper-slide {
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.swiper-slide .center {
	padding: 5% 0;
	height: 100%;
}

.swiper-slide .center>img {
	margin: 0 auto;
	width: auto;
	height: 100%;
	object-fit: contain;
}

.swiper-slide .slogan {
	position: absolute;
	top: 50%;
	right: 0;
	width: 75%;
	transform: translate(0, -50%);
}

.swiper-slide .slogan img {
	height: auto;
}

.qrcode-box {
	position: absolute;
	z-index: 1;
	width: 12.08vw;
	height: 12.08vw;
	background-color: #ff3f7c;
	border-radius: 3.2vw;
	right: 2.1875vw;
	bottom: 9.5vh;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}


#qrcode img {
	width: 140px;
	background-color: #fff;
	padding: 6px;
	/* margin-left: 3vw; */
	border-radius: 10px;
}

.text {
	text-align: center;
	color: #fff;
	font-size: 24px;
}