/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

input {
  outline: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f6f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

i {
  font-style: normal;
}

body,
html {
  height: 100%;
}

.logo {
  margin-bottom: 12px;
  width: 365px;
}

.logo img {
  width: 100%;
}

.bg {
  background: #000 url(/images/bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.bg.bg2 {
  background: #000 url(/images/bg2.jpg) center center no-repeat;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.left {
  width: 365px;
}

.login-area {
  background-color: #d8c29e;
  margin-bottom: 12px;
}

.login-area .tit {
  background: url(/images/tit-bg.jpg) repeat-x;
  height: 58px;
  font-size: 26px;
  text-align: center;
  color: #68481c;
  line-height: 58px;
}

.login-area .infor {
  padding: 15px 24px 0 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login-area .infor .content .row {
  margin-bottom: 15px;
  font-size: 20px;
  color: #664719;
  font-weight: bolder;
}

.login-area .infor .content span {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: bottom;
  margin-right: 5px;
}

.login-area .infor .content i {
  color: #c62c2c;
  font-weight: bolder !important;
}

.login-area .infor .content .icon-1 {
  background-position: 0 0;
}

.login-area .infor .content .icon-2 {
  background-position: 0 -50px;
}

.login-area .infor .btn-waper a {
  display: inline-block;
  width: 103px;
  height: 50px;
  line-height: 50px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -100px 0;
  font-size: 16px;
  color: #fff;
  font-weight: bolder;
  text-align: center;
}

.login-area .infor .btn-waper a:active {
  background-position: -250px 0;
}

.login-area .nav {
  padding: 0 24px 15px 18px;
}

.login-area .nav table {
  width: 100%;
}

.login-area .nav table td {
  text-align: center;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.login-area .nav table td a {
  padding: 10px;
  display: block;
  width: 100%;
  height: 100%;
}

.login-area .nav table td a.on {
  background-color: #d4ba92;
}

.login-area .nav table td a:hover {
  background-color: #d4ba92;
}

.login-area .nav table td h6 {
  margin-bottom: 5px;
}

.login-area .nav table td p {
  color: #855f27;
  font-weight: bolder;
}

.login-area .nav table .icon-1 {
  display: inline-block;
  width: 34px;
  height: 28px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -100px;
}

.login-area .nav table .icon-2 {
  display: inline-block;
  width: 34px;
  height: 28px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -150px;
}

.login-area .nav table .icon-3 {
  display: inline-block;
  width: 34px;
  height: 28px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -200px;
}

.login-area .nav table .icon-4 {
  display: inline-block;
  width: 34px;
  height: 28px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -250px;
}

.login-area .nav table .icon-5 {
  display: inline-block;
  width: 34px;
  height: 28px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -300px;
}

.tips-area {
  color: #855f27;
  font-size: 16px;
  background-color: #d8c29e;
  margin-bottom: 12px;
}

.area-tit {
  background: url(/images/tit-bg.jpg) repeat-x;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 58px;
  font-size: 26px;
  text-align: center;
  color: #68481c;
  line-height: 58px;
}

.area-content {
  padding: 15px 20px;
  line-height: 22px;
}

.nav-area {
  background-color: #d8c29e;
}

.nav-area .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-area .list li {
  width: 156px;
  height: 60px;
  font-weight: bolder;
  text-align: center;
  line-height: 60px;
  margin: 0 13px 10px 0;
}

.nav-area .list li a {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -100px -50px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #855f27;
}

.nav-area .list li a i {
  font-weight: bolder;
}

.nav-area .list li a span.icon-1 {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -50px 0px;
}

.nav-area .list li a span.icon-2 {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -50px -50px;
}

.nav-area .list li a span.icon-3 {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -50px -100px;
}

.nav-area .list li a span.icon-4 {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -50px -150px;
}

.nav-area .list li a span.icon-5 {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -50px -200px;
}

.nav-area .list li a span.icon-6 {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -50px -250px;
}

.nav-area .list li a:active {
  background-position: -100px -400px;
}

.nav-area .list li:nth-child(2n) {
  margin: 0;
}

.game-area {
  width: 771px;
  height: 588px;
  position: relative;
  left: 16px;
  padding: 28px 46px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/images/game-area-bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}

.game-area .top .puke-area {
  width: 38.87399%;
}

.game-area .top .puke-area .tit {
  text-align: center;
  font-size: 28px;
  color: #ffa800;
  padding: 11px 0;
  background: url(/images/dijiju.png) no-repeat center center;
}

.game-area .top .puke-area .puke {
  background: url(/images/puke-border.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 263px;
  height: 384px;
  overflow: hidden;
  padding: 23px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.game-area .top .puke-area .puke img {
  width: 100%;
  height: 100%;
}

.game-area .top .puke-area .puke img:last-child {
  display: none;
}

.game-area .top .puke-area .puke.puke-ani img {
  -webkit-animation: puke-ani 1s linear 0s 1 forwards;
  -moz-animation: puke-ani 1s linear 0s 1 forwards;
  animation: puke-ani 1s linear 0s 1 forwards;
}

.game-area .top .game-table-area {
  width: 57.64075%;
}

.game-area .top .game-table-area .tit {
  text-align: center;
  font-size: 28px;
  color: #ffa800;
  padding: 11px 0;
  background: url(/images/dijilun.png) no-repeat center center;
}

.game-area .top .game-table-area .table-data {
  background: url(/images/game-table-bg.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: auto;
  padding: 14px;
}

.game-area .top .game-table-area .table-data .table-data-div {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.game-area .top .game-table-area .table-data table {
  width: 100%;
  background-color: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.game-area .top .game-table-area .table-data table td {
  border: 1px solid #929292;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #f8a71b;
}

.game-area .top .game-table-area .table-data table td span {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 21px;
  vertical-align: -5px;
  -webkit-background-size: 500px 500px;
  -moz-background-size: 500px;
  background-size: 500px;
}

.game-area .top .game-table-area .table-data table td span.heitao {
  background-position: -50px -75px;
}

.game-area .top .game-table-area .table-data table td span.hongtao {
  background-position: -50px -100px;
}

.game-area .top .game-table-area .table-data table td span.meihua {
  background-position: -50px -125px;
}

.game-area .top .game-table-area .table-data table td span.fangpian {
  background-position: -50px -150px;
}

.game-area .top .game-table-area .table-data table td span.hei {
  background: none;
  color: #3b3639;
  font-size: 12px;
  width: auto;
  height: auto;
  vertical-align: 1px;
  line-height: 20px;
  font-weight: bolder;
  font-family: "Microsoft Yahei";
  font-weight: bolder;
}

.game-area .top .game-table-area .table-data table td span.hong {
  background: none;
  color: #de5234;
  font-size: 12px;
  width: auto;
  height: auto;
  vertical-align: 1px;
  line-height: 20px;
  font-family: "Microsoft Yahei";
  font-weight: bolder;
}

.game-area .top .game-table-area .table-data table td span.cai {
  background: none;
  color: #e09b4d;
  font-size: 12px;
  width: auto;
  height: auto;
  vertical-align: 1px;
  line-height: 20px;
  font-family: "Microsoft Yahei";
  font-weight: bolder;
}
.game-area .bottom{
  margin-top: 10px;
}
.game-area .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.game-area .bottom li {
  width: 18%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.game-area .bottom li .data {
  font-size: 22px;
}

.game-area .bottom li .data h1 {
  font-family: "Microsoft Yahei";
  font-weight: bolder;
  color: #ff410e;
}

.game-area .bottom li .data h2 {
  font-family: "Microsoft Yahei";
  font-weight: bolder;
  color: #ffa800;
}

.game-area .bottom li .icon {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 44px;
  height: 42px;
  vertical-align: -15px;
  margin-right: -13px;
}

.game-area .bottom li .icon.heitao {
  background-position: -100px -150px;
}

.game-area .bottom li .icon.hongtao {
  background-position: -100px -200px;
}

.game-area .bottom li .icon.meihua {
  background-position: -100px -250px;
}

.game-area .bottom li .icon.fangpian {
  background-position: -100px -300px;
}

.game-area .bottom li .icon.huangguan {
  background-position: -100px -350px;
}

.game-area .bottom li .data {
  margin-left: 10px;
}

.main .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@font-face {
  font-family: myFont;
  src: url(befa963c87b1d5f102a8e97069520e88.ttf);
}

.game-numbers {
  background: url(/images/game-numbers-bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 296px;
  width: 824px;
  margin-left: -10px;
  font-family: myFont;
}

.game-numbers .row-1 {
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.game-numbers .row-1 .btn-wraper {
  display: inline-block;
  vertical-align: bottom;
}

.game-numbers .row-1 .btn-wraper a {
  display: inline-block;
}

.game-numbers .row-1 .btn-wraper a.text-2 {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  display: block;
  background-position: -700px 0;
  width: 67px;
  height: 15px;
  margin: 10px auto;
}

.game-numbers .row-1 .btn-wraper a.text-2:active {
  background-position: -700px 0;
}

.game-numbers .row-1 .btn-wraper a.text-5 {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  display: block;
  background-position: -700px -50px;
  width: 98px;
  height: 15px;
  margin: 10px auto;
}

.game-numbers .row-1 .btn-wraper a.btn-1 {
  background-image: url(/images/icons-3.png);
  background-repeat: no-repeat;
  width: 96px;
  height: 44px;
  background-position: -450px 0;
}

.game-numbers .row-1 .btn-wraper a.btn-1:active {
  background-position: -550px 0;
  position: relative;
  bottom: -1px;
}

.game-numbers .row-1 .btn-wraper a.btn-2 {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  width: 136px;
  height: 44px;
  background-position: -400px 0;
  text-align: center;
  font-size: 28px;
  color: #ffd8af;
  text-shadow: 0 0 10px #ff0000;
  line-height: 48px;
}

.game-numbers .row-1 .btn-wraper a.btn-3 {
  background-image: url(/images/icons-3.png);
  background-repeat: no-repeat;
  width: 94px;
  height: 44px;
  background-position: -450px -50px;
}

.game-numbers .row-1 .btn-wraper a.btn-3:active {
  background-position: -550px -50px;
  position: relative;
  bottom: -1px;
}

.game-numbers .row-1 .btn-wraper a.btn-4 {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  width: 127px;
  height: 44px;
  background-position: -400px -50px;
  text-align: center;
  font-size: 28px;
  color: #ffd8af;
  text-shadow: 0 0 10px #ff0000;
  line-height: 48px;
}

.game-numbers .row-1 .btn-wraper a.btn-4 span {
  display: block;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}

.game-numbers .row-1 .btn-wraper a.btn-5 {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  width: 139px;
  height: 44px;
  background-position: -400px -100px;
  text-align: center;
  font-size: 28px;
  color: #ffd8af;
  text-shadow: 0 0 10px #ff0000;
  line-height: 48px;
}

.game-numbers .row-1 .btn-wraper a.btn-5 span {
  display: block;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -ms-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}

.game-numbers .row-1 .btn-wraper a.btn-6 {
  background-image: url(/images/icons-3.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 43px;
  background-position: -450px -100px;
}

.game-numbers .row-1 .btn-wraper a.btn-6:active {
  background-position: -550px -100px;
}

.game-numbers .row-1 .btn-wraper a.btn-6.disabled {
  background-position: -450px -150px;
}

.game-numbers .row-1 .btn-wraper a.btn-6.disabled:active {
  background-position: -550px -150px;
}

.game-numbers .row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.game-numbers .row-2 a.game2-icon-1 {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  display: block;
  background-position: -600px 0px;
  width: 35px;
  height: 16px;
  margin: 10px auto;
}

.game-numbers .row-2 a.game2-icon-2 {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  display: block;
  background-position: -600px -50px;
  width: 35px;
  height: 16px;
  margin: 10px auto;
}

.game-numbers .row-2 a.game2-icon-3 {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  display: block;
  background-position: -600px -100px;
  width: 35px;
  height: 16px;
  margin: 10px auto;
}

.game-numbers .row-2 a.game2-icon-4 {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  display: block;
  background-position: -600px -150px;
  width: 35px;
  height: 16px;
  margin: 10px auto;
}

.game-numbers .row-2 a.game2-icon-5 {
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  display: block;
  background-position: -600px -200px;
  width: 35px;
  height: 16px;
  margin: 10px auto;
}

.game-numbers .row-2 .text-1 {
  width: 50px;
  height: 18px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -700px -100px;
  display: block;
  margin: 7px auto;
  font-size: 20px;
  color: #855f27;
  font-style: italic;
  font-weight: bolder;
  text-align: center;
}

.game-numbers .row-2 .text-2 {
  width: 50px;
  height: 18px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -700px -150px;
  display: block;
  margin: 7px auto;
  font-size: 20px;
  color: #855f27;
  font-style: italic;
  font-weight: bolder;
  text-align: center;
}

.game-numbers .row-2 .text-3 {
  width: 50px;
  height: 18px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -700px -200px;
  display: block;
  margin: 7px auto;
  font-size: 20px;
  color: #855f27;
  font-style: italic;
  font-weight: bolder;
  text-align: center;
}

.game-numbers .row-2 .btn-1 {
  display: inline-block;
  width: 130px;
  height: 44px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -400px -150px;
  text-align: center;
  font-size: 28px;
  color: #ffd8af;
  text-shadow: 0 0 10px #ff0000;
  line-height: 48px;
}

.game-numbers .row-2 .btn-1 span {
  display: block;
  -webkit-transform: skew(-5deg);
  -moz-transform: skew(-5deg);
  -ms-transform: skew(-5deg);
  -o-transform: skew(-5deg);
  transform: skew(-5deg);
}

.game-numbers .row-2 .btn-2 {
  display: inline-block;
  width: 130px;
  height: 44px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -400px -200px;
  text-align: center;
  font-size: 28px;
  color: #ffd8af;
  text-shadow: 0 0 10px #ff0000;
  line-height: 48px;
}

.game-numbers .row-2 .btn-2 span {
  display: block;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}

.game-numbers .row-2 .btn-3 {
  display: inline-block;
  width: 130px;
  height: 44px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -400px -250px;
  text-align: center;
  font-size: 28px;
  color: #ffd8af;
  text-shadow: 0 0 10px #ff0000;
  line-height: 48px;
}

.game-numbers .row-2 .btn-3 span {
  display: block;
  -webkit-transform: skew(5deg);
  -moz-transform: skew(5deg);
  -ms-transform: skew(5deg);
  -o-transform: skew(5deg);
  transform: skew(5deg);
}

.game-numbers .row-2 .btn-4 {
  display: inline-block;
  width: 130px;
  height: 44px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -400px -300px;
  text-align: center;
  font-size: 28px;
  color: #ffd8af;
  text-shadow: 0 0 10px #ff0000;
  line-height: 48px;
}

.game-numbers .row-2 .btn-4 span {
  display: block;
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
}

.game-numbers .row-2 .btn-5 {
  display: inline-block;
  width: 130px;
  height: 44px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -400px -350px;
  text-align: center;
  font-size: 28px;
  color: #ffd8af;
  text-shadow: 0 0 10px #ff0000;
  line-height: 48px;
}

.game-numbers .row-2 .btn-5 span {
  display: block;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -o-transform: skew(15deg);
  transform: skew(15deg);
}

.game-numbers .row-3 {
  padding: 10px 38px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.game-numbers .row-3 a {
  width: 130px;
  height: 94px;
  background-image: url(/images/icons-3.png);
  background-repeat: no-repeat;
}

.game-numbers .row-3 a.btn-1 {
  background-position: 0 0px;
}

.game-numbers .row-3 a.btn-1:active {
  height: 90px;
  background-position: -150px 0px;
  position: relative;
  bottom: -3px;
}

.game-numbers .row-3 a.btn-1.disabled {
  background-position: -300px 0px;
}

.game-numbers .row-3 a.btn-1.disabled:active {
  height: 94px;
  background-position: -300px 0px;
  bottom: 0;
}

.game-numbers .row-3 a.btn-1.game2-icon {
  background-image: url(/images/game2-icon.png);
  background-position: -100px -100px;
}

.game-numbers .row-3 a.btn-1.game2-icon:active {
  height: 90px;
  background-position: -100px -200px;
  position: relative;
  bottom: -2px;
}

.game-numbers .row-3 a.btn-1.game2-icon.disabled {
  background-position: -100px 0;
}

.game-numbers .row-3 a.btn-1.game2-icon.disabled:active {
  height: 94px;
  background-position: -100px 0;
  bottom: 0;
}

.game-numbers .row-3 a.btn-2:active {
  bottom: -2px;
}

.game-numbers .row-3 a.btn-5.game2-icon:active {
  bottom: -3px;
}

.game-numbers .row-3 a.btn-2 {
  background-position: 0 -100px;
}

.game-numbers .row-3 a.btn-2:active {
  height: 90px;
  background-position: -150px -100px;
  position: relative;
  bottom: -3px;
}

.game-numbers .row-3 a.btn-2.disabled {
  background-position: -300px -100px;
}

.game-numbers .row-3 a.btn-2.disabled:active {
  height: 94px;
  background-position: -300px -100px;
  bottom: 0;
}

.game-numbers .row-3 a.btn-2.game2-icon {
  background-image: url(/images/game2-icon.png);
  background-position: -250px -100px;
}

.game-numbers .row-3 a.btn-2.game2-icon:active {
  height: 90px;
  background-position: -250px -200px;
  position: relative;
  bottom: -2px;
}

.game-numbers .row-3 a.btn-2.game2-icon.disabled {
  background-position: -250px 0;
}

.game-numbers .row-3 a.btn-2.game2-icon.disabled:active {
  height: 94px;
  background-position: -250px 0;
  bottom: 0;
}

.game-numbers .row-3 a.btn-2:active {
  bottom: -2px;
}

.game-numbers .row-3 a.btn-5.game2-icon:active {
  bottom: -3px;
}

.game-numbers .row-3 a.btn-3 {
  background-position: 0 -200px;
}

.game-numbers .row-3 a.btn-3:active {
  height: 90px;
  background-position: -150px -200px;
  position: relative;
  bottom: -3px;
}

.game-numbers .row-3 a.btn-3.disabled {
  background-position: -300px -200px;
}

.game-numbers .row-3 a.btn-3.disabled:active {
  height: 94px;
  background-position: -300px -200px;
  bottom: 0;
}

.game-numbers .row-3 a.btn-3.game2-icon {
  background-image: url(/images/game2-icon.png);
  background-position: -400px -100px;
}

.game-numbers .row-3 a.btn-3.game2-icon:active {
  height: 90px;
  background-position: -400px -200px;
  position: relative;
  bottom: -2px;
}

.game-numbers .row-3 a.btn-3.game2-icon.disabled {
  background-position: -400px 0;
}

.game-numbers .row-3 a.btn-3.game2-icon.disabled:active {
  height: 94px;
  background-position: -400px 0;
  bottom: 0;
}

.game-numbers .row-3 a.btn-2:active {
  bottom: -2px;
}

.game-numbers .row-3 a.btn-5.game2-icon:active {
  bottom: -3px;
}

.game-numbers .row-3 a.btn-4 {
  background-position: 0 -300px;
}

.game-numbers .row-3 a.btn-4:active {
  height: 90px;
  background-position: -150px -300px;
  position: relative;
  bottom: -3px;
}

.game-numbers .row-3 a.btn-4.disabled {
  background-position: -300px -300px;
}

.game-numbers .row-3 a.btn-4.disabled:active {
  height: 94px;
  background-position: -300px -300px;
  bottom: 0;
}

.game-numbers .row-3 a.btn-4.game2-icon {
  background-image: url(/images/game2-icon.png);
  background-position: -550px -100px;
}

.game-numbers .row-3 a.btn-4.game2-icon:active {
  height: 90px;
  background-position: -550px -200px;
  position: relative;
  bottom: -2px;
}

.game-numbers .row-3 a.btn-4.game2-icon.disabled {
  background-position: -550px 0;
}

.game-numbers .row-3 a.btn-4.game2-icon.disabled:active {
  height: 94px;
  background-position: -550px 0;
  bottom: 0;
}

.game-numbers .row-3 a.btn-2:active {
  bottom: -2px;
}

.game-numbers .row-3 a.btn-5.game2-icon:active {
  bottom: -3px;
}

.game-numbers .row-3 a.btn-5 {
  background-position: 0 -400px;
}

.game-numbers .row-3 a.btn-5:active {
  height: 90px;
  background-position: -150px -400px;
  position: relative;
  bottom: -3px;
}

.game-numbers .row-3 a.btn-5.disabled {
  background-position: -300px -400px;
}

.game-numbers .row-3 a.btn-5.disabled:active {
  height: 94px;
  background-position: -300px -400px;
  bottom: 0;
}

.game-numbers .row-3 a.btn-5.game2-icon {
  background-image: url(/images/game2-icon.png);
  background-position: -700px -100px;
}

.game-numbers .row-3 a.btn-5.game2-icon:active {
  height: 90px;
  background-position: -700px -200px;
  position: relative;
  bottom: -2px;
}

.game-numbers .row-3 a.btn-5.game2-icon.disabled {
  background-position: -700px 0;
}

.game-numbers .row-3 a.btn-5.game2-icon.disabled:active {
  height: 94px;
  background-position: -700px 0;
  bottom: 0;
}

.game-numbers .row-3 a.btn-2:active {
  bottom: -2px;
}

.game-numbers .row-3 a.btn-5.game2-icon:active {
  bottom: -3px;
}

.game-bum {
  position: absolute;
  bottom: -4px;
  padding: 0 23px;
}

.game-bum ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.game-bum li {
  height: 57px;
  width: 145px;
  text-align: center;
  margin-right: 15px;
  font-size: 20px;
  color: #ffa800;
  font-weight: bolder;
}

.game-bum li:last-child {
  margin-right: 0;
}

.game-bum li .game-num-icon1 {
  background-image: url(/images/game2-icon.png);
  background-repeat: no-repeat;
  background-position: -42px 0px;
  width: 40px;
  height: 40px;
  margin: 0 auto -5px;
}

.game-bum li .game-num-icon1 {
  background-position: -42px 9px;
}

.game-bum li .game-num-icon4 {
  background-position: -42px -141px;
}

.game-bum li .game-num-icon2 {
  background-image: url(/images/game2-icon.png);
  background-repeat: no-repeat;
  background-position: -42px -50px;
  width: 40px;
  height: 40px;
  margin: 0 auto -5px;
}

.game-bum li .game-num-icon1 {
  background-position: -42px 9px;
}

.game-bum li .game-num-icon4 {
  background-position: -42px -141px;
}

.game-bum li .game-num-icon3 {
  background-image: url(/images/game2-icon.png);
  background-repeat: no-repeat;
  background-position: -42px -100px;
  width: 40px;
  height: 40px;
  margin: 0 auto -5px;
}

.game-bum li .game-num-icon1 {
  background-position: -42px 9px;
}

.game-bum li .game-num-icon4 {
  background-position: -42px -141px;
}

.game-bum li .game-num-icon4 {
  background-image: url(/images/game2-icon.png);
  background-repeat: no-repeat;
  background-position: -42px -150px;
  width: 40px;
  height: 40px;
  margin: 0 auto -5px;
}

.game-bum li .game-num-icon1 {
  background-position: -42px 9px;
}

.game-bum li .game-num-icon4 {
  background-position: -42px -141px;
}

.game-bum li .game-num-icon5 {
  background-image: url(/images/game2-icon.png);
  background-repeat: no-repeat;
  background-position: -42px -200px;
  width: 40px;
  height: 40px;
  margin: 0 auto -5px;
}

.game-bum li .game-num-icon1 {
  background-position: -42px 9px;
}

.game-bum li .game-num-icon4 {
  background-position: -42px -141px;
}

.game-bum li:first-child,
.game-bum li:last-child {
  width: 100px;
}

.game-bum li p {
  font-weight: bolder;
}

.game2-cards {
  padding: 20px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.game2-cards ul {
  font-size: 0;
  text-align: center;
  height: 80px;
  overflow-y: hidden;
}

.game2-cards li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 48px;
  height: 78px;
  background: url(/images/muban.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 23px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.game2-cards li span {
  display: block;
  margin: 0 auto 3px;
}

.game2-cards li span.count1 {
  width: 20px;
  height: 20px;
  background-image: url(/images/game2-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.game2-cards li span.count2 {
  width: 20px;
  height: 20px;
  background-image: url(/images/game2-icon.png);
  background-repeat: no-repeat;
  background-position: 0 -50px;
}

.game2-cards li span.count3 {
  width: 20px;
  height: 20px;
  background-image: url(/images/game2-icon.png);
  background-repeat: no-repeat;
  background-position: 0 -100px;
}

.game2-cards li span.count4 {
  width: 20px;
  height: 20px;
  background-image: url(/images/game2-icon.png);
  background-repeat: no-repeat;
  background-position: 0 -150px;
}

.game2-cards li span.count5 {
  width: 20px;
  height: 20px;
  background-image: url(/images/game2-icon.png);
  background-repeat: no-repeat;
  background-position: 0 -200px;
}

.game2-cards li span.count6 {
  width: 20px;
  height: 20px;
  background-image: url(/images/game2-icon.png);
  background-repeat: no-repeat;
  background-position: 0 -250px;
}

.bottom {
  margin-top: 10px;
}

.bottom .tit {
  background: url(/images/tit-bg.jpg) center center repeat-x;
  -webkit-background-size: 100% 34px;
  -moz-background-size: 100% 34px;
  background-size: 100% 34px;
  width: 100%;
  height: 34px;
  text-align: center;
  color: #855f27;
  line-height: 34px;
}

.bottom .tab-slider-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom .tab-slider-wraper .hd {
  width: 195px;
}

.bottom .tab-slider-wraper .hd li {
  background-color: #b49b72;
  border-bottom: 1px solid #bda783;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #835d26;
  cursor: pointer;
}

.bottom .tab-slider-wraper .hd li.on {
  background-color: #d8c29e;
  border-bottom: none;
}

.bottom .tab-slider-wraper .bd {
  width: 100%;
  background-color: #d8c29e;
}

.bottom .tab-slider-wraper .bd li {
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  color: #835d26;
}

.footer {
  margin-top: 17px;
  background-color: #3f3f3f;
}

.footer .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 40px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .content .down-wraper h6,
.footer .content .erweima-wraper h6,
.footer .content .partner-wraper h6 {
  color: #fff;
  margin-bottom: 10px;
}

.footer .content .down-wraper h6,
.footer .content .partner-wraper h6 {
  margin-bottom: 33px;
}

.footer .content .down-wraper .icon-1 {
  background-image: url(/images/liulanqi.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  margin-right: 17px;
}

.footer .content .down-wraper .icon-5 {
  background-position: 0 -402px;
}

.footer .content .down-wraper .icon-2 {
  background-image: url(/images/liulanqi.png);
  background-repeat: no-repeat;
  background-position: 0 -100px;
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  margin-right: 17px;
}

.footer .content .down-wraper .icon-5 {
  background-position: 0 -402px;
}

.footer .content .down-wraper .icon-3 {
  background-image: url(/images/liulanqi.png);
  background-repeat: no-repeat;
  background-position: 0 -200px;
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  margin-right: 17px;
}

.footer .content .down-wraper .icon-5 {
  background-position: 0 -402px;
}

.footer .content .down-wraper .icon-4 {
  background-image: url(/images/liulanqi.png);
  background-repeat: no-repeat;
  background-position: 0 -300px;
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  margin-right: 17px;
}

.footer .content .down-wraper .icon-5 {
  background-position: 0 -402px;
}

.footer .content .down-wraper .icon-5 {
  background-image: url(/images/liulanqi.png);
  background-repeat: no-repeat;
  background-position: 0 -400px;
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  margin-right: 17px;
}

.footer .content .down-wraper .icon-5 {
  background-position: 0 -402px;
}

.footer .content .partner-wraper .icon-1 {
  background-image: url(/images/liulanqi.png);
  background-repeat: no-repeat;
  background-position: -100px 0px;
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  margin-right: 50px;
}

.footer .content .partner-wraper .icon-2 {
  background-image: url(/images/liulanqi.png);
  background-repeat: no-repeat;
  background-position: -100px -100px;
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  margin-right: 50px;
}

.footer .content .partner-wraper .icon-3 {
  background-image: url(/images/liulanqi.png);
  background-repeat: no-repeat;
  background-position: -100px -200px;
  display: inline-block;
  vertical-align: middle;
  width: 61px;
  height: 61px;
  margin-right: 50px;
}

.footer .content .partner-wraper .icon-1 {
  width: 75px;
}

.footer .content .partner-wraper .icon-3 {
  margin-right: 0;
}

.footer .nav {
  text-align: center;
  padding-bottom: 20px;
}

.footer .nav a {
  color: #909090;
  font-size: 15px;
  margin: 0 17px;
}

.vip-center-tit {
  background: url(/images/tit-bg.jpg) repeat-x;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #855f27;
}

.vip-center-content {
  padding: 0 30px;
}

.vip-center-content .tab {
  margin: 25px 0;
}

.vip-center-content .tab ul {
  width: 540px;
  margin: 0 auto;
  font-size: 0;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.vip-center-content .tab li {
  cursor: pointer;
  width: 108px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: #ccb48c;
  color: #855f27;
  font-size: 18px;
}

.vip-center-content .tab li.on {
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #946114;
  color: #fbd9a3;
}

.vip-center-content .cont h5 {
  font-size: 20px;
  font-weight: bolder;
  color: #915d12;
  margin-bottom: 10px;
}

.vip-center-content .cont p {
  font-size: 18px;
  color: #915d12;
  line-height: 25px;
  margin-bottom: 20px;
}

.vip-center-content .cont p i.red {
  color: #dc2929;
}

.vip-center-content .cont table {
  width: 100%;
  margin-top: 25px;
}

.vip-center-content .cont tr {
  height: 50px;
  border-bottom: 3px solid #d8c29e;
}

.vip-center-content .cont th {
  background-color: #a57c3d;
  text-align: center;
  line-height: 50px;
  color: #ffdfad;
}

.vip-center-content .cont td {
  background-color: #ccb48c;
  text-align: center;
  line-height: 50px;
  color: #946114;
}

.vip-center-content .cont td a {
  display: inline-block;
  width: 80%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #855f27;
  color: #855f27;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.vip-center-content .cont td a.disabled {
  opacity: 0.5;
}

.vip-center-content .cont .page {
  width: 100%;
  text-align: center;
  padding: 25px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vip-center-content .cont .page a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  background-color: #d2b27c;
  color: #855f27;
}

.vip-center-content .cont .page a.on {
  color: #fff;
  background-color: #a57c3d;
}

.vip-center-content .cont .page span {
  color: #855f27;
  font-size: 14px;
}

.vip-center-content .cont .page span input {
  text-align: center;
  width: 30px;
  background-color: #bc9c67;
  color: #855f27;
}

.vip-center-content .cont .page .money {
  padding: 35px 0;
  background-color: #d8c29e;
}

.vip-center-content .cont .status.success {
  color: #00fd6b;
}

.vip-center-content .cont .status.wait {
  color: #ff7800;
}

.vip-center-content .cont .status.cancel {
  color: #ff5050;
}

.right {
  width: 820px;
}

.vip-center-bg {
  background-color: #d8c29e;
  position: relative;
}

.get-gold .infor {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #855f27;
}

.get-gold .infor .left {
  width: auto;
}

.get-gold .infor .name-money {
  margin-bottom: 30px;
  font-size: 18px;
}

.get-gold .infor .name-money span {
  margin: 0 5px;
}

.get-gold .infor .name-money span.red {
  color: #dc2929;
}

.get-gold .infor .name-money span.count-icon {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.get-gold .infor .name-money span.money-icon {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -50px;
}

.get-gold .infor .code {
  font-size: 20px;
}

.get-gold .infor .code span.code-area {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 30px;
  width: 427px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ccb48c;
}

.get-gold .infor .right {
  width: auto;
  padding-right: 30px;
  text-align: center;
}

.get-gold .infor .right .pic {
  margin-bottom: 10px;
  display: inline-block;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.pay-content {
  padding-top: 20px;
}

.pay-form label {
  display: inline-block;
  margin-right: 20px;
  width: 80px;
}

.pay-form input[type="text"] {
  width: 360px;
  height: 58px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #bfa373;
  color: #855f27;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-form input[type="text"]::-webkit-input-placeholder {
  color: #b0915e;
}

.pay-form input[type="number"] {
  width: 360px;
  height: 58px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #bfa373;
  color: #855f27;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-form input[type="number"]::-webkit-input-placeholder {
  color: #b0915e;
}

.pay-form input[type="password"] {
  width: 360px;
  height: 58px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #bfa373;
  color: #855f27;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pay-form input[type="password"]::-webkit-input-placeholder {
  color: #b0915e;
}

.pay-form i.yes {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -800px 0;
}

.pay-form i.no {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -800px -50px;
}

.pay-form span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  height: 60px;
  background-color: #ccb48c;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 60px;
  font-weight: bolder;
  font-size: 24px;
}

.pay-form span.zhifubao {
  margin-left: -3px;
  margin-right: 10px;
}

.pay-form span.zhifubao::before {
  content: '';
  display: inline-block;
  vertical-align: -6px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -900px 0;
}

.pay-form span.yinlian {
  margin-left: -3px;
  margin-right: 10px;
}

.pay-form span.yinlian::before {
  content: '';
  display: inline-block;
  vertical-align: -6px;
  margin-right: 5px;
  width: 40px;
  height: 30px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -900px -50px;
}

.pay-form span.weixin {
  margin-left: -3px;
  margin-right: 10px;
}

.pay-form span.weixin::before {
  content: '';
  display: inline-block;
  vertical-align: -9px;
  margin-right: 5px;
  width: 45px;
  height: 33px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -900px -100px;
}

.pay-form span.on {
  background-color: #855f27;
  color: #fbd9a3;
}

.pay-form span.on.zhifubao:before {
  background-position: -850px 0;
}

.pay-form span.on.yinlian:before {
  background-position: -850px -50px;
}

.pay-form span.on.weixin:before {
  background-position: -850px -100px;
}

.pay-form .pay-center-submit {
  display: block;
  margin: 50px auto;
  width: 156px;
  height: 60px;
  background-color: transparent;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -100px -50px;
  color: #855f27;
  font-weight: bolder;
  font-size: 20px;
}

.layer-waper {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.layer-waper .layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #d8c29e;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  width: 455px;
  height: 348px;
}

.layer-waper .layer .layer-tit {
  background: url(/images/tit-bg.jpg) repeat-x;
  height: 58px;
  text-align: right;
  padding-right: 15px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layer-waper .layer .layer-tit i {
  font-size: 30px;
  cursor: pointer;
  color: #855f27;
}

.layer-waper .layer .layer-content {
  text-align: center;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layer-waper .layer .layer-content p {
  margin-top: 20px;
  color: #855f27;
  font-size: 26px;
}

.layer-waper .layer .layer-content .tip-icon {
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 60px;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #855f27;
  color: #d8c29e;
}

.login-content {
  padding: 30px 55px 38px;
  text-align: center;
}

.login-content.no-login {
  background-color: #d8c29e;
  padding: 15px 24px 15px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.login-content.no-login p {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #855f27;
  line-height: 40px;
}

.login-content.no-login p.forget {
  margin: 3px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-content.no-login p.forget a {
  font-size: 18px;
  color: #855f27;
}

.login-content.no-login p input {
  width: 240px;
}

.login-content.no-login .login-content-btn-waper input {
  color: #855f27 !important;
}

.login-content .login-content-btn-waper input,.login-content .login-content-btn-waper a {
  font-weight: bolder;
  display: inline-block;
  width: 153px;
  height: 59px;
  line-height: 59px;
  color: #855f27;
  background-color: transparent;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -100px -50px;
}

.login-content p {
  margin-bottom: 34px;
}

.login-content p label {
  display: inline-block;
  width: 60px;
  font-weight: bolder;
}

.login-content p input {
  color: #d8c29e;
  width: 260px;
  height: 40px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #886128;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.login-content p.forget {
  text-align: center;
  margin: 35px 0;
}

.login-content p.forget a {
  font-weight: bolder;
  font-size: 20px;
  color: #855f27;
}

.login-waper {
  padding: 200px 20px 200px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-waper .login-box {
  width: 505px;
  height: 399px;
  background-color: #d8c29e;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}

.login-waper .login-box .login-tit {
  background: url(/images/tit-bg.jpg) repeat-x;
  height: 60px;
  width: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  color: #855f27;
}

.login-waper .login-left {
  text-align: center;
}

.login-waper .login-left h1 {
  font-size: 42px;
  color: #d8c29e;
  margin-bottom: 30px;
}

.login-waper .login-left p {
  margin-top: 20px;
  font-size: 20px;
  color: #d8c29e;
}

.down-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.down-area .down-pc {
  margin-right: 5px;
}

.down-area .down-phone img {
  margin-bottom: 20px;
  display: block;
}

.down-area .down-erweima {
  text-align: center;
  font-size: 20px;
  color: #855f27;
  font-weight: bolder;
}

.down-area .down-erweima img {
  display: block;
  width: 154px;
  height: 154px;
  margin-bottom: 13px;
}

.down-ques-list {
  padding: 0 20px;
}

.down-ques-list dt {
  cursor: pointer;
  background-color: #ccb48c;
  height: 48px;
  font-size: 18px;
  color: #855f27;
  line-height: 48px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d8c29e;
}

.down-ques-list dd {
  display: none;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e8d9c0;
  font-size: 16px;
  color: #855f27;
  line-height: 24px;
}

.down-ques-list dd:nth-child(1) {
  display: block;
}

.pay-form span.change-infor-hr {
  display: inline-block;
  width: 500px;
  height: 2px;
  background-color: #d3b076;
  padding: 0;
}

.contact-waper {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.contact-waper .layer {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #d8c29e;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  width: 702px;
  height: 400px;
}

.contact-waper .layer .contact-tit {
  background: url(/images/tit-bg.jpg) repeat-x;
  height: 58px;
  text-align: center;
  padding-right: 15px;
  line-height: 58px;
  color: #855f27;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.contact-waper .layer .contact-tit i {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 30px;
  cursor: pointer;
}

.contact-waper .layer .contact-content {
  text-align: center;
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-waper .layer .contact-content .contact-num {
  margin: 0 20px;
}

.contact-waper .layer .contact-content .contact-num p {
  font-size: 26px;
  font-size: 20px;
  margin-top: 30px;
  color: #855f27;
}

.contact-waper .layer .contact-content .contact-num p .weixin {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 29px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -800px -150px;
}

.contact-waper .layer .contact-content .contact-num p .QQ {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 31px;
  margin-right: 8px;
  background-image: url(/images/icons.png);
  background-repeat: no-repeat;
  background-position: -800px -200px;
}

.contact-waper .layer .contact-content .contact-num p:first-child {
  margin-top: 0;
}

.contact-waper .layer .contact-content .contact-btn {
  margin-top: 40px;
}

.contact-waper .layer .contact-content .contact-btn a {
  display: inline-block;
  padding: 10px;
  background-color: #c9a15f;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}

.viper-search {
  color: #855f27;
  font-size: 18px;
}

.viper-search input {
  background-color: #ccb48c;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #876027;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.viper-search input::-webkit-input-placeholder {
  color: #b0915e;
}

.viper-search input[type="text"] {
  width: 150px;
}

.viper-search input[type="submit"] {
  width: auto;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}

.viper-search select {
  height: 30px;
  vertical-align: middle;
  background-color: #ccb48c;
  border: none;
  color: #855f27;
}

.m-nav {
  display: none;
  width: 100%;
}

.m-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-nav li {
  width: 20%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: url(/images/m-nav-bg.jpg) repeat-x;
}

.m-nav li.on a {
  border-bottom: 3px solid #855f27;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: bolder;
  color: #855f27;
}

.m-nav li a img {
  width: 100%;
  height: 100%;
}

.m-login-area {
  display: none;
}

.m-getMore {
  display: none;
}

.m-getMore a {
  margin: 10px auto;
  display: block;
  width: 102px;
  height: 27px;
  background-color: #ccb48c;
  color: #855f27;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
}

.m-phone-icon {
  display: none;
}

.m-contact-btn {
  display: none;
}

@-webkit-keyframes puke-ani {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@-moz-keyframes puke-ani {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes puke-ani {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.game2-bg {
  height: 587px;
  background: url(/images/game2-area-bg.png) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 26px 17px 22px;
}

.game2-bg .game2-area {
  height: 536px;
  position: relative;
}

.game2-bg .game2-area .game2-ren {
  z-index: 2;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 88px;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-55%);
  -moz-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  -o-transform: translateX(-55%);
  transform: translateX(-55%);
  background-image: url(/images/ren.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 300px 300px;
  -moz-background-size: 300px;
  background-size: 300px;
}

.game2-bg .game2-area .game2-ren.game2-ren-ani-0 {
  -webkit-animation: game2-ani0 2s ease 0s 1 forwards;
  -moz-animation: game2-ani0 2s ease 0s 1 forwards;
  animation: game2-ani0 2s ease 0s 1 forwards;
}

.game2-bg .game2-area .game2-ren.game2-ren-ani-1 {
  -webkit-animation: game2-ani1 5s steps(1) 0s infinite both;
  -moz-animation: game2-ani1 5s steps(1) 0s infinite both;
  animation: game2-ani1 5s steps(1) 0s infinite both;
}

.game2-bg .game2-area .game2-ren.game2-ren-ani-2 {
  -webkit-animation: game2-ani2 30s ease 0s 1 forwards;
  -moz-animation: game2-ani2 30s ease 0s 1 forwards;
  animation: game2-ani2 30s ease 0s 1 forwards;
}

.game2-bg .game2-area .game2-ren.game2-ren-ani-3 {
  -webkit-animation: game2-ani3 2s steps(1) 0s 1 forwards;
  -moz-animation: game2-ani3 2s steps(1) 0s 1 forwards;
  animation: game2-ani3 2s steps(1) 0s 1 forwards;
}

.game2-bg .game2-area .other span {
  z-index: 5;
  display: inline-block;
  width: 30px;
  height: 26px;
  position: absolute;
  left: 50%;
  bottom: 200px;
  -webkit-transform: translateX(-55%);
  -moz-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  -o-transform: translateX(-55%);
  transform: translateX(-55%);
  opacity: 0;
}

.game2-bg .game2-area .other span.ani {
  -webkit-animation: game2-ani-2 0s linear 1s 1 forwards;
  -moz-animation: game2-ani-2 0s linear 1s 1 forwards;
  animation: game2-ani-2 0s linear 1s 1 forwards;
}

.game2-bg .game2-area .other span.other-1 {
  left: 47%;
}

.game2-bg .game2-area .other span.other-2 {
  left: 50%;
}

.game2-bg .game2-area .other span.num1 {
  background: url(/images/other_1.png) no-repeat;
}

.game2-bg .game2-area .other span.num2 {
  background: url(/images/other_2.png) no-repeat;
}

.game2-bg .game2-area .other span.num3 {
  background: url(/images/other_3.png) no-repeat;
}

.game2-bg .game2-area .other span.num4 {
  background: url(/images/other_4.png) no-repeat;
}

.game2-bg .game2-area .other span.num5 {
  background: url(/images/other_5.png) no-repeat;
}

.game2-bg .game2-area .other span.num6 {
  background: url(/images/other_6.png) no-repeat;
}

.game2-bg .game2-area .other.big-other span {
  z-index: 5;
  display: inline-block;
  width: 92px;
  height: 88px;
  position: absolute;
  left: 50%;
  bottom: 89px;
  -webkit-transform: translateX(-55%);
  -moz-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  -o-transform: translateX(-55%);
  transform: translateX(-55%);
  opacity: 0;
}

.game2-bg .game2-area .other.big-other span.left.other-1 {
  left: 15%;
}

.game2-bg .game2-area .other.big-other span.left.other-2 {
  left: 25%;
}

.game2-bg .game2-area .other.big-other span.middle.other-1 {
  left: 45%;
}

.game2-bg .game2-area .other.big-other span.middle.other-2 {
  left: 55%;
}

.game2-bg .game2-area .other.big-other span.right.other-1 {
  left: 75%;
}

.game2-bg .game2-area .other.big-other span.right.other-2 {
  left: 85%;
}

.game2-bg .game2-area .other.big-other span.big-num1 {
  background: url(/images/1-1.png) no-repeat;
}

.game2-bg .game2-area .other.big-other span.big-num2 {
  background: url(/images/2-1.png) no-repeat;
}

.game2-bg .game2-area .other.big-other span.big-num3 {
  background: url(/images/3-1.png) no-repeat;
}

.game2-bg .game2-area .other.big-other span.big-num4 {
  background: url(/images/4-1.png) no-repeat;
}

.game2-bg .game2-area .other.big-other span.big-num5 {
  background: url(/images/5-1.png) no-repeat;
}

.game2-bg .game2-area .other.big-other span.big-num6 {
  background: url(/images/6-1.png) no-repeat;
}

@-webkit-keyframes game2-ani0 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }
}

@-moz-keyframes game2-ani0 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 300px;
    background-size: 300px;
  }
}

@keyframes game2-ani0 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }
}

@-webkit-keyframes game2-ani1 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  3.57% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  7.14% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10.71% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  14.28% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  17.85% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  21.42% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  24.99% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  28.56% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  32.13% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  35.7% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  39.27% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  42.84% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  46.41% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  49.98% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  53.55% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  57.12% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60.69% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  64.26% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  67.83% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  71.4% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  74.97% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  78.54% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  82.11% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  85.68% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  89.25% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  92.82% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  96.39% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }
}

@-moz-keyframes game2-ani1 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  3.57% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  7.14% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10.71% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  14.28% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  17.85% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  21.42% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  24.99% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  28.56% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  32.13% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  35.7% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  39.27% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  42.84% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  46.41% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  49.98% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  53.55% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  57.12% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60.69% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  64.26% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  67.83% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  71.4% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  74.97% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  78.54% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  82.11% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  85.68% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  89.25% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  92.82% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  96.39% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }
}

@keyframes game2-ani1 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  3.57% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  7.14% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10.71% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  14.28% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  17.85% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  21.42% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  24.99% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  28.56% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  32.13% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  35.7% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  39.27% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  42.84% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  46.41% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  49.98% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  53.55% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  57.12% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60.69% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  64.26% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  67.83% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  71.4% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  74.97% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  78.54% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  82.11% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -6900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  85.68% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  89.25% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  92.82% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  96.39% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }
}

@-webkit-keyframes game2-ani2 {
  0% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }
}

@-moz-keyframes game2-ani2 {
  0% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }
}

@keyframes game2-ani2 {
  0% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  0% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }

  100% {
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -7500px;
  }
}

@-webkit-keyframes game2-ani3 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    background-size: 300px;
  }
}

@-moz-keyframes game2-ani3 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -moz-background-size: 300px;
    background-size: 300px;
  }
}

@keyframes game2-ani3 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -8700px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9000px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9300px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9600px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -9900px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10200px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10500px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -10800px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11100px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -11400px;
    -webkit-background-size: 300px 300px;
    -moz-background-size: 300px;
    background-size: 300px;
  }
}

@-webkit-keyframes game2-ani-2 {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes game2-ani-2 {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes game2-ani-2 {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes m-game2-ani0 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }
}

@-moz-keyframes m-game2-ani0 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 150px;
    background-size: 150px;
  }
}

@keyframes m-game2-ani0 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }
}

@-webkit-keyframes m-game2-ani1 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  3.57% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -150px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  7.14% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -300px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10.71% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -450px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  14.28% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  17.85% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -750px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  21.42% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -900px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  24.99% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  28.56% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  32.13% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  35.7% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  39.27% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  42.84% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  46.41% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  49.98% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  53.55% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  57.12% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60.69% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  64.26% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  67.83% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2850px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  71.4% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3000px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  74.97% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3150px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  78.54% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3300px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  82.11% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3450px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  85.68% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3600px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  89.25% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3750px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  92.82% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3900px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  96.39% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }
}

@-moz-keyframes m-game2-ani1 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  3.57% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  7.14% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -300px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10.71% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -450px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  14.28% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  17.85% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -750px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  21.42% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -900px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  24.99% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  28.56% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  32.13% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  35.7% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  39.27% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  42.84% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  46.41% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  49.98% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  53.55% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  57.12% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60.69% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  64.26% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  67.83% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2850px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  71.4% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3000px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  74.97% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  78.54% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3300px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  82.11% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3450px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  85.68% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3600px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  89.25% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3750px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  92.82% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3900px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  96.39% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -moz-background-size: 150px;
    background-size: 150px;
  }
}

@keyframes m-game2-ani1 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  3.57% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -150px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  7.14% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -300px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10.71% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -450px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  14.28% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -600px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  17.85% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -750px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  21.42% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -900px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  24.99% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  28.56% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  32.13% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  35.7% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  39.27% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  42.84% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  46.41% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -1950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  49.98% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  53.55% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  57.12% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60.69% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  64.26% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  67.83% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -2850px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  71.4% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3000px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  74.97% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3150px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  78.54% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3300px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  82.11% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3450px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  85.68% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3600px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  89.25% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3750px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  92.82% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -3900px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  96.39% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4050px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }
}

@-webkit-keyframes m-game2-ani2 {
  0% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}

@-moz-keyframes m-game2-ani2 {
  0% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}

@keyframes m-game2-ani2 {
  0% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  0% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  100% {
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}

@-webkit-keyframes m-game2-ani3 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    background-size: 150px;
  }
}

@-moz-keyframes m-game2-ani3 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -moz-background-size: 150px;
    background-size: 150px;
  }
}

