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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
	-webkit-font-smoothing:antialiased;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

/* Base */
body {font-size:12px;margin:0;padding:0;font-family:"microsoft yahei","microsoft jhenghei", Arial, SimHei, sans-serif; -webkit-font-smoothing:antialiased; background:#fff;}
body,html{height:100%;}
img{border:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
select,input{vertical-align:middle}
.spacer{clear:both; font-size:0; height:0; line-height:0;}
a{color:#333;text-decoration:none; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{color:#272727;}

.clear:after{content:"\200B";display:block;height:0;clear:both}
.clear{*zoom:1;*width:100%;*line-height:0}

.ui-center{margin:0 auto}
.ui-left{float:left;_display:inline;}
.ui-right{float:right;_display:inline;}
.ui-text-center{text-align:center!important}
.ui-text-left{text-align:left}
.ui-text-right{text-align:right}

.margin-top-lg{margin-top:30px}
.margin-top-md{margin-top:15px}
.margin-top-sm{margin-top:5px}
.margin-top-bottom-lg{margin-top:30px;margin-bottom:30px}
.margin-top-bottom-md{margin-top:15px;margin-bottom:15px}
.margin-top-bottom-sm{margin-top:5px;margin-bottom:5px}
.margin-left-lg{margin-left:30px}
.margin-left-md{margin-left:15px}
.margin-left-sm{margin-left:5px}

.padding-lg{padding:30px}