.home-hot-item-img, .swiper-card-item-img, .swiper-item, .top-card-img {
    background-color: #eee;
    background-image: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    width: 100%;
    height: 0.6rem;
    list-style: none;
    background-size: 400% 100%;
    background-position: 100% 50%;
    animation: skeleton-loading 1.4s ease infinite;
}
.read-item {
    background-color: #eee;
    background-image: linear-gradient(90deg, #f2f2f2 25%, #f2f2f2 37%, #f2f2f2 63%);
    width: 100%;
    height: 0.6rem;
    list-style: none;
    background-size: 400% 100%;
    background-position: 100% 50%;
    animation: skeleton-loading 1.4s ease infinite;
}



@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

img[data-original] {
    display: block;
    height: 1px;
}
