.wwprap {position: relative;}
.count-favor-item{
	position: absolute;
	top: -15px;
	right: -10px;
	line-height: 17px;
	text-align: center;
	font-size: 11px;
	width: 16px;
	height: 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #e2001a;
	color: #fff;
	font-weight: bold;
}
a.count-favor-item:hover {
	background: none !important;
}

