.mask {
	background: url(../images/mask.png);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0px;
	z-index: 9999;
	font-family: "微软雅黑";
}
.loginLay {
	width: 680px;
	height: 400px;
	background: #fff;
	margin: 0 auto;
	margin-top: 12%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	box-shadow: 0 6px 10px rgba(0,0,0,0.3)
}
.logo{
	 padding: 35px 0px 0px 32px;
}

.inputLay{
	padding-left: 120px; position: relative; z-index: 9999;
}
.inputLay input{
	 height: 34px; width: 295px; margin-top: 25px; padding: 0 5px ; font-family: "微软雅黑";  font-size: 16px; color: #3b3b3b;
}
.inputLay button{
	 width: 309px;  height: 40px; border: none; margin-top: 25px; background: #408fe1; color: #fff; font-size: 18px;  font-family: "微软雅黑"; cursor: pointer;
}
.loginBtn{
	 width: 309px !important; color:#fff !important; height: 40px !important; border: none; margin-top: 25px; background: #408fe1; color: #fff; font-size: 18px !important;  font-family: "微软雅黑"; cursor: pointer;
}
.renwu1{
	position: absolute; right: 0; top: -26px;
}
.renwu2{
	position: absolute; right: -4px; top: -8px; 
}
.renwu3{
	position: absolute; left: -113px;  bottom: -167px;
}
