/*reset*/
input,textarea,select {
    font-size: 100%;
    font-family: inherit;
}
*{
    margin:0;
    padding: 0;
}
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,form,button,dl,dt,dd,input,textarea {
    margin: 0;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: break-word;
    word-break: break-all;
    padding:0;
    margin:0;
}
i{
    font-style: normal;
}
h4,h5,h6 {
    font-size: 1em;
}
ul,ol {
    padding-left: 0;
    list-style-type: none;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    outline: none;
}
input,textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
i {
    font-style: normal;
}
button {
    outline: none;
    border: none;
    background: none;
}

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

input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}

input,
button,
select,
textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: auto;
}
