/* ==========================================================================
   é¡µé¢å…¬å…±æ ·å¼è®¾ç½®
 ============================================================================ */

/* å¯¹é¡µé¢éœ€ç”¨åˆ°çš„æ‰€æœ‰æ ·å¼çš„é‡ç½®
 ============================================================================ */
body, 
div,
dl,
dt,
dd, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
ul, 
ol, 
li, 
span,
pre,
form, 
fieldset,
input, 
button, 
textarea, 
blockquote,
table, 
th, 
td {
    margin: 0;
    padding: 0;
}
body {
    font: 14px/1.5em "Microsoft Yahei", "å¾®è½¯é›…é»‘",  sans-serif;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    font-weight: normal;
    font-size: 100%;
}


ol, 
ul, 
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: none;
}
input {
    border: none;
}
input, 
textarea, 
button, 
select {
    font-family: "Microsoft Yahei";
    outline: none;
}
input {
    border: none;
}
button, 
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
    cursor: pointer;
}

/* å…¬ç”¨æ ·å¼çš„è®¾ç½®
 ============================================================================ */
.clearfix:after {
    display:block;
    height:0;
    clear:both;
    content:"";
    visibility:hidden;
}
.clearfix {
    *zoom:1;
}
.lf {
    float: left;
}
.rt {
    float: right;
}

