@charset "utf-8";
/* CSS Document */
html body{
	margin:0;
	padding: 0;
	font-family:"Microsoft Yahei","Hiragino Sans GB",arial,\5b8b\4f53,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
}
*{box-sizing: border-box;}
.c-red {color: red;}
.bg-f1 {background: #F1F1F1}
.c-white {color: #fff;}
.wrap {
	min-height: 870px;
	height: 100vh;
	padding-bottom: 100px;
}
.head {
	height: 90px;
	background: #035189;
}
.zsdy {
	border-radius: 10px;
	height: 600px;
}
.cont-title {	
	height: 64px;
	border-bottom:2px solid #f1f1f1;
}
.cont-title span {
	height: 100%;
	color: #035189;
	letter-spacing: 1px;
}
.cont-title span:after {
	display: block;
	content: "";
	height: 2px;
	width: 170px;
	background: #035189;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.cont {padding-top: 9vh;}
.zsdy-form {
	width: 527px;
}
.label-text {
	width: 90px;
	height: 42px;
}
.label-text span {
	text-align: right;
	vertical-align: middle;
	width: 100%;
}
.label-text span:after {
	content: "*";
	color: red;
	display: table;
	position: absolute;
	top: 0;
	left:30px;
}
.first span:after {
	left:45px;
}
.ver-middle {
	height: 100%;
	vertical-align: middle;
}
.inp {width: 406px;}
.inp input {
	width: 100%;
	height: 42px;
	border: 1px solid #afafaf;
	border-radius: 3px;
}
.error input {
	border: 1px solid red;
}
.tips {
	position: absolute;
	left: 20px;
	top: 48px;
	display: none;
}
.error .tips {
	display: block;
	color: red;
}
.zsdy-btn {
	width: 100%;
	height: 50px;
	border: none;
	background: #035189;
	border-radius: 3px;
}
.footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left:  0;
	height: 80px;
}
.mod-cont {
	width: 265px;
	height: 115px;
	border-radius: 5px;
    top: 46vh;
    left: 45vw;
}
.middle {vertical-align: middle;}
.wid-100 {width: 80%;}
.modal-backdrop.in {
	opacity: .3;
}
