.contentShow {
	position: relative;
	cursor: pointer;
	z-index: 10000;
}

.ssh {
	cursor: pointer;
}

.openDiv{
	display: none;
	width: 520px;
	padding: 10px 20px;
	height: 600px;
	position: relative;
	position: absolute;
	z-index: 1000;
	left: 420px;
	top: 50px;
	background: url(../img/bg_x1.png) no-repeat left top;
	
}

.openDiv img.close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.mssg {
	width: 221px;
	padding: 8px 30px 10px 10px;
	background: #fff;
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	border-bottom: #000 3px solid;
	border-right: #000 3px solid;
}

.mssg a {
	width: 20px;
	height: 20px;
	background: #000;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 15px;
	display: block;
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	font-weight: bold;
}

.mssg a:hover {
	opacity: 1;
}
