
[data-v-9972b69c]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-9972b69c]::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
.box[data-v-9972b69c] {
  padding: 10px;
  margin-right: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(242, 242, 242);
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.top[data-v-9972b69c] {
  padding: 10px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.bottom[data-v-9972b69c] {
  margin-top: 15px;
  padding: 10px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.but[data-v-9972b69c] {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.bottom_in[data-v-9972b69c] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.bottom_in > div[data-v-9972b69c] {
  width: 20%;
  min-width: 200px;
}
.bottom_in > div[data-v-9972b69c] {
  margin-top: 10px;
}

