
.border-gradient {
	background-color: #dddddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #dddddd, #eeeeee);
	background-image:    -moz-linear-gradient(top, #dddddd, #eeeeee);
	background-image:      -o-linear-gradient(top, #dddddd, #eeeeee);
	background-image:         linear-gradient(to bottom, #dddddd, #eeeeee);
	border-top: 1px solid #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1) inset;
}


.banners-container {
	height: 35px;
	line-height:35px;
	
}
.banners-container .swiper-slide {
	height: 2.1rem;
	width: 5.6rem; /* 208+25*/
}


.banners-container .swiper-slide_0 {
	height: 2.1rem;
	width: 3.8rem; /* 208+25*/
}

