body{
	overflow: hidden;
}

.loginBox header{
	
	width: 100%;
	height: 56px;
	background: url(../img/header.jpg) no-repeat;
	background-size: 100%;
}
.layui-fluid{
	padding: 0;
}
.loginContent{
	width: 1176px;
	/*min-height: 712px;*/
	background: #fff;
	margin: 0 auto;
}
.headerCurtain{
	width: 100%;
	height: 161px;
	background: url(../img/headerCurtain.jpg) no-repeat;
	background-size: 100%;
}
.logo{
	width: 138px;
	height: 89px;
	margin: 20px auto 0;
	background: url(../img/logo.png) no-repeat;
	background-size: 100%;
}
.userInfo{
	width: 256px;
	margin: 60px auto 0;
	
}
.userInfo>div{
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #f1f1f1;
}
.userInfo img{
	width: 16px;
	height: 16px;
	margin-right: 12px;
}
.userInfo input{
	width: 219px;
	line-height: 32px;
	font-size: 16px;
	border: none;
}
.userPw{
	margin: 27px 0 40px 0
}

.userInfo input::-webkit-input-placeholder{ /*WebKit browsers*/

color: #999999;

}

.userInfo input::-moz-input-placeholder{ /*Mozilla Firefox*/

color: #999999;
}

.userInfo input::-ms-input-placeholder{ /*Internet Explorer*/ 

color: #999999;

}
.loginBtn{
	text-align: center;
	height: 46px!important;
	border-bottom: none!important;
}
.loginBtn button{
	width: 255px;
	height: 46px;
	border-radius: 23px;
	border: none;
	color: #fff;
	font-size: 16px;
	line-height: 46px;
	background-image: linear-gradient(90deg, #89d9d4 0%, #80cbc4 100%);
}
.activeLoginBtn button{
	
	background-image: linear-gradient(90deg, #14B4AA 0%, #009688 100%);
}
.autoLogin{
	margin-top: 20px;
	border-bottom: none!important;
	padding-bottom: 20px;
}
.autoLogin img{
	width: 16px;
	height: 16px;
	margin-right: 3px;
	cursor: hand;
	
}
.autoLogin span{
	font-size: 12px;
	vertical-align: middle;
}
