.warpper {
	width: 1400px;
	margin: 0 auto;
}

.warpper2 {
	width: 100%;
	text-align: center;
	color: #a2a9a9;
	font-size: 12px;
}

.header {
	height: 56px;
	border: 1px solid #e5e7eb;
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 999;
}

.header .bd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 56px;
}

.nav {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	margin-right: auto;
}

.nav a {
	align-items: center;
	display: flex;
	height: 100%;
	margin-right: 26px;
	position: relative;
	font-size: 15px;
}

.nav a:hover {
	color: #3067b1;
}

.nav .cover {
	color: #3067b1;
	font-weight: 700;
}

.nav .cover::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #3067b1;
	transition: all .4s;
	position: absolute;
	bottom: 0;
}


.ant-divider {
	border-left: 1px solid #e1e6e6;
	border-top: 0;
	display: inline-block;
	height: 0.9em;
	margin: 0 8px;
	position: relative;
	top: -0.06em;
	vertical-align: middle;
	margin: 0 16px;
}

.tel {
	color: #3067b1;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.tel span {
	font-size: 28px;
	margin-right: 5px;
}
.tel .logout {
	color: #a78080;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 5px;
}

/* 底部 */
.footer {
	margin-top: 50px;
	padding: 10px 0px;
	border-top: 1px solid #e5e7eb;
}

.footer .warpper a {
	color: #a2a9a9;
}

.footer .warpper .icp {
	width: 100%;
	text-align: center;
}

.footer .warpper {
	display: flex;

	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: #a2a9a9;
}