﻿/*css初始化 start*/
body{ font-family: "'Microsoft YaHei";}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea,th, td, select{margin: 0; padding: 0; border:0 }
h1{font-size: 18px; font-weight:normal}
h2{font-size: 16px; font-weight:normal}
h3{font-size: 14px; font-weight:normal}

ul, ol{list-style: none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
a:focus{outline:thin dotted;}
a:active,a:hover{outline:0}
button, input, select, textarea{font-size: 100%;outline:0}
table{border-collapse: collapse; border-spacing: 0}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit; -webkit-border-radius:0px; border-radius:0px; }
input, select{vertical-align:middle; }
input {/* -webkit-appearance: none; */ border-radius: 0;}
/* 清理浮动 */
.fn-clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.fn-clear { zoom: 1; /* for IE6 IE7 */ }
.fl{float: left;}
.fr{float: right;}


