body {
animation-name: anbg;
animation-duration: 30s;
animation-timing-function: ease;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes anbg {
7% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/bg.big.webp");
}
10% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/gotonetzan.webp");
}
13% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/gotonetzan.webp");
}
17% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/login.webp");
}
20% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/login.webp");
}
27% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/loggedin.webp");
}
33% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/loggedin.webp");
}
37% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/choose.webp");
}
100% {
  background-image: url("https://localhost/wwwbin/u/0/1237/img/choose.webp");
}
}
