




























Footrest Series GT800A
$76.00 – $94.00





PERFECT FOR
GAMES & LIFE


e-sports equipment brand.
GTPLAYER has always implemented its brand and design
concept ‘BE COOL BE FREE’ . We have profound insights into
our users, continuing innovation and development to meet
users’ needs.


















$(function () {
$(".change_btn").click(function () {
$(".change_btn").css("background","#ffffff00");
$(this).css("background","#ffffff30");
let index = $(".change_btn").index($(this));
console.info(index);
$(".change_img").hide();
$(".change_img").eq(index).show();
});
$(".change_btn_m").click(function () {
$(".change_btn_m").css("background","#ffffff00");
$(this).css("background","#ffffff30");
let index = $(".change_btn_m").index($(this));
console.info(index);
$(".change_img_m").hide();
$(".change_img_m").eq(index).show();
})
})



SOFT ARMREST
soft armrests that change as you lie back,
multiple angle fit your arms.
$(function () {
$('#showend').on('ended',function(){
$("#showend").fadeOut(300);
});
});
$(".showVideo").click(function () {
let vide = $("#showend");
vide.fadeIn(300);
vide[0].play();
});

The position of the lumbar support is adjusted according to the individual’s body type. Share the pressure on the body in a balanced way to reduce the burden on the body.
ergonomic design that effectively relieves fatigue
during long periods of sedentary activities.


360° Degree Swivel
Seat Height Adjustment
Seat Height Adjustment








- GAME
- OFFICE
$(function () {
//手机端删掉pc轮播图,pc端删掉手机轮播图
if (screen.height >= 800 && screen.width >= screen.height) {
$(".box>.ph800a").remove()
}else {
$(".box>.pc800a").remove()
}
});
var prevIndex = 0;
var curIndex = 0;
$("#next").click(function() {
//.is(":animated"):正在执行动画返回true,没在执行动画返回false
if ($(".box>img").eq(curIndex).is(":animated")) {
return;
}
if (curIndex >= $(".box>img").length - 1) {
curIndex = 0;
} else {
curIndex++
}
tab();
prevIndex = curIndex;
});
$("#prev").click(function() {
if ($(".box>img").eq(curIndex).is(":animated")) {
return;
}
if (curIndex <= 0) { curIndex = $(".box>img").length - 1;
} else {
curIndex--;
}
tab();
prevIndex = curIndex;
});
$(".nav li").click(function() {
curIndex = $(this).index();
if (curIndex == prevIndex) {
return;
}
tab();
prevIndex = curIndex;
});
//左边按钮:向右边滑动;
function tab() {
//切大图;
if (curIndex == 0 && prevIndex == 4) {
//边界2,当前在最后一张,点击next
//向左滑动:前一张向左滑动,当前那一张摆放在右边,滑动到当前位置;
$(".box>img").eq(prevIndex).animate({
left: -100+"%"
}, 500)
$(".box>img").eq(curIndex).css("left", "100%").animate({
left: 0
}, 500)
} else if (prevIndex == 0 && curIndex == 4 ) {
//边界1,当前在第一张,点击prev
//向右滑动:前一张向右滑动,当前那一张摆放在左边,滑动到当前位置
$(".box>img").eq(prevIndex).animate({
left: 100+"%"
}, 500)
$(".box>img").eq(curIndex).css("left", "-100%").animate({
left: 0
}, 500)
} else if (curIndex > prevIndex) {
$(".box>img").eq(prevIndex).animate({
left: -100+"%"
}, 500)
$(".box>img").eq(curIndex).css("left", "100%").animate({
left: 0
}, 500)
} else {
$(".box>img").eq(prevIndex).animate({
left: 100+"%"
}, 500)
$(".box>img").eq(curIndex).css("left", "-100%").animate({
left: 0
}, 500)
}
//切小点;
$(".nav li").eq(curIndex).addClass("on").siblings().removeClass()
}







< >
$(function () {
//手机端删除第一张和最后一张图
if (screen.height >= 800 && screen.width >= screen.height) {}else {
let Imgs = $("#ImgModel>div");
let lis = $("#ImgModel>ul>li");
Imgs.eq(0).remove();
Imgs.eq(4).remove();
lis.eq(0).remove();
lis.eq(4).remove();
$(".showModel1").remove();
$(".showModel5").remove();
}
let ind=0;
$("#prevImg").click(function () {
ind--;
if(ind<0){ ind=($("#ImgModel>ul>li").length-1);
}
changeImg(ind);
});
$("#nextImg").click(function () {
ind++;
if(ind>($("#ImgModel>ul>li").length-1)){
ind=0;
}
changeImg(ind);
});
$("#ImgModel>ul>li").click(function () {
let li = $(this);
ind = $("#ImgModel>ul>li").index(li);
changeImg(ind);
});
//切换图片
function changeImg(index){
$("#ImgModel>div").hide();
$("#ImgModel>div").eq(index).show();
}
//显示窗口
$(".showModel").click(function () {
$("#ModelBox").fadeIn(300);
let span = $(this);
ind = $(".showModel").index(span);
changeImg(ind);
});
//esc隐藏
$(document).keyup(function(event) {
switch (event.keyCode) {
case 27:
$("#ModelBox").fadeOut(300);
}
})
})


MAECENAS IACULIS
Vestibulum curae torquent diam diam commodo parturient penatibus nunc dui adipiscing convallis bulum parturient suspendisse parturient a.Parturient in parturient scelerisque nibh lectus quam a natoque adipiscing a vestibulum hendrerit et pharetra fames nunc natoque dui.
ADIPISCING CONVALLIS BULUM
- Vestibulum penatibus nunc dui adipiscing convallis bulum parturient suspendisse.
- Abitur parturient praesent lectus quam a natoque adipiscing a vestibulum hendre.
- Diam parturient dictumst parturient scelerisque nibh lectus.
Scelerisque adipiscing bibendum sem vestibulum et in a a a purus lectus faucibus lobortis tincidunt purus lectus nisl class eros.Condimentum a et ullamcorper dictumst mus et tristique elementum nam inceptos hac parturient scelerisque vestibulum amet elit ut volutpat.
Reviews
There are no reviews yet.