﻿#GSKeyboard{
    padding: 0 0 3% 0;
    position: relative;
    height: 700px;
}

.PerkeyRGBinfo{
    position: absolute;
    display: block;
    width: 700px;
    z-index: 99;
    top: 20%;
    left: 8%;
}

@media only screen and (max-width: 1288px) {
    #GSKeyboard {
        display: none;
    }
    .kbmenu{
        display: none;
    } 
}

#GSKeyboard img{
    position: absolute;
    z-index: 10;
    top: 10%;
    right: 0;
    bottom: 0;
    margin: auto;
}
.GS_VerticalWaveUp{
    display: block;
    /* Point */
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition-timing-function:ease-in;
    /*定位*/
    position: absolute;
    z-index:2;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    display: block;
    width: 1000px;
    height: 500px;

    transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    -moz-transform: rotate(9deg);
    -webkit-transform: rotate(9deg);
    -o-transform: rotate(9deg);

    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 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 50rem;
    }
}

.GS_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;
    margin: auto;

    transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -o-transform: rotate(6deg);

    display: block;
    width: 1050px;
    height: 500px;
}
/*七彩動態*/
@keyframes StaticColorShift {
    0% {  background-color: #FF0000;  } /* 紅 */
    14% { background-color: #FF7F00; } /* 橙 */
    28% { background-color: #FFFF00; } /* 黃 */
    43% { background-color: #00BC3F; } /* 綠 */
    57% { background-color: #0068FF; } /* 藍 */
    82% { background-color: #7A00E5; } /* 靛 */
    100% { background-color: #D300C9;} /* 紫 */
}



.GS_HorizontalWave {
    display: block;
    width: 1000px;
    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: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    -o-transform: rotate(12deg);

}
@keyframes HorizontalWave {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50rem 0;
    }
}

.GE_WarpDrive{
    position: absolute;
    z-index:2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30px;
    margin: auto;

    display: block;
    width: 1020px;
    height: 500px;
    background:url("https://asset.msi.com/event/nb/2018/GS65/images/kb.gif")no-repeat bottom center;
    background-size: 150%;
}


/*GS********************/
/*GS_keyboard*/
.GS_keyboard{
    position: absolute;
    z-index:1;
    top:350px;
    right: 95px;
    bottom: 0;
    margin: auto;

    display: block;
    width: 1000px;
    height: 500px;
}
.GS_keyboard li{ 
    display: block;
    width: 25px;
    height: 47px;
    float:left;
    margin: 1px 2px;
    text-indent: -9999px;
    transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    -o-transform: rotate(12deg);
}


.GS_keyboard li:nth-child(1){
    position: absolute;
    left: 230px;
    height: 20px;
    background: #00ffff;
}
.GS_keyboard li:nth-child(2){
    position: absolute;
    left: 260px;
    height: 20px;
    background: #9000ff;
}
.GS_keyboard li:nth-child(3){
    position: absolute;
    left: 300px;
    height: 25px;
    background: #f00000;
}
.GS_keyboard li:nth-child(4){
    position: absolute;
    left: 340px;
    height: 25px;
    background: #ffff00;
}
.GS_keyboard li:nth-child(5){
    position: absolute;
    left: 380px;
    height: 25px;
    background: #60ff00;
}
.GS_keyboard li:nth-child(6){
    position: absolute;
    left: 420px;
    height: 20px;
    background: #ff0050;
}
.GS_keyboard li:nth-child(7){
    position: absolute;
    left: 460px;
    height: 25px;
    background: #0000ff;
}
.GS_keyboard li:nth-child(8){
    position: absolute;
    left: 500px;
    height: 25px;
    background: #CCFF33;
}
.GS_keyboard li:nth-child(9){
    position: absolute;
    left: 540px;
    height: 25px;
    background: #ff0050;
}
.GS_keyboard li:nth-child(10){
    position: absolute;
    left: 580px;
    height: 25px;
    background: #ffff00;
}
.GS_keyboard li:nth-child(11){
    position: absolute;
    left: 620px;
    width: 40px;
    height: 25px;
    background: #ffd000;
}
.GS_keyboard li:nth-child(12){
    position: absolute;
    left: 680px;
    height: 25px;
    background: #00ffff;
}
.GS_keyboard li:nth-child(13){
    position: absolute;
    left: 720px;
    width: 40px;
    height: 20px;
    top: 10px;
    background: #0000ff;
}
.GS_keyboard li:nth-child(14){
    position: absolute;
    left: 780px;
    width: 40px;
    height: 25px;
    top: 10px;
    background: #0000ff;
}
.GS_keyboard li:nth-child(15){
    position: absolute;
    left: 830px;
    width: 40px;
    height: 25px;
    top: 10px;
    background: #60ff00;
}


.GS_keyboard li:nth-child(17){
    position: absolute;
    left: 220px;
    width: 15px;
    height: 25px;
    top: 20px;
    background: #60ff00;
}

.GS_keyboard li:nth-child(18){
    position: absolute;
    left: 240px;
    width: 15px;
    height: 25px;
    top: 25px;
    background: #CCDDFF;
}

.GS_keyboard li:nth-child(19){
    position: absolute;
    left: 270px;
    width: 25px;
    height: 25px;
    top: 30px;
    background: #4400CC;
}
.GS_keyboard li:nth-child(20){
    position: absolute;
    left: 300px;
    width: 25px;
    height: 25px;
    top: 30px;
    background: #EEEE00;
}

.GS_keyboard li:nth-child(21){
    position: absolute;
    left: 340px;
    width: 25px;
    height: 25px;
    top: 30px;
    background: #00ffff;
}
.GS_keyboard li:nth-child(22){
    position: absolute;
    left: 380px;
    width: 25px;
    height: 25px;
    top: 35px;
    background: #9000ff;
}
.GS_keyboard li:nth-child(23){
    position: absolute;
    left: 420px;
    width: 25px;
    height: 25px;
    top: 35px;
    background: #ffd000;
}
.GS_keyboard li:nth-child(24){
    position: absolute;
    left: 450px;
    width: 25px;
    height: 25px;
    top: 35px;
    background: #ffff00;
}
.GS_keyboard li:nth-child(25){
    position: absolute;
    left: 490px;
    width: 30px;
    height: 25px;
    top: 35px;
    background: #60ff00;
}
.GS_keyboard li:nth-child(26){
    position: absolute;
    left: 530px;
    width: 30px;
    height: 25px;
    top: 35px;
    background: #ff0000;
}
.GS_keyboard li:nth-child(27){
    position: absolute;
    left: 570px;
    width: 35px;
    height: 25px;
    top: 40px;
    background: #0000ff;
}
.GS_keyboard li:nth-child(28){
    position: absolute;
    left: 610px;
    width: 35px;
    height: 25px;
    top: 40px;
    background: #00ffb0;
}
.GS_keyboard li:nth-child(29){
    position: absolute;
    left: 660px;
    width: 35px;
    height: 25px;
    top: 40px;
    background: #ff0050;
}
.GS_keyboard li:nth-child(30){
    position: absolute;
    left: 720px;
    width: 70px;
    height: 25px;
    top: 40px;
    background: #ffff00;
}

.GS_keyboard li:nth-child(31){
    position: absolute;
    left: 820px;
    width: 35px;
    height: 35px;
    top: 40px;
    background: #ffd000;
}



.GS_keyboard li:nth-child(33){
    position: absolute;
    left: 190px;
    width: 35px;
    height: 25px;
    top: 60px;
    background: #0000ff;
}
.GS_keyboard li:nth-child(34){
    position: absolute;
    left: 230px;
    height: 25px;
    top: 60px;
    background: #FFB3FF;
}


.GS_keyboard li:nth-child(35){
    position: absolute;
    left: 270px;
    height: 25px;
    top: 60px;
    background: #60ff00;
}
.GS_keyboard li:nth-child(36){
    position: absolute;
    left: 310px;
    height: 25px;
    top: 60px;
    background: #FF88C2;
}
.GS_keyboard li:nth-child(37){
    position: absolute;
    left: 340px;
    height: 25px;
    top: 60px;
    background: #60ff00;
}
.GS_keyboard li:nth-child(38){
    position: absolute;
    left: 380px;
    height: 25px;
    top: 70px;
    background: #00FFFF;
}
.GS_keyboard li:nth-child(39){
    position: absolute;
    left: 420px;
    height: 25px;
    top: 70px;
    background: #4400B3;
}
.GS_keyboard li:nth-child(40){
    position: absolute;
    left: 460px;
    height: 25px;
    top: 70px;
    background: #B94FFF;
}
.GS_keyboard li:nth-child(41){
    position: absolute;
    left: 500px;
    height: 25px;
    top: 70px;
    background: #00ffff;
}
.GS_keyboard li:nth-child(42){
    position: absolute;
    left: 540px;
    height: 25px;
    top: 70px;
    background: #9000ff;
}
.GS_keyboard li:nth-child(43){
    position: absolute;
    left: 580px;
    height: 25px;
    top: 75px;
    background: #FF5511;
}
.GS_keyboard li:nth-child(44){
    position: absolute;
    left: 620px;
    height: 25px;
    top: 75px;
    background: #ffff00;
}
.GS_keyboard li:nth-child(45){
    position: absolute;
    left: 670px;
    width: 35px;
    height: 25px;
    top: 80px;
    background: #60ff00;
}
.GS_keyboard li:nth-child(46){
    position: absolute;
    left: 720px;
    width: 35px;
    height: 25px;
    top: 80px;
    background: #ff0000;
}
.GS_keyboard li:nth-child(47){
    position: absolute;
    left:800px;
    width: 35px;
    height: 40px;
    top: 80px;
    background: #0000ff;
}

.GS_keyboard li:nth-child(49){
    position: absolute;
    left:160px;
    width:50px;
    height: 25px;
    top: 90px;
    background: #ff0050;
}
.GS_keyboard li:nth-child(50){
    position: absolute;
    left:220px;
    height: 25px;
    top: 95px;
    background: #ffff00;
}
.GS_keyboard li:nth-child(51){
    position: absolute;
    left:250px;
    height: 25px;
    top: 95px;
    background: #ffd000;
}


.GS_keyboard li:nth-child(52){
    position: absolute;
    left:285px;
    height: 25px;
    top: 95px;
    background: #00ffff;
}
.GS_keyboard li:nth-child(53){
    position: absolute;
    left:320px;
    height: 25px;
    top: 100px;
    background: #0000ff;
}
.GS_keyboard li:nth-child(54){
    position: absolute;
    left:360px;
    height: 25px;
    top: 100px;
    background: #FF00FF;
}
.GS_keyboard li:nth-child(55){
    position: absolute;
    left:400px;
    height: 25px;
    top: 105px;
    background: #60ff00;
}
.GS_keyboard li:nth-child(56){
    position: absolute;
    left:440px;
    height: 25px;
    top: 105px;
    background: #ffd000;
}
.GS_keyboard li:nth-child(57){
    position: absolute;
    left:480px;
    height: 25px;
    top: 110px;
    background: #60ff00;
}
.GS_keyboard li:nth-child(58){
    position: absolute;
    left:525px;
    height: 25px;
    top: 110px;
    background: #FF3333;
}
.GS_keyboard li:nth-child(59){
    position: absolute;
    left:565px;
    height: 25px;
    top: 110px;
    background: #FFB7DD;
}
.GS_keyboard li:nth-child(60){
    position: absolute;
    left:620px;
    height: 25px;
    top: 120px;
    background: #AAAAAA;
}
.GS_keyboard li:nth-child(61){
    position: absolute;
    left:680px;
    width: 60px;
    height: 25px;
    top: 120px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #ffd000;
}
.GS_keyboard li:nth-child(62){
    position: absolute;
    left:780px;
    width: 40px;
    height: 25px;
    top: 130px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #00ffff;
}


.GS_keyboard li:nth-child(64){
    position: absolute;
    left:150px;
    width: 40px;
    height: 25px;
    top: 120px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #FFFF00;
}
.GS_keyboard li:nth-child(65){
    position: absolute;
    left:210px;
    height: 25px;
    top: 125px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #FF5511;
}
.GS_keyboard li:nth-child(66){
    position: absolute;
    left:250px;
    height: 25px;
    top: 130px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #AAAAAA;
}
.GS_keyboard li:nth-child(67){
    position: absolute;
    left:280px;
    height: 25px;
    top: 132px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #60ff00;
}


.GS_keyboard li:nth-child(68){
    position: absolute;
    left:320px;
    height: 25px;
    top: 135px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #AAAAAA;
}
.GS_keyboard li:nth-child(69){
    position: absolute;
    left:360px;
    height: 25px;
    top: 140px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #ffd000;
}
.GS_keyboard li:nth-child(70){
    position: absolute;
    left:400px;
    height: 25px;
    top: 145px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #BBFF66;
}

.GS_keyboard li:nth-child(71){
    position: absolute;
    left:440px;
    height: 25px;
    top: 150px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #00ffff;
}
.GS_keyboard li:nth-child(72){
    position: absolute;
    left:480px;
    height: 25px;
    top: 150px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #9000ff;
}
.GS_keyboard li:nth-child(73){
    position: absolute;
    left:530px;
    height: 25px;
    top: 155px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #ffd000;
}
.GS_keyboard li:nth-child(74){
    position: absolute;
    left:570px;
    height: 25px;
    top: 155px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #ffff00;
}
.GS_keyboard li:nth-child(75){
    position: absolute;
    left:620px;
    width: 50px;
    height: 25px;
    top: 160px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #60ff00;
}
.GS_keyboard li:nth-child(76){
    position: absolute;
    left:710px;
    height: 35px;
    top: 160px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #ff0000;
}
.GS_keyboard li:nth-child(77){
    position: absolute;
    left:760px;
    width: 35px;
    height: 35px;
    top: 170px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #0000ff;
}

.GS_keyboard li:nth-child(79){
    position: absolute;
    left:120px;
    height: 25px;
    top: 155px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #ff0050;
}
.GS_keyboard li:nth-child(80){
    position: absolute;
    left:170px;
    height: 25px;
    top: 160px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #ffff00;
}
.GS_keyboard li:nth-child(81){
    position: absolute;
    left:200px;
    height: 25px;
    top: 165px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #00ffff;
}
.GS_keyboard li:nth-child(82){
    position: absolute;
    left:280px;
    width: 100px;
    height: 25px;
    top: 175px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #9000ff;
}

.GS_keyboard li:nth-child(83){
    position: absolute;
    left:450px;
    height: 25px;
    top: 185px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #FF0000;
}
.GS_keyboard li:nth-child(84){
    position: absolute;
    left:490px;
    width: 35px;
    height: 25px;
    top: 190px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #ffff00;
}
.GS_keyboard li:nth-child(85){
    position: absolute;
    left:535px;
    width: 35px;
    height: 25px;
    top: 195px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #60ff00;
}
.GS_keyboard li:nth-child(86){
    position: absolute;
    left:585px;
    width: 35px;
    height: 25px;
    top: 200px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #FF77FF;
}
.GS_keyboard li:nth-child(87){
    position: absolute;
    left:635px;
    width: 35px;
    height: 35px;
    top: 200px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #CCEEFF;
}
.GS_keyboard li:nth-child(88){
    position: absolute;
    left:685px;
    width: 35px;
    height: 35px;
    top: 205px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #CCBBFF;
}
.GS_keyboard li:nth-child(89){
    position: absolute;
    left:735px;
    width: 35px;
    height: 35px;
    top: 210px;
    transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    background: #00FF00;
}

/*GS_FPS*/
.GS_FPS{
    position: absolute;
    z-index:1;
    top:350px;
    right: 0;
    bottom: 0;
    margin: auto;

    display: block;
    width: 1000px;
    height: 500px;
}
.GS_FPS ul{
    position: relative;
}
.GS_FPS li{ 
    display: block;
    width: 25px;
    height: 10px;
    float:left;
    margin: 1px 2px;
    text-indent: -9999px;
}
.GS_FPS li:nth-child(1){
    position: absolute;
    width: 65px;
    height: 20px;
    top: 8px;
    left: 170px;
    transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    background: #fff;
}
.GS_FPS li:nth-child(2){
    position: absolute;
    width: 50px;
    height: 25px;
    top: 8px;
    left: 620px;
    transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    background: #fff;
}
.GS_FPS li:nth-child(3){
    position: absolute;
    width: 210px;
    height: 28px;
    top: 25px;
    left: 100px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #ff0;
}
.GS_FPS li:nth-child(4){
    position: absolute;
    height: 28px;
    top: 55px;
    left: 100px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #fff;
}
.GS_FPS li:nth-child(5){
    position: absolute;
    height: 28px;
    top: 60px;
    left: 135px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #ff0;
}
.GS_FPS li:nth-child(6){
    position: absolute;
    height: 28px;
    top: 60px;
    left: 170px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #f00;
}
.GS_FPS li:nth-child(7){
    position: absolute;
    height: 28px;
    top: 62px;
    left: 205px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #fff;
}
.GS_FPS li:nth-child(8){
    position: absolute;
    height: 28px;
    top: 65px;
    left: 240px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #0202fb;
}
.GS_FPS li:nth-child(9){
    position: absolute;
    width: 55px;
    height: 28px;
    top: 70px;
    left: 325px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #0ebc0d;
}
.GS_FPS li:nth-child(10){
    position: absolute;
    width: 90px;
    height: 28px;
    top: 92px;
    left: 125px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #f00;
}
.GS_FPS li:nth-child(11){
    position: absolute;
    height: 28px;
    top: 100px;
    left: 270px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #0202fb;
}
.GS_FPS li:nth-child(12){
    position: absolute;
    height: 28px;
    top: 105px;
    left: 385px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #0ebc0d;
}
.GS_FPS li:nth-child(13){
    position: absolute;
    width: 50px;
    height: 28px;
    top: 125px;
    left:50px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: red;
}
.GS_FPS li:nth-child(14){
    position: absolute;
    width: 95px;
    height: 28px;
    top: 130px;
    left:115px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #0ebc0d;
}
.GS_FPS li:nth-child(15){
    position: absolute;
    height: 28px;
    top: 140px;
    left:260px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #fff;
}
.GS_FPS li:nth-child(16){
    position: absolute;
    height: 28px;
    top: 145px;
    left:340px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #fff;
}
.GS_FPS li:nth-child(17){
    position: absolute;
    height: 28px;
    top: 160px;
    left:25px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    background: #f00;
}

/*GE_MMO*/
.GS_MMO{
    position: absolute;
    z-index:1;
    top: 365px;
    right: 0;
    bottom: 0;
    margin: auto;

    display: block;
    width: 1000px;
    height: 500px;
}
.GS_MMO ul{
    position: relative;
}
.GS_MMO li{ 
    display: block;
    width: 25px;
    height: 10px;
    float:left;
    margin: 1px 2px;
    text-indent: -9999px;
}
.GS_MMO li:nth-child(1){
    position: absolute;
    background: #ff5200;
    left: 140px;
}
.GS_MMO li:nth-child(2){
    position: absolute;
    background:red;
    width: 225px;
    height: 20px;
    left: 170px;
    top: -6px;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}
.GS_MMO li:nth-child(3){
    position: absolute;
    background:#00ff04;
    width: 275px;
    height: 20px;
    left: 400px;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}
.GS_MMO li:nth-child(4){
    position: absolute;
    background: #ff5200;
    top: 20px;
    left: 120px;
}
.GS_MMO li:nth-child(5){
    position: absolute;
    background:red;
    width: 230px;
    height: 28px;
    left: 150px;
    top: 20px;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}
.GS_MMO li:nth-child(6){
    position: absolute;
    background:#00ff04;
    width: 100px;
    height: 28px;
    left: 520px;
    top: 30px;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}
.GS_MMO li:nth-child(7){
    position: absolute;
    background: #ff5200;
    height: 25px;
    top:50px;
    left: 100px;
}
.GS_MMO li:nth-child(8){
    position: absolute;
    background: #ff0;
    height: 25px;
    top:50px;
    left: 135px;
}
.GS_MMO li:nth-child(9){
    position: absolute;
    background: #fff;
    height: 25px;
    top:50px;
    left: 165px;
}
.GS_MMO li:nth-child(10){
    position: absolute;
    background: #fff;
    height: 25px;
    width: 100px;
    top:55px;
    left: 200px;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}
.GS_MMO li:nth-child(11){
    position: absolute;
    background: #ff5200;
    height: 25px;
    width: 60px;
    top:80px;
    left: 60px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
}
.GS_MMO li:nth-child(12){
    position: absolute;
    background: #fff;
    height: 25px;
    width: 100px;
    top:85px;
    left: 120px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
}
.GS_MMO li:nth-child(13){
    position: absolute;
    background: #ff0;
    height: 25px;
    width: 60px;
    top:90px;
    left: 230px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
}
.GS_MMO li:nth-child(14){
    position: absolute;
    background: #ff5200;
    height: 25px;
    width: 65px;
    top:110px;
    left:580px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
}
.GS_MMO li:nth-child(15){
    position: absolute;
    background: #ff5200;
    height: 25px;
    width: 320px;
    top:120px;
    left:50px;
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}
.GS_MMO li:nth-child(16){
    position: absolute;
    background: #ff5200;
    height: 25px;
    top:145px;
    left:480px;
    transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}
.GS_MMO li:nth-child(17) {
    position: absolute;
    background: #00ff04;
    height: 25px;
    top: 140px;
    left: 20px;
}
.GS_MMO li:nth-child(18) {
    position: absolute;
    background: #00ff04;
    height: 25px;
    top: 150px;
    left: 110px;
}

/*GS_MOBA*/
.GS_MOBA{
    position: absolute;
    z-index:1;
    top: 350px;
    right: 0;
    bottom: 0;
    margin: auto;

    display: block;
    width: 1000px;
    height: 500px;
}
.GS_MOBA ul{
    position: relative;
}
.GS_MOBA li{ 
    display: block;
    width: 25px;
    height: 10px;
    float:left;
    margin: 1px 2px;
    text-indent: -9999px;
}

.GS_MOBA li:nth-child(1){
    position: absolute;
    background: #00ff04;
    top: 10px;
    left: 170px;
    height: 15px;
    width: 145px;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}

.GS_MOBA li:nth-child(2){
    position: absolute;
    background: #fff;
    top: 15px;
    left: 320px;
    height: 15px;
    width: 400px;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}
.GS_MOBA li:nth-child(3){
    position: absolute;
    background: #00ff04;
    top: 25px;
    left: 120px;
    height: 20px;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}
.GS_MOBA li:nth-child(4){
    position: absolute;
    background: red;
    top: 62px;
    left: 140px;
    height: 20px;
    width: 130px;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}
.GS_MOBA li:nth-child(5){
    position: absolute;
    background: red;
    top: 100px;
    left: 200px;
    height: 20px;
    width: 50px;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}
.GS_MOBA li:nth-child(6){
    position: absolute;
    background: #ff5200;
    top: 140px;
    left: 105px;
    height: 20px;
    width: 230px;
    transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
}

.GS_WarpDrive {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 1000px;
    height: 500px;
    background: url(https://asset.msi.com/event/nb/2017/KB/images/kb.gif)no-repeat bottom center;
    background-size: 150%;

    transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    -o-transform: rotate(6deg);
}


/*kb menu*/
.kbmenubox{
  display: block;
  width: 100%;
  overflow: hidden;
}
.kbmenu{
  display: block;
  width: 650px;
  height: auto;
  overflow: hidden;
  margin:0 auto;
}

#kbmenubox p{
  font-family: 'Geforce', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 18px;
  color: #888;
  margin-bottom: 10px;
}
.kbmenu {
    cursor: pointer; 
}
.kbmenu li {
  display: block;
  float: left;
  width:110px;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  margin: 15px 20px; 
  cursor: pointer; 
}
.kbmenu li:hover{
  display: block;
  width: 110px;
  height: auto;
  text-align: center;
  color: #e9d284; 
  text-decoration: none;
  cursor: pointer; 
}
.kbmenu li::before {
  /* icon on the left */
  content: '';
  display: block;
  height: 54px;
  width: 54px;
  margin:2px auto;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer; 
}
.kbmenu li:focus {
  display: block;
  width: 110px;
  height: 85px;
  border: 1px solid #666;
  border-radius: 10px;
  padding: 5px 0;
  background-color:rgba(100,100,100,0.5);
  color: #e9d284;
  cursor: pointer; 

}

.kbmenu li a:visited {
  display: block;
  width: 110px;
  height: 85px;
  border: 1px solid #666;
  border-radius: 10px;
  padding: 5px 0;
  background-color:rgba(100,100,100,0.5);
  color: #e9d284;
  text-decoration: none;
  cursor: pointer; 
}

.kbmenu .current {
  color: #e9d284;
}

.kbmenu li:nth-of-type(1)::before {
  background: url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_HorizontalWave.svg) no-repeat 0 0;
}
.kbmenu li:nth-of-type(1):hover::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_HorizontalWave.svg) no-repeat 0 0;
}
.kbmenu .current:nth-of-type(1)::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_HorizontalWave.svg) no-repeat 0 0;
}

.kbmenu li:nth-of-type(2)::before{
  background:#444 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}
.kbmenu li:nth-of-type(2):hover::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}
.kbmenu .current:nth-of-type(2)::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}


