@charset "utf-8";
body {
    font: 100%/1.5 "Droidsansfallback", "Droid Sans", "Heiti SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

::selection {
    background: #f5ecd4;
    color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
    background: #f5ecd4;
    color: #fff;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

body, header, footer, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

i, b {
    font-style: normal;
    font-weight: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: none;
}

legend {
    display: none
}

address, caption, cite, code, dfn, em, th, var, i {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: ""
}

a {
    text-decoration: none;
    color: #333;
}

a:active {
    background: none;
    color: #333;
}

a:hover {
    text-decoration: none
}

.on {
    font-weight: bold;
}

/*a:hover{color:#eba702;}*/
abbr, acronym {
    border: 0;
}

.less12px {
    -webkit-text-size-adjust: none;
}

/*chrome私有属性，允许font-size<12px*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block
}

.tul, .tul:hover {
    text-decoration: underline;
}

input[type="checkbox"], input[type="radio"] {
    margin-left: 5px;
    margin-right: 5px;
}

input,
img,
textarea {
    outline: none;
    vertical-align: middle;
}
* {
    box-sizing: border-box;
}

html, body {
    position: relative;
    height: 100%;
}
