html,body{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}
body>.body{
	background: url("../img/images/gaolaozhuang/beijing.png") center/ 100% 100% no-repeat;
	width: 100%;
	height: 100%;
	position:absolute;
}
.login{
	padding: 0 18%;
	width: 100%;
	height:100%;
	box-sizing: border-box;

}
.login>nav{
	width: 100%;
	height:100px;
	line-height: 120px;
}
.login>nav>img{
	height: 52px;
	display: inline-block;
	vertical-align: middle;
}
.login>main{
	width: 100%;
	margin-top:60px;
	height: 48%;
	min-height: 360px;
	overflow: hidden;
}

main>.left{
	float: left;
	width: 60%;
	height: 100%;
}
main>.left img{
	width: 70%;
	height: 100%
}
main>.right{
	float: right;
	width: 34%;
	height: 100%;
	position: relative;
}
main>.right>.login-con{
	float: right;
	width:100%;
	height: 280px;
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	margin:auto 0;
	border-radius: 4px;
	/*transform: translateY(-150px);*/
	border: 8px solid rgba(66, 121, 209, 1);
	box-sizing: border-box;
	background: #fff;
	
}
.layui-card{
	border-radius: 4px;
	padding:6px 10px;
	box-sizing: border-box;
}
.layui-form-item{
	margin-bottom: 18px;
}
.layui-card-header{
	height: 40px;
	font-size: 16px;
	font-family:MicrosoftYaHei;
	color:rgba(58,127,236,1);
	font-weight: 700;
	line-height: 50px;
}
.layui-input-block{
	margin-left: 0px;
	position: relative;
}
.layui-input-block>input{
	padding-left: 48px;
	font-size: 14px;
	background:rgba(236, 245, 250, 1);
}
.layui-input-block>i{
	position: absolute;
	left: 10px;
	top:0;
	bottom:0;
	margin: auto 0;
	line-height: 38px;
	color:rgba(197, 210, 217, 1);
	font-size: 19px;
}
.layui-input-block>i:after{
	content: "";
	width:2px;
	height:20px;
	background:rgba(197,210,217,1);
	border-radius:1px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto 0;
	right: -8px;
}
.tip{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	text-align: right;
	

}
.tip>span{
	display: inline-block;
	color:rgba(58, 127, 236, 1);
	cursor: pointer;
}
.butt{
	width: 100%;
	height: 60px;
	margin-top: -16px;
	line-height: 60px;
}
.butt>.layui-btn{
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 18px;

}
footer{
	position: absolute;
	bottom:60px;
	right:0;
	left:0;
	color:rgba(255, 255, 255, 1);
	text-align: center;
}


