@charset "utf-8";

body,
html {
	font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif !important;
}

body,
ul,
li,
p,
h1,
h2,
h3,
video,
div,
span,
img,
input,
button,
a,
dl,
dt,
dd,
s,
hr {
	margin: 0;
	padding: 0;
	color: #323232;
}

ul,
li,
p,
h1,
h2,
h3,
video,
span,
img,
input,
button,
div,
a,
s,
hr,
textarea {
	font-size: 14px;
}

h3,
h1,
h2 {
	font-size: 100%;
	font-weight: 400;
}

ul,
li {
	list-style: none;
}

body {
	background: #fff;
}

html {
	width: 100%;
	height: 100%;
}

img,
video {
	border: none;
	display: block;
}

a {
	display: block;
	text-decoration: none;
	color: #323232;
}

a:focus {
	outline: none;
	border: none;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

/* 指正常的未被访问过的链接*/
a:visited {
	text-decoration: none;
}

/*指已经访问过的链接*/
a:hover {
	text-decoration: none !important;
}

/*指鼠标在链接*/
}

a:active {
	text-decoration: none;
}

/* 指正在点的链接*/
a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

s {
	font-style: normal;
}

input {
	border: none;
	background: transparent;
}

input:focus {
	outline: none;
}

input:-ms-input-placeholder {
	color: #b2b2b2;
}

input:-moz-placeholder {
	color: #b2b2b2;
}

input::-moz-placeholder {
	color: #b2b2b2;
}

input::-webkit-input-placeholder {
	color: #b2b2b2;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;

	button:focus {
		outline: none;
	}

	button {
		border: none;
		background: transparent;
	}

	textarea {
		resize: none;
		border: none;
		padding: 0;
	}

	textarea:focus {
		outline: none;
	}

	table,
	tr,
	th,
	td {
		margin: 0;
		padding: 0;
	}

	th {
		font-weight: normal;
	}

	table {
		border-collapse: collapse;
	}
