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