body {
	background: #f5f7fa;
}

.pbbtn {
	padding: 0 15px;
	height: 28px;
	border-radius: 4px;
	background: #3c78fc;
}

.addicon {
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.ewm1content {
	top: 25px !important
}

.userIcon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 12px;
}

.rz1 {
	width: 81px;
	height: 22px;
	margin-left: 5px;
}

.rz2 {
	width: 93px;
	height: 22px;
	margin-left: 5px;
}

.xcxHref {
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.conItem:hover {
	text-decoration: none;
	cursor: pointer;
}

.conItem:hover .tt {
	color: #3c78fc;
}

.conItemimg {
	width: 120px;
	height: 120px;
	border-radius: 4px;
	margin-right: 10px;
	margin-top: 10px;
}

.companyBx {
	height: 28px;
	padding: 0 14px;
	border-radius: 30px;
	background: #eff3f6;
	color: #386190;
}

.companyIcon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	border-radius: 50%;
}

.navHdItem {
	height: 50px;
	margin-right: 50px;
}

.navHdItem:hover {
	color: #3c78fc;
}

.navHdItem::after,
.navHdItem:hover::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #3c78fc;
	left: 50%;
	bottom: 0;
	transition: width 0.3s ease, left 0.3s ease;
}

.navHdActive::after,
.navHdItem:hover::after {
	width: 100%;
	left: 0;
}

.navHdActive {
	color: #3c78fc;
}