* {
    padding: 0;
    margin: 0
}

strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea {
    margin: 0;
    padding: 0;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: "微软雅黑", "宋体";
    color: #333;
    width: 100%;
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}

button, input, select, textarea {
    font-size: 100%;
}

fieldset, img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
    background: none;
}

ul, ol {
    list-style: none;
}

:focus {
    outline: none;
}

input {
    -webkit-appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a, span.bx, input[type="button"] {
    cursor: pointer;
}
