@charset "utf-8";
html {
    font-size: 62.5%;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    height: 100%;
}

abbr, input,address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
    /* font-weight: normal; */
}

article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
    display: block
}

nav ul, ol, ul {
    list-style: none
}

:focus, a {
    outline: 0;
    text-decoration: none;
    color: #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, td, th {
    text-align: left;
    font-weight: normal;
}

.clear {
    clear: both;
}

.left{
    float: left;
}
.right{
    float: right;
}
.elip{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}
.elip2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page-wrap {
    width: 80%;
    text-align: center;
    font-size: 12px;
    margin: 30px auto 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.page-wrap span ,.page-wrap a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}
.page-wrap select {
    height: 22px;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: top;
}
