@CHARSET "UTF-8";
.article_comment{
	padding-top: 55px;
}
.comment_write{
	width: 1024px;
	height: 170px; 
	background:	url(../images/article_comment_box.png) no-repeat -7px -6px;
}
.comment_text{
	margin: 5px;
	padding-top: 6px;
	padding-left: 10px;
	width: 1006px;
	height: 98px;
	resize: none;
	border: none;
	font-size: 14.88px;
	font-family: "微软雅黑";
}
.comment_text::-webkit-input-placeholder{
		font-size: 14.88px;
		font-family: "微软雅黑";
		color: #D1CCCD;
	}
.comment_text::-moz-input-placeholder{
		font-size: 14.88px;
		font-family: "微软雅黑";
		color: #D1CCCD;
	}
.comment_text::-ms-input-placeholder{
		font-size: 14.88px;
		font-family: "微软雅黑";
		color: #D1CCCD;
	}

.comment_btn_check{
	display: block;
	float:	right;
	width:	108px;
	height:	41px;
	padding-top: 9px;
	background:	url(../images/article_comment_btn.png) no-repeat -4px 6px;
	text-align: center;
	line-height: 38px;
	font-family: "微软雅黑";
	font-size:16.2px;
	color:#000000;
}
.comment_btn_nocheck{
	display: block;
	float:	right;
	width:	108px;
	height:	41px;
	padding-top: 9px;
	background:	url(../images/article_comment_btn2.png) no-repeat -4px 6px;
	text-align: center;
	line-height: 38px;
	font-family: "微软雅黑";
	font-size:16.2px;
	color:#888888;
	cursor: default;
}
.comment_show{
	clear: both;
	margin-top:23px;
	border-top: 1px solid #D1CCCD;
}
.comment_show > p{
	margin: 13px;
	font-family: "微软雅黑";
	font-size: 16.2px;
	color: #434343;
}
.comment_show span{
	padding-left: 15px;
	color: #BBBBBB
}
.comment_detail{
	margin-top: 29px;
	min-height: 81px;
	border-bottom: 1px solid #D1CCCD; 
}
.comment_detail img{
	float:left;
	width: 61px;
	height: 61px;
	margin-left: 10px;
	margin-right: 25px;
	border-radius:50%;
}
.comment_user_name{
	display: block;
	font-family: "宋体";
	font-size: 16.2px;	
	color:#434343;
}
.comment_com{
	display:block;
	width: 786px;
	margin: 0px;
	margin-left: 96px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height:20px;
	font-family:"微软雅黑";
	font-size: 12.01px;
	color:#656565;
}
.comment_date{
	float: right;
	margin:0px;
	font-family: "微软雅黑";
	font-size: 14.01px;
	color: #BBBBBB;

}
