body {
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
body a {
  text-decoration: none;
}

.myFooter {
  display: flex;
  margin: auto;
  margin-bottom: 0;
  width: 100%;
}

.pageslist {
  text-align: center;
  position: relative;
  margin-left: -14px;
  padding: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pageslist span,
.pageslist a {
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 0 !important;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #ec4d3d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.pageslist span .layui-icon,
.pageslist a .layui-icon {
  color: #bbb !important;
}
.pageslist .active {
  width: 44px;
  height: 44px;
  background: #ec4d3d;
  border-radius: 6px;
  cursor: pointer;
  padding: 0 !important;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageslist .page-dot {
  color: rgb(110, 110, 110) !important;
}
.pageslist .goto .layui-icon {
  color: rgb(110, 110, 110) !important;
}