﻿.walker{
    width:160px;
    height:111px;
    position:absolute;
    left:500%;
    top:12%;

    transform: translate(340%,-43%);
}
.fadeInLong {

          animation: fadeIn 12s ease 0s 1 both;
          background:url(/img/jfvip.png) no-repeat center center / cover;
}
.fadeOutLong {

          animation: fadeOut 12s ease 0s 1 both;
          background:url(/img/jfvip2.png) no-repeat center center / cover;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}  }
}  }
}  }
}