/*----------------- general-----------------*/

*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}

table {
	border-collapse: collapse;
}

table tr td {
	padding: 4px 0px;
	color: #646464;
}


/*----------------登录-----------------*/

.bg_image {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	_position: absolute;
	z-index: -100;
	_top: expression(eval(document.documentElement.scrollTop));
}

table.login tr td {
	font-size: 14px;
}

.mainContent {
	background-color: #fff;
	box-shadow: 1px 1px 16px #f3f2ee;
}

.title_login {
	width: 100%;
	text-indent: 28px;
	font-size: 18px;
	font-weight: bold;
	color: #1296db;
	border-bottom: 1px #f4f4f4 solid;
	line-height: 60px;
	margin: 0px;
}

.input_login div span,
.input_login div input {
	display: inline-block;
	float: left;
}

.username_login div span {
	width: 38px;
	height: 38px;
	background: #f3f3f3 url(../images/username.png) no-repeat center center;
}

.password_login div span {
	width: 38px;
	height: 38px;
	background: #f3f3f3 url(../images/password.png) no-repeat center center;
}

.input_login div input {
	width: 266px;
	height: 39.6px;
	line-height: 39.6px;
	border: 1px solid #bdbdbd;
	text-indent: 12px;
}

.input_login div span {
	border-left: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}

.loginBtn,
.emptyBtn {
	width: 306px;
	height: 35px;
	display: inline-block;
	border:none;
}

.loginBtn {
	/*background: url(../images/loginBtn.png) no-repeat center center;*/
	background: #1296db;
	color:#FFFFFF;
	font-weight: 900;
	font-size:16px
}

.emptyBtn {
	background: url(../images/emptyBtn.png) no-repeat center center;
}

.logo_login {
	width: 606px;
	height: 63px;
	display: inline-block;
	background: url(../images/logo.png) no-repeat center center;
	position: absolute;
	background-size:cover;
	left: 80px;
	top: 38px;
	z-index: 99;
}
.title_login_wrap{
	padding-top:0px;
	padding-bottom: 0px;
}
.username_login{
	padding-top: 30px;
}