﻿/*网站基本定义*/
div, form, img, ul, ol, li, dl, dt, dd, p, tr, td, body, strong, span, pre, input {
    -webkit-appearance: none;
    background-repeat: no-repeat;
    border: 0;
    border-radius: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

body {
    -webkit-appearance: none;
    background-color: #fff;
    clear: both;
    color: #333;
    font: 14px/24px "微软雅黑";
    height: auto;
    margin: 0px;
    padding: 0px;
}

img { border: none; }

ul, li { list-style: none; }

em, i { font-style: normal; }

a {
    color: #1a1a1a;
    cursor: pointer;
    text-decoration: none;
}

a:hover { background-repeat: no-repeat; }

a, area { blr: expression(this.onFocus=this.blur()) }

input, textarea {
    font-family: "微软雅黑";
    outline: none;
}

/*网站基本定义*/

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix { *zoom: 1; }

.fl { float: left; }

.fr { float: right; }