.hh-loginbox {
  margin: 100px auto;
  background: url(/themes/hanhan_dz/static/images/user_login.png) top center no-repeat;
  width: 100%;
  height: 660px;
  min-width: 1380px;
  max-width: 1920px;
  box-shadow: inset 0px 0px 100px 60px #ffffff;
}
.loginbox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}
.loginbox-r {
  width: 270px;
  padding: 30px;
  background: #fff;
  float: right;
  box-shadow: 0 0 5px 1px #aaa;
  border-radius: 3px;
}
.box-tit {
  border-bottom: 1px solid #eee;
  height: 40px;
}
.tit {
  width: 50%;
  text-align: center;
  float: left;
  font-size: 16px;
  line-height: 40px;
}
.tit_on {
  border-bottom: 2px solid #01af63;
  color: #01af63;
}
.box-form {
  padding-top: 30px;
}
.form-list {
  height: 40px;
  margin-bottom: 20px;
  input {
    width: 250px;
    height: 38px;
    font-size: 12px;
    display: block;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 0 9px;
    line-height: 38px;
  }
}
.box-item {
  margin-bottom: 20px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #666;
  a {
    color: #666;
  }
}
.autologin {
  vertical-align: -2px;
}
.jzmm {
  float: right;
}
.loginbtn {
  width: 100%;
  height: 40px;
  border-radius: 3px;
  background: #ff6c14;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  display: block;
  color: #fff;
  outline: 0;
  border: 0;
  cursor: pointer;
}
.qt-login {
  height: 20px;
  padding-top: 10px;
  a {
    height: 20px;
    float: left;
    width: 90px;
    &:nth-child(1) {
      text-align: left;
    }
    &:nth-child(2) {
      text-align: center;
    }
    &:nth-child(3) {
      text-align: right;
    }
    i {
      margin-right: 3px;
      font-size: 20px;
      vertical-align: -2px;
    }
  }
}
.entries {
  margin-top: 10px;
  text-align: center;
  color: #ff6c14;
  a {
    color: #666;
  }
}
.pointcl {
  width: 110px;
  float: left;
  height: 40px;
  line-height: 40px;
  border: 0;
  color: #fff;
  font-size: 14px;
  background: #84c343;
  margin-left: 18px;
  border-radius: 5px;
  text-align: center;
  &:hover {
    background: #f15045;
    color: #fff;
  }
}
.pointcl1 {
  background: #eee;
  color: #555;
  pointer-events: none;
  width: 120px;
  float: left;
  height: 40px;
  line-height: 40px;
  border: 0;
  font-size: 14px;
  margin-left: 10px;
  border-radius: 5px;
  text-align: center;
}
