body {
    font-family: "Microsoft Yahei", "微软雅黑", "华文细黑", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB";
    color: #282828;
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

*{
    padding: 0;
    margin: 0;
}

*,:after,:before {
    box-sizing:border-box;
    outline: none;
}

ul li {
    list-style: none;
}

a,
a:active,
a:hover {
    color: #409EFF;
}

a {
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.HIDE,.hide{
    display: none !important;
}