@charset "UTF-8";
html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%; }

body {
  font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
  background: #fff;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  line-height: normal;
  -webkit-text-size-adjust: 100%; }

body::-webkit-scrollbar {
  display: none; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

input {
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: #fff; }

li {
  list-style: none; }

a:hover, a:visited, a:link, a:active {
  text-decoration: none;
  color: #000; }

pre {
  font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
  background: #fff;
  overflow: hidden;
  overflow-y: auto; }

i {
  font-style: normal; }

img {
  vertical-align: middle; }

/*# sourceMappingURL=common.css.map */
