.dis_fx {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tops {
	background-color: #eee;
	padding: 5px 0;
}

.tops span,
.tops a {
	color: #999;
	font-size: 12px;
	line-height: 24px;
}

.tops span {
	margin-right: auto;
}

.tops a {
	margin-left: 2%;
}
