/*reset*/
* {
	font-family: Microsoft Yahei;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
img {
	border: 0 none;
	vertical-align: top;
}
i,
em {
	font-style: normal;
}
ol,
ul {
	list-style: none;
}
input,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	font-size: 100%;
	font-family: inherit;
	resize: none;
}
del {
	text-decoration: line-through;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='text'],
button,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.flexSB {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flexCT {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flexST {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flexSS {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flexTT {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.rltv {
	position: relative;
}
.wrap {
	flex-wrap: wrap;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.txtc {
	text-align: center;
}
.ovhn {
	overflow: hidden;
}
.width1200 {
	margin: 0 auto;
	width: 1200px;
}
