@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
em,
button {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-style:normal;
    font-size: 16px;
}

fieldset,
img {
    border: 0 none;
}

dl,
ul,
ol,
menu,
li {
    list-style: none
}

input,
select,
textarea,
button {
    background: transparent;
    vertical-align: middle;
    outline: none;
    border: none;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

body,
th,
td,
input,
select,
textarea,
button {
    line-height: 1.2;
    font-family: "微软雅黑", "粗体";
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

a:active,
a:hover {
    text-decoration: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

img {
    vertical-align: middle;
}

i {
    font-style: normal;
}
.fl{
    float: left;
}
.fr{float: right;}
.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    display: inline-block;
    display: block;
    zoom: 1;
}

.ellipsis {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsisMult {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
