  body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*body{
	background:#fffcf7
}*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 微软雅黑, Arail, sans-serif;
    color: #333333;
}

body > div {
    margin: 0 auto
}

div {
    text-align: left
}

a img {
    border: 0
}

i {
    font-style: normal
}

body {
    color: #333;
    font: 14px 微软雅黑, Arail, sans-serif;
    background:#fdfdf5
}

body.bg {
    background: #f2f2f2;
}

ul, ol, li {
    list-style-type: none;
    vertical-align: 0
}

a {
    outline-style: none;
    color: #535353;
    text-decoration: none;
}

a:hover {
    color: #D40000;
    text-decoration: none
}

.clear {
    clear: both
}

.text-right {
    text-align: right;
}

p {
    font-family: 微软雅黑, Arail, sans-serif;
}

span {
    font-family: 微软雅黑, Arail, sans-serif;
}

button {
    font-family: 微软雅黑, Arail, sans-serif;
    outline: none;
}

input {
    outline: none;
}

.left {
    float: left;
}
.right {
    float: right;
}
.show{
    display: block;
}
.hidden{
    display: none;
}


