body{
  background-color: #f5f5f5;
}
.hide {
  display: none;
}
.input-label {
  position: absolute;
  left: 40px;
  top: 15px;
  font-size: 14px;
  font-family: SimSun;
  color: #999;
  background: transparent;
  cursor: text;
}
.login-main {
  position: relative;
  margin: 35px auto 0;
  padding: 10px;
  background: #f5f5f5;
  width: 460px;
  min-height: 460px;
}
.login-form {
  position: absolute;
  width: 460px;
  background: #f5f5f5;
  z-index: 10;
}
.err-msg {
  margin-top:10px;
  padding:10px;
  background:#fff0f0;
  border:solid 1px #f55
}
.err-msg p {
  position:relative;
  padding-left:20px
}
.err-msg p i {
  position:absolute;
  left:0;
  top:1px
}
.login-txtbox {
  position: relative;
}
.login-txtbox, .code-txtbox, .code-num {
  position: relative;
  margin-top: 10px;
  height: 48px;
  border: solid 1px #bbb;
  background: #fff;
}
.login-txtbox .ico-usename {
  background-position: 0 0!important;
}
.login-txtbox i, .code-txtbox i {
  display: inline-block;
  float: left;
  width: 34px;
  height: 48px;
  background: url('loginSp-ico.png') no-repeat;
}
.login-txtbox input, .code-txtbox input {
  float: left;
  padding: 14px 5px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-family: SimSun;
  border: 0;
}
.login-txtbox .txt-input {
  width: 410px;
}
.login-txtbox .text-email {
  position: relative;
  background: transparent;
}

.login-txtbox i, .code-txtbox i {
  display: inline-block;
  float: left;
  width: 34px;
  height: 48px;
  background: url('loginSp-ico.png') no-repeat;
}
.login-txtbox .ico-pwd {
  background-position: -34px 0!important;
}
.auto-login {
  position: relative;
}
.auto-label {
  position: absolute;
  left: 0;
  top: 11px;
  height: 16px;
}
.auto-label input {
  float: left;
  margin-top: 1px;
  margin-top: 2px\0;
  _margin-top: -3px;
}
.auto-label span {
  float: left;
  margin-left: 5px;
  line-height: 14px;
  color: #666;
  margin-top: 0;
  margin-top: 2px\0;
  _margin-top: 2px;
}
.btn-login {
  margin-top: 40px;
  width: 100%;
}
.login-submit, .login-loading {
  display: block;
  padding: 14px 0;
  height: 20px;
  text-align: center;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  font-weight: 700;
  color: #fff;
  background: #fc0f3d;
  border: solid 1px #fc0f3d;
}
.links-text {
  position: relative;
  padding: 15px 0;
  height: 14px;
  line-height: 14px;
  color: #bbb;
}
.mid-line {
  display: inline-block;
  height: 12px;
  width: 1px;
  background: #bbb;
  margin: 0 10px;
}
.links-text a {
  color: #666;
}
.link-left {
  float: left;
}
.email-list {
  position: absolute;
  width: 458px;
  _height: 205px;
  top: 50px;
  left: 0;
  border: solid 1px #bbb;
  background: #fff;
  z-index: 9999;
}