* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    color: #333;
    font: 12px/150% tahoma, arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

input,
textarea,
select,
button {
    outline: none;
    border: none;
    appearance: none;
    border-radius: 0;
    background-color: inherit;
}

input::placeholder,
textarea::placeholder {
    color: #aaa;
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
}

li {
    list-style: none;
}


/* ::-webkit-scrollbar {} */