/*通用样式*/
/**{box-sizing: border-box;}*/
body{font:14px "microsoft yahei",Arial,sans-serif;color:#666;margin:0;padding:0;background: #f6f6f6}
ul,ol,p,h1,h2,h3,h4,h5,h6,dl,dd{margin:0;padding:0;list-style:none;}
input{border:0;outline: none;}
.lf{float:left;}
.rt{float:right;}
.clear{clear:both;}
img{vertical-align:bottom;}
a{color:#333;text-decoration:none;border: none;}
a:hover{text-decoration:underline;}
.icon{color:#666}