.kbmenu li:nth-of-type(3)::before{
  background:#555 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}
.kbmenu li:nth-of-type(3):hover::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}
.kbmenu .current:nth-of-type(3)::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}

.kbmenu li:nth-of-type(4)::before {
  background:#888 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}
.kbmenu li:nth-of-type(4):hover::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}
.kbmenu .current:nth-of-type(4)::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}

.kbmenu li:nth-of-type(5)::before {
  background: url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_VerticalWaveUp.svg) no-repeat 0 0;
}
.kbmenu li:nth-of-type(5):hover::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_VerticalWaveUp.svg) no-repeat 0 0;
}
.kbmenu .current:nth-of-type(5)::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_VerticalWaveUp.svg) no-repeat 0 0;
}

.kbmenu li:nth-of-type(6)::before {
  background: url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_StaticColorShift.svg) no-repeat 0 0;
}
.kbmenu li:nth-of-type(6):hover::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_StaticColorShift.svg) no-repeat 0 0;
}
.kbmenu .current:nth-of-type(6)::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_StaticColorShift.svg) no-repeat 0 0;
}

.kbmenu li:nth-of-type(7)::before {
  background: url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_DiscoMode.svg) no-repeat 0 0;
}
.kbmenu li:nth-of-type(7):hover::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_DiscoMode.svg) no-repeat 0 0;
}
.kbmenu .current:nth-of-type(7)::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_DiscoMode.svg) no-repeat 0 0;
}


