body,
html {
    background: black;
}

ul {
    margin: 0;
    padding: 0;
}

.GoldSplash,
.freeway,
.Chakra,
.GE_keyboard,
.GE_FPS,
.GE_MMO,
.GE_MOBA,
.RainbowSplit {
    opacity: 1 !important;
}

.GoldSplash.active,
.freeway.active,
.Chakra.active,
.GE_keyboard.active,
.GE_FPS.active,
.GE_MMO.active,
.GE_MOBA.active,
.RainbowSplit.active {
    opacity: 1 !important;
}

#keyboard {
    padding: 6% 0 7%;
}

#GEKeyboard {
    padding: 3% 0;
    position: relative;
    height: 700px;
    background: #000;
}

#GEKeyboard img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}





/*七彩動態*/

@-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_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://storage-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: 162px;
    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: 160px;
    right: 0;
    bottom: 0;
    left: 12px;
    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: 45px;
    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: 162px;
    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: 38px;
    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: 253px;
    width: 63px;
    left: 145px;
    height: 50px;
    background: #00ff04;
}

.GE_MMO li:nth-child(24) {
    position: absolute;
    top: 253px;
    right: 85px;
    width: 88px;
    height: 50px;
    background: #ff5200;
}


/*GE_MOBA*/

.GE_MOBA {
    position: absolute;
    z-index: 1;
    top: 160px;
    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;
}


/* btu_bar - mystic light + steelseries button bar*/
#KBinfobox,
.btu_bar {
    display: block;
    width: 100%;
    position: relative;
    margin: 0px auto 0px auto;
    z-index: 99;
    padding-top: 1%;
    color: #fff;
}


.btu_bar .btu_icon {
    display: block;
    float: left;
    width: 12%;
    color: #fff;
    text-align: center;
    opacity: .3;
    text-decoration: none;
}

.btu_bar .btu_icon.active {
    opacity: 1;
}

.btu_bar .btu_icon .icon {
    display: block;
    background-size: cover;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin: 0px auto 5px;
    border-radius: 8px;
}

.btu_bar .btu_icon span {
    color: #fff;
}

/* Gold Splash */
.icon_k1 .icon {
    background-image: url("https://storage-asset.msi.com/global/picture/nb/RGBKeyboard/icon/Steelseries_Gold_Splash.svg");
}

/* FPS */
.icon_k5 .icon {
    background-image: url("https://storage-asset.msi.com/global/picture/nb/RGBKeyboard/icon/Steelseries_gaming.svg");
}

/* MMO */
.icon_k6 .icon {
    background-image: url("https://storage-asset.msi.com/global/picture/nb/RGBKeyboard/icon/Steelseries_gaming.svg");
}

/* MMO */
.icon_k7 .icon {
    background-image: url("https://storage-asset.msi.com/global/picture/nb/RGBKeyboard/icon/Steelseries_gaming.svg");
}

/* free way */
.icon_k2 .icon {
    background-image: url("https://storage-asset.msi.com/global/picture/nb/RGBKeyboard/icon/Steelseries_free_way.svg");
}

/* Chakra */
.icon_k3 .icon {
    background-image: url("https://storage-asset.msi.com/global/picture/nb/RGBKeyboard/icon/Steelseries_Chakra.svg");
}

/* Disco Mode */
.icon_k4 .icon {
    background-image: url("https://storage-asset.msi.com/global/picture/nb/RGBKeyboard/icon/Steelseries_Disco.svg");
}

/* Roulette */
.icon_k8 .icon {
    background-image: url("https://storage-asset.msi.com/global/picture/nb/RGBKeyboard/icon/Steelseries_Roulette.svg");
}


/*section 6 - steelseries */

.section.no_6 {
    background: #000;
    background-size: 80%;
    width: 100%;
    padding-top: 2%;
    height: auto;

    position: relative;
}

.section.no_6 .kbmenu {}

.section.no_6 .kbmenu ul {
    width: 100%;
    display: block;
    text-align: center;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 70px;
}

.section.no_6 .kbmenu ul li {
    display: inline-block;
    margin-left: 0;
    flex: 0 0 110px;
}

.section.no_6 .kbmenu ul li a {
    position: relative;
    display: block;
    text-decoration: none;
}

.btu_bar .btu_icon a {
    text-decoration: none;
}

.section.no_6 .kbmenu ul li a:before {
    content: "";
    display: block;
    width: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    border: 2px solid #fff;
    color: #fff;
    opacity: 0.53;
    margin: auto;
}

.section.no_6 .kbmenu ul li a:hover:before {
    opacity: 1;
}

.section.no_6 .kbmenu ul li a:hover span {
    color: #fff;
    opacity: 1;
}

.section.no_6 .kbmenu ul li a:focus:before {
    content: "";
    display: block;
    color: #fff;
    opacity: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    color: #fff;
    margin: auto;
}

.section.no_6 .kbmenu ul li a:focus span {
    color: #fff;
    opacity: 1;
}

.section.no_6 .kbmenu ul li a span {
    color: #fff;
    font-family: "DINPro-Regular", 'cwTeXHei', 'Microsoft JhengHei';
    opacity: 0.53;
    position: absolute;
    top: 3.5rem;
    font-size: 0.85rem;
    text-align: center;
    width: 6rem;
    left: 50%;
    display: block;
    margin-left: -3rem;
}

.section.no_6 .kbframe_GE_bg {
    width: 100%;
}

.section.no_6 .kbframe_GE_bg div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section.no_6 .GoldSplash {
    display: block;
    width: 99%;
    min-height: 500px;
}

.section.no_6 #GEKeyboard {
    height: 480px;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}

@media only screen and (max-width: 960px) {
    .section.no_6 {
        min-height: auto;
        background-size: 100%;
    }
}