.firework[data-v-4266dd39] {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #E60000;
  border-radius: 50%;
  animation: explode-4266dd39 1s ease-out forwards;
}
@keyframes explode-4266dd39 {
0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
100% {
    transform: translate(-50%, -50%) scale(8);
    opacity: 0;
}
}
.firework[data-v-4266dd39]:nth-child(1) {
  animation-delay: 0s;
}
.firework[data-v-4266dd39]:nth-child(2) {
  animation-delay: 0.1s;
}
.firework[data-v-4266dd39]:nth-child(3) {
  animation-delay: 0.2s;
}
.firework[data-v-4266dd39]:nth-child(4) {
  animation-delay: 0.3s;
}
.firework[data-v-4266dd39]:nth-child(5) {
  animation-delay: 0.4s;
}
.ver-s[data-v-4266dd39] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  align-items: center;
}
.ver-s .success-img[data-v-4266dd39] {
  width: 100%;
  max-width: 308px;
  height: 231px;
  background-size: 100% 100%;
}
.ver-s .ver-dkid[data-v-4266dd39] {
  font-size: 12px;
  color: #f6dcdc;
}
.ver-s .success-money[data-v-4266dd39] {
  font-size: 43px;
  color: #000;
  margin: 35px 0;
  font-weight: bold;
}
.ver-s .success-btn[data-v-4266dd39] {
  width: 90%;
  padding: 13px 0;
  font-size: 21px;
  text-align: center;
  margin: 18px 5%;
  color: #fff;
  background: #000;
  border-radius: 11px;
}
.ver-s .ver-dk[data-v-4266dd39] {
  margin-top: 16px;
  font-size: 23px;
  font-weight: bold;
  color: #333333;
}
