
.pagi {
  line-height: 100%; text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.pagi a {
  /* display: inline-block; 
  background: #fff; 
  padding: 10px; 
  font-size: 14px; 
  color: #666; 
  border: #eee 1px solid; 
  border-right: 0px; 
  cursor: pointer; 
  vertical-align: middle */
  text-decoration: none;
  color: #999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  margin: 0 3px;
  border-radius: 5px;
  transition: .5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.pagi a:last-child {
  border-right: #eee 1px solid
}
.pagi a.on {
  /* text-decoration: underline */
  color: #fff !important;
  background: #b31417;
}

.wpage {
	width: 100%;
	text-align: center;
	padding: 2rem 0 0;
}

@media screen and (max-width: 800px) {
  /* .pagi a {
    font-size: 28px; 
  } */
  .shanggaodu{
	  margin-top: 30px;
  }
}