.main{
	margin: 0 auto;
	width: 1200px;
	padding: 40px;
	background: #fff;
	margin-top: 40px;
	margin-bottom: 136px;
	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: 320px;
	margin: 0 auto;
}
.form .form-item:nth-child(1){
	margin-top: 60px;
}
.form .form-item {
	margin-top: 22px;
	display: flex;
	align-items: center;
}
.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;
}
.remember {
	display: flex;
	align-items: center;
	margin-top: 20px;
	cursor: pointer;
	justify-content: space-between;
	padding:0 10px;
}
.remember label{
    display: flex;
    align-content: center;
    color: #666;
}
.remember input{
    margin-right: 5px;
    display: flex;
    width: 14px;
    height: 14px;
}
.remember a{
	color: #3794FF;
}
.submit {
	height: 50px;
	width:300px;
	background: #FE5723;
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
}
.p{
	width: 320px;
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}
.p a{
	margin-left: 5px;
	color: #FE5723;
	font-size: 16px;
}
.wechat{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
	color: #999;
	font-size: 14px;
}
.wechat img{
	display: flex;
	width: 48px;
	height: 48px;
	margin-bottom: 14px;
}