/* 用户协议 / 隐私政策 移动端适配 */
@media (max-width: 768px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    padding: 16px 16px 32px;
    font-size: 15px;
    line-height: 1.75;
    word-break: break-word;
  }

  h1 {
    font-size: 22px !important;
    line-height: 1.4 !important;
  }

  h2,
  h3 {
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  p,
  li,
  span {
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  table {
    display: block;
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}
