#form{
	width: 532px;
	height: 532px;
	background: url(../img/bg.png);
	background-size: 532px 532px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -266px;
	margin-left: -266px;
	padding: 140px 50px 50px;
	display: none;
	z-index: 10000;
}
#form .close{
	position: absolute;
	top: 40px;
	right: 40px;
	cursor:pointer;
}
#form h2{
	text-align: center;
	font-size: 24px;
	color: #ff5256;
}
#form>span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
}
#form>input{
	width: 340px;
	height: 40px;
	padding-left: 10px;
	display: block;
	margin: 0 auto;
	outline: none;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	margin-top: 20px;
	font-size: 18px;
	background: #f8f8f8;
}
#form .btn{
	width: 340px;
	height: 40px;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	background: #f6535d;
	text-align: center;
	cursor:pointer;
	border-radius: 3px;
}
.background{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
.success{
	width: 480px;
	height: 480px;
	background: #fff;
	box-shadow: 0 0 10px 1px #666;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -240px;
	padding: 50px;
	z-index: 10000;
	text-align: center;
	display: none;
}
.success img{
	width: 100px;
	height: 100px;
}
.success h6{
	font-size:24px;
	color: #333;
	margin-top: 30px;
}
.success span{
	display: block;
	font-size:18px;
	color: #666;
	margin-top: 30px;
}
.success .btn2{
	width: 300px;
	height: 50px;
	margin: 0 auto;
	margin-top: 80px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	background: #2555b1;
	text-align: center;
	cursor:pointer;
	border-radius: 3px;
}
