@media screen and (min-width: 1680px) {
  html {
    font-size: 22px;
  }
  .test {
    color: red;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  html {
    font-size: 20px;
  }
  .test {
    color: black;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
  .test {
    color: yellow;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
  .test {
    color: green;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .test {
    color: blue;
  }
}
.pagination {
  padding-bottom: 40px \9;
  text-align: center;
  padding-bottom: 0.4rem;
}
.pagination .page-item {
  width: 35px \9;
  height: 35px \9;
  line-height: 35px \9;
  font-size: 18px \9;
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  width: 0.35rem;
  height: 0.35rem;
  line-height: 0.35rem;
  background: #fff;
  font-size: 0.18rem;
}
.pagination .page-item a {
  color: #666666;
}
.pagination .page-item.active {
  background-color: #1890ff;
  text-align: center;
}
.pagination .page-item.active a {
  color: #fff;
}
.pagination .page-item.prevPage,
.pagination .page-item.nextPage {
  width: 65px \9 !important ;
  width: 0.65rem !important;
}
