html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;

	-ms-overflow-x:hidden;
	overflow-x:hidden;
	-ms-overflow-y:hidden;
	overflow-y:hidden;
	background-color:rgba(24, 145, 255, 1);
	background-image:url('/site/newlogin/images/floatBg.svg');
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-size:contain;
	background-origin:border-box;
	border:none;
	border-radius:0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;

}

main{
	position: absolute;
    left:50%;
    top:50%;
    margin-left:-245px;
    margin-top:-399px;
}
main .layui-form-label{
	position:absolute!important;
	z-index: 2;
}

.login_user{
	display: block;
	width: 24px;
	height: 24px;
	/*background: url(../images/user_img.png);*/
}

.login_password{
	display: block;
	width: 24px;
	height: 24px;
	/*background: url(../images/password_img.png);*/
}
.login_shenfen{
	display: block;
	width: 24px;
	height: 24px;
	/*background: url(../images/shenfen_img.png);*/
	margin-top:3px;
}
.login_yzm{
	display: block;
	width: 18px;
	height: 20px;
	/*background: url(../images/yzm_img.png);*/
}
.layui-form-label{
	width:0!important;
}

main .layui-input-block{
	margin-left:0;
	width: 300px;
}
main .layui-input{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 380px;
	height: 50px;
	padding: 8px 5px 5px 60px;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: normal;
	color: #666666;
	vertical-align: none;
	text-align: left;
	text-transform: none;
	background-color: transparent;
	border-color: transparent;
	background-image:url('/site/newlogin/images/inputBox.svg');

}

.item .iconfont{
	font-size: 24px;
	color: white;
	margin-top: 8px;
}

.content{
	width: 690px;
	/*height: 540px;*/
	margin:100px auto;
	margin-bottom: 30px;
}
.content h3{
	color:#fff;
	font-size: 30px;
	text-align: center;
	height: 80px;
	padding-top: 40px;
}
.login_form{
	background:url(/site/newlogin/images/formbg.svg);
	/*background-color: #FFF;*/
	height: 620px;
	width: 500px;
	/*margin-top: 80px;*/
	/*filter:alpha(Opacity=80);-moz-opacity:0.5;opacity: 0.5;*/
	/*background-color: rgba(0, 0, 0, 0.3);*/
	/*border-radius:20px;*/
}
/*.layui-input{*/
/*	width: 400px!important;*/
/*}*/
.item:first-child{
	padding-top: 80px;
}
.item{
	margin-left: 60px;
	margin-bottom: 35px;
}
.main{
	width: 500px;
}
.identity{
	width: 300px!important;
}
.layui-row{
	width: 300px;
}
.validate{
	width: 145px!important;
}
.validate_img{
	margin-left: 10px;
	height: 50px;
	width: 114px;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.layui-btn{
	width: 380px;
	height:50px;
	background-color:#18a97a!important;
	font-size: 18px;
}
.footer{
	text-align: center;
	color:#FFF;
}
.footer a{
	color:#FFF;
}
.footer a:hover{
	color:#fff;	
}
#background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
}




.layui-input::-webkit-input-placeholder {
	color:#FFF;
	　size:18px;
}
.layui-input:-moz-placeholder {
	color:#FFF;
	　size:18px;
}
.layui-input:-ms-input-placeholder {
	color:#FFF;
	size:18px;
}
.select-box{
	margin-left: 20px;
}