body {
	background: #f5f7fa;
}

.ewm1content {
	top: 25px !important
}

.priceBx {
	min-width: 280px;
	padding: 0 20px;
	height: 116px;
	border-radius: 4px;
	background: #fff7f7;
	color: #ff3737;
}

.color {
	color: #ff6c00;
}

.color2 {
	color: #3c78fc;
}

.btn1 {
	width: 120px;
	height: 50px;
	border-radius: 4px;
	background: #3c78fc;
	border: 1px solid #3c78fc;
}

.btn1:hover {
	color: #ffffff;
	background: #28A1FF;
	border: 1px solid #28A1FF;
}


.btn2 {
	width: 120px;
	height: 50px;
	border-radius: 4px;
	background: #bbbbbb;
	border: 1px solid #bbbbbb;
}

.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;
}

.navLable {
	width: 72px;
	height: 20px;
	border-radius: 4px;
	background: #ebf9f4;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
	color: #03b26e;
	font-weight: normal;
}

.nav2Lable {
	width: 72px;
	height: 20px;
	border-radius: 4px;
	background: #f5f5f5;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
	color: #999999;
	font-weight: normal;
}

.fileBox {
	width: 100%;
	height: 60px;
	background: #f8f8f8;
	border-radius: 4px;
}


.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;
}

.biaoStatus {
	width: 62px;
	height: 26px;
	border-radius: 2px;
	background: #ebf9f4;
	color: #03b26e;
}
.biao1Status {
	width: 62px;
	height: 26px;
	border-radius: 2px;
	background: #f0f9ff;
	color: #3cb6fc;
}


.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:hover .tt {
	color: #3c78fc;
}

.xqcolor {
	color: #ff3737;
}

.time {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}



.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;
}
