.bigbox[data-v-47eb45f1] {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: #f2f2f2;
}
.bigbox .btns[data-v-47eb45f1] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0;
}
.bigbox .btns > div[data-v-47eb45f1] {
  width: 30vw;
  height: 4vh;
  line-height: 4vh;
  text-align: center;
  color: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
}
.bigbox .list[data-v-47eb45f1] {
  width: 90vw;
  background: #fff;
  padding: 0.5rem;
  margin: 0.6rem auto;
  border-radius: 0.5rem;
}
.bigbox .list .title[data-v-47eb45f1] {
  line-height: 1.8rem;
  color: gray;
}
.bigbox .list .star[data-v-47eb45f1] {
  margin-top: 0.8rem;
}
