.mask[data-v-1d9e9c68] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.mask .content[data-v-1d9e9c68] {
  position: absolute;
  padding: 20px 15px 0;
  left: 0;
  margin: auto;
  width: 700px;
  height: 670px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.mask .close-btn[data-v-1d9e9c68] {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: #f7f8f9;
  cursor: pointer;
}
.mask .input[data-v-1d9e9c68] {
  width: 120px;
}
.mask .pagination[data-v-1d9e9c68] {
  margin-top: 20px;
}

