html,body {height: 100%; background: url(../images/login-bg.jpg) center no-repeat;background-size: 100% 100%;}


.login-wrap {width: 1200px; height: 800px; top: 50%; left: 50%; margin: -400px 0 0 -600px; position: absolute;}

.login-title {width: 1200px; height: 170px; background: url(../images/login_03.png) center no-repeat; margin-bottom: 60px;}

.login-foot {width: 1200px; height: 40px; background: url(../images/login_18.png) center no-repeat;}

.login-log-wrap {width: 1200px; height: 420px; text-align: center; font-size: 0;}
.login-list-w {width: 330px; height: 340px; border-radius: 8px; padding: 45px 40px 0; background: #fff; margin: 0 30px; display: inline-block; box-shadow:0 0 10px #ccc;}
.login-list-w .tit {width: 250px; height: 55px;}
.login-list-w .input {width: 250px; height: 50px;}
.login-list-w .input input {width: 250px; height: 36px; line-height: 36px; font-family: Arial; font-size: 16px; color: #999; border-radius: 18px; background: #eee; padding: 0 22px; border: 0;}
.login-list-w .input input:focus {background: #f6f6f6;}
.login-list-w .buttn {width: 250px; padding-top: 10px; text-align: center;}
.login-list-w .buttn a {width: 110px; height: 36px; display: block; margin: 0 auto; background: url(../images/login_14.png);}
.login-list-w .buttn a:hover  {opacity: .9;}

.login-error {width: 860px; height: 200px; border-radius: 8px; padding: 45px 0 0; margin: 0 auto; background: #fff; box-shadow:0 0 10px #ccc;}
.login-error .tit {height: 46px;}
.login-error .img {height: 35px; background: url(../images/login1_11.png) center no-repeat;}
.login-error .time {height: 30px; line-height: 30px; font-family: Arial; font-size: 16px; color: #999;}
.login-error .time span {color: #333; font-weight: bold;}















