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

.uploadedExcel .mytable .myicon-option .el-button.is-disabled[data-v-bd01822c] {
  color: #707070;
}

.ExUpFrom {
  padding: 10px 20px 0 20px;
}
.downloadBtn {
  border: none;
  background: #008aff;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  padding: 10px 20px;
  margin-left: 10px;
  position: absolute;
  top: -71px;
  left: 449px;
}
.downloadBtn:focus,
.downloadBtn:hover {
  background: #008aff !important;
  color: #fff !important;
  border: none;
}
.queryBtn {
  border: none;
  background: #41b883;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 11px 20px;
  margin-left: 10px;
  position: absolute;
  top: 0;
  left: 449px;
}
.queryBtn:focus,
.queryBtn:hover {
  background: #67c69c !important;
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 4px !important;
  padding: 11px 20px !important;
  margin-left: 10px !important;
}
.el-upload-list {
  position: absolute;
  left: 140px;
  top: -45px;
  width: 177px;
}
.el-upload-list__item:hover {
  background-color: rgba(255,255,255,0);
}
.el-upload-list__item .el-icon-close {
  top: 6px;
}
.excelUploadTable {
  position: relative;
  padding-top: 10px;
}
.mytableTitle {
  font-size: 20px;
  font-family: '方正黑体';
  color: #333;
  font-weight: bold;
  line-height: 40px;
  margin: 0 0 10px;
  position: relative;
}
.browseBtn {
  position: absolute;
  top: -35px;
  left: 347px;
  width: 98px;
}
.upLoadBtn {
  position: absolute;
  top: -35px;
  left: 449px;
}
.uploadedExcel .el-button.is-disabled {
  color: #c0c4cc;
}
.el-upload-list__item-status-label {
  top: 1px;
}
.myExcelBtn {
  padding: 7px 20px;
}

