@charset "utf-8";

/*-----默认样式-----*/
*{ margin:0; padding:0}
body{ font-size:12px; font-family:"Microsoft YaHei","微软雅黑"}
dl,dt,dd,tt,ul,li{ list-style:none}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
i,em{ font-style:normal;}
a{ text-decoration:none; cursor:pointer}
a:hover{ text-decoration:none}
img{border:0}

/*-----浮动-----*/
.float-l{ float:left}
.float-r{ float:right}
.clear{ height:0; overflow:hidden; clear:both}

/*-----对齐-----*/
.align-l{ text-align:left !important}
.align-r{ text-align:right !important}
.align-c{ text-align:center}

.hide{display:none}