/* 详情页上面的评论图样式 */
.top-comment{
    border-bottom: 8px solid #f5f5f5;
}
.top-comment .list-item .comment-content{
    color: rgb(33, 37, 41);
}
.top-comment .comment-layer{
    left: 0;
    z-index: 1050;
}
.top-comment .comment-layer .cover-content{
    margin: 0 auto;
    max-width: 640px;
}
.top-comment .comment-horizontal{
    border-top: none;
}
.top-comment .comments-list .comment-content .read-more{
    display: none;
}
.top-comment .comments-list-new .comment-content p{
    -webkit-line-clamp: inherit;
}