@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, body, #app{
	width: 100%;
	height: 100%;
	font-weight: 400;
}
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-Regular'}
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;
}
.addColor{
	color: #999999!important;
}
.px_line {
	position: relative;
}
.px_line:after {
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: "";
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: 0 0;
	transform: scale(0.5);
	transform-origin: 0 0;
}
.px_line_bor:after {
	border: 1px solid #F4F4F4;
}
.px_line_borb:after {
	border-bottom: 1px solid #F4F4F4;
}
.px_line_borl:after {
	border-left: 1px solid #F4F4F4;
}
.px_line_borr:after {
	border-right: 1px solid #F4F4F4;
}
.px_line_bort:after {
	border-top: 1px solid #F4F4F4;
}