.bnr_popup {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
}
.bnr_popup::before {
  width: 100%;
  height: calc(100% - 5px);
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.bnr_popup img {
  width: 100%;
  height: auto;
}
.bnr_popup .bnr_popup_close {
  width: 32px;
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 2;
}
.bnr_popup .bnr_popup_img {
  width: 170px;
  position: relative;
  z-index: 1;
}
.bnr_popup .bnr_popup_img a:hover {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .bnr_popup {
    display: none;
  }
}
