#change-password {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: PingFangSC-Medium, PingFang SC;
  }

  #change-password * {
    font-family: PingFangSC-Medium, PingFang SC;
  }

  #change-password img {
    width: 20px;
    height: auto;
  }

  #change-password .code-left-icon {
    position: absolute;
    top: 15px;
    left: 16px;
  }

  #change-password .popups-password {
    width: 500px;
    height: 620px;
    background: #fff;
    border-radius: 10px;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
  }

  #change-password .popup-head {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #change-password .popup-head span {
    margin-left: 16px;
    color: #303133;
    font-weight: 500;
  }

  #change-password .popup-head img {
    margin-right: 40px;
  }

  #change-password .popup-line {
    height: 1px;
    background: #f0f0f0;
    margin-bottom: 39px;
  }

  #change-password .popup-body {
    flex: 1;
  }

  #change-password .password-input {
    margin: 0 auto;
    width: 400px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #dddfe8;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
  }

  #change-password .password-input img {
    margin: 0 8px 0 16px;
  }

  #change-password .password-input input {
    height: 22px;
    font-size: 16px;
    flex: 1;
    line-height: 22px;
    border: none;
    outline: initial;
  }

  #change-password .password-input input::placeholder {
    color: #dddfe8;
  }

  #change-password .password-input input:focus {
    box-shadow: 0 0 0 0 transparent;
  }

  #telCodeInput:focus {
    box-shadow: 0 0 0 0 transparent;
  }

  #change-password .password-button {
    display: flex;
    float: right;
  }

  #change-password .password-cancel {
    width: 80px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #dddfe8;
    line-height: 40px;
    text-align: center;
    margin-right: 26px;
    cursor: pointer;
  }

  #change-password .password-sure {
    width: 80px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #c31a20;
    line-height: 40px;
    text-align: center;
    background: #c31a20;
    color: #fff;
    margin-right: 40px;
    cursor: pointer;
  }
  #change-password .tel-code {
    display: flex;
    align-items: center;
    width: 400px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  #change-password .tel-code-box {
    width: 280px;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
  }
  #change-password .tel-code-box input {
    border: 1px solid #dddfe8;
  }
  #change-password .tel-code-box input::placeholder {
    color: #dddfe8;
  }
  .changPassword-icon {
    width: 28px;
  }

  .changPassword-block {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }

  .changPassword-block span {
    margin: 0 24px 0 4px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
  }
  .code-mobile-active {
    color: #000000 !important;
  }