.mypanle {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 26px;
  position: relative;
}
.mypanle.has-col {
  border-bottom: 1px solid #f00;
}
.mypanle .title {
  padding: 0 30px;
}
.mypanle .title .title-p {
  margin: 0;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 20px;
  padding: 30px 0 20px 0;
  color: #2c2e34;
}
.mypanle .title .title-p.has-line {
  border-bottom: 1px solid #d9dfe9;
}
.mypanle .content-class {
  padding: 0px 30px 0px 30px;
}

.sms-verification .el-dialog,
.authentication .el-dialog,
.reset-password .el-dialog,
.tips-dialog .el-dialog {
  width: 540px;
  height: 480px;
  border-radius: 15px;
}
.sms-verification .el-dialog .el-dialog__body,
.authentication .el-dialog .el-dialog__body,
.reset-password .el-dialog .el-dialog__body,
.tips-dialog .el-dialog .el-dialog__body {
  padding: 35px 30px 0 80px;
}
.sms-verification .el-dialog .el-dialog__header,
.authentication .el-dialog .el-dialog__header,
.reset-password .el-dialog .el-dialog__header,
.tips-dialog .el-dialog .el-dialog__header {
  display: none;
}
.sms-verification .el-dialog .dialog-header,
.authentication .el-dialog .dialog-header,
.reset-password .el-dialog .dialog-header,
.tips-dialog .el-dialog .dialog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 70px;
}
.sms-verification .el-dialog .dialog-header .icon-duanxinyanzheng,
.authentication .el-dialog .dialog-header .icon-duanxinyanzheng,
.reset-password .el-dialog .dialog-header .icon-duanxinyanzheng,
.tips-dialog .el-dialog .dialog-header .icon-duanxinyanzheng,
.sms-verification .el-dialog .dialog-header .icon-tishi,
.authentication .el-dialog .dialog-header .icon-tishi,
.reset-password .el-dialog .dialog-header .icon-tishi,
.tips-dialog .el-dialog .dialog-header .icon-tishi {
  font-size: 27px;
  color: #3d80c4;
  padding-right: 12px;
}
.sms-verification .el-dialog .dialog-header .title,
.authentication .el-dialog .dialog-header .title,
.reset-password .el-dialog .dialog-header .title,
.tips-dialog .el-dialog .dialog-header .title {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 26px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 26px;
  color: #000;
}
.sms-verification .el-dialog .dialog-header .icon-close16,
.authentication .el-dialog .dialog-header .icon-close16,
.reset-password .el-dialog .dialog-header .icon-close16,
.tips-dialog .el-dialog .dialog-header .icon-close16 {
  font-size: 20px;
  color: #2c2e34;
}
.sms-verification .el-dialog .el-dialog__footer,
.authentication .el-dialog .el-dialog__footer,
.reset-password .el-dialog .el-dialog__footer,
.tips-dialog .el-dialog .el-dialog__footer {
  padding: 30px 80px 0 80px;
}
.sms-verification .el-dialog .el-dialog__footer .dialog-footer,
.authentication .el-dialog .el-dialog__footer .dialog-footer,
.reset-password .el-dialog .el-dialog__footer .dialog-footer,
.tips-dialog .el-dialog .el-dialog__footer .dialog-footer {
  text-align: center;
}
.sms-verification .el-dialog .el-dialog__footer .dialog-footer .el-button,
.authentication .el-dialog .el-dialog__footer .dialog-footer .el-button,
.reset-password .el-dialog .el-dialog__footer .dialog-footer .el-button,
.tips-dialog .el-dialog .el-dialog__footer .dialog-footer .el-button {
  min-width: 80px;
  height: 40px;
  border-radius: 4px;
}
.sms-verification .el-dialog .el-dialog__footer .dialog-footer .close-but,
.authentication .el-dialog .el-dialog__footer .dialog-footer .close-but,
.reset-password .el-dialog .el-dialog__footer .dialog-footer .close-but,
.tips-dialog .el-dialog .el-dialog__footer .dialog-footer .close-but {
  border: 1px solid #3d80c4;
  color: #3d80c4;
}
.sms-verification .el-dialog .el-form,
.authentication .el-dialog .el-form,
.reset-password .el-dialog .el-form,
.tips-dialog .el-dialog .el-form {
  padding-right: 50px;
}
.sms-verification .el-dialog .el-form .el-form-item__label,
.authentication .el-dialog .el-form .el-form-item__label,
.reset-password .el-dialog .el-form .el-form-item__label,
.tips-dialog .el-dialog .el-form .el-form-item__label {
  line-height: 18px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2e34;
}
.sms-verification .el-dialog .sms-code,
.authentication .el-dialog .sms-code,
.reset-password .el-dialog .sms-code,
.tips-dialog .el-dialog .sms-code {
  position: relative;
}
.sms-verification .el-dialog .sms-code .otp-button,
.authentication .el-dialog .sms-code .otp-button,
.reset-password .el-dialog .sms-code .otp-button,
.tips-dialog .el-dialog .sms-code .otp-button {
  position: absolute;
  background: transparent;
  border: none;
  padding: 0;
  line-height: 40px;
  right: 0px;
}
.sms-verification .el-dialog .sms-code .otp-button .span,
.authentication .el-dialog .sms-code .otp-button .span,
.reset-password .el-dialog .sms-code .otp-button .span,
.tips-dialog .el-dialog .sms-code .otp-button .span {
  padding-right: 10px;
}

.tips-dialog .content-back {
  background: #f7f8fd;
  margin: 0 50px 30px 50px;
  max-height: 80px;
  height: 80px;
  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;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tips-dialog .content-back .zh-span {
  font-size: 26px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2e34;
  line-height: 26px;
}
.tips-dialog .content-back .en-span {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2e34;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}
.tips-dialog .el-dialog .dialog-header {
  padding-left: 70px;
  padding-right: 30px;
}
.tips-dialog .el-dialog .el-dialog__body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.password-form .title-div,
.payment-password .title-div {
  margin-top: 0;
}
.password-form .form-tips-loc,
.payment-password .form-tips-loc,
.password-form .form-tips-eng,
.payment-password .form-tips-eng {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555;
  line-height: 20px;
}
.password-form .form-item .el-form-item,
.payment-password .form-item .el-form-item {
  margin-bottom: 20px;
}
.password-form .tips-form .el-form-item--medium .el-form-item__content,
.payment-password .tips-form .el-form-item--medium .el-form-item__content {
  line-height: 26px;
}
.password-form .button-float,
.payment-password .button-float {
  text-align: center;
  padding: 40px 0 40px 0;
}
.el-input__suffix {
  cursor: pointer;
}
.eye-icon {
  font-size: 18px;
  color: #909399;
  cursor: pointer;
  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;
  height: 100%;
  width: 20px;
  position: relative;
}
.eye-icon.is-closed::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #909399;
  opacity: 0.85;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
  border-radius: 1px;
}

