* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑"
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
}

li {
    list-style: none
}

a {
    text-decoration: none !important;
}

.fl {
    float: left
}

.fr {
    float: right
}

i {
    font-style: normal
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a:hover {
    color: #bf242a !important;
}