@import 'normalize.css';

/* 清空默认样式 */
body,
header,
nav,
main,
section,
article,
footer,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
header,
nav,
main,
section,
article,
footer,
div,
p,
ul,
li {
  // 怪异盒子模型
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q::before,
q::after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-size: inherit;
  *font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
}
legend {
  color: #000000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
a {
  text-decoration: none;
  color: #999999;
}
img,
video {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}
a:focus,
a:active {
  outline: none;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
div:focus {
  outline: none;
}
