/**
 * 图片高度固定
 */
.module-goods-slider-container .goods-images {
    height: 20rem;
}
.module-blog-multigraph-base .am-slides img {
    height: 13.1rem;
}
@media only screen and (min-width: 641px) {
    .module-goods-grid-container .goods-images {
        height: 10.8rem;
    }
    .module-blog-grid .am-gallery-item img {
        height: 15.4rem;
    }
}
@media only screen and (min-width: 840px) {
    .module-goods-grid-container .goods-images {
        height: 15.6rem;
    }
    .module-blog-grid .am-gallery-item img {
        height: 18.8rem;
    }
}
@media only screen and (min-width: 1025px) {
    .module-goods-grid-container .goods-images {
        height: 17.3rem;
    }
    .module-blog-grid .am-gallery-item img {
        height: 13.4rem;
    }
}
@media only screen and (min-width: 1600px) {
    .module-goods-grid-container .goods-images {
        height: 28.2rem;
    }
    .module-blog-grid .am-gallery-item img {
        height: 17.1rem;
    }
}
@media only screen and (max-width: 640px) {
    .module-goods-grid-container .goods-images {
        height: 22.4rem;
    }
    .module-blog-grid .am-gallery-item img {
        height: 13.5rem;
    }
}