
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page, .page-header, .page-title, .main-page-title {
      background: #f8fafc !important;
      color: #111827 !important;
    }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.6;
    }
    .lanxin-page * {
      box-sizing: border-box;
    }
    .lanxin-page a {
      color: #0f766e;
      text-decoration: none;
    }
    .lanxin-page a:hover {
      text-decoration: underline;
    }
    .lanxin-page img,
    .lanxin-page video {
      max-width: 100%;
      display: block;
    }
    .lanxin-page table {
      font-size: 15px;
    }
    @media (max-width: 768px) {
      .lanxin-page h1 {
        font-size: 34px !important;
        line-height: 1.15 !important;
      }
      .lanxin-page h2 {
        font-size: 26px !important;
        line-height: 1.2 !important;
      }
    }
  