body{
	margin: 0px;
	padding: 0px;
}
.mainAll{
	width: 100%;
	height: 937px;
	background-image: url("/static/member/images/login/login.jpg");
	position: relative;
}
.fixDiv{
	width: 540px;
	height: 590px;
	background-color: #ffffff;
	position: absolute;
	top: 155px;
	left: 50%;
	transform: translateX(-50%);
	border-radius:10px;
}
.fixText{
	position: absolute;
	top: 778px;
	left: 50%;
	width: 540px;
	text-align: center;
	transform: translateX(-50%);
	font-size: 20px;
	color: #ffffff;
	font-weight:400;
}
.logoImg{
	width: 540px;
	box-sizing: border-box;
	height: 128px;
	padding: 36px 167px;
}
.centerContent{
	width: 540px;
	box-sizing: border-box;
	padding: 0px 85px;
}
.inputDiv{
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #CFCFCF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input{
	width: 100%;
	border: 0px;
	height: 70px;
	padding-top: 20px;
	box-sizing: border-box;
	line-height: 50px;
	outline:none;
	font-size: 16px;
}
.inputs{
	width: 250px !important;
}
.code{
	width: 120px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
}
input::-webkit-input-placeholder {
	color: #B3B3B3;
}
.checkDiv{
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.divLogin{
	height: 60px;
	display: flex;
	align-items: center;
}
.forgetPass{
	color: #428CF7;
	font-size: 14px;
	cursor: pointer;
}
.loginEmployee{
	color: #333333;
	font-size: 14px;
}
.checked{
	width: 18px;height: 18px;
	margin-right: 9px;
	cursor: pointer;
}
.sureLogin{
	width:370px;
	height:53px;
	background:rgba(66,140,247,1);
	border-radius:10px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 53px;
	cursor: pointer;
	border: none;
}
.otherLogin{
	height: 66px;
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 60px;
}
.line{
	width:53px;
	height:1px;
	background-color:#CFCFCF ;
}
.otherText{
	margin-right: 16px;
	margin-left: 16px;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
}
.weixinLogin{
	height: 47px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}