
.loading, .error, .empty, .refresh-text {
    text-align: center;
    padding: 20px;
    display: none;
}
/* .list img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: #f0f0f0;
}
.list li {
    margin-bottom: 20px;
    list-style: none;
} */
.refresh-text {
    position: fixed;
    top: -50px;
    left: 0;
    right: 0;
    transition: top 0.3s;
}
.empty{    background: #f5f3ea;}

.m_list .list img {
    width: 100%;
} 

.loading{position:fixed;left:0px;top:0px;width:100%;height:100vh;background:rgba(255,255,255,0);}
.loading p{display:flex;align-items: center;justify-content: center;width:100%;height:100vh;color:rgba(255,255,255,.6);}