table td{padding: 8px;border:solid 1px #ddd!important}
table tr:nth-of-type(even){background:#fbfcfd;}
table tr:nth-of-type(odd){background:#fff;}





/*----CSS document----*/
/*--秀吧评论 S--*/
/* 翻页样式 -S */
.pages{
	margin: 30px 0;
	height: 30px;
	line-height: 30px;
}
.pages a {
	display: inline-block;
	border: 1px solid #ddd;
	*display: inline;
	*zoom: 1;
	color: #444;
}
.pages a:hover {
	color: #fff;
	background: #e41e1e;
	border-color: #e41e1e;
}
.pages a.active{
	border: 0;
}
.pages input{
	border: 1px solid #ddd;
	width: 60px;
	padding: 0 10px;
}
.pages>input{
	*width:38px;
	height:32px;
	*margin-top:5px;
	*padding-left:0;
	*padding-right:0;
}
.pages input{
	outline: none;
}
.pages .fixed {
	height: 32px;
	background-color: #e41e1e;
	color: #fff;
	border:0;
}
@media (max-width:768px) {
	.pages>span,
	.pages>input{
		display:none;
	}	
}
/* 翻页样式 -E */

/*--输入评论 S--*/
.evalbox{
	*zoom:1;
	padding:10px 20px;
	margin-bottom: 25px;
	border-radius: 5px;
	background-color: #f8f8f8;
}
.evalbox>a{
	color: #666;
}
.photobox{
	float: left;
}
.photobox>span,
.commentbox .photo>span{
	width: 70px;
	height: 70px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%; 
	background-size: 100%;
}
.inputbox{
	padding-left:75px;
	width: 90%;
	*width:88%;
	*padding-left:15px;
}
.inputbox textarea{
	width: 100%;
	height: 158px;
	max-width: 100%;
	max-height: 158px;
	padding:15px;
	overflow-y: auto;
	background-color: #fff;
	outline: none;
	border:0;
}
.inputbox>ul>li{
	color: #999;
	padding-top:5px;
}
.inputbox>ul>li .btn_eval{
	padding: 8px 20px;
	border:1px solid #eae8e8;
	background-color: #ededed;
	border-radius: 3px;
	color: #666;
	outline: none;
	*border:0;
}
.commentbox{
	width: 100%;
	padding:20px 0;
	border-top:1px solid #eee;
}
.reply>li{
	padding: 15px 0;
	border-top:1px dashed #eee;
}
.commentbox .photo{
	float: left;
}
.list_content{
	padding-left: 85px;
	width: 92%; 
	*padding-left:15px;
	*width: 86%;
}
.list_content .comment{
	width: 100%;
}
.comment>li{
	display: block;
	width: 100%;
	padding:2px 0;
	color: #666;
}
.comment>li>strong{
	color: #444;
}
.comment>li>span{
	margin-left:5px;
	font-size: 12px;
	color: #999;
}
.replyicon{
	float: right;
	padding:5px 10px;
	color: #999;
	cursor: pointer;
}
.replyicon>i{
	margin-right: 4px;
}
.replyarea{
	margin-bottom:20px;
	padding:8px 15px 15px 15px!important;
	background-color: #f8f8f8;
}
.replyarea>input,
.replyarea>textarea{
	border:0;
	outline: none;
}
.replyarea .replybox{
	width: 100%;
	min-height: 70px;
	max-width: 100%;
	max-height: 70px;
	background-color: #fff;
	border:1px solid #e3e3e3;
	border-radius: 5px;
}
.replyarea .btn_reply{
	float: right;
	margin:10px 0;
	padding:3px 15px;
	background-color: #e41e1e;
	border-radius: 5px;
	color: #fff;
	border:0;
}
.replyarea .btn_reply:hover{
	background-color: #ed5f55;
}
.reply .control{
	padding:0;
	border:0;
}
.show_reply,
.hide_reply{
	float: right;
	font-size: 12px;
	cursor: pointer;
}
.show_reply{
	color: #ed5f55;
}
.hide_reply{
	color: #999;
}
.comment .name{
	margin-left:0px;
	color: #1e6cae;
}
/*--输入评论 E--*/