.logintop {
				height: 47px;
				position: absolute;
				top: 0;
				background: url(../img/loginbg1.png) repeat-x;
				/*background-color: #14547a;*/
				z-index: 100;
				width: 100%;
			}
			
			.logintop span {
				color: #fff;
				line-height: 47px;
				background: url(../img/loginsj.png) no-repeat 21px 18px;
				text-indent: 44px;
				color: #afc5d2;
				float: left;
			}
			
			.logintoptitle {
				height: 100px;
				position: absolute;
				top: 100;
				background: url(../img/loginbg1.png) repeat-x;
				background-color: #14547a;
				z-index: 100;
				width: 100%;
			}
			
			.loginbm {
				height: 50px;
				line-height: 50px;
				text-align: center;
				background: url(../img/loginbg2.png) repeat-x;
				position: absolute;
				bottom: 0;
				width: 100%;
				color: #0b3a58;
			}
			
			.loginbm a {
				font-weight: bold;
				color: #0b3a58;
			}
			
			.loginbm a:hover {
				color: #fff;
			}
			
			.layadmin-user-login-main {
				width: 525px;
				margin: 0 auto;
				box-sizing: border-box;
			}
			
		.layui-form-item {
			margin-bottom: 5px !important;
		}
		
		.centerbox {
			/* width: 400px;
			height: 300px; */
			border: 2px solid black;
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			right: 0;
			margin: auto;
		}