
  /* 移动端优化 */
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 28px !important;
    }
    h2 {
      font-size: 22px !important;
    }
    p, ul {
      font-size: 14px !important;
    }
    a {
      padding: 12px 20px !important;
      display: block;
      max-width: 80%;
      margin: 0 auto;
    }
  }
