@charset "UTF-8";
body,
div,
h1,
h2,
h3,
h4,
ul,
li,
p,
dl,
dt,
dd,
a,
span,
table,
tr,
td {
  margin: 0 auto;
  margin: 0 auto;
  padding: 0;
}
body.mac {
    font-family: Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, WenQuanYi Micro Hei, sans-serif;
}
a{
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
ul{
    list-style: none;
}
img{
    border: none;
    height: auto;
}
.w{
    width: 1200px;
}