@keyframes m-game2-ani3 {
  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  0% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4200px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  10% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4350px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  20% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4500px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  30% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4650px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  40% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4800px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  50% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -4950px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  60% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5100px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  70% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5250px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  80% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5400px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  90% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5550px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }

  100% {
    background-image: url(/images/ren.png);
    background-repeat: no-repeat;
    background-position: 0 -5700px;
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px;
    background-size: 150px;
  }
}

@-webkit-keyframes m-game2-ani-2 {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes m-game2-ani-2 {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes m-game2-ani-2 {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 750px) {
  .m-nav {
    display: block;
  }

  .left {
    display: none;
  }

  .content {
    width: 100%;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .right {
    width: 100%;
  }

  .right .game-area {
    width: 96%;
    padding: 13.5px 8.5px;
    left: 7px;
    height: 293px;
  }

  .right .game-area .bottom li .icon {
    -webkit-background-size: 409.09091px auto;
    -moz-background-size: 409.09091px auto;
    background-size: 409.09091px auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
  }

  .right .game-area .bottom li .icon.heitao {
    background-position: -40.90909px -61.36364px;
  }

  .right .game-area .bottom li .icon.heitao {
    background-position: -40.90909px -61.36364px;
  }

  .right .game-area .bottom li .icon.hongtao {
    background-position: -40.90909px -81.81818px;
  }

  .right .game-area .bottom li .icon.meihua {
    background-position: -40.90909px -102.27273px;
  }

  .right .game-area .bottom li .icon.fangpian {
    background-position: -40.90909px -122.72727px;
  }

  .right .game-area .bottom li .icon.huangguan {
    background-position: -40.90909px -143.18182px;
  }

  .right .game-area .bottom li .data {
    font-size: 10px;
  }

  .right .game-area .puke-area {
    width: 40% !important;
  }

  .right .game-area .puke-area .tit {
    font-size: 13px;
    -webkit-background-size: 59px 14px;
    -moz-background-size: 59px 14px;
    background-size: 59px 14px;
  }

  .right .game-area .puke-area .puke {
    width: 100%;
    height: auto;
    padding: 11px 12px;
  }

  .right .game-area .puke-area .puke img {
    width: 100%;
    height: 155px;
  }

  .right .game-area .game-table-area {
    width: 55%;
  }

  .right .game-area .game-table-area .tit {
    font-size: 13px;
    -webkit-background-size: 55px 13.5px;
    -moz-background-size: 55px 13.5px;
    background-size: 55px 13.5px;
  }

  .right .game-area .game-table-area .table-data {
    width: 91%;
    height: auto;
    padding: 7px;
  }

  .right .game-area .game-table-area .table-data .table-data-div {
    width: 100%;
    height: 190px;
  }

  .right .game-area .game-table-area .table-data table {
    width: 100%;
  }

  .right .game-area .game-table-area .table-data td {
    height: 10px !important;
    line-height: 10px !important;
    font-size: 6.5px;
  }

  .right .game-area .game-table-area .table-data td span {
    width: 7.5px !important;
    height: 7.5px !important;
    vertical-align: middle !important;
    -webkit-background-size: 170.45455px 170.45455px !important;
    -moz-background-size: 170.45455px !important;
    background-size: 170.45455px !important;
    margin-right: 0 !important;
  }

  .right .game-area .game-table-area .table-data td span.heitao {
    background-position: -17.04545px -25.56818px !important;
  }

  .right .game-area .game-table-area .table-data td span.hongtao {
    background-position: -17.04545px -34.09091px !important;
  }

  .right .game-area .game-table-area .table-data td span.meihua {
    background-position: -17.04545px -42.61364px !important;
  }

  .right .game-area .game-table-area .table-data td span.fangpian {
    background-position: -17.04545px -51.13636px !important;
  }

  .right .game-area .game-table-area .table-data td span.hei {
    width: auto !important;
    font-size: 6.5px !important;
    line-height: 10px !important;
    display: block;
    font-weight: bolder;
  }

  .right .game-area .game-table-area .table-data td span.hong {
    width: auto !important;
    font-size: 6.5px !important;
    line-height: 10px !important;
    display: block;
    font-weight: bolder;
  }

  .right .game-area .game-table-area .table-data td span.cai {
    width: auto !important;
    font-size: 6.5px !important;
    line-height: 10px !important;
    display: block;
    font-weight: bolder;
  }

  .game-numbers {
    width: 102%;
    margin-left: -4px;
    height: 145px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .game-numbers .row-1 {
    padding: 0 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .game-numbers .row-1 .btn-wraper a {
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
  }

  .game-numbers .row-1 .btn-wraper a.btn-1 {
    width: 96px;
    height: 44px;
    background-position: -300px 0;
  }

  .game-numbers .row-1 .btn-wraper a.btn-1 {
    background-image: url(/images/icons-3.png);
    -webkit-background-size: 373.61458px 373.61458px;
    -moz-background-size: 373.61458px;
    background-size: 373.61458px;
    background-position: -208.59375px 0 !important;
    width: 44.5px !important;
    height: 21px !important;
  }

  .game-numbers .row-1 .btn-wraper a.btn-1:active {
    background-position: -254.94792px 0 !important;
  }

  .game-numbers .row-1 .btn-wraper a.text-2 {
    display: block;
    margin: 5px auto;
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
    background-position: -350px 0 !important;
    width: 33.5px !important;
    height: 7.5px !important;
  }

  .game-numbers .row-1 .btn-wraper a.text-5 {
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    display: block;
    margin: 5px auto;
    -webkit-background-size: 464.28571px 464.28571px;
    -moz-background-size: 464.28571px;
    background-size: 464.28571px;
    background-position: -325px -23.21429px !important;
    width: 45.5px !important;
    height: 8px !important;
  }

  .game-numbers .row-1 .btn-wraper a.btn-2 {
    text-align: center;
    font-size: 14px;
    color: #ffd8af;
    text-shadow: 0 0 10px #ff0000;
    line-height: 22px;
    -webkit-background-size: 474.26471px 474.26471px;
    -moz-background-size: 474.26471px;
    background-size: 474.26471px;
    background-position: -189.70588px 0 !important;
    width: 64.5px !important;
    height: 21px !important;
  }

  .game-numbers .row-1 .btn-wraper a.btn-3 {
    background-image: url(/images/icons-3.png);
    -webkit-background-size: 381.56383px 381.56383px;
    -moz-background-size: 381.56383px;
    background-size: 381.56383px;
    background-position: -213.03191px -23.67021px !important;
    width: 44.5px !important;
    height: 21px !important;
  }

  .game-numbers .row-1 .btn-wraper a.btn-3:active {
    background-position: -261.90104px -23.17708px !important;
  }

  .game-numbers .row-1 .btn-wraper a.btn-4 {
    text-align: center;
    font-size: 14px;
    color: #ffd8af;
    text-shadow: 0 0 5px #ff0000;
    line-height: 22px;
    -webkit-background-size: 468.50394px 468.50394px;
    -moz-background-size: 468.50394px;
    background-size: 468.50394px;
    background-position: -187.40157px -23.4252px !important;
    width: 59.5px !important;
    height: 21px !important;
  }

  .game-numbers .row-1 .btn-wraper a.btn-5 {
    text-align: center;
    font-size: 14px;
    color: #ffd8af;
    text-shadow: 0 0 10px #ff0000;
    line-height: 22px;
    -webkit-background-size: 471.22302px 471.22302px;
    -moz-background-size: 471.22302px;
    background-size: 471.22302px;
    background-position: -188.48921px -47.1223px !important;
    width: 65.5px !important;
    height: 21px !important;
  }

  .game-numbers .row-1 .btn-wraper a.btn-6 {
    background-image: url(/images/icons-3.png);
    -webkit-background-size: 382.85px 382.85px;
    -moz-background-size: 382.85px;
    background-size: 382.85px;
    background-position: -213.75px -47.5px !important;
    width: 38px !important;
    height: 21px !important;
  }

  .game-numbers .row-1 .btn-wraper a.btn-6:active {
    background-position: -261.90104px -46.35417px !important;
  }

  .game-numbers .row-1 .btn-wraper a.btn-6.disabled {
    background-position: -213.22917px -69.53125px !important;
  }

  .game-numbers .row-1 .btn-wraper a.btn-6.disabled:active {
    background-position: -261.90104px -69.53125px !important;
  }

  .game-numbers .row-2 {
    padding: 0 20px;
  }

  .game-numbers .row-2 a.game2-icon-1 {
    -webkit-background-size: 488.88889px 488.88889px !important;
    -moz-background-size: 488.88889px !important;
    background-size: 488.88889px !important;
    background-position: -293.33333px 0px !important;
    width: 17.5px !important;
    height: 8px !important;
    margin: 5px auto;
  }

  .game-numbers .row-2 a.game2-icon-2 {
    -webkit-background-size: 488.88889px 488.88889px !important;
    -moz-background-size: 488.88889px !important;
    background-size: 488.88889px !important;
    background-position: -293.33333px -24.44444px !important;
    width: 17.5px !important;
    height: 8px !important;
    margin: 5px auto;
  }

  .game-numbers .row-2 a.game2-icon-3 {
    -webkit-background-size: 488.88889px 488.88889px !important;
    -moz-background-size: 488.88889px !important;
    background-size: 488.88889px !important;
    background-position: -293.33333px -48.88889px !important;
    width: 17.5px !important;
    height: 8px !important;
    margin: 5px auto;
  }

  .game-numbers .row-2 a.game2-icon-4 {
    -webkit-background-size: 488.88889px 488.88889px !important;
    -moz-background-size: 488.88889px !important;
    background-size: 488.88889px !important;
    background-position: -293.33333px -73.33333px !important;
    width: 17.5px !important;
    height: 8px !important;
    margin: 5px auto;
  }

  .game-numbers .row-2 a.game2-icon-5 {
    -webkit-background-size: 488.88889px 488.88889px !important;
    -moz-background-size: 488.88889px !important;
    background-size: 488.88889px !important;
    background-position: -293.33333px -97.77778px !important;
    width: 17.5px !important;
    height: 8px !important;
    margin: 5px auto;
  }

  .game-numbers .row-2 a.text-1 {
    display: block;
    margin: 3.5px auto;
    font-size: 10px;
    -webkit-background-size: 488.88889px 488.88889px;
    -moz-background-size: 488.88889px;
    background-size: 488.88889px;
    background-position: -342.22222px -48.88889px;
    width: 22px;
    height: 7.5px;
  }

  .game-numbers .row-2 a.text-2 {
    display: block;
    margin: 3.5px auto;
    font-size: 10px;
    -webkit-background-size: 488.88889px 488.88889px;
    -moz-background-size: 488.88889px;
    background-size: 488.88889px;
    background-position: -342.22222px -73.33333px;
    width: 22px;
    height: 7.5px;
  }

  .game-numbers .row-2 a.text-3 {
    display: block;
    margin: 3.5px auto;
    font-size: 10px;
    -webkit-background-size: 488.88889px 488.88889px;
    -moz-background-size: 488.88889px;
    background-size: 488.88889px;
    background-position: -342.22222px -97.77778px;
    width: 22px;
    height: 7.5px;
  }

  .game-numbers .row-2 a.btn-1 {
    display: inline-block;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 14px;
    color: #ffd8af;
    text-shadow: 0 0 5px #ff0000;
    line-height: 22px;
    -webkit-background-size: 453.84615px 453.84615px;
    -moz-background-size: 453.84615px;
    background-size: 453.84615px;
    background-position: -181.53846px -68.07692px !important;
    width: 59px !important;
    height: 21px !important;
  }

  .game-numbers .row-2 a.btn-2 {
    display: inline-block;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 14px;
    color: #ffd8af;
    text-shadow: 0 0 5px #ff0000;
    line-height: 22px;
    -webkit-background-size: 453.84615px 453.84615px;
    -moz-background-size: 453.84615px;
    background-size: 453.84615px;
    background-position: -181.53846px -90.76923px !important;
    width: 59px !important;
    height: 21px !important;
  }

  .game-numbers .row-2 a.btn-3 {
    display: inline-block;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 14px;
    color: #ffd8af;
    text-shadow: 0 0 5px #ff0000;
    line-height: 22px;
    -webkit-background-size: 453.84615px 453.84615px;
    -moz-background-size: 453.84615px;
    background-size: 453.84615px;
    background-position: -181.53846px -113.46154px !important;
    width: 59px !important;
    height: 21px !important;
  }

  .game-numbers .row-2 a.btn-4 {
    display: inline-block;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 14px;
    color: #ffd8af;
    text-shadow: 0 0 5px #ff0000;
    line-height: 22px;
    -webkit-background-size: 453.84615px 453.84615px;
    -moz-background-size: 453.84615px;
    background-size: 453.84615px;
    background-position: -181.53846px -136.15385px !important;
    width: 59px !important;
    height: 21px !important;
  }

  .game-numbers .row-2 a.btn-5 {
    display: inline-block;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 14px;
    color: #ffd8af;
    text-shadow: 0 0 5px #ff0000;
    line-height: 22px;
    -webkit-background-size: 453.84615px 453.84615px;
    -moz-background-size: 453.84615px;
    background-size: 453.84615px;
    background-position: -181.53846px -158.84615px !important;
    width: 59px !important;
    height: 21px !important;
  }

  .game-numbers .row-3 {
    padding: 5px 19px 0;
  }

  .game-numbers .row-3 a {
    width: 60.5px;
    height: 43.5px;
    background-image: url(/images/icons-3.png);
    background-repeat: no-repeat;
    -webkit-background-size: 375.1px 375.1px;
    -moz-background-size: 375.1px;
    background-size: 375.1px;
  }

  .game-numbers .row-3 a.btn-1 {
    background-position: 0 0px !important;
  }

  .game-numbers .row-3 a.btn-1.disabled {
    background-position: -139.61538px 0px !important;
  }

  .game-numbers .row-3 a.btn-1.disabled:active {
    height: 47px;
    background-position: -139.61538px 0px !important;
    bottom: 0;
  }

  .game-numbers .row-3 a.btn-1:active {
    height: 45px;
    background-position: -69.80769px 0px !important;
    bottom: -1px;
  }

  .game-numbers .row-3 a.btn-1.game2-icon {
    width: 61px;
    height: 44px;
    -webkit-background-size: 549.93846px 549.93846px;
    -moz-background-size: 549.93846px;
    background-size: 549.93846px;
    background-position: -46.53846px -46.53846px !important;
  }

  .game-numbers .row-3 a.btn-1.game2-icon:active {
    bottom: -1px;
    height: 44px;
    background-position: -46.53846px -93.07692px !important;
  }

  .game-numbers .row-3 a.btn-2 {
    background-position: 0 -46.53846px !important;
  }

  .game-numbers .row-3 a.btn-2.disabled {
    background-position: -139.61538px -46.53846px !important;
  }

  .game-numbers .row-3 a.btn-2.disabled:active {
    height: 47px;
    background-position: -139.61538px -46.53846px !important;
    bottom: 0;
  }

  .game-numbers .row-3 a.btn-2:active {
    height: 45px;
    background-position: -69.80769px -46.53846px !important;
    bottom: -1px;
  }

  .game-numbers .row-3 a.btn-2.game2-icon {
    width: 61px;
    height: 44px;
    -webkit-background-size: 549.93846px 549.93846px;
    -moz-background-size: 549.93846px;
    background-size: 549.93846px;
    background-position: -116.34615px -46.53846px !important;
  }

  .game-numbers .row-3 a.btn-2.game2-icon:active {
    bottom: -1px;
    height: 44px;
    background-position: -116.34615px -93.07692px !important;
  }

  .game-numbers .row-3 a.btn-3 {
    background-position: 0 -93.07692px !important;
  }

  .game-numbers .row-3 a.btn-3.disabled {
    background-position: -139.61538px -93.07692px !important;
  }

  .game-numbers .row-3 a.btn-3.disabled:active {
    height: 47px;
    background-position: -139.61538px -93.07692px !important;
    bottom: 0;
  }

  .game-numbers .row-3 a.btn-3:active {
    height: 45px;
    background-position: -69.80769px -93.07692px !important;
    bottom: -1px;
  }

  .game-numbers .row-3 a.btn-3.game2-icon {
    width: 61px;
    height: 44px;
    -webkit-background-size: 549.93846px 549.93846px;
    -moz-background-size: 549.93846px;
    background-size: 549.93846px;
    background-position: -186.15385px -46.53846px !important;
  }

  .game-numbers .row-3 a.btn-3.game2-icon:active {
    bottom: -1px;
    height: 44px;
    background-position: -186.15385px -93.07692px !important;
  }

  .game-numbers .row-3 a.btn-4 {
    background-position: 0 -139.61538px !important;
  }

  .game-numbers .row-3 a.btn-4.disabled {
    background-position: -139.61538px -139.61538px !important;
  }

  .game-numbers .row-3 a.btn-4.disabled:active {
    height: 47px;
    background-position: -139.61538px -139.61538px !important;
    bottom: 0;
  }

  .game-numbers .row-3 a.btn-4:active {
    height: 45px;
    background-position: -69.80769px -139.61538px !important;
    bottom: -1px;
  }

  .game-numbers .row-3 a.btn-4.game2-icon {
    width: 61px;
    height: 44px;
    -webkit-background-size: 549.93846px 549.93846px;
    -moz-background-size: 549.93846px;
    background-size: 549.93846px;
    background-position: -255.96154px -46.53846px !important;
  }

  .game-numbers .row-3 a.btn-4.game2-icon:active {
    bottom: -1px;
    height: 44px;
    background-position: -255.96154px -93.07692px !important;
  }

  .game-numbers .row-3 a.btn-5 {
    background-position: 0 -186.15385px !important;
  }

  .game-numbers .row-3 a.btn-5.disabled {
    background-position: -139.61538px -186.15385px !important;
  }

  .game-numbers .row-3 a.btn-5.disabled:active {
    height: 47px;
    background-position: -139.61538px -186.15385px !important;
    bottom: 0;
  }

  .game-numbers .row-3 a.btn-5:active {
    height: 45px;
    background-position: -69.80769px -186.15385px !important;
    bottom: -1px;
  }

  .game-numbers .row-3 a.btn-5.game2-icon {
    width: 61px;
    height: 44px;
    -webkit-background-size: 549.93846px 549.93846px;
    -moz-background-size: 549.93846px;
    background-size: 549.93846px;
    background-position: -325.76923px -46.53846px !important;
  }

  .game-numbers .row-3 a.btn-5.game2-icon:active {
    bottom: -1px;
    height: 44px;
    background-position: -325.76923px -93.07692px !important;
  }

  .game2-bg {
    height: 267.5px;
  }

  .game-bum {
    padding: 0 11.5px;
    bottom: -20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .game-bum li {
    margin-right: 0 !important;
    height: 28.5px;
    width: 20%;
  }

  .game-bum li .game-num-icon1 {
    -webkit-background-size: 586px 586px;
    -moz-background-size: 586px;
    background-size: 586px;
    background-position: -21px 0px;
    width: 40%;
    height: 20px;
    margin: 0 auto -5px;
  }

  .game-bum li .game-num-icon2 {
    -webkit-background-size: 586px 586px;
    -moz-background-size: 586px;
    background-size: 586px;
    background-position: -21px -25px;
    width: 40%;
    height: 20px;
    margin: 0 auto -5px;
  }

  .game-bum li .game-num-icon3 {
    -webkit-background-size: 586px 586px;
    -moz-background-size: 586px;
    background-size: 586px;
    background-position: -21px -50px;
    width: 40%;
    height: 20px;
    margin: 0 auto -5px;
  }

  .game-bum li .game-num-icon4 {
    -webkit-background-size: 586px 586px;
    -moz-background-size: 586px;
    background-size: 586px;
    background-position: -21px -75px;
    width: 40%;
    height: 20px;
    margin: 0 auto -5px;
  }

  .game-bum li .game-num-icon5 {
    -webkit-background-size: 586px 586px;
    -moz-background-size: 586px;
    background-size: 586px;
    background-position: -21px -100px;
    width: 40%;
    height: 20px;
    margin: 0 auto -5px;
  }

  .game-bum li .game-num-icon2 {
    width: 30%;
  }

  .game-bum li:first-child,
  .game-bum li:last-child {
    width: 15%;
  }

  .game-bum li p {
    font-size: 10px;
  }

  .m-login-area {
    display: block;
    margin-top: 2.5px;
    margin-bottom: 3.5px;
  }

  .m-login-area.login-2 {
    position: relative;
  }

  .m-login-area.login-2 .form-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .m-login-area.login-2 .form-div p {
    width: 45%;
    line-height: 20px;
    font-size: 10px;
  }

  .m-login-area.login-2 .form-div p label {
    width: auto;
    margin-right: 5px;
  }

  .m-login-area.login-2 .form-div p input {
    width: 70%;
    height: 20px;
  }

  .m-login-area.login-2 .login-content-btn-waper input {
    width: 68px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    -webkit-background-size: 423.72881px 423.72881px;
    -moz-background-size: 423.72881px;
    background-size: 423.72881px;
    background-position: -42.37288px -21.18644px;
    margin-right: 11.5px;
  }

  .m-login-area.login-2 .forget {
    position: absolute;
    bottom: 4px;
    right: 37px;
  }

  .m-login-area.login-2 .forget a {
    font-size: 10px !important;
  }

  .m-login-area .tit {
    height: 29px;
    font-size: 13px;
    line-height: 29px;
    -webkit-background-size: 100% 29px;
    -moz-background-size: 100% 29px;
    background-size: 100% 29px;
  }

  .m-login-area .infor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-login-area .infor .btn-waper a {
    -webkit-background-size: 520px 520px;
    -moz-background-size: 520px;
    background-size: 520px;
    background-position: -52px 0;
    width: 52px;
    height: 23px;
    font-size: 10px;
    line-height: 23px;
  }

  .m-login-area .infor .btn-waper a:active {
    background-position: -130px 0 !important;
  }

  .m-login-area .infor .row {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  }

  .m-login-area .infor .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-login-area .infor .content .icon-1 {
    background-position: 0 0;
  }

  .m-login-area .infor .content .icon-2 {
    background-position: 0 -25px;
  }

  .m-login-area .infor .content span {
    width: 11px;
    height: 11px;
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
  }

  .m-login-area .nav {
    padding: 0 12px 7px 9px;
  }

  .m-login-area .nav table {
    width: 100%;
  }

  .m-login-area .nav table td {
    text-align: center;
    padding: 5px;
  }

  .m-login-area .nav table td h6 {
    margin-bottom: 5px;
  }

  .m-login-area .nav table td p {
    font-size: 10px;
  }

  .m-login-area .nav table .icon-1 {
    display: inline-block;
    width: 24.5px;
    height: 24.5px;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    -webkit-background-size: 720.58824px 720.58824px;
    -moz-background-size: 720.58824px;
    background-size: 720.58824px;
    background-position: 0 -72.05882px;
  }

  .m-login-area .nav table .icon-2 {
    display: inline-block;
    width: 24.5px;
    height: 24.5px;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    -webkit-background-size: 720.58824px 720.58824px;
    -moz-background-size: 720.58824px;
    background-size: 720.58824px;
    background-position: 0 -108.08824px;
  }

  .m-login-area .nav table .icon-3 {
    display: inline-block;
    width: 24.5px;
    height: 24.5px;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    -webkit-background-size: 720.58824px 720.58824px;
    -moz-background-size: 720.58824px;
    background-size: 720.58824px;
    background-position: 0 -144.11765px;
  }

  .m-login-area .nav table .icon-4 {
    display: inline-block;
    width: 24.5px;
    height: 24.5px;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    -webkit-background-size: 720.58824px 720.58824px;
    -moz-background-size: 720.58824px;
    background-size: 720.58824px;
    background-position: 0 -180.14706px;
  }

  .m-login-area .nav table .icon-5 {
    display: inline-block;
    width: 24.5px;
    height: 24.5px;
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    -webkit-background-size: 720.58824px 720.58824px;
    -moz-background-size: 720.58824px;
    background-size: 720.58824px;
    background-position: 0 -216.17647px;
  }

  .tab-slider-wraper .hd li {
    font-size: 12px;
    height: 30px !important;
    line-height: 30px !important;
  }

  .tab-slider-wraper .bd li {
    height: 90px;
    overflow-y: auto;
    font-size: 10px;
    line-height: 15px !important;
    padding: 12.5px !important;
  }

  .erweima-wraper {
    display: none;
  }

  .bottom {
    margin-top: 3.5px;
  }

  .footer {
    width: 100%;
    margin-top: 3.5px;
  }

  .footer .content {
    width: auto !important;
    padding: 12.5px !important;
  }

  .footer .content .down-wraper .icon-1 {
    -webkit-background-size: 81.96721px 81.96721px;
    -moz-background-size: 81.96721px;
    background-size: 81.96721px;
    background-position: 0 0px !important;
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }

  .footer .content .down-wraper .icon-2 {
    -webkit-background-size: 81.96721px 81.96721px;
    -moz-background-size: 81.96721px;
    background-size: 81.96721px;
    background-position: 0 -40.98361px !important;
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }

  .footer .content .down-wraper .icon-3 {
    -webkit-background-size: 81.96721px 81.96721px;
    -moz-background-size: 81.96721px;
    background-size: 81.96721px;
    background-position: 0 -81.96721px !important;
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }

  .footer .content .down-wraper .icon-4 {
    -webkit-background-size: 81.96721px 81.96721px;
    -moz-background-size: 81.96721px;
    background-size: 81.96721px;
    background-position: 0 -122.95082px !important;
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }

  .footer .content .down-wraper .icon-5 {
    -webkit-background-size: 81.96721px 81.96721px;
    -moz-background-size: 81.96721px;
    background-size: 81.96721px;
    background-position: 0 -163.93443px !important;
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }

  .footer .content .partner-wraper .icon-1 {
    -webkit-background-size: 81.96721px 81.96721px;
    -moz-background-size: 81.96721px;
    background-size: 81.96721px;
    background-position: -40.98361px 0px !important;
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }

  .footer .content .partner-wraper .icon-2 {
    -webkit-background-size: 81.96721px 81.96721px;
    -moz-background-size: 81.96721px;
    background-size: 81.96721px;
    background-position: -40.98361px -40.98361px !important;
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }

  .footer .content .partner-wraper .icon-3 {
    -webkit-background-size: 81.96721px 81.96721px;
    -moz-background-size: 81.96721px;
    background-size: 81.96721px;
    background-position: -40.98361px -81.96721px !important;
    width: 25px;
    height: 25px;
    margin-right: 6px;
  }

  .footer .content .partner-wraper .icon-1 {
    width: 34.5px;
  }

  .footer .content .partner-wraper .icon-3 {
    margin-right: 0;
  }

  .footer .nav a {
    font-size: 7.5px;
    margin: 0 8.25px;
  }

  .vip-center-tit {
    font-size: 16px;
    height: 33px;
    line-height: 33px;
  }

  .vip-center-content {
    padding: 0 12.5px;
  }

  .vip-center-content .cont tr {
    border-bottom: 1px solid #d8c29e;
  }

  .vip-center-content .cont tr,
  .vip-center-content .cont th,
  .vip-center-content .cont td {
    height: 25px;
    line-height: 25px;
  }

  .vip-center-content .cont td a {
    height: 15px;
    line-height: 15px;
    font-size: 10px;
  }

  .vip-center-content .cont h5 {
    font-size: 14px;
  }

  .vip-center-content .cont p {
    font-size: 11.5px;
    line-height: 15.5px;
  }

  .pay-form .pay-center-submit {
    width: 100px;
    height: 32.5px;
    color: #855f27;
    -webkit-background-size: 641.02564px 641.02564px;
    -moz-background-size: 641.02564px;
    background-size: 641.02564px;
    background-position: -64.10256px -32.05128px !important;
  }
  
  .pay-form span {
    width: 45px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    padding: 0;
    text-align: center;
    margin-right: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .pay-form span.zhifubao {
    width: 75px;
  }

  .pay-form span.zhifubao::before {
    vertical-align: -3px;
    width: 15px;
    height: 15px;
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
    background-position: -450px 0;
  }

  .pay-form span.yinlian {
    width: 75px;
  }

  .pay-form span.yinlian::before {
    vertical-align: -5px;
    width: 20px;
    height: 15px;
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
    background-position: -450px -25px;
  }

  .pay-form span.weixin {
    width: 75px;
  }

  .pay-form span.weixin::before {
    vertical-align: -4.5px;
    width: 22.5px;
    height: 16.5px;
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
    background-position: -450px -50px;
  }

  .pay-form span.on.zhifubao:before {
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
    background-position: -425px 0 !important;
  }

  .pay-form span.on.yinlian:before {
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
    background-position: -425px -25px !important;
  }

  .pay-form span.on.weixin:before {
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
    background-position: -425px -50px !important;
  }

  .pay-form label {
    width: 50px;
    margin-right: 7px;
  }

  .pay-form input[type="text"] {
    width: 180px;
    height: 29px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .pay-form input[type="password"] {
    width: 180px;
    height: 29px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .pay-form input[type="number"] {
    width: 180px;
    height: 29px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }


  .pay-form i {
    width: 14px !important;
    height: 14px !important;
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
  }

  .pay-form i.yes {
    background-position: -400px 0 !important;
  }

  .pay-form i.no {
    background-position: -400px -25px !important;
  }

  .vip-center-content .cont .page {
    display: none;
  }

  .vip-center-content .cont .record,
  .vip-center-content .cont .get-gold,
  .vip-center-content .cont .get-money,
  .vip-center-content .cont .viper {
    display: none;
  }

  .vip-center-content .cont .get-gold .infor {
    display: block;
  }

  .vip-center-content .cont .get-gold .infor .left {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .vip-center-content .cont .get-gold .infor .left .name-money {
    font-size: 11.5px;
    margin-bottom: 10px;
  }

  .vip-center-content .cont .get-gold .infor .left .name-money .count-icon {
    width: 17.5px;
    height: 17.5px;
    -webkit-background-size: 673.07692px 673.07692px !important;
    -moz-background-size: 673.07692px !important;
    background-size: 673.07692px !important;
    background-position: 0 0;
  }

  .vip-center-content .cont .get-gold .infor .left .name-money .money-icon {
    width: 17.5px;
    height: 17.5px;
    -webkit-background-size: 673.07692px 673.07692px !important;
    -moz-background-size: 673.07692px !important;
    background-size: 673.07692px !important;
    background-position: 0 -33.65385px !important;
  }

  .vip-center-content .cont .get-gold .infor .left .code {
    font-size: 12px;
  }

  .vip-center-content .cont .get-gold .infor .left .code .code-area {
    width: 270px;
    height: 36.5px;
    line-height: 36.5px;
    padding: 0 0 0 10px;
  }

  .vip-center-content .cont .get-gold .infor .right {
    display: block;
  }

  .vip-center-content .cont table {
    font-size: 12px;
  }

  .vip-center-content .tab ul {
    width: 274px;
  }

  .vip-center-content .tab li {
    width: 54.8px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }

  .m-getMore {
    display: block;
  }

  .pc-login-waper {
    display: none !important;
  }

  .login-waper {
    background-color: #d8c29e;
    padding: 22.5px 20px;
  }

  .login-waper .login-left h1,
  .login-waper .login-left p {
    font-size: 12px;
    color: #855f27;
    margin: 10px 0;
  }

  .login-waper .login-left h3 img {
    width: 77.5px;
  }

  .login-waper .phone-icon img,
  .login-waper .m-phone-icon img {
    width: 42px;
  }

  .login-waper .login-box {
    width: 185px;
    height: auto;
    background-color: transparent;
  }

  .login-waper .login-box .login-content {
    padding: 0;
  }

  .login-waper .login-box .login-content p {
    margin-bottom: 16.5px;
  }

  .login-waper .login-box .login-content p.forget {
    margin: 10px 0;
  }

  .login-waper .login-box .login-content p.forget a {
    font-size: 12px;
  }

  .login-waper .login-box .login-content .login-content-btn-waper input {
    width: 76px !important;
    height: 25px !important;
    background-position: -50px -25px;
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
    font-size: 12px;
    color: #855f27;
  }

  .login-waper .login-box .login-content input {
    width: 112px !important;
    height: 20px !important;
  }

  .phone-icon {
    display: none;
  }

  .m-phone-icon {
    display: block;
  }

  .contact-waper .layer {
    width: 80% !important;
    height: 186px !important;
  }

  .contact-waper .layer .contact-content {
    padding: 28px 23px;
  }

  .contact-waper .layer .contact-content .contact-num {
    width: 100%;
    margin: 0 0 0 20px;
  }

  .contact-waper .layer .contact-content .contact-num p {
    font-size: 13px;
    margin-top: 10px;
  }

  .contact-waper .layer .contact-content .contact-num p:first-child {
    margin-top: 10px;
  }

  .contact-waper .layer .contact-content .contact-num p .QQ {
    width: 14px;
    height: 15.5px;
    background-position: -400px -100px;
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
    margin-right: 10px;
  }

  .contact-waper .layer .contact-content .contact-num p .weixin {
    width: 18px;
    height: 14.5px;
    background-position: -400px -75px;
    -webkit-background-size: 500px 500px;
    -moz-background-size: 500px;
    background-size: 500px;
    margin-right: 10px;
  }

  .layer {
    width: 60.66667% !important;
    height: 174px !important;
  }

  .layer .contact-tit {
    height: 29px !important;
    font-size: 13px !important;
    line-height: 29px !important;
  }

  .layer .layer-tit {
    height: 29px !important;
    padding-top: 2px !important;
  }

  .layer .layer-tit i {
    font-size: 24px !important;
  }

  .layer .layer-content {
    padding-top: 23.5px !important;
  }

  .layer .layer-content .tip-icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 30px !important;
    padding-top: 5px;
  }

  .layer .layer-content p {
    font-size: 13px !important;
  }

  .contact-erweima img {
    width: 82px;
    height: 82px;
  }

  .contact-btn {
    display: none;
  }

  .m-contact-btn {
    display: block;
    margin-top: 10px;
  }

  .m-contact-btn a {
    font-size: 10px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #c9a15f;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
  }

  .viper-search {
    font-size: 11px;
  }

  .viper-search input,
  .viper-search select {
    margin-bottom: 5px;
    color: #855f27;
  }

  .down-area {
    padding: 17.5px 12.5px 0;
  }

  .down-area .down-pc {
    width: 38%;
    margin-right: 0;
  }

  .down-area .down-pc img {
    width: 100%;
  }

  .down-area .down-phone {
    width: 35%;
  }

  .down-area .down-phone img {
    width: 100%;
    margin-bottom: 15px;
  }

  .down-area .down-erweima {
    width: 22%;
  }

  .down-area .down-erweima p {
    font-size: 10px;
  }

  .down-area .down-erweima img {
    width: 100%;
    height: auto;
    margin-bottom: 6px;
  }

  .down-ques-list {
    padding: 10px 11.5px;
  }

  .down-ques-list dd,
  .down-ques-list dt {
    font-size: 12px;
  }

  .down-ques-list dd {
    padding: 5px 8.5px;
  }

  .down-ques-list dt {
    height: 25px;
    line-height: 25px;
    padding-left: 8.5px;
  }

  .change-infor-hr {
    width: 200px !important;
  }

  .change-infor-hr + div {
    font-size: 12px;
  }

  .game2-ren {
    width: 150px !important;
    height: 150px !important;
    top: 43px !important;
    -webkit-background-size: 182px 182px;
    -moz-background-size: 182px;
    background-size: 182px;
  }

  .game2-ren.game2-ren-ani-0 {
    -webkit-animation: m-game2-ani0 2s ease 0s 1 forwards !important;
    -moz-animation: m-game2-ani0 2s ease 0s 1 forwards !important;
    animation: m-game2-ani0 2s ease 0s 1 forwards !important;
  }

  .game2-ren.game2-ren-ani-1 {
    -webkit-animation: m-game2-ani1 5s steps(1) 0s infinite both !important;
    -moz-animation: m-game2-ani1 5s steps(1) 0s infinite both !important;
    animation: m-game2-ani1 5s steps(1) 0s infinite both !important;
  }

  .game2-ren.game2-ren-ani-2 {
    -webkit-animation: m-game2-ani2 30s ease 0s 1 forwards !important;
    -moz-animation: m-game2-ani2 30s ease 0s 1 forwards !important;
    animation: m-game2-ani2 30s ease 0s 1 forwards !important;
  }

  .game2-ren.game2-ren-ani-3 {
    -webkit-animation: m-game2-ani3 2s steps(1) 0s 1 forwards !important;
    -moz-animation: m-game2-ani3 2s steps(1) 0s 1 forwards !important;
    animation: m-game2-ani3 2s steps(1) 0s 1 forwards !important;
  }

  .other.big-other span {
    width: 46px !important;
    height: 44px !important;
    bottom: 27.5px !important;
    -webkit-background-size: 46px 46px !important;
    -moz-background-size: 46px !important;
    background-size: 46px !important;
  }

  .game2-bg .game2-area {
    height: 250px !important;
  }

  .game2-bg .game2-area .other.small-other span {
    bottom: 83px;
    -webkit-background-size: 15px 13px !important;
    -moz-background-size: 15px 13px !important;
    background-size: 15px 13px !important;
    width: 15px;
    height: 13px;
  }

  .game2-cards {
    padding: 10px 5px 0;
    left: 77.5px !important;
    top: 14px !important;
  }

  .game2-cards ul {
    height: 40px;
  }

  .game2-cards li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 24px;
    height: 39px;
    margin-right: 5px;
    background: url(/images/muban.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .game2-cards li span {
    width: 10px !important;
    height: 10px !important;
    -webkit-background-size: 10px 10px !important;
    -moz-background-size: 10px 10px !important;
    background-size: 10px 10px !important;
  }

  .game2-cards li span.count1 {
    width: 10px;
    height: 10px;
    background-image: url(/images/game2-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    -webkit-background-size: 586px 586px !important;
    -moz-background-size: 586px !important;
    background-size: 586px !important;
  }

  .game2-cards li span.count2 {
    width: 10px;
    height: 10px;
    background-image: url(/images/game2-icon.png);
    background-repeat: no-repeat;
    background-position: 0 -25px;
    -webkit-background-size: 586px 586px !important;
    -moz-background-size: 586px !important;
    background-size: 586px !important;
  }

  .game2-cards li span.count3 {
    width: 10px;
    height: 10px;
    background-image: url(/images/game2-icon.png);
    background-repeat: no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 586px 586px !important;
    -moz-background-size: 586px !important;
    background-size: 586px !important;
  }

  .game2-cards li span.count4 {
    width: 10px;
    height: 10px;
    background-image: url(/images/game2-icon.png);
    background-repeat: no-repeat;
    background-position: 0 -75px;
    -webkit-background-size: 586px 586px !important;
    -moz-background-size: 586px !important;
    background-size: 586px !important;
  }

  .game2-cards li span.count5 {
    width: 10px;
    height: 10px;
    background-image: url(/images/game2-icon.png);
    background-repeat: no-repeat;
    background-position: 0 -100px;
    -webkit-background-size: 586px 586px !important;
    -moz-background-size: 586px !important;
    background-size: 586px !important;
  }

  .game2-cards li span.count6 {
    width: 10px;
    height: 10px;
    background-image: url(/images/game2-icon.png);
    background-repeat: no-repeat;
    background-position: 0 -125px;
    -webkit-background-size: 586px 586px !important;
    -moz-background-size: 586px !important;
    background-size: 586px !important;
  }

  .bottom .tit {
    font-size: 13px;
  }
}
