html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    /*font-weight: inherit;*/
    font-stretch: inherit;
    font-size: 100%;
    line-height: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a{
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
    outline: none;
}

fieldset, img, iframe {
    border: 0;
}

input,label,img,th {
    vertical-align: middle;
}

img {
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    position: relative;
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}
html,
body {
    font-family:"Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
/* `:focus` is linked to `:hover` for basic accessibility */
a {
    text-decoration: none;
}

a,
img {-webkit-tap-highlight-color:rgba(255,0,0,0);}

a:hover,
a:focus {
    text-decoration: underline;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pull-auto {
    overflow: hidden;
    _zoom: 1;
    _float: left;
}

.none {
    display: none;
}

.hidden, .invisible {
    visibility: hidden;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.mar-auto {
    margin-left: auto;
    margin-right: auto; 
}

.pad-5 {
    padding: 5px;
}

.pad-10 {
    padding: 10px;
}

.pad-15 {
    padding: 15px;
}

.mar-5 {
    margin: 5px;
}

.mar-10 {
    margin: 10px;
}

.mar-15 {
    margin: 15px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.list {
    padding-left: 0;
    list-style: none;
}

.list li {
    display: block;
    margin-bottom: 5px;
}

/* pagination */
.pagination {
    overflow: hidden;
    color: #ccc;
    text-align: center;
}

.pagination-item {
    position: relative;
    display: block;
    padding: 1rem;
    border: 1px solid #eee;
}

a.pagination-item:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #268bd2;
    border-color: #268bd2;
}

.head-one td a {
    color: #fff;
    text-decoration: none;
}