body {
    font-size: 16px;
}

body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, input {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

i {
    font-style: normal
}

img {
    border-style: none;
}

/* 兼容低版本ie */
form {
    border: 0;
}

table, td, tr, th {
    font-size: 100%
}

textarea {
    resize: none;
}

em, cite {
    font-style: normal;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
.clearfix:after {
    content: "200B";
    height: 0;
    display: block;
    font-size: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}