.haha-countdown2{
	border:1px solid #ddd;
	height:2rem;
	width:5rem;
	text-align: center;
	line-height: 2rem;
	background: yellow;
	&.active{
		color:#999;
		background: #eee;
	}
}
