body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, figure {
  padding: 0;
  margin: 0;
}

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

del, ins {
  text-decoration: none;
}

fieldset, img {
  border: 0;
}

button, input, select, textarea {
  font-family: "Microsoft Yahei",Arial,Helvetica,sans-serif;
}

input, select, img {
  vertical-align: middle;
}

input, select {
  outline: none;
}

ul, ol {
  list-style: none;
}

label {
  cursor: pointer;
}

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

address, cite, dfn, em, var {
  font-style: normal;
}

body {
  -ms-text-size-adjust: none;
  -o-user-select: none;
  -o-text-size-adjust: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font: 0.6rem "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

a {
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-decoration: none;
}

input, select, button, textarea {
  -webkit-appearance: none;
  border: none;
  font-family: "microsoft YaHei";
  padding: 0;
}

button {
  background-color: transparent;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

*:focus {
  outline: none;
}

html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body {
  margin: 0 auto;
}

.page {
  padding-top: 2.75rem;
}
.page__header {
  height: 2.75rem;
  width: 100%;
  background: #ff8150;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
}
.page__header-back {
  background-image: url(../images/icon-back.png);
  background-size: 100%;
  width: 1.95rem;
  height: 1.35rem;
  position: absolute;
  left: 0;
  top: 0.7rem;
}
.page__header-title {
  text-align: center;
  color: #fffefe;
  font-size: 0.9rem;
  height: 100%;
  padding: 0.7rem 0;
  line-height: 1.35rem;
}
.page__content {
  line-height: 1.4rem;
  padding: 1rem 0.75rem;
}
.page__content-strong {
  font-weight: bold;
  font-size: 0.8rem;
  color: #333333;
  line-height: 0.9rem;
  margin: 1rem 0 0.25rem;
}
.page__content-txt {
  font-size: 0.6rem;
  color: #333333;
  line-height: 0.9rem;
}
.page__hand {
  background-image: url(../images/icon-hand.png);
  background-size: 100%;
  width: 2rem;
  height: 2.15rem;
  position: fixed;
  left: 0.75rem;
  top: 1rem;
  z-index: 10000;
  display: none;
}



/*# sourceMappingURL=../cssmap/index.css.map */
