*{
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
/* pointer-events: none; */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
video {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	object-fit: cover;
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}
a,
input,
button,
select,
textarea {
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	line-height: normal;
}

abbr,
acronym {
	border: 0;
}


body {
	font-family: "微软雅黑", "PingFang SC",  Arial !important;
	font-size: 16px;
	color: #000;
}











