.paging {
  margin-top: 24px;
  overflow: hidden;
}
.el-pagination__sizes {
  margin-right: 24px;
}
.el-pagination__sizes .el-select {
    height: 26px;
    line-height: 26px !important;
    vertical-align: top;
}
.el-pagination__sizes .el-select /deep/.el-input {
      width: 90px;
}
.el-input--mini .el-input__inner {
  line-height: 26px !important;
  height: 26px !important;
}
/deep/.el-input--mini .el-input__icon {
  line-height: 28px !important;
}
.el-pagination__sizes .el-input__icon {
  line-height: 28px !important;
}
.el-select-dropdown {
  padding: 0 !important;
}
.el-pagination__editor.el-input .el-input__inner {
  height: 26px !important;
  line-height: 26px !important;
}
.el-pagination__jump {
  margin-left: 24px;
}
.page-text {
  color: #191B21;
  font-weight: 400;
  text-align: center;
}
.el-pagination button, .el-pagination span:not([class*=suffix]) {
  line-height: 26px;
  height: 26px;
}
.el-pagination__total {
  margin-right: 24px;
}
.el-pagination .btn-next, .el-pagination .btn-prev {
  min-width: 26px;
  width: 26px;
  height: 26px;
  border: 1px solid #EBECF0;
  box-sizing: border-box;
  padding: 0 !important;
}
.el-pagination .btn-next {
  margin-left: 8px;
}
.el-pagination .btn-prev {
  margin-right: 8px;
}

.tabsWrap[data-v-df5904b4] {
  width: 100%;
  height: 58px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 0 24px;
  box-sizing: border-box;
}
.tabsWrap p[data-v-df5904b4] {
    font-weight: 600;
    font-size: 18px;
    color: #596178;
    height: 58px;
    line-height: 58px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    cursor: pointer;
}
.tabsWrap #active[data-v-df5904b4] {
    color: #1D6EFE;
    border-bottom: 2px solid #1D6EFE;
}
.tabsWrap .searchWrap[data-v-df5904b4] {
    margin-left: auto;
}

.teamWrap[data-v-cc1187b6] {
  height: 100%;
}
.teamWrap .tabName[data-v-cc1187b6] {
    font-size: 20px;
    font-weight: 400;
    color: #787C88;
    margin-bottom: 12px;
}
.teamWrap .tabName span[data-v-cc1187b6] {
      cursor: pointer;
      margin-right: 30px;
}
.teamWrap .tabName .isActive[data-v-cc1187b6] {
      color: #191B21;
      font-weight: 600;
}
.teamWrap .teamListCon[data-v-cc1187b6] {
    width: 100%;
    min-height: calc(100% - 70px);
    padding: 24px;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
}
.teamWrap .teamListCon .btnWrap[data-v-cc1187b6] {
      width: 100%;
      height: 36px;
}
.teamWrap .teamListCon .btnWrap .rightWrap[data-v-cc1187b6] {
        float: right;
}
.teamWrap .teamListCon .btnWrap .rightWrap span[data-v-cc1187b6] {
          color: #787C88;
          font-size: 14px;
          display: inline-block;
          line-height: 36px;
          margin-right: 20px;
}
.teamWrap .teamListCon .btnWrap .rightWrap p[data-v-cc1187b6] {
          font-size: 14px;
          line-height: 36px;
          text-align: center;
          cursor: pointer;
          display: inline-block;
}
.teamWrap .teamListCon .btnWrap .rightWrap p img[data-v-cc1187b6] {
            width: 16px;
            height: 16px;
            margin-bottom: -3px;
            margin-right: 8px;
}
.teamWrap .teamListCon .btnWrap .rightWrap .btn1[data-v-cc1187b6] {
          width: 136px;
          color: #ffffff;
          background: #1D6EFE;
          border-radius: 2px;
}
.teamWrap .teamListCon .tableList[data-v-cc1187b6] {
      margin-top: 24px;
}
.teamWrap .teamListCon .tableList .pointErr[data-v-cc1187b6] {
        display: inline-block;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background: #F25556;
}
.teamWrap .teamListCon .tableList .pointSucc[data-v-cc1187b6] {
        display: inline-block;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background: #1DD454;
}
.teamWrap .teamListCon .tableList .pointWar[data-v-cc1187b6] {
        display: inline-block;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background: #F8A94A;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog {
    width: 600px;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog .el-dialog__header {
      padding: 30px;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog .el-dialog__header .el-dialog__headerbtn {
        top: 30px;
        right: 30px;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog .el-dialog__body {
      padding: 0 30px 20px 30px;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog .el-dialog__body .jurisdictionList div {
        height: 36px;
        line-height: 36px;
        border-radius: 2px;
        border: 1px solid #EBECF0;
        font-size: 14px;
        font-weight: 400;
        color: #191B21;
        display: inline-block;
        vertical-align: top;
        padding: 0 16px;
        cursor: pointer;
        margin-right: 16px;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog .el-dialog__body .jurisdictionList .isActive {
        height: 36px;
        border-radius: 2px;
        border: 1px solid #1D6EFE;
        font-size: 14px;
        font-weight: 400;
        color: #1D6EFE;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog .el-dialog__body .jurisdictionCon .listItem {
        width: 50%;
        display: inline-block;
        cursor: pointer;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog .el-dialog__body .jurisdictionCon .listItem img {
          width: 16px;
          height: 16px;
          margin-bottom: -3px;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog .el-dialog__body .addBtn {
        width: 116px;
        height: 32px;
        background: #1D6EFE;
        border-radius: 2px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;
        text-align: center;
        margin: 50px auto 0 auto;
        cursor: pointer;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog .el-dialog__body .isSucc {
        width: 78px;
        height: 78px;
        margin: 90px auto 20px auto;
        display: block;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog .el-dialog__body .isSuccTitle {
        font-size: 16px;
        font-weight: 600;
        color: #191B21;
        line-height: 16px;
        text-align: center;
}
.teamWrap .addTeamList[data-v-cc1187b6] .el-dialog .el-dialog__body .isSuccTitle2 {
        font-size: 14px;
        font-weight: 400;
        color: #787C88;
        text-align: center;
        margin-top: 12px;
        margin-bottom: 150px;
}

