@charset 'utf-8';
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

i,
em {
    font-style: normal;
}

b,
strong {
    font-weight: normal;
}

u,
a {
    text-decoration: none;
}


/* body>a{
    position: absolute;
    left: -100px;
} */

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

img {
    border: 0;
    display: block;
}

input {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    font-weight: normal;
}

.clear_fix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}