#imgDiv {
	position: absolute;
	z-index: 9999;
	background-color: red;
	cursor: pointer;
	text-align: center;
	/* width: 320px;
	height: 120px; */
}

#imgDiv .ImgFirLine {
	margin-top: 6px;
}

#imgDiv image {
	display: inline-block;
	width: 100%;
	margin-top: 4px;
	font-weight: bold;
	font-size: 18px;
	background: linear-gradient(to bottom, #ffffff, #ffe537);
	-webkit-background-clip: text;
	color: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

#imgDiv .imgDivreset {
	position: absolute;
	/*关闭按钮图标*/
	background-image: url(../images/close.png);
	-webkit-background-size: cover;
	background-size: cover;
	width: 20px;
	height: 20px;
	top: 3px;
	right: 3px;
}

#imgDiv a {
	display: inline-block;
	width: 100%;
	height: 100%;
}