.comments-warp {
    min-width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 15px 0;
    color: #333;
}

.comments-warp .commentstitle {
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.comments-warp .commentstitle .bt {
    font-weight: bold;
    font-size: 20px;
}

.comments-warp .coment_textarea {
    width: 100%;
}

.comments-warp .coment_textarea .textareapost {
    padding: 10px 20px;
    border: 1px solid #ccc;
    line-height: 30px;
}

.comments-warp .coment_textarea .textareapost textarea {
    width: 100%;
    border: none;
    resize: none;
    outline: none;
    font-size: 14px;
    height: 100px;
    line-height: 25px;
}

.comments-warp .coment_textarea .post_box {
    height: 35px;
    padding-top: 10px;
    line-height: 35px;
}

.comments-warp .coment_textarea .post_box .postbtn {
    float: right;
    width: 110px;
    height: 35px;
    background: #1090dd;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.comments-warp .coment_textarea .post_box .postbtn:hover {
    opacity: 0.9;
}

.comments-warp .listbt {
    padding-top: 10px;
    height: 40px;
    border-bottom: 2px solid #e6e6e6;
    line-height: 40px;
    width: 100%;
    position: relative;
}

.comments-warp .listbt .bt {
    float: left;
    height: 40p;
    position: relative;
    font-size: 16px;
    color: #1090dd;
    font-weight: bold;
}

.comments-warp .listbt .bt::before {
    content: '';
    left: 0;
    bottom: -2px;
    background: #1090dd;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
}

.comments-warp .listbt .more {
    float: right;
}

.comments-warp .comments-lis {
    padding: 10px 0;
    font-size: 16px;
}

.comments-warp .comments-lis .list {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0;
    overflow: hidden;
}

.comments-warp .comments-lis .list .list-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.comments-warp .comments-lis .list .list-p .cot-w {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 500px;
}

.comments-warp .comments-lis .list .list-p .p-top {
    line-height: 30px;
    height: 30px;
    width: 100%;
    overflow: hidden;
    color: #999;
    font-size: 16px;
}

.comments-warp .comments-lis .list .list-p .p-top .dz {
    float: left;
}

.comments-warp .comments-lis .list .list-p .p-top .time {
    padding-left: 30px;
}

.comments-warp .comments-lis .list .list-p .text-p {
    color: #333;
    padding: 5px 0;
    line-height: 30px;
}

.comments-warp .comments-lis .list .list-p .ritbox {
    float: right;
    line-height: 30px;
    height: 30px;
}

.comments-warp .comments-lis .list .list-p .ritbox .zan {
    float: left;
    cursor: pointer;
}

.comments-warp .comments-lis .list .list-p .ritbox .zan .ico {
    background: url("../images/comments-img.png") no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 17px;
    height: 17px;
}

.comments-warp .comments-lis .list .list-p .ritbox .zan .icozan {
    background-position: 0 -60px;
}

.comments-warp .comments-lis .list .list-p .ritbox .zan.on {
    color: #ff0101;
}

.comments-warp .comments-lis .list .list-p .ritbox .zan.on .icozan {
    background-position: 0 -26px;
}

.comments-warp .comments-lis .list .list-p .ritbox .playbtn {
    float: left;
    cursor: pointer;
}

