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

#kbmenubox p{
  font-family: 'Geforce', 'cwTeXHei', 'Microsoft JhengHei';
  font-size: 18px;
  color: #888;
  margin-bottom: 10px;
}

.kbmenu li {
  display: block;
  float: left;
  width:110px;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  cursor: default;
  margin-right: 15px; 
}
.kbmenu li:hover{
  display: block;
  width: 110px;
  height: auto;
  text-align: center;
  color: red;
  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;
}
.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: #fff;
}

.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: #fff;
}

.kbmenu .active {
  color: red;
}


.kbmenu li:nth-of-type(4)::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(4):hover::before {
  background:red url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_HorizontalWave.svg) no-repeat 0 0;
}
.kbmenu .active:nth-of-type(4)::before {
  background:red 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(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:red url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_VerticalWaveUp.svg) no-repeat 0 0;
}
.kbmenu .active:nth-of-type(5)::before {
  background:red 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:red url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_StaticColorShift.svg) no-repeat 0 0;
}
.kbmenu .active:nth-of-type(6)::before {
  background:red 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:red url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_DiscoMode.svg) no-repeat 0 0;
}
.kbmenu .active:nth-of-type(7)::before {
  background:red 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(1)::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(1):hover::before {
  background:red url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}
.kbmenu .active:nth-of-type(1)::before {
  background:red 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)::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(2):hover::before {
  background:red url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}
.kbmenu .active:nth-of-type(2)::before {
  background:red 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:#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(3):hover::before {
  background:red url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_game.svg) no-repeat 0 0;
}
.kbmenu .active:nth-of-type(3)::before {
  background:red 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(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:red url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_WarpDrive.svg) no-repeat 0 0;
}
.kbmenu .active:nth-of-type(8)::before {
  background:red url(https://asset.msi.com/event/nb/2017/KB/images/mystic_light_rgb_icon_WarpDrive.svg) no-repeat 0 0;
}

#GT75VRKeyboard{
    padding: 0 0 3% 0;
    position: relative;
    height: 700px;
    overflow: hidden;
}
@media only screen and (max-width: 1280px) {
    
}

#GT75VRKeyboard img{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.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 {
     0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50rem;
  }
}

.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: 1000px;
    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;} /* 紫 */
}

.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: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/*七彩動態*/
@keyframes HorizontalWave {
    0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50rem 0;
  }
}

.WarpDrive{
    position: absolute;
    z-index:1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50px;
    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%;
}


/*GT75VR********************/
/*GT75VR_keyboard*/
.GT75VR_keyboard{
    position: absolute;
    z-index:1;
    top: 85px;
    right: 0;
    bottom: 0;
    left: 50px;
    margin: auto;

    display: block;
    width: 1000px;
    height: 500px;
}
.GT75VR_keyboard li{ 
    display: block;
    width: 45px;
    height: 45px;
    float:left;
    margin: 2px;
    text-indent: -9999px;
}


.GT75VR_keyboard li:nth-child(1){
    background: #00ffff;
}
.GT75VR_keyboard li:nth-child(2){
    margin-left: 52px;
    background: #9000ff;
}
.GT75VR_keyboard li:nth-child(3){
    background: #f00000;
}
.GT75VR_keyboard li:nth-child(4){
    background: #ffff00;
}
.GT75VR_keyboard li:nth-child(5){
    background: #60ff00;
}
.GT75VR_keyboard li:nth-child(6){
    margin-left: 40px;
    background: #ff0050;
}
.GT75VR_keyboard li:nth-child(7){
    background: #0000ff;
}
.GT75VR_keyboard li:nth-child(8){
    background: #CCFF33;
}
.GT75VR_keyboard li:nth-child(9){
    width: 42px;
    background: #ff0050;
}
.GT75VR_keyboard li:nth-child(10){
    width: 42px;
    background: #ffff00;
}
.GT75VR_keyboard li:nth-child(11){
    background: #ffd000;
}
.GT75VR_keyboard li:nth-child(12){
    background: #00ffff;
}
.GT75VR_keyboard li:nth-child(13){
    background: #0000ff;
}
.GT75VR_keyboard li:nth-child(14){
    width: 68px;
    background: #0000ff;
}
.GT75VR_keyboard li:nth-child(15){
    margin-left: 25px;
    width: 42px;
    background: #60ff00;
}
.GT75VR_keyboard li:nth-child(16){
    width: 42px;
    background: #CCDDFF;
}
.GT75VR_keyboard li:nth-child(17){
    width: 42px;
    background: #60ff00;
}



