.body2 {
	width: 100%;
}

.filter {
	width: 100%;
	color: #a5a5a5;
	clear: both;
	display: flex;
	flex-direction: column;
}
.filter>div{
	margin-top: 28px;
	display: flex;
	justify-content: flex-start;
}
.lab {
	display: block;
	width: 60px;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-top: 5px;
}

.t1{
	flex: 1;
	text-align: center;
	line-height: 20px;
}

.t1 span {
	color: #a5a5a5;
	float: left;
	display: block;
	margin-left: 36px;
	padding: 5px 10px;
	border-radius: 5px;
}


.t1 span:hover {
	background-color: #2cc4ce;
	color: white;
	text-decoration: none;
}

