* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: customize;
  src:url('../js/SourceHanSansSC-Normal.otf');
}
select {
  font-family: customize;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #5eb69c;
}
img {
  width: 100%;
  vertical-align: middle;
}
input {
  padding: 0;
  border: none;
  outline: none;
  color: #333;
}
button {
  cursor: pointer;
}
/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background: url('../img/bg.jpg') no-repeat;
  background-position: top left;
  background-size: 100% 100%;
}
table::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
  background: #33446a;
}
table::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px #0289fc;
  background: #33446a;
}
table::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px #0289fc;
  border-radius: 10px;
  background: #33446a;
}
select {
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
select {
  /* display: none; */
}
