html,
body {
  height:auto;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.top{
  padding: .3rem .3rem .1rem;
  margin: 0 0 .3rem;
}
p {
  
  font-size: .28rem;
  line-height: .48rem;
  
  background: #ffffff;
}

p strong {
  color: #2a918d;
  font-weight: blod;
}

p a {
  text-decoration: underline;
}

.bg_color_eee {
  background: #eeeeee;
  width: 100%;
  height: .3rem;
}
.sw{
  
}
.manual {
  overflow: hidden;
  padding: .3rem .3rem .8rem;
  width: 6.9rem;
  position: relative;
  height: 8.5rem;
}

.manual  .swiper-slide{
  width: 4.77rem;
  height: 8.98rem;
  box-shadow: 0 8px 30px #eee;
}


.manual .swiper-slide img {
  display: block;
  width: 4.77rem;
  height: 8.98rem;
}


.manual .swiper-button-prev {
	left: 8px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.manual .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
.manual .swiper-button-next {
	right: 8px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

.manual .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
