body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
    display: block;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
* {
    box-sizing: border-box;
}
input,
textarea,
button {
    outline: none;
    border: none;
    font-family: inherit;
}
button {
    padding: .3rem .5rem;
    background-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
button:active {
    -webkit-transition: all 0.2s;
}
p{
    word-break: break-word;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input::-webkit-input-placeholder{
    color:#bbb;
}
input[type=button]{
    -webkit-appearance:none;
    outline:none
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
img {
    max-width: 100%;
    display: block;
    border: none;
}
[v-cloak]{
    visibility: hidden !important;
}
@mixin clearfix {
    &:after {
        clear: both;
        content: '.';
        display: block;
        height: 0;
        line-height: 0;
        overflow: hidden;
    }
    *height: 1%;
}
.clearfix {
    @include clearfix;
}
