.pagecode {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.pagecode a {
  padding: 10.5px 16px;
  margin: 0 5px;
  color: #666;
  text-decoration: none;
  background-color: #ecebee;
  border-radius: 3px;
}

.pagecode > span {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  border-radius: 3px;
}

.pagecode span a {
  display: block;
  padding: 0;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
}

.pagecode a:hover {
  color: #fff;
  background: linear-gradient(90deg, #00ddff 0%, #59a9ff 100%);
}

.pagecode a.current,
.pagecode a.current:hover {
  color: #fff;
  background: linear-gradient(90deg, #00ddff 0%, #59a9ff 100%);
  padding: 10.5px 15px;
  font-weight: normal;
}

.pagecode a.disabled,
.pagecode a.disabled:hover {
  color: #666;
  background-color: #efefef;
  cursor: default;
}
@media screen and (max-width: 750px) {
  .pagecode {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pagecode a {
   font-size: 12px;
        padding: 10.5px 15px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
  }
}
