
/* CSS Document */
/*按钮样式*/
* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
	font-size: 14px;
  }
  li {
	list-style: none;
  }
  a {
	text-decoration: none;
	color: inherit;
  }
  a:hover {
	text-decoration: underline;
  }
#ClickMe {
	width: 200px;
	height: 60px;
	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: 400px;
	height: 300px;
	background-color: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
	border:2px solid #ccc;
}
.close1 {
	width: 380px;
	height: 60px;
}
#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;
}
.code-img {
	width: 250px;
	margin: 30px auto 0 auto;
	padding: 10px;
}
.code-img img {
	width: 240px;
}
.insure-btn-con {
	text-align: center;
  }
  .insure-btn-con span {
	display: inline-block;
	margin-right: 20px;
  }
  .insure-btn-con .sure-btn {
	padding: 6px 15px;
	color: white;
	cursor: pointer;
	margin-top:40px;
	background-color: #4b8df8;
	border: 1px solid #4b8df8;
  }
  .insure-btn-con .cancel-btn {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 6px 15px;
	cursor: pointer;
  }