﻿.GE_HorizontalWave,
.GE_VerticalWaveUp,
.GE_StaticColorShift,
.GE_keyboard,
.GE_FPS,
.GE_MMO,
.GE_MOBA,
.GE_WarpDrive
 {
    opacity: 0 !important;
}
.GE_HorizontalWave.active,
.GE_VerticalWaveUp.active,
.GE_StaticColorShift.active,
.GE_keyboard.active,
.GE_FPS.active,
.GE_MMO.active,
.GE_MOBA.active,
.GE_WarpDrive.active
 {
    opacity: 1 !important;
}
#GEKeyboard{
    background: #111;
    padding: 0 0 3% 0;
    position: relative;
    height: 700px;
}
@media only screen and (max-width: 1280px) {
    /*#GEKeyboard {
        display: none;
    } */
}

#GEKeyboard img{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.GE_VerticalWaveUp{
    display: block;
    /* Point */
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition-timing-function:ease-in;
    /*定位*/
    position: absolute;
    z-index:1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

    display: block;
    width: 1050px;
    height: 500px;

    background: url("https://asset.msi.com/event/nb/2017/KB/images/rainbow-y.png") top;
    will-change: background-position;
    -webkit-animation: VerticalWaveUp 2s  linear infinite;
    animation: VerticalWaveUp 2s linear infinite;
    overflow: hidden;
}
/*七彩動態*/
@keyframes VerticalWaveUp {
    from {
    background-position: 0 0;
  }
    to {
    background-position: 0 611px;
  }
}
@-webkit-keyframes VerticalWaveUp {
    0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 611px;
  }
}
/*七彩動態*/
@-webkit-keyframes StaticColorShift {
  0% {
    background-color: #FF0000;
  }
  14% {
    background-color: #FF7F00;
  }
  28% {
    background-color: #FFFF00;
  }
  57% {
    background-color: #0068FF;
  }
  43% {
    background-color: #00BC3F;
  }
  82% {
    background-color: #7A00E5;
  }
  100% {
    background-color: #D300C9;
  }
}
@-moz-keyframes StaticColorShift {
  0% {
    background-color: #FF0000;
  }
  14% {
    background-color: #FF7F00;
  }
  28% {
    background-color: #FFFF00;
  }
  57% {
    background-color: #0068FF;
  }
  43% {
    background-color: #00BC3F;
  }
  82% {
    background-color: #7A00E5;
  }
  100% {
    background-color: #D300C9;
  }
}
@-ms-keyframes StaticColorShift {
  0% {
    background-color: #FF0000;
  }
  14% {
    background-color: #FF7F00;
  }
  28% {
    background-color: #FFFF00;
  }
  57% {
    background-color: #0068FF;
  }
  43% {
    background-color: #00BC3F;
  }
  82% {
    background-color: #7A00E5;
  }
  100% {
    background-color: #D300C9;
  }
}
@-o-keyframes StaticColorShift {
  0% {
    background-color: #FF0000;
  }
  14% {
    background-color: #FF7F00;
  }
  28% {
    background-color: #FFFF00;
  }
  57% {
    background-color: #0068FF;
  }
  43% {
    background-color: #00BC3F;
  }
  82% {
    background-color: #7A00E5;
  }
  100% {
    background-color: #D300C9;
  }
}
@keyframes StaticColorShift {
  0% {
    background-color: #FF0000;
  }
  14% {
    background-color: #FF7F00;
  }
  28% {
    background-color: #FFFF00;
  }
  57% {
    background-color: #0068FF;
  }
  43% {
    background-color: #00BC3F;
  }
  82% {
    background-color: #7A00E5;
  }
  100% {
    background-color: #D300C9;
  }
}

.GE_StaticColorShift{
    display: block;
    animation-name: StaticColorShift;
    animation-duration: 5s;
    /* Point */
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition-timing-function:ease-in;
    /*定位*/
    position: absolute;
    z-index:1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;

    display: block;
    width: 1050px;
    height: 500px;
}



.GE_HorizontalWave {
    display: block;
/*     width: 1050px;
    height: 500px; */

    background: url("https://asset.msi.com/event/nb/2017/KB/images/rainbow-x.png") left;
    background-size: 50rem;
    will-change: background-position;
    -webkit-animation: HorizontalWave 2s  linear infinite;
    animation: HorizontalWave 2s linear infinite;
    overflow: hidden;

    position: absolute;
    z-index:1;
    top: 1px;
    right: 1px;
    bottom: 0;
    left: 0;
    margin: auto;
}
@keyframes HorizontalWave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50rem 0;
  }
}

.GE_WarpDrive{
    position: absolute;
    z-index:1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 22px;
    margin: auto;

    display: block;
    width: 1020px;
    height: 500px;
    background:url("https://asset.msi.com/event/nb/2018/GE63/images/kb.gif")no-repeat bottom center;
    background-size: 150%;
}


/*GE********************/
/*GE_keyboard*/
.GE_keyboard{
    position: absolute;
    z-index:1;
    top: 85px;
    right: 0;
    bottom: 0;
    left: 10px;
    margin: auto;

    display: block;
    width: 1020px;
    height: 500px;
}
.GE_keyboard li{ 
    display: block;
    width: 45px;
    height: 47px;
    float:left;
    margin: 1px 2px;
    text-indent: -9999px;
}


