body,
div,
dl,
dt,
img,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a{
  text-decoration: none !important;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑,Arial", "sans-serif";
}
.minauto {
  width: 80%;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
button {
  cursor: pointer;
  background: white;
  border: none;
}
/* 禁止图片拖拽 */
img {
  -webkit-user-drag: none;
}
