#vn_modal{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(40, 42, 48, .23);
  display: none;
  /* align-items: center; */
  justify-content: center;
  z-index: 100;
  overflow-y: auto;
}
#vn_modal .vn_modal_main{
  width: 525px;
  height: 559px;
  background-image: url(../images/modals/vipexpire.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
  position: relative;
}
#vn_modal .vn_modal_main .vn_close{
  position: absolute;
  top: 56px;
  right: 46px;
  cursor: pointer;
}
#vn_modal .vn_modal_main .vn_modal_btn{
  width: 255px;
  height: 68px;
  background-image: url(../images/modals/vipbutton.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: 400;
  color: #FFF7E9;
  line-height: 53px;
  text-align: center;
  position: absolute;
  left: 148px;
  bottom: 30px;
  cursor: pointer;
}