/*reset PC*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-family: "MicrosoftYaHeiLight";
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	-webkit-overflow-scrolling: touch;	/*解决IOS中页面滑动不流畅*/
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
* {
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* a:focus, a:hover{
	color:#e60012;
} */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:focus {
	text-decoration: none
}
a {
	/* 没有下划线，颜色继承父元素 */
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
a:hover {
	color: #28a7e1;
}
/* a:link{
	color: #888888;
}

a:visited{
	color: #888888;
}



a:active {
	color: #000;
} */
.flex {
	display: flex;
	justify-content: space-between;
}
/*清除浮动*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
h2, p, span, div {
	cursor: default;
}
input, textarea, button {
	outline: none;
	border: none;
}
