body {
	background: #f5f7fa;
}

.userIcon {
	width: 120px;
	height: 150px;
	border-radius: 4px;
}

.color1 {
	color: #7987a1;
}

.btn1 {
	padding: 0 40px;
	height: 40px;
	border-radius: 4px;
	background: #3c78fc;
	border: 1px solid #3c78fc;
}

.btn1:hover {
	background: #28A1FF;
	color: #ffffff;
	border: 1px solid #28A1FF;
}

.btn2 {
	width: 160px;
	height: 40px;
	border-radius: 4px;
	color: #3c78fc;
	border: 1px solid #3c78fc;
}

.line {
	width: 4px;
	height: 20px;
	background: #3c78fc;
}

.imgs {
	width: 150px;
	height: 120px;
	border-radius: 4px;
	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: 5px;
}

.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;
}