body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 16px/1.5 tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}


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

.clearfix:after{
    content: "";
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}

a {
    text-decoration: none;
}
@media only screen and (min-width:414px){
    html {
        font-size: 55px;
    }
}
@media only screen and (min-width:375px){
    html {
        font-size: 50px;
    }
}
@media only screen and (min-width:320px){
    html {
        font-size: 42.6px;
    }
}
@media only screen and (min-width:360px){
    html {
        font-size: 48px;
    }
}
