/*style.css*/
html{
	color:#000;
	background:#fff;
	-webkit-text-size-adjust: none;
}
body,div,ul,ol,li,form,input,p,h1,h2,dl,dt,dd{
	margin:0;
	padding:0;
}
i,cite,em,var,address,dfn{
	font-style:normal;
}
a{
	text-decoration:none;
}
body,button,select,textarea {
	font: 12px/1.5 "微软雅黑";
}
/*登录页面*/
.shadowDiv{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
	position:fixed;
	z-index:10;
	left:0;
	top:0;
	overflow:hidden;
	display:none;
}
.logindiv{
	width: 360px;
	height: 340px;
	padding: 40px 100px;
	background-color: #fff;
	left: 50%;
	margin: 50px 0 0 -280px;
	z-index: 999;
	position: absolute;
}
.login-input{
	width:20px;
	position:relative;
	top:2px;
}
.login-formdiv{
	margin-bottom:15px;
	position:relative;
}
.login-formdiv label{
	display: block;
	width: 44px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 1px;
	top: 1px;
	outline: 0;
}
.login-title{
	position: absolute;
	line-height: 48px;
	height: 48px;
	color: #999;
	opacity: 1;
	left: 50px;
	top: 0;
	font-size: 14px;
}
.login-text{
	background:url("../images/login-iphone.png") no-repeat left center;
	width: 310px;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	border: 1px solid #eaeaea;
	color:#000;
	padding-left:49px;
}
.login-pwd{
	background:url("../images/login-passagewd.png") no-repeat left center;
}
.login-submit{
	background-color:#ff6b2a;
	width:360px;
	height:50px;
	color:#fff;
	font-size:16px;
	border:0;
	line-height:50px;
}
.login-content{
	overflow:hidden;
}
.login-content3{
	margin-top: 15px;
} 
.login-content3 span{
	vertical-align: middle;
} 
.login-content3 a{
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.login-content3 img{
	width: 100%;
	height: 100%;
}
.login-alert{
	float:left;
}
.login-links{
	float:right;
}
.login-pwd{
    color:#000;
	margin-right:10px;
}
.login-register{
	color:#0099ff;
}
.login-cooperate{
	clear:both;
	margin-top:30px;
	line-height:30px;
	height:30px;
}

.loginalert{
	position:absolute;
	top:72px;
	color:#e4393c;
	border:1px solid #faccc6;
	height:20px;
	line-height:20px;
	background:#ffebeb;
	width:354px;
	padding-left:5px;
}
.logintitle{
	font-size:24px;
	color:#ff6b2b;
	margin-bottom:30px;
	line-height:30px;
}
.logintitle-alert{
	display:block;
	color:#ff6b2a;
	position:absolute;
	top:53px;
	margin-left:5px;
}
