  @font-face{
    font-family: 'quantico'; 
    src: url('../fonts/Quantico.ttf');
  }
  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%;
    font: inherit;
    vertical-align: baseline;
    -webkit-touch-callout: none; /*系统默认菜单被禁用*/
    -webkit-user-select: none; /*webkit浏览器*/
    -khtml-user-select: none; /*早期浏览器*/
    -moz-user-select: none; /*火狐*/
    -ms-user-select: none; /*IE10*/
    user-select: none;
    font-family: "微软雅黑";
  }
  html{
    /* background-color: #eee; */
    /* min-height: 100%; */
    z-index: -1;
  }
  html,
  body{
    margin: 0 auto;
    max-width: 420px;
    height: 100%;
    box-sizing: border-box;
    /* overflow: hidden; */
    /* box-shadow: 0 0.08rem 0.4rem 0 rgb(16 111 255 / 16%); */
  }
  /* body {
    height: 100%;
  } */
  @supports (bottom: env(safe-area-inset-bottom)) {
    html {
      padding-bottom: env(safe-area-inset-bottom);
      padding-bottom: constant(safe-area-inset-bottom);
    }
  }
  @supports (bottom: env(safe-area-inset-bottom)) {
    body {
      padding-bottom: env(safe-area-inset-bottom);
      padding-bottom: constant(safe-area-inset-bottom);
    }
  }
  /* HTML5 display-role reset for older browsers */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section {
    display: block;
  }
  body {
    /* min-height: 100%; */
    line-height: 1;
    /* padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom); */
  }
  /* @supports (bottom: env(safe-area-inset-bottom)) {
    div {
      margin-bottom: constant(safe-area-inset-bottom);
      margin-bottom: env(safe-area-inset-bottom);
    }
  } */
  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;
  }
  
  #app {
    width: 100%;
    height: 100%;
    /* max-width: 420px; */
  }
  
  /* * {
    max-width: 420px !important;
  }
  
  footer,
  .footer,
  .expressions,
  .head-box,
  .van-popup,
  .van-overlay,
  .van-sticky--fixed,
  .van-dropdown-item
   {
    z-index: 999999999;
    left: 50% !important;
    transform: translateX(-50%);
  } */
  