@charset "UTF-8";
/*重置浏览器样式*/
blockquote, html, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, img, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

/*全局样式*/
html {
  font-family: roboto, NotoSansHand-Regular, "冬青黑体", "华文细黑";
  font-size: 14px;
  width: 100%;
  height: 100%;
  overflow: hidden; }

body {
  font-size: 62.5%;
  text-align: center; }

.hidden {
  display: none; }

.opacity {
  opacity: 0; }

/*# sourceMappingURL=global.css.map */
