﻿html, body {
	width: 100%;
	height: 100%
}
body {
	background: url(../images/loginbanner_ee236b1.jpg) no-repeat center center
}
@font-face {
	font-family: iconfont;
	src: url(../font/iconfont.eot);
	src: url(../font/iconfont.eot) format('embedded-opentype'), url(../font/iconfont.woff) format('woff'), url(../font/iconfont.ttf) format('truetype'), url(../font/iconfont.svg#iconfont) format('svg')
}
.iconfont {
	font-family: iconfont!important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 2px;
	-moz-osx-font-smoothing: grayscale
}

.kfwLogos li {
	float: left;
	font-size: 16px;
	color: #999;
	margin-right: 20px;
	line-height: 80px;
}
.kfwLogos li a{
	color: #666;
}
.l_login {
	width: 360px;
	position: fixed;
	right: 19%;
	top: 450px;
	margin-top: -277px;
	margin-left: -200px;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	background: rgba(255,255,255,0.8);
	border: 1px solid rgb(204, 204, 204);
}
.l_login .input,.otherinput,.lm-cen{
	width: 100%;text-align:center;
}
.l_login .input input {
	width: 90%;
	height: 40px;
	color: #000;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.7);
}
.codebox{
	text-align: left;
}
.codebox .codeimgbox{
	right: 26px;
}

#validateCode{
	width: 50%;
	margin-left: 21px;
}
.l_logo {
	width: 175px;
	height: 30px;
	margin: 0 auto 30px;
}
.l_login button {
	width: 90%;
	height: 40px;
	background: #007BC7;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	border: 0px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}
.otherinput ul {
	width: 90%;
	overflow: hidden;
	margin: 10px 5% 10px 5%;
}

.otherinput ul li {
	float: left;
	margin-left: 92px
}
.otherinput ul li label {
	cursor: pointer
}
.otherinput ul li:first-child {
	margin-left: 0
}
.otherinput ul li:last-child {
	float: right;
	margin-left: 0
}
.otherlogin {
	width: 400px;
	overflow: hidden
}
.otherlogin li {
	width: 50%;
	float: left;
	text-align: center;
	color: #858a90;
	margin: 10px 0;
	cursor: pointer
}
.otherlogin li em {
	font-size: 35px;
	margin: 0 auto
}
.otherlogin li:first-child:hover em{color:#C60}
.otherlogin li:last-child:hover em{color:#0C0}
.otherlogin li:first-child:hover span {color:#C60}
.otherlogin li:last-child:hover span {color:#0C0}

.otherlogin li span {
	display: block
}

.codeimgbox {
	display: block;
	width: 90px;
	height: 34px;
	right: 22px;
	bottom: 3px;
	box-sizing: border-box
}
.lan{color:#007BC7;}
.disanfang{
	margin: 0 auto;
}
.disanfang li img{
	width: 30px;
	height: 30px;
}
.otherinput .disanfang li{
	margin-left: 10px;
	float: left !important;
}
.otherinput ul li:last-child{
	margin-left: 10px;
}
.loginfooter{
	position: fixed;
	_position: static;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	clear: both;
	line-height: 36px;
	text-align: center;
	color: #b6b6b6;
	background-color: #eff4fa;
	border-top: 1px solid #d6dfea;
}
.lan{font-size: 14px;}
.inputon{
	border: 1px solid #4892e7;
}
@media (max-height:670px) {
	.loginfooter {
		position:static;
	}
}