@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
	background: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

span {
	list-style: none;
}

button {
	background: none;
}

body * {
	box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type="number"] {
	-moz-appearance: textfield;
}

body {
	font-family: SimHei;
	width: 100%;
	font-size: 16px;
}

.clear { clear: both; height: 0; }

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { *zoom: 1; }

@media (min-width: 750px) {
	.waiceng { width: 100%; }
}
