html {
    color: #000;
    background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

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

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
    outline: none;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


legend {
    color: #000;
}

a {
    outline: none;
    text-decoration: none;
}

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

#yui3-css-stamp.cssreset {
    display: none;
}

.cf:before,
body:before {
    content: '';
    display: table;
}

.cf:after,
after {
    content: '';
    clear: both;
    display: table;
}

.cf,
.header,
.footer {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mar_r0 {
    margin-right: 0;
}

.mar_l0 {
    margin-left: 0;
}

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

/*文字溢出显示...*/
.wzczpl {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
}

/*文字垂直排列*/
.wzyc2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

.mhxl {
    -webkit-appearance: none;
    /*for chrome*/
}

/* 分页 */
.pageContainer {
    text-align: center;
}

.pageContainer a {
    text-decoration: none;
    color: #333;
}

.pageContainer a, .pageContainer span {
    display: inline-block;
    padding: 0.1em 0.4em;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.pageContainer .current {
    background: #d20000;
    color: #fff;
    border: 1px solid #d20000;
}

.pageContainer .current.prev, .pageContainer .current.next {
    color: #d20000;
    border-color: #d20000;
    background: #fff;
    border-width: 0;
}