.p_page {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
#laypage_0{    display: flex;justify-content: flex-end;align-items: center;}
.p_page {
    margin-top: 30px;
    text-align: center;
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.p_page a,.p_page .NormalRed {
  display: inline-block;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: #f2f2f2;
  border:none;
  text-align: center;
  line-height: 30px;
  color: #333;
  font-size: 12px;
  margin: 0 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.p_page a:hover,.p_page .NormalRed:hover {
  background: #249eff;
  color: #fff;
}
.p_page .laypage_prev {
  width: 80px;
    margin:0;
}
.p_page .laypage_next {
  width: 80px;
  margin:0;
}
.p_page span {
  display: none !important;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #333;
  opacity: 0.5;
  font-size: 12px;
  margin: 0;
}
.laypageskin_default .laypage_curr {
  background: #249eff;
  color: #fff;
  opacity: 1;
}
.laypage_first {
  display: none!important;
}
.laypage_last {
  display: none!important;
}

.p_page .NormalRed{background: #249eff !important;color: #fff !important;}
@media screen and (max-width: 768px) {
  .p_page {
    justify-content: center;
  }
  .p_page .laypage_prev {
    width: 60px;
  }
  .p_page .laypage_next {
    width: 60px;
  }
}