.pd20 {
	padding:20px
}
.fl {
	float:left
}
.fr {
	float:right
}
.clear {
	clear:both
}
.loginmask {
	width:100%;
	height:100%;
	z-index:8;
	background:#000;
	position:fixed;
	top:0;
	left:0;
	display:none
}
#loginalert {
	width:440px;
	background:#fff;
	position:fixed;
	top:-600px;
	left:50%;
	margin-left:-220px;
	z-index:99;
	display:none
}
.closealert {
	width:20px;
	height:20px;
	cursor:pointer;
	background:url('../images/icons.png') no-repeat -220px -315px;
	-webkit-transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	transition:all 0.4s ease-out
}
.closealert:hover {
	transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	-o-transform:rotate(-180deg)
}
.loginwrap {
	width:340px;
	margin:0 auto
}
.loginh {
	height:40px;
	margin-top:20px
}
.loginh .fl {
	font-size:30px;
	line-height:40px;
	color:#292929
}
.loginh .fr {
	font-size:18px;
	line-height:50px;
	color:#707070
}
.loginh .fr a {
	font-size:18px;
	line-height:50px;
	color:#FF4200;
	margin-left:5px
}
.loginwrap h3 {
	font-size:14px;
	font-weight:500;
	height:20px;
	margin-top:15px;
	color:#292929
}
.loginbtn {
	line-height:70px;
	color:#6B6A6A
}
.logininput input {
	display:block;
	height:14px;
	line-height:14px;
	width:100%;
	border:#DAE2E5 1px solid;
	text-indent:10px;
	overflow:hidden;
	color:#979696;
	padding-top:13px;
	padding-bottom:13px
}
.logininput .loginusername {
	margin-top:15px;
	margin-bottom:10px
}
.loginsubmit input {
	width:130px;
	height:40px;
	line-height:40px;
	color:#fff;
	background:#FF0000;
	display:block;
	text-align:center;
	font-size:20px;
	border:none;
	font-family:'微软雅黑';
	cursor:pointer
}
.loginsubmit {
	width:130px;
	height:40px;
	margin:15px 20px 0 0;
	position:relative
}
.loginsubmiting {
	height:40px;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	width:130px;
	opacity:0.8;
	filter:alpha(opacity=80);
	display:none
}
.loginsubmiting_inner {
	height:40px;
	background:url('loading.gif') no-repeat 50% 50%;
	width:130px;
	position:absolute;
	top:0;
	left:0
}
.loginpd {
	border-bottom:1px solid #ecf2f5
}
.thirdlogin .pd50 {
	padding-top:30px;
	padding-bottom:30px
}
.thirdlogin h4 {
	color:#6B6A6A;
	font-weight:500;
	margin-bottom:20px
}
.thirdlogin ul li {
	display:block;
	float:left;
	margin-bottom:10px
}
.thirdlogin ul li a {
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	width:160px;
	color:#fff;
	text-indent:60px
}
.logininput input {
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in
}
.logininput input:focus {
	border-color:#ff9600
}
.loginwrap h3 span {
	font-size:14px;
	font-weight:500;
	height:26px;
	color:#292929;
	display:block;
	float:left;
	line-height:26px
}
.loginwrap .login_warning {
	display:block;
	height:20px;
	line-height:20px;
	background:#ff7200;
	color:#fff;
	padding:0 4px;
	float:left;
	text-align:center;
	font-size:12px;
	margin-left:14px;
	margin-top:3px;
	display:none
}