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

