.swiper-container {
	 width: 100%;
	 padding-top: 50px;
	 padding-bottom: 50px;
}
 .swiper-slide {
	 background-position: center;
	 background-size: cover;
	 width: 312px;
	 background-color: #fffefe00;
	 overflow: hidden;
	 border-radius: 8px;
}
 .afispic {
	 width: 312px;
	 height: 456px;
	 overflow: hidden;
}

  .detail {
	 padding: 25px 20px;
	 font-weight: 600;
	 text-align: center;
}