
.iphone13-frame[data-v-b04e6512] {
  width: 300px;
  height: 650px;
  margin: 0 auto;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
  border: 6px solid #222;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iphone13-iframe[data-v-b04e6512] {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 28px;
  background: #fff;
  /* 隐藏滚动条 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.iphone13-iframe[data-v-b04e6512]::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Webkit */
}
.dialog-footer[data-v-b04e6512] {
  text-align: right;
}

