#btnWrap[data-v-c9e435a2] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.2rem;
  width: 100%;
}
#btnWrap .btn[data-v-c9e435a2] {
  font-size: 0.24rem;
  color: #999999;
  width: 1.27rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: white;
  margin-right: 0.2rem;
  border-radius: 5%;
}
#btnWrap .active[data-v-c9e435a2] {
  color: white;
  background: #ee414e;
}

#udream-table[data-v-27dea5e0] {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 0.3rem;
  width: 100%;
}
#udream-table .table[data-v-27dea5e0] {
  font-size: 0.22rem;
}
#udream-table .table .th[data-v-27dea5e0] {
  height: 0.82rem;
  line-height: 0.82rem;
  background-color: white;
  color: #999999;
  text-align: center;
  position: relative;
}
#udream-table .table .th .arrow[data-v-27dea5e0] {
  width: 0.16rem;
  height: 0.1rem;
}
#udream-table .table .th[data-v-27dea5e0]::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #c7c7c7;
  color: #c7c7c7;
  transform-origin: 0 100%;
  transform: scaleY(0.5);
}
#udream-table .table .list-tr[data-v-27dea5e0] {
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: white;
  color: #666666;
}
#udream-table .table .list-tr td[data-v-27dea5e0] {
  text-align: center;
  position: relative;
}
#udream-table .table .list-tr td[data-v-27dea5e0]::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.05rem;
  border-bottom: 0.05rem solid #c7c7c7;
  color: #c7c7c7;
  transform-origin: 0 100%;
  transform: scaleY(0.1);
}
#udream-table .table .list-tr:last-child td[data-v-27dea5e0]::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  border-bottom: none;
  color: #c7c7c7;
  transform-origin: 0 100%;
  transform: scaleY(0);
}
#udream-table .noData[data-v-27dea5e0] {
  background: white;
  text-align: center;
  width: 100%;
  font-size: 0.24rem;
  padding: 0.2rem;
  color: #999999;
}

