
.top-img-container[data-v-7602dbc8] {
  display: flex;
  justify-content: center;
  /* 水平居中 */
  width: 100%;
  /* 使容器宽度占满父容器 */
  padding: 0.26667rem 0;
  /* 根据需要添加上下内边距 */
}
.top-img-container img[data-v-7602dbc8] {
  width: 3.2rem;
  /* 设置图片宽度 */
  height: auto;
  /* 高度自适应，保持图片比例 */
}
.centered-buttons[data-v-7602dbc8] {
  display: flex;
  justify-content: center;
  /* 实现水平居中 */
  align-items: center;
  /* 在单行多列布局中垂直居中，但此处需配合其他样式使用 */
  height: 85vh;
  /* 设定容器高度为视口高度的100%，以便展示垂直居中效果 */
  flex-direction: column;
  /* 改为纵向布局，使按钮垂直堆叠 */
  text-align: center;
  /* 确保按钮内的文本居中 */
  /* 可根据需要添加padding、margin等样式调整间距 */
  padding: 0.53333rem;
  /* 容器内边距，可根据实际需求调整 */
  box-sizing: border-box;
  /* 确保padding不会改变容器总大小 */
}

/* 若希望按钮水平排列，请删除flex-direction: column;并适当调整其他样式 */
button[data-v-7602dbc8] {
  margin: 0.13333rem 0;
  /* 按钮间的垂直间距，可根据实际需求调整 */
  padding: 0.26667rem 0.53333rem;
  /* 按钮内边距，控制按钮大小 */
  font-size: 0.42667rem;
  /* 按钮内字体大小 */
  cursor: pointer;
  /* 鼠标悬停时显示为手型 */
  /* 可根据需要添加背景色、边框、圆角等样式 */
  border: none;
  /* 去除默认边框 */
  background-color: #07911a;
  /* 设置背景色 */
  color: white;
  /* 设置字体颜色 */
  border-radius: 0.13333rem;
  /* 添加圆角 */
  transition: background-color 0.3s ease;
  /* 添加背景色过渡效果 */
}
button[data-v-7602dbc8]:hover {
  background-color: #0056b3;
  /* 鼠标悬停时改变背景色 */
}
.footers[data-v-7602dbc8] {
  margin: 0.85333rem;
  /* background-color: gray; */
}
.footer-content[data-v-7602dbc8] {
  display: flex;
  /* 使用 flex 布局 */
  align-items: center;
  /* 垂直居中 */
}
.footer-content img[data-v-7602dbc8] {
  width: 3.22667rem;
  height: 0.74667rem;
  margin-right: 0.42667rem;
  /* 图片与文字之间的间距 */
}
.footer-content p[data-v-7602dbc8] {
  font-size: 0.21333rem;
  margin: 0;
  /* 去除默认的段落 margin */
}
.van-loading[data-v-7602dbc8] {
  margin-top: 2.66667rem;
}


/*# sourceMappingURL=141.963966f88171bcf6.css.map*/