.forgetPasswordDialog .tips[data-v-c97114a6] {
  font-weight: bold;
}
.forgetPasswordDialog .btn-box[data-v-c97114a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.forgetPasswordDialog .btn-box .next-btn[data-v-c97114a6] {
  width: 350px;
  margin: 20px auto 0;
}
.forgetPasswordDialog .phone-input[data-v-c97114a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lastFourphone[data-v-c97114a6] {
  display: inline-block;
  margin: 0 5px;
}
.phone-number[data-v-c97114a6] {
  text-align: center;
  line-height: 40px;
  margin: 0 2px;
}
[data-v-c97114a6] .el-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  /* 兼容IE */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  /* 兼容IE */
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
[data-v-c97114a6] .el-dialog .el-dialog__body {
  padding: 10px 20px 30px 20px;
  max-height: 100%;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1 1 auto;
  /* 兼容IE */
  overflow-y: auto;
  overflow-x: hidden;
}
.identify-input[data-v-c97114a6] {
  margin-top: 15px;
}
.identify-input[data-v-c97114a6] .el-input-group__append {
  padding: 0;
}

