.filter-bar {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: auto;
	height: 44px;
	background-color: #ffffff;
	overflow-x: auto;
	overflow-y: hidden;
	z-index: 20;
}

.filter-bar-container {
	display: block;
	width: 100%;
	height: 44px;
	white-space: nowrap;
}

.filter-bar-marker-cluster {
	background-image: url("../../images/index/marker/zoom.png");
	width: 40px;
	height: 45px;
	color: rgba(255,255,255,0);
	text-align:center;
	line-height:2.2;
	font-size:16px;
	font-weight:bold;
	background-size: cover;
}

.filter-bar-block {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-size: 80% 10px;
	background-position:50% 28px;
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: 15px;
    margin-right: 15px;
}

.filter-bar-block-select {
	background-image: url("../../images/index/filter-bar-bg.png");
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.filter-bar-block-unselect {
	font-size: 15px;
	color: #333333;
}