
[data-v-64fae068]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-64fae068]::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
.box[data-v-64fae068] {
  padding: 15px;
  /* height: 100%; */
  width: 100%;
  background-color: rgb(242, 242, 242);
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.bottom[data-v-64fae068] {
  padding:15px;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
}

