a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:400;
	vertical-align:baseline
}
body,html {
	font-size:50px
}
article,aside,details,figcaption,figure,footer,header,menu,nav,section {
	display:block
}
body {
	line-height:1
}
blockquote,q {
	quotes:none
}
blockquote:after,blockquote:before,q:after,q:before {
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
a {
	color:#333;
	text-decoration:none;
	-webkit-backface-visibility:hidden
}
li {
	list-style:none
}
::-webkit-scrollbar {
	width:5px;
	height:5px
}
::-webkit-scrollbar-track-piece {
	background-color:rgba(0,0,0,.2);
	-webkit-border-radius:6px
}
::-webkit-scrollbar-thumb:vertical {
	height:5px;
	background-color:hsla(0,0%,49%,.7);
	-webkit-border-radius:6px
}
::-webkit-scrollbar-thumb:horizontal {
	width:5px;
	background-color:hsla(0,0%,49%,.7);
	-webkit-border-radius:6px
}
body,html {
	width:100%;
	height:100%
}
body {
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background:#fff!important
}
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both
}
.fl {
	float:left
}
.fr {
	float:right
}
.el-button,button {
	font-family:arial,sans-serif!important
}
#app {
	width:100%;
	height:100%;
	font-size:16px;
	font-family:Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Helvetica,Arial,sans-serif;
	-webkit-font-smoothing:antialiased;
	-webkit-transition:all .7s ease;
	transition:all .7s ease
}
#app button,#app input,#app select {
	font:"Microsoft YaHei"!important
}