body.gem-1699296393-template .productView-images,
body.gem-1699296393-template .productView-images * {
  height: auto !important;
  max-height: none !important;
}

body.gem-1699296393-template .productView-images img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important; /* 整图显示 */
  display: block !important;
}