.kbmenu li:nth-of-type(8)::before {
  background: url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_WarpDrive.svg) no-repeat 0 0;
}
.kbmenu li:nth-of-type(8):hover::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_WarpDrive.svg) no-repeat 0 0;
}
.kbmenu .current:nth-of-type(8)::before {
  background:#e9d284 url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_WarpDrive.svg) no-repeat 0 0;
}


/*＝＝ MEDIA QUERY : WIDER THAN 2560px(3K-4K)   ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 2560px) and (max-width: 3840px){
    #PerkeyRGBinfo {
        position: absolute;
        display: block;
        width: 800px;
        z-index: 99;
        top: 20%;
        left: 8%;
    }
    #GSKeyboard img {
        position: absolute;
        z-index: 10;
        top: 10%;
        right: 0;
        left: 30%;
        bottom: 0;
        margin: auto;
    }
    .GS_HorizontalWave {
        display: block;
        width: 950px;
        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: 0;
        right: 0;
        left: 32%;
        bottom: 0;
        margin: auto;
        transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -moz-transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        -o-transform: rotate(12deg);
    }
    .GS_VerticalWaveUp {
        display: block;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transition-timing-function: ease-in;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        left: 32%;
        bottom: 0;
        margin: auto;
        display: block;
        width: 950px;
        height: 500px;
        transform: rotate(9deg);
        -ms-transform: rotate(9deg);
        -moz-transform: rotate(9deg);
        -webkit-transform: rotate(9deg);
        -o-transform: rotate(9deg);
        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;
    }
    .GS_StaticColorShift {
        display: block;
        animation-name: StaticColorShift;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transition-timing-function: ease-in;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        left: 32%;
        bottom: 0;
        margin: auto;
        transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -webkit-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        display: block;
        width: 950px;
        height: 500px;
    }
    .GS_keyboard {
        position: absolute;
        z-index: 1;
        top: 350px;
        right: 95px;
        left: 34%;
        bottom: 0;
        margin: auto;
        display: block;
        width: 1000px;
        height: 500px;
    }
    .GS_FPS {
        position: absolute;
        z-index: 1;
        top: 350px;
        right: 0;
        bottom: 0;
        left: 38%;
        margin: auto;
        display: block;
        width: 1000px;
        height: 500px;
    }
    .GS_MMO {
        position: absolute;
        z-index: 1;
        top: 365px;
        right: 0;
        left: 38%;
        bottom: 0;
        margin: auto;
        display: block;
        width: 1000px;
        height: 500px;
    }
    .GS_MOBA {
        position: absolute;
        z-index:1;
        top: 350px;
        right: 0;
        left: 38%;
        bottom: 0;
        margin: auto;
        display: block;
        width: 1000px;
        height: 500px;
    }
    .GS_WarpDrive {
        position: absolute;
        z-index: 1;
        top: 10px;
        right: 20px;
        left: 32%;
        bottom: 0;
        margin: auto;
        display: block;
        width: 925px;
        height: 500px;
        background: url(https://asset.msi.com/event/nb/2017/KB/images/kb.gif)no-repeat bottom center;
        background-size: 150%;
        transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -webkit-transform: rotate(6deg);
        -o-transform: rotate(6deg);
    }
} 