h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
}

body,
html {
    font-family: Source Han Sans CN;
    font-weight: lighter;
    font-style: normal;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

ul,
ol {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

    /* a:link {
    color: #009;
}

a:visited {
    color: #800080;
}
*/
    a:hover,
    a:active,
    a:focus {
        /* color: #c00; */
        text-decoration: none;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*初始化css end*/

input {
    float: none;
    width: auto;
    height: auto;
    text-align: left;
}

    input[type="radio"],
    input[type="checkbox"] {
        margin-top: -1px;
    }

.footerBottom {
    width: 100%;
    height: 35px;
   /* margin-top: 44px;*/
    background: #B40016;
}
