/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
/* table {
  border-collapse: collapse;
  border-spacing: 0;
} */

/* custom */
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000000;
  text-decoration: none;
}
a {
  -webkit-backface-visibility: hidden;
}

/* 字体 */
@font-face {
  font-family: syLight;
  src: url('./../../common/fonts/SourceHanSansCN-Light.ttf'),
  url('./../../common/fonts/SourceHanSansCN-Light.eot');
}
@font-face {
  font-family: syRegular;
  src: url('./../../common/fonts/SourceHanSansCN-Regular.ttf'),url('./../../common/fonts/SourceHanSansCN-Regular.eot');
}
@font-face {
  font-family: syBold;
  src: url('./../../common/fonts/SourceHanSansCN-Bold.ttf'),url('./../../common/fonts/SourceHanSansCN-Bold.eot');
}
