*{
    margin: 0px;
}

.answer-title {
    display: inline-block;
    padding: 20px;
    color: rgb(242, 102, 99);
    line-height: 20px;
}

.comment-div ,.top-send-comment-div{
    background-color: #f1f1f1;
    margin: 20px;
    padding: 20px;
}

.comment-item-div {
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
}

.answer-mark {
    color: rgb(242, 102, 99);
}

.author-title {
    color: gray;
}

.comment-content {
    color: #333333;
}

.image-div {
    width: 60px;
    height: 60px;
    float: left;
}

.image {
    width: 60px;
    height: 60px;
    border-radius:30px;
}

.comment-item-right-div {
    width: 70%;
    margin-left: 80px;
}

.comment-content-div {
    margin-top: 10px;
}

.send-comment-btn, .reply-comment-btn {
    width: 60px;
    height: 30px;
    background-color: rgb(242, 102, 99);
    margin-top: 15px;
    color: white;
    border: none;
    cursor: pointer;
}

.send-comment-btn-div {
    text-align: right;
}

.send_comment_filed {
    margin-top: 20px;
    height: 100px;
    width: 100%;
    border: 1px solid rgb(242, 102, 99);
    color: #333333;
    font-size: 12pt;
}

.send-comment-div {
    display: none;
}