.GT75VR_keyboard li:nth-child(18){
    background: #CCDDFF;
}

.GT75VR_keyboard li:nth-child(19){
    background: #4400CC;
}
.GT75VR_keyboard li:nth-child(20){
    margin-left: 5px;
    background: #EEEE00;
}

.GT75VR_keyboard li:nth-child(21){
    margin-left: 5px;
    background: #00ffff;
}
.GT75VR_keyboard li:nth-child(22){
    width: 50px;
    background: #9000ff;
}
.GT75VR_keyboard li:nth-child(23){
    margin-left: 5px;
    background: #ffd000;
}
.GT75VR_keyboard li:nth-child(24){
    margin-left: 6px;
    background: #ffff00;
}
.GT75VR_keyboard li:nth-child(25){
    margin-left: 6px;
    background: #60ff00;
}
.GT75VR_keyboard li:nth-child(26){
    margin-left: 6px;
    background: #ff0000;
}
.GT75VR_keyboard li:nth-child(27){
    margin-left: 6px;
    background: #0000ff;
}
.GT75VR_keyboard li:nth-child(28){
    margin-left: 6px;
    background: #00ffb0;
}
.GT75VR_keyboard li:nth-child(29){
    margin-left: 6px;
    background: #ff0050;
}
.GT75VR_keyboard li:nth-child(30){
    margin-left: 6px;
    background: #ffff00;
}

.GT75VR_keyboard li:nth-child(31){
    margin-left: 6px;
    width: 105px;
    background: #ffd000;
}
.GT75VR_keyboard li:nth-child(32){
    margin-left: 25px;
    width: 42px;
    background: #00ffff;
}
.GT75VR_keyboard li:nth-child(33){
    width: 42px;
    background: #0000ff;
}
.GT75VR_keyboard li:nth-child(34){
    width: 42px;
    background: #FFB3FF;
}


.GT75VR_keyboard li:nth-child(35){
    width: 85px;
    background: #60ff00;
}
.GT75VR_keyboard li:nth-child(36){
    margin-left: 6px;
    background: #FF88C2;
}
.GT75VR_keyboard li:nth-child(37){
    margin-left: 6px;
    background: #60ff00;
}
.GT75VR_keyboard li:nth-child(38){
    margin-left: 6px;
    background: #00FFFF;
}
.GT75VR_keyboard li:nth-child(39){
    margin-left: 6px;
    background: #4400B3;
}
.GT75VR_keyboard li:nth-child(40){
    margin-left: 6px;
    background: #B94FFF;
}
.GT75VR_keyboard li:nth-child(41){
    margin-left: 6px;
    background: #00ffff;
}
.GT75VR_keyboard li:nth-child(42){
    background: #9000ff;
}
.GT75VR_keyboard li:nth-child(43){
    margin-left: 6px;
    background: #FF5511;
}
.GT75VR_keyboard li:nth-child(44){
    width: 48px;
    margin-left: 6px;
    background: #ffff00;
}
.GT75VR_keyboard li:nth-child(45){
    margin-left: 6px;
    background: #60ff00;
}
.GT75VR_keyboard li:nth-child(46){
    margin-left: 6px;
    background: #ff0000;
}
.GT75VR_keyboard li:nth-child(47){
    margin-left: 6px;
    background: #0000ff;
}
.GT75VR_keyboard li:nth-child(48){
    width: 65px;
    background: #00ffb0;
}
.GT75VR_keyboard li:nth-child(49){
    margin-left: 25px;
    width: 42px;
    background: #ff0050;
}
.GT75VR_keyboard li:nth-child(50){
    width: 42px;
    background: #ffff00;
}
.GT75VR_keyboard li:nth-child(51){
    width: 42px;
    background: #ffd000;
}


