body {
	background: #f5f7fa;
}

.statusicon {
	width: 120px;
	height: 120px;
	position: absolute;
	right: -10px;
	top: -18px;
	z-index: 10;
}

.pbbtn {
	padding: 0 15px;
	height: 28px;
	border-radius: 4px;
	background: #3c78fc;
}

.addicon {
	width: 10px;
	height: 10px;
	margin-right: 5px;
}

.main3 {
	border-radius: 4px;
	padding: 25px;
	box-shadow: 2px 0 8px rgba(2, 0, 8, 0.02);
}

.ewm1content {
	top: 25px !important
}

.xcxHref {
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.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;
}

.rightBx {
	width: 330px;
	border-radius: 4px;
	box-shadow: 2px 0 8px rgba(2, 0, 8, 0.02);
}


.pubBox {
	width: 300px;
	border-radius: 4px;
	background: #f5f7fa;
	margin: 0 auto;
}

.pubIcon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.pubDescMore {
	color: #3c78fc;
}

.goBtn {
	width: 240px;
	height: 40px;
	border-radius: 4px;
	background: #3c78fc;
	margin: 0 auto;
	margin-top: 25px;
}

.goBtn:hover {
	text-decoration: none;
	background: #28A1FF;
	color: #ffffff;
}

.right6 {
	width: 6px;
	height: 10px;
	margin-left: 5px;
}

.lable {
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background: #fff0e5;
	color: #ff6c00;
	margin-left: 5px;
}