@charset "utf-8";
/* CSS Document */

@charset "UTF-8";

.wrap_980 {
	width: 180px;
	margin: 0 auto;
}

.clearfix {
	content: '\10';
	clear: both;
	height: 5px;
	display: block;
	color: #FF0000;
}
input {
	outline: none;
	border: 0 none;
}

#login_wrap {
	float: left;
	width: 340px;
	margin: 0 auto;
	height: 240px;
}

.login_bg {
	background: #fff;
	padding: 15px 25px;
	width: 260px;
	height: 239px;
	right: 40px;
	margin-top: -30px;
	border: 8px solid #ccc;
	box-shadow: 0px 0px 15px #ccc;
}

#loginErea {
	padding: 32px 25px;
	width: 200px;
	height: 310px;
	right: 41px;
	top: 81px;
	font-family: "Microsoft YaHei";
}

#loginErea label {
	margin-bottom: 20px;
	border: 1px solid #d3d3d3;
	height: 34px;
	display: block;
	width: 220px;
	margin-left: -4px;
	background: none;
	padding-left: 0;
}

#loginErea input {
	margin-bottom: 20px;
	border: 1px solid #d3d3d3;
	height: 34px;
	display: block;
	width: 205px;
	background: none;
	padding-left: 0;
}

#loginErea label input {
	font-size: 12px;
	line-height: 26px;
	padding-left: 15px;
	background: #fff;
	border: none;
	transition: all 0.3s ease;
}

.loginBtn {
	margin-top: 12px;
	width: 127px;
	height: 41px;
	margin-left: -4px;
	display: inline-block;
	background: url("/images/index/login-btn.png") 0 0 no-repeat;
	float:left;
}

.forgetBtn {
	margin-top: 12px;
	width: 127px;
	height: 41px;
	margin-left: 4px;
	display: inline-block;
	background: url("/images/index/login-btn.png") 0 0 no-repeat;
	float:left;
	position:absolute;
}

.header {
	height: 45px;
	overflow: hidden;
	margin-bottom: 0px;
	background-color: rgb(101, 197, 245);
}

.center {
	position: absolute;
	top: 26px;
	height: 350px;
	z-index: 1;
	text-align: center;
	width: 100%;
	background-color: rgb(101, 197, 245);
}

.center_left {
	float: left;
	width: 397px;
	margin: 0 auto;
	height: 340px;
}

.center_right {
	float: left;
	width: 147px;
	height: 340px;
}

.blank {
	position: absolute;
	top: 620px;
	left: 0;
	width: 100%;
	margin-top: -245px;
	height: 50px;
	outline: none;
	z-index: 0;
	background-color: rgb(48, 104, 140);
}