.GT75VR_keyboard li:nth-child(52){
    width: 100px;
    margin: 5px 0;
    background: #00ffff;
}
.GT75VR_keyboard li:nth-child(53){
    margin: 5px 0 5px 6px;
    background: #0000ff;
}
.GT75VR_keyboard li:nth-child(54){
    margin: 5px 0 5px 6px;
    background: #FF00FF;
}
.GT75VR_keyboard li:nth-child(55){
    margin: 5px 0 5px 8px;
    background: #60ff00;
}
.GT75VR_keyboard li:nth-child(56){
    margin: 5px 0 5px 8px;
    background: #ffd000;
}
.GT75VR_keyboard li:nth-child(57){
    margin: 5px 0 5px 8px;
    background: #60ff00;
}
.GT75VR_keyboard li:nth-child(58){
    margin: 5px 0 5px 8px;
    background: #FF3333;
}
.GT75VR_keyboard li:nth-child(59){
    margin: 5px 0 5px 8px;
    background: #FFB7DD;
}
.GT75VR_keyboard li:nth-child(60){
    margin: 5px 0 5px 10px;
    background: #AAAAAA;
}
.GT75VR_keyboard li:nth-child(61){
    margin: 5px 0 5px 8px;
    background: #ffd000;
}
.GT75VR_keyboard li:nth-child(62){
    margin: 5px 0 5px 8px;
    background: #00ffff;
}
.GT75VR_keyboard li:nth-child(63){
    margin: 5px 0 5px 8px;
    background: #0000ff;
}
.GT75VR_keyboard li:nth-child(64){
    margin: 5px 0 5px 8px;
    width: 100px;
    background: #FFFF00;
}
.GT75VR_keyboard li:nth-child(65){
    margin: 5px 0 5px 28px;
    width: 42px;
    background: #FF5511;
}
.GT75VR_keyboard li:nth-child(66){
    width: 42px;
    margin: 5px 0 5px 6px;
    background: #AAAAAA;
}
.GT75VR_keyboard li:nth-child(67){
    width: 42px;
    margin: 5px 0 5px 5px;
    background: #60ff00;
}


.GT75VR_keyboard li:nth-child(68){
    width: 120px;
    background: #AAAAAA;
}
.GT75VR_keyboard li:nth-child(69){
    margin-left: 6px;
    background: #ffd000;
}
.GT75VR_keyboard li:nth-child(70){
    margin-left: 6px;
    background: #BBFF66;
}

.GT75VR_keyboard li:nth-child(71){
    margin-left: 6px;
    background: #00ffff;
}
.GT75VR_keyboard li:nth-child(72){
    margin-left: 6px;
    background: #9000ff;
}
.GT75VR_keyboard li:nth-child(73){
    margin-left: 6px;
    background: #ffd000;
}
.GT75VR_keyboard li:nth-child(74){
    margin-left: 8px;
    background: #ffff00;
}
.GT75VR_keyboard li:nth-child(75){
    margin-left: 6px;
    background: #60ff00;
}
.GT75VR_keyboard li:nth-child(76){
    margin-left: 6px;
    background: #ff0000;
}
.GT75VR_keyboard li:nth-child(77){
    margin-left: 6px;
    background: #0000ff;
}
.GT75VR_keyboard li:nth-child(78){
    margin-left: 6px;
    background: #00ffb0;
}
.GT75VR_keyboard li:nth-child(79){
    margin-left: 6px;
    width: 130px;
    background: #ff0050;
}
.GT75VR_keyboard li:nth-child(80){
    margin: 0 0 0 25px;
    width: 42px;
    background: #ffff00;
}
.GT75VR_keyboard li:nth-child(81){
    width: 42px;
    margin-left: 5px;
    background: #00ffff;
}
.GT75VR_keyboard li:nth-child(82){
    width: 42px;
    background: #9000ff;
}



