.tips-modal[data-v-2fee0bbb] {
  width: 300px;
  max-height: 300px;
  background: #fff;
  border-radius: 0.2rem;
  text-align: center;
  min-height: 150px;
}
.tips-modal .top[data-v-2fee0bbb] {
  width: 100%;
  height: 100%;
  padding: 40px 10px 0px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.tips-modal .top span[data-v-2fee0bbb] {
  font-size: 0.3rem;
  color: #222222;
}
.tips-modal .bottom[data-v-2fee0bbb] {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 0.32rem;
  box-shadow: 0rem -0.03rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}
.tips-modal .bottom .left-btn[data-v-2fee0bbb] {
  width: 50%;
  height: 100%;
  line-height: 0.95rem;
  color: #555555;
}
.tips-modal .bottom .right-btn[data-v-2fee0bbb] {
  width: 50%;
  height: 100%;
  background: #0d6fa9;
  line-height: 0.95rem;
  color: #fff;
}

