* {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    &:before,
    &:after {
        box-sizing: border-box;
    }
}

html,body {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

header,
footer,
main,
aside,
nav,
section,
article,
figure,
figcaption {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}

address,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
i {
    display: block;
    font-style: normal;
    line-height: inherit;
    margin: 0;
    padding: 0;
    cursor: default;
}

span,
small,
strong {
    font-style: normal;
    line-height: inherit;
    margin: 0;
    padding: 0;
    cursor: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol,
li {
    list-style: none;
}

button {
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    cursor: pointer;
}

a {
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    line-height: 0;
    vertical-align: bottom;
}

input,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    display: block;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    vertical-align: middle;
// cursor: pointer;
    box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="button"],
input[type="submit"] {
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
    vertical-align: middle;
}

select {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    cursor: pointer;
    &::-ms-expand {
        display: none;
    }
    &::-ms-value {
        background: none;
        color: inherit;
    }
}

textarea {
    vertical-align: middle;
    resize: none;
}