html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

html {
  color: #000;
  background: #fff;
}

body,
button,
input,
select,
textarea {
  font: 400 16px/1 'Microsoft YaHei', Tahoma, Arial, 'Hiragino Sans GB',
    'simsun', '\5b8b\4f53', sans-serif;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

input,
select,
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

html,
body,
fieldset,
img,
iframe {
  border: 0;
  -webkit-overflow-scrolling: touch;
}

i,
cite,
em,
code,
var,
address,
th,
caption,
dfn {
  font-style: normal;
}

iframe {
  display: block;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

textarea {
  overflow: auto;
  resize: none;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
  font-family: 'Microsoft YaHei';
}

a,
button {
  cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: '';
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '.';
  clear: both;
  height: 0;
  line-height: 0;
}

.clear {
  clear: both;
}

.left,
.right {
  display: inline;
}

.left {
  float: left;
}

.right {
  float: right;
}

:focus {
  outline: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bdbdbd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #dcdcdc !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

input:focus {
  outline: none;
}

input:disabled {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #aca899;
}

input[disabled] {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #aca899;
}

select::-ms-expand {
  display: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
