* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

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

h1 {
	font-size: 36px;
	color: #fff;
	font-family: '宋体';
	font-weight: 900;
}

h2 {
	color: inherit;
	font-size: 36px;
	font-weight: normal;
}

h3 {
	font-size: 28px;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a {
	width: 100%;
}

video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	color: #000;
}