@charset "utf-8";

.sf-praise-wrapper{
	margin: 0 auto;
	padding: 0;
	height:250px;
	width:720px;
}

.sf-praise-tip{
	border-bottom: 1px solid #e6e6e6;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	padding: 5px 0;
}

.sf-praise-list{
	text-align: center;
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 10px 0;
	white-space: nowrap;
	width: 100%;
	float:left;
	display:inline;
}

.sf-praise-item{
	cursor: pointer;
	display: inline;
	padding: 10px 0;
	margin: 3px 0;
	position: relative;
	text-align: center;
	float: left;
}

.sf-praise-item div {
	font-family: "Microsoft YaHei";
}

.sf-praise-item li{
	border: 0;
	margin: 0 auto;
	padding: 0;
	color: transparent;
	font-size: 0;
}

.sf-praise-item-hover{
	border: 1px solid #EEE;
    border-radius: 4px;
    box-shadow: 0 0 10px #CCC;
}

.sf-praise-item p{
	text-indent: 0;
}

.sf-praise-name {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 7px 0 0;
}

.sf-praise-num{
	color: #c33;
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.sf-praise-bar{
	width: 10px;
	height: 40px;
	border: 1px solid #DADADA;
	background: #fff;
	position: relative;
	margin-bottom: 5px;
	left: 55px;
}

.sf-praise-bar-bg{
	margin: 0px;
	padding: 1px;
	height: 0;
	background-color:#ff742b;
	width: 8px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 0px;
	font-size: 0px;
}