@charset "UTF-8";
/*
  ft: font

*/
sub[data-v-2e840f8a],
sup[data-v-2e840f8a] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup[data-v-2e840f8a] {
  top: -0.5em;
}
sub[data-v-2e840f8a] {
  bottom: -0.25em;
}
.shu[data-v-2e840f8a] {
  display: inline-block;
  content: '';
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.14);
  margin: -2px 10px;
}
.institutional .screenCon[data-v-2e840f8a], .institutional .screenCon .screenContent[data-v-2e840f8a], .institutional .screenCon .keySearch[data-v-2e840f8a], .curPagination[data-v-2e840f8a] {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*
	多行省略号
*/
/*
	字体颜色 大小 粗细 默认
*/
/*
	flex 布局
*/
.css1.el-tooltip__popper.is-dark[data-v-2e840f8a] {
  background: #ffffff;
  box-shadow: 1px 0px 13px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 14px 20px;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-2e840f8a] {
    border-top-color: #f5f5f5;
}
.css1.el-tooltip__popper.is-dark .popper__arrow[data-v-2e840f8a]::after {
      bottom: 1px;
      margin-left: -5px;
      border-top-color: #fff;
      border-bottom-width: 0;
}
.el-tooltip__popper.is-dark[data-v-2e840f8a] {
  max-width: 800px;
}
.institutional[data-v-2e840f8a] {
  width: 1200px;
  margin: 10px auto 0;
  min-height: 600px;
  padding-top: 10px;
}
.institutional .screenCon[data-v-2e840f8a] {
    margin: 20px 0;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    height: 64px;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 0 30px;
}
.institutional .screenCon .screenWrap[data-v-2e840f8a] {
      margin-right: 20px;
}
.institutional .screenCon .keySearch[data-v-2e840f8a] {
      box-sizing: border-box;
      overflow: hidden;
      width: 250px;
      height: 40px;
      background: #ffffff;
      border-radius: 4px;
      border: 1px solid #d9d9d9;
}
.institutional .screenCon .keySearch input[data-v-2e840f8a] {
        box-sizing: border-box;
        flex: 1;
        height: 100%;
        text-indent: 16px;
}
.institutional .screenCon .addBtn[data-v-2e840f8a] {
      width: 104px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      line-height: 40px;
      color: #fff;
      background: linear-gradient(122deg, #f34b3d 0%, #d41404 100%);
      border-radius: 4px;
      cursor: pointer;
}
.institutional .inner[data-v-2e840f8a] {
    height: 500px;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
}
.curPagination[data-v-2e840f8a] {
  justify-content: center;
  margin: 30px auto;
}
.maskLayer[data-v-2e840f8a] {
  width: 1280px;
  height: 1740px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 4px 4px;
  position: relative;
  top: -610px;
  left: 40px;
}
.innerTitle[data-v-2e840f8a] {
  width: 100%;
  height: 28px;
  text-align: center;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
.top1[data-v-2e840f8a] {
  height: 20px;
}
.bottom1[data-v-2e840f8a] {
  height: 10px;
}
.btnDiv[data-v-2e840f8a] {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.btnDiv input[data-v-2e840f8a] {
    width: 320px;
    height: 48px;
    background: linear-gradient(122deg, #e74a3d 0%, #d41404 100%);
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 22px;
    border: 1px solid #ffffff;
}
.btnDiv input[data-v-2e840f8a] {
  cursor: pointer;
}


.el-table__header-wrapper,
.el-table__footer-wrapper {
  overflow: hidden;
  height: 42px;
  line-height: 42px;
}
.inner .el-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  font-size: 14px;
  color: #333;
  box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 5%);
}
.el-table th.el-table__cell {
  background-color: #f6f9ff;
  font-size: 14px;
  font-weight: 400;
  color: #4066b3;
  line-height: 20px;
}
.el-pager li {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  margin-left: 5px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}
.el-pager li.active {
  color: #ffffff;
  background: #2c4069 linear-gradient(122deg, #f34b3d 0%, #d41404 100%);
}
.el-pagination .btn-next {
  height: 30px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  margin-left: 5px;
  text-align: center;
}
.el-pagination .btn-prev {
  height: 30px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  margin-left: 5px;
  text-align: center;
}
.el-pagination .btn-prev {
  background-color: #ffffff;
}
.el-table th.el-table__cell.is-leaf,
.el-table td.el-table__cell {
  border-bottom: 1px solid #ebeef5;
  text-align: center;
}
input#aaa {
  outline: none;
  border: none;
  caret-color: #333;
  box-sizing: border-box;
  border: solid 0.5px;
}
input#bbb {
  outline: none;
  border: none;
  caret-color: #333;
  box-sizing: border-box;
  border: solid 0.5px;
}
.institutional {
  height: 500px;
}
.el-table tr {
  background-color: #fbfbfb;
}
.el-table--group::after,
.el-table--border::after,
.el-table::before {
  content: '';
  position: absolute;
  background-color: #ebeefb;
  z-index: 0;
}
.color {
  width: 100%;
  height: 30px;
  background: #fbfbfb;
}
.closeBnt {
  width: 104px;
  height: 40px;
  background: #4066b3;
  border-radius: 4px;
  border: #4066b3 1px solid;
  color: #ffffff;
  position: absolute;
  right: 15px;
}

