html,body { 
	height: 100%
}

.index-layout{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-top-layout{
	background-color: #657cf1;
}
.index-top{
	display: flex;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	height: 70px;
}
.index-top-left{
	text-align: left;
	padding-top: 10px;
}
.index-top-right{
	display: flex;
	line-height: 70px;
	justify-content: flex-end;
	
}
.index-top-right-info{
	display: flex;
	align-items: center;
	text-align: right;
	padding-left: 20px;
}

.register-box{
	max-width: 1000px;
	width: 100%;
}
.register-title{
	height: 55px;
	width: 500px;
	line-height: 55px;
	margin-top: 30px;
	background-image: url("../img/left-pic.png");
	background-size: 100% 100%;
	display: flex;
	align-items: center;
}
.one{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #00A1F2;
	color: #FFFFFF;
	font-size: 25px;
	margin-left: 120px;
}
.register-title-info{
	margin-left: 30px;
	font-size: 25px;
	color: #FFFFFF;
}

.register-info{
	padding: 20px 20px 20px 0px;
}

.register-text{
	display: flex;
	height: 30px;
	line-height: 30px;
	text-align: center;
	align-items: center;
	color: #999999;
}


.lable-div {
    min-width: 80px;
}

.divider{
	position: absolute;
	width: 1px;
	right: -130px;
	height: 470px;
	margin-top: 48px;
	border: 1px solid #dedede;
}
.register-two-title{
	height: 55px;
	width: 500px;
	line-height: 55px;
	margin-top: 30px;
	background-image: url("../img/right-pic.png");
	background-size: 100% 100%;
	display: flex;
	align-items: center;
}
.two{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #DEDEDE;
	color: #FFFFFF;
	font-size: 25px;
	margin-left: 120px;
}
.register-text-icon{
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #0188cc;
	border-bottom: 8px solid transparent;
	float: left;
}

label.error {
    position: absolute;
}