html,
body {
  /* line-height: 0; */
  width: 100%;
  height: 100%;
}

body {
  /* background-color: #fff1f8; */
  /* font-size: 16px; */
  margin: 0px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
p {
  margin: 0;
}

body,
input,
button,
select,
textarea {
  font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", serif;
  font-size: 0.28rem;
  color: #272727;
}

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

input,
button,
textarea,
th,
td {
  padding: 0;
}



ul,
ol {
  padding: 0;
  list-style: none;
}

img {
  vertical-align: top;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-size: 16px;
  padding: 0;
  width: 10rem;
  margin: auto;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}