* {
  padding: 0;
  margin: 0;
}
div,
p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
body {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
ul,
li,
ol,
dd,
dt {
  list-style: none;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color:#333;
}
input,
button {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
textarea {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  resize: none;
  overflow: auto;
}
button {
  cursor: pointer;
  outline: none;
}
:before,
:after,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  font-family: '微软雅黑', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background: #fff;
  min-width:1200px;
  color:#333;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #dedede;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #a2a2a2;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a2a2a2;
}
::-webkit-scrollbar-thumb:active {
  background-color: #a2a2a2;
}
