::after,
::before,
a,
body,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
input,
li,
ol,
p,
span,
textarea,
ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  border: none;
  outline: 0;
}
body {
  font-family: 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  color: #333;
}
ol,
ul {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #333;
}
input[type='search'],
input[type='tel'],
input[type='text'],
textarea {
  border: none;
  outline: 0;
  resize: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
input:-webkit-autofill {
  color: #333 !important;
  -webkit-text-fill-color: #333;
  box-shadow: 0 0 0 1000px #eaeaea inset;
}
input:autofill {
  color: #333 !important;
  -webkit-text-fill-color: #333;
  box-shadow: 0 0 0 1000px #eaeaea inset;
}
.tst {
  transition: all 0.3s 0s;
  -webkit-transition: all 0.3s 0s;
}
.none {
  display: none;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.flexbox {
  display: -webkit-box;
  box-pack: justify;
  -webkit-box-pack: justify;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.obg {
  background: rgba(3, 18, 25, 0.4);
  border-radius: 6px;
  transition: background-image 0.3s 0s;
  -webkit-transition: background-image 0.3s 0s;
}
@font-face {
  font-family: SourceSansPro-ExtraLight;
  src: url(../font/SourceSansPro-ExtraLight.ttf);
  src: url(../font/SourceSansPro-ExtraLight.ttf) format('truetype');
}
@font-face {
  font-family: SourceSansPro-Regular;
  src: url(../font/SourceSansPro-Regular.ttf);
  src: url(../font/SourceSansPro-Regular.ttf) format('truetype');
}
@font-face {
  font-family: SourceSansPro-Semibold;
  src: url(../font/SourceSansPro-Semibold.ttf);
  src: url(../font/SourceSansPro-Semibold.ttf) format('truetype');
}
@font-face {
  font-family: SourceSansPro-Light;
  src: url(../font/SourceSansPro-Light.ttf);
  src: url(../font/SourceSansPro-Light.ttf) format('truetype');
}
@keyframes flash {
  0% {
    background-color: rgb(200, 200, 200, 0.6);
  }
  50% {
    background-color: rgba(200, 200, 200, 0.3);
  }
  100% {
    background-color: rgba(200, 200, 200, 0.6);
  }
}
@-webkit-keyframes flash {
  0% {
    background-color: rgb(200, 200, 200, 0.6);
  }
  50% {
    background-color: rgba(200, 200, 200, 0.3);
  }
  100% {
    background-color: rgba(200, 200, 200, 0.6);
  }
}
