.register-box{
	width: 410px;
	margin: 0 auto;
	padding: 75px 0;
}
.register-top{
	text-align: center;
}
.register-top h3{
	font-size: 36px;
	color: #57606f;
	margin-bottom: 15px;
}
.register-top p{
	font-size: 14px;
	color: #aaaeb7;
	margin-bottom: 40px;
}
.register-top-btn{
	font-size: 0;
	margin-bottom: 20px;
}
.register-top-btn a{
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	font-size: 14px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	background: #fafbfd;
	color: #aaaeb7;
	border: 1px solid #efefef;
}
.register-top-btn a.active{
	background: #5e84ff;
	color: #fff;
	border: 1px solid #5e84ff;
}
.ui-register-form input{
	height: 54px;
	line-height: 54px;
	margin-bottom: 20px;
}
.ui-code{
	background: #fafbfd;
	font-size: 14px;
	color: #99a0aa;
	display: inline-block;
	cursor: pointer;
	width: 134px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #efefef;
	text-align: center;
	margin-bottom: 20px;
}
.ui-code-input{
	width: 260px;
}
.ui-code-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ui-check{
	display: flex;
	justify-content: left;
	align-items: center;
	color: #99a0aa;
}
.ui-check a{
	color: #5e84ff;
}
.ui-register-btn{
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	background: #5e84ff;
	border-radius: 3px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.ui-upload{
	margin-bottom: 20px;
	cursor: pointer;
}
.ui-upload img{
	width: 150px;
	height: 150px;
	cursor: pointer;
}
.ui-location-box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ui-location-box .ui-label{
	display: inline-block;
	width: 100px;
	text-align: center;
	height: 52px;
	line-height: 52px;
	border: 1px solid #efefef;
	color: #aaaeb7;
}
.ui-location-box input{
	margin: 0px;
}
.ui-select-province input{
	border-right: 0px;
	border-left: 0px;
}
.ui-skip-btn{
	width: 100px;
	height: 56px;
	line-height: 56px;
	background: #fafbfd;
	border: 1px solid #efefef;
	display: inline-block;
	text-align: center;
	color: #aaaeb7;
}
.ui-register-submit{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ui-register-submit .ui-register-btn{
	width: 290px;
	margin-top: 0px;
}
