/**
* @Description:
* @Author:         TSY
* @CreateDate:     2018/6/9 13:28
*/
html, body {
  .hash-calendar {
    width: 100%;
    border: 0;
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 4vw;
    background: #fff;
    color: #191919
  }
}

.hash-calendar {
  div, span, object, iframe, img, table, caption, thead, tbody,
  tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
  nav, footer, header, section, summary, mark, audio, video {
    border: 0;
    margin: 0;
    padding: 0;
  }

  h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
  del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd,
  ol, ul, li, fieldset, legend, label {
    border: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
  }

  li {
    list-style: none;
  }

  * {
    box-sizing: border-box;

    &:focus {
      outline: 0;
    }
  }

  button {
    border: none;
    font-size: 4vw;
  }

  p, span {
    letter-spacing: 1px;
  }

}
