.nav {
    width: 100%;
    height: 80px;
    box-shadow: 0 0px 0px 0 #CCC;
    background: #FFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    /* overflow: hidden; */
    transition: 0.3s;
}
.layui-card{
	width: 350px;
	height: 350px;
	float: right;
	margin-right: 240px;
}
.banner.login {
    background: url(../img/log.jpg) no-repeat center top;
    background-size: cover;
}
.layui-form{
	margin-top: 30px;
}	
.layui-form-label{
	width: 30px;
	padding: 11px 15px;
}
.layui-form-item .layui-input-inline {
    width: 240px;
}
.layui-input{
	height: 42px;
}
.layui-input-block {
    margin-left: 67px;
}
.layui-btn{
	height: 42px;
	margin-top: 20px;
	width: 100px;
}
.layui-card{
	position: relative;
}
.layui-card-header{
	font-weight: bold;
}
.logfoot{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.footer {
    padding-bottom: 0px;
    background: #FFFFFF;
}
.footer p{
	color: #333;
}
.nav-logo{
	width: 100%;
}