@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
#ClickMe {
	width: 200px;
	height: 30px;
	border: 1px solid #C40000;
	background-color: #000;
	color: #FFF;
	margin:0 auto;
}
#goodcover {
	display: block;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 10002;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#code {
	position: absolute;
	display: none;
	left: 45%;
	z-index: 10005;
}
.close1 {}
#closebt {
	float: right;
}
#closebt img {
	width: 20px;
    border: 1px solid #EFB9C5;
    border-radius: 19px;
    background-color: #EFB9C5;
}
.goodtxt {
	width: 20px;
}
.code-img {
	width: 250px;
	margin: 35px 5px 2px auto;
	text-align: center;
}
.code-img img {
	width: 250px;
	border-radius: 8px;
}

