* {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
body {
	width: 100%;
	height: 100vh;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000;
	position: relative;
	background: #fff;
}
select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: none;
	box-shadow: none;
	font-size: 14px;
	background: none;
}
input,img,textarea,button{
	color: #666;
	border: 0;
	outline: none;
	background: none;
	font-size: 14px;
	font-family: "微软雅黑";
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	resize: none;
}

a{
	text-decoration: none;
	color: #000;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media screen and (max-device-width: 768px) {
    html,body{
    	width: 1200px;
    }
}
