* {
  box-sizing: border-box
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, pre, span, table, td, textarea, th, ul {
  margin: 0;
  padding: 0
}

li, ol {
  list-style: none
}

em, i {
  font-style: normal
}

a {
  text-decoration: none
}

input, select, textarea {
  -webkit-appearance: none;
  outline: 0;
  border: none;
  background-color: transparent
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"]{
  -moz-appearance: textfield;
}

button {
  border: none;
  background-color: transparent;
  outline: 0
}

html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent
}

body {
  width: 100%;
  overflow-x: hidden;
  font-size: .24rem;
  background-color: #eee;
}
