/**!
 * 安阳市工程建设-申报指南
 * date:2019-10-30
 * author: qxy;
 */






/* 弹窗css */

/* 获取弹窗 */
.get-tmpl{
	padding:0 25px;
	width:500px;
	background-color:#f4faff;
	height:436px;
	color:#333;
}
.get-tmpl h3{
	font-size:20px;
	font-weight:bold;
	line-height:70px;
	text-align:center;
}
.get-input > span{
	width:100px;
	line-height:30px;
}
.get-input > span em{
	color:#ff0000;
	margin-right:5px;
}
.get-input > div{
	line-height:30px;
	width:330px;
	color:#666;
}
.get-input > div em{
	color:#ff7200;
}
.get-tmpl input{
	height:30px;
	width:345px;
	border:1px solid #a7a7a7;
}
.btns{
	width:196px;
	margin:20px auto;
}
.btns a{
	display:block;
	height:34px;
	width:93px;
	line-height:34px;
	text-align:center;
}
.sure{
	float:left;
	background-color:#257ed7;
	color:#fff;
}
.sure:hover{
	background-color:#257ed7;
	color:#fff;
}
.cancel{
	float:right;
	background-color:#d4eaff;
	color:#257ed7;
}
.cancel:hover{
	background-color:#d4eaff;
	color:#257ed7;
}

.l {
    float: left !important;
    margin-top: 15px;
}
