@charset 'UTF-8';
html {
  font-family: 'Helvetica Neue',Helvetica,STHeiTi,Arial,sans-serif;
  min-height: 100%
}
body {
  font-size: .8rem;
  position: static!important;
  overflow: visible!important;
  min-height: 100%;
  margin: 0;
  color: #333
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block
}
[hidden],
template {
  display: none
}
svg:not(:root) {
  overflow: hidden
}
a {
  text-decoration: none;
  color: var(--linkColor);
  outline: 0;
  background: 0 0;
  -webkit-tap-highlight-color: transparent
}
img {
  vertical-align: middle;
  border: 0
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit
}
button {
  overflow: visible
}
button,
select {
  text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button
}
button[disabled],
html input[disabled] {
  cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}
input {
  line-height: normal;
  border: none;
  outline: 0
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver
}
legend {
  padding: 0;
  border: 0
}
textarea {
  overflow: auto;
  resize: vertical
}
optgroup {
  font-weight: 700
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse
}
td,
th {
  padding: 0
}
blockquote,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0
}
dd,
dl,
li,
ol,
ul {
  margin: 0;
  padding: 0
}
li,
ol,
ul {
  list-style: none outside none
}
h1,
h2,
h3 {
  font-weight: 400
}
cite,
em,
i {
  font-style: normal
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc
}
input[type=button] {
  background: 0 0
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}