html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
i,
iframe,
button,
img,
table,
th,
td,
a,
input,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: inherit;
    color: inherit;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
}

i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-size: auto auto;
    background-repeat: no-repeat;
    font-style: normal;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

th {
    font-weight: normal;
}

html {
    height: 100%;
    font-family: '微软雅黑', '黑体', '宋体';
    font-size: 12px;
    color: #333333;
}

body {
    overflow: auto;
    height: 100%;
}

.B {
    display: block;
}

.I_B {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.I_B_LINE {
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap;
    font-size: 0;
}

.F_L {
    float: left;
}

.F_R {
    float: right;
}

.CLEAR {
    clear: both;
}

.T_HIDE {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.POINTER {
    cursor: pointer;
}

.OPACITY_0 {
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: transparent;
}