
a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: 0 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  color: transparent;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}
button,
select {
  text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none !important;
}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="date"] {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(bottom, #fff, #fff);
  background-image: linear-gradient(to top, #fff, #fff);
  -webkit-appearance: textfield;
}
/* floats */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* Scaffolding */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-size: 625%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fffaea;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.14em;
  line-height: 1.5;
  color: #404040;
  background-color: #fffaea;
  position: relative;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.container {
  max-width: 7.5rem;
  margin: 0 auto;
  overflow-x: hidden;
}
[class^="icon-"] {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 29px;
  background-image: url(images/icons-h5.png);
  background-size: 52px 29px;
}
.icon-android {
  background-position: 0 0;
}
.icon-ios {
  background-position: -27px 0;
}
/* buttons */
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  font-size: .16rem;
  line-height: .26rem;
  padding: .08rem 0 .06rem;
  border-radius: .22rem;
  outline: none !important;
  border: 1px solid #faca2a;
  color: #404040;
}
.btn i {
  margin-right: .1rem;
  margin-top: -0.04rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: .15rem;
}
.btn-android {
  background-color: #faca2a;
}
.btn-ios {
  background-color: transparent;
  color: #faca2a;
}
.index-top img {
  width: 100%;
  height: auto;
}
.index-content {
  padding: .1rem .4rem .2rem;
}
.index-content p {
  margin-top: .3rem;
  font-size: .12rem;
  color: #808080;
  text-align: center;
}
