#id_parent, #id_content_type, #id_honeypot, #id_object_id {
    display: none;
}
#cancel-button {
    font-size: 14px;
    padding: 0 20px;
    background-color: #E74C3C;
    margin-top: 10px;
	display: none;
}
#reply-action {
	color: #292b2c;
	display: none;
}
#recipient {
	color: #16a085;
	display: none;
}
.pinglun-text {
    padding: 10px 0;
}
.pinglun-text img {
    max-width: 100%;
    height: auto;
}
.pinglun-avatar {
	float: left;
    width: 8%;
    margin: auto;
}
.logo,.header-in {
	float:left;
}
.logo a img{
	height: 52px;
	width: auto;
}
.pinglun {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ececec;
	overflow: hidden;
    color: #292b2c;
}
.pinglun h2 {
	font-size: 20px;
	margin: 20px -20px 20px -20px;
	padding: 10px 20px 9px 10px;
	line-height: 18px;
	border-left: 4px solid #1abc9c;
	background-color: #effcf9;
}
.pinglun h2 span {
    color: #16a085;
}
.comment-form-header {
    border: solid 1px #d1d1d1;
    border-bottom: none;
}
.remind-login {
    padding: 15px;
    display: block;
}
.remind-login a {
    color: #E74C3C;
}
.clear {
    clear: both;
}
.comment-form-header img {
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 6.4%;
	height: auto;
	border: 3px solid #fff;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	-moz-box-shadow: 1px 1px 7px #777;
	-webkit-box-shadow: 1px 1px 7px #777;
	box-shadow: 1px 1px 7px #777;
    margin-bottom: 5px;
}
.header-username {
    display: inline-block;
    width: 90%;
    float: right;
    margin: auto;
    padding-top: 1.5%;
}
.header-username span {
    font-size: 16px;
    font-weight: 600;
    color: #046bb0;
}
.header-username i {
    margin: 0 5px;
}
#submit-button {
    font-size: 14px;
    padding: 0 20px;
    margin: 10px 0 0 20px;
}
/*.pinglun-avatar img {*/
	/*-webkit-border-radius: 50%;*/
	/*-moz-border-radius: 50%;*/
	/*border-radius: 50%;*/
	/*max-width: 80%;*/
	/*height: auto;*/
	/*border: 3px solid #fff;*/
	/*float: left;*/
	/*-webkit-transition: all .8s ease-in-out;*/
	/*-moz-transition: all .8s ease-in-out;*/
	/*-o-transition: all .8s ease-in-out;*/
	/*transition: all .8s ease-in-out;*/
	/*-moz-box-shadow: 1px 1px 7px #777;*/
	/*-webkit-box-shadow: 1px 1px 7px #777;*/
	/*box-shadow: 1px 1px 7px #777;*/
    /*margin-top: 5px;*/
/*}*/
.pinglun-body {
    float: right;
    width: 90%;
}
.pinglun-body h3 {
    font-size: 14px;
    font-weight: 600;
    color: #046bb0;
    padding-bottom: 10px;
}
.pinglun-body h3 span, .pinglun-bottom span {
    color: #999;
    font-weight: normal;
    font-size: 14px;
}
.pinglun-bottom span {
    margin-left: 20px;
}
.pinglun-entry {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: dashed 1px #7f8c8d;
}
.reply span {
    color: #16a085;
}
.pinglun-text {
    padding: 10px 0;
}
.pinglun-text img {
    max-width: 100%;
    height: auto;
}
.pinglun-avatar {
	float: left;
    width: 8%;
    margin: auto;
}
.parent-pinglun blockquote {
	background-color: #f5f5f5;
	margin: 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #eaeaea;
    font-size: 14px !important;
    color: #666;
}
.parent-pinglun blockquote i {
    color: #7f8c8d;
}
.parent-pinglun blockquote em {
    color: #0f74a8;
    font-size: 14px;
}
.parent-pinglun blockquote div {
    font-size: 14px;
    padding-left: 19px;
    max-height: 67px;
    overflow: auto;
}
.parent-pinglun i {
	margin-right: 5px;
}
.notice-action a {
    margin-left: 20px;
}