.popup-page[data-v-42084e7c] {
  width: 100vw;
  height: 100vh !important;
}
.two-item[data-v-42084e7c] {
  display: flex;
  justify-content: space-between;
}
[data-v-42084e7c].van-checkbox .van-checkbox__label {
  width: 100%;
}
.fixed-btn[data-v-42084e7c] {
  position: fixed;
  bottom: 10px;
  left: 1px;
  justify-content: space-around !important;
  z-index: 9999;
}
.fixed-btn .btn-wrap[data-v-42084e7c] {
  width: 100vw !important;
  display: flex;
  justify-content: space-around;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fixed-btn .btn-wrap .btn[data-v-42084e7c] {
  background: #02a7f0;
  color: #fff;
  width: 30%;
  height: 30px;
  line-height: 30px;
  padding: 2px 2px;
  border-radius: 5px;
  text-align: center;
}
