.wtc_setCardPosition-table[data-v-1f2e1750] {
  border-left: 1px solid #d9d9d9;
  font-size: 12px;
  color: #212121;
  background-color: #fff;
  width: 801px;
}
.wtc_setCardPosition-table .wtc_setCardPosition-table-header[data-v-1f2e1750] {
  display: flex;
  height: 40px;
  line-height: 40px;
}
.wtc_setCardPosition-table-header .wtc_setCardPosition-table-header-item[data-v-1f2e1750] {
  /*position: relative;*/
  display: flex;
  justify-content: center;
  flex: 0 0 200px;
  /*text-align: center;*/
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.wtc_setCardPosition-table-header-item .wtc_setCardPosition-table-body-tips-icon[data-v-1f2e1750] {
  display: block;
  margin-left: 6px;
  cursor: pointer;
  color: #666;
  height: 16px;
  line-height: 40px;
}
/*.wtc_setCardPosition-table-body-tips-icon {*/
/*position: absolute;*/
/*top: 12px;*/
/*left: 67%;*/
/*}*/
.wtc_setCardPosition-table-body .wtc_setCardPosition-table-body-row[data-v-1f2e1750] {
  display: flex;
  height: 40px;
}
.wtc_setCardPosition-table-body .wtc_setCardPosition-table-body-row .wtc_setCardPosition-table-body-col[data-v-1f2e1750] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 200px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.wtc_setCardPosition-table-body-row .wtc_setCardPosition-table-body-col-text[data-v-1f2e1750] {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
}
.wtc_setCardPosition-table-body-row .wtc_setCardPosition-table-body-col .wtc_setCardPosition-table-body-btn[data-v-1f2e1750] {
  position: relative;
  width: 40px;
  height: 24px;
  border-radius: 12px;
  padding: 2px;
  box-sizing: border-box;
}
.wtc_setCardPosition-table-body-btn .wtc_setCardPosition-table-body-btn-inner[data-v-1f2e1750] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}
.wtc_setCardPosition-btn-hidden[data-v-1f2e1750] {
  display: none;
}
.wtc_setCardPosition-btn-close[data-v-1f2e1750] {
  background-color: #bbb;
  cursor: pointer;
}
.wtc_setCardPosition-btn-open[data-v-1f2e1750] {
  background-color: var(--themeColor, #276FF5);
  cursor: pointer;
}
.wtc_setCardPosition-btn-close .wtc_setCardPosition-table-body-btn-inner[data-v-1f2e1750] {
  float: left;
}
.wtc_setCardPosition-btn-open .wtc_setCardPosition-table-body-btn-inner[data-v-1f2e1750] {
  float: right;
}
.wtc_setCardPosition-btn-disable[data-v-1f2e1750] {
  cursor: not-allowed;
  opacity: 0.5;
}
.wtc_setCardPosition-table-body-empty[data-v-1f2e1750] {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #212121;
}
