.big-box[data-v-5cffc67c] {
  width: 100vw;
  height: 100vh;
  background: rgb(245, 247, 250);
  box-sizing: border-box;
  overflow: hidden;
}
.big-box .main[data-v-5cffc67c] {
  overflow: scroll;
  height: 100%;
}
.big-box .main .site[data-v-5cffc67c] {
  margin-left: 20px;
}
.big-box .main .item[data-v-5cffc67c] {
  min-height: 40px;
  border-bottom: 1px solid rgb(223, 223, 223);
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}
.big-box .main .item > div[data-v-5cffc67c] {
  text-align: center;
}
.big-box .main .item > div[data-v-5cffc67c]:nth-child(1) {
  width: 40px;
}
.big-box .main .item > div[data-v-5cffc67c]:nth-child(2) {
  width: calc(100vw - 80px);
  text-align: left;
}
.big-box .main .item > div[data-v-5cffc67c]:nth-child(3) {
  width: 40px;
}
