ul,li, body{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}

.page_box{
  width: 100%;
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.pagination{
  align-self: center;
}
.impowerBox .title {display: none;}
.impowerBox .status {text-align: center;} 
.impowerBox .status_txt {
  display: none;
}
.impowerBox .status p:first-child {
  display: none;
}
.impowerBox .status p:last-child {
  position: relative;
  padding-top: 30px;
}
.impowerBox .status p:last-child::before {
  content: '使用微信扫一扫绑定';
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  right: 0;
}