/*#shopify-section-pr_description>.ul_tabs {display:none}*/ #wrap_des_pr>.container{ width: 100%; max-width: 100%; padding-right: 0; padding-left: 0; margin-right: auto; margin-left: auto; } .panel.entry-content.sp-tab.des_mb_2.des_style_1.dn.active{padding: 25px} ul{padding: 0 25px} .pcA{display: block!important;} .phA{display: none!important;} #CKTA>div{position: relative} @media screen and (max-width:800px) { ul{padding: 0} .panel.entry-content.sp-tab.des_mb_2.des_style_1.dn.active{padding: 0} .pcA{display: none!important;} .phA{display: block!important;} } .textnra{position: absolute;color: white;} .Bigtitle {font-size: 3vw;font-weight: 700;line-height: 3vw;} .Smalltitle {font-size: 2vw;line-height: 2vw;font-weight: bold} .Bigtext {font-size: 1.3vw;color: white;line-height: 1.8vw; } .Smalltext{font-size: 1vw;line-height: 1.5vw;} .tna1 {left: 8%;bottom: 39%;} .tna1_2 {left: 8%;bottom: 34%;text-decoration: underline;} .tna1_3 {left: 33%;bottom: 33.5%;font-weight: bold;background: #b89d62;border-radius: 30px;padding: 5px 15px;} .tna2 {left: 0%;top: 7%;width: 100%;text-align: center;} .tna3 {left: 0%;bottom: 8%;width: 100%;text-align: center;} .tna4 {left: 8%;top: 23%;width: 35%;} .tna5 {left: 8%;top: 27%;} .tna6 {right: 8%;top: 34%;text-align: right;width: 30%;} .tna7 {left: 8%;bottom: 52%;} .tna8 {text-align: right;right: 8%;bottom: 53%;} .textnra>div:last-child {margin-top: 0.5vw;} @media screen and (max-width:800px) { .Bigtitle {font-size: 7vw;font-weight: 700;line-height: 6vw;} .Smalltitle {font-size: 5vw;font-weight: 600;line-height: 5vw;} .Bigtext {font-size: 4.5vw;line-height: 5vw;} .Smalltext{font-size: 3.8vw;line-height: 5vw;} .tna1 {left: 4%;bottom: 33.5%;} .tna1_2 {left: 3%;bottom: 25%;} .tna1_3 {left: 32%;bottom: 39%;font-size: 2.4vw;padding: 0px 10px;} .tna2 {top: 4.5%;} .tna3 {bottom: 12%;} .tna4 {left: 3%;top: 19%;width: 75%;} .tna5 {left: 3%;top: 20%;} .tna6 {top: auto;right: 0%;bottom: 13%;width: 100%;text-align: center;} .tna7 {left: 0%;bottom: 24%;width: 100%;text-align: center;} .tna8 {right: 0%;bottom: 26%;width: 100%;text-align: center;} .textnra>div:last-child{margin-top: 1vw;} } ACE PRO GAMING CHAIR Perfect for Gaming, Working, studying & Home Office WITH BLUETOOTH SPEAKERS GO XL, GO EXTRA WIDE Size Matters.Comfort Wins. Available in sizes RXl GTPLAYER | GT LYNCK TECH 4D SURROUND SYSTEM CHARGE ONCE DOMINATE DAYS Wireless Sound via Charged Bluetooth Receiver - Switch Speakers On/Off Instantly, Zero Cords DUAL BLUETOOTH 5.1 SPEAKER HIGH-DENSITY SPONGE CUSHION Desianed for lasting comfort-resists deformation even with extended use PATENTED LINKAGE ARMREST Delivers elbow support in every position-even when you recline. KICK BACK AND UNWIND! Our retractable footrest eases leg fatigue, offering ultimate relaxation during extended seating. < > // = 800 && screen.width >= screen.height) { $(".box>.ph_bf").remove() }else { $(".box>.pc_bf").remove() } }); var prevIndex = 0; var curIndex = 0; $(".next").click(function() { var box=$(this).parent(); prevIndex=box.attr("previndex"); curIndex=box.attr("curindex"); //.is(":animated"):正在执行动画返回true,没在执行动画返回false if (box.children(".LBimg").eq(curIndex).is(":animated")) { return; } if (curIndex >= box.children(".LBimg").length - 1) { curIndex = 0; } else { curIndex++ } tab(box); prevIndex = curIndex; box.attr("previndex",prevIndex); box.attr("curindex",curIndex); }); $(".prev").click(function() { var box=$(this).parent(); prevIndex=box.attr("previndex"); curIndex=box.attr("curindex"); if (box.children(".LBimg").eq(curIndex).is(":animated")) { return; } if (curIndex <= 0) { curIndex = box.children(".LBimg").length - 1; } else { curIndex--; } tab(box); prevIndex = curIndex; box.attr("previndex",prevIndex); box.attr("curindex",curIndex); }); $(".nav li").click(function() { var box=$(this).parent().parent(); prevIndex=box.attr("previndex"); curIndex=box.attr("curindex"); if (box.children(".LBbox").eq(curIndex).is(":animated")) { return; } curIndex = $(this).index(); if (curIndex == prevIndex) { return; } tab(box); prevIndex = curIndex; box.attr("previndex",prevIndex); box.attr("curindex",curIndex); }); //左边按钮:向右边滑动; function tab(box) { var LBIdx = box.attr("lbindex"); //切大图; if (curIndex == 0 && prevIndex == $(".LB"+LBIdx+" .nav li").length-1) { //边界2,当前在最后一张,点击next //向左滑动:前一张向左滑动,当前那一张摆放在右边,滑动到当前位置; box.children(".LBimg").eq(prevIndex).animate({ left: -100+"%" }, 500) box.children(".LBimg").eq(curIndex).css("left", "100%").animate({ left: 0 }, 500) } else if (prevIndex == 0 && curIndex == $(".LB"+LBIdx+" .nav li").length-1 ) { //边界1,当前在第一张,点击prev //向右滑动:前一张向右滑动,当前那一张摆放在左边,滑动到当前位置 box.children(".LBimg").eq(prevIndex).animate({ left: 100+"%" }, 500) box.children(".LBimg").eq(curIndex).css("left", "-100%").animate({ left: 0 }, 500) } else if (curIndex > prevIndex) { box.children(".LBimg").eq(prevIndex).animate({ left: -100+"%" }, 500) box.children(".LBimg").eq(curIndex).css("left", "100%").animate({ left: 0 }, 500) } else { box.children(".LBimg").eq(prevIndex).animate({ left: 100+"%" }, 500) box.children(".LBimg").eq(curIndex).css("left", "-100%").animate({ left: 0 }, 500) } //切小点; $(".LB"+LBIdx+" .nav li").eq(curIndex).addClass("on").siblings().removeClass() } // ]]> LUXURY BREATHABLE MATERIAL Soft Retro Velvet 90-150°RECLINE ROCK-SOLID STABILITY