.disFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}

.regist {

	align-items: flex-start;
	width: 100%;
	max-width: 1200px;
	padding: 15px 25px 53px;
	margin: 0px auto;
	background-color:white;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	box-shadow: 0px 5px 18px 0px rgba(0,0,0,0.06);

}

.regist .reg-left{
	width: 570px;
}
.regist .reg-right{
	position: relative;
	z-index: 10;
	width: 653px;
	padding: 0 45px 0 125px;
	box-sizing: border-box;
}

.regist .reg-left .reg-title{
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}
.regist .reg-left .reg-title div{
	font-size: 18px;
	color: #333333;
	
}
.regist .reg-left .reg-title span a{
	color: #0066CC;
	font-weight: bold;
}
.regist .regform{
	padding-top: 10px;
}
.regist .regform .item{
	margin-top: 10px;
}
.regist .regform .item .name{
	line-height: 30px;
	color: #666666;
}
.regist .regform .item .name i{
	color: #FF6600;
}
.regist .regform .item .w50{
	width: 48.6%;
}
.regist .regform .item input{
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	box-sizing: border-box;
}
.regist .regform .item p{
	display: block;
	margin-top: 10px;
	line-height: 1;
	color: #999999;
	
}
.regist .regform .reg-agree{
	justify-content: flex-start;
	margin-top: 20px;
}
.regist .regform .reg-agree input{
	margin: 0 5px 0 0;
}
.regist .regform .reg-agree p{
	color: #666666;
}
.regist .regform .reg-agree p i{
	color: #0066CC;
}
.regist .regform .btn{
	justify-content: center;
	margin-top: 25px;
}
.regist .regform .submit{
	width: 420px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #ffffff;
	background: #00a0fd;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}
.regist .reg-right .ts{
	line-height: 24px;
	text-align: center;
}
.regist .reg-right .items{
	position: relative;
	z-index: 10;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 20px;
}
.regist .reg-right .items::before{
	content: '';
	position: absolute;
	top: 45px;
	left: -125px;
	z-index: 10;
	height: 80%;
	border-left: 1px solid #EEEEEE;
}
.regist .reg-right .item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 180px;
	margin-top: 25px;
	text-align: center;
}
.regist .reg-right .item .pic{
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 1px solid #EEEEEE;
	border-radius: 50%;
}
.regist .reg-right .item p{
	margin-top: 5px;
	line-height: 24px;
	color: #666666;
}

.regfix{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.regfix .regfixc{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 540px;
	height: 334px;
	margin: auto;
	background-color: #ffffff;
	border-radius: 4px;
}
.regfix .regfixc .suc,
.regfix .regfixc .fail{
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.regfix .regfixc img{
	width: 63px;
	height: 63px;
}
.regfix .regfixc p{
	display: block;
	margin-top: 30px;
	line-height: 1;
	font-size: 24px;
	color: #333333;
}
.regfix .regfixc .suc a{
	margin-top: 50px;
	width: 200px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #C00012;
	border-radius: 4px;
	color: #ffffff;
}

.regfix .regfixc .fail a{
	margin-top: 50px;
	width: 150px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #999999;
	border-radius: 4px;
	color: #ffffff;
}






















