.az_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.az_banner_h1{
    height: 553px;
}
.az_banner_h2{
    height: 480px;
}
.az_banner_h3{
    height: 280px;
}

ul.az_wechat_pay{
  padding: 14px 34px;
}
ul.az_wechat_pay li:first-child p{
  line-height: 1;
  margin-bottom: 30px;
}
ul.az_wechat_pay li:first-child #wechat_qr{
  display: flex;
  justify-content: center;
  height: 143px;
}
ul.az_wechat_pay li:last-child img{
  width: 154px;
  height: 189px;
}
.az_pay_btns{
  padding: 43px 34px 34px;
}
.az_pay_btns li{
  width: calc(100% / 2 - 15px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.az_pay_btns li:first-child{
  border: 1px solid #000;
  line-height: 48px;
}
.az_pay_btns li:last-child{
  background: #de6449;
}
.highlight{
  color: #dd6449;
}
.pagination{
  width: 100%;
  justify-content: center;
  margin: 25px 0 !important;
}
.page-link{
  color: #000;
}
.page-item.active .page-link{
  background-color: #de6449;
  border-color: #de6449;
}
