.comments-item {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}
.comments-item img {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    float: left;
}
.comments-item-info {
    width: 98%;
    margin-left: 15px;
    padding-bottom: 21px;
    border-bottom: 1px solid #eee;
    float: left;
}
.comment-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: var(--color-main);
}
.comment-detail {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #666;
    margin-top: 12px;
    word-break: break-word;
}
.comment-tips {
    margin-top: 9px;
}
.comment-date {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #ccc;
    float: left;
}
.comment-like {
    float: right;
}
.like-icon {
    font-size: 16px;
    margin-left: 30px;
}
.page {
    padding: 25px 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.previous {
    border: 1px solid #666666;
    border-radius: 25px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    float: left;
    margin-left: 410px;
}
.next {
    border: 1px solid #666666;
    border-radius: 25px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    float: left;
    margin-left: 20px;
}
.previous-icon {
    color: #666666;
    font-size: 14px;
    margin-right: 5px;
}
.next-icon {
    color: #666666;
    font-size: 14px;
    margin-left: 5px;
}
.un-click {
    border: 1px solid #ccc;
    color: #ccc;
}
.un-click-icon {
    color: #ccc;
}
.select-text {
    user-select: text;
}
