 ::-webkit-input-placeholder {
 color: #8D8D96;
}

      :-moz-input-placeholder {
 color: #8D8D96;
}

      :-ms-input-placeholder {
 color: #8D8D96;
}
 input::-webkit-search-decoration,  input::-webkit-search-cancel-button {
 display: none;
}
.icon-filter-angle {
	margin-top: 0.28rem;
	width: 0.2rem;
	height: 0.12rem;
	background-image: url(../images/icon_filter_angle.png);
}
.icon-filter {
	margin-top: 0.24rem;
	width: 0.2rem;
	height: 0.2rem;
	background-image: url(../images/icon_filter.png);
}
.pros-list-wrap {
	padding-top: 1.2rem;
}
.filter-cond {
	position: relative;
	left: 0;
	top: 1.01rem;
	z-index: 99;
	width: 100%;
	height: 0.69rem;
	background: #fff;
	border-bottom: 0.01rem solid #ECECF0;
}
.filter-cond > div {
	float: left;
	display: block;
	width: 20%;
	height: 100%;
	line-height: 0.68rem;
	color: #8D8D96;
	font-size: 0.26rem;
	text-align: center;
	margin: 0 6.66667%;
}
.filter-cond > div.active .top {
	color: #007aff;
}
.filter-cond > div.active .top .icon-filter-angle {
	background-image: url(../images/icon_filter_angle2.png);
}
.filter-cond > div.active .filter-wrap-bg {
	display: block;
}
.filter-wrap-bg {
	display: none;
	position: absolute;
	left: 0;
	top: 0.69rem;
	z-index: 2;
	width: 100%;
	height: 2000%;
	background: rgba(53, 53, 59, 0.5);
}
.filter-wrap {
	overflow: hidden;
	padding: 0.4rem 0.06rem 0.28rem 0.24rem;
	background: #fff;
}
.filter-wrap > li {
	float: left;
	margin: 0 0.16rem 0.16rem 0;
}
.filter-wrap > li > a {
	display: block;
	padding: 0.16rem 0.2rem;
	line-height: 0.24rem;
	font-size: 0.24rem;
	color: #333443;
	-webkit-border-radius: 0.06rem;
	border-radius: 0.06rem;
	background: #F3F3F6;
}
.filter-wrap > li > a.active {
	background: #007aff;
	color: #fff;
}
.filter-ban-wrap {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	height: 100%;
	background: rgba(53, 53, 59, 0.5);
}
.filter-ban-wrap.active {
	display: block;
}
.filter-ban-wrap.active .filter-ban {
	right: 0;
}
.filter-ban-wrap .filter-ban {
	position: absolute;
	overflow: scroll;
	right: -80%;
	top: 0;
	width: 80%;
	height: 100%;
	padding: 0.16rem 0.24rem 2.5rem;
	background: #fff;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.filter-ban-wrap .filter-ban h4 {
	padding: 0.44rem 0 0.2rem;
	color: #292A41;
	font-size: 0.32rem;
	font-weight: normal;
	letter-spacing: 0.02rem;
}
.filter-ban-wrap .filter-ban .filter-wrap {
	padding: 0;
}
.filter-ban-wrap .btn-wrap {
	position: absolute;
	bottom: 1rem;
	width: 100%;
	height: 1rem;
	text-align: center;
}
.filter-ban-wrap .btn-wrap > div {
	float: left;
	width: 50%;
	font-size: 0.28rem;
	letter-spacing: 0.02rem;
	line-height: 1rem;
}
.filter-ban-wrap .btn-wrap .cancel {
	color: #8D8D96;
	background: #ECECF0;
}
.filter-ban-wrap .btn-wrap .yes {
	background: #007aff;
}
.filter-ban-wrap .btn-wrap .yes > a {
	color: #fff;
}
.filter-ban-wrap .btn-wrap {
	position: fixed;
	right: 0;
	bottom: 1rem;
	width: 80%;
	height: 1rem;
	text-align: center;
}
.filter-cond > div.nav-select .top {
	color: #007aff;
}
.filter-cond > div.nav-select .filter {
	color: #007aff;
}
