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;
	vertical-align: baseline;
	font-weight: 400;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

button {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
	background-color: transparent;
}

a {
	text-decoration: none;
	display: inline-block
}

body {
	display: block;
	width: 100%;
	font-family: "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", 微软雅黑, STHeiti, 华文细黑, sans-serif;
}

.header-outer {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #E5E5E5;
}

.header-wrap {
	padding: 0 24px;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-list {
	padding-right: 30px;
}

.header-list ul {
	display: flex;
	align-items: center;
}

.header-list li {
	margin-left: 72px;
	position: relative;
	cursor: pointer;
}

.header-list li a {
	font-size: 16px;
	color: #000000;
}

.header-active a,
.header-list li a:hover {
	color: #006EFF !important;
	font-weight: 600;
}

.drop-list {
	width: 144px;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	position: absolute;
	right: 55px;
	top: 74px;
	z-index: 9;
	padding: 4px;
	display: none;
}

.drop-list a {
	display: block;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
}

.drop-list a:hover,
.active-cmpt {
	background: rgba(0, 110, 252, 0.08);
	border-radius: 3px;
	color: #006EFF !important;
}

.header-active::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: -12px;
	left: 0;
	background: #006EFF;
}

.header-list i {
	width: 16px;
	height: 16px;
	background: url('../images/arrow.png') no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

.active-arrow {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.footer {
	text-align: center;
	margin-bottom: 20px;
}

.footer a {
	display: inline-block;
	font-size: 14px;
	color: #000000;
	line-height: 26px;
	cursor: pointer;
}

.footer a:hover {
	color: #006EFF;
}