.bigbox[data-v-39595269] {
  width: 100vw;
  height: 100vh;
}
.bigbox .main[data-v-39595269] {
  overflow: hidden;
  background: #f1faf9;
}
.bigbox .main .cellBox[data-v-39595269] {
  padding: 0 1rem;
  overflow: scroll;
  height: 87vh;
}
.bigbox .main .cellBox .item[data-v-39595269] {
  background: #fff;
  margin-top: 10px;
  border-radius: 5px 0 5px 0;
  padding: 0 1rem;
  font-size: 0.9rem;
  position: relative;
  border-radius: 0.4rem;
}
.bigbox .main .cellBox .item .other[data-v-39595269] {
  color: rgb(114, 112, 112);
  display: flex;
  justify-content: space-between;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  font-size: 20px;
  color: #74798c;
}
.bigbox .main .cellBox .item .name[data-v-39595269] {
  font-size: 1rem;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row;
}
.bigbox .main .cellBox .item .name .imgBox[data-v-39595269] {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  margin-right: 10px;
  padding: 0.3rem;
}
