@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, span, code, em, strong, dl, dt, dd, img {
	border: 0;
}
body {
	-moz-user-select: none;
	font-size: 12px;
	color: #373737;
	font-family: "microsoft yahei";
	text-align: center;
}
html, body {
	height: 100%;
}
select {
	border: 1px solid #ccc;
}
li {
	list-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
p {
	margin: 0px;
}
/* ----- clear fix for floats ----- */
/* these styles instruct non-IE browsers to render container elements so that they fully enclose floats */		
/* without this class applied, a float might hang over the bottom border of it's container */
.fl {
	width: 1200px;
	margin: 0 auto;
}
.war{
	width:1200px;
	float:left;
	height:auto;
}
.jinnav{
	width:100%;
	float:left;
	height:auto;
	background:#fff;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
}
.modal-tan {
	width: 598px;
	float: left;
	height: 544px;
	background: #fff;
	position:relative;
}
.modal-tan h4 {
	width: 598px;
	float: left;
	text-indent: 15px;
	height: 55px;
	font-family: 微软雅黑;
	font-size: 16px;
	line-height: 55px;
	font-weight: none;
	text-align: left;
	border-bottom: 1px solid #dbdcde;
}
.modalform {
	width: 374px;
	margin-left: 69px;
	margin-right: 155px;
	float: left;
	margin-top: 35px;
	height: auto;
}
.modalform ul li {
	width: 360px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
}
.modalform ul li .span1 {
	width: 70px;
	text-align: right;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
.modalform ul li .span2 {
	width: 254px;
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	margin-left: 23px;
	font-family: 微软雅黑;
	border: 1px solid #cdcdcd;
	padding-left: 10px;
}
#modal .modalform #modal ul .li .span2 .Wdate {
	width: 254px;
	height: 100%;
	border: none;
	background:none;
}
.btn_mm {
	width: 100%;
	float: left;
	height:60px;
	position:absolute;
	bottom:0px;
	border-top:1px solid #cdcdcd;
}
.btn_mm .span1{
	width:54px;
	margin-left:460px;
	margin-top:15px;
	float:left;
	height:34px;
	line-height:34px;
	border:1px solid #cdcdcd;
	background:#fff;
	border-radius:5px;
}
.btn_mm .span1 input,.btn_mm .span2 input{
	border:none;
	background:none;
}
.btn_mm .span2{
	width:54px;
	float:left;
	height:34px;
	margin-top:15px;
	background:#cfa11e;
	color:#fff;
	line-height:34px;
	margin-left:10px;
	border-radius:5px;
	
}
.btn_mm .span2 input{
	color:#fff;
}
