.comment-box {
    background-color: #FFFFFF;
    margin-bottom: 20px
}
.comment-box .comment-box-head {
    padding: 12px 20px;
    line-height: 30px;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
}
.comment-box .comment-box-head .layui-btn {
    float: right;
}
.comment-box .comment-box-content {
    padding: 0 20px;
}
.comment-list {
    padding: 10px 0;
}
.comment-list + .pager-box .layui-laypage {
    margin-bottom: 0;
}
.comment-list .comment {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.comment-list .comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.comment-list .comment-body {
}
.comment-list .comment-author {
    height: 40px;
    margin-bottom: 10px;
}
.comment-list .comment-author img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%
}
.comment-list .comment-author .username {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #262626;
}
.comment-list .comment-author .addtime {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
    color: #828282;
}
.comment-list .comment-text {
    padding: 0 55px;
    font-size: 14px;
    line-height: 1.6;
    color: #262626;
}
.comment-list .comment-text img {
    max-width: 100%
}
.comment-list .reply-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    visibility: hidden;
}
.comment-list .comment-body:hover .reply-btn {
    visibility: visible
}
.comment-list .comment-children {
    position: relative;
    margin: 15px 0 0 55px;
    padding: 20px;
    list-style: none;
    background: #f8f8f8;
    border-radius: 4px;
}
.comment-list .comment-children:before {
    position: absolute;
    left: 15px;
    top: -17px;
    border: 9px solid transparent;
    border-bottom: 10px solid #f8f8f8;
    content: "";
}
.comment-list .comment-children .comment {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.comment-list .comment-children .comment:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.comment-list .comment-children .comment-author {
    height: 25px
}
.comment-list .comment-children .comment-author img {
    width: 25px;
    height: 25px
}
.comment-list .comment-children .comment-author .username,
.comment-list .comment-children .comment-author .addtime {
    display: inline-block;
    line-height: 25px;
    margin: 0 15px 0 0;
    vertical-align: middle;
}
.comment-list .comment-children .comment-text {
    padding: 0 40px;
    color: #5a5a5a;
}
.message-board {
    padding-top: 20px;
}
.message-board .layui-form-item {
    margin-right: 50px;
}
.message-board .layui-form-label {
    height: 20px;
    white-space: normal;
}
@media screen and (max-width: 450px) {
    .comment-box .comment-box-head {
        padding: 10px 10px;
        font-size: 16px;
    }
    .comment-box .comment-box-content {
        padding: 0 10px;
    }
    .comment-list .comment {
        margin-bottom: 10px;
        padding-bottom: 10px
    }
    .comment-list .comment-author {
        margin-bottom: 5px;
    }
    .comment-list .comment-children {
        padding: 10px
    }
    .message-board .layui-form-item {
        margin-right: 20px;
    }
    .message-board .layui-form-label {
        width: 80px;
        overflow: visible;
    }
    .message-board .layui-input-block {
        margin-left: 95px;
    }
}
.record-list {
}
.record-list .record {
}
.record-list .record-user {
    position: relative;
    display: block;
    padding-left: 70px;
    line-height: 20px;
}
.record-list .record-user div {
    height: 20px;
    overflow: hidden;
}
.record-list .record-user .avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.record-list .record-user .avatar img {
    display: block;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
