.login {
  margin-top: 80px;
  width: 380px;
  height: 540px;
  background: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.login .title {
  position: relative;
  text-align: center;
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 10px;/*&:after{*/
  /*    position: absolute;*/
  /*    left: 50%;*/
  /*    bottom:0;*/
  /*    margin-left: -30px;*/
  /*    content: '';*/
  /*    width: 60px;*/
  /*    height: 1px;*/
  /*    background-color: #333333;*/
  /*}*/
}
.login .login-state {
  height: 40px;
  line-height: 40px;
  margin: 20px 20px 0 20px;
}
.login .login-state > div {
  float: left;
  width: 170px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
}
.login .login-state > div.active {
  color: #2f39ff;
  border-bottom: 2px solid #2f39ff;
}
.login .form {
  width: 300px;
  margin: 0 auto;
}
.login .form .account-login .input {
  width: 300px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  margin-top: 30px;
}
.login .form .account-login .input.name {
  position: relative;
}
.login .form .account-login .input.name:before {
  position: absolute;
  left: 12px;
  top: 10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../../../img/login/login-name.png") no-repeat;
}
.login .form .account-login .input.password {
  position: relative;
}
.login .form .account-login .input.password:before {
  position: absolute;
  left: 12px;
  top: 9px;
  content: '';
  width: 20px;
  height: 22px;
  background: url("../../../img/login/login-password.png") no-repeat;
}
.login .form .account-login .input input {
  padding-left: 30px;
  width: 205px;
  margin: 10px;
  height: 20px;
}
.login .form .account-login .ft-password {
  text-align: right;
  height: 40px;
  line-height: 32px;
}
.login .form .account-login .ft-password a {
  font-size: 14px;
  color: #999999;
}
.login .form .account-login .submit {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #2f39ff;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.login .form .code-login .input {
  width: 300px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  margin-top: 30px;
}
.login .form .code-login .input.phone {
  position: relative;
}
.login .form .code-login .input.phone:before {
  position: absolute;
  left: 12px;
  top: 10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../../../img/login/login-phone.png") no-repeat;
}
.login .form .code-login .input input {
  padding-left: 27px;
  width: 205px;
  margin: 10px;
  height: 20px;
}
.login .form .code-login .code {
  position: relative;
  margin-top: 30px;
}
.login .form .code-login .code .input-code {
  position: relative;
  float: left;
  width: 180px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}
.login .form .code-login .code .input-code:before {
  position: absolute;
  left: 12px;
  top: 10px;
  content: '';
  width: 20px;
  height: 22px;
  background: url("../../../img/login/login-code.png") no-repeat;
}
.login .form .code-login .code .input-code input {
  width: 127px;
  padding-left: 30px;
  margin: 10px;
  height: 20px;
}
.login .form .code-login .code .btn-code {
  float: right;
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #ff6666;
  border-radius: 4px;
  cursor: pointer;
}
.login .form .code-login .submit {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #2f39ff;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
}
.login .form .txt {
  padding: 15px 0 33px 0;
  font-size: 14px;
  text-align: right;
}
.login .form .txt a {
  color: #FB4343;
}
.login .third-party-login {
  width: 300px;
  margin: 0 auto;
}
.login .third-party-login .title-txt {
  position: relative;
  text-align: center;
  font-size: 12px;
}
.login .third-party-login .title-txt:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: '';
  width: 62px;
  height: 1px;
  background-color: #bfbfbf;
}
.login .third-party-login .title-txt:after {
  position: absolute;
  right: 0;
  top: 4px;
  content: '';
  width: 62px;
  height: 1px;
  background-color: #bfbfbf;
}
.login .third-party-login .third-party-type {
  margin-top: 20px;
  overflow: hidden;
  display: flex;
}
.login .third-party-login .third-party-type .qq {
  float: left;
  width: 45px;
  height: 45px;
  background: url("../../../img/login/login-qq.png") no-repeat;
  margin: 0 75px 0 64px;
}
.login .third-party-login .third-party-type .wx {
  float: left;
  width: 45px;
  height: 45px;
  cursor: pointer;
  margin: 0 auto;
}
.login .agreement {
  font-size: 12px;
  padding-top: 18px;
}
.login .agreement a {
  color: #FB4343;
}
.login .popover {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(153, 153, 153, 0.2);
  z-index: 999;
}
.login .popover .dialog-container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -110px;
  margin-left: -240px;
  width: 480px;
  height: 220px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(153, 153, 153, 0.16);
  opacity: 1;
  border-radius: 10px;
}
.login .popover .dialog-container .del {
  position: absolute;
  right: 16px;
  top: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url("../../../img/del.png") no-repeat;
}
.login .popover .dialog-container .content {
  height: 170px;
  padding: 30px 20px 0;
}
