﻿@charset "utf-8";
/* CSS Document all systerm
Title:	 Reset styles for Hems2.1
Create:	 2013-03-29
Author:  zyz
Update:  2013-04-19
Author:  songli
Version: v0.1(大版本可根据需求增加,小版本自己定义；此文件不可修改。)
*/


/*清除边距*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, button, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0 }
body, button, input, select, textarea { font: 12px/1.5 arial, \5B8B\4F53, \5FAE\8F6F\96C5\9ED1, tahoma, sans-serif }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
input[type="button"], input[type="submit"], select, button { cursor:pointer }
/*重置表格元素*/
table { border-collapse:collapse; border-spacing:0 }
/*斜体扶正*/
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal }
/*角标*/
sup { vertical-align:text-top }
sub { vertical-align:text-bottom }
/**/
fieldset, img, a img, iframe { border-width:0; border-style:none }
textarea { resize:vertical; overflow-y:auto }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }
/*重置列表元素*/
ul, ol { list-style:none; }
/*重置元素垂直居中*/
img, input, select, textarea, button { vertical-align:middle }
/*清除浮动*/
.clearfix:before, .clearfix:after { content:"."; display:block; height:0; visibility:hidden }
.clearfix:after { clear:both }
.clearfix { zoom:1 }
.clear { clear:both }
/*重置链接元素*/
a { text-decoration:none }
a:hover { text-decoration:underline }
.clearfixa:after {content:".";display:block;	height:0;clear:both;overflow:hidden;visibility:hidden;}
.clearfixa {	display:block;clear:both;height:0;overflow:hidden;}
