html {
  -webkit-text-size-adjust: 100%;
}
html,
body {
  background: #ffffff
}
/* *::-webkit-scrollbar {
  width: 0;
}
*::-moz-focus-inner {
  border: none;
  padding: 0;
} */
* {
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box !important;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 94%!important;
  }
}
@media only screen and (min-width: 561px) {
  html {
    font-size: 109%!important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 125%!important;
  }
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  outline: none;
}
a,
button,
input[type="button"] {
  cursor: pointer;
}
input[type="button"],
input[type="submit"],
input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
i,
em,
address,
cite {
  font-style: normal;
}
ol,
ul {
  list-style-type: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
a,
area {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:focus {
  outline: thin dotteds;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input::-webkit-input-placeholder {
  color: #9b9b9b!important;
}
menu,
figure,
figcaption {
  display: block;
}
input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
mark {
  background: none;
}
div,span,p,h1,h2,h4,h5,h6,li{
	font-family:microsoft yahei;
}
