.wrapper[data-v-622161da] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.received-dialog[data-v-622161da] {
  width: 8rem;
  padding: 1.86667rem 0.53333rem 0.85333rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  background: var(--bg_color_L2);
  border-radius: 0.21333rem;
  box-sizing: border-box;
}
.received-dialog .top-img[data-v-622161da] {
  width: 3.65333rem;
  height: 2.54667rem;
  position: absolute;
  left: 50%;
  top: -1.18667rem;
  transform: translate(-50%);
}
.received-dialog .top-img .img[data-v-622161da] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.received-dialog .received-text[data-v-622161da] {
  color: var(--text_primary, #d4e8ff);
  text-align: center;
  font-size: 0.48rem;
  font-weight: 500;
}
.received-dialog .received-money[data-v-622161da] {
  color: var(--norm_hint_color, #edb04c);
  text-align: center;
  font-size: 0.90667rem;
  font-weight: 500;
}
.received-dialog .received-tips[data-v-622161da] {
  color: var(--text_secondary, #86a1c0);
  text-align: center;
  font-size: 0.37333rem;
  font-weight: 400;
  line-height: 0.48rem;
}
.received-dialog .receive-btn[data-v-622161da] {
  display: flex;
  width: 6.66667rem;
  height: 1.17333rem;
  padding: 0.13333rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.66667rem;
  background: var(
    --main_gradient_color,
    linear-gradient(180deg, #06d6fd 0%, #0070f4 100%)
  );
  color: var(--text_btn_main, #f1f7ff);
  font-size: 0.42667rem;
  font-weight: 600;
  box-shadow: 0 -0.01333rem #ffffff40 inset, 0 0.02667rem #79ffffb3 inset,
    0 0.05333rem 0.10667rem #00000040;
}
.received-dialog .close-icon[data-v-622161da] {
  position: absolute;
  width: 0.85333rem;
  height: 0.85333rem;
  bottom: -0.85333rem;
  left: 50%;
  transform: translate(-50%);
  cursor: pointer;
}
.received-dialog .close-icon .icon[data-v-622161da] {
  width: 100%;
  height: 100%;
}
