/* 评论框 */
.comment{width: 95%;height: auto;margin-left:20px}
.comment .head-face{width: 10%; height: 120px; float: left; text-align: center;}
.comment .head-face img{width: 50px; height: 50px; border-radius: 50%;}
.comment .head-face p{font-size: 12px; font-family: "微软雅黑";}
.comment .content{width: 90%; height: 150px; float: right;}

.cont-box{ width: 100%; height: 60px; border: 1px solid #e9e9e9; border-top-left-radius: 5px;  border-top-right-radius: 5px; float: left;}
.cont-box .text{ width: 96.5%; height:50px; border-radius: 5px;   padding: 5px 10px; color: #999; font-family: "微软雅黑"; font-size: 12px; resize:none; border: none;  outline: none; float: left;}
.faceBox{width:96.5%;display:none}
.faceBox li{float:left; margin:2px;display:block; text-align:center;}
.faceBox li img{width:22px;height:22px}
.tools-box{width: 100%; height: 30px; border: 1px solid #f9f9f9; margin-top: 5px; border-bottom-left-radius: 5px;  border-bottom-right-radius: 5px; float: left;}
.tools-box .operator-box-btn{ width: 85%; height: 30px; float: left;  }
.tools-box .operator-box-btn .face-icon{display: block; float: left;background:url(smile.gif) no-repeat 0 0; margin:0 0 0 5px;width:24px;height:24px; cursor: pointer;}
.tools-box .operator-box-btn .img-icon{display: block; float: left; background:url(image.png) no-repeat 0 0;margin:2px 0 0 5px;width:24px;height:24px;cursor: pointer;}
.tools-box .submit-btn{ width: 15%; height: 30px; float: right; }

.tools-box .submit-btn input{ width: 100%; height: 100%; font-family: "微软雅黑"; font-size: 14px; color: #fff; cursor: pointer; border: none; outline: none; background-color: #da231b;}
.tools-box .submit-btn input:hover{background-color: #FF0000;}

/* 回复信息 */
#info-show{width: 95%; margin: 20px 0 0 20px;clear:both;}
#info-show li{ width: 100%; height: auto; padding: 10px 0 10px 0; border-bottom: 1px dotted #c0c0c0; float: left;}

#info-show .head-face{width: 10%;  float: left; text-align: center;}
#info-show .head-face img{width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 0 8px #c0c0c0;}

#info-show .reply-cont{ width: 89%; padding-right: 1%; float: right;}
#info-show .reply-cont  p{ min-height: 20px; line-height: 20px;  font-family: "微软雅黑"; font-size: 14px;}
#info-show .reply-cont .username{ color: #99cc66; margin-bottom: 5px;}
#info-show .reply-cont .comment-body{ color: #999; max-height: auto;}
#info-show .reply-cont .comment-footer{font-size: 12px; color: #c0c0c0; margin-top: 10px;}
#emotions{
	left:0;
	margin-top: 34px;
	width: 395px;
	font-size:12px;
	background:#fff;
	border-radius: 5px;
	box-shadow: 0 0 8px gray;
	padding: 10px 0;
	position: absolute;
	border: 1px solid #E8E8E8;
}
#emotions a{
	color: #9ABBC8;
	padding:2px 7px;
	text-decoration:none;
}
#emotions img{
	border:0;
}
#emotions div{
	margin:5px 10px;
	padding:1px;
	overflow: hidden;
}
#emotions #prev,
#emotions #next
{
	margin-left:3px;
	height: 15px;
	display: block;
	float: left;
	background:#eee;
}
#emotions .categorys{
	color:#ccc;
	height:26px;
	color: #9ABBC8;
	overflow:hidden;
}
#emotions .categorys a{
	border: 2px solid #e8e8e8;
	border-right:none;
	display: inline-block;
}
#emotions .categorys a:hover{
	text-decoration:underline;
}
#emotions .categorys a.current{
	cursor: default;
	border-bottom:none;
	border-bottom: 2px solid #99cc66;
	background: #F0F0F0;
}
#emotions .plus_container{
	padding:1px;
	overflow: hidden;
	min-height:auto;
	overflow-y:auto;
	max-height:180px;
	
}
#emotions .plus_container a{
	float:left;
	width:26px;
	height:22px;
	text-align:center;
	padding: 4px 2px;
	margin: -1px 0 0 -1px;
	border: 1px solid #e8e8e8;
}
#emotions .plus_container a:hover{
	z-index:2;
	position:relative;
	border:1px solid #0095cd;
}
#emotions .page{
	text-align:right;
}
#emotions .page a.current{
	color: #666;
	background-color:#fff;
}
#emotions .page a{
	margin-left:3px;
	color: #0078B6;
	background-color:#f3f3f3;
}
#emotions .page a:hover{
	background-color:#e7e7e7;
}
.container{}
.pageload{text-align:center;margin-bottom:20px;width:95%}
.pageload a{color:#666;font-size:14px;line-height:25px;display:inline-block;width:150px;height:25px;border:#f7f7f7 1px solid;background:#F9F9F9}
