* {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  list-style: none;
  font-family: 'microsoft yahei', Tahoma, Arial, Roboto, 'Droid Sans', 'Helvetica Neue', 'Droid Sans Fallback', 'Heiti SC', 'Hiragino Sans GB', Simsun, sans-self;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  color: #333;
  font-size: 14px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
input,
button {
  vertical-align: middle;
}
img {
  max-width: 100%;
}
img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}
a {
  color: #333;
}
a:hover {
  color: #1432a8;
  font-weight: bold;
}
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
input {
  border-radius: 0px;
}
input:-moz-placeholder,
input textarea:-moz-placeholder {
  color: #a9a9a9;
}
.row {
  max-width: 1920px;
  min-width: 1440px;
  margin: auto;
  position: relative;
}
.row.innter {
  width: 1200px;
  min-width: auto;
  margin: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.clearfix {
  zoom: 1;
}
.clearfix .col-l {
  float: left;
}
.clearfix .col-r {
  float: right;
}
.clearfix .clearfix:before,
.clearfix .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix .clearfix:after {
  clear: both;
}
.flex {
  display: flex;
}
.flex.center {
  align-items: center;
  justify-content: center;
}
.flex.tween {
  justify-content: space-between;
}
