.ban-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	background: #cd5c5c;
	color: #fff;
	margin-right: 3px;
	cursor: pointer;
	user-select: none;
}