/* 筛选 */
#filter_box {
	box-sizing: border-box;
	width: 897px;
	padding: 24px 24px 18px 24px;
	margin-bottom: 12px;
	background-color: #FFFFFF;
	border-radius: 16px;
}

.filter_item {
	margin-bottom: 12px;
}

.filter_item:last-child {
	margin-bottom: 0;
}

.f_i_title {
	width: 52px;
	height: 30px;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

.select_item {
	min-width: 64px;
	height: 30px;
	padding: 0 8px;
	margin: 0 22px 6px 0;
	border-radius: 6px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.select_item2 {
	min-width: 32px;
	padding: 0;
	margin-right: 25px;
}

.select_item_ed {
	background-color: #FFF4F6;
	color: var(--color-theme);
}

.f_i_more {
	color: #3593E9;
}

.tag_item_box {
	padding: 0 6px;
	background-color: #F7F8FA;
	border-radius: 6px;
}

.tag_item {
	height: 42px;
	min-width: 32px;
	padding: 0 6px;
	margin: 0 8px 0 0;
	line-height: 42px;
}

.tag_item_ed {
	color: var(--color-theme);
}

/* 筛选 end */