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