
html,
body {
    width: 100vw;
    min-height: 100vh !important;
    position: relative;
    padding-bottom: 0;
    padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS < 11.2 */
    padding-bottom: env(safe-area-inset-bottom); /* 兼容 iOS >= 11.2 */
}

#app[data-v-6d5343f7] {
  width: 100vw;
  background-color: #f6f7f8;
  min-height: 100vh;
  font-size: 0.26rem;
  padding: 0.4rem;
  padding-bottom: 1.32rem;
}
.item[data-v-6d5343f7] {
  margin-bottom: 0.4rem;
}
.item .item-title[data-v-6d5343f7] {
  color: #333;
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.item .item-required[data-v-6d5343f7] {
  position: relative;
}
.item .item-required[data-v-6d5343f7]::after {
  content: "*";
  color: red;
  position: absolute;
  left: -0.2rem;
  top: 0.05rem;
  font-size: 0.3rem;
}
.item .item-placeholder[data-v-6d5343f7] {
  color: #999;
  font-size: 0.24rem;
  line-height: 0.24rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.item .item-radios[data-v-6d5343f7] {
  margin-top: 0.2rem;
}
.footer[data-v-6d5343f7] {
  position: fixed;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  width: 100vw;
  background-color: white;
  padding: 0.2rem 0.4rem;
  padding-bottom: calc(0.2rem + constant(safe-area-inset-bottom));
  /* 兼容 iOS < 11.2 */
  padding-bottom: calc(0.2rem + env(safe-area-inset-bottom));
  /* 兼容 iOS >= 11.2 */
}
.footer .btn-submit[data-v-6d5343f7] {
  height: 0.92rem;
  border-radius: 0.46rem;
  background-color: #19181d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
  color: white;
  font-weight: 600;
}
.wrapper[data-v-6d5343f7] {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.6rem;
  height: 4.7rem;
  background-color: white;
  border-radius: 0.2rem;
}
.wrapper .wrapper-img[data-v-6d5343f7] {
  width: 2.24rem;
  height: 1.2rem;
  object-fit: contain;
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper .wrapper-title[data-v-6d5343f7] {
  display: block;
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
  padding-top: 1rem;
  text-align: center;
}
.wrapper .wrapper-content[data-v-6d5343f7] {
  padding: 0 0.4rem;
  color: #151515;
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.4rem;
  margin-top: 0.58rem;
}
.wrapper .wrapper-btn[data-v-6d5343f7] {
  width: 2.6rem;
  height: 0.8rem;
  background-color: #19181d;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.28rem;
  font-weight: 400;
  margin: 0.6rem auto 0;
}

