.y_2_qz {
	height: auto;
	width: 992px;
	padding-top: 12px;
}

.qzbook {
	height: 510px;
	width: 425px;
	border: 1px solid #efebeb;
	border-radius: 15px;
	float: left
}

.nptitle {
	font-family: "微软雅黑";
	font-size: 18pt;
	color: #000000;
}

.nplit {
	font-family: "微软雅黑";
	font-size: 9pt;
	color: #ff0000;
}

.qzform {
	height: 510px;
	width: 520px;
	margin-left: 20px;
	float: left;
}

.hrc {
	border: 0;
	background-color: #efebeb;
	height: 1px;
	margin-top: 17px;
	margin-bottom: 17px;
}

.qztitle {
	height: 70px;
	float: left;
}

.na-radio {
	display: none;
}

.nb-radio {
	display: inline-block;
	border: 1px solid #01cd78;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
}

.nb-radio:before {
	content: "";
	font-size: 0;
	width: 10px;
	height: 10px;
	background: #01cd78;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	border-radius: 50%;
	display: none;
	before: "before ";
}

.na-radio:checked      ~.nb-radio:before {
	display: block;
	before: "before ";
}

.npfont10 {
	font-family: "微软雅黑";
	font-size: 10.5pt;
	color: #000000;
}

.qzinput {
	width: 42px;
	height: 38px;
	border: 2px #f6f0f0;
	float: left;
}

.npinput {
	width: 350px;
	height: 42px;
	border-radius: 5px;
	border: 1px solid #c8cccf;
	color: #333333;
	background-color: #f8f8f8;
	margin-left: 15px;
}

.invalid:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: red;
	opacity: 1;
}

.invalid::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: red;
	opacity: 1;
}

input.invalid:-ms-input-placeholder {
	color: red;
}

input.invalid::-webkit-input-placeholder {
	color: red;
}

textarea.invalid:-ms-input-placeholder {
	color: red;
}

textarea.invalid::-webkit-input-placeholder {
	color: red;
}

.mask {
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.prompt_box {
	width: 400px;
	height: 200px;
	background: #ffffff;
	border-radius: 6px;
	position: fixed;
	top: 25%;
	left: 50%;
	margin-left: -200px;
	overflow: hidden;
}

.prompt_box .prompt_title {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	border-bottom: 2px solid #1a9ebf;
	background: #e6e6e6;
	position: relative;
}

.prompt_box .prompt_title h3 {
	font-size: 16px;
	color: #333333;
	margin-top: 0;
}

.prompt_box .prompt_cancel {
	width: 24px;
	height: 24px;
	background: url("img/cancel.png") no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.prompt_box .prompt_cont {
	position: relative;
	height: 158px;
}

.prompt_box .prompt_cont .prompt_text {
	line-height: 140px;
	padding-left: 100px;
}

.prompt_box .prompt_cont .prompt_sure {
	position: absolute;
	right: 20px;
	bottom: 34px;
	width: 50px;
	height: 26px;
	background: #1a9ebf;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

.hide {
	display: none;
}

.show {
	display: block;
}