* {
	margin: 0px; padding: 0px;
}
.filter {
	background: rgb(255, 255, 255);
}
.filter ul {
	letter-spacing: -4px;
}
.filter li {
	letter-spacing: normal;
}
.filter::before {
	display: table; content: "";
}
.filter_top_nav {
	margin: 20px 0px 10px; width: 100%; height: 35px; text-align: center; clear: both;
}
.filter_top_nav li {
	padding: 0px 18px; border: 1px solid rgb(229, 229, 229); border-image: none; line-height: 35px; margin-left: -1px; display: inline-block;
}
.filter_top_nav li.current {
	color: rgb(255, 255, 255); background-color: rgb(232, 100, 26);
}
.filter_top_nav li:first-child {
	border-radius: 4px 0px 0px 4px;
}
.filter_top_nav li:last-child {
	border-radius: 0px 4px 4px 0px;
}
.filter_main_nav {
	margin: 15px 0px; padding: 0px 13px; display: flex; flex-wrap: wrap; justify-content: flex-start;
}
.filter_main_nav li {
	margin: 6px 1%; border: 1px solid rgb(229, 229, 229); border-image: none; text-align: center; color: rgb(102, 102, 102); line-height: 35px; display: inline-block; box-sizing: border-box;
}
.filter_main_nav li.current {
	background-position: left top; border: 1px solid rgb(232, 100, 26); border-image: none; color: rgb(232, 100, 26); background-image: url("/Content/images/searc.png"); background-repeat: no-repeat; background-size: 22px 17px;
}
.filter_main_nav li.empty {
	border: currentColor; border-image: none; height: 0px;
}
.filter_main_nav li:empty {
	border: currentColor; border-image: none; height: 0px;
}
.fourblocks li {
	width: 23%;
}
.threeblocks li {
	width: 31%;
}
.towblocks li {
	width: 48%;
}
.filtertool_bottom {
	width: 100%; height: 50px; bottom: 0px; border-top-color: rgb(235, 235, 235); border-top-width: 1px; border-top-style: solid; position: fixed; background-color: rgb(242, 242, 242);
}
.filtertool_bottom .info {
	line-height: 50px; margin-left: 10px; float: left;
}
.filtertool_bottom .info em {
	padding: 0px 3px; color: rgb(255, 51, 0); font-style: normal; font-weight: bold;
}
.filtertool_bottom .toolbtnnav {
	padding-top: 7px; margin-right: 10px; float: right;
}
.filtertool_bottom .toolbtnnav li {
	padding: 6px 0px; border-radius: 4px; border: 1px solid rgb(229, 229, 229); border-image: none; width: 50px; text-align: center; margin-left: 5px; float: left; display: inline-block; background-color: rgb(255, 255, 255);
}
.filtertool_bottom .toolbtnnav li.btnSave {
	border: 1px solid #fff; 
	border-image: none; 
	color: rgb(255, 255, 255); 
	background-color: #df0000;
}
.filtertool_bottom .toolbtnnav li#btnSave {
	border: 1px solid #fff; 
	border-image: none; 
	color: rgb(255, 255, 255); 
	background-color: #df0000;
}
.inf {
	color: rgb(51, 51, 51); line-height: 30px; padding-left: 10px; border-bottom-color: rgb(234, 234, 234); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(242, 242, 242);
}
