@import "all.css";
body {
  background-color: #fff;
}

.pwd {
    margin-top: 40px;

}
.pwd h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.banner img {
  width: 100%;
}

.item {
  width: 100%;
  margin-top: 80px;
}
.item .container {
  max-width: 1500px !important;
  justify-content: space-around;
}
.item img {
  width: 450px;
}

.pagination {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .container {
  justify-content: center;
  align-items: center;
}
.pagination svg {
  cursor: pointer;
}
.pagination svg.ban {
  cursor: not-allowed;
}
.pagination .page {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #f4f4f5;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pagination .page span {
  font-weight: 700;
}
.pagination .page:hover {
  background-color: #409eff;
}
.pagination .page:hover span {
  color: white;
}
.pagination .page.active {
  background-color: #409eff;
}
.pagination .page.active span {
  color: white;
}

/*# sourceMappingURL=template.css.map */
