@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
/*按钮样式*/

#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: 72%;
	height: auto;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
}
.close1 {
	width: 107%;
	height: 40px;
}
#closebt {
	float: right;
}
#closebt img {
	width: 20px;
	margin-right:20px;
	margin-top:-5px;
}
.goodtxt {
	text-align: center;
}
.goodtxt p {
    text-align:left;
	height: auto;
	line-height: 25px;
	font-size: 15px;
	color: #696969;
	margin-left:10%;
	width:85%;
}
.code-img {
	width: 100%;
	margin: 30% auto 0 auto;
	padding: 10px;
}
.code-img img {
	width: 70%;
	margin-left:11%;
}
/*michael 加*/

#goodcovers {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 250%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
#codes {
	width: 66%;
	height: auto;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
	border-radius: 10px;
}