﻿body,html{
	margin:0;
	padding:0;
	list-style-type:none;
	font-family: "微软雅黑";
}

/*按钮样式*/
/*#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: 540px;
	height: 440px;
	background-color: #fff;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
}
.close1 {
	width: 500px;
	padding: 10px 20px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background-color: #fc6c6c;
}
.question-content{
	margin-left: 20px;
}
.list-input{
	font-size: 16px;
	margin:20px 0;
}
.list-input input{
	width: 400px;
	height: 30px;
}
.list-input textarea{
	width: 400px;
	height: 150px;
	vertical-align: top;
}
.list-input1{
    margin:20px 0;
}
.list-input1 input{
    vertical-align: bottom;
}
.list-submit{
	margin-right: 48px;
	text-align: right;
}
.list-submit input{
	width: 80px;
	height: 30px;
	background-color: #fc6c6c;
	border: 0;
	border-radius: 5px;
}
#closebt {
	float: right;
}
#closebt img {
	width: 20px;
	height: 20px;
	margin-top: 5px;
}
.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;
}
