* {
    margin: 0;
    padding: 0;
}
body {
    min-width: 1200px;
}
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit
}

input {
    background: none;
    outline: none;
    border: none;
}

button {
    border: none;
    background-color: transparent;
    outline: none;
    color: #FFFFFF;
}

.clear {
    clear: both;
}

.body {
    font-family: "Microsoft YaHei";
}

img {
    
    border: none;
}