@charset "UTF-8";
.zg_mask {
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	display: none;
}

.zg_form {
	width: 480px;
	/*height: 500px;*/
	background: url(../images/tkbj.jpg) center no-repeat;
	background-size: 100% 100%;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	margin-left: -240px;
	margin-top: -250px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 0;
	display: none;
}

.zg_form h2 {
	font-size: 30px;
	color: #1c3e8b;
	font-weight: bold;
}

.zg_form h3 {
	font-size: 16px;
	color: #1c3e8b;
	//  padding: 10px 0 18px;
}

.zg_form input,
.zg_form select {
	background-color: transparent;
	border: 1px solid #999999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 20px;
}

.zg_form .yzm {
	width: 45%;
	margin-right: 22px;
	padding-left: 30px;
}

.zg_form a {
	display: inline-block;
	width: 45%;
	height: 50px;
	background-color: #ff4464;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
}

.zg_form a:hover {
	text-decoration: none;
}

#daojishi {
	display: inline-block;
	width: 45%;
	height: 50px;
	background-color: #ff4464;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: none;
}

.zg_form .dl_sub {
	width: 188px;
	height: 50px;
	font-size: 18px;
	color: #ff002c;
	border-color: #ff002c;
	cursor: pointer;
}


/* --ie清除--*/

.zg_form select::-ms-expand {
	display: none;
}


/* --火狐、谷歌清除--*/

.zg_form select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../images/jt.png") no-repeat scroll right 10px center transparent;
	background-size: 23px 11px;
	padding-right: 40px;
}


/* --箭头就用自己设计的箭头，padding 空出箭头的位置--*/

.kaoshi input {
	width: inherit;
	height: inherit;
	vertical-align: inherit;
	background-color: transparent;
}

.kaoshi {
	font-size: 18px;
	color: #000;
}

.kaoshi label:first-child {
	margin-right: 33px;
}

@media only screen and (max-width:750px) {
	.zg_mask {
		display: none;
	}
	.zg_form {
		width: 7.7333333333rem;
		/*height: 9.3333333333rem;*/
		background-size: 100% 100%;
		margin-left: -3.8666666667rem;
		margin-top: -4.6666666667rem;
		padding: 0.6rem 0.1333333333rem 0;
		display: none;
	}
	.zg_form h2 {
		font-size: 0.5333333333rem;
	}
	.zg_form h3 {
		font-size: 0.2133333333rem;
	}
	.zg_form input,
	.zg_form select {
		-webkit-border-radius: 0.08rem;
		-moz-border-radius: 0.08rem;
		border-radius: 0.08rem;
		height: 0.8rem;
		margin-bottom: 0.2666666667rem;
		padding-left: 0.1333333333rem;
		font-size: 0.2666666667rem;;
	}
	.zg_form .yzm {
		margin-right: 0.2933333333rem;
		padding-left: 0.4rem;
	}
	.zg_form a {
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.2133333333rem;
		-webkit-border-radius: 0.1066666667rem;
		-moz-border-radius: 0.1066666667rem;
		border-radius: 0.1066666667rem;
	}
	#daojishi {
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.2133333333rem;
		-webkit-border-radius: 0.1066666667rem;
		-moz-border-radius: 0.1066666667rem;
		border-radius: 0.1066666667rem;
	}
	.zg_form .dl_sub {
		width: 2.5066666667rem;
		height: 0.8rem;
		font-size: 0.2133333333rem;
	}
	/* --火狐、谷歌清除--*/
	.zg_form select {
		background: url("../images/jt.png") no-repeat scroll right 0.1333333333rem center transparent;
		background-size: 0.3066666667rem 0.1466666667rem;
		padding-right: 0.5333333333rem;
	}
	/* --箭头就用自己设计的箭头，padding 空出箭头的位置--*/
	.kaoshi input {
		height: inherit;
		vertical-align:-webkit-baseline-middle;
	}
	.kaoshi {
		font-size: 0.2133333333rem;
	}
	.kaoshi label:first-child {
		margin-right: 0.44rem;
	}
}