* ,
body,
html,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    padding: 0 ;
    margin:  0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
body,
html {
    font-size: 0.3rem;
    color: #282828;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
button,
input,
select,
textarea {
    border: none;
    outline: none;
}

/* * :before, :after{
    position: absolute;
    display: inline-block;
} */
.clearfix {
    position: relative;
}
.clearfix :after {
    content: '';
    zoom: 1;
    clear: both;
}
.media {
    min-height: 100vh;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder{
    color: #e0e0e0;
}