.login-item {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 40px;
  border-radius: 6px;
  font-size: 14px;
}
.login-item .login-item-title {
  text-align: center;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  margin: 40px 0 30px;
  display: flex;
  justify-content: center;
}
.login-item .login-item-title li a{
  color: #aaaaaa;
}
.login-item .login-item-title li:first-child{
  margin-right: 40px;
}
.login-item .login-item-title li a:hover{
  color: #000000;
}
.login-item .login-item-title .active a{
  color: #000000;
  border-bottom: 2px solid #000000;
}
.login-item .el-input {
  width: 420px;
  margin-bottom: 24px;
  position: relative;
}
.login-item .el-input p{
  display: none;
  color: #ff0000;
  position: absolute;
  left: 0;
  bottom: -29px;
  font-size: 12px;
  line-height: 12px;
}
.login-item .el-input i{
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 18px;
  cursor: pointer;
  color: #999999;
}
.login-item .el-input__inner {
  width: 420px;
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
}
.login-item .passwordInput {
  margin-bottom: 5px;
}
.login-item .rember-forgot {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 29px;
}
.login-item .rember-forgot .forgot {
  float: right;
  cursor: pointer;
}
.login-item .rember-forgot .forgot a{
  color: #7c98b6;
}
.login-item .login-button {
  width: 420px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 40px;
  position: relative;
  background: #f4f4f5;
  border: 1px solid #d2d5d8;
  color: #a6acb1;
}
.login-item .checkRightButton {
  background: #0066ff;
  border: 1px solid #0066ff;
  color: #ffffff;
}
.login-item .loginGuest {
  width: 420px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: -20px;
  position: relative;
  background: #ffffff;
  border: 1px solid #DCDFE6;
  color: #000;
}
.login-item .line {
  width: 420px;
  margin: 0 auto;
  height: 26px;
  border-top: 1px solid #dfe3eb;
  margin-bottom: 10px;
}
.login-item .line .or {
  width: 50px;
  margin: 0 auto;
  height: 26px;
  background-color: #fff;
  margin-top: -13px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #33475b;
}
.login-item .face-google .facebook {
  cursor: pointer;
  width: 45%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #3b5998;
  float: left;
  border-radius: 4px;
  margin-bottom: 40px;
}
.login-item .face-google .google {
  cursor: pointer;
  width: 45%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #dd4b39;
  float: right;
  border-radius: 4px;
  margin-bottom: 40px;
}
.login-item .closeLogin {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.login-item .closeLogin i {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.login-item .forgot-item-title {
  text-align: center;
  width: 420px;
  font-size: 14px;
  font-weight: 400;
  color: #33475b;
  margin: 30px 0 30px;
}
.login-item .goback {
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  color: #33475b;
}
.login-item .goback a:hover, .login-item .rember-forgot .forgot a:hover{
  color: #000;
}
.login-item .setPassHeader {
  margin-top: 50px;
  margin-bottom: 30px;
}
.login-item .setPassHeader .setPassTitle{
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 28px;
  margin-bottom: 10px;
}
.login-item .setPassHeader .setPassText{
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 20px;
}
.login-item .setPasswdSuccess {
  margin: 80px 0px 76px;
  width: 420px;
  text-align: center;
}
.login-item .setPasswdSuccess i{
  font-size: 72px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  color: #49CC49;
}
.login-item .setPasswdSuccess .setPasswdSuccessTitle{
  font-size: 24px;
  color: #000000;
  line-height: 29px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.login-item .setPasswdSuccess .setPasswdSuccessText{
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 20px;
  margin-bottom: 30px;
}
.login-item .setPasswdSuccess .setPasswdSuccessBtn{
  width: 240px;
  height: 44px;
  background: #407CFE;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
#setPassSecond {
  display: none;
}

@media (max-width: 767px) {
  .login-item {
    padding: 0 15px;
  }
  .login-item .el-input {
    width: calc(100vw - 70px);
  }
  .login-item .el-input__inner {
    width: calc(100vw - 70px);
  }
  .login-item .login-button {
    width: calc(100vw - 70px);
  }
  .login-item .loginGuest {
    width: calc(100vw - 70px);
  }
  .login-item .line {
    width: calc(100vw - 70px);
  }
  .login-item .forgot-item-title {
    width: calc(100vw - 70px);
  }
}