
/*按钮样式*/
#ClickMe {
	cursor:pointer;
	color: #333;
	margin:0 auto;
	float:left;
	margin-left: 42px;
}
#goodcover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
#code {
	
	background-color: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	left: 15%;
	z-index: 1002;
}
.close1 {
	width: 100%;
	height: 33px;
}
#closebt {
	float: right;
}
#closebt img {
	width: 20px;
}
.goodtxt {
	width: 400px;
	text-align: left;
	float:right;
}
.goodtxt p {
	line-height: 22px;
	font-size: 14px;
	color: #000;
	
}
.code-img {
	padding: 10px;
/*	background: #EBD5BA;*/
	text-align: center;
	float: left;
	
/*	margin-right:20px;*/
}
.code_wz{
	text-align: center;
    font-weight: bold;
	line-height: 30px;
	margin-top: 12px;
}
.code-img img {
	width: 400px;
	border:1px solid #ccc;
}
