/* 分页 */
#page {
  margin-top: 2.5vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#page a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin: 0 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.laypage_main{
    display: flex;
    align-content: center;
}
#page a:hover {
  color: #fff;
  background:#c9151e;
  border: 1px solid #c9151e;
}
#page .laypage_prev {
  width: 72px;
  border-radius: 20px;
}
#page .laypage_next {
  width: 72px;
  border-radius: 20px;
}
#page span {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
}
#page .laypageskin_default .laypage_curr {
  background: #c9151e;
  color: #fff;
  border: 1px solid #c9151e;
}
#page .laypage_first {
  display: none!important;
}
#page .laypage_last {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #page .p_page {
    margin-top: 30px;
  }
  #page a{
      width: 28px;
      height: 28px;
  }
  #page span{
      width: 28px;
      height: 28px;
  }
  #page .laypage_prev{
      width: 46px;
  }
  #page .laypage_next{
      width: 46px;
  }
}
/*# sourceMappingURL=page.css.map */
