/*
* @Author: Marte
* @Date:   2019-01-11 17:14:25
* @Last Modified by:   Marte
* @Last Modified time: 2019-01-15 09:08:57
*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}
body, button, input, select, textarea {
    -webkit-text-size-adjust: none;
    font: 12px/1.5 Tahoma, Arial, sans-serif
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;/*相对父元素的字体大小相同*/
}
address, cite, dfn, em, var {
    font-style: normal
}
ul, ol, li {
    list-style: none
}
a {
    text-decoration: none
}
legend {
    color: #000
}
fieldset, img {
    border: 0;
    vertical-align: top;
}
section, article, aside, header, footer, nav, dialog, figure {
    display: block;
}
figure {
    margin: 0;
}
button, input, select, textarea {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    /*防止浏览器出现滚动条*/
    overflow-x:hidden;
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    *zoom: 1;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a.active {
    // text-decoration: underline;
}
a {
    blr:expression_r(this.onFocus = this.blur());
}
a {
    outline: none;
}
.none {
    display: none;
}
.block {
    display: block;
}
.noBg {
    background: none !important;
}
.noBd {
    border: none !important;
}
.noPd {
    padding: 0 !important;
}