@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
}

body {
	width: 100%;
	min-width: 320px;
	min-height: 100vh;
	margin: 0 auto;
	font-family: "微软雅黑", PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN,
		sans-serif;
	background: #fff;
	overflow-x: hidden;
	text-align: left;
	position: relative;
	font-size: 16px;
	color: #333;
}

img {
	border: none;
}

h1,
h2,
h3 {
	font-weight: normal;
}

a {
	color: #5d5d5d;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none；;
}

input,
textarea,
select {
	font-family:inherit;
	font-size: inherit;
	outline: none;
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="button"],
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="time"],
input[type="number"] {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

ul,
ol {
	padding: 0;
	list-style-type: none;
}

em {
	font-style: normal;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: inherit;
	outline: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
* {
	box-sizing: border-box;
}