.GE_keyboard li:nth-child(1){
    margin-left: 5px;
    height: 42px;
    background: #00ffff;
}
.GE_keyboard li:nth-child(2){
    margin-left: 5px;
    height: 42px;
    background: #9000ff;
}
.GE_keyboard li:nth-child(3){
    height: 42px;
    background: #f00000;
}
.GE_keyboard li:nth-child(4){
    height: 42px;
    background: #ffff00;
}
.GE_keyboard li:nth-child(5){
    height: 42px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(6){
    height: 42px;
    background: #ff0050;
}
.GE_keyboard li:nth-child(7){
    height: 42px;
    background: #0000ff;
}
.GE_keyboard li:nth-child(8){
    height: 42px;
    background: #CCFF33;
}
.GE_keyboard li:nth-child(9){
    height: 42px;
    background: #ff0050;
}
.GE_keyboard li:nth-child(10){
    height: 42px;
    background: #ffff00;
}
.GE_keyboard li:nth-child(11){
    height: 42px;
    background: #ffd000;
}
.GE_keyboard li:nth-child(12){
    height: 42px;
    background: #00ffff;
}
.GE_keyboard li:nth-child(13){
    height: 42px;
    background: #0000ff;
}
.GE_keyboard li:nth-child(14){
    height: 42px;
    background: #0000ff;
}
.GE_keyboard li:nth-child(15){
    height: 42px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(16){
    height: 42px;
    background: #CCDDFF;
}
.GE_keyboard li:nth-child(17){
    height: 42px;
    margin-left:12px;
    width: 40px;
    background: #60ff00;
}



.GE_keyboard li:nth-child(18){
    height: 42px;
    width: 42px;
    background: #CCDDFF;
}

.GE_keyboard li:nth-child(19){
    height: 42px;
    width: 42px;
    background: #4400CC;
}
.GE_keyboard li:nth-child(20){
    height: 42px;
    width: 42px;
    background: #EEEE00;
}

.GE_keyboard li:nth-child(21){
    margin-left: 5px;
    width: 73px;
    background: #00ffff;
}
.GE_keyboard li:nth-child(22){
    width: 50px;
    margin-left: 1px;
    background: #9000ff;
}
.GE_keyboard li:nth-child(23){
    width: 46px;
    margin-left: 1px;
    background: #ffd000;
}
.GE_keyboard li:nth-child(24){
     width: 46px;
    background: #ffff00;
}
.GE_keyboard li:nth-child(25){
    margin-left: 3px;
     width: 46px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(26){
    margin-left: 3px;
    width: 48px;
    background: #ff0000;
}
.GE_keyboard li:nth-child(27){
    margin-left: 1px;
    width: 48px;
    background: #0000ff;
}
.GE_keyboard li:nth-child(28){
    margin-left: 1px;
    width: 48px;
    background: #00ffb0;
}
.GE_keyboard li:nth-child(29){
    margin-left: 1px;
    width: 48px;
    background: #ff0050;
}
.GE_keyboard li:nth-child(30){
    margin-left: 3px;
    width: 48px;
    background: #ffff00;
}

.GE_keyboard li:nth-child(31){
    margin-left: 1px;
    width: 48px;
    background: #ffd000;
}
.GE_keyboard li:nth-child(32){
    width: 48px;
    background: #00ffff;
}
.GE_keyboard li:nth-child(33){
    width: 48px;
    background: #0000ff;
}
.GE_keyboard li:nth-child(34){
    width: 95px;
    background: #FFB3FF;
}


.GE_keyboard li:nth-child(35){
    margin-left: 8px;
    width: 40px;
    height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(36){
     width: 40px;
     height: 50px;
    background: #FF88C2;
}
.GE_keyboard li:nth-child(37){
    width: 40px;
    height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(38){
   width: 40px;
   height: 50px;
    background: #00FFFF;
}
.GE_keyboard li:nth-child(39){
    margin:0 0 5px 5px;
    width:83px;
    height: 50px;
    background: #4400B3;
}
.GE_keyboard li:nth-child(40){
    margin:0 0 5px 3px;
    width: 48px;
    height: 50px;
    background: #B94FFF;
}
.GE_keyboard li:nth-child(41){
     margin:0 0 5px 3px;
    width: 48px;
    height: 50px;
    background: #00ffff;
}
.GE_keyboard li:nth-child(42){
     margin:0 0 5px 3px;
    width: 48px;
    height: 50px;
    background: #9000ff;
}
.GE_keyboard li:nth-child(43){
     margin:0 0 5px 3px;
    width: 48px;
    height: 50px;
    background: #FF5511;
}
.GE_keyboard li:nth-child(44){
    margin:0 0 5px 3px;
    width: 48px;
    height: 50px;
    background: #ffff00;
}
.GE_keyboard li:nth-child(45){
     margin:0 0 5px 3px;
    width: 48px;
    height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(46){
     margin:0 0 5px 3px;
    width: 48px;
    height: 50px;
    background: #ff0000;
}
.GE_keyboard li:nth-child(47){
     margin:0 0 5px 3px;
    width: 48px;
    height: 50px;
    background: #0000ff;
}
.GE_keyboard li:nth-child(48){
     margin:0 0 5px 3px;
    width: 50px;
    height: 50px;
    background: #00ffb0;
}
.GE_keyboard li:nth-child(49){
     margin:0 0 5px 3px;
    width: 50px;
    height: 50px;
    background: #ff0050;
}
.GE_keyboard li:nth-child(50){
     margin:0 0 5px 3px;
    width: 50px;
    height: 50px;
    background: #ffff00;
}
.GE_keyboard li:nth-child(51){
     margin:0 0 5px 3px;
    width: 48px;
    height: 50px;
    background: #ffd000;
}


.GE_keyboard li:nth-child(52){
     margin:0 0 5px 3px;
    width: 82px;
    height: 52px;
    background: #00ffff;
}
.GE_keyboard li:nth-child(53){
    margin:0 0 5px 12px;
    height: 52px;
    width: 42px;
    background: #0000ff;
}
.GE_keyboard li:nth-child(54){
     margin:0 0 5px 2px;
    height: 52px;
    width: 42px;
    background: #FF00FF;
}
.GE_keyboard li:nth-child(55){
    margin:0 0 5px 2px;
    height: 52px;
    width: 42px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(56){
    position: absolute;
    right: 41px;
    top:97px;
    height: 100px;
    width: 44px;
    background: #ffd000;
}
.GE_keyboard li:nth-child(57){
    margin:0 0 0 2px;
    height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(58){
    margin:-5px 0 0 2px;
    width: 99px;
    height: 50px;
    background: #FF3333;
}
.GE_keyboard li:nth-child(59){
    margin:-5px 0 0 2px;
    width: 50px;
    height: 50px;
    background: #FFB7DD;
}
.GE_keyboard li:nth-child(60){
    margin:-5px 0 0 2px;
    width: 50px;
    height: 50px;
    background: #AAAAAA;
}
.GE_keyboard li:nth-child(61){
    margin:-5px 0 0 2px;
    width: 50px;
    height: 50px;
    background: #ffd000;
}
.GE_keyboard li:nth-child(62){
   margin:-5px 0 0 2px;
    width: 49px;
    height: 50px;
    background: #00ffff;
}
.GE_keyboard li:nth-child(63){
    margin:-5px 0 0 2px;
    width: 49px;
    height: 50px;
    background: #0000ff;
}
.GE_keyboard li:nth-child(64){
    margin:-5px 0 0 2px;
    width: 49px;
    height: 50px;
    background: #FFFF00;
}
.GE_keyboard li:nth-child(65){
    margin:-5px 0 0 2px;
    width: 49px;
    height: 50px;
    background: #FF5511;
}
.GE_keyboard li:nth-child(66){
    margin:-5px 0 0 2px;
    width: 49px;
    height: 50px;
    background: #AAAAAA;
}
.GE_keyboard li:nth-child(67){
    margin:-5px 0 0 2px;
    width: 50px;
    height: 50px;
    background: #60ff00;
}


.GE_keyboard li:nth-child(68){
    margin:-5px 0 0 2px;
    width: 50px;
    height: 50px;
    background: #AAAAAA;
}
.GE_keyboard li:nth-child(69){
    margin:-5px 0 0 2px;
    width: 50px;
    height: 50px;
    background: #ffd000;
}
.GE_keyboard li:nth-child(70){
    margin:-3px 0 0 2px;
    width: 120px;
    height: 50px;
    background: #BBFF66;
}

.GE_keyboard li:nth-child(71){
    margin:-3px 0 0 12px;
    width: 44px;
    height: 50px;
    background: #00ffff;
}
.GE_keyboard li:nth-child(72){
    margin:-3px 0 0 2px;
    width: 42px;
    height: 50px;
    background: #9000ff;
}
.GE_keyboard li:nth-child(73){
    margin:-3px 0 0 2px;
    width: 42px;
    height: 50px;
    background: #ffd000;
}
.GE_keyboard li:nth-child(74){
    margin-left: 8px;
    background: #ffff00;
}
.GE_keyboard li:nth-child(75){
    margin:0 0 0 2px;
    height: 50px;
    width: 126px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(76){
    margin:0 0 0 2px;
    width: 50px;
    height: 50px;
    background: #ff0000;
}
.GE_keyboard li:nth-child(77){
    margin:0 0 0 2px;
    width: 50px;
    height: 50px;
    background: #0000ff;
}
.GE_keyboard li:nth-child(78){
    margin:0 0 0 2px;
    width: 50px;
    height: 50px;
    background: #00ffb0;
}
.GE_keyboard li:nth-child(79){
    margin:0 0 0 2px;
    width: 48px;
    height: 50px;
    background: #ff0050;
}
.GE_keyboard li:nth-child(80){
    margin:0 0 0 2px;
    width: 48px;
    height: 50px;
    background: #ffff00;
}
.GE_keyboard li:nth-child(81){
    margin:2px 0 0 2px;
    width: 50px;
    height: 50px;
    background: #00ffff;
}
.GE_keyboard li:nth-child(82){
    margin:2px 0 0 2px;
    width: 50px;
    height: 50px;
    background: #9000ff;
}



.GE_keyboard li:nth-child(83){
    margin:2px 0 0 2px;
    width: 50px;
    height: 50px;
    background: #FF0000;
}
.GE_keyboard li:nth-child(84){
    margin:2px 0 0 2px;
    width: 50px;
    height: 50px;
    background: #ffff00;
}
.GE_keyboard li:nth-child(85){
    margin:2px 0 0 2px;
    width: 50px;
    height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(86){
    margin:2px 0 0 2px;
    width: 92px;
    height: 50px;
    background: #FF77FF;
}
.GE_keyboard li:nth-child(87){
    margin:2px 0 0 4px;
    width: 50px;
    height: 50px;
    background: #CCEEFF;
}
.GE_keyboard li:nth-child(88){
    margin:2px 0 0 12px;
    width: 43px;
    height: 50px;
    background: #CCBBFF;
}
.GE_keyboard li:nth-child(89){
   margin:2px 0 0 2px;
    width: 43px;
    height: 50px;
    background: #00FF00;
}
.GE_keyboard li:nth-child(90){
    margin:2px 0 0 2px;
    width: 43px;
    height: 50px;
    background: #5500FF;
}
.GE_keyboard li:nth-child(91){
    position: absolute;
    right: 41px;
    top: 200px;
    height: 103px;
    width: 42px;
    background: #FF3333;
}
.GE_keyboard li:nth-child(92){
    margin: 5px 0 5px 25px;
    width: 42px;
    background: #FF7744;
}
.GE_keyboard li:nth-child(93){
    margin: 0 0 5px 2px;
    width:93px;
    height: 50px;
    background: #66FF66;
}
.GE_keyboard li:nth-child(94){
    margin: 0 0 5px 2px;
    width: 50px;
    height: 50px;
    background: #FF3333;
}

.GE_keyboard li:nth-child(95){
    margin: 0 0 5px 2px;
    width:60px;
    height: 50px;
    background: #990099;
}
.GE_keyboard li:nth-child(96){
    margin: 2px 0 5px 2px;
    width:268px;
    height: 50px;
    background: #BBFF66;
}
.GE_keyboard li:nth-child(97){
   margin: 2px 0 5px 2px;
   width: 50px;
   height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(98){
   margin: 2px 0 5px 2px;
   width: 50px;
   height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(99){
   margin: 2px 0 5px 2px;
   width: 50px;
   height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(100){
   margin: 2px 0 5px 2px;
   width: 50px;
   height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(100){
   margin: 2px 0 5px 2px;
   width: 50px;
   height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(101){
   margin: 2px 0 5px 2px;
   width: 50px;
   height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(102){
   margin: 2px 0 5px 2px;
   width: 50px;
   height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(103){
   margin: 2px 0 5px 5px;
   width: 50px;
   height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(104){
   margin: 3px 0 5px 2px;
   width: 43px;
   height: 50px;
    background: #60ff00;
}
.GE_keyboard li:nth-child(105){
   margin: 3px 0 5px 3px;
   width: 43px;
   height: 50px;
    background: #60ff00;
}

/*GE_FPS*/
.GE_FPS{
    position: absolute;
    z-index:1;
    top: 85px;
    right: 0;
    bottom: 0;
    left: 10px;
    margin: auto;

    display: block;
    width: 1020px;
    height: 500px;
}
.GE_FPS ul{
    position: relative;
}
.GE_FPS li{ 
    display: block;
    width: 45px;
    height: 45px;
    float:left;
    margin: 1px 2px;
    text-indent: -9999px;
}
.GE_FPS li:nth-child(1){
    position: absolute;
    width: 100px;
    left: 50px;
    background: #fff;
}
.GE_FPS li:nth-child(2){
    position: absolute;
    right: 378px;
    background: #fff;
}
.GE_FPS li:nth-child(3){
    position: absolute;
    top: 43px;
	height:48px;
    width: 335px;
    background: #ff0;
}
.GE_FPS li:nth-child(4){
    position: absolute;
    top: 97px;
    width: 84px;
    height: 50px;
    background: #fff;
}
.GE_FPS li:nth-child(5){
    position: absolute;
    top: 97px;
    left: 85px;
    width: 50px;
    height: 50px;
    background: #ff0;
}
.GE_FPS li:nth-child(6){
   position: absolute;
    top: 97px;
    left: 135px;
    width: 51px;
    height: 50px;
    background: #f00;
}
.GE_FPS li:nth-child(7){
   position: absolute;
    top: 97px;
    left: 187px;
    width: 52px;
    height: 50px;
    background: #fff;
}
.GE_FPS li:nth-child(8){
   position: absolute; 
   top: 97px;
   left: 238px;
    width: 52px;
    height: 50px;
   background: #0202fb;
}
.GE_FPS li:nth-child(9){
    position: absolute; 
    top: 97px;
    left: 343px;
    width: 105px;
    height: 50px;
    background: #0ebc0d;
}
.GE_FPS li:nth-child(10){
   position: absolute; 
    top: 150px;
    left: 100px;
    width: 155px;
    height: 50px;
   background: #f00;
}
.GE_FPS li:nth-child(11){
    position: absolute;
    top: 150px;
    left: 307px;
    width: 50px;
     height: 50px;
    background: #0202fb;
}
.GE_FPS li:nth-child(12){
    position: absolute;
    top: 150px;
    left:464px;
    width: 50px;
     height: 50px;
    background: #0ebc0d;
}
.GE_FPS li:nth-child(13){
    position: absolute;
    top: 201px;
    width:124px;
    height: 50px;
    background: #f00;
}
.GE_FPS li:nth-child(14){
    position: absolute;
    top: 201px;
    left: 124px;
    width: 156px;
    height: 50px;
    background: #0ebc0d;
}
.GE_FPS li:nth-child(15){
    position: absolute;
    top: 201px;
    left: 330px;
    width: 54px;
    height: 50px;
    background: #fff;
}
.GE_FPS li:nth-child(16){
    position: absolute;
    top: 201px;
    left: 436px;
    width: 50px;
    height: 50px;
    background: #fff;
}
.GE_FPS li:nth-child(17){
   position: absolute;
    top: 253px;
    width: 94px;
    height: 50px;
    background: #f00;
}

/*GE_MMO*/
.GE_MMO{
    position: absolute;
    z-index:1;
    top: 85px;
    right: 0;
    bottom: 0;
    left: 10px;
    margin: auto;

    display: block;
    width: 1020px;
    height: 500px;
}
.GE_MMO ul{
    position: relative;
}
.GE_MMO li{ 
    display: block;
    width: 48px;
    height: 44px;
    float:left;
    margin: 1px 2px;
    text-indent: -9999px;
}
.GE_MMO li:nth-child(1){
    position: absolute;
    background: #ff5200;
}
.GE_MMO li:nth-child(2){
    position: absolute;
    width: 295px;
    left: 50px;
    background: #f00;
}
.GE_MMO li:nth-child(3){
    position: absolute;
    width: 295px;
    left: 345px;
    background: #00ff04;
}
.GE_MMO li:nth-child(4){
    position: absolute;
    top: 44px;
    width: 43px;
    height: 50px;
    right: 175px;
    background: #ff5200; 
}
.GE_MMO li:nth-child(5){
    position: absolute;
    top: 44px;
    right: 42px;
    width: 46px;
    height: 50px;
    background: #ff5200; 
}
.GE_MMO li:nth-child(6){
   position: absolute;
   top: 44px;
   width: 75px;
   height: 48px;
    background: #ff5200; 
}
.GE_MMO li:nth-child(7){
    position: absolute;
    width: 360px;
    top: 44px;
    left: 75px;
    height: 48px;
    background: #f00;
}
.GE_MMO li:nth-child(8){
   position: absolute;
    width: 100px;
    top: 44px;
    right: 325px;
    height: 48px;
    background: #00ff04;
}
.GE_MMO li:nth-child(9){
   position: absolute;
    top:98px;
    right: 42px;
    width: 41px;
    height: 103px;
    background: #ff5200;
}
.GE_MMO li:nth-child(10){
   position: absolute;
   top: 98px;
   height: 48px;
   width: 85px;
   background: #ff5200;
}
.GE_MMO li:nth-child(11){
    position: absolute;
    top: 98px;
    left: 87px;
    width: 48px;
    height: 48px;
    background: #ff0;
}
.GE_MMO li:nth-child(12){
    position: absolute;
    top: 98px;
    left: 139px;
    width: 48px;
    height: 48px;
    background: #fff;
}
.GE_MMO li:nth-child(13){
    position: absolute;
    top: 98px;
    left: 191px;
    width: 150px;
    height: 48px;
    background: #ff0;
}
.GE_MMO li:nth-child(14){
    position: absolute;
    top: 148px;
    width: 97px;
    height: 50px;
    background: #ff5200;
}
.GE_MMO li:nth-child(15){
    display: none;
}
.GE_MMO li:nth-child(16){
    display: none;
}
.GE_MMO li:nth-child(17){
    position: absolute;
    top: 148px;
    left: 103px;
    width: 150px;
    height: 50px;
    background: #fff;
}

.GE_MMO li:nth-child(18){
    position: absolute;
    top: 148px;
    left: 257px;
    width: 100px;
    height: 50px;
    background: #ff0;
}

.GE_MMO li:nth-child(19){
    position: absolute;
    right:229px;
    top: 150px;
    width: 120px;
    height: 50px;
    background: #ff5200;
}
.GE_MMO li:nth-child(20){
    position: absolute;
    top: 202px;
    width: 485px;
    height: 50px;
    background: #ff5200;
}

.GE_MMO li:nth-child(21){
   position: absolute;
    top: 202px;
    right: 376px;
    height: 50px;
    background: #ff5200;
}
.GE_MMO li:nth-child(22){
   position: absolute;
    top: 253px;
    width: 93px;
    height: 50px;
    background: #00ff04;
}
.GE_MMO li:nth-child(23){
   position: absolute;
    top: 251px;
    width: 63px;
    left: 145px;
    height: 50px;
    background: #00ff04;
}
.GE_MMO li:nth-child(24){
   position: absolute;
    top: 251px;
    right: 85px;
    width: 88px;
    height: 50px;
    background: #ff5200;
}

/*GE_MOBA*/
.GE_MOBA{
    position: absolute;
    z-index:1;
    top: 85px;
    right: 0;
    bottom: 0;
    left: 10px;
    margin: auto;

    display: block;
    width: 1020px;
    height: 500px;
}
.GE_MOBA ul{
    position: relative;
}
.GE_MOBA li{ 
    display: block;
    width: 48px;
    height:43px;
    float:left;
    margin: 1px 2px;
    text-indent: -9999px;
}
.GE_MOBA li:nth-child(1){
    position: absolute;
    background: #00ff04;
    left: 55px;
    width: 190px;
}
.GE_MOBA li:nth-child(2){
    position: absolute;
    background: #fff;
    left: 250px;
    width: 440px;
}
.GE_MOBA li:nth-child(3){
    position: absolute;
    background: #00ff04;
    top: 45px;
    width: 75px;
    height: 50px;
}
.GE_MOBA li:nth-child(4){
    position: absolute;
    background: #f00;
    top:97px;
    left:84px;
    height: 50px;
    width: 205px;
}
.GE_MOBA li:nth-child(5){
    position: absolute;
    background: #fff;
    top: 98px;
    width: 43px;
    height: 50px;
    right:132px;
}
.GE_MOBA li:nth-child(6){
    position: absolute;
    background: #f00;
    top: 150px;
    left:203px;
    width: 102px;
    height: 50px;
}
.GE_MOBA li:nth-child(7){
    position: absolute;
    background: #fff;
    top: 150px;
    width: 43px;
    height: 50px;
    right:175px;
}
.GE_MOBA li:nth-child(8){
    position: absolute;
    background: #0033ff;
    top: 150px;
    right:130px;
    width: 43px;
    height: 50px;
}
.GE_MOBA li:nth-child(9){
    position: absolute;
    background: #fff;
    top: 150px;
    right:85px;
    width: 43px;
    height: 50px;
}
.GE_MOBA li:nth-child(10){
    position: absolute;
    background: #ff5200;
    top: 202px;
    left: 130px;
    width: 307px;
    height: 50px;
}
.GE_MOBA li:nth-child(11){
    position: absolute;
    background: #fff;
    top: 200px;
    right:130px;
    width: 43px;
    height: 50px;
}


@-webkit-keyframes VWaveUp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1000px;
  }
}
@-moz-keyframes VWaveUp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1000px;
  }
}
@-ms-keyframes VWaveUp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1000px;
  }
}
@-o-keyframes VWaveUp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1000px;
  }
}
@keyframes VWaveUp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1000px;
  }
}
@-webkit-keyframes GameSenseColorShift {
  0% {
    background-color: #FFFF00;
  }
  19% {
    background-color: #FFFF00;
  }
  20% {
    background-color: #ffbf00;
  }
  39% {
    background-color: #ffbf00;
  }
  40% {
    background-color: #FF7F00;
  }
  59% {
    background-color: #FF7F00;
  }
  60% {
    background-color: #ff4000;
  }
  79% {
    background-color: #ff4000;
  }
  80% {
    background-color: #FF0000;
  }
  100% {
    background-color: #FF0000;
  }
}
@-moz-keyframes GameSenseColorShift {
  0% {
    background-color: #FFFF00;
  }
  19% {
    background-color: #FFFF00;
  }
  20% {
    background-color: #ffbf00;
  }
  39% {
    background-color: #ffbf00;
  }
  40% {
    background-color: #FF7F00;
  }
  59% {
    background-color: #FF7F00;
  }
  60% {
    background-color: #ff4000;
  }
  79% {
    background-color: #ff4000;
  }
  80% {
    background-color: #FF0000;
  }
  100% {
    background-color: #FF0000;
  }
}
@-ms-keyframes GameSenseColorShift {
  0% {
    background-color: #FFFF00;
  }
  19% {
    background-color: #FFFF00;
  }
  20% {
    background-color: #ffbf00;
  }
  39% {
    background-color: #ffbf00;
  }
  40% {
    background-color: #FF7F00;
  }
  59% {
    background-color: #FF7F00;
  }
  60% {
    background-color: #ff4000;
  }
  79% {
    background-color: #ff4000;
  }
  80% {
    background-color: #FF0000;
  }
  100% {
    background-color: #FF0000;
  }
}
@-o-keyframes GameSenseColorShift {
  0% {
    background-color: #FFFF00;
  }
  19% {
    background-color: #FFFF00;
  }
  20% {
    background-color: #ffbf00;
  }
  39% {
    background-color: #ffbf00;
  }
  40% {
    background-color: #FF7F00;
  }
  59% {
    background-color: #FF7F00;
  }
  60% {
    background-color: #ff4000;
  }
  79% {
    background-color: #ff4000;
  }
  80% {
    background-color: #FF0000;
  }
  100% {
    background-color: #FF0000;
  }
}
@keyframes GameSenseColorShift {
  0% {
    background-color: #FFFF00;
  }
  19% {
    background-color: #FFFF00;
  }
  20% {
    background-color: #ffbf00;
  }
  39% {
    background-color: #ffbf00;
  }
  40% {
    background-color: #FF7F00;
  }
  59% {
    background-color: #FF7F00;
  }
  60% {
    background-color: #ff4000;
  }
  79% {
    background-color: #ff4000;
  }
  80% {
    background-color: #FF0000;
  }
  100% {
    background-color: #FF0000;
  }
}
@-webkit-keyframes LeftWave {
  0% {
    width: 0%;
    height: 8%;
    background-position: 0 0;
    bottom: 90%;
    top: 0%;
    opacity: 1;
  }
  10% {
    width: 47%;
    height: 8%;
    bottom: 0%;
    top: 0%;
  }
  50% {
    width: 47%;
    height: 100%;
    bottom: 0%;
    top: 0%;
  }
  99% {
    opacity: 1;
  }
  100% {
    background-position: 0 1500px;
    height: 100%;
    bottom: 0%;
    opacity: 0;
  }
}
@-moz-keyframes LeftWave {
  0% {
    width: 0%;
    height: 8%;
    background-position: 0 0;
    bottom: 90%;
    top: 0%;
    opacity: 1;
  }
  10% {
    width: 47%;
    height: 8%;
    bottom: 0%;
    top: 0%;
  }
  50% {
    width: 47%;
    height: 100%;
    bottom: 0%;
    top: 0%;
  }
  99% {
    opacity: 1;
  }
  100% {
    background-position: 0 1500px;
    height: 100%;
    bottom: 0%;
    opacity: 0;
  }
}
@-ms-keyframes LeftWave {
  0% {
    width: 0%;
    height: 8%;
    background-position: 0 0;
    bottom: 90%;
    top: 0%;
    opacity: 1;
  }
  10% {
    width: 47%;
    height: 8%;
    bottom: 0%;
    top: 0%;
  }
  50% {
    width: 47%;
    height: 100%;
    bottom: 0%;
    top: 0%;
  }
  99% {
    opacity: 1;
  }
  100% {
    background-position: 0 1500px;
    height: 100%;
    bottom: 0%;
    opacity: 0;
  }
}
@-o-keyframes LeftWave {
  0% {
    width: 0%;
    height: 8%;
    background-position: 0 0;
    bottom: 90%;
    top: 0%;
    opacity: 1;
  }
  10% {
    width: 47%;
    height: 8%;
    bottom: 0%;
    top: 0%;
  }
  50% {
    width: 47%;
    height: 100%;
    bottom: 0%;
    top: 0%;
  }
  99% {
    opacity: 1;
  }
  100% {
    background-position: 0 1500px;
    height: 100%;
    bottom: 0%;
    opacity: 0;
  }
}
@keyframes LeftWave {
  0% {
    width: 0%;
    height: 8%;
    background-position: 0 0;
    bottom: 90%;
    top: 0%;
    opacity: 1;
  }
  10% {
    width: 47%;
    height: 8%;
    bottom: 0%;
    top: 0%;
  }
  50% {
    width: 47%;
    height: 100%;
    bottom: 0%;
    top: 0%;
  }
  99% {
    opacity: 1;
  }
  100% {
    background-position: 0 1500px;
    height: 100%;
    bottom: 0%;
    opacity: 0;
  }
}
@-webkit-keyframes RightWave {
  0% {
    width: 0%;
    height: 0%;
    background-position: 0 0px;
    bottom: 0%;
    right: 0%;
    top: 100%;
    opacity: 1;
  }
  50% {
    width: 47%;
    height: 100%;
    right: 0%;
    bottom: 0%;
    top: 0%;
  }
  80% {
    width: 47%;
    height: 100%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    opacity: 1;
  }
  90% {
    opacity: 1;
    width: 47%;
    height: 0%;
    right: 0;
    bottom: 0%;
  }
  100% {
    background-position: 0 1500px;
    opacity: 0;
    width: 47%;
    height: 0%;
    right: 0%;
    bottom: 100%;
  }
}
@-moz-keyframes RightWave {
  0% {
    width: 0%;
    height: 0%;
    background-position: 0 0px;
    bottom: 0%;
    right: 0%;
    top: 100%;
    opacity: 1;
  }
  50% {
    width: 47%;
    height: 100%;
    right: 0%;
    bottom: 0%;
    top: 0%;
  }
  80% {
    width: 47%;
    height: 100%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    opacity: 1;
  }
  90% {
    opacity: 1;
    width: 47%;
    height: 0%;
    right: 0;
    bottom: 0%;
  }
  100% {
    background-position: 0 1500px;
    opacity: 0;
    width: 47%;
    height: 0%;
    right: 0%;
    bottom: 100%;
  }
}
@-ms-keyframes RightWave {
  0% {
    width: 0%;
    height: 0%;
    background-position: 0 0px;
    bottom: 0%;
    right: 0%;
    top: 100%;
    opacity: 1;
  }
  50% {
    width: 47%;
    height: 100%;
    right: 0%;
    bottom: 0%;
    top: 0%;
  }
  80% {
    width: 47%;
    height: 100%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    opacity: 1;
  }
  90% {
    opacity: 1;
    width: 47%;
    height: 0%;
    right: 0;
    bottom: 0%;
  }
  100% {
    background-position: 0 1500px;
    opacity: 0;
    width: 47%;
    height: 0%;
    right: 0%;
    bottom: 100%;
  }
}
@-o-keyframes RightWave {
  0% {
    width: 0%;
    height: 0%;
    background-position: 0 0px;
    bottom: 0%;
    right: 0%;
    top: 100%;
    opacity: 1;
  }
  50% {
    width: 47%;
    height: 100%;
    right: 0%;
    bottom: 0%;
    top: 0%;
  }
  80% {
    width: 47%;
    height: 100%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    opacity: 1;
  }
  90% {
    opacity: 1;
    width: 47%;
    height: 0%;
    right: 0;
    bottom: 0%;
  }
  100% {
    background-position: 0 1500px;
    opacity: 0;
    width: 47%;
    height: 0%;
    right: 0%;
    bottom: 100%;
  }
}
@keyframes RightWave {
  0% {
    width: 0%;
    height: 0%;
    background-position: 0 0px;
    bottom: 0%;
    right: 0%;
    top: 100%;
    opacity: 1;
  }
  50% {
    width: 47%;
    height: 100%;
    right: 0%;
    bottom: 0%;
    top: 0%;
  }
  80% {
    width: 47%;
    height: 100%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    opacity: 1;
  }
  90% {
    opacity: 1;
    width: 47%;
    right: 0%;
    bottom: 100%;
  }    height: 0%;
    right: 0;
    bottom: 0%;
  }
  100% {
    background-position: 0 1500px;
    opacity: 0;
    width: 47%;
    height: 0%;

}

@-webkit-keyframes LeftWave3 {
0% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 0;
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  5% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  25% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 0%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  49% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 50%;
    opacity: 1;
  }
  50% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 1500px;
    top: 100%;
    bottom: 0%;
    left: 100%;
    right: 0%;
    opacity: 1;
  }
  51% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 100%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  85% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  100% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 100%;
    left: 100%;
    right: -30%;
    opacity: 1;
    background-position: 0 0;
  }
}
@-moz-keyframes LeftWave3 {
0% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 0;
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  5% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  25% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 0%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  49% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 50%;
    opacity: 1;
  }
  50% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 1500px;
    top: 100%;
    bottom: 0%;
    left: 100%;
    right: 0%;
    opacity: 1;
  }
  51% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 100%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  85% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  100% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 100%;
    left: 100%;
    right: -30%;
    opacity: 1;
    background-position: 0 0;
  }
}
@-ms-keyframes LeftWave3 {
0% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 0;
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  5% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  25% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 0%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  49% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 50%;
    opacity: 1;
  }
  50% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 1500px;
    top: 100%;
    bottom: 0%;
    left: 100%;
    right: 0%;
    opacity: 1;
  }
  51% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 100%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  85% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  100% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 100%;
    left: 100%;
    right: -30%;
    opacity: 1;
    background-position: 0 0;
  }
}
@-o-keyframes LeftWave3 {
0% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 0;
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  5% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  25% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 0%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  49% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 50%;
    opacity: 1;
  }
  50% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 1500px;
    top: 100%;
    bottom: 0%;
    left: 100%;
    right: 0%;
    opacity: 1;
  }
  51% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 100%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  85% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  100% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 100%;
    left: 100%;
    right: -30%;
    opacity: 1;
    background-position: 0 0;
  }
}
@keyframes LeftWave3 {
  0% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 0;
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  5% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  25% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 0%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  49% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 50%;
    opacity: 1;
  }
  50% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 1500px;
    top: 100%;
    bottom: 0%;
    left: 100%;
    right: 0%;
    opacity: 1;
  }
  51% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 100%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  85% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  100% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 100%;
    left: 100%;
    right: -30%;
    opacity: 1;
    background-position: 0 0;
  }
}
@-webkit-keyframes LeftWave2 {
    0% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 0;
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  5% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  25% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 0%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  49% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 50%;
    opacity: 1;
  }
  50% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 1500px;
    top: 100%;
    bottom: 0%;
    left: 100%;
    right: 0%;
    opacity: 1;
  }
  51% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 100%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  85% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  100% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 100%;
    left: 100%;
    right: -30%;
    opacity: 1;
    background-position: 0 0;
  }
}
@-moz-keyframes LeftWave2 {
    0% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 0;
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  5% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  25% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 0%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  49% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 50%;
    opacity: 1;
  }
  50% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 1500px;
    top: 100%;
    bottom: 0%;
    left: 100%;
    right: 0%;
    opacity: 1;
  }
  51% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 100%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  85% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  100% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 100%;
    left: 100%;
    right: -30%;
    opacity: 1;
    background-position: 0 0;
  }
}
@-ms-keyframes LeftWave2 {
    0% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 0;
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  5% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  25% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 0%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  49% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 50%;
    opacity: 1;
  }
  50% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 1500px;
    top: 100%;
    bottom: 0%;
    left: 100%;
    right: 0%;
    opacity: 1;
  }
  51% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 100%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  85% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  100% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 100%;
    left: 100%;
    right: -30%;
    opacity: 1;
    background-position: 0 0;
  }
}
@-o-keyframes LeftWave2 {
    0% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 0;
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  5% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  25% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 0%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  49% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 50%;
    opacity: 1;
  }
  50% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 1500px;
    top: 100%;
    bottom: 0%;
    left: 100%;
    right: 0%;
    opacity: 1;
  }
  51% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 100%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  85% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  100% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 100%;
    left: 100%;
    right: -30%;
    opacity: 1;
    background-position: 0 0;
  }
}
@keyframes LeftWave2 {
    0% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 0;
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  5% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 100%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  25% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 0%;
    bottom: 0%;
    left: -30%;
    right: 50%;
    opacity: 1;
  }
  49% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 50%;
    opacity: 1;
  }
  50% {-webkit-transform: rotate(-35deg);-moz-transform: rotate(-35deg);-ms-transform: rotate(-35deg);-o-transform: rotate(-35deg);transform: rotate(-35deg);
    background-position: 0 1500px;
    top: 100%;
    bottom: 0%;
    left: 100%;
    right: 0%;
    opacity: 1;
  }
  51% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 100%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  85% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 0%;
    left: 40%;
    right: -30%;
    opacity: 1;
  }
  100% {-webkit-transform: rotate(35deg);-moz-transform: rotate(35deg);-ms-transform: rotate(35deg);-o-transform: rotate(35deg);transform: rotate(35deg);
    top: 0%;
    bottom: 100%;
    left: 100%;
    right: -30%;
    opacity: 1;
    background-position: 0 0;
  }
}