.slectedColor[data-v-85f06d12] {
  color: #0CA6F0;
}
.cell_zdy[data-v-85f06d12] {
  padding: 12px 20px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
}
.cell_left_zdy[data-v-85f06d12] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  display: flex;
  flex: 1;
  color: #080808;
  font-size: 16px;
  justify-items: center;
  line-height: 22px;
  text-align: left;
}
.cell_right_zdy[data-v-85f06d12] {
  width: 30%;
  height: 22px;
  text-align: right;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cell_right_zdy img[data-v-85f06d12] {
  width: 18px;
  height: 18px;
}
.cell_zdy[data-v-85f06d12]::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  right: 16px;
  bottom: 0;
  left: 16px;
  border-bottom: 1px solid #E9E9E9;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.checkIcon[data-v-85f06d12] {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 12px;
  padding-top: 0.5px;
  margin-top: 2px;
}
.cell-checked[data-v-85f06d12] {
  border-radius: 50%;
  background-color: #a0cbf1;
  color: #0caef3 !important;
}