.win79-topx .wrapper {
  background: url(../images/winner.png);
  background-size: 100% 100%;
  max-width: 300px;
  line-height: 1.3;
}
.win79-topx .wrapper#win79-get-rank {
  background: url(../images/racing.png);
  background-size: 100% 100%;
}
.win79-topx .__blink {
  animation: blink 1s linear infinite;
}
.win79-topx ul {
  list-style-type: none;
  margin: 0;
  padding: 90px 3% 34px 3%;
}
.win79-topx ul li {
  background: url(../images/bg-moneyx.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: normal;
  margin-bottom: 10px;
  position: relative;
  min-height: 18px;
  align-items: center;
}
.win79-topx ul li ._no,
.win79-topx ul li ._info {
  padding: 4px 0;
}
.win79-topx ul li ._no {
  padding-right: 20px;
  padding-left: 9px;
  line-height: 0;
  text-align: center;
}
.win79-topx ul li ._no img {
  width: 36px;
}
.win79-topx ul li .__name {
  font-size: 18px;
  color: #dffcff;
  font-weight: 400;
  text-shadow: -1px 1px 10px #003cff;
  text-transform: uppercase;
}
.win79-topx ul li .__total {
  display: flex;
  align-items: center;
  text-shadow: -1px 1px 4px #e4bc9d;
  color: #ff0;
  font-size: 17px;
}
.win79-topx ul li .__total::before {
  content: "";
  background-image: url(../images/money.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 19px;
  height: 18px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .win79-topx ul li .__name {
    font-size: 15px;
  }
  .win79-topx ul li .__total {
    font-size: 13px;
  }
  .win79-topx ul li .__total::before {
    width: 14px;
    height: 16px;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=app.css.map */