﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
ul li {
	list-style: none;
}
body {
	margin: 0;
	padding: 0;
}
#bg {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/loginImg/bg.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */
	-o-background-size: cover;/* 兼容Opera */
	zoom: 1;
}
.clear {
	clear: both;
}
.login_right {
	background: url(../images/loginImg/login_form.png) no-repeat center center;
	height:389px;
	width:857px;
	margin: auto;
	top:50%;
	left:50%;
	position: absolute;
	margin-top:-195px;
	margin-left:-428px;
}
.login_right_input {
	position: absolute;
	top:95px;
	left:465px;
}
.login_right_input p {
	margin-bottom:22px;
}
.user_input, .password_input, .code_input {
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	outline: none;
	height:36px;
	line-height:36px;
	border:none;
}
.user_input {
	background: url(../images/loginImg/user_name_bg.png) no-repeat;
	width:285px;
	padding:0 5px 0 40px;
	font-size:14px;
	color:#000;
}
.password_input {
	background: url(../images/loginImg/password_bg.png) no-repeat;
	width:285px;
	padding:0 5px 0 40px;
	font-size:14px;
	color:#000;
}
.code_input {
	background: url(../images/loginImg/code_bg.png) no-repeat;
	width:208px;
	padding:0 5px;
	font-size:14px;
	color:#000;
	margin-right:10px;
}
input:focus {
	/*box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);*/
}
.login_button {
	text-decoration: none;
	background: #46ce57;
	color: white;
	width:260px;
	height:38px;
	line-height:38px;
	font-family:"微软雅黑";
	border-radius:20px;
	-webkit-transition: all linear 0.30s;
	-moz-transition: all linear 0.30s;
	transition: all linear 0.30s;
	font-size: 16px;
	border:none;
	border-bottom:3px solid #58b068;
}
.login_button:hover {
	background:#6ae079;
	cursor:pointer;
}
.denglu {
	background: url(../images/cancel_btn.png) no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 23px;
	width: 80px;
	cursor: pointer;
	margin:5px 0 0 56px;
}
.admin_login {
	padding:10px;
}
.systemDialog .inputText {
	padding: 3px;
	border: 1px solid;
	border-color: #abadb3 #dbdfe6 #dbdfe6 #abadb3;
	-moz-border-radius: 2px;
	-web-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 19px;
	line-height: 19px;
	margin-right: 10px;
	width: 220px;
}
.adminImgcheckcodeSpan {
	display: block;
	padding-top: 5px;
	vertical-align: middle;
}
.adminImgcheckcode {
	height: 36px;
	width:95px;
	padding:2px;
	padding-bottom:2px;
}
.forget_pw {
	text-decoration:none;
	font-size:12px;
	cursor:pointer;
	float:right;
	color:#49B7F7;
	line-height: 38px;
}
.forget_pw:hover{ color:#46ce57;}
/*****弹出框*****/
.systemDialog {
	border: 1px solid #dedede;
	display: none;
	position: absolute;
	background-color: #EEF2F3;
	overflow: hidden;
}
.systemDialog .systemDialogHead {
	height: 30px;
	background-color: #449ad6;
	width: auto;
	cursor: move;
}
.systemDialog .systemDialogHeadTitle {
	color:#FFF;
	float: left;
	display: block;
	line-height: 30px;
	padding-left: 15px;
	font-size: 14px;
	font-family: 微软雅黑;
}
.systemDialog .systemDialogHeadClose {
	float: right;
	width: 30px;
	display: block;
	text-align: center;
	cursor: pointer;
	background-image: url(../images/loginImg//close_icon.png);
	background-repeat: no-repeat;
	height: 30px;
	background-position: center;
}
.systemDialog .systemDialogHeadClose:hover {
	background-image: url(../images/loginImg//close_iconhover.png);
}
.systemDialog .systemDialogContent {
	margin: 10px auto;
	overflow: auto;
	border: 1px solid #afb0b1;
	background-color: White;
}
.systemDialog .systemDialogContentComme {
	font-family: 微软雅黑;
	font-size: 14px;
	padding: 10px 10px 10px 40px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.systemDialog .systemDialogContentError {
	color: Red;
	background-image: url(../images/loginImg//error.png);
}
.systemDialog .systemDialogContentSuccess {
	color: Green;
	background-image: url(../images/loginImg//success.png);
}
.systemDialog .systemDialogContentWarn {
	color: Olive;
	background-image: url(../images/loginImg//warn.png);
}
.systemDialog .systemDialogFoot input {
	background: url("../images/loginImg//cancel_btn.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 23px;
	width: 80px;
	cursor: pointer;
	margin-left: 20px;
}
.systemDialog .systemDialogFoot input:hover {
	background: url("../images/loginImg//submit_btn.png");
	color: #FFF;
}
.systemDialog .systemDialogFoot {
	padding: 10px 0;
	text-align: center;
	width: auto;
}
.systemShade {
	width: 100%;
	background-color: Gray;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0
}
/*****弹出框*end****/
