body {
	background: #f5f7fa;
}

.ewm1content {
	top: 25px !important
}

.imags {
	width: 440px;
	height: 352px;
	border-radius: 4px;
}

.dts {
	width: 80px;
}

.color {
	color: #ff6c00;
}

.color2 {
	color: #3c78fc;
}


.btn1 {
	width: 200px;
	height: 50px;
	border-radius: 4px;
	background: #3c78fc;
	border: 1px solid #3c78fc;
}

.duijie {
	width: 24px;
	height: 18px;
	margin-right: 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;
}

.navHdActive .navHdLine {
	display: block;
}

.downItem {
	width: 100%;
	height: 60px;
	background: #f8f8f8;
	border-radius: 4px;
}

.fileType {
	width: 22px;
	height: 30px;
	margin-right: 6px;
}


.recordCon {
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.recordCon>div:first-child {
	background: #f8f8f8;
	height: 50px;
}

.recordCon>div:first-child>div:first-child {
	width: 140px;
	height: 50px;
	border-right: 1px solid #eeeeee;
}

.recordCon>div:first-child>div:nth-child(2) {
	width: 150px;
	height: 50px;
	border-right: 1px solid #eeeeee;
}

.recordCon>div:first-child>div:nth-child(3) {
	flex: 1;
	height: 50px;
	border-right: 1px solid #eeeeee;
}

.recordCon>div:first-child>div:nth-child(4) {
	width: 150px;
	height: 50px;
}

.recordItm>div:first-child {
	height: 80px;
	width: 140px;
	border-right: 1px solid #eeeeee;
}

.recordItm>div:nth-child(2) {
	width: 150px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.recordItm>div:nth-child(3) {
	flex: 1;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.recordItm>div:nth-child(4) {
	width: 150px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.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;
	color: #3c78fc;
	margin: 0 auto;
	margin-top: 25px;
	border: 1px solid #3c78fc
}

.goBtn:hover {
	text-decoration: none;
	color: #ffffff;
	background: #3c78fc;
}

.right6 {
	width: 6px;
	height: 10px;
	margin-left: 5px;
}

.fuwu:last-child {
	border: none
}

.fwImg {
	width: 100px;
	height: 80px;
	border-radius: 2px;
}

.fwColor {
	color: #ff6c00;
}

.fwCmpImg {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 10px;
}



.reportBox {
	width: 500px;
	background: #fff;
	border-radius: 8px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-400%, -50%);
	opacity: 0;
	z-index: 999;
}

.reportBox.active {
	display: block;
	opacity: 1;
	transform: translate(-50%, -50%);
	transition: opacity 2s ease;
}

.reportModel.active {
	display: block;
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity 2s ease;
}

.reportModel {
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translate(-400%, -50%);
	z-index: 990;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
}

.report1Box {
	width: 100%;
	height: 100%;
}

.closeIcon {
	width: 12px;
	height: 12px;
	margin: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.reportTxtBox {
	width: 100%;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	margin: 0 auto;
	margin-top: 10px;
}

.reportTxtCon {
	width: 100%;
	height: 80px;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.reportIptCon {
	width: 100%;
	height: 46px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}

.report1btn {
	padding: 0 40px;
	height: 40px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
}

.report2btn {
	padding: 0 40px;
	height: 40px;
	border: 1px solid #3c78fc;
	border-radius: 4px;
	background: #3c78fc;
}