#page * {
  margin: 0;
  padding: 0;
}

#page a {
  text-decoration: none;
}

#page {
  margin-top: 48px;
  display: none;
  justify-content: center;
  align-items: center;
}

#page .fr {
  padding: 0 15px;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin: 0 7px;
  cursor: pointer;
}

#page .fr:hover {
  background: #FF5E00;
  color: #fff;
}

#page ul {
  display: flex;
}

#page ul li {
  list-style-type: none;
}

#page ul li a {
  display: inline-block;
  border: 1px solid #E6E6E6;
  padding: 0 15px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin: 0 5px;
  cursor: pointer;
}

#page ul li:hover a {
  background: #FF5E00;
  color: #fff;
}

#page ul .active-a a {
  background: #FF5E00;
  color: #fff;
}

#page .can-not {
  cursor: default;
  opacity: 0.5;
  border-color: #ccc;
}