.wuzhangai_container {
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}
.wuzhangai_container .page_title {
  text-align: center;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.65rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid #BCBCBC;
}
.wuzhangai_container .list_box {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wuzhangai_container .list_box ul {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wuzhangai_container .list_box ul li {
  flex: 1;
  max-height: 16.66666667%;
  border-bottom: 1px solid #BCBCBC;
  display: flex;
  align-items: center;
}
.wuzhangai_container .list_box ul li a {
  font-size: 0.28rem;
  color: #000;
  line-height: 0.5rem;
}
.wuzhangai_container .list_box .page_btn {
  height: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wuzhangai_container .list_box .page_btn a {
  border: 1px solid #333;
  color: #333;
  line-height: 0.7rem;
  padding: 0 0.5rem;
  font-size: 0.3rem;
}
.wuzhangai_container .list_box .page_btn a.disbled {
  border-color: #BCBCBC;
  color: #BCBCBC;
}
.wuzhangai_container .list_box .page_btn.align_center {
  justify-content: center;
}
