﻿.comment-wrapper {
    position: relative;
    padding: 8px 12px 25px 75px;
    /*border-bottom: 1px solid #d9d9d9;*/
}

.border-1px-down, .border-1px-up {
    position: relative;
}

    .border-1px-down::after, .border-1px-up::before {
        display: block;
        position: absolute;
        left: 0;
        border-top: 1px solid #dedfe0;
        width: 100%;
        content: " ";
        pointer-events: none;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        -webkit-transform-origin: 0 0;
        left: 64px;
        right: 0;
        margin-top: 5px;
        width: auto;
    }

.comment-wrapper .user-avatar {
    position: absolute;
    top: 8px;
    left: 12px;
    padding-right: 12px;
}

/*.comment-wrapper .user-wrapper {
    display: -webkit-box;
}*/

.comment-wrapper .user-wrapper .user-nick {
    -webkit-box-flex: initial;
    max-width: 140px;
    font-size: 14px;
    line-height: 19px;
    color: #4298ef!important;
}

.comment-star {
    color: #777!important;
}

.comment-wrapper .user-wrapper > span {
    -webkit-box-flex: 1;
    overflow: hidden;
    height: 18px;
    white-space: nowrap;
}

.user-nick {
    display: inline-block;
    overflow: hidden;
    margin-top: 0;
    max-width: 85px;
    height: 18px;
    margin-right: 5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-flex: initial;
    color: #000!important;
}

.comment-wrapper .content-wrapper {
    color: #000;
}

    .comment-wrapper .content-wrapper .content {
        margin: 3px 0;
        clear: both;
        font-size: 14px;
        word-wrap: break-word;
        word-break: break-word;
        white-space: pre-wrap;
        line-height: 24px;
        overflow: hidden;
        color: #6d6b6b !important;
        min-height: 4em;
    }

.comment-wrapper .comment-actions {
    position: relative;
    font-size: 13px;
    color: #777;
    margin: 5px 0;
}

    .comment-wrapper .comment-actions .right-actions {
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: 1;
        height: 30px;
        display: -webkit-box;
    }

        .comment-wrapper .comment-actions .right-actions > span {
            display: block;
        }

    .comment-wrapper .comment-actions .like {
        position: relative;
        font-size: 12px;
        color: #9f9f9f;
        padding: 10px 16px 0 15px;
    }

    .comment-wrapper .comment-actions .btn-comment {
        position: relative;
        font-size: 12px;
        color: #9f9f9f;
        padding: 10px 10px 0 15px;
    }

.comment-wrapper .user-avatar img {
    width: 45px;
    height: 45px;
    border-radius: 20px;
    background-color: #efece9;
}

.replydiv {
    background-color: #eee;
    padding: 1em;
    font-size: 14px;
}

img {
    border: none;
    vertical-align: middle;
}

.read {
    background-image: url(../images/comment_count.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    padding-left: 20px;
    cursor: pointer;
    /*margin-left: 43px;*/
}

.like {
    background-image: url(../images/heart.png);
    background-size: 16px 15px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 12px;
    margin-right: 5px;
}

.likered {
    background-image: url(../images/heart_red.png);
    background-size: 16px 15px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 12px;
    margin-right: 5px;
}

.read, .like, .likered {
    float: right;
    font-size: 12px;
    color: #989898;
    margin-top: 6px;
}

.comment-div {
    margin: 55px 0 80px 0;
    position: relative;
}

.comment-txt {
    border: 1px solid #adb0b3;
    height: 110px;
    border-radius: 15px;
}

.comment-txt-pad {
    padding: 20px 15px 0;
}


.header-login {
    width: 50px;
    height: 50px;
    border-radius: 42px;
    border: 1px solid #4398ed;
    position: absolute;
    top: -35px;
    left: 26px;
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 50px!important;
    font-family: "Microsoft YaHei";
    cursor: pointer;
    background: #4398ed;
}

.textarea-fw {
    width: 100%;
    height: 70px;
    background: 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    font-size: 14px;
    color: #bfbfbf;
    resize: none;
    line-height: normal;
    text-align: left;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0;
}

.comment-btn-div {
    margin-top: 20px;
    margin-bottom: 65px;
}

.comment-btn {
    display: block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #4398ed;
    border-radius: 19px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 43px;
    white-space: pre;
    float: right;
}

.comment-header {
    position: absolute;
    top: -35px;
    left: 26px;
    padding-right: 12px;
    cursor: pointer;
}

    .comment-header img {
        width: 50px;
        height: 50px;
        border-radius: 42px;
        background-color: #efece9;
    }

.comment-logout {
    position: absolute;
    top: -23px;
    right: 20px;
    color: #4398ed;
    cursor: pointer;
}

.comment-username {
    margin-left: 10px;
    display: inline;
    color: #4398ed;
    position: absolute;
    top: -30px;
    left: 80px;
}

.name-wrap {
    line-height: 16px;
}

.content-reply {
    background-color: #eee;
    padding: 20px 20px 20px 20px;
    min-height: 0em;
}

.bluefont {
    color: #4398ed;
    font-family: 微软雅黑;
}
