html {
	font-size: 10px
}

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei"
}

.container {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	z-index: 0;
}

.support a{
	position: fixed;
	top: 13%;
	right: 2%;
	width: 1rem;
	height: 1rem;
	background-image: url("../image/support.webp");
	background-size: 100% 100%;
	z-index: 999;
}

.container .downBtn{
	position: absolute;
	top: 31%;
	left: 13%;
	width: 74%;
	height: 1.4rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.bannerBox {
	position: absolute;
	left: 0%;
	top: 55.1%;
	width: 100%;
	height: 3.23rem;
}
.banner{
	margin: 0 auto;
    margin-top: 13.6%;
	width: 75%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide>img{
	width: 100%;
}

.container .footer{
	position: absolute;
	bottom: 0.8rem;
	right: 0;
	width: 100%;
	height: 2rem;
	color: #ffffff;
}

.footer p{
	padding: 0;
	margin: 0;
}