        /* 评论区域 */
        .comments-title {
            font-size: 22px;
            color: #8B5A2B;
            margin-bottom: 25px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e0d5c0;
            font-weight: normal;
        }
        
        .comment-form {
            background-color: white;
            padding: 25px;
            border-radius: 5px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            margin-bottom: 40px;
        }
        .form-label {
            display: block;
            margin-bottom: 8px;
            color: #8B5A2B;
        }
        
        .form-input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background-color: #f9f9f5;
            outline: none;
            transition: all 0.3s;
        }
        
        .form-input:focus {
            border-color: #8B5A2B;
            background-color: white;
        }
        
        .form-textarea {
            margin-top: 10px;
            min-height: 150px;
            resize: vertical;
        }
        
        .form-submit {
            background-color: #8B5A2B;
            color: white;
            border: none;
            padding: 10px 25px;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .form-submit:hover {
            background-color: #5a4a3a;
        }
        
        .comment-list {
            background-color: white;
            padding: 25px;
            border-radius: 5px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
        
        .comment-item {
            padding: 20px 0;
            border-bottom: 1px dashed #e0d5c0;
        }
        
        .comment-item:last-child {
            border-bottom: none;
        }
        
        .comment-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            align-items: center;
        }
        
        .comment-author {
            font-weight: bold;
            color: #8B5A2B;
        }
        
        .comment-date {
            font-size: 13px;
            color: #a69b8a;
        }
        
        .comment-content {
            color: #5a4a3a;
            line-height: 1.7;
        }
        
        .comment-actions {
            display: flex;
            gap: 15px;
            margin-top: 10px;
        }
        
        .comment-action {
            color: #8B5A2B;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .comment-action:hover {
            color: #5a4a3a;
            text-decoration: underline;
        }
        
        .comment-reply {
            margin-top: 15px;
            padding-left: 30px;
            border-left: 2px solid #e0d5c0;
        }
        
        .reply-info {
            font-size: 14px;
            color: #8B5A2B;
            margin-bottom: 5px;
        }
        
        .reply-content {
            color: #7a6a5a;
            line-height: 1.6;
        }
        
        .reply-meta {
            display: flex;
            justify-content: space-between;
            margin-top: 5px;
            font-size: 12px;
            color: #a69b8a;
        }
        
/* 系统自动 */
.PostCommentBox{
	text-align: center;
}
.PostCommentBox textarea{
	width: 92%;
	padding: 1%;
	height: 150px;
	margin: 10px auto;
}
.PostCommentBox button{
	padding:3px 10px;
	border: #999 solid 1px;
	background: #CCC;
	color: #FFF;
	margin: 0 10px;
	cursor: pointer;
}
.PostCommentBox button:nth-child(1){
	border:#F30 solid 1px;
	background: #F60;
}
.ShowMoreComment{
	text-align: center;
	padding: 10px;
}
.ShowMoreComment button{
	padding: 5px 10px;
	color: #999;
}
.PostCommentBox1 ol{
	position: relative;
	padding-left: 70px;
}
.PostCommentBox1 ol i{
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background:#CCC;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top:0;
	font-size: 30px;
	color: #FFF;
}
.PostCommentBox1 ol textarea{
	border:#DDD solid 1px;
	width: 97%;
	padding: 1%;
	height: 150px;
	outline: none;
}
.PostCommentBox1 li{
	text-align: right;
	padding-right: 1%;
}
.PostCommentBox1 li span,.PostCommentBox1 li button{
	display: inline-block;
	margin-top: 8px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 16px;
	background: #AAA;
	color: #FFF;
	cursor: pointer;
	border:0px;
}
.PostCommentBox1 li button{
	background: #F60;
}
.PostCommentBox1 li button:hover{
	background: #F30;
}

.comment_if_yz{
	margin-right:10px;
}
.comment_if_yz.notyz .fa{
	color:orange;
}