@charset "UTF-8";
/**CSS Reset**/
header,footer,section,article,aside,details,figcaption,figure,hgroup,nav,menu
	{
	display: block;
}

html,body {
	font-size: 20px;
	-webkit-overflow-scrolling: touch;
}

body {
	background-color: #eee;
	color: #333;
	font-family: "Helvetica Neue", "Microsoft Yahei", Tahoma, Arial, Roboto,
		"Droid Sans", "Droid Sans Fallback", "Heiti SC", sans-self;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
}

ul,ol {
	list-style-type: none;
	border-bottom: 1px solid #fff;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:link,a:visited,a:hover,a:active {
	color: #333;
	outline: none;
}

/*清除浮动*/
.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	content: "";
}

/*顶部*/
.wap-header {
	background-color: #fff;
}

.wap-header h1 {
	padding: 0 2.4rem;
	text-align: center;
	font-size: 1rem;
	line-height: 2.2rem;
}

.wap-search {
	height: 2.2rem;
	padding: .36rem 2.4rem;
}

.wap-search form {
	position: relative;
	background-color: #e4e4e4;
	border-radius: 1.1rem;
	overflow: hidden;
}

.wap-search form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 1.75rem;
	height: 1.48rem;
	border: none;
	background: url(search-btn.png) no-repeat center;
	background-size: 50%;
}

.wap-search-text {
	margin-right: 1.75rem;
}

.wap-search-text input[type="text"] {
	display: block;
	width: 100%;
	height: 1.48rem;
	padding-right: 1rem;
	padding-left: 1rem;
	border: none;
	background: none;
}

.wap-search-text input[type="text"]:focus {
	color: #ff2832;
	outline: none;
}

a.wap-header-l,a.wap-header-r {
	position: absolute;
	top: 0;
	display: block;
	width: 2.2rem;
	height: 2.2rem;
	text-align: center;
	font-size: .7rem;
	line-height: 2.2rem;
}

a.wap-header-l {
	left: 0;
}

a.wap-header-r {
	right: 0;
}

a.wap-header-back {
	background-size: .5rem;
}

/**筛选**/
.screening-conditions {
	font-size: 14px;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 10000;
	bottom: 0;
	border-radius: 0;
	color: #3d4145;
	overflow-x: hidden;
	overflow-y: auto;
}

.filtrate-cont {
	padding-bottom: 74px;
}

/*其他条件*/
.filtrate-other {
}

.filtrate-other h2 {
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}

.filtrate-other ul{
	border-bottom:none;
}
.filtrate-other li {
	width: 100%;
	margin-left:10px;
	border-bottom:solid 1px #fff;
}
.filtrate-other li:last-child{
	border-bottom:none;
}


.filtrate-other li ul{
	padding-left:5px;
	display: none;
}
.filtrate-other li.active ul{
	display: block;
}

.filtrate-other li p{
	display: block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	overflow: auto;
	background-size: 15px 87px;
	margin-bottom:0;
}
.filtrate-other li p i{
	display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 12px;
    background: #ff9600;
    color: #fff;
    border-radius: 100%;
    text-align: center !important;
    line-height: 15px;
    font-style: normal;
    margin-left: 5px;
}

.filtrate-other li label {
	display: block;
	padding-left: 22px;
	color: #fff;
	height: 36px;
	line-height: 36px;
	overflow: auto;
    background: url(filtrate-select.png) no-repeat 0 10px;
	background-size: 15px 87px;
	margin-bottom:0;
}

.filtrate-other li.active>label {
	background-position: 0 -34px;
}
/*底部*/
.filtrate-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 -1px 4px #ccc;
}

.filtrate-btn {
	padding: 15px 10px;
}

.filtrate-btn li {
	float: left;
	width: 45%;
	padding: 0 5px;
}

.filtrate-btn li input {
	width: 100%;
	height: 34px;
	border-radius: 2px;
	outline: none;
	font-size: 16px;
}

input.filtrate-reset {
	border: 1px solid #adadad;
	background-color: #fff;
	color: #323232;
}

input.filtrate-submit {
	border: 1px solid #ff9600;
	background-color: #ff9600;
	color: #fff;
}