.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  display: none;
}

.back-to-top img {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  transition: all 0.4s;
}

.top-bar {
  font-size: 14px;
  color: #AAAAAA;
  margin-top: 25px;
}

.top-bar span {
  color: rgba(0, 0, 0, 0.6);
}

.top-bar .index-link a {
  color: rgba(0, 0, 0, .45) !important;
}

.top-bar .index-link:hover a{
  color: rgba(244, 0, 0, 0.45) !important;
}

.pc .bottom-bar {
  display: flex;
  justify-content: flex-end;
}

.pc .page-btns {
  height: 32px;
  display: flex;
  justify-content: space-between;
}

.pc .last {
  min-width: 64px !important;
  font-size: 14px !important;
  color: #333;
}

.pc .next {
  min-width: 64px !important;
  font-size: 14px !important;
  color: #333;
}

.pc .disabled {
  min-width: 64px;
  height: 32px;
  margin-right: 8px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: rgb(155, 155, 155);
  cursor: not-allowed;
}

.pc .page-no {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.pc .page-no:hover {
  color: #ff1c3a !important;
  border-color: #ff1c3a !important;
}

.pc .page-btns .active {
  color: #ff1c3a !important;
  border-color: #ff1c3a !important;
}

.mobile-nav-active {
  overflow: hidden;
}