body,
div,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input {
    margin: 0;
    padding: 0;
}

html,
body {
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #445595;
    font-weight: 600;
}


/* img {
    border: 0;
    vertical-align: top;
} */

i,
em {
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    padding: 0;
    margin: 0;
    outline: none;
}

input[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*去除input默认样式*/
}

input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*去除input默认样式*/
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}