.GT75VR_keyboard li:nth-child(83){
    width: 85px;
    margin: 5px 0 5px 0;
    background: #FF0000;
}
.GT75VR_keyboard li:nth-child(84){
    margin: 5px 0 5px 6px;
    background: #ffff00;
}
.GT75VR_keyboard li:nth-child(85){
    margin: 5px 0 5px 6px;
    width: 65px;
    background: #60ff00;
}
.GT75VR_keyboard li:nth-child(86){
    margin: 5px 0 5px 6px;
    width: 270px;
    background: #FF77FF;
}
.GT75VR_keyboard li:nth-child(87){
    margin: 5px 0 5px 8px;
    background: #CCEEFF;
}
.GT75VR_keyboard li:nth-child(88){
    margin: 5px 0 5px 8px;
    background: #CCBBFF;
}
.GT75VR_keyboard li:nth-child(89){
    margin: 5px 0 5px 8px;
    background: #00FF00;
}
.GT75VR_keyboard li:nth-child(90){
    margin: 5px 0 5px 12px;
    width: 72px;
    background: #5500FF;
}
.GT75VR_keyboard li:nth-child(91){
    margin: 5px 0 5px 21px;
    background: #FF3333;
}
.GT75VR_keyboard li:nth-child(92){
    margin: 5px 0 5px 25px;
    width: 42px;
    background: #FF7744;
}
.GT75VR_keyboard li:nth-child(93){
    width: 42px;
    margin: 5px 0 5px 5px;
    background: #66FF66;
}
.GT75VR_keyboard li:nth-child(94){
    margin: 5px 0 5px 5px;
    width: 42px;
    background: #FF3333;
}

.GT75VR_keyboard li:nth-child(95){
    margin: 5px 0 0 695px;
    background: #990099;
}
.GT75VR_keyboard li:nth-child(96){
    margin: 5px 0 0 8px;
    background: #BBFF66;
}
.GT75VR_keyboard li:nth-child(97){
    margin: 5px 0 0 8px;
    background: #60ff00;
}


/*GT75VR_FPS*/
.GT75VR_FPS{
    position: absolute;
    z-index:1;
    top: 85px;
    right: 0;
    bottom: 0;
    left: 50px;
    margin: auto;

    display: block;
    width: 1000px;
    height: 500px;
}
.GT75VR_FPS ul{
    position: relative;
}
.GT75VR_FPS li{ 
    display: block;
    width: 45px;
    height: 45px;
    float:left;
    margin: 2px;
    text-indent: -9999px;
}
.GT75VR_FPS li:nth-child(1){
    position: absolute;
    left: 102px;
    background: #fff;
}
.GT75VR_FPS li:nth-child(2){
    position: absolute;
    left: 150px;
    background: #fff;
}
.GT75VR_FPS li:nth-child(3){
    position: absolute;
    right: 280px;
    background: #fff;
}
.GT75VR_FPS li:nth-child(4){
    position: absolute;
    top: 50px;
    background: #ff0;
}
.GT75VR_FPS li:nth-child(5){
    position: absolute;
    top: 50px;
    left: 50px;
    background: #ff0;
}
.GT75VR_FPS li:nth-child(6){
   position: absolute;
    top: 50px;
    left: 102px;
    background: #ff0;
}
.GT75VR_FPS li:nth-child(7){
   position: absolute; 
   top: 50px;
   left: 155px;
   background: #ff0;
}
.GT75VR_FPS li:nth-child(8){
   position: absolute; 
   top: 50px;
   left: 208px;
   background: #ff0;
}
.GT75VR_FPS li:nth-child(9){
    position: absolute; 
    top: 50px;
    left: 260px;
    background: #ff0;
}
.GT75VR_FPS li:nth-child(10){
   position: absolute;
   top: 100px;
   width: 85px;
   background: #fff;
}
.GT75VR_FPS li:nth-child(11){
    position: absolute;
    top: 100px;
    left: 90px;
    background: #ff0;
}
.GT75VR_FPS li:nth-child(12){
    position: absolute;
    top: 100px;
    left: 145px;
    background: #f00;
}
.GT75VR_FPS li:nth-child(13){
    position: absolute;
    top: 100px;
    left: 200px;
    background: #fff;
}
.GT75VR_FPS li:nth-child(14){
    position: absolute;
    top: 100px;
    left: 250px;
    background: #0033ff;
}
.GT75VR_FPS li:nth-child(15){
    position: absolute;
    top: 100px;
    left: 355px;
    background: #00ff04;
}
.GT75VR_FPS li:nth-child(16){
    position: absolute;
    top: 100px;
    left: 408px;
    background: #00ff04;
}
.GT75VR_FPS li:nth-child(17){
    position: absolute;
    top: 150px;
    left: 105px;
    background: #f00;
}

.GT75VR_FPS li:nth-child(18){
    position: absolute;
    top: 150px;
    left: 155px;
    background: #f00;
}

.GT75VR_FPS li:nth-child(19){
    position: absolute;
    top: 150px;
    left: 210px;
    background: #f00;
}
.GT75VR_FPS li:nth-child(20){
     position: absolute;
    top: 150px;
    left: 318px;
    background: #0033ff;
}

.GT75VR_FPS li:nth-child(21){
    position: absolute;
    top: 150px;
    left: 478px;
    background: #00ff04;
}
.GT75VR_FPS li:nth-child(22){
    position: absolute;
    top: 200px;
    width: 120px;
    background: #f00;
}
.GT75VR_FPS li:nth-child(23){
    position: absolute;
    top: 200px;
    left: 130px;
    background: #00ff04;
}
.GT75VR_FPS li:nth-child(24){
   position: absolute;
    top: 200px;
    left: 185px;
    background: #00ff04;
}
.GT75VR_FPS li:nth-child(25){
   position: absolute;
    top: 200px;
    left: 235px;
    background: #00ff04;
}
.GT75VR_FPS li:nth-child(26){
   position: absolute;
    top: 200px;
    left: 345px;
    background: #fff;
}
.GT75VR_FPS li:nth-child(27){
   position: absolute;
    top: 200px;
    left: 450px;
    background: #fff;
}
.GT75VR_FPS li:nth-child(28){
   position: absolute;
    top: 255px;
    width: 85px;
    background: #f00;
}

/*GT75VR_MMO*/
.GT75VR_MMO{
    position: absolute;
    z-index:1;
    top: 85px;
    right: 0;
    bottom: 0;
    left: 50px;
    margin: auto;

    display: block;
    width: 1000px;
    height: 500px;
}
.GT75VR_MMO ul{
    position: relative;
}
.GT75VR_MMO li{ 
    display: block;
    width: 45px;
    height: 45px;
    float:left;
    margin: 2px;
    text-indent: -9999px;
}
.GT75VR_MMO li:nth-child(1){
    position: absolute;
    background: #ff5200;
}
.GT75VR_MMO li:nth-child(2){
    position: absolute;
    width: 325px;
    left: 100px;
    background: #f00;
}
.GT75VR_MMO li:nth-child(3){
    position: absolute;
    width: 285px;
    left: 430px;
    background: #00ff04;
}
.GT75VR_MMO li:nth-child(4){
    position: absolute;
    right: 140px;
    background: #ff5200; 
}
.GT75VR_MMO li:nth-child(5){
    position: absolute;
    right: 45px;
    background: #ff5200; 
}
.GT75VR_MMO li:nth-child(6){
   position: absolute;
   top: 50px;
    background: #ff5200; 
}
.GT75VR_MMO li:nth-child(7){
    position: absolute;
    width: 365px;
    top: 50px;
    left: 50px;
    background: #f00;
}
.GT75VR_MMO li:nth-child(8){
   position: absolute;
    width: 100px;
    top: 50px;
    right: 320px;
    background: #00ff04;
}
.GT75VR_MMO li:nth-child(9){
   position: absolute;
    top: 50px;
    right: 45px;
    background: #ff5200;
}
.GT75VR_MMO li:nth-child(10){
   position: absolute;
   top: 100px;
   width: 85px;
   background: #ff5200;
}
.GT75VR_MMO li:nth-child(11){
    position: absolute;
    top: 100px;
    left: 90px;
    background: #ff0;
}
.GT75VR_MMO li:nth-child(12){
    position: absolute;
    top: 100px;
    left: 145px;
    background: #fff;
}
.GT75VR_MMO li:nth-child(13){
    position: absolute;
    top: 100px;
    left: 200px;
    width: 150px;
    background: #ff0;
}
.GT75VR_MMO li:nth-child(14){
    position: absolute;
    top: 150px;
    width: 95px;
    background: #ff5200;
}
.GT75VR_MMO li:nth-child(15){
    display: none;
}
.GT75VR_MMO li:nth-child(16){
    display: none;
}
.GT75VR_MMO li:nth-child(17){
    position: absolute;
    top: 150px;
    left: 105px;
    width: 150px;
    background: #fff;
}

