.modal[data-v-492bf81b] {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal_top_bg[data-v-492bf81b] {
  height: 80px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  justify-content: center;
  border-radius: 16px 16px 0 0;
}
.modal .modal_top_bg .subtitle[data-v-492bf81b] {
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
}
.modal .modal_list_box[data-v-492bf81b] {
  background: white;
  border-radius: 0 0 16px 16px;
}
.modal .close_img[data-v-492bf81b] {
  width: 34px;
  height: 34px;
  margin: 20px auto 0;
  background: #B4B4B4;
  border-radius: 50%;
}

