.kv {
    background-color: #000;
    position: relative;
    text-align: center;
}

.kv__pic {
    width: 100%;
}

.kv__pd {
    position: absolute;
    top: 37%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35%;
}

@media (max-width: 960px) {
    .kv__pd {
        display: none;
    }
}

.kv__iconLeft {
    position: absolute;
    top: 36px;
    left: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.kv__iconLeft img {
    width: 70px;
    margin: 0 18px;
}

@media (max-width: 960px) {
    .kv__iconLeft {
        position: relative;
        top: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
}

@media (max-width: 960px) {
    .kv__iconLeft {
        display: none;
    }
}

.kv__iconLeftMobile {
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 36px;
}

@media (max-width: 960px) {
    .kv__iconLeftMobile {
        display: block;
    }
    .kv__iconLeftMobile img {
        width: 55px;
        margin: 0 18px;
    }
}

.kv__icon {
    position: absolute;
    text-align: right;
    top: 36px;
    right: 36px;
    font-size: 11px;
    line-height: 2em;
}

.kv__icon img {
    width: 75px;
    margin-bottom: 36px;
}

@media (max-width: 960px) {
    .kv__icon {
        display: none;
    }
}

.kv__iconMobile {
    display: none;
}

@media (max-width: 960px) {
    .kv__iconMobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 36px 0 72px;
    }
    .kv__iconMobile img {
        width: 70px;
    }
    .kv__iconMobile span {
        text-align: left;
        margin-left: 36px;
        font-size: 12px;
    }
}

.kv__titleBox {
    position: absolute;
    width: 60%;
    bottom: 4%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 1366px) {
    .kv__titleBox {
        width: 80%;
    }
}

@media (max-width: 960px) {
    .kv__titleBox {
        position: relative;
        width: 90%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
}

@media (max-width: 1366px) {
    .kv__titleBox-pic {
        width: 37%;
    }
}

@media (max-width: 960px) {
    .kv__titleBox-pic {
        width: 80%;
    }
}

.kv__titleBox-btn {
    display: inline-block;
    color: #fff;
    background-color: #15a0ef;
    padding: 0 20px;
    font-weight: bolder;
    border-radius: 0.5rem;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin-top: 20px;
}

@media (max-width: 960px) {
    .kv__titleBox-btn {
        margin: 10px;
    }
}

.kv__titleBox-btn:hover {
    color: #15a0ef;
    background-color: #e4f5ff;
}

.pdPic {
    background-color: #000;
}

.pdPic__iconMobile {
    display: none;
}

@media (max-width: 960px) {
    .pdPic__iconMobile {
        display: block;
        text-align: center;
        cursor: pointer;
        margin: 50px 0;
    }
    .pdPic__iconMobile img {
        width: 40px;
    }
}

.pdPic__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

.pdPic__flex-pic {
    width: 15%;
    margin: 0 20px;
    opacity: 0.8;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
}

@media (max-width: 960px) {
    .pdPic__flex-pic {
        width: 20%;
        margin: 0 5px;
    }
}

@media (max-width: 768px) {
    .pdPic__flex-pic {
        width: 45%;
    }
}

.pdPic__flex-pic:hover {
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 10px #a2ddff);
    filter: drop-shadow(0px 0px 10px #a2ddff);
}

.pdPic__flex-pic:hover img {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.pdPic__flex-icon {
    width: 15%;
    margin: 0 0px;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

@media (max-width: 960px) {
    .pdPic__flex-icon {
        display: none;
    }
}

.pdPic__flex-icon img {
    width: 30%;
}

.pdPic__flex-icon:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: drop-shadow(0px 0px 10px #a2ddff);
    filter: drop-shadow(0px 0px 10px #a2ddff);
}

.intel {
    position: relative;
}

.intel__pic {
    width: 100%;
}

.intel__title {
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 50%;
}

@media (max-width: 1680px) {
    .intel__title {
        top: -5%;
    }
}

@media (max-width: 1366px) {
    .intel__title {
        top: 0%;
        width: 60%;
    }
}

@media (max-width: 960px) {
    .intel__title {
        position: relative;
        width: 90%;
    }
}

.intel__titleFlex {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1366px) {
    .intel__titleFlex {
        margin-top: 20px;
    }
}

@media (max-width: 960px) {
    .intel__titleFlex {
        margin-top: 0;
        text-align: center;
        display: block;
    }
}

.intel__titleFlex-icon {
    width: 20%;
    margin: 0 20px 0 0;
}

@media (max-width: 1366px) {
    .intel__titleFlex-icon {
        width: 15%;
    }
}

@media (max-width: 960px) {
    .intel__titleFlex-icon {
        width: 30%;
        margin: 0 auto;
    }
}

.intel__titleFlex-txt {
    width: 85%;
    margin: 0 0 0 20px;
}

@media (max-width: 960px) {
    .intel__titleFlex-txt {
        margin: 0 auto;
        width: 90%;
    }
}

.intel__performanceFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .intel__performanceFlex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.intel__performanceFlex li {
    text-align: center;
    margin: 0 20px;
}

@media (max-width: 768px) {
    .intel__performanceFlex li {
        width: 45%;
        margin: 0;
    }
}

@-webkit-keyframes max-Q {
    0% {
        background-image: url("images/gpu-Max-Q-1.jpg");
    }
    25% {
        background-image: url("images/gpu-Max-Q-2.jpg");
    }
    50% {
        background-image: url("images/gpu-Max-Q-3.jpg");
    }
    75% {
        background-image: url("images/gpu-Max-Q-2.jpg");
    }
    100% {
        background-image: url("images/gpu-Max-Q-1.jpg");
    }
}

@keyframes max-Q {
    0% {
        background-image: url("images/gpu-Max-Q-1.jpg");
    }
    25% {
        background-image: url("images/gpu-Max-Q-2.jpg");
    }
    50% {
        background-image: url("images/gpu-Max-Q-3.jpg");
    }
    75% {
        background-image: url("images/gpu-Max-Q-2.jpg");
    }
    100% {
        background-image: url("images/gpu-Max-Q-1.jpg");
    }
}

.gpu {
    position: relative;
}

@media (max-width: 960px) {
    .gpu__mobileBg {
        background: url(images/gpu-bg-xs.jpg) top center no-repeat;
        background-size: 100%;
    }
}

.gpu__pic {
    width: 100%;
}

.gpu__pic-xs {
    display: none;
}

@media (max-width: 960px) {
    .gpu__pic {
        display: none;
    }
    .gpu__pic-xs {
        display: block;
        margin: 40px auto;
    }
}

.gpu__title {
    position: absolute;
    top: 11%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80%;
}

@media (max-width: 1536px) {
    .gpu__title {
        top: 9%;
    }
}

@media (max-width: 1366px) {
    .gpu__title {
        top: 7%;
        width: 90%;
    }
}

@media (max-width: 960px) {
    .gpu__title {
        position: relative;
        width: 90%;
        margin: 0 auto;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.gpu__icon {
    width: 15%;
}

@media (max-width: 768px) {
    .gpu__icon {
        width: 40%;
    }
}

.gpu__titleFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 960px) {
    .gpu__titleFlex {
        display: block;
    }
}

.gpu__titleFlex h3 {
    width: 40%;
    margin: 5px;
}

@media (max-width: 1366px) {
    .gpu__titleFlex h3 {
        width: 30%;
    }
}

@media (max-width: 960px) {
    .gpu__titleFlex h3 {
        width: 100%;
    }
}

.gpu__titleFlex p {
    width: 60%;
    margin: 5px;
}

@media (max-width: 1366px) {
    .gpu__titleFlex p {
        width: 70%;
    }
}

@media (max-width: 960px) {
    .gpu__titleFlex p {
        width: 100%;
    }
}

.gpu__slider {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 960px) {
    .gpu__slider {
        position: relative;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.gpu .main {
    width: 80%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 960px) {
    .gpu .main {
        width: 90%;
    }
}

.gpu .box1 {
    margin: 10px auto -150px;
    padding: 2%;
    position: relative;
    width: 80%;
}

@media (max-width: 1536px) {
    .gpu .box1 {
        width: 90%;
    }
}

@media (max-width: 960px) {
    .gpu .box1 {
        margin: 10px auto -35px;
        padding: 0;
        width: 80%;
    }
}

.gpu .box1__title {
    width: 75%;
}

@media (max-width: 960px) {
    .gpu .box1__title {
        width: 90%;
    }
}

.gpu .box1__img {
    width: 20%;
}

@media (max-width: 960px) {
    .gpu .box1__img {
        width: 90%;
    }
}

.gpu .box1__absolute {
    position: relative;
}

.gpu .box1__absoluteTxt {
    position: absolute;
    font-family: "DINCond-light", "cwTeXHei", "Microsoft JhengHei";
    font-size: 1vw;
}

.gpu .box1__absoluteTxt sup {
    font-size: 10px;
}

.gpu .box1__absoluteTxt:nth-of-type(1) {
    top: 7%;
    left: 1%;
}

.gpu .box1__absoluteTxt:nth-of-type(2) {
    top: 42%;
    left: 1%;
}

.gpu .box1__absoluteTxt:nth-of-type(3) {
    top: 77%;
    left: 1%;
}

.gpu .box1__absoluteTxt:nth-of-type(4) {
    top: 7%;
    left: 55.5%;
}

.gpu .box1__absoluteTxt:nth-of-type(5) {
    top: 42%;
    left: 55.5%;
}

.gpu .box1__absoluteTxt:nth-of-type(6) {
    top: 77%;
    left: 55.5%;
}

@media (max-width: 960px) {
    .gpu .box1__absoluteTxt {
        font-size: 2.4vw;
    }
    .gpu .box1__absoluteTxt:nth-of-type(1) {
        top: 2.8%;
        left: 2%;
    }
    .gpu .box1__absoluteTxt:nth-of-type(2) {
        top: 16.7%;
        left: 2%;
    }
    .gpu .box1__absoluteTxt:nth-of-type(3) {
        top: 31%;
        left: 2%;
    }
    .gpu .box1__absoluteTxt:nth-of-type(4) {
        top: 65%;
        left: 2%;
    }
    .gpu .box1__absoluteTxt:nth-of-type(5) {
        top: 77.8%;
        left: 2%;
    }
    .gpu .box1__absoluteTxt:nth-of-type(6) {
        top: 92%;
        left: 2%;
    }
}

.gpu .box1Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 960px) {
    .gpu .box1Flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: block;
    }
}

.gpu__container {
    position: relative;
    z-index: 2;
    width: 85%;
    margin: 0 auto;
    max-width: 1400px;
}

.gpu__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gpu__feature h3 {
    font-size: 35px;
}

.gpu__feature img {
    width: 100%;
}

.gpu__feature figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0;
}

.gpu__feature figcaption {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
    padding: 15px 0;
}

.gpu__feature h3 {
    margin: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    line-height: 1.2;
}

.gpu__feature p {
    font-size: 16px;
    line-height: 1.4;
}

.gpu__feature .imgslider {
    -webkit-animation: 5s max-Q infinite ease;
    animation: 5s max-Q infinite ease;
    background-size: cover;
}

@media (max-width: 992px) {
    .gpu__container {
        width: 100%;
    }
    .gpu__feature {
        display: block;
        text-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .gpu__feature img {
        width: 100%;
    }
    .gpu__feature figure {
        flex: unset;
        margin: 35px auto;
        width: 80%;
    }
}

.hz {
    position: relative;
    padding-top: 60px;
}

.hz__pic {
    width: 100%;
}

.hz__title {
    position: absolute;
    top: 4%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
}

.hz__title .note {
    padding-top: 0;
    padding: 0 0;
}

@media (max-width: 1366px) {
    .hz__title {
        top: 0;
    }
}

@media (max-width: 960px) {
    .hz__title {
        width: 90%;
        position: relative;
        margin-bottom: 20px;
    }
}

.hz__performanceFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .hz__performanceFlex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.hz__performanceFlex li {
    text-align: center;
    margin: 0 20px;
}

@media (max-width: 768px) {
    .hz__performanceFlex li {
        width: 45%;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .hz__performanceFlex li {
        width: 90%;
        margin: 0 auto;
    }
}

.hz__title2 {
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
}

@media (max-width: 960px) {
    .hz__title2 {
        width: 90%;
        position: relative;
    }
}

.hz__title2-pic {
    margin-bottom: 20px;
    width: 15%;
}

@media (max-width: 960px) {
    .hz__title2-pic {
        width: 40%;
    }
}

.GP76-cooler {
    background: #000;
    position: relative;
    overflow: hidden;
}

.GP76-cooler-img {
    position: relative;
}

.GP76-cooler-img canvas {
    width: 70%
}

.GP76-cooler-content {
    position: absolute;
    z-index: 2;
    /* margin-top: 290px; */
    max-width: 700px;
    top: 50%;
    left: 60%;
    transform: translate(0, -50%);
}

.GP76-cooler-content .cooler-logo {
    width: 200px;
    margin: 0px auto
}

.cooler-data-small {
    display: none !important;
}

@media (max-width: 960px) {
    .GP76-cooler-content {
        text-align: center;
        position: relative;
        z-index: 2;
        max-width: 700px;
        top: 0%;
        left: 0%;
        transform: translate(0, 0%);
        margin: 0 auto;
    }
    .GP76-cooler-img canvas {
        width: 114%
    }
    .cooler-data-small {
        display: flex !important;
    }
    .cooler-data-big {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .GP76-cooler-content .cooler-logo {
        width: 150px;
    }
}


/* <!--cooler--> */

.highSpeed {
    position: relative;
    margin-bottom: 20px;
}

.highSpeed__pic {
    width: 100%;
}

.highSpeed__title {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 35%;
}

@media (max-width: 960px) {
    .highSpeed__title {
        width: 90%;
        margin: 0 auto;
        position: relative;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        top: 0;
        left: 0;
        text-align: center;
    }
}

.highSpeed__icon {
    width: 150px;
    margin-right: 20px;
}

@media (max-width: 960px) {
    .highSpeed__icon {
        width: 30%;
    }
}


/* <!--GP66-RGB--> */

.GP66-rgb {
    padding: 0px;
    background: #000;
}

.GP66-rgb-content {
    position: absolute;
    z-index: 4;
    top: 50px;
}

.GP66-rgb-menu {
    position: absolute;
    z-index: 4;
    top: -260px;
    left: 20%;
    right: 20%;
}

.GP66-rgb-menu .btu_icon {
    display: inline-block;
    color: #00ffff;
    font-family: 'DINCond-Bold';
    vertical-align: top;
    text-decoration: none;
    -webkit-transition: All 1s ease;
    transition: All 1s ease;
}

.GP66-rgb-menu .btu_icon:hover,
.GP66-rgb-menu .btu_icon:active {
    text-decoration: none;
}

.GP66-rgb-menu .btu_icon.active {
    color: #00cbff;
    text-decoration: none;
}

.GP66-rgb-menu .btu_icon.active .icon {
    background: url("images/rgb-icon-bg.png") left -25px top -25px no-repeat, url("images/rgb-icon-bg.png") right -25px top -25px no-repeat, url("images/rgb-icon-bg.png") left -25px bottom -25px no-repeat, url("images/rgb-icon-bg.png") right -25px bottom -25px no-repeat, url("images/GP76-btn-bg.png"), rgba(0, 24, 30, 0.15);
    display: block;
}

.GP66-rgb-menu .btu_icon .icon {
    width: 50px;
    height: 50px;
    background: url("images/rgb-icon-bg-nor.png") left -25px top -25px no-repeat, url("images/rgb-icon-bg-nor.png") right -25px top -25px no-repeat, url("images/rgb-icon-bg-nor.png") left -25px bottom -25px no-repeat, url("images/rgb-icon-bg-nor.png") right -25px bottom -25px no-repeat, url("images/GP76-btn-bg.png"), rgba(0, 24, 30, 0.15);
    display: block;
    margin: 5px 15px 10px;
    -webkit-transition: All .5s ease;
    transition: All .5s ease;
}

.GP66-rgb-menu .btu_icon .icon img {
    opacity: 0.3;
    width: 100%;
}

.GP66-rgb-menu .btu_icon.active .icon img {
    opacity: 1;
}

.GE_GoldSplash,
.GE_freeway,
.GE_Chakra,
.GE_DiscoMode,
.GE_FPS,
.GE_MMO,
.GE_MOBA,
.GE_Roulette {
    opacity: 0 !important;
}

.GE_GoldSplash.active,
.GE_freeway.active,
.GE_Chakra.active,
.GE_DiscoMode.active,
.GE_FPS.active,
.GE_MMO.active,
.GE_MOBA.active,
.GE_Roulette.active {
    opacity: 1 !important;
}

#GEKeyboard {
    width: 100%;
    /* max-width: 1920px; */
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

#GEKeyboard div {
    position: absolute;
    max-width: 100%;
}

#GEKeyboard .GP66-rgb-laptop {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

#GEKeyboard div img {
    max-width: 100%;
}


/*--GP66 icon light animate -- */

.GP66-rgb-menu .btu_icon.active .icon {
    -webkit-animation-name: GP66-icon-light;
    animation-name: GP66-icon-light;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

@-webkit-keyframes GP66-icon-light {
    from {
        bottom: 0;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 203, 255, 0.4), 0px 0px 20px rgba(0, 203, 255, 0.4) inset;
        box-shadow: 0px 0px 20px rgba(0, 203, 255, 0.4), 0px 0px 20px rgba(0, 203, 255, 0.4) inset;
    }
    to {
        bottom: 60px;
        -webkit-box-shadow: 0px 0px 30px rgba(0, 203, 255, 0.6), 0px 0px 30px rgba(0, 203, 255, 0.6) inset;
        box-shadow: 0px 0px 30px rgba(0, 203, 255, 0.6), 0px 0px 30px rgba(0, 203, 255, 0.6) inset;
    }
}

@keyframes GP66-icon-light {
    from {
        bottom: 0;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 203, 255, 0.4), 0px 0px 20px rgba(0, 203, 255, 0.4) inset;
        box-shadow: 0px 0px 20px rgba(0, 203, 255, 0.4), 0px 0px 20px rgba(0, 203, 255, 0.4) inset;
    }
    to {
        bottom: 60px;
        -webkit-box-shadow: 0px 0px 30px rgba(0, 203, 255, 0.6), 0px 0px 30px rgba(0, 203, 255, 0.6) inset;
        box-shadow: 0px 0px 30px rgba(0, 203, 255, 0.6), 0px 0px 30px rgba(0, 203, 255, 0.6) inset;
    }
}

@media (max-width: 1699px) {
    .GP66-rgb-content {
        top: 50px;
    }
    .GP66-rgb-menu {
        top: -200px;
        left: 20%;
        right: 20%;
    }
}

@media (max-width: 1399px) {
    .GP66-rgb-content {
        top: -20px;
    }
    .GP66-rgb-menu {
        top: -150px;
        left: 10%;
        right: 10%;
    }
}

@media (max-width: 991px) {
    .GP66-rgb-content {
        top: 0px;
    }
    .GP66-rgb-menu {
        position: relative;
        top: -100px;
        left: 0%;
        right: 0%;
    }
}

@media (max-width: 768px) {
    .GP66-rgb {
        padding: 0px;
        background: url("images/rgb-bg-x.jpg") repeat-x;
        background-size: contain;
    }
    #GEKeyboard {
        width: 100%;
        position: relative;
        /* margin-left: -20%; */
    }
    #GEKeyboard div {
        bottom: 0;
    }
    .GP66-rgb-content {
        position: relative;
        margin-bottom: -100px;
    }
    .GP66-rgb-content h3 {
        font-size: 18px;
    }
    .GP66-rgb-menu {
        position: relative;
        top: -50px;
        left: 0%;
        right: 0%;
    }
    .GP66-rgb-menu .btu_icon {
        font-size: 15px;
        width: 20%;
        text-align: center;
        margin-bottom: 15px;
    }
    .GP66-rgb-menu .btu_icon .icon {
        width: 46px;
        height: 46px;
        margin: 5px auto;
    }
}


/*# sourceMappingURL=rgb-66.css.map */


/* <!-- feature ajax --> */

.audio {
    position: relative;
}

.audio__pic {
    width: 100%;
}

.audio__title {
    position: absolute;
    top: 50%;
    left: 8%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 40%;
}

@media (max-width: 960px) {
    .audio__title {
        width: 90%;
        margin: 0 auto;
        position: relative;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        top: 0;
        left: 0;
        text-align: center;
    }
}

.audio__icon {
    width: 150px;
    margin-top: 20px;
    margin-right: 20px;
}

.audio__icon-small {
    display: none;
}

@media (max-width: 960px) {
    .audio__icon {
        display: none;
    }
    .audio__icon-small {
        display: inline-block;
        width: 25%;
        margin-bottom: 20px;
    }
}

.other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

.other__box {
    text-align: center;
    width: 18%;
    margin: 0 30px 10%;
}

@media (max-width: 960px) {
    .other__box {
        width: 40%;
        margin: 30px;
    }
}

@media (max-width: 480px) {
    .other__box {
        width: 90%;
        margin: 30px auto;
    }
}

.other__box-pic {
    margin: 0 auto 30px;
    width: 200px;
}

@media (max-width: 960px) {
    .other__box-pic {
        width: 40%;
    }
}

.GP76-IO {
    overflow: hidden;
}

.GP76-IO-content {
    position: relative;
    z-index: 2
}

.GP76-IO-laptops {
    margin: 0% -40% -10px -40%;
    /* -15%,,, */
    background: url('images/OI-BG.jpg') #000;
    background-size: contain;
    background-position: center;
    height: 1150px;
    position: relative;
}

.GP76-IO-laptops img {
    width: 100%;
}

.GP76-IO-laptops-top {
    width: 33%;
    /*40%*/
    position: absolute;
    top: 0%;
    /*12%*/
    left: 50%;
    transform: translate(-50%);
}

.GP76-IO-laptops-left {
    width: 33%;
    position: absolute;
    top: 25%;
    left: 15%
}

.GP76-IO-laptops-right {
    width: 33%;
    position: absolute;
    top: 25%;
    right: 15%
}

.GP76-IO-laptops ul {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.GP76-IO-laptops ul li {
    z-index: 33
}

.GP76-IO-laptops ul img {
    width: 120px;
}

.GP76-IO-laptops-top ul li {
    position: absolute;
    max-width: 120px;
    font-size: 12px;
}

.GP76-IO-laptops-top ul li:nth-child(1) {
    top: 50%;
    left: 0%
}

.GP76-IO-laptops-top ul li:nth-child(2) {
    top: 55%;
    left: 10%
}

.GP76-IO-laptops-top ul li:nth-child(3) {
    top: 60%;
    left: 20%
}

.GP76-IO-laptops-top ul li:nth-child(4) {
    top: 65%;
    left: 30%
}

.GP76-IO-laptops-right ul li {
    position: absolute;
    max-width: 118px;
    font-size: 12px;
}

.GP76-IO-laptops-right ul li:nth-child(1) {
    /* top: 70%; */
    /* left: 16%; */
    top: 63%;
    left: 12%
}

.GP76-IO-laptops-right ul li:nth-child(2) {
    top: 75%;
    left: 15%
}

.GP76-IO-laptops-right ul li:nth-child(3) {
    top: 76%;
    left: 26%
}

.GP76-IO-laptops-left ul li {
    position: absolute;
    max-width: 118px;
    font-size: 12px;
}

.GP76-IO-laptops-left ul li:nth-child(1) {
    /* top: 68%; */
    /* right: 0%; */
    top: 64%;
    right: -3%
}

.GP76-IO-laptops-left ul li:nth-child(2) {
    /* top: 73%; */
    /* right: 10%; */
    top: 76%;
    right: 5%;
}

@media (min-width: 3000px) {
    .GP76-IO-laptops-top {
        width: 33%;
        /*40%*/
        position: absolute;
        top: -9%;
        /*12%*/
        left: 50%;
        transform: translate(-50%);
    }
}

@media (max-width: 1599px) {
    .GP76-IO-laptops {
        /* margin: -20% -45% -10px -45%; */
        height: 900px;
    }
}

@media (max-width: 1399px) {
    .GP76-IO-laptops {
        /* margin: -24% -50% -10px -50%; */
        height: 768px;
    }
}

@media (max-width: 991px) {
    .GP76-IO-laptops-top {
        /*left: 33%*/
        width: 30%;
    }
}

@media (max-width: 900px) {
    .GP76-IO-laptops {
        /* margin: -18% -100% -20px -100%; */
        height: 680px;
    }
    .GP76-IO-laptops-top {
        width: 30%;
        top: 5%;
        /*left: 33%*/
    }
    .GP76-IO-laptops-left {
        width: 32%;
        top: 28%;
        left: 15%;
    }
    .GP76-IO-laptops-right {
        width: 30%;
        top: 25%;
        right: 20%;
    }
}

@media (max-width: 768px) {
    .GP76-IO-laptops {
        margin: -22% -100% -20px -100%;
        height: 640px;
    }
    .GP76-IO-laptops-top {
        width: 32%;
        /*top: 3%;
          left: 33%*/
    }
    .GP76-IO-laptops-left {
        width: 33%;
        top: 30%;
    }
    .GP76-IO-laptops-right {
        width: 33%;
        /*top: 28%;*/
        right: 18%
    }
}

@media (max-width: 620px) {
    .GP76-IO-laptops {
        /* margin: -24% -100% -20px -100%; */
        height: 1000px;
    }
    .GP76-IO-laptops ul img {
        width: 100px;
    }
    .GP76-IO-laptops-top ul li {
        max-width: 100px;
        font-size: 10px;
    }
    .GP76-IO-laptops-top {
        width: 50%;
        top: 0%;
        left: 60%;
    }
    .GP76-IO-laptops-left {
        width: 50%;
        top: 20%;
        left: 4%;
    }
    .GP76-IO-laptops-right {
        width: 50%;
        top: 45%;
        right: 10%;
    }
}

@media (max-width: 530px) {
    .GP76-IO-laptops {
        height: 960px;
    }
    .GP76-IO-laptops ul img {
        width: 80px;
    }
    .GP76-IO-laptops-top ul li {
        max-width: 80px;
        font-size: 10px;
    }
    .GP76-IO-laptops-top {
        width: 70%;
        top: -10%;
        left: 70%
    }
    .GP76-IO-laptops-left {
        width: 70%;
        top: 10%;
        left: -15%
    }
    .GP76-IO-laptops-right {
        width: 70%;
        top: 40%;
        right: -5%
    }
    .GP76-IO-laptops-left ul li:nth-child(1) {
        top: 68%;
        right: -4%
    }
    .GP76-IO-laptops-left ul li:nth-child(2) {
        top: 75%;
        right: 10%
    }
    .GP76-IO-laptops-right ul li:nth-child(1) {
        top: 66%;
        left: 10%
    }
    .GP76-IO-laptops-right ul li:nth-child(2) {
        top: 77%;
        left: 14%
    }
    .GP76-IO-laptops-right ul li:nth-child(3) {
        top: 76%;
        left: 30%
    }
}