.device {
  width: 100%;
  height: 3.42rem;

  margin-top: 0;
  position: relative;
}
.swiper-container {
  height: 100%;
  width: 100%;
}
.swiper-wrapper{
	width: 100%;
	height: 100%;
}
.swiper-slide {
  width: 100%; 	
  height: 100%;
  color: #fff;
  position: relative;
}
.swiper-slide>a{
	display: block;
	height: 100%;
}
.swiper-slide>a img{
	width: 100%;
}
.swiper-slide>a p{
	width: 100%;
	height: 0.65rem;
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.65rem;
	padding-left: 0.27rem;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}
.pagination {
  position: absolute;
  left: 0;
  z-index: 99;
  text-align: center;
  bottom: 0.94rem;
  width: 100%;
  height: 0.08rem;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background: #FFFFFF; 
  margin: 0 0.06rem;
}
.swiper-active-switch {
  background: #6cbeec;
}