body,html{
	width:100%;
	height:100%;
	background:#F5F6F7;
	margin: 0;
	padding: 0;
}
div,p,label,span,input,form,a{
	margin: 0;
	padding: 0;
}
.content{
	width:80%;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-150px 0 0 -40%;
	z-index:2;
}
.logoTit{
	height: 60px;
    font-size: 1.7rem;
    color: #29e;
    font-weight: 700;
    font-family: Arial;
}
.formUser,.newPassword{
	margin-bottom:20px;
}
.formLi input{
	width:100%;
	padding:14px 8px;
	border: 1px solid #cfcfcf;
	height:50px;
	margin-bottom:0;
}
.btnW{
	line-height: 60px;
}
/*.btnW p{
	width:50%;

}
p.pLeft{
	float: left;
}
p.pRight{
	float: right;
	text-align: right;
}*/
#signIn{
	clear:both;
	display:block;
	color: #fff;
    width: 100%;
    height: 46px;
    border:0;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    background: #29e;
    font-family: Arial;
    border-radius: 3px;
}
.error{
	width:100%;
	position: absolute;
	top:38px;
	left:0;
	text-align: center;
	line-height: 20px;
	color:#DD2026;
	font-size: 0.8rem;
}
/*修改密码*/
.bg{
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 3;
	background: #000;
	opacity: 0.4;
}
.modifyPassword{
	width:80%;
	height:auto;
	position:fixed;
	top:20%;
	left:50%;
	margin:0 0 0 -40%;
	z-index:4;
	border: 1px solid #cfcfcf;
	background: #fff;
	border-radius: 4px;
	padding:10px;
}
.btn{
	display: inline-block;
	width: 47%;
    height: 40px;
    line-height: 27px;
    font-size: 18px;
    text-align: center;
    font-family: Arial;
    border-radius: 3px;
    border:0;
}
.sure{
	background: #29e;
	color: #fff;
	margin-right:3%;
}
.cancel{
	border: 1px solid #cfcfcf;
	color: #333;
}
.login_error{
	height:auto;
	font-size: 0.8rem;
	line-height: 16px;
}
.login_tip{
	width:100%;
	padding:4px;
	background:#f4f4f4;
	border:1px dashed #e5e5e5;
	margin:0 auto 10px;
	text-align: center;
}
.login_msg{
	color:#DD2026;
	margin:0 auto 10px;
	text-align: center;
}

/*޸*/
.content1{
	padding:10px 10px 0;
}
.content1 .newPassword{
	position:relative;
}
.content1 .newPassword span{
	display:block;
	width:96px;
	height:50px;
	line-height:50px;
	position:absolute;
	top:0;
	left:0;
	text-align:right;
}
.content1 .newPassword input{
	padding-left:100px;
}
.content1 .sure{
	width:100%;
}

.fa-desktop{
    float: right;
    margin-top: 23px;
    margin-right: 10px;
}










