body {
	background: #f5f7fa;
}

.ewm1content {
	top: 25px !important
}

.imags {
	width: 570px;
	height: 304px;
	border-radius: 4px;
}

.lable {
	padding: 0px 5px;
	height: 24px;
	background: #f0f4ff;
	border-radius: 4px;
	color: #3c78fc;
	margin-left: 5px;
}

.ttbx {
	width: 80px;
}

.btn1 {
	width: 150px;
	height: 50px;
	border-radius: 4px;
	background: #3c78fc;
	border: 1px solid #3c78fc;
}

.btn1:hover {
	background: #28A1FF;
	border: 1px solid #28A1FF;
	color: #ffffff;
}

.btn2 {
	width: 150px;
	height: 50px;
	border-radius: 4px;
	color: #3c78fc;
	border: 1px solid #3c78fc;
}

.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;
}

.usersIcon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.xcxHref {
	width: 16px;
	height: 16px;
	margin-left: 6px;
}

.downItem {
	width: 100%;
	height: 60px;
	background: #f8f8f8;
	border-radius: 4px;
}

.fileType {
	width: 22px;
	height: 30px;
	margin-right: 6px;
}

.sex1 {
	width: 10px;
	height: 10px;
	margin-left: 5px;
}

.dongtai {
	padding: 12px 0;
}

.dtIcon {
	width: 100px;
	height: 80px;
	border-radius: 4px;
	margin-right: 12px;
}

.like1Box {
	width: 330px;
	display: inline-block;
}

.huanBtn {
	width: 290px;
	height: 40px;
	border-radius: 4px;
	color: #3c78fc;
	border: 1px solid #3c78fc;
	margin: 0 auto;
	margin-top: 15px;
}

.likeImg {
	width: 120px;
	height: 64px;
	border-radius: 4px;
}

.userimg {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 5px;
}

.nan {
	width: 10px;
	height: 10px;
	margin-left: 5px;
}

.huan {
	width: 20px;
	height: 16px;
	margin-right: 6px;
}

.likeBox a {
	text-decoration: none;
}

.likeBox a:hover .tt {
	color: #3c78fc;
}


.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;
}



.lianxiBox {
	width: 500px;
	background: #fff;
	border-radius: 8px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-400%, -50%);
	opacity: 0;
	z-index: 999;
}

.lianxiBox.active {
	display: block;
	opacity: 1;
	transform: translate(-50%, -50%);
	transition: opacity 2s ease;
}

.lianxiModel.active {
	display: block;
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity 2s ease;
}

.lianxiModel {
	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);
}

.lianxi1Box {
	width: 100%;
	height: 100%;
}