@charset "utf-8";
/* CSS Document */
*{
    -webkit-touch-callout: none;  /*系统默认菜单被禁用*/   
    -webkit-user-select: none; /*webkit浏览器*/   
    -khtml-user-select: none; /*早期浏览器*/   
    -moz-user-select: none; /*火狐*/   
    -ms-user-select: none; /*IE10*/   
    user-select: none;
}
html{
	background: #F3F3F4;
}
html, body, #app{
	width: 100%;
	height: 100%;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,input,textarea,select{
	padding:0;
	margin:0;
}
body{font-size: .12rem;background:#fff;font-family: 'PingFangSC', 'STHeitiSC-Light', 'Helvetica-Light', arial, sans-serif, 'Droid Sans Fallback'}
h1,h2,h3,h4,h5,h6,strong,b,i,em{
	font-style:normal;
	font-weight:normal;	
	font-size:100%;
}
li{list-style:none;}
a{
	text-decoration:none;
	color:#666;
}
a:hover{
	color:#f40;	
}
img{
	border:0;	
}
input{
	outline: none;
	-webkit-user-select: auto; /*webkit浏览器*/
}
.clearfix:after{
	content:'.';
	height:0;
	display:block;
	overflow:hidden;
	visibility:hidden;
	clear:both;
}
.imgs{
	display: block;
	width: 100%;
	overflow-x: auto;
}
.imgs_test{
	max-width: 100%;
	display: inline-block;
	float: left;
}
