@charset "utf-8";
/* CSS Document */

/*css reset yahoo*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal;}
ul { list-style:none;}
caption,th { text-align:left;}
/*h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal;}*/
q:before,q:after { content:'';}
abbr,acronym { border:0;}

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/** 清除浮动 **/
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom: 1; }
.clear{clear:both;}

/*统一字体样式*/
body{font:14px/180% "微软雅黑","宋体";}
html,body{-webkit-text-size-adjust:none;  color:#090909;}
a {color:#090909; text-decoration:none;}
a:hover {color:#e30010;}
input , textarea {font-size:12px;}

.hidden{display:none;}


