/* 评论 */
.comments_item {
    margin-top: 20px;
}

.comments_item_avatar {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    border-radius: 50%;
}

.comments_item_user {
    color: var(--color-666);
    font-size: var(--size-14);
    line-height: 20px;
}

.comments_user_name {
    color: var(--color-333);
    font-size: var(--size-16);
    font-weight: 500;
    line-height: 22px;
}

.comments_user_author {
    width: 36px;
    height: 22px;
    margin-left: 8px;
    background-color: #F1F1F1;
    border-radius: 8px;
    line-height: 22px;
    text-align: center;
}

.comments_user_identity {
    margin-right: 10px;
}

.comments_content {
    margin: 10px 0 10px 48px;
    color: var(--color-333);
    font-size: var(--size-16);
    line-height: 24px;
}

.comments_content2 {
    margin: 4px 0 0 40px;
}

.comments_time {
    margin: 10px 0 0 48px;
    color: var(--color-999);
    font-size: var(--size-14);
    line-height: 24px;
}

.comments_like {
    color: var(--color-333);
    font-size: var(--size-16);
    font-weight: 500;
    cursor: pointer;
}

.comments_like_line {
    padding: 0 12px;
    color: var(--color-999);
    font-weight: 400;
}

.comments_like_img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.comments_replay {
    padding: 16px;
    margin: 10px 0 0 48px;
    background-color: #F7F7F7;
    border-radius: 16px;
}

.comments_replay_item+.comments_replay_item {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #E8E8F2;
}

.comments_replay_avatar {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
}

.comments_replay_name {
    color: var(--color-999);
    font-size: var(--size-16);
    font-weight: 500;
    line-height: 32px;
}

.comments_to_right {
    width: 16px;
    height: 16px;
    margin: 0 6px;
}