/* 旧版内页媒体兼容 */
.banner > img {
  width: 100%;
}

/* 旧版商品图片库 */
.sp-large {
  flex: none;
}

.sp-large a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.sp-large a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_con h3 {
  font-weight: bold;
}