@charset "utf-8";
#quan_head{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
}
#quan_body{
	display: block;
	width: auto;
	height: auto;
	margin: auto;
}
#quan_foot{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px;
}
.pd5{
	padding: 5px;
}
.flex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 5px;
	row-gap: 5px;
}
.flex_wrap{
	flex-wrap: wrap;
}
.flex_between{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width:auto;
	height: auto;
	overflow: hidden;
	column-gap: 5px;
	row-gap: 5px;
	background-color: #eee;
	background-image: linear-gradient(0deg,#eee,#fff);
	padding-left: 5px;
	padding-right: 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.search{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	column-gap: 5px;
	border-left: 1px solid #ddd;
	line-height: 20px;
	height:auto;
	padding: 5px;
	padding-left: 10px;
	cursor: pointer;
	user-select: none;
	flex-shrink: 0;
}
.search>span{font-size: 14px;}
.search_tb{
	display: none;
	width: auto;
	height: auto;
	margin: auto;
	padding: 10px;
	background-color: #eee;
	background-image: linear-gradient(0deg,#eee,#fff);
}
.search_tbody{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 5px;
	width: auto;
	height: auto;
}