@charset "utf-8";
/* CSS Document */

.featured {
	height: 290px;
	padding: 10px 0 50px;
	margin-bottom: -25px;
}
.featured .swiper-slide {
	border-radius: 5px;
	height: 300px;
	width: 200px;
}
.featured a {
	display: block;
	width: 100%;
	height: 100%;
}
.thumbs-title {
	position: absolute;
	/*left: 25px;*/
	top: 15px;
	font-weight: bold;
	/*text-shadow: 0px 1px 0px #fff;*/
	color: #555;
}
.thumbs-cotnainer {
	padding-bottom: 10px;
	padding-top: 20px;
}
.thumbs-cotnainer .swiper-slide {
	width: 105px;
	text-align: left;
	line-height: 1.3;
}
.thumbs-cotnainer img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	box-shadow: 0px 1px 0px #000;
}
.app-title {
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow:ellipsis;
	position: relative;
	overflow: hidden;
	max-width: 90%
}
.app-category {
	font-weight: 300;
	font-size:12px;
}
.app-price {
	font-weight: bold;
	color: #999;
	/*text-shadow: 0px 0px 0px #fff;*/
	font-size:10px;
}
.banners-container {
	height: 100px;
	padding: 18px 0;
}
.banners-container .swiper-slide {
	height: 100px;
	width: 233px; /* 208+25*/
}
.banner {
	width: 208px;
	height: 100px;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}