input, button, select, textarea{outline: none;filter: none !important;}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset;box-shadow: 0 0 0px 100px white inset;}

.float-left {
	float: left;
}
.float-right {
	float: right
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
s {
	font-style: normal
}
.login h1 {
	font-size: 30px;
	font-weight: 700;
	text-shadow: 0 1px 4px rgba(0,0,0,.2);
	text-align: center;
	color: #fff;
	font-weight: normal;
}
.login {
	margin: 120px auto 0 auto;
	font-family: "Microsoft YaHei";
}
.login form {
	position: relative;
	width: 410px;
	margin: 15px auto 0 auto;
	text-align: center;
	background: #fff;
	padding: 40px 0 20px 0;
	border-radius: 4px;
}
.login .welcome {
	text-align: center;
	font-size: 14px;
	color: #aaa;
	line-height: 20px;
	padding-bottom: 20px;
}
.login .welcome .color-1 {
	color: #006dd9;
	margin-left: 5px;
}
.login .welcome .color-2 {
	color: #ff6d3b;
	margin-right: 5px;
}
.login .item {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	height: 52px;
	margin: 0 36px;
	position: relative;
	z-index: 1;
	float: left;
	width: 336px;
}
.login .item dt {
	color: #666;
	float: left;
	font-size: 14px;
	line-height: 22px;
	padding: 16px 5px 16px 10px;
	width: 70px;
}
.login .item dd {
	float: left;
	height: 28px;
	padding: 12px 0;
}
.login .item img {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 102px;
	height: 52px;
	border-left: 0;
}
.login .handle-div {
	line-height: 20px;
	padding-top: 15px;
	overflow: hidden;
	width: 410px;
	text-align: right;
}
.login .handle-div a {
	color: #006dd9;
	font-size: 12px;
	text-decoration: none;
	padding-right: 37px;
	padding-left: 37px;
}
.login .handle-div a:hover {
	color: #c81623;
}
.login .input {
	border: 0 none;
	font-family: "microsoft yahei";
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding: 0;
	width: 250px;
	color: #333;
}
 .login .input:-moz-placeholder {
color: #fff;
}
.login .input:-ms-input-placeholder {
color: #fff;
}
.login .input:-webkit-input-placeholder {
color: #fff;
}
.login .btn-submit {
	cursor: pointer;
	width: 335px;
	height: 44px;
	margin-top: 16px;
	margin-bottom: 20px;
	padding: 0;
	background: #006dd9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	color: #fff;
	font-size: 18px;
}
.login .btn-submit:hover {
	-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,  0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,  0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,  0 2px 7px 0 rgba(0,0,0,.2);
}
.login .btn-submit:active {
	-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,  0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,  0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow: 0 5px 8px 0 rgba(0,0,0,.1) inset,  0 1px 4px 0 rgba(0,0,0,.1);
	border: 0px solid #ef4300;
}