.ban{
	height: 333px;
	padding-top:60px;
	background: #4D76E3;
	text-align: center;
}
.ban img{
	width: 988px;
}
.form-box{
	width: 542px;
	margin: 0 auto;
	padding:50px 0px;
}
.form-box .field>.title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
	display: block;
	padding-left: 25px;
}
.form-box .t{
	color: #F66666;
	margin-right: 20px;
	float: left;
	margin-top:10px;
}
.form-box input{
	display: block;
	float: left;
	width: 480px;
	height: 46px;
	line-height: 46px;
	border:1px solid #CACACA;
	padding:0 16px;
	font-size: 16px;
}
.form-box input:focus{
	border:1px solid #4D76E3;
}
.city-select dt{
	padding: 6px 0;
}
.form-box input.error{
	border-color:#F66666;
}
.form-box .field{
	margin-bottom: 20px;
	height: 90px;
	width: 544px;
}
.form-box .field-last{
	position: relative;
}
.set-right{
	float: right;
	font-size: 14px;
	color:#818188;
	display: none;
}
.form-box .field-last .link-code{
	position: absolute;
    right: 0;
    top: 27px;
    height: 48px;
    color: #818188;
    cursor: pointer;
    padding: 0 16px;
    font-size: 18px;
    line-height: 48px;
}
.form-box .field-last .link-code .send{
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.form-box .field-last .link-code .set-right{
	width: 100%;
	height: 100%;
	cursor: not-allowed;
}
.form-box .field-last .link-code .shadow{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	cursor: not-allowed;
}
.form-box .field-last .link-code.cur{
	color:#4D76E3;
}
.city-picker-span{
	border:1px solid #CACACA;
}
.city-picker-span.error{
	border-color: #F66666;
}
.msg{
	text-align: center;
	color: #50505A;
}
.form-box .submit{
	background: #4D76E3;
	color:#fff;
	font-size: 24px;
	font-family: "宋体";
	height: 60px;
	width: 512px;
	margin-left: 28px;
	line-height: 60px;
	margin-top: 50px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.form-box label.error {
	padding-top:8px;
	display: block;
	padding-left: 30px;
	clear: both;
}
.form-box .repeat-err,.form-box .repeat-err2{
	clear: both;
	font-size: 12px;
	color:#F00;
	padding-left: 30px;
	padding-top: 8px;
	display: none;
}
.ti{
	font-size: 20px;
	text-align:center;
	margin-top:50px;
	line-height:30px;
}
.area-p{
	position: relative;
	float: left;
}
.city-picker-span > .placeholder{
	padding-left: 16px;
	color:#818188;
	font-size: 16px;
}
::-webkit-input-placeholder{
	color:#818188;
	font-size: 16px;
}
.dialog{
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.4);
	display: none;
}
.dialog .dialog-content{
	position: fixed;
	left: 50%;
	top:50%;
	padding: 40px;
	width: 670px;
	background: #fff;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.dialog .dialog-content .pic10{
	display: block;
	width: 100px;
	margin:0 auto;
}
.dialog .dialog-content .status{
	font-size: 40px;
	margin-top:42px;
	text-align: center;
	font-weight: bold;
}
.dialog .dialog-content .text{
	margin-top:28px;
	font-size: 28px;
	line-height: 40px;
}
.dialog .dialog-content .btn{
	margin-top: 55px;
	background: #4D76E3;
	color:#fff;
	height: 80px;
	line-height: 80px;
	border:none;
	width: 100%;
	border-radius:3px;
	font-size: 30px;
}
.m-ban{
	display: none;
}
.city-picker-span>.title{
	padding-left: 5px;
}
@media screen and (max-width: 640px) {
	.ban{
		display: none;
	}
	.form-box{
		width: 100%;
		padding:50px 30px;
		box-sizing: border-box;
	}
	.form-box input{
		width: 100%;
		height: 38px;
		line-height: 38px;
		border-radius: 2px;
		box-sizing: border-box;
	}
	.form-box .field{
		position: relative;
		width: 100%;
	}
	.form-box .field-last{
		margin-bottom: 0;
	}
	.form-box .field-submit{
		height: auto;
	}
	.form-box .t{
		position: absolute;
		left:-15px;
		top:30px;
	}
	.form-box .field>.title{
		padding-left: 0;
		font-size: 16px;
	}
	.form-box .repeat-err{
		padding-left: 0;
	}
	.area-p{
		width:100%;
	}
	.form-box .field-last .link-code{
		height: 38px;
		line-height: 38px;
		top:24px;
	}
	.form-box .field-last .link-code .shadow{

	}
	.city-picker-dropdown{
		width: 100%!important;
		min-width:auto;
	}
	.msg{
		line-height: 24px;
		font-size: 12px;
	}
	.form-box .submit{
		width: 100%;
		height: 50px;
		font-size: 20px;
		margin-left: 0;
		margin-top: 40px;
		line-height: 50px;
	}
	.form-box label.error {
		padding-left: 0;
	}
	.ti{
		display: none;
	}
	.m-ban{
		display: block;
		padding:40px;
		background: #4D76E3;
	}
	.form-box .field-submit{
		padding-left: 0;
		margin-bottom: 0;
	}
	.m-ban img{
		display: block;
		width: 100%;
	}
	.dialog .dialog-content{
		width: 90%;
		padding:20px;
		box-sizing: border-box;
	}
	.dialog .dialog-content .pic10{
		width: 50px;
	}
	.dialog .dialog-content .status{
		font-size: 22px;
		margin-top:25px;
	}
	.dialog .dialog-content .text{
		font-size: 18px;
		margin-top:20px;
		line-height: 30px;
	}
	.dialog .dialog-content .btn{
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		margin-top:30px;
	}
}