body{
	background: #f2f2f2;
}
.heightCenter{
	background: none;
}
.review{
	width: 100px;
	height: 34px;
	background: #ff7129;
	color:#fff;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
	font-weight: bold;
	margin-top:23px;
}
.reviewContent{
	margin-bottom: 10px;
}
.reviewContentLeft{
	width: 810px;
	background: #fff;
}
.reviewContentLeft li{
	margin:15px;
}
.reviewContentLeft li:nth-child(2){
	margin:0 15px 15px 15px;
}
.reviewContentLeft li h1{
	font-weight: normal;
	background: #f2f2f2;
	padding-left: 15px;
	line-height: 40px;
}
.reviewContentLeft li h1 span:nth-child(2){
	color:red;
	margin-left: 20px;
}
.reviewContentLeft li table tr td{
	font-size: 14px;
}
.reviewContentLeft li table tr{
	margin-bottom: 15px;
}
.reviewContentLeft li table tr td:nth-child(1) span:nth-child(1){
	color:red;
	font-size: 18px;
	position: relative;
    top: 5px;
}
.reviewContentLeft li:nth-child(2) table tr td:nth-child(1){
	padding-top:11px;
}
.reviewContentLeft li:nth-child(2) table tr:nth-child(1) td:nth-child(1){
	padding-top:0;
}
.starBox{
	background:#f2f2f2;
	padding:3px 5px 3px 0;
	border-radius: 3px;
	width: 175px;
}
.starT{
	float: left;
}
.star{
	width: 30px;
	height: 30px;
	border-radius: 3px;
	margin-left: 5px;
	cursor: pointer;
	background:url(../images/star2.png) 0 0 no-repeat #f2f2f2;
}
.starS{
	background:url(../images/star2.png) 0 -30px no-repeat #ff7129;
}
.reviewContentLeft li:nth-child(2) table tr td:nth-child(2){
	padding-left: 10px;
	width: 695px;
}
.reviewContentLeft li:nth-child(2) table tr td:nth-child(1){
	text-align: right;
}
.scoreBox {
	padding-top:15px;
}
.scoreBox .score{
	float: left;
	width: 30px;
	line-height: 20px;
	text-align: center;
	border:1px solid #ff7129;
	cursor: pointer;
}
.scoreBox .score:nth-child(2),
.scoreBox .score:nth-child(3),
.scoreBox .score:nth-child(4),
.scoreBox .score:nth-child(5),
.scoreBox .score:nth-child(6){
	border-left: none;
}
.scoreS{
	background: #ff7129;
	color: #fff;
}

.textareaTxt{
	margin-top: 15px;
	padding:3px;
	width: 687px;
	border-radius: 3px;
	border:1px solid #d1d1d1;
	outline: none;
	resize: vertical;
}
.uploadImg img{
	width: 112px;
	height: 112px;
	padding:3px;
	border:1px solid #c3c3c3;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
.upload{
	float: left;
	display: block;
	background: url(../images/uploadClick.png) no-repeat;
	width: 120px;
	height: 120px;
	margin-top: 5px;
	transition: box-shadow 0.3s;
}
.upload:hover{
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.consume input{
    width: 80px;
    height: 20px;
    line-height: 20px;
	border:1px solid #c3c3c3;
	outline: none;
	padding:3px;
	font-size: 14px;
	border-radius: 3px;
	margin-top:10px;
}
.consume span{
	padding-left: 5px;
}
.scoreTxt{
    line-height: 22px;
    padding-left: 20px;
    text-indent: 10px;
}
.color1{
	color:#ff0000;
}
.color2{
	color:#ff8a00;
}
.color3{
	color:#ff3c00;
}
.color4{
	color:#ff5a00;
}
.reviewContentLeft li:nth-child(2) table tr:last-child td{
	text-align: center;
}
table tr:last-child td input{
    width: 120px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #ff7129;
    font-size: 18px;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
table tr:last-child td input:hover{
	background: #fc4d00;
}
.reviewContentRight {
	width: 280px;
	margin-left: 10px;
	background: #fff;
	padding-bottom: 10px;
}
.reviewContentRight h1{
	font-weight: normal;
	margin:15px;
}
.reviewContentRight a,.reviewContentRight a img{
	display: block;
	width: 240px;
}
.reviewContentRight a {
	height: 138px;
	overflow:hidden;
	border-radius: 3px;
	margin-left: 20px;
}
.starImg,.detailTxt{
	margin:5px 20px 0 20px;
	font-size: 14px;
}
.starImg span{
	display: block;
}
.comment{
	margin:3px 0;
	width: 85px;
	height: 16px;
	background: url(../images/star.png) -2px 0 no-repeat;
}
.num{
	line-height: 22px;
	font-size: 14px;
}
/*上传图集*/
#uploader .queueList{
	margin:0;
}

table tr td:nth-child(1){
	font-size: 14px;
}