.main{
	margin: 0 auto;
	width: 1200px;
	margin-top: 40px;
	margin-bottom: 174px;
	background: #fff;
	padding:40px;
	border-radius: 6px;
}
.main-title {
	display: flex;
	align-items: center;
}
.title-color {
	height: 20px;
	width: 6px;
	background: #FE5723;
	display: inline-block;
	margin-right: 6px;
}
.title-label {
	font-size: 22px;
	color: 333;
}
.form{
	width: 544px;
	margin: 0 auto;
}
.form .form-item:nth-child(1){
	margin-top: 24px;
}
.form .form-item {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.form .form-item .label {
	font-size: 16px;
	color: #666666;
	width: 96px;
	display: flex;
	justify-content: flex-end;
	margin-right: 4px;
	flex-shrink: 0;
}
.form .form-item input{
	height: 46px;
	border: 1px solid #DEDEDE;
	width: 320px;
	padding:0 20px;
	font-size: 16px;
	border-radius: 4px;
	box-sizing: border-box;
}
.form .get {
	width: 104px;
	height: 46px;
	border: 1px solid #FE5723;
	display: flex;
	border-radius: 4px;
	color: #FE5723;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	cursor: pointer;
	box-sizing: border-box;
}
.agree {
	margin-left: 100px;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-top: 20px;
	cursor: pointer;
	color: #666;
}
.agree a{
	color: #3794FF;
}
.agree input{
    display: flex;
    width: 14px;
	height: 14px;
	margin-right: 5px;
}
.submit {
	width: 320px;
	height: 50px;
	margin-left: 100px;
	background: #FE5723;
	border-radius: 4px;
	margin-top: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
}