﻿@charset "utf-8";
/* 代码整理：懒人之家 */
/* star */
#star {
	position:relative;
	width:300px;
	margin:20px auto;
	height:24px;
	margin-left:8px;
}
#starLevel, #Satisfaction {
	position: relative;
}
#star ul, #star span {
	float:left;
	display:inline;
	height:19px;
	line-height:19px;
}
#star ul {
	/*margin:0 10px;*/
}
#star li {
	float:left;
	width:20px;
	cursor:pointer;
	text-indent:-9999px;
	background:url(../Images/shop/star1.png) no-repeat;
}
#star strong {
	color:#f60;
	padding-left:10px;
}
#star li.on {
	background-position:0 -28px;
}
#star p, #starLevel p, #Satisfaction p{
	position: absolute;
	top: 20px;
	width: 159px;
	height: 60px;
	display: none;
	background: url(../Images/shop/icon.gif) no-repeat;
	padding: 7px 10px 0;
	z-index: 9999;
}
#star p em,#starLevel p em ,#Satisfaction p em{
	color:#f60;
	display:block;
	font-style:normal;
}

#starLevel ul, #starLevel span {
	float:left;
	display:inline;
	height:19px;
	line-height:19px;
}

#starLevel li {
    float: left;
    width: 20px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../Images/shop/star1.png) no-repeat;
}

#starLevel li.on {background-position:0 -28px;}

#Satisfaction ul, #Satisfaction span {
	float: left;
	display: inline;
	height: 19px;
	line-height: 19px;
}

#Satisfaction li {
	float: left;
	width: 20px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../Images/shop/star1.png) no-repeat;
}

	#Satisfaction li.on {
		background-position: 0 -28px;
	}


.selectStar ul, .setstar span {
	float:left;
	display:inline;
	height:19px;
	line-height:19px;
}

.selectStar li {
    float: left;
    width: 20px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../Images/shop/star1.png) no-repeat;
}

.selectStar li.on {background-position:0 -28px;}
.selectStar li:hover {background-position:0 -28px;cursor: pointer;}
.selectStar li.active {background-position:0 -28px;}

.starBox{
	display:flex;
	align-items:center;
}
.starBox  img{
	width:17px;
	height:17px;
}