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

.reset-password .el-dialog {
  width: 540px;
  height: 370px !important;
}
.reset-password .el-dialog__footer {
  padding-top: 30px;
}
.reset-password .el-form-item__label {
  line-height: 36px !important;
}
.reset-password .close-but {
  background: #3d80c4;
  color: #fff !important;
}

.authentication .el-dialog,
.reset-password .el-dialog,
.tips-dialog .el-dialog {
  width: 540px;
  height: 370px !important;
}
.authentication .el-dialog .icon-tishi,
.reset-password .el-dialog .icon-tishi,
.tips-dialog .el-dialog .icon-tishi {
  font-size: 29px;
}
.authentication .el-dialog .dialog-header,
.reset-password .el-dialog .dialog-header,
.tips-dialog .el-dialog .dialog-header {
  padding-bottom: 50px !important;
}
.authentication .el-dialog .el-dialog__footer,
.reset-password .el-dialog .el-dialog__footer,
.tips-dialog .el-dialog .el-dialog__footer {
  padding-top: 15px;
}

.user-dialog #dialog-content {
  max-height: 520px !important;
  max-width: 880px;
  overflow-y: scroll;
  padding-right: 5px;
}
.bdtop {
  border-top: 1px solid #e5e5e5;
}

.search-form[data-v-a1c23858] {
  margin-bottom: 0px;
}
.search-but[data-v-a1c23858] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 30px;
}

.messageBox .el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1;
  color: #303133;
  font-weight: 600 !important;
  letter-spacing: 2px;
}
.messageBox .el-message-box__message p {
  margin: 0;
  line-height: 24px;
  font-weight: 400 !important;
  letter-spacing: 1px;
  font-size: 26px;
}
.messageBox .el-message-box__btns {
  padding: 15px 15px 0;
  margin-bottom: 25px;
  text-align: center;
}
.el-message-box--center .el-message-box__content {
  padding-left: 27px;
  padding-right: 27px;
  background: #f7f8fd;
  margin: 0px 50px 30px 50px;
  border-radius: 5px;
  height: 80px;
  max-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;
}

