/* 修改密码弹窗 */
.change-password-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.change-password-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 520px;
  height: 564px;
  padding: 50px 39px;
  margin: auto;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0px 15px 30px 0px rgba(21, 60, 216, 0.16);
}

.change-password-header p {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  letter-spacing: 0.48px;
}

.change-password-header img {
  cursor: pointer;
}

.change-password-input {
  margin-top: 30px;
}

.change-password-input p {
  margin-bottom: 16px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  letter-spacing: 0.48px;
}

.change-password-input input {
  width: 442px;
  height: 50px;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #153cd8;
}

.change-password-input input::placeholder {
  color: #999999;
}

.change-password-input div img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto 0;
  cursor: pointer;
}

.change-password-input b {
  margin-left: 10px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ff005e;
  letter-spacing: 0.48px;
}

.change-password-btn {
  margin-top: 50px;
}

.change-password-btn div:nth-child(1) {
  width: 216px;
  height: 38px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #737373;
  line-height: 38px;
  letter-spacing: 0.24px;
  cursor: pointer;
}

.change-password-btn div:nth-child(2) {
  width: 216px;
  height: 38px;
  background: #153cd8;
  border-radius: 6px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 38px;
  letter-spacing: 0.24px;
  cursor: pointer;
}
