.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;
}

.el-pagination {
  text-align: center;
  max-height: 16px;
  padding: 40px 0 50px 0;
  color: #2c2e34;
}
.el-pagination button {
  line-height: 16px;
  max-height: 16px;
}
.el-pagination .el-pagination__total,
.el-pagination .btn-next,
.el-pagination .btn-prev {
  color: #2c2e34;
}
.el-pagination span:not([class*=suffix]) {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 16px;
  max-height: 16px;
}
.el-pagination button:disabled span {
  color: #cacfd2 !important;
}
.el-pagination .el-pager {
  line-height: 20px;
  max-height: 20px;
}
.el-pagination .el-pager li {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  height: 20px;
  width: 20px;
  max-height: 20px;
  min-width: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0 10px;
}
.el-pagination .el-pager li.active {
  color: #3d80c4 !important;
  background: #f1f7fb;
  border-radius: 50%;
}
.el-pagination .el-pager .more::before {
  line-height: 16px;
}

.payee-Infomation .search-back {
  background: #f7f8fd;
  border-radius: 6px;
  padding: 30px 25px;
  margin-bottom: 30px;
}
.payee-Infomation .search-back .el-form-item {
  margin-bottom: 0;
}
.payee-Infomation .search-back .el-form-item .el-input--medium .el-input__inner {
  background: #fff;
}
.payee-Infomation .search-back .col-button {
  text-align: right;
}
.payee-Infomation .search-back .col-button .el-button {
  min-height: 40px;
}
.payee-Infomation .el-table__header .cell {
  min-height: 34px;
  line-height: 34px;
}
.payee-Infomation .el-table__body tbody .el-radio__label {
  display: none;
}
.payee-Infomation .el-table__body .el-radio__inner {
  width: 16px;
  height: 16px;
}
.payee-Infomation .dialog-footer {
  text-align: center;
}
.payee-Infomation .dialog-footer .confirm {
  color: #fff !important;
}

.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;
}

.transfer .transfer-amount {
  margin-bottom: 40px;
}
.transfer .transfer-amount .required {
  color: #f56c6c;
  font-size: 12px;
  width: 9.45px;
  display: inline-block;
}
.transfer .transfer-amount .lable-span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #606266;
  line-height: 40px;
  display: inline-block;
  padding-right: 30px;
}
.transfer .transfer-amount .tip-class {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2e34;
}
.transfer .amount-form {
  position: relative;
}
.transfer .amount-form .ccy-class {
  position: absolute;
  right: 15px;
  height: 40px;
  line-height: 40px;
}
.transfer .amount-form .el-input__inner {
  padding: 0 60px 0 10px;
}

