/*! normalize.css v8.0.1 | MIT 许可证 | github.com/necolas/normalize.css */

/* 文档
   ========================================================================== */

/**
 * 1. 修正所有浏览器中的行高。
 * 2. 防止 iOS 中方向改变后字体大小的调整。
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* 区块
     ========================================================================== */
  
  /**
   * 移除所有浏览器中的外边距。
   */
  
  body {
    margin: 0;
  }
  
  /**
   * 让 IE 中的 `main` 元素渲染一致。
   */
  
  main {
    display: block;
  }
  
  /**
   * 修正 Chrome、Firefox 和 Safari 中 `section` 和 `article` 上下文中 `h1` 元素的字体大小和外边距。
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* 分组内容
     ========================================================================== */
  
  /**
   * 1. 在 Firefox 中添加正确的盒子模型。
   * 2. 在 Edge 和 IE 中显示溢出内容。
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. 修正所有浏览器中字体大小的继承和缩放。
   * 2. 修正所有浏览器中奇怪的 `em` 字体大小。
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* 文本级语义
     ========================================================================== */
  
  /**
   * 移除 IE 10 中活动链接的灰色背景。
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. 移除 Chrome 57 及以下版本中的底部边框。
   * 2. 在 Chrome、Edge、IE、Opera 和 Safari 中添加正确的文本装饰。
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * 在 Chrome、Edge 和 Safari 中添加正确的字体粗细。
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. 修正所有浏览器中字体大小的继承和缩放。
   * 2. 修正所有浏览器中奇怪的 `em` 字体大小。
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * 在所有浏览器中添加正确的字体大小。
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * 防止所有浏览器中 `sub` 和 `sup` 元素影响行高。
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* 嵌入式内容
     ========================================================================== */
  
  /**
   * 移除 IE 10 中链接内图片的边框。
   */
  
  img {
    border-style: none;
  }
  
  /* 表单
     ========================================================================== */
  
  /**
   * 1. 更改所有浏览器中的字体样式。
   * 2. 移除 Firefox 和 Safari 中的外边距。
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * 在 IE 中显示溢出内容。
   * 1. 在 Edge 中显示溢出内容。
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * 移除 Edge、Firefox 和 IE 中文本转换的继承。
   * 1. 移除 Firefox 中文本转换的继承。
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * 修正 iOS 和 Safari 中无法设置可点击类型样式的问题。
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * 移除 Firefox 中的内边框和内边距。
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * 恢复上一条规则未设置的焦点样式。
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * 修正 Firefox 中的内边距。
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. 修正 Edge 和 IE 中的文本换行。
   * 2. 修正 IE 中从 `fieldset` 元素继承的颜色。
   * 3. 移除内边距，以免开发人员在将所有浏览器中的 `fieldset` 元素内边距设为 0 时出错。
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * 在 Chrome、Firefox 和 Opera 中添加正确的垂直对齐方式。
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * 移除 IE 10+ 中的默认垂直滚动条。
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. 在 IE 10 中添加正确的盒子模型。
   * 2. 移除 IE 10 中的内边距。
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * 修正 Chrome 中增减按钮的光标样式。
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. 修正 Chrome 和 Safari 中的奇怪外观。
   * 2. 修正 Safari 中的轮廓样式。
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * 移除 macOS 上 Chrome 和 Safari 中的内边距。
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. 修正 iOS 和 Safari 中无法设置可点击类型样式的问题。
   * 2. 在 Safari 中将字体属性更改为 `inherit`。
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* 交互式元素
     ========================================================================== */
  
  /*
   * 在 Edge、IE 10+ 和 Firefox 中添加正确的显示方式。
   */
  
  details {
    display: block;
  }
  
  /*
   * 在所有浏览器中添加正确的显示方式。
   */
  
  summary {
    display: list-item;
  }
  
  /* 其他
     ========================================================================== */
  
  /**
   * 在 IE 10+ 中添加正确的显示方式。
   */
  
  template {
    display: none;
  }
  
  /**
   * 在 IE 10 中添加正确的显示方式。
   */
  
  [hidden] {
    display: none;
  }