/* 初始化CSS */
html,
body {
  -webkit-text-size-adjust: none;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0 auto;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}
fieldset,
img {
  vertical-align: middle;
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
li {
  list-style-type: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft YaHei UI", Arial, sans-serif;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  border:none;
}
input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
}
textarea {
  resize: none;
  font-family: "Microsoft YaHei UI", Arial, sans-serif;
}
body {
  color: #6c6c6c;
  font: 12px "Microsoft YaHei UI", Microsoft YaHei, Arial, sans-serif;
  background: #fff;
  overflow-x: hidden;
}
a {
  color: #555;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
