@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'iconfont';  /* project id："157261" */
  src: url('//at.alicdn.com/t/font_1lmcqwgjfackgldi.eot');
  src: url('//at.alicdn.com/t/font_1lmcqwgjfackgldi.eot') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1lmcqwgjfackgldi.woff') format('woff'),
  url('//at.alicdn.com/t/font_1lmcqwgjfackgldi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1lmcqwgjfackgldi.svg#iconfont') format('svg');
}
.iconfont{
	font-family:"iconfont";
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale; 
}
.J_CommentWrap.clear,.J_CommentWrap .clear{
	width:auto;
	overflow:hidden;
	clear:both;
}
.J_CommentWrap{
	padding:1rem;
	overflow:hidden;
	width:auto;
	display:block;
	clear:both;
}
.J_CommentWrap .J_CommentEditor{
	border-radius:0.5rem;
}
.J_CommentWrap .J_CommentEditor .J_EditTitle{
	font-size: 1rem;
    font-family: Arial;
    padding: 0.8rem 0px;
    color: #ff8140;
}
.J_CommentWrap .J_CommentEditor .J_EditTitle em{
	font-size: 1.5rem;
    position: relative;
    top: 0.2rem;
    right: 0.1rem;
}
.J_CommentWrap .J_CommentEditor .J_EditArea{
	border: 1px solid #ff8140;
    border-radius: 6px;
    padding: 7px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15) inset;
	width:auto;
	background:#fff;
}
.J_CommentWrap .J_CommentEditor .J_EditArea textarea{
	width:100%;
    height: 68px;
	outline:none;
	border:none;
	font-size:1rem;
	color:#333;
    font-family: Arial;
}
.J_CommentWrap .J_CommentEditor .J_EditBar{
	padding:10px 0px;
    font-family: 'Arial';
	font-size:0.85rem;
}
.J_CommentWrap .J_CommentEditor .J_EditBar .J_EditExpression{
	width:20%;
	float:left;
	height:30px;
	overflow:hidden;
	text-align:left;
}
.J_CommentWrap .J_CommentEditor .J_EditBar .J_EditExpression a{
	text-decoration:none;
	color:#ff8140;
	font-size:1.5rem !important;
	font-weight:normal;
}
.J_CommentWrap .J_CommentEditor .J_EditBar .J_EditSub{
	width:80%;
	float:right;
	height:30px;
	overflow:hidden;
	text-align:right;
	font-size:12px;
}
.J_CommentWrap .J_CommentEditor .J_EditBar .J_EditSub img{
    width:5rem;
    position: relative;
    margin-bottom: -9px;
	display:inline-block;
}
.J_CommentWrap .J_CommentEditor .J_EditBar .J_EditSub input[type='text']{
	outline:none;
	border:1px solid #ddd;
    padding: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15) inset;
	color:#333;
	font-family: inherit;
	width:40px;
	margin-right:5px;
}
.J_CommentWrap .J_CommentEditor .J_EditBar .J_EditSub .SubComment{
    display: inline-block;
    height: 28px;
    line-height: 29px;
    width: 60px;
	background: #ff8140;
    border: 1px solid #f77c3d;
    color: #fff;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
	text-align:center;
	font-family:Arial;
	text-decoration:none;
	border-radius:4px;
}
.J_CommentWrap .J_CommentExpression{
    position: absolute;
    z-index: 2;
    background: #fff;
    border: 1px solid #ddd;
	margin-top:-15px;
	display:none;
}
.J_CommentWrap .J_CommentExpression em{
	display:inline-block;
	padding:4px;
	cursor:pointer;
}
.J_CommentWrap .J_CommentList{
	clear:both;
	overflow:hidden;
	width:100%;
	padding:20px 0px;
}
.J_CommentWrap .J_CommentList iframe{
	width:100%;
	height:660px;
}

/* 评论列表 */
.comment_list{
}
.comment_list .list-item{
	padding:25px 0px;
	clear:both;
	overflow:hidden;
	border-bottom: 1px dashed #ddd;
}
.comment_list .list-item .comment-head{
	max-width:6%;
	float:left;
	text-align:right;
	overflow:hidden;
}
.comment_list .list-item .comment-head img{
	width:100%;
	border-radius:100%;
}
.comment_list .list-item .comment-info{
	float: right;
    width: 92%;
    overflow: hidden;
}
.comment_list .list-item .comment-info .comment-row1{
    height: 24px;
    line-height: 16px;
    padding: 1px 0 0;
	clear:both;
	overflow:hidden;
	width:100%;
	font-size:0.75rem;
}
.comment_list .list-item .comment-info .comment-row1 .comment-name{
	color:#ff8140;
	display:inline-block;
	float:left;
}
.comment_list .list-item .comment-info .comment-row1 .comment-addtime{
	color:#999;
	display:inline-block;
	float:right;
}
.comment_list .list-item .comment-info .comment-row2{
	padding: 1rem 0 0;
	clear:both;
	overflow:hidden;
	width:100%;
	font-size:1rem;
	color:#333;
	line-height:1.5rem;
}










.fpage{
	padding:40px 0px 80px;
	text-align:center;
	clear:both;
	overflow:hidden;
} 
.fpage a,.fpage span,.fpage strong,.fpage span{
	background:#f4f4f4;
	margin:0 5px;
	display:inline-block;
	padding:9px 12px;
	text-align:center;
	color:#666;
	font-size:14px;
}

.fpage strong{
	background:#EF8439;
	color:#fff;
}
.fpage span{
	background:none;
	font-family:Arial;
}
.fpage a:hover{
	background:#EF8439;
	color:#fff;
}	
.fpage .firstpage,.fpage .lastpage{
	font-family:'Arial';
}



