@charset "utf-8";
html,
body,
div,
p,
blockquote,
fieldset,
b,
strong,
span,
a,
em,
i,
img,
ul,
li,
ol,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
video,
form,
input,
button,
select,
textarea,
table,
tr,
td {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: top;
  width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover,
a:active,
a:link {
  text-decoration: none;
}
a:hover,
a:active,
input:focus {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
body,
html {
  width: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica-Neue, Helvetica, "BBAlpha Sans", sans-serif;
  background: #0f111a;
  color: #7e7f83;
  overflow-x: hidden;
}
body.fixed,
html.fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.forbid,
html.forbid {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font-family: inherit;
  margin: 0;
  vertical-align: baseline;
  outline: 0;
  resize: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #000000;
}
::-webkit-scrollbar-track-piece {
  background-color: #000000;
  -webkit-border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #222222;
  border: none;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #fad733;
  display: block;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  border: none;
}
