@CHARSET "UTF-8";
.praise-collect{
	text-align: center;
}

.praise,
.collect{
	display: inline-block;
	margin: 30px 0;
	padding: 20px 0;
	text-align: center;
}

.collect{
	margin-left: 30px;
}

.praise .circle,
.collect .circle{
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.praise-collect [class^="icon-"]{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.praise .icon-praise{
	width: 50px;
	height: 50px;
	background-image: url(../images/btn_like.png);
	background-repeat: no-repeat;
	background-size: 50px;
}

.praise .circle.active .icon-praise{
	background-image: url(../images/btn_like_h.png);
}

.collect .icon-collect{
	width: 50px;
	height: 50px;
	background-image: url(../images/btn_fav.png);
	background-repeat: no-repeat;
	background-size: 50px;
}

.collect .circle.active .icon-collect{
	background-image: url(../images/btn_fav_h.png);
}

.collect p,
.praise p{
	margin-top: 6px;
}