

.wzIcon {
	width: 100px;
	height: 80px;
	border-radius: 4px;
}


.dianzai1Icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.collectIcon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.copyIcon {
	width: 18px;
	height: 16px;
	margin-right: 5px;
}

.moreIcon {
	width: 3px;
	height: 14px;
	margin: 0 10px;
}


.moreBox {
	width: 80px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translate(-400%, -50%);
	opacity: 0;
	z-index: 999;
	box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}

.moreBox.active {
	display: block;
	opacity: 1;
	transform: translate(-50%, -50%);
	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);
}

.reportModel.active {
	display: block;
	opacity: 1;
	transform: translate(0, 0);
	transition: opacity 2s ease;
}