#shipingbox {
  height: calc(100vh - 0.06rem);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.iframe-height {
  flex: 1;
  padding-top: 0.4rem;
}
