﻿.page{color:#dcdcdc;text-align:center;clear:both;padding:5px 0;font-size:12px;padding:10px 0;font-family:arial;overflow:hidden}
.page .Pbd{width:20px}
.page .Ppage{padding-left:5px}
.page .Precord{padding-right:5px}
.page .Pstate{padding-left:8px}
.page a{padding:2px 5px;color:#bcbcbc;margin:0 2px;line-height:24px}
.page a:hover,.page .Pmodern{color:#CC9522}


   .center-pagination {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 6px;
    padding: 40px 0 0 0;
    font-size: 32px;
    background: transparent;
    user-select: none;
  }
  .center-pagination .arrow {
    width: 29px;
    object-fit: contain;
    vertical-align: middle;
    /* 左箭头灰色，右箭头红色，图片本身需为对应色，或用filter */
  }
  .center-pagination .arrow.right {
    /* 如果你的图片是黑色，可以用filter变红 */
    filter: invert(18%) sepia(98%) saturate(7492%) hue-rotate(-7deg) brightness(97%) contrast(119%);
  }
  .center-pagination .page {
    color: rgba(12, 12, 12, 1);
    text-decoration: none;
    padding: 0 8px;
    font-size: 16px;
    position: relative;
    transition: color 0.2s;
    line-height: 21px;
  }
  .center-pagination .page.active {
    color:#E3C78D;
  }
  .center-pagination .page.active::after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 2px;
    width: 9px;
    height: 1px;
    background: #E3C78D;
    border-radius: 2px;
  }
  .center-pagination .page:hover:not(.active) {
    color: #E3C78D;
  }