a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#stage {
  margin: 0 auto;
  overflow: auto;
}

#stage.isLandscape {
  -webkit-overflow: hidden;
  -moz-overflow: hidden;
  -ms-overflow: hidden;
  overflow: hidden;
  margin: initial;
}

#content {
  transform-origin: center top;
  width: 1280px;
  height: 720px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
#content #cover {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 999;
}

.fallback {
  position: relative;
}/*# sourceMappingURL=style.css.map */