body {
	background-color: #FFFFFF;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
}
body * {
	box-sizing: border-box;
}
.clear:after,
.clear:before {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}
.float-left{
	float: left;
}
#header,
#login,
#footer {
	margin-left: auto;
	margin-right: auto;
}
#header {
    width: 960px;
    height: 90px;
    background: url("../img/logo.png") no-repeat;
    background-size: 200px auto;
    margin-top:25px;
}
#loginwrapper {
	width: 100%;
	background: #3087C4;
	min-width: 960px;
}
#login {
	width: 960px;
}
#footer {
	width: 590px;
	font-size: 12px;
	color: #999999;
}
#footer >p{
	margin: 0;
	text-align: center;
}
#footer >p:first-child{
	margin-top: 20px;
	font-size: 14px;
}
#login>div {
	display: inline-block;
}
#login-intro {
    height: 540px;
    width: 640px;
}
#login-intro-img{
    height: 430px;
	margin-top: 90px;
	background: url("../img/login-left.png-v=1.2.png") no-repeat;
}
#login-form {
	width: 320px;
	height: 360px;
	background-color: #FFFFFF;
	margin: 90px 0;
}
#login-nav {
    height: 70px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 5px;
    color: #000;
    font-size: 18px;
}
#login-content {
	margin: 0 25px;
}
#login-content>div {
	position: relative;
	background: #FFFFFF;
}
#login-content>div>i {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 20px;
    color: #737373;
}
#login-content>div>input {
    outline: none;
    width: 100%;
    height: 40px;
    border: 1px solid #E6E4E4;
    padding-left: 32px;
    line-height: 40px;
    font-family: "微软雅黑";
}
#login-content .loginPWD{
	margin-top: 20px;
}
#login-content .obligate{
	height: 55px;
}
#login-content .forgetPwd{
    font-size: 14px;
    opacity: 0.8;
    margin-top: 16px;
    color: #039BE5;
    float: right;
    cursor: pointer;
}
#usernamelist {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #E6E4E4;
	font-size: 12px;
	color: #717a97;
	border-top: none;
	display: none;
}
#usernamelist li {
	padding-left: 30px;
	line-height: 34px;
	cursor: pointer;
}
#usernamelist li:hover {
	background: #ecf7fc;
}
#deleteUsername {
	position: absolute;
	top: 9px;
	right: 5px;
	display: none;
}
#login-content .loginBtn {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	text-decoration: none;
	color: white;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
}
#login-content .loginBtn{
	background: #039BE5;
}
#login-content .loginBtn:hover {
	opacity: 0.8;
}
/*#login-content .loginBtn:active {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	text-decoration: none;
	opacity: 0.8;
	border-color: #cfcfcf;
	color: #d4d4d4;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}*/
#login_Loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99;
	opacity: 0.5;
	filter:alpha(opacity=50);  
	background-color: #FBFBFB;
	display: none;
}
#login_Loading_center {
	text-align: center;
	margin-top: -190px;
	position: absolute;
	top: 50%;
	width: 100%;
}

/* 登录框的提示信息  */
#loginErrorModal{
	display: none;
}
#loginErrorModal .loginErrorTips{
	width: 380px;
	height: 190px;
	background-color: #ffffff;
	border-radius: 6px;
	margin: auto;
	z-index: 9997;
	position: fixed;
	top: 30%;
	left: 0;
	right: 0;
}
#loginErrorModal .loginErrorTips-title{
	height: 48px;
	line-height: 48px;
	color: white;
	background-color: #1892d1;
	padding-left: 20px;
	border-radius: 4px 4px 0 0;		
}
#loginErrorModal .loginErrorTips-body{
	height: 90px;
	padding: 10px 20px;
	color: #4c4c4c;
	font-size: 12px;
}
#loginErrorModal .loginErrorTips-footer{
	height: 52px;
	line-height: 52px;
	text-align: right; 
	border-radius: 0 0 4px 4px;
	background-color: #F0F0F0;
	border-top: 1px solid #DDD;
}
#loginErrorModal .loginErrorTips-footer-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 1px 14px;
    line-height: 1.846153846;
    border-radius: 4px;
    color: #ffffff;
    background-color: #4caf50;
    border-color: #4caf50;
    margin-right:10px;
    cursor: pointer;
}
#loginErrorModal .loginErrorMasker{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9996;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

@media (max-width: 1366px) {
	#login{
		width: 740px;
	}
	#header{
		height: 70px;
		width: 740px;
		background-size: 135px auto;
	}
	#login-intro{
		height: 400px;
		width: 490px;
	}
	#login-nav{
		height: 55px;
		line-height: 55px;
		font-size: 16px;
	}
	#login-intro-img{
	    height: 320px;
		margin-top: 60px;
		/*background: url(img/login-left.png) no-repeat;*/
		background-size:490px 340px ;
	}
	#login-form{
		width: 250px;
		height: 280px;
		margin: 60px 0;
	}
	#login-content{
		margin: 0 20px;
	}
	#login-content>div>input{
		height: 30px;
		line-height: 30px;
	}
	#login-content>div>i{
		font-size: 16px;
	}
	#login-content .loginPWD{
		margin-top: 15px;
	}
	#login-content .obligate{
		height: 40px;
	}
	#login-content .loginBtn{
		height: 45px;
		line-height: 30px;
		font-size: 16px;
        border:0;
	}
	#login-content .loginBtn:last-child{
		margin-top: 15px;
	}
	#deleteUsername {
		top: 5px;
	}
}
@media (max-width: 1024px) {
	#login{
		width: 624px;
	}
	#header{
		height: 60px;
		width: 624px;
		background-size: 110px auto;
	}
	#login-intro{
		height: 330px;
		width: 398px;
	}
	#login-nav{
		height: 49px;
		line-height: 49px;
		font-size: 14px;
	}
	#login-intro-img{
	    height: 292px;
		margin-top: 38px;
		/*background: url(img/login-left.png) no-repeat;*/
		background-size:398px 292px ;
	}
	#login-form{
		width: 226px;
		height: 254px;
		margin: 38px 0;
	}
	#login-content{
		margin: 0 18px;
	}
	#login-content>div>input{
		height: 28px;
		line-height: 28px;
	}
	#login-content>div>i{
		font-size: 14px;
	}
	#login-content .loginPWD{
		margin-top: 12px;
	}
	#login-content .loginBtn{
		height: 28px;
		line-height: 28px;
	}
	#login-content .loginBtn:last-child{
		margin-top: 12px;
	}
}