/* reset */
body, div, p, ul, li, table, tbody, tr, td, th, textarea, form, input, h1, h2, h3, h4, h5, dl, dt, dd, img, iframe, header, nav, section, article, footer, figure, figcaption, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  -webkit-text-size-adjust: none;
  font-size: 0.24rem;
}

header, nav, section, article, footer, figure, figcaption {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

a, li, ul, [onclick] {
  -webkit-tap-highlight-color: none;
  -webkit-tap-highlight-color: transparent;
}

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

em, strong, th {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.c:before, .c:after {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.db {
  display: block;
  text-indent: -9999em;
  font-size: 0;
}

:focus {
  outline: none;
}

img {
  display: block;
}

body, html {
  background-color: #14171b;
  overflow-x: hidden;
  width: 100%;
}

header, footer {
  width: 100%;
  margin: 0 auto;
}

#afooter {
  color: #eefafc;
  background-color: #100d0c;
  padding: 0.2rem 0;
  height: .9rem;
  box-sizing: border-box;
  font-size: 0.2rem;
  text-align: center;
}

#afooter a {
  color: #eefafc;
}
