.el-main-comments {
    display: flex;
    flex-direction: column;
    width: 95%;
}

.el-main-comments .el-comments-form {
    display: flex;
    width: 100%;
    margin: 0.5rem 0;
}

.el-main-comments .el-form-respond {
    width: 100%;
}

.el-main-comments .el-respond-title {
    margin: 0.5rem 0;
}

.el-main-comments .el-title-reply {
    font-size: 1.2rem;
    font-weight: 600;
}

.el-main-comments .el-form-author {
    display: flex;
    flex-direction: column;
    margin: 0.5rem 0;
}

.el-main-comments .el-form-comment {
    margin: 0.5rem 0;
}

.el-main-comments .el-form-submit {
    text-align: right;
    margin: 0.5rem 0;
}

.el-main-comments .el-submit-button {
    padding: 0.3rem;
    margin: 0 0.5rem;
}


.el-main-comments .el-comments-list {
    margin: 0.5rem 0.5rem;
}

.el-main-comments .el-list-count {
    font-weight: 600;
    margin: 0.5rem 0;
}

.el-main-comments .el-list-comment {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.el-main-comments .el-comment-card {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}

.el-main-comments .el-card-thumbnail {
    width: 5rem;
    height: 5rem;
}

.el-main-comments .el-card-user {
    margin: 0 0.5rem;
}

.el-main-comments .el-comment-text {
    margin: 0.5rem 0;
}