@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, arial, '微软雅黑';
  color: #666
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}

address,
cite,
dfn,
em,
var,
caption,
strong,
th,
i,
code,
kbd,
pre,
samp {
  font-style: normal;
  font-weight: 400
}

ul,
ol {
  list-style: none
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

input,
button,
textarea,
fieldset,
img {
  border: 0 none
}

button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
  font-family: inherit
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

th {
  text-align: inherit
}

caption,
th {
  text-align: center
}

a {
  text-decoration: none;
  color: #666
}

a:hover {
  color: #EC2B3E;
  text-decoration: none
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: ''
}

.clearfix:after {
  clear: both
}

.clearfix {
  content: "";
  *zoom: 1
}

q:before,
q:after {
  content: ""
}

.clear {
  clear: both
}

iframe {
  display: block
}

abbr,
acronym {
  border: 0 none;
  font-variant: normal
}

del {
  text-decoration: line-through
}

.fl {
  float: left
}

.fr {
  float: right
}

.fc {
  clear: both
}

.fz {
  zoom: 1
}

img {
  border: none 0
}

input {
  _border: none;
  outline: none
}

body {
  scroll-behavior: smooth
}

.flex {
  display: -ms-flexbox;
  display: flex
}