.fade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background: rgba(0, 0, 0, 0.5);
	filter: alpha(opacity=50);
	z-index: 10;
}
.z_courseForm{width: 470px; height: 346px; position: fixed; left: 50%; margin-left: -235px; margin-top: -173px; top: 50%; z-index: 1100; background-color: #fff; border-radius: 4px; overflow: hidden;text-align: center;}
.z_courseForm .z_coursetit {
	position: relative;
}
.z_courseForm .z_coursetit h2 {
	font-size: 20px;
	line-height: 70px;
	background-color: #f1f1f1;
	color: #333;
	text-align: center;
	letter-spacing: 5px;
}
.z_courseForm .z_coursetit .z_close {
	background: url(z_close.png) no-repeat center;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}
.z_courseForm .con{ padding: 24px 0 40px;}
.z_courseForm .con h4{font-size: 16px;color: #56cb5b; padding: 5px 0 8px;}
.z_courseForm .con p{font-size: 14px; line-height: 21px;}
.z_courseForm .con p em{color: #ff4343; font-style: normal;}
.z_courseForm .z_btnWrap {margin-top: 18px;}
.z_courseForm .z_btnWrap a{ width: 180px; height: 44px; text-align: center;line-height: 44px;border-radius: 4px; font-size: 16px; letter-spacing: 5px; display: inline-block;color: #fff;}
.z_courseForm .z_btnWrap a:nth-child(2){margin-left: 15px;}
.z_courseForm .z_btn1{ background:#d2d2d2; }
.z_courseForm .z_btn2{ background:#4976c8; }
@media only screen and (max-width: 640px) {
	.z_courseForm .z_btnWrap a{ width: 40%;}
	.z_courseForm{width: 90%; margin-left: -45%; left: 50%;}
}
.applyForm {
	width: 490px;
	height: 460px;
	border-radius: 4px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -245px;
	margin-top: -230px;
	z-index: 1100;
	background-color: #fff;
}

.applyForm .fromtit {
	position: relative;
}

.applyForm .fromtit h2 {
	font-size: 20px;
	line-height: 70px;
	background-color: #f1f1f1;
	color: #333;
	text-align: center;
}

.applyForm .fromtit .z_close {
	background: url(z_close.png) no-repeat center;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.applyForm .z_form {
	padding: 16px 65px 0 30px;
}

.applyForm .z_form li {
	padding-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}

.applyForm .z_word {
	float: left;
	width: 100px;
	font-size: 14px;
	text-align: right;
	margin-right: 15px;
	line-height: 34px;
}

.applyForm .z_word em {
	color: red;
	margin-right: 10px;
}

.applyForm .z_text {
	float: left;
	width: 278px;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	height: 34px;
}

.applyForm .z_btnWrap {
	padding: 15px 0 0;
}

.applyForm .z_btn {
	border: 0 none;
	background: #4976c8;
	background: -webkit-linear-gradient(top, #4976c8, #4976c8);
	width: 220px;
	height: 44px;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
}

@media only screen and (max-width: 640px) {
	.applyForm {
		width: 90%;
		margin-left: -45%;
		left: 50%;
	}
	.applyForm .z_form {
		padding: 16px 14px 0;
	}
	.applyForm li {
		display: -webkit-box;
	}
	.applyForm .z_word {
		float: none;
		display: inline-block;
	}
	.applyForm .z_text {
		float: none;
		display: block;
		-webkit-box-flex: 1;
	}
	.applyForm .z_btnWrap{
		-webkit-box-flex: 1;
	}
	.applyForm .z_btn {
		width: 100%;
	}
}