.article-content img {
    max-width: 100%;
}

.comment_title {
    color: #252933;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

.comment-box-common {
    border-radius: 4px;
    background: #fff;
    margin-top: 20px;
    font-style: normal;
    padding: 20px 10px;
}

.jj-avatar {
    display: inline-flex;
    position: relative;
}

.avatar {
    margin-right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.avatar-img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #f7f8fa;
}

.child_mini_img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    object-fit: cover;
    background-color: #f7f8fa;
}

.comment_inner {
    display: flex;
    flex-direction: column;
    margin: 15px 0; /* 维持或调整外边距以增加评论块之间的空间 */
    padding: 10px; /* 增加内边距以确保内容不会太紧贴边缘 */
    background-color: rgba(245, 241, 241, 0.3); /* 使用白色背景但加入透明度 */
    border-radius: 8px; /* 可选，添加圆角以增加视觉效果 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* 可选，轻微调整阴影的透明度以更加柔和 */
}

.comment_inner:last-child {
    margin-bottom: 0; /* 最后一个评论块底部不需要外边距 */
}

.parent_comment {
    display: flex;
}

.comment_right_part {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.parent_comment_right-top {
    display: flex;
    justify-content: space-between;
}

.parent_comment_right {
    display: flex;
    flex-direction: column;
}

.comment_replay {
    margin-left: 50px;
}

.child_comment {
    display: flex;
    padding: 16px 0 0 0;
}

.userFont {
    color: #515767;
}

.lh28 {
    line-height: 28px;
}

.action-reply {
    color: #ccc;
    margin: 10px 0;
}

.child_right_part {
    width: 100%;
}

.comment_text {
    margin-bottom: 10px;
    display: none;
}

.comment-button {
    display: none;
    width: 100px;
    float: right;
}

.comment_right_top {
    display: flex;
    justify-content: space-between;
}
