@charset "utf-8";/* CSS Document */#goodcover {	display: none;	position: absolute;	top: 0%;	left: 0%;	width: 100%;	height: 100%;	background-color: black;	z-index: 10001;	-moz-opacity: 0.8;	opacity: 0.50;	filter: alpha(opacity=80);}#code {	width: 600px;	height: 250px;	background-color: #fff;	padding: 10px;	position: absolute;	display: none;	left: 45%;	z-index: 10002;}.close1 {	width: 596px;	height: 20px;}#closebt {	float: right;}#closebt img {	width: 20px;}.goodtxt {	text-align: center;}.goodtxt  h2{	text-align: center;font-size:22px;margin-bottom:50px;}.goodtxt p {	height: 30px;	line-height: 30px;	font-size: 16px;	color: #000;	font-weight: 600;}.goodtxt  a{font-size:16px;background-color:#0099ff;color:#fff;padding-left:50px;padding-right:50px;padding-top:10px;padding-bottom:10px;text-decoration:none;}.goodtxt  a:hover{font-size:16px;background-color:#ffa500;color:#fff;padding-left:50px;padding-right:50px;padding-top:10px;padding-bottom:10px;text-decoration:none;}@media screen and (max-width: 767px) {#code {	width: 80%;	height: 250px;	background-color: #fff;	padding: 10px;	position: absolute;	display: none;	left: 45%;	z-index: 10002;}	.close1 {	width: 100%;	height: 20px;}}