/*雅虎（YUI 3）reset*/
/*Normalize.css*/
/*by AlicePC reset.css*/
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
html {
  font-size: 14px;
}
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
html,
body,
textarea,
input,
button,
select,
keygen,
legend {
  font-family: arial, tahoma, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
  color: #333;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new,courier,monospace;
}
[hidefocus],
summary {
  outline: 0;
}
ol,
ul,
p {
  margin: 0;
  padding: 0;
}
ol,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
small {
  font-size: 12px;
}
sup,
sub {
  font-size: 83%;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
  margin: 0;
}
a,
button {
  cursor: pointer;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
img {
  display: inline-block;
  vertical-align: middle;
}
button,
input[type=submit] {
  background: transparent;
  border: 0;
}
body,
a {
  color: #787878;
}
/*# sourceMappingURL=reset.css.map */