@charset "utf-8";
/*筛选*/
.screenCont{
	background: #f6f6f6;
	padding: 0 20px;
	margin-bottom: 16px;
	position: relative;
}
.screenBox{
	position: relative;
}
.screenCont::after{
	content: '';
	border-bottom: 1px dashed #e5e5e5;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -29px;
	display: none;
}
.screenCont .screenList{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.screenCont .screenList:last-child{
	border-bottom: 0;
}
.screenCont .screenList h3{
	font: 14px/49px "微软雅黑";
	color: #999;
	float: left;height: 100%;
	margin-right: 10px;
}
.screenCont .screenList span{
	overflow: hidden;

}
.screenCont .screenList span a{
	font: 14px/20px "微软雅黑";
	display: block;
	float: left;
	margin: 15px 10px 10px 0;
	color: #666;
	padding: 0 6px;
}
.screenCont .screenList span a.currentTag{
	background: #fd5400;
	color: #fff;
}
.screenCont .screenList em{
	float: right;
	font: 14px/49px "微软雅黑";
	color: #7e7e7e;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.screenCont .screenList .multiline{
	overflow: hidden;
	padding-bottom: 15px;
}
.screenCont .screenList .multiline span{
	float: none;
	overflow: hidden;
}
.screenCont .screenList .multiline span a{
	margin-bottom: 0;
}
/*急速售卖*/
.sellQuickly{
	float: left;
	width: 261px;
	height: 310px;
	position: relative;
	background: url(../img/sellQuickly.png) no-repeat center;
	background-size:100% 100%;
	margin-right: 12px;
    margin-bottom: 17px;
}
.sellQuickly:hover a{
	background: #fa8a52;
	color: #fff;
}
.sellQuickly a{
	display: block;
	width: 219px;
	height: 30px;
	border: 1px solid #fa8a52;
	font: 16px/30px "微软雅黑";
	color: #fd5400;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -108.5px;
	bottom: 17px;
}
/*更多项*/
.allItem{
	background: #f6f6f6;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #fd5400;
	z-index: 5;
	left: 0;
	top: 0;
	min-height: 100%;
	display: none;
}
.allItem .allItemTop h3{
	font: 14px/49px "微软雅黑";
	color: #fd5400;
	font-weight: 900;
	float: left;
}
.allItem .allItemTop em{
	float: right;
	color: #fd5400;
	font: 14px/49px "微软雅黑";
	cursor: pointer;
}
.allItem .allItemTop em i{
	font-size: 12px;
	margin-left: 5px;
}
.allItem .allItemTop{
	overflow: hidden;
}
.allCategories .itemListCont{
	overflow: hidden;
	float: left;
	width: 25%;
	margin-bottom: 20px;
}
.allCategories .itemListCont h4{
	font: 14px/30px "微软雅黑";
	color: #fd5400;
	font-weight: 900;
	width: 95px;
	height: 100%;
	float: left;
}
.allCategories .itemListCont .itemList{
	float: left;
	width: 140px;
	
}
.allCategories .itemListCont .itemList a{
	display: block;
	width: 100%;
	font: 14px/32px "微软雅黑";
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.allCategories .itemListCont .itemList a:hover{
	color: #fd5400;
}
/*所有品牌*/
.allBrand{
	padding-top: 9px;
}
.allBrand .allItemTop h3{
	line-height: 38px;
}
.allBrand .allItemTop em{
	line-height: 38px;
}
.allBrand .brandInput{
	float: left;
	overflow: hidden;
}
.allBrand .brandInput span{
	display: block;
	float: left;
	width: 203px;
	height: 36px;
	border: 1px solid #fd5400;
	border-radius: 3px 0 0 3px;
}
.allBrand .brandInput span input{
	display: block;
	width: 100%;
	height: 100%;
	font: 16px/36px "微软雅黑";
	color: #666;
	box-sizing: border-box;
	padding: 0 20px;
	border-radius: 3px;
	background: #fff;
}
.allBrand .brandInput a{
	display: block;
	float: left;
	width: 70px;
	height: 38px;
	font: 16px/38px "微软雅黑";
	text-align: center;
	color: #fff;
	background: #fd5400;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
	outline: none;
}
.allBrand .allItemCont{
	overflow: hidden;
	padding-top: 20px;
}
.allScreen .allItemCont{
	overflow: hidden;
}
.allItem .allItemCont a{
	display: block;
	float: left;
	font: 16px/31px "微软雅黑";
	color: #666;
	margin: 0 28px 0px 0;
}
.allItem .allItemCont em{
	display: block;
	clear: both;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.allItem .allItemCont .overflowCont{
	padding-bottom: 20px;
}
.allItem .allItemCont a:hover{
	color: #fd5400;
}
.allItem .allItemCont em.currentEm{
	color: #fd5400;
}

/*筛选条件*/
.searchOption{
    margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #888;
	 border-bottom: 1px dashed #eee;
	 padding-bottom: 10px;
}
.searchOption span{
	border: 1px solid #cdcdcd;
	padding:0 5px;
	font: 14px/18px "微软雅黑";
	margin-right: 5px;
}
.searchOption span i.iconfont{
	font: 12px/18px "iconfont";
	color: #999;
	margin-left: 10px;
    cursor: pointer;
}
.searchOption span em{
	color: #FF5700;
}
.searchOption a{
	color: #999;
	margin-left: 20px;
}
.selectResult{
	color: #666;
	font-size: 14px;
	
   
    margin-left: 20px;
}
