html, body {
	min-width: 1024px;
	min-height: 768px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	text-align: justify;
}

* {
	font-family: "宋体";
}

a {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

.a_href {
	cursor: pointer;
	color: #0C64E7;
}

.a_href:hover {
	text-decoration: underline;
}

.text-color {
	color: #C4A15E;
}

#video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.dm-box {
	position: relative;
	height: 52px;
    display: inline-block;
    width: 36px;
    overflow: hidden;
}

#dm {
	position: absolute;
	top: 0;
	left: 0;
}