
.swiper-img-copywriting a {
    display: block;
}
/* 防布局偏移：给容器设置最小高度 */
.image-wrapper[data-min-height="1"] {
    min-height: 300px;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, #f0f2f5 25%, #e6e8eb 37%, #f0f2f5 63%);
    background-size: 400% 100%;
    animation: el-skeleton-loading 1.4s ease infinite;
}
@keyframes el-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}
.image-wrapper[data-min-height="1"]:after {
    content: '';
    background: url("https://www.addmotor.com/u_file/2605/photo/loading-logo_1778300346.png") no-repeat center;
    background-size: 100%;
    width: 95%;
    height: 95%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
/* 懒加载图片初始样式 */
img[data-src],
img[data-srcset] {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #fffffd;
}

img.loaded {
    opacity: 1;
}
.addmotor-img-copywriting .image-wrapper[data-min-height="1"] {
    min-height: 400px;
}
.addmotor-product-bikes .image-wrapper[data-min-height="1"] {
    background: #fff;
    min-height: 180px;
}
.addmotor-picture-bikes .image-wrapper[data-min-height="1"] {
    min-height: 900px;
}
.addmotor-video-bikes .image-wrapper[data-min-height="1"] {
    min-height: 218px;
    background: transparent;
}
.addmotor-video-bikes .image-wrapper[data-min-height="1"]::before {
    display: none;
}
.addmotor-video-bikes .image-wrapper[data-min-height="1"]::after {
    opacity: 1;
}
.addmotor-bikes-blogs .image-wrapper[data-min-height="1"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
@media only screen and (max-width: 1800px) {
    .addmotor-picture-bikes .image-wrapper[data-min-height="1"] {
        min-height: 850px;
    }
}
@media only screen and (max-width: 1500px) {
    .addmotor-picture-bikes .image-wrapper[data-min-height="1"] {
        min-height: 750px;
    }
}
@media only screen and (max-width: 1200px) {
    .addmotor-picture-bikes .image-wrapper[data-min-height="1"] {
        min-height: 650px;
    }
}
@media only screen and (max-width: 900px) {
    .addmotor-picture-bikes .image-wrapper[data-min-height="1"] {
        min-height: 550px;
    }
}
@media only screen and (max-width: 600px) {
    .addmotor-img-copywriting .image-wrapper[data-min-height="1"] {
        min-height: 300px;
    }
    .swiper-img-copywriting .swiper-slide:nth-child(5) .image-wrapper[data-min-height="1"] {
        min-height: 400px;
    }
    .addmotor-picture-bikes .image-wrapper[data-min-height="1"] {
        min-height: 450px;
    }
}
@media only screen and (max-width: 450px) {
    .addmotor-img-copywriting .image-wrapper[data-min-height="1"],.addmotor-product-bikes .image-wrapper[data-min-height="1"],.addmotor-bikes-blogs .image-wrapper[data-min-height="1"] {
        min-height: 250px;
    }
    .swiper-img-copywriting .swiper-slide:nth-child(5) .image-wrapper[data-min-height="1"],.addmotor-picture-bikes .image-wrapper[data-min-height="1"] {
        min-height: 350px;
    }
}
@media only screen and (max-width: 400px) {
    .addmotor-img-copywriting .image-wrapper[data-min-height="1"],.addmotor-product-bikes .image-wrapper[data-min-height="1"],.addmotor-bikes-blogs .image-wrapper[data-min-height="1"] {
        min-height: 200px;
    }
    .swiper-img-copywriting .swiper-slide:nth-child(5) .image-wrapper[data-min-height="1"],.addmotor-picture-bikes .image-wrapper[data-min-height="1"] {
        min-height: 300px;
    }

}
