@charset "utf-8";
/* CSS Document */

/*===============清楚浏览器默认样式 =======================*/
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 {font-size:12px;} /*==== 设置默认字体字号=== */

h1, h2, h3, h4, h5, h6 {font-size:100%;}

address, cite, dfn, em, var, i{ font-style:normal;} /* =====将斜体扶正 =======*/

code, kbd, pre, samp{ font-family:courier new, courier, monospace; } /* =======统一等宽字体======= */

small{ font-size:12px; } /* =====设置最小字体 =====*/

ul, ol{list-style:none;}/*=== 重置列表元素====*/

a { text-decoration:none;}
a:hover { text-decoration:underline; }/*====== 重置文本格式元素 ==========*/

sup { vertical-align:text-top; } 
sub { vertical-align:text-bottom; }/*======= 重置，减少对行高的影响======= */


legend { color:#000; }/*=== for ie6 ===*/
fieldset, img,button{border:none;} /* ====img：让链接里的 img 无边框 ====*/
button, input, select, textarea { font-size:100%; } /* =======使得表单元素在 ie 下能继承字体大小=== */


table { border-collapse:collapse; border-spacing:0; }/*============重置表格元素 ==========*/

.clear{clear:both;}

