body{
	font-family: "PingFang SC","微软雅黑";
}
body,form,h1,h2,h3,h4,p{
	margin: 0;
}
img{
	border: none;
	vertical-align: top;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
input{
	border: none;
	padding: 0;
}
a{
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

/*禁止移动端长按选中*/
div,span,p {
    /*ios*/
     -webkit-touch-callout:none;
    touch-callout:none; 

    /*安卓*/
    -webkit-user-select: none;
    user-select: none; 
 }