@charset "utf-8";
/*css reset font-family:'Helvetica','Microsoft Yahei','Simhei','Simsun';*/
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:12px/1.5}
body{margin:0px auto;}/*width:320px;*/
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var,i{font-style:normal;}
small{font-size:12px;}
ul,ol{list-style:none;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
fieldset,img{border:0;}
button,input,select,textarea{font-size:100%;}
table{width:100%;border-spacing:0px;margin:0px;padding:0px;border-collapse: collapse;}
img{vertical-align:bottom;}/*此设置是为避免使用html5 dtd时有图片的div会多出3px的问题，设为display:blcok也可以*/

/*global*/
.clearfix{*zoom:1;}
.clearfix:after{content:'\20';display:block;height:0;clear:both;}
.hidden{display:none}
.nohidden{display:block;}
