* {
  box-sizing: border-box;
}
html {
  overflow-x:auto;
  overflow-y:auto;
}
body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
  margin:0;
  padding:0;
}
body {
  /* margin-top: 50px !important; */
}
h1, h2, h3, h4, h4, h5 {
  margin:0;
  padding:0;
}
select {
  font-size:12px;
}
table {
  border-collapse:collapse;
}
fieldset, img {
  border:0 none;
}
fieldset {
  margin:0;
  padding:0;
}
fieldset p {
  margin:0;
  padding:0 0 0 8px;
}
legend {
  display:none;
}
address, caption, em, strong, th, i {
  font-style:normal;
}
table caption {
  margin-left:-1px;
}
hr {
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E4E4E4;
  border-width:1px 0;
  clear:both;
  height:2px;
  margin:5px 0;
  overflow:hidden;
}
ol, ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}
caption, th {
  text-align:left;
}
q:before, q:after, blockquote:before, blockquote:after {
  content:””;
}
a {
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 12px;
  background-color: #F0F2F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #BFC3C6;
}
::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #F0F2F5;
}
