.other {
	 max-width:1270px;
	 margin:15px auto;
	 background:#eee;
	 box-sizing:border-box;
	 padding:0 60px 15px;
 }
 .other .txt p {
	 text-align:center;
	 font-size:12px;
	margin: 3px auto;
 }
 .swiper-container_s {
	 width:100%;
	 overflow:hidden;
 }
 .swiper-container_s .swiper-slide {
	list-style:none;
	line-height:0;
	box-sizing:border-box;
	padding:0 34px;
	margin: 0;
	position:relative;
	overflow:hidden;
}
.special {
	text-align:center;
	font-weight:bold;
	padding:20px 0;
	font-size:17px;
}
#grid_wrap .swiper-container_s a {
	line-height:1.6;
}
@media only screen and (max-width: 750px)  {
.other {
	 max-width:1270px;
	 margin:15px auto;
	 background:#eee;
	 box-sizing:border-box;
	 padding:0 0 15px;
 }
.swiper-container_s .swiper-slide {
	box-sizing:border-box;
	padding:0 5px;
	margin: 0;
	position:relative;
	overflow:hidden;
}
}