.dialog[data-v-a24ce958] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-content[data-v-a24ce958] {
  background: var(--bg_color_L2, #202733);
  border-radius: 0.26667rem;
  width: 80%;
  height: fit-content;
  max-width: 8.93333rem;
  max-height: 90vh;
  padding: 0.85333rem 0.42667rem;
  box-shadow: 0 0.02667rem 0.13333rem #0000001a;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.26667rem;
}
.dialog-content .isNoTip[data-v-a24ce958] {
  display: flex;
  padding: 0.21333rem 0.32rem;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.16rem;
  border-radius: 0.10667rem;
  border: 0.01333rem solid var(--Stroke_color, #2e3847);
  background: var(--bg_color_L2, #202733);
  color: var(--text_secondary, #86a1c0);
  font-size: 0.37333rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -1.46667rem;
}
.dialog-content .close[data-v-a24ce958] {
  position: absolute;
  bottom: -1.06667rem;
  left: 50%;
  transform: translate(-50%);
  color: var(--text_color_L4);
  width: 0.85333rem;
  height: 0.85333rem;
}
.dialog-content .close.close2[data-v-a24ce958] {
  bottom: -2.66667rem;
}
.dialog-content.no-padding[data-v-a24ce958] {
  padding: 0;
}
.dialog-title[data-v-a24ce958] {
  padding: 0.32rem 0;
  margin: -0.85333rem -0.42667rem 0;
  font-size: 0.48rem;
  font-weight: 500;
  color: var(--text_primary, #d4e8ff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-title.border[data-v-a24ce958] {
  border-bottom: 0.01333rem solid var(--Stroke_color, #2e3847);
}
.dialog-body[data-v-a24ce958] {
  margin-bottom: 0.21333rem;
}
.dialog-footer[data-v-a24ce958] {
  display: flex;
  justify-content: flex-end;
  gap: 0.32rem;
  font-size: 0.42667rem;
}
.dialog-footer .subBtn[data-v-a24ce958] {
  color: var(--text_btn_main, #f1f7ff);
  text-align: center;
}
.dialog .headIcon[data-v-a24ce958] {
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
}
.dialog.foot-column .dialog-footer[data-v-a24ce958] {
  flex-direction: column;
  gap: 0.42667rem;
}
