*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    line-height: 1;
    box-sizing: border-box;
}
ul,
li,
dl {
    list-style: none;
}
table,
td,
th {
    border-spacing: 0;
    border-collapse: collapse;
}
a {
    text-decoration: none;
    color: inherit;
    outline: none;
}
button {
    cursor: pointer;
}
button,
select,
input,
textarea {
    background: none;
    border: none;
    font: inherit;
    outline: none;
}
a,
button,
input,
label,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}
textarea {
    resize: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
input {
    appearance: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="file"] {
    display: none;
}
input::-ms-clear,
input::-ms-reveal {
    display: none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:-webkit-autofill {
    transition: all 9999s;
}
::placeholder {
    color: #c0c4cc;
    font: inherit;
}
