
.nb-form-container[data-v-467c4049] {
  box-sizing: border-box;  
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8px;
  position: relative;
  background-color: #fff;
  height: calc(100% - 60px);
}
.nb-form-header[data-v-467c4049] {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 40px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.nb-form-main[data-v-467c4049] {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  background-color: #fff;
}


.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;
}


.introduction-card[data-v-ce9ba3e2] {
  position: fixed;
  bottom: 50px;
  right: 32px;
  width: 540px;
  z-index: 99;
  padding-bottom: 16px;
  box-sizing: border-box;
  transition: box-shadow 0.2s;
}
.close-btn-wrapper[data-v-ce9ba3e2] {
  text-align: right;
  margin-bottom: 8px;
}
.img-desc[data-v-ce9ba3e2] {
  text-align: center;
  color: #888;
  font-size: 14px;
  margin-top: 8px;
}
.introduction-float-btn[data-v-ce9ba3e2] {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
}
.fade-enter-active[data-v-ce9ba3e2], .fade-leave-active[data-v-ce9ba3e2] {
  transition: opacity 0.3s;
}
.fade-enter[data-v-ce9ba3e2], .fade-leave-to[data-v-ce9ba3e2] {
  opacity: 0;
}
.zoom-enter-active[data-v-ce9ba3e2], .zoom-leave-active[data-v-ce9ba3e2] {
  transition: transform 0.3s, opacity 0.3s;
}
.zoom-enter[data-v-ce9ba3e2], .zoom-leave-to[data-v-ce9ba3e2] {
  transform: scale(0.8);
  opacity: 0;
}


p[data-v-47989680] {
    margin-left: 12px;
    color: #999;
}

