.loginRegister{
	width: 100%px;
	height: 613px;
	background: url(../imgs/logins.png) no-repeat;
	background-size:100% 100%;
	position: relative;
}
.loginRegisterCon{
	width: 684px;
	height: 482px;
    min-width: 684px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 888;
    margin: auto;
    margin-top: 15%;
	background: #fff;
	box-shadow:0px 8px 8px rgba(204,204,204,0.16);
	padding: 0 80px;
}
.headtitle{
	height: 100px;
	line-height: 100px;
}
.headtitle input{
	vertical-align: middle;
	margin-right: 15px;
}
.headtitle span{
	font-size: 16px;
}
.enterArea{
}
.username,.password{
	position: relative;
}
.enterArea input{
	width: 531px;
	height: 61px;
	padding: 0 50px;
}
.username img{
	width: 25px;
	position: absolute;
	left: 10px;
	top: 22px;
}
.password img{
	width: 25px;
	position: absolute;
	left: 10px;
	top: 52px;
}
.username input{
	border:1px solid rgba(232,68,11,1);
	opacity:1;
	border-radius:4px;
}
.password input{
	border:1px solid rgba(221,221,221,1);
	opacity:1;
	border-radius:4px;
	margin-top: 32px;
}
.desc{
	color: #666666;
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.btns button{
	width: 531px;
	height: 61px;
}
.btns .Register{
	color: #fff;
	background: #E44828;
}
.btns .Login{
	border: none;
	color: #FF5A21;
	background: #fff;
}
.note{
	width: 1200px;
	margin: 0 auto;
	margin-top: 10%;
    text-align: center;
	font-size: 14px;
	padding-bottom: 70px;
}
/* 登录样式 */
.headtitle h5{
	font-size: 24px;
	color:#E44828;
	text-align: center;
}
.remeberEmail{
	margin: 10px 0 30px 0;
}
.remeberEmail input{
	width: 22px;
	height: 22px;
}
.remeberEmail span{
	font-size: 13px;
	color: #666666;
	margin-left: 10px;
}
.Register{
	border: none;
}
.passwords{
	margin-top: 20px;
}
.passwords button{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color:#FF5A21 ;
	background: #fff;
	border: none;
}
/* 验证邮箱 */
.checkEmail{
	text-align: center;
	padding-top: 181px;
	padding-bottom: 125px;
}
.checkEmail h4{
	color: #333333;
	font-size: 24px;
}
.checkEmail .emailDetail{
	color: #333333;
	font-size: 16px;
	margin: 50px 0;
}
.checkEmail button{
	width: 350px;
	height: 40px;
	color: #fff;
	background:#E44828;
	border: none;
	font-size: 14px;
}
.emailDes{
	margin: 102px 0 20px 0;
	font-size: 14px;
}
.checkEmail i{
	color:#FF5A21 ;
	font-size: 14px;
}
.checkEmail p{
	font-size: 14px;
}
.crifmSub{
	text-align: center;
	margin-bottom: 30px;
}
.crifmSub img{
	width:80px;
}
.personEmail{
	color:#E44828;
}