/* 没有更多评论提示样式 */
.no-more {
    text-align: center;
    padding: 20px 0;
    color: #999999;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.no-more:before,
.no-more:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background-color: #eeeeee;
}

.no-more:before {
    left: 0;
}

.no-more:after {
    right: 0;
}

/* 暂无评论样式 */
.no-comments {
    text-align: center;
    padding: 20px 0;
    color: #999999;
    font-size: 14px;
}

/* 加载更多按钮样式 */
.load-more-btn {
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    background-color: #f5f5f5;
    color: #666;
    cursor: pointer;
    border-radius: 4px;
    display: block;
}

.load-more-btn:hover {
    background-color: #e0e0e0;
}

/* 加载中提示样式 */
.loading {
    text-align: center;
    padding: 10px 0;
    color: #999999;
    font-size: 14px;
}

.mescrollUpwarp {
    min-height: 30px;
    padding: 15px 0;
    text-align: center;
    display: none;
}
.mescrollUpwarp .upwarpProgress {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid gray;
    border-bottom-color: transparent;
    vertical-align: middle;
}

.mescrollUpwarp .upwarpTip {
    margin-left: 8px;
    display: inline-block;
    font-size: 12px;
    color: gray;
    vertical-align: middle;
}
.mescroll-upwarp{
    display: none!important;
}
