@charset "UTF-8";
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
sub,
sup,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
embed {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

input,
textarea,
select,
option {
	font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "微软雅黑", SimSun, Arial;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

b,
strong {
	font-weight: normal;
}

img {
	border: none;
	/* vertical-align: top;*/
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:active {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.db {
	display: block;
}

.di {
	display: inline;
}

.dib {
	display: inline-block;
}

.fz0 {
	font-size: 0;
	overflow: hidden;
}

.hr {
	margin: 0;
	border: none;
	height: 1px;
	overflow: hidden;
	background-color: #fdfdfd;
}

.di-vm {
	display: inline-block;
	vertical-align: middle;
}

.bt {
	border-top: 1px solid #f4f4f4;
}

.br {
	border-right: 1px solid #f4f4f4;
}

.bb {
	border-bottom: 1px solid #f4f4f4;
}

.bl {
	border-left: 1px solid #f4f4f4;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.cell {
	display: table-cell;
	vertical-align: middle;
	/* //大小不固定元素的垂直居中 */
}

html,
body {
	font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "微软雅黑", SimSun, Arial;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
}