.vnshopFrame[data-v-b3915b70] {
  width: 100vw;
  height: calc(100vh - 64px);
  position: relative;
  z-index: 10;
  border: none;
}
.vnshopFrame.mobile[data-v-b3915b70] {
  height: 100vh;
  max-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
