*{
	margin: 0;
	padding: 0;
}
body {
	overflow: hidden;
}

.swiper-wrapper {
	transition-timing-function: linear;
	
}
::selection{ 
  background-color:#aa0000; 
  color:#000; 
}
.logo{
	opacity: 0.1;
	width: 100%;
	
	/* position: absolute; */
	top: 0;
}
article{
	cursor: pointer;
	background-color: antiquewhite;
	position: relative;
}
.cls-1 {
	fill: #FFFFFF;
}
.ewm{
	     display: inline-block;
	     padding-top: 200px;
	     width: 100%;
	     text-align: center;
		
}
.ewm img{
	width:100px;
	padding: 0 20px;
}

.swiper-slide{
    padding: 10px 0;
    width:200px;/*根据内容调整宽度*/
  }
  .swiper{
	  background-color: #aa0000;
  }
footer a ,footer p{
	
	font-size: 12px;
	color: #c3b0b0;
	text-decoration: none;
}

footer{
	
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20px;
}
@media screen and (min-width: 768px){
	.ewm:hover{
		opacity: 1;
		transform: translateY(0px)
	}
	.ewm{
		opacity: 0;
		transform: translateY(10px);
		 transition: all 0.3s 0.3s linear;
	}
}
@media screen and (max-width: 768px){
	*{
		font-size: 0;
	}
	html{
		font-size: 16.67vw;
	}
	/* footer a ,footer p{
		font-size: 0.14rem;
	} */
	.swiper-slide{
		padding: 0.2rem 0;
	}
	footer{
		bottom: 0.15rem;
	}
	.ewm img{
		    width: 1.3rem;
		    padding: 0 0.2rem;
	}
}