* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 20px;
	font-family: "宋体";
}

.content {
	width: 100%;
}

.swiper {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	overflow: hidden;
}

.swiper>ul {
	list-style: none;
	position: absolute;
}

.logo {
	position: fixed;
	top: 0;
	left: 0;
	margin: 20px;
	color: #fff;
	z-index: 999;
}

.logo span {
	display: block;
	font-size: 1.2em;
}

.logos{
	position: fixed;
	top: 0;
	right: 0;
	margin: 20px;
	color: #fff;
	z-index: 999;
}
.logos span {
	display: block;
	font-size: 1.2em;
}
.logo span {
	display: block;
	font-size: 1.2em;
}

.wr {
	
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 10px;
}

.footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	justify-content: space-between;
	font-size: 0.5em;
	
	
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	user-select: none;
}

.phone {
	display: none;
}

.swiper-button {
	width: 80px;
	border-radius: 50%;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.2);
}

.swiper-button::after {
	/* display: none; */
	color: #fff;
}

.swiper-pagination {
	z-index: 999;
}

@media screen and (max-device-width: 800px) and (max-width: 800px) {


	
	.pc {
		display: none;
	}
	
	.phone {
		display: block;
	}

	
}


