﻿html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, ol, ul, li, form, label, table, footer, header, menu, nav, a, input, button { margin: 0; padding: 0; }
a {
	text-decoration: none;
	-webkit-text-decoration: none;
	text-underline: none;
	display: inline-block;
	/*width: auto;*/
	/*height: 100%;*/
	color: inherit;
}
button,
input {
	cursor: pointer;
	outline: none;
	border: none;
	background: none;
	-webkit-appearance: none;
	display: block;
}
li {
	list-style: none;
}
img {
	width: 100%;
	height: auto;
	border: 0;
}

textarea {
	/*resize: none;*/
}
.pointereventsnone {
	pointer-events: none;
}
body,
html {
	width: 100%;
	height: 100%;
	position: relative;
	font-family: "微软雅黑";
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	/*min-height: 100%;*/
}
/*html{overflow-x: hidden;}*/

/*body * {
	max-height: 999999px;
}
*/

select{ appearance:none; -moz-appearance:none; -webkit-appearance:none; border:none;
	background: #FFF;}