
/*
 *公共样式
*/
body {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #333;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}
div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
dl,
dt,
dd,
a,
span,
input,
textarea,
header,
footer,
article,
section,
aside {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none!important;
}
textarea {
  resize: none!important;
}
