/*解决刷新时候页面抖动*/
html, body {
    height: 100%;
    overflow: auto !important;
    padding-right: 0 !important;
    margin: 0;
}

.modal-content{
	width: 667px;
	margin-left:-50px
}
.modal-header{
	text-align: center;
	 height:127px;
}
.modal-header h4{
	width:100%;
	height:40px;
	font-size:29px;
	font-family:MicrosoftYaHei;
	color:rgba(68,68,68,1);
	margin-top: 40px;
	margin: 0 auto;
	line-height: 100px;
}
.modal-body span{
	display: block;
	text-align: center;
	height:23px;
	font-size:17px;
	font-family:MicrosoftYaHei;
	color:rgba(136,136,136,1);
	line-height:23px;

}
.form{
	padding: 57px;
}
.tip{
	display: block;
	height:25px;
	font-size:19px;
	font-family:MicrosoftYaHei;
	color:rgba(102,102,102,1);
	line-height:25px;
	visibility:hidden;
	margin-bottom: 6px;
}
.input{
	display: block;
	width:533px;
	height:28px;
	font-size:21px;
	font-family:MicrosoftYaHei;
	line-height:28px;
	border: 0;
	border-bottom: 1px solid rgba(235,235,235,1);
	margin-bottom: 27px;
}
.sub{
	display: block;
	width:533px;
	height:53px;
	background:rgba(255,209,102,1);
	border-radius:3px;
	margin-top: ;
}
.cancel{
	margin-top: 21px;
	display: block;
	width:533px;
	height:53px;
	border-radius:3px;
	border:1px solid rgba(221,221,221,1);

}	

@media screen and (max-width:1440px){
     .modal-content{
		width: 667px;
	}
	
  }