@charset "UTF-8";
.big-box[data-v-6e353839] {
  width: 100vw;
  height: 100vh;
  background: rgb(245, 247, 250);
  box-sizing: border-box;
}
.cell-box[data-v-6e353839] {
  margin: 0.3rem auto;
  height: 72vh;
  overflow: auto;
  width: 90vw;
}
.imgs[data-v-6e353839] {
  height: 3rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.item[data-v-6e353839] {
  width: 100%;
  /* 根据需要调整宽度 */
  background-color: #ffffff;
  /* 可根据需要调整背景颜色 */
  text-align: center;
  /* 使文本居中 */
}
.van-cell-text[data-v-6e353839] {
  align-items: center;
  margin-top: 3rem;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  /* 超出换行*/
  justify-content: space-between;
  align-items: stretch;
}
.flex-item[data-v-6e353839] {
  width: 45%;
  /* 根据需要调整宽度 */
  height: 2.2rem;
  background-color: rgb(255, 255, 255);
  text-align: center;
  /* 使文本居中 */
  line-height: 2.2rem;
  border-width: 0.1rem;
  border-style: solid;
  margin-top: 1.4rem;
  font-size: 1.1rem;
  border-color: rgb(0, 136, 255);
}
.test[data-v-6e353839] {
  color: #fb0000;
}
.footer[data-v-6e353839] {
  height: 3rem;
  width: 40%;
  position: fixed;
  bottom: 0.6rem;
  left: 30%;
}
