/* 
html Reset Stylesheet
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: 13px/1 Arial, "微软雅黑";
    vertical-align: baseline;
    background: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a, a:visited {
    margin: 0;
    padding: 0;
    color: #333;
    text-decoration: none;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border:0;
}
input,
textarea,
select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%; 
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.cf {
    *zoom: 1;
}
.cf:after, .cf:before {
    display: table;
    content: "";
    line-height: 0;
}
.cf:after {
    clear: both;
}
.text-ellipsis {
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.ellipsis-2-webkit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.none {
    display: none;
}
.fright {
    float: right;
}
.fleft {
    float: left;
}
body {
    background: #f7f7f7;
}
