.instructions_link{
	position: absolute;
	right: .3rem;
	color: #333;
}
.top{
	position: relative;
	z-index: 1000;
}
.rows{
	display: flex;
	padding-left: .3rem;
	padding-right: .3rem;
	justify-content: space-between;
	align-items: center;
	height: 1.02rem;
	border-bottom: .01rem solid #e3e3e3;
	background: #fff;
}
.tag_title{
	font-size: .3rem;
	color: #333;
}
.tag_time{
	font-size: .24rem;
	color: #999;
	transform: scale(.9);
	margin-left: -.11rem;
}
.green{
	color: #1ac322;
	font-size: .3rem;
}
.green span:nth-of-type(1){
	margin-right: 0rem;
}
.red{
	color: #f00;
	font-size: .3rem;
}
.bg_gray{
	position: absolute;
	top: 0;
	z-index: 100;
	background: #000;
	opacity: .4;
	height: 100%;
	width: 100%;
	display: none;
}
.filter_wrap{
	overflow: hidden;
	position: absolute;
	top: .89rem;
	background: #fff;
	z-index: 200;
	display: none;
}
.filter_list{
	display: flex;
	padding-bottom: 0.2rem;
	flex-wrap: wrap;
}
.filter_list li{
	width: 2.23rem;
	height: .6rem;
	color: #ffba00;
	border: .02rem solid #d1d1d1;
	text-align: center;
	line-height: .6rem;
	font-size: .26rem;
	margin-left: .2rem;
	box-sizing: border-box;
	margin-top: .2rem;
}
.filter_list .select{
	background: #ffba00;
	color: #fff;
	background: #ffba00;
	border: 0;
}
