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

