/*页面初始化*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
}

h1,
h2,
h3,
h4,
p,
a,
span,
div {
	font-family: "Microsoft YaHei", 微软雅黑 !important;
}

.now-body {
	width: 100%;
	font-family: "Microsoft YaHei";
	color: #333333;
	background-color: #f9f9f9;
}

.db {
	display: block !important;
}

.dn {
	display: none;
}

a {
	text-decoration: none;
}

input {
	outline: none;
}

img {
	border: none;
}

img.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img.ofc {
	object-fit: contain;
	font-family: 'object-fit: contain;';
}


a:hover {
	text-decoration: none;
}

input,
select {
	vertical-align: middle;
}

input[type="button"] {
	cursor: pointer;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}