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

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

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

