/*css reset code */
body{
	font-size:12px;
	font-family: "Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif,HELVETICA;
	background:#ffffff;
	-webkit-text-size-adjust:100%;
}
body,html{height:100%;}

html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,em,img,small,strong,sub,sup,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,table,caption,tbody,tfoot,thead,tr,th,td,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,th,var{font-weight:normal;font-style:normal;}

ol,ul{list-style:none;}

blockquote,q{quotes: none;}

blockquote:before,blockquote:after,q:before,q:after{content:'';content: none;}

caption,th{text-align:left;}

abbr,acronym{border:0;}

a{color::#009;text-decoration:none}
a:hover{color::#c00;text-decoration:none}

.box {display: box; display: -webkit-box;display: -moz-box; display: -ms-flexbox;display: -webkit-flex; display: flex;text-align:center;}
.item{flex:1;-moz-box-flex: 1.0;-webkit-box-flex: 1.0;box-flex: 1.0;}
