/* ========== 分页模块 ========== */
.pagin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 60px 0;
}
.p_first_d{
 display:none!important;
}
.p_last{
 display:none!important;
}
.page_left,
.page_right {
  display: flex;
  align-items: center;
}

.p_pages {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pagin span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666;
}

.pagin a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #E4E4E4;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
}

.p_fun_d {
  width: 40px;
  height: 40px;
  border: 1px solid #E4E4E4;
  color: #ccc;
  cursor: default;
}

.p_fun a {
  width: auto;
  padding: 0 10px;
}

.p_no_d {
  width: 40px;
  height: 40px;
  background: #0055AA;
  color: #fff!important;
  border: 1px solid #0055AA;
}

.pagin a:hover {
  background: #0055AA;
  color: #FFFFFF;
  border-color: #0055AA;
}

.page_right {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666;
  gap: 4px;
}

.page_right span {
  color: #0055AA;
  font-weight: bold;
}