.login { background: url(images/body-bg.jpg) repeat-y #F8EDBD; min-width: 1200px; font-family: '微软雅黑'; }
.login .warp{width: 100%;background: url(images/body-bg.jpg) no-repeat center;font-family: '微软雅黑';}
.login .content{width: 1200px;margin: 0 auto;position: relative;height: 100%;padding: 0;padding-top: 248px;box-sizing: border-box;}
.login .logo{position: absolute;left: 0;top: 25px}
.login .login-box{background: url(images/login-bg.png) no-repeat center;width: 518px;height: 508px;margin: 0 auto;}
.login .box-inner{width: 300px; height: 100%; margin:0 auto; position: relative;}
#loginform { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; height: 297px; }
.login .box-title{margin-bottom: 40px;font-size: 18px;height: 18px;line-height: 18px;color: #666;text-align: center;/* padding-top: 47px */}
.login .login-box h4{margin-bottom: 10px;font-size: 14px;line-height: 14px;font-weight: normal;color: #666666;}
.login .login-box input{border-radius: 3px;outline: none;height: 33px;line-height: 33px;border:1px solid #cccccc;width: 278px;padding: 0 10px;font-size: 12px}
.login .login-box input:focus{border-color: #8e1614}
.login .login-box .user{margin-bottom: 35px}

.login .password{margin-bottom: 10px}
.login .code{position: relative;}
.login .code span{position: absolute; top: 1px; bottom: -25px;color: red;left: 0;right: 0;margin: auto;text-align: center;}
.login .code input{width: 144px;padding-left: 8px;padding-right: 8px;}
.login .code img{width: 128px;height: 33px;border:1px solid #cccccc;border-radius: 3px;float: right;}
.login .submit{display: block;text-decoration: none;height: 40px;width: 100%;text-align: center;line-height: 40px;background: #3eb0af;color: #fff;font-size: 18px;border-radius: 3px;margin-top: 40px}
.login-foot{width: 360px;margin: 0 auto;margin-top: 110px}
.login-link{height: 13px;line-height: 13px;width: 312px;margin: 0 auto;margin-bottom: 20px}
.login-link li{float: left;}
.login-link .li:after{content: "";display: block;height: 13px;width: 1px;background: #6f6f6f;float: right;margin:0 10px }
.login-link li a{color: #666666;text-decoration: none;}
.login-link li a:hover{color: #8e1614}
.login-foot span{font-size: 12px;color: #666666;float: left;height: 12px;line-height: 12px}
.login-foot .span1{float: left;}
.login-foot .span2{float: right;}