
[data-v-200984d8]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-200984d8]::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
.box[data-v-200984d8] {
  padding: 15px;
  /* height: 100%; */
  width: 100%;
  background-color: rgb(242, 242, 242);
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.box>div[data-v-200984d8]{
  padding: 0 15px 15px;
  box-sizing: border-box;
  height: 100%;
}
.top[data-v-200984d8] {
  width: 100%;
  background-color: rgb(242, 242, 242);
  padding:15px 0;
}
.nav_top[data-v-200984d8] {
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.nav_top > div[data-v-200984d8] {
  /* padding: 5px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.text[data-v-200984d8] {
  margin-right: 5px;
}
.value[data-v-200984d8] {
  display: flex;
  align-items: center;
}
.bottom[data-v-200984d8] {
  /* margin-top: 5px; */
  width: 100%;
  background-color: rgb(255, 255, 255);
}

