/*头部条件*/
.selector{
	padding: 0.2rem 0.25rem;
	/*margin-bottom: 0.2rem;*/
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.selector ul{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	font-size: 0.28rem;
	text-align: center;
	height: 0.5rem;
	line-height: 0.5rem;
}
.selector ul li{
	/*width: 1.87rem;*/
}

.screened-box{
	position: absolute;
	width: 7.5rem;
	top: 0.93rem;
	height: 100%;
}
/*类型*/
.box-type{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	font-size: 0.28rem;
	background-color: #fff;
	color: #6e6e6e;
}
.box-type li{
	height: 0.7rem;
	line-height: 0.7rem;
	padding: 0 0.25rem;
	display: flex;
	justify-content: space-between;
}
.box-type .active{
	background-color: #f8f8f8;
	border-left: 0.04rem solid #50972c;
	color: #50972c;
}
/*品牌*/
.box-brand{
	display: flex;
	flex-flow: wrap;
	background-color: #fff;
	font-size: 0.28rem;
	padding: 0.25rem 0.25rem 0;
	border-bottom: 0.03rem solid #50972c;
}
.box-brand li{
	margin-bottom: 0.25rem;
	width: 1.56rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: rgb(246, 246, 246);
	text-align: center;
}
.box-brand li span{
	/*border: 1px solid;*/
	/*padding: 0 0.1rem;*/
}
.box-brand .active{
	color: #50972c;
}

/*所在地*/
.box-area{
	display: flex;
	flex-flow: wrap;
	background-color: #fff;
	font-size: 0.28rem;
	padding: 0.25rem 0.25rem 0;
	border-bottom: 0.03rem solid #50972c;
}
.box-area li{
	margin-bottom: 0.25rem;
	width: 1.56rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: rgb(246, 246, 246);
	text-align: center;
}
.box-area li span{
	/*border: 1px solid;*/
	/*padding: 0 0.1rem;*/
}
.box-area .active{
	color: #50972c;
}

/*成色*/
.box-news{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	font-size: 0.28rem;
	background-color: #fff;
	color: #6e6e6e;
}
.box-news li{
	height: 0.7rem;
	line-height: 0.7rem;
	padding: 0 0.25rem;
	display: flex;
	justify-content: space-between;
}
.box-news .active{
	background-color: #f8f8f8;
	border-left: 1px solid #50972c;
	color: #50972c;
}

/*产品列表List*/
.flow-default {
	display: flex;
	flex-flow: wrap;
	height: 100%;
	padding-top: 1rem;
}
.flow-default li {
	width: 7rem;
	display: flex;
	flex-flow: wrap;
	background-color: #fff;
	padding: 0.1rem;
	margin-bottom: 0.15rem;
}
.layui-flow-more{
	width: 100%;
}
.flow-default .goods-img{
	width: 2.8rem;
	height: 2rem;
}
.flow-default .goods-content{
	width: 3.7rem;
	font-size: 0.24rem;
	padding: 0 0.15rem;
	margin: auto 0;
}
.flow-default .goods-content p:nth-child(1){
	font-size: 0.28rem;
	font-weight: 700;
	/*overflow: hidden;*/
	/*height: 0.4rem;*/
	line-height: 0.4rem;

}
.flow-default .goods-content p:nth-child(2){
	font-size: 0.24rem;
	color: #a0a0a0;
	overflow: hidden;
	height: 0.35rem;
	line-height: 0.35rem;
	padding-bottom: 0.15rem;
}
.flow-default .goods-content p:nth-child(3){
	color: #ff0000;
}
.flow-default .goods-content p:nth-child(3) em{
	font-size: 0.35rem;
	padding-left: 0.03rem;
}
.flow-default .goods-content p:nth-child(4){
	color: #999;
	height: 0.35rem;
	line-height: 0.35rem;
}

.pop-show{
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 98;
	width: 100%;
	height: 100%;
	position: fixed;
	pointer-events: auto;
}

.margin-rb{
	margin-right: 0.25rem;
}