@charset 'utf-8';

*,
html {
  font-family: Arial, "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  background: #fff;
}

a,
del,
ins {
  text-decoration: none
}

html,
legend {
  color: #000
}

* {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: inherit;
}

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

fieldset,
img {
  border: 0
}

a {
  color: inherit;
  outline: 0
}

address,
b,
caption,
cite,
code,
dfn,
em,
i,
optgroup,
pre,
span,
strong,
th,
var {
  font-style: inherit;
  font-weight: inherit
}

li {
  list-style: none
}

caption,
th {
  text-align: left
}

q::after,
q::before {
  content: ''
}

abbr,
acronym {
  font-variant: normal;
  border: 0
}

sub,
sup {
  vertical-align: baseline
}

button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  border: none;
  outline: 0
}

button,
input,
select,
textarea {
  border: none;
  border-radius: 0;
  outline: 0
}

textarea {
  resize: none;
}

.clearfix::after {
  display: block;
  height: 0;
  clear: both;
  content: "\200B"
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}