@charset "utf-8";
/* CSS Document */
*{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: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
#code {
	width: 270px;
	height: 280px;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
    border-radius: 5px;
}
.goodtxt2{
	text-align: center;
}
.goodtxt2 p{
	margin: 10px auto 0 auto;
	font-size: 14px;
	color: rgba(255,255,255,0.8);
}
.close1 {
	width: 270px;
	height: 25px;
}
#closebt {
	float: right;
}
#closebt img {
	width: 10px;
}
.goodtxt {
	text-align: center;
}
.goodtxt p {
	/* height: 30px;
	line-height: 30px; */
	font-size: 18px; 
	color: rgba(255,255,255,0.8);
	/* font-weight: 600; */
}
.code-img {
	width: 140px;
	margin: 10px auto 0 auto;
	padding: 10px;
}
.code-img img {
	width: 140px;
	opacity:0.9;
  	filter:alpha(opacity=90); /*  IE8 及其更早版本 */
}
