@charset "utf-8"; /* CSS Document */ * { margin: 0; padding: 0; font-family: "microsoft yahei"; } a { text-decoration: none; } img { border: none; } li { list-style: none; } .left { float: left; } .right { float: right; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { *zoom: 1; }