@CHARSET "UTF-8";
html,body {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	font-family: '微软雅黑';
}

a {
	text-decoration: none;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

.wrap_content {
	height: 100%;
	background: url(../images/login_bg.jpg) no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}


.wrap_content .login-bg-img {
	background-image: url('../images/logo.png');
	width: 341px;
	height: 140px;
	background: url('../images/logo.png') no-repeat;
	top: 35%;
	left: 15%;
	position: absolute;
	display: inline;
}

.wrap_content .login {
	width: 500px;
	top: 50%;
	left: 75%;
	position: absolute;
	margin-left: -250px;
	margin-top: -225px;
	background: #fff;
	overflow: hidden;
	border-left: 1px solid #bcbec0;
}

.wrap_content .login .logo {
	text-align: center;
}

.wrap_content .login .logo img {
	display: block;
	margin: 0 auto;
	padding-left: 50px;
}

.wrap_content .login input[type=text],.wrap_content .login input[type=password]
	{
	width: 290px;
	height: 36px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 36px;
	border: none;
	font-size: 14px;
	float: left;
	outline: none;
	color: #616161;
}

.wrap_content .login input[type=text]:-webkit-autofill,.wrap_content .login input[type=password]:-webkit-autofill
	{
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	background-color: #fff;
	background-image: none;
}

.wrap_content .login .user,.wrap_content .login .password {
	width: 343px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #616165;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin: 0 auto;
}

.wrap_content .login .user {
	background: url(../images/login_user.jpg) no-repeat 1px center;
	margin-bottom: 25px;
	padding-left: 55px;
}

.wrap_content .login .user .clear-input {
  float: right;
}

.wrap_content .login .password #password_img {
  float: right;
}

.wrap_content .login .password {
	background: url(../images/login_psd.jpg) no-repeat 1px center;
	padding-left: 55px;
	margin-bottom: 25px;
}

.wrap_content .login .error {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #db1a25;
	padding-left: 50px;
	visibility: hidden;
}

.wrap_content .login .validate {
	width: 343px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #616165;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	background: url(../images/login_validate.jpg) no-repeat 1px center;
	margin: 0 auto;
	padding-left: 55px;
}

.wrap_content .login .validate input {
	width: 182px;
	height: 36px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 36px;
	border: none;
	border-right: 1px solid #616165;
	font-size: 14px;
	float: left;
	outline: none;
	color: #616161;
}

.wrap_content .login .validate img {
	width: 158px;
	height: 46px;
	display: inline-block;
}

.wrap_content .login .remember {
	color: #616161;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	padding: 10px 50px 17px;
}

.wrap_content .login .remember .remember_left {
	float: left;
}

.wrap_content .login .remember .remember_right {
	float: right;
}

.wrap_content .login .remember img {
	float: left;
	margin-right: 6px;
}

.wrap_content .login .remember span {
	float: left;
}

.wrap_content .login .login_btn {
	width: 400px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #d81b24;
	display: block;
	margin: 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

.wrap_content .login .support {
	text-align: center;
	color: #616161;
	font-size: 14px;
	padding-top: 8px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

@media ( max-width :700px) {
	.login-bg-img {
		display: none;
	}
	.wrap_content .login {
		width: 500px;
		position: absolute;
		top: 45%;
		left: 50%;
		margin-left: -250px;
		margin-top: -225px;
		background: #fff;
		overflow: hidden;
		border-left: none;
	}
}

@media ( max-width :1367px) {
	.wrap_content {
		height: 100%;
		background: url(../images/login_bg.jpg) no-repeat center center;
		background-attachment: fixed;
	}
}

@media ( max-width :1200px) {
	.w1200 {
		width: 100%;
	}
}