@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,tr,
th,td { margin:0; padding:0; }
body { 
	background:#EFF2F7; 
	color:#555; 
	font-size:14px; 
	font-family: 'Roboto-Bold', 'Roboto-Black','Roboto-Light','Roboto-Medium',
	'Roboto-Regular',Arial, Helvetica, sans-serif,'Microsoft YaHei','微软雅黑 '; 
	padding: 0;
	margin: 0;
}
/* H5 */
header, section, footer, aside, nav, main, article, figure {display: block;}

td,th,caption { font-size:14px; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}

a { color:#555; text-decoration:none; }

a:hover { text-decoration:none; }

img { border:none; display: block;}

ol,ul,li { list-style:none; }

input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif;}

.form-control { border-radius: 0; border: 1px solid #ceddf2;}

table { border-collapse:collapse; }

html { overflow-y: scroll;} 

em, i { font-style: normal;}

input,select,button { outline: none; border: none; background: none; font-size: 14px; font-family: '方正兰亭细黑简体';}

/* 清浮动 */
.clearfix:after { content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

/* 公用样式 */
.fl {float: left;}
.fr {float: right;}
.padding { padding: 0;}
.container {background: #fff;}

