.blk-comment-form {
    background: #ffffff;
    border: 1px solid #eee;
    margin-top: 10px;
    clear: both;
    overflow: auto;
}
.blk-comment-form input::placeholder, .blk-comment-form textarea::placeholder {
    color: #cccccc;
}
.blk-comment-form .blk-comment-textarea {
    resize:none;
    border: none;
    color: #333333;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    width: 100%;
    outline: none;
    height: 100px;
    padding: 8px 12px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.blk-comment-form .blk-comment-form-user {
    padding: 8px 12px;
    float: left;
}
.blk-comment-form .blk-comment-form-user input {
    height: 28px;
    line-height: 28px;
    border: none;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin-right: 10px;
    font-size: 13px;
    width: 120px;
    color: #333333;
}
@media (min-width:1200px) {
    .blk-comment-form .blk-comment-form-user input {
        width: 165px;
    }
}
.blk-comment-form-remind {
    height: 45px;
    line-height: 45px;
    float: right;
    font-size: 12px;
    color: #ff6666;
}
.blk-comment-form .blk-comment-form-submit {
    padding: 8px 12px;
    float: right;
}
.blk-comment-form .blk-comment-form-submit button {
    background-color: #037ef3;
    box-sizing: content-box;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    font-size: 14px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    color: #fff;
}
.blk-comment-page .blk-page-current, .blk-comment-page a:hover {
    color: #037ef3;
}
.blk-comment-page a, .blk-comment-page i {
    font-size: 12px;
    margin-right: 5px;
}
.blk-comment-children-page {
    padding-bottom: 10px;
}
.blk-comment-head {
    padding: 10px 0 0;
    font-size: 16px;
}
.blk-comment-head:first {
    padding-top: 0;
}
.blk-comment-list {
    padding-top: 10px;
}
.blk-comment-list .blk-comment-item {
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.blk-comment-ancestor-header {
    position: relative;
    margin-bottom: 5px;
    height: 40px;
}
.blk-comment-ancestor-avatar {
    float: left;
    margin-right: 10px;
    font-size: 0;
}
.blk-comment-ancestor-avatar img {
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.blk-comment-ancestor-info {
    float: left;
    height: 40px;
}
.blk-comment-ancestor-name {
    font-size: 14px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
}
.blk-comment-ancestor-extra {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    height: 20px;
    color: #b3b3b3;
}
.blk-comment-ancestor-extra span {
    display: inline-block;
    padding-left: 10px;
}
.blk-comment-ancestor-header:hover .blk-comment-ancestor-reply {
    visibility: visible;
}
.blk-comment-ancestor-reply {
    font-size: 12px;
    position: absolute;
    right: 2px;
    height: 40px;
    line-height: 40px;
    width: 50px;
    text-align: right;
    visibility: hidden;
    color: #b3b3b3;
    cursor: pointer;
}
.blk-comment-ancestor-content {
    padding-left: 50px;
}
.blk-comment-ancestor-content-detail {
    font-size: 14px;
    line-height: 1.6;
}
.blk-comment-children {
    background: rgba(239,239,239,.4);
    border-radius: 4px;
    list-style: none;
    margin: 15px 0 0 50px;
    padding: 15px 15px 0 15px;
    position: relative;
}
.blk-comment-children::before {
    border: 9px solid transparent;
    border-bottom: 10px solid #f6f6f6;
    content: "";
    left: 15px;
    position: absolute;
    top: -18px;
}
.blk-comment-children-item {
    margin-bottom: 5px;
}
.blk-comment-children-header {
    position: relative;
    width: 100%;
    height: 24px;
}
.blk-comment-children-avatar {
    float: left;
    margin-right: 10px;
    font-size: 0;
}
.blk-comment-children-avatar img {
    font-size: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.blk-comment-children-name {
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
}
.blk-comment-children-extra {
    float: left;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    color: #b3b3b3;
}
.blk-comment-children-extra span {
    display: inline-block;
    padding-left: 10px;
}
.blk-comment-children-header:hover .blk-comment-children-reply {
    visibility: visible;
}
.blk-comment-children-reply {
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    width: 50px;
    text-align: right;
    visibility: hidden;
    color: #b3b3b3;
    cursor: pointer;
}
.blk-comment-children-content {
    padding: 10px 0 10px 32px;
}
.blk-comment-children-content-detail {
    font-size: 14px;
    line-height: 1.6;
}
.blk-comment-children-target {
    margin-right: 5px;
    color: #99ccff;
}
.blk-comment-children-load {
    color: #9499a0;
    font-size: 12px;
    padding-bottom: 10px;
}
.blk-comment-foot {
    padding: 10px 0;
}
.blk-comment-foot-page {
    text-align: center;
}
.blk-comment-foot-page a, .blk-comment-foot-page i {
    font-size: 14px;
    margin: 0 5px;
}