/* 辟邪剑谱 */

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

body {
    font-family: PingFang-SC;
    min-width: 1000px;
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

input,
button {
    outline: none;
    border: none;
}

button:active {
    outline: none;
    border: none;
}

div,
input,
textarea,
li,
select,
option {
    box-sizing: border-box;
}