a {
    color: #006eff;
}
*, p {
    margin: 0;
    padding: 0;
}

a, a:hover {
    text-decoration: none;
}

html, body {
    width: 100%;
    min-width: 1024px;
    height: 100%;
    color: #545C5E;
    font-family: "Microsoft Yahei", "PingFang SC", "Hiragino Sans GB", "å¯°î†¿è’‹é—†å‘´ç²¦", "Sans-Serif";
    background: #f2f2f2;
    font-size: 12px;
}

ul, li {
    list-style: none;
}