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;
}

.btn1:hover {
	color: #ffffff;
}

.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;
}

.recordCon {
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

.recordCon>div:first-child {
	background: #f8f8f8;
	height: 50px;
}

.recordCon>div:first-child>div:first-child {
	width: 70px;
	height: 50px;
	border-right: 1px solid #eeeeee;
}

.recordCon>div:first-child>div:nth-child(2) {
	width: 180px;
	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: 120px;
	height: 50px;
	border-right: 1px solid #eeeeee;
}

.recordCon>div:first-child>div:nth-child(5) {
	width: 120px;
	height: 50px;
}

.recordItm {
	border-bottom: 1px solid #eeeeee;
}

.recordItm:last-child {
	border-bottom: none;
}

.recordItm>div:first-child {
	width: 70px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.recordItm>div:nth-child(2) {
	width: 180px;
	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: 120px;
	height: 80px;
	border-right: 1px solid #eeeeee;
}

.recordItm>div:nth-child(5) {
	width: 120px;
	height: 80px;
}

.biaoStatus {
	width: 62px;
	height: 26px;
	border-radius: 2px;
	background: #ebf9f4;
	color: #03b26e;
}

.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;
}