html body {
  _background-attachment: fixed;
}
body,
textarea,
input,
select,
button {
  font-size: 12px;
  font-family: Helvetica, Arial;
}
/*(1)清除默认样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input {
  margin: 0;
  padding: 0;
}
fieldset,
img,
input,
button {
  border: 0 none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
/*去掉input等聚焦时的蓝色边框*/
ul,
li,
ol {
  list-style: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover,
a:link,
a:visited {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
dl,
dd,
dt,
h1 {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
li {
  list-style: none;
}
form {
  margin: 0;
  padding: 0;
}
input {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #FDF9FA;
  color: #333;
  overflow-x: hidden;
  font-family: Helvetica, Arial, PingFang SC, Microsoft YaHei, sans-serif;
  font-size: 16px;
}
/*# sourceMappingURL=./css.css.map */
.middcent {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
