/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

@layer vuetify-core, vuetify-components, vuetify-overrides, vuetify-utilities, vuetify-final;
@layer vuetify-core.reset {
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section {
    display: block;
  }
  /* HTML5 hidden-attribute fix for newer browsers */
  *[hidden] {
    display: none;
  }
  body {
    line-height: 1;
  }
  menu,
  ol,
  ul {
    list-style: none;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  // 全局 SCSS 变量
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    height: 100%;
    width: 100%;
  }
  body {
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family:
      ZeekrText,
      SF Pro Text,
      system-ui,
      -apple-system,
      Segoe UI,
      Roboto,
      Helvetica Neue,
      Noto Sans,
      Liberation Sans,
      Arial,
      PingFang SC,
      PingFang TC,
      Hiragino Sans GB,
      Microsoft Yahei,
      sans-serif;
    line-height: 1.4;
    background-color: #fff;
    color: #000;
    height: 100%;
    width: 100%;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    pre {
      font-family: ZeekrHeadline;
      overflow: visible;
      text-wrap: wrap;
      white-space: pre-wrap;
    }
  }
  body * {
    box-sizing: border-box;
  }
  a {
    cursor: pointer;
  }
  .no-scroll {
    touch-action: none;
    overflow: hidden;
  }

  @font-face {
    font-family: ZeekrHeadline;
    src:
      url('/published/assets/243b3ce503a35510d3748aacf0ec8ab4a11b3903e37297761bc45c0ade70edef') format('woff2'),
      url('/published/assets/f4443b37863ba98ade69e83de38d493a33dd3cf0e4ecf2befd1c5fca28055c8d.ttf') format('truetype');
    font-display: swap;
  }

  @font-face {
    font-family: ZeekrText;
    src:
      url('/published/assets/a891e12e8f96b6a26f7bcee2164de2b8f14b1f7b48d05167b4f51dd20c636344') format('woff2'),
      url('/published/assets/e858b0d87f1d9689bf6bd8c9d57ad6eca193694c7c518eccf841adc4a973eab9.ttf') format('truetype');
    font-display: swap;
  }

  @font-face {
    font-family: ZeekrTextMedium;
    src:
      url('/published/assets/e87ffb08e74ca69ced887fc2c1df1b8bebd0d64e9900786c599fc50d61b34403') format('woff2'),
      url('/published/assets/fedea1ddf309f2b5ee8182cb0f4deeb87fc648f5b04eae94b8c992f0be957af8.ttf') format('truetype');
    font-display: swap;
  }
}
