.main-c{
	margin: 60px auto;
}
.mo-title{
	width: 100%;
	height: 146px;
	border-bottom: 1px solid #dedede;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mo-h3{
	font-size: 28px;
	color: #25447a;
	text-align: center;
}
.mo-h3 span{
	display: block;
	width: 120px;
	height: 3px;
	background: #25447a;
	margin-top: 18px;
}
.form{
	width: 336px;
	height: auto;
	margin: 0 auto;
	margin-top: 48px;
}
.form form{
	width: 100%;
}
.phone{
	width: 100%;
	height: 43px;
	background: #fff;
	text-indent: 14px;
}
.reg-div{
	width: 100%;
	height: 43px;
	display: flex;
	align-items: center;
	margin-top: 23px;
}
.yzm{
	width: 114px;
	height: 43px;
	text-indent: 14px;
	background: #fff;
	
	border: 1px solid #bfbfbf;
}
.fsyzm{
	width: 143px;
	height: 45px;
	background: #eeeeee;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
}
.reg-divs{
	width: 100%;
	height: 43px;
	background: #fff;
	border: 1px solid #bfbfbf;
	margin-top: 23px;
	font-size: 14px;
	border-radius: 8px;
	display: flex;
	align-items: center;
}
.reg-inputs{
	width: 286px;
	height: 43px;
	border: none;
	background: #fff;
	text-indent: 14px;
}
.reg-b{
	font-size: 16px;
	color: #0d182e;
	margin-top:23px;
}
.reg-b input{
	margin-right: 8px;
}
.reg-b a{
	color: #d77116;
}
.yan{
	display: block;
	margin: 0 12px;
}