input::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

.header {
	height: 80px;
	background-color: #4388ff;
	position: relative;
	z-index: 999;
}

.header .inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.header .logo {
	float: left;
}

.header .logo img {
	margin-top: 10px;
}

.header .right {
	float: right;
	line-height: 80px;
	font-size: 16px;
}

.header .right a {
	color: #fff;
}

.header .right a:hover {
	color: #ff9900;
}

.main {
	height: 747px;
	background: url(../images/operation/bg.png) no-repeat center;
}

.main .container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.login-box {
	width: 310px;
	height: 330px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 30px #d2e5ff;
	-moz-box-shadow: 0 0 30px #d2e5ff;
	box-shadow: 0 0 30px #d2e5ff;
	position: absolute;
	top: 166px;
	right: 53px;
}

.login-box h2 {
	line-height: 50px;
	text-align: center;
	background-color: #f5f5f5;
	font-size: 18px;
	color: #333;
}

.login-content {
	padding: 33px 25px;
}

.login-content .username {
	width: 172px;
	padding-left: 88px;
	height: 50px;
	line-height: 50px\0;
	font-size: 16px;
	background: url(../images/operation/username-bg.png) no-repeat;
	margin-bottom: 20px;
	color: #666;
}
.login-content .username input{
	height:42px;
	margin-top: 1px;
	color: #666666;
}
.login-content .password {
	width: 172px;
	padding-left: 88px;
	height: 50px;
	line-height: 50px\0;
	color: #666;
	font-size: 16px;
	background: url(../images/operation/password-bg.png) no-repeat;
	margin-bottom: 30px;
}
.login-content .password input{
	height:42px;
	margin-top: 1px;
	color: #666666;
}
input:-webkit-autofill{
	-webkit-box-shadow:0 0 0 1000px white inset!important;
}
.login-content .submit {
	width: 100%;
	display: block;
	line-height: 50px;
	background: url(../images/operation/submit.png);
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.login-content .submit:hover {
	background: url(../images/operation/submit-hover.png);
}

@media screen and (max-width: 1919px) {
	.main {
		margin-top: -70px;
	}
  .foot {
 		margin-top: -120px;
  }
}

@media screen and (max-width: 1919px) {
	.main {
		height: 693px;
	}
	.login-box {
		top: 140px;
	}
  .foot {
 		margin-top: -56px;
  }
}

@media screen and (max-width: 1599px) {
	.main {
		height: 560px;
		margin-top: 0;
	}
	.login-box {
		top: 60px;
	}
  .foot {
 		margin-top: -120px;
  }
}