/*初始化*/
@font-face {
  font-family: 'Source Han Sans CN Normal';
  src: url(../css/font/Source\ Han\ Sans\ CN\ Normal.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
html,
body {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Source Han Sans CN Normal';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
li {
  list-style: none;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button {
  border: 0;
}
img {
  border: 0;
  vertical-align: top;
}
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
::-webkit-scrollbar {
  width: 6px;
  background: #fff;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  height: 100px;
  background-color: #1553a0;
}
