.red-remind{
	width: 10px;
	height: 10px;
	background: #fe5042;
	display:inline-block;
	overflow: hidden;
	color:#fff;
	@include border-radius(10px);
	display:none;
}
.red-remind-num{
	height: 18px;
	min-width:8px;
	max-width:22px;
	padding:0 5px;
	font:12px/18px arial;
	background: #fe5042;
	display:inline-block;
	overflow: hidden;
	color:#fff;
	text-align: center;
	@include border-radius(18px);
	display:none;
}
