@charset "UTF-8";

.comment-section {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
}
.comment-section h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
    font-family: 'Microsoft YaHei', 'Source Han Sans CN', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.comment-list {
    margin-bottom: 2rem;
}
.comment-item {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    font-family: 'Microsoft YaHei', 'Source Han Sans CN', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.comment-author {
    font-weight: bold;
    color: #8E44AD;
    font-family: 'Microsoft YaHei', 'Source Han Sans CN', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.comment-time {
    font-size: 0.8rem;
    color: #666;
    margin-left: 1rem;
}
.comment-content {
    margin: 0.5rem 0 0.5rem 0;
    line-height: 1.5;
    font-family: 'Microsoft YaHei', 'Source Han Sans CN', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.comment-reply {
    background: #f0f0f0;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    font-family: 'Microsoft YaHei', 'Source Han Sans CN', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.comment-form input, .comment-form textarea {
    width: 100%;
    padding: 0.5rem;
    margin: 0.5rem 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Microsoft YaHei', 'Source Han Sans CN', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
}
.comment-form button {
    background: #8E44AD;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Microsoft YaHei', 'Source Han Sans CN', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
}
.comment-form button:hover {
    background: #6C3483;
}
.comment-placeholder {
    font-family: 'Microsoft YaHei', 'Source Han Sans CN', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    color: #666;
    font-size: 14px;
}
