.footer-btn[data-v-11f8302c] {
  width: 100%;
  padding: 4vw 3.2vw calc(env(safe-area-inset-bottom) + 4vw);
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 99;
}
.footer-btn .default[data-v-11f8302c] {
  width: 100%;
}
.footer-btn .default .btn[data-v-11f8302c] {
  width: 100%;
  height: 13.333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2142e;
  color: #fff;
  font-size: 4.533333vw;
  font-weight: bold;
  border-radius: 6.666667vw;
}
.footer-btn .default .btn-disabled[data-v-11f8302c] {
  opacity: 0.5;
}

.style[data-v-9afb70fe] {
  width: 61.333333vw;
}

.main[data-v-d6bb358c] {
  min-height: calc(100vh - 11.733333vw);
  padding: 3.2vw 3.2vw 26.666667vw;
  box-sizing: border-box;
}
.btn[data-v-d6bb358c] {
  width: 22.4vw;
  height: 9.066667vw;
  background: #ffffff;
  border-radius: 4.8vw;
  border: 1px solid #c7c7c7;
  text-align: center;
  line-height: 9.066667vw;
  font-size: 3.733333vw;
  color: #333333;
  margin-right: 4vw;
}
.btn[data-v-d6bb358c]:last-of-type {
  margin-right: 0;
}
.btn-red[data-v-d6bb358c] {
  color: #f2142e;
  border: 1px solid #f2142e;
}
[data-v-d6bb358c] .appeal-info .server-info {
  padding: 0;
}
.info-item[data-v-d6bb358c] {
  width: 100%;
  font-size: 3.2vw;
  color: #999;
  margin-bottom: 2.666667vw;
  display: flex;
}
.info-item-label[data-v-d6bb358c] {
  width: 18.666667vw;
}
.info-item-content[data-v-d6bb358c] {
  flex: 1;
}
.info-item-content-img[data-v-d6bb358c] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 每行3列 */
  grid-gap: 2.666667vw;
  /* 图片之间的间距 */
  grid-auto-rows: 18.666667vw;
  /* 自动创建的行高度 */
}

