@charset "utf_8";
/* CSS Document */

*{margin:0; padding:0; list-style-type:none;}
body { width:100%; background:#FFF; color:#555; font-size:12px; font-family:Arial,"宋体"; line-height:25px; text-align:center; overflow-x:hidden; position:relative;}
img { vertical-align:middle;}
input, select,textarea { font-size:12px; font-family:Arial,"宋体";}
/* 常用功能样式 */
.clear {clear:both; }
.overflow { overflow:hidden;}
.nobg { background:none !important}
.noborder{ border:none !important}

/* 默认文字字体、文字颜色、背景颜色或者图像等 */
a { color:#555; text-decoration:none; }
a:hover { color:#a00; text-decoration:underline; }