@charset "utf-8";
a,img{border:0;}
/*按钮样式*/
#ClickMe {
	
	color: #FFF;
}
#goodcover {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 480;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
#code {
	width: 360px;
	height: 380px;
	background-color: #fff;
	position: absolute;
	display: none;
	z-index: 480;
}
.close1 {
	width: 360px;
	height: 27px;
	line-height:27px;
	padding-right:4px;
	margin-top:-6px;
}
#closebt {
	float: right;
}
#closebt img {
	width: 20px;
}
.goodtxt {
	text-align: center;
}
.goodtxt p {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	text-align:center;
}
.goodtxt p span {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	text-align:center;
}
.code-img {
	width: 250px;
	margin: 0 auto 0 auto;
	padding: 1px;
}
.code-img img {
	width: 240px;
}
.code-img p {
    height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	text-align:center;
}