*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
ul li{
    list-style: none;
}
body {
    background: #f0f0f0;
font-family: "Microsoft YaHei", "SimSun", "STHeiti Light", Arial;
}