body {
  overflow-x: hidden;
}

.intro > *,
.product-view,
.product-view li > div,
.wechat-section > *,
.operator-band > * {
  min-width: 0;
}

.lead,
.product-view p,
.scope-row span,
.operator-band dd {
  overflow-wrap: anywhere;
}

@media (max-width: 620px) {
  .intro {
    display: block;
  }

  .intro-copy,
  .lead {
    width: 100%;
    max-width: 100%;
  }

  .product-view {
    width: 100%;
    max-width: 100%;
    margin-top: 46px;
  }

  .product-view li {
    grid-template-columns: 38px minmax(0, 1fr);
  }
}
