.header{
	width: 100%;
	height: 70px;
	background-color: #fff;
	border-bottom: 1px solid #f3f3f3;
	line-height: 70px;
}
.blurbg{
	background-color: #5f77c9;
}
.bg-top{
	width: 100%;
	height: 406px;
	position: relative;
	background-color: #fff;
}
.loginbg{
	position: absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin: auto;
}
.login-read{
    width: 60%;	
	padding: 30px;
	overflow: hidden;
	background-color: #f9f9f9;
	border-radius: 5px;	
	display: none;
	position: absolute;
	top:100px;
	left:0;
	right:0;	
	margin: auto;
	border-top: 12px solid #5e77c9;	
}
.login-read h4{
	color: #5e77c9;
	text-align: center;
	padding: 20px 0;
}
.login-read p{
	color: #555555;
	font-size: 12px;
}
.read-back{
	padding: 5px 20px;
	border-radius: 5px;
	background-color: #5e77c9;
	color: #fff;
	margin-top:20px;
	cursor: pointer;
}
.login-con{
	width: 40%;	
	padding: 30px;
	overflow: hidden;
	background-color: #f9f9f9;
	border-radius: 5px;
	position: absolute;
	top:100px;
	left:0;
	right:0;	
	margin: auto;
	border-top: 12px solid #5e77c9;
	margin-bottom: 30px;
}
.login-con-top{
	width: 100%;
	height: 12px;
	background-color: #5e77c9;
}
.login-con-l{
	width: 22%;	
	border-right: 1px solid #e9e9e9;
}
.login-con-l img{
	width: 100%;
}
.login-con-r{
	width: 70%;	
}
.finish{
    width: 94%;
	padding-left: 4%
}
.login-con-title{
	font-size: 22px;
	color: #5e77c9;
	letter-spacing: 5px;
	text-align: center;
}
.check-auto{
	overflow:hidden;
	line-height: 16px;
	margin: 20px 0;
}
.check-auto span{
	cursor: pointer;
}
.checkDiv{
    width:15px;
    height: 15px;
    position: relative;
    overflow:hidden;
    margin-right: 15px;
}
#reayCheck{
	width: 15px;
	height: 15px;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	z-index: 2;
    cursor: pointer;
}
#checkimg{
	position: absolute;
	top:0;
	left:0;
}
.height-88{
	height: 88px;
	margin-bottom: 5px;
}
.height-88 span{
	color: red;
}
.login-name{
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.login-input{
	width: 98%;
	padding-left: 2%;
	color: #555;
	height: 42px;
	margin-bottom: 2px;
	background-color: #eeeded;
}
.login-test-phone{
	width: 64%;
	padding-left: 2%;
	color: #555;
	height: 42px;
	margin-bottom: 10px;
	background-color: #eeeded;
	display: inline-block;
	cursor: pointer;
}
.login-send{
	width: 33%;
	height: 42px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	float: right;
	background-color: #5e77c9;
}
.login{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	display: block;
	background-color: #5e77c9;
	margin-top: 20px;
	cursor: pointer;
}
.go-register{
	text-align: center;
	font-size: 16px;
	margin: 40px 0;
}
.company-type{
	width: 100%;
	text-indent: 2em;
	color: #555;
	background-color: #eeeded;
	height: 42px;
	line-height: 42px;
	position: relative;
}
.downimg{	
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
.company-choice{
	width: 100%;
	background-color: #eeeded;
	overflow-y: auto;
	height: 42px;	
}
.company-choice option{
	height: 30px;
	line-height: 30px;
}

.company-choice li{
	width: 100%;
	line-height: 22px;
}
.company-choice li.active{
	background-color: #fff;
}
#testimg{
	width: 102px;
	height: 42px;
	float: right;
	cursor: pointer;
}
.getRegiter{
	width: 30%;
	background-color: #5e77c9;
	display: inline-block;
    color: #555;
    height: 42px;
    margin-bottom: 10px;
    color: #fff;    
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    margin-left: 2%;
}
