html {
	font-size: 10px
}

body {
    background: #fff;
    color: #fff;
    font-family: "Microsoft YaHei"
}

body, dl, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    margin: 0;
    padding: 0
}

dl, ol, ul {
    list-style: none
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none
}
