.top-info {
  background: #FFF2ED;
  padding: 15px;
  box-sizing: border-box;
  color: #ba1a2d;
}

.pagination {
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pagination>* {
  margin: 0 6px;
}

.pagination :nth-child(3) {
  display: inline-flex;
  min-width: 30px;
  background: #F6F6F6FF;
  border-radius: 2px;
  padding: 0 4px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #C4C4C4FF;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}

.pagination :nth-child(4) {
  display: inline-flex;
  min-width: 30px;
  background: #1661ab;
  border-radius: 2px;
  padding: 0 4px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

.pagination :nth-child(5) {
  display: inline-flex;
  min-width: 30px;
  background: #F6F6F6FF;
  border-radius: 2px;
  padding: 0 4px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #C4C4C4FF;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}