#comment {
    margin-bottom: 50px !important;
}

#comment .comment_img {
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 15px;
}

#comment .avatar-md {
    width: 50px;
    height: 50px;
}

#comment .comment_content {
    margin-left: 80px;
}

#comment .comment_title {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eee;
}

#comment .comment_title span {
    border-bottom: 2px solid #dd5050;
    display: inline-block;
    padding: 0px 0px 10px 0;
    font-size: 18px;
    margin-right: 10px;
}

#comment .comment_title em {
    color: #ccc;
}

#comment .comment_block {
    font-size: 12px;
    color: #b4b7c1;
    margin-bottom: 50px;
}

#comment .comment_name {
    font-size: 13px;
    font-family: "Microsoft Yahei", sans-reg;
}

#comment .comment_time {
    font-size: 11px;
    color: #b4b7c1;
}

#comment .comment_text {
    font-size: 13px;
    line-height: 18px;
    color: #7a8192;
    display: block;
    background: #f6f6f7;
    border: 1px solid #edeff2;
    padding: 15px 20px 20px 20px;
}

#comment .comment_content span {
    display: inline-block;
    margin-bottom: 15px;
}

#comment .comment_content a {
    color: #383b43;
}

#comment .comment_content a:hover {
    color: #0D58C8;
}

#comment .comment_time {
    text-align: right;
}

#comment .comment_info {
    margin-bottom: 15px;
}

#comment .comment_avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

#comment .comment_empty {
    padding: 40px;
    font-size: 18px;
    text-align: center;
}

#comment .comment_login .media-body {
    padding: 40px;
    border: 1px solid #eee;
    background: #f0f0f0;
    text-align: center;
}

#comment .comment_form textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    resize: none;
    border: 1px solid #eee;
}

#comment .comment_data {
    padding-top: 15px;
}

#comment .media {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

#comment .media .media-body,
#comment .media .media-heading {
    font-size: 14px;
}

#comment .media-body .panel {
    margin-top: 15px;
}

#comment .media-body .panel,
#comment .comment_post input {
    border: 1px solid #eee;
}

#comment .panel .panel-heading {
    border-bottom: 1px solid #eee;
}

#comment .panel .media {
    padding: 15px 10px 15px 10px;
    margin: 0;
}

#comment .comment_post input {
    height: 34px;
    width: 655px;
    float: left;
}

#comment .comment_post button {
    float: right;
}

#comment .comment_post {
    padding: 10px 12px;
    height: auto;
    overflow: auto;
}