.enroll{
	position:fixed;
	width: 710px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-left: -355px;
	margin-top: -300px;
	z-index: 999;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
	overflow: hidden;
	display: none;
}
.enrollTitle{
	height: 46px;
	background: #2b82d9;
	font-size: 18px;
	line-height: 46px;
	padding-left: 22px;
	color: #fff;
	position:relative;
	font-weight: bold;
}
.enrollTitle a{
	position:absolute;
	width: 18px;
	height: 14px;
	top: 16px;
	right: 22px;
	background:url('/Images/enroll.png') no-repeat 0 0;
}
.enrollBox{
	padding:18px 22px 0 22px;
	height: 526px;
	overflow-y: auto;
}
.Tips{
	font-size: 14px;
	line-height: 20px;
	color: #999;
}
.Tips b{
	font-weight: normal;
	color: #ff6600;
}
.nextStep {
	width: 280px;
	height: 40px;
	text-align: center;
	display: block;
	border-radius: 8px;
	background-color: #2b82d9;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	margin-left: 85px;
}
.enrollBox .Title {
	font-size: 20px;
	line-height: 52px;
	border-bottom: 1px solid #ddd;
	padding-left: 35px;
	margin-top: 10px;
	background: url('/Images/enroll1.png') no-repeat 0px -26px;
}
#spanSecond {
	color: #f00;
}
.enrollBox .Title.investigation{
	background:url('/Images/enroll.png') no-repeat 2px -186px;
}
.enrollBox .form{
	padding:17px 0;
}
.enrollBox .form dl{
	overflow: hidden;
	padding: 9px 0;
}
.enrollBox .form dl dt{
	width: 65px;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 40px;
}
.enrollBox .form dl dt b{
	font-weight: normal;
	color: #ff0000;
	font-family: tahoma;
}
.enrollBox .form dl dd{
	float: left;
	width: 584px;
}
.enrollBox .form dl dd .input{
	float: left;
}
.enrollBox .form dl dd .txt{
	float: left;
	padding-left: 14px;
	line-height: 40px;
	color: #999;
	font-size:14px;
}
.enrollBox .form dl dd .txt img{
	margin-top: 9px;
	vertical-align: top;
}
.enrollBox .form dl dd .txt a{
	color: #ff6600;
	margin-left: 14px;
}
.enrollBox .form dl dd a.code{
	color: #666;
	margin-left: 0px;
	display: inline-block;
	padding: 0 14px;
	background-color: #f5f5f5;
	border:1px solid #ddd;
	border-radius: 2px;
	line-height: 38px;
}
.enrollBox .form dl dd .input input{
	width: 314px;
	height: 38px;
	display: block;
	border:1px solid #ddd;
	border-radius: 2px;
	font-size: 14px;
	color: #999;
	text-indent: 12px;
	font-family: microsoft yahei;
}
.enrollBox .form dl dd .input input:focus{
	color: #333;
}
.enrollBox .form dl dd .Select{
	width: 150px;
	height: 40px;
	margin-right: 18px;
	position:relative;
	float: left;
}
.enrollBox .form dl dd .Select .selectTop{
	width: 148px;
	height: 38px;
	border:1px solid #ddd;
	border-radius: 2px;
	position:relative;
	cursor: pointer;
}
.enrollBox .form dl dd .Select .selectTop p{
	font-size: 14px;
	line-height: 38px;
	color: #666;
	width: 122px;
	text-align: center;
}
.enrollBox .form dl dd .Select .selectTop i{
	position:absolute;
	width: 10px;
	height: 6px;
	top: 16px;
	right: 14px;
	background:url('/Images/enroll.png') no-repeat -8px -87px;
}
.enrollBox .form dl dd .Select .selectBot{
	position:absolute;
	bottom: 39px;
	left: 0;
	z-index: 9;
	width: 294px;
	background-color: #fff;
	border:1px solid #ddd;
	border-radius: 2px;
	padding:10px;
	display: none;
}
.enrollBox .form dl dd .Select .selectBot li{
	width: 33.33%;
	float: left;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}
.enrollBox .form dl dd .Select .selectBot li a{
	color: #333;
	display: block;
}
.enrollBox .form dl dd .Select .selectBot li a:hover{
	color: #fff;
	background-color: #2b82d9;
}
.willing{
	overflow: hidden;
}
.willing li{
	font-size: 14px;
	line-height: 40px;
	color: #666;
	margin-right: 14px;
	float: left;
	cursor: pointer;
}
.willing li b{
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: top;
	background:url('/Images/enroll.png') no-repeat 100% -114px;
	margin:14px 8px 0 0;
}
.willing li b.active{
	background:url('/Images/enroll.png') no-repeat 100% -155px;
}
.investigateTitle{
	padding-top: 18px;
	color: #666;
	font-size: 14px;
}
.investigateList{
	overflow: hidden;
	border-bottom:1px dashed #eaeaea;
	padding:10px 0;
}
.investigateList li{
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #666;
	float: left;
	cursor: pointer;
	width: 33.33%
}
.investigateList li b{
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: top;
	background:url('/Images/enroll.png') no-repeat 100% -114px;
	margin:12px 8px 0 0;
}
.investigateList li b.active{
	background:url('/Images/enroll.png') no-repeat 100% -155px;
}
.investigateLists{
	overflow: hidden;
	border-bottom:1px dashed #eaeaea;
	padding:10px 0;
}
.investigateLists li{
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #666;
	float: left;
	cursor: pointer;
	width: 33.33%
}
.investigateLists li b{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
	border:1px solid #ddd;
	border-radius: 2px;
	margin:11px 8px 0 0;
}
.investigateLists li b.active{
	background: url('/Images/enroll.png') no-repeat 1px -240px;
}
.Btn{
	text-align: center;
	padding:20px 20px 0 20px;
}
.Btn p{
	font-size: 14px;
	color: #666;
}
.Btn p a{
	color: #00b7a9;
}
.Btn p i{
	display: inline-block;
	width: 16px;
	height: 16px;
	border:1px solid #ddd;
	border-radius: 2px;
	vertical-align: top;
	margin-right: 8px;
	cursor: pointer;
}
.Btn p i.active{
	background:url('/Images/enroll.png') no-repeat 1px -240px;
}
.Btn button{
	display: inline-block;
	width: 320px;
	height: 48px;
	font-size: 18px;
	color: #fff;
	background-color: #2b82d9;
	border-radius:5px;
	margin-top: 14px;
	font-family: 'microsoft yahei';
}
