.pagination[data-v-4166c0] {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 6px 20px;
  border-radius: 5px;
  border: 1px solid #888888;
  text-align: center;
}
button[data-v-4166c0] {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #778087;
  border-radius: 3px;
  outline: none;
  height: 21px;
  cursor: pointer;
  padding: 0 2px;
  width: 55px;
  height: 29px;
}
.pagebtn[data-v-4166c0] {
  position: relative;
  bottom: 1px;
  width: 40px;
  margin: 0 4px;
}
.current[data-v-4166c0] {
  color: white;
  background-color: #3485fb
}
.first-leave-active[data-v-4166c0],.first-enter-active[data-v-4166c0]{
    transition: all .4s;
     opacity: 0;
}
.first-leave-to[data-v-4166c0],.first-enter[data-v-4166c0]{
  margin-left: -48px;
}
.last-leave-active[data-v-4166c0],.last-enter-active[data-v-4166c0]{
    transition: all .4s;
     opacity: 0;
}
.last-leave-to[data-v-4166c0],.last-enter[data-v-4166c0]{
  margin-left: -48px;
}