.GT75VR_MMO li:nth-child(18){
    position: absolute;
    top: 150px;
    left: 260px;
    width: 100px;
    background: #ff0;
}

.GT75VR_MMO li:nth-child(19){
    position: absolute;
    right:210px;
    top: 150px;
    width: 95px;
    background: #ff5200;
}
.GT75VR_MMO li:nth-child(20){
    position: absolute;
    top: 202px;
    width: 500px;
    background: #ff5200;
}

.GT75VR_MMO li:nth-child(21){
   position: absolute;
    top: 202px;
    right: 340px;
    background: #ff5200;
}
.GT75VR_MMO li:nth-child(22){
   position: absolute;
    top: 252px;
    width: 90px;
    background: #00ff04;
}
.GT75VR_MMO li:nth-child(23){
   position: absolute;
    top: 252px;
    width: 60px;
    left: 145px;
    background: #00ff04;
}
.GT75VR_MMO li:nth-child(24){
   position: absolute;
    top: 252px;
    right: 95px;
    width: 92px;
    background: #ff5200;
}

/*GT75VR_MOBA*/
.GT75VR_MOBA{
    position: absolute;
    z-index:1;
    top: 85px;
    right: 0;
    bottom: 0;
    left: 50px;
    margin: auto;

    display: block;
    width: 1000px;
    height: 500px;
}
.GT75VR_MOBA ul{
    position: relative;
}
.GT75VR_MOBA li{ 
    display: block;
    width: 45px;
    height: 45px;
    float:left;
    margin: 2px;
    text-indent: -9999px;
}
.GT75VR_MOBA li:nth-child(1){
    position: absolute;
    background: #00ff04;
    left: 100px;
    width: 190px;
}
.GT75VR_MOBA li:nth-child(2){
    position: absolute;
    background: #fff;
    left: 330px;
    width: 460px;
}
.GT75VR_MOBA li:nth-child(3){
    position: absolute;
    background: #00ff04;
    top: 50px;
}
.GT75VR_MOBA li:nth-child(4){
    position: absolute;
    background: #f00;
    top: 100px;
    left:90px;
    width: 210px;
}
.GT75VR_MOBA li:nth-child(5){
    position: absolute;
    background: #fff;
    top: 100px;
    right:90px;
}
.GT75VR_MOBA li:nth-child(6){
    position: absolute;
    background: #f00;
    top: 150px;
    left:208px;
    width: 100px;
}
.GT75VR_MOBA li:nth-child(7){
    position: absolute;
    background: #fff;
    top: 150px;
    right:140px;
}
.GT75VR_MOBA li:nth-child(8){
    position: absolute;
    background: #0033ff;
    top: 150px;
    right:90px;
}
.GT75VR_MOBA li:nth-child(9){
    position: absolute;
    background: #fff;
    top: 150px;
    right:45px;
}
.GT75VR_MOBA li:nth-child(10){
    position: absolute;
    background: #ff5200;
    top: 200px;
    left: 130px;
    width: 310px;
}
.GT75VR_MOBA li:nth-child(11){
    position: absolute;
    background: #fff;
    top: 200px;
    right:90px;
}


