.bttomImg {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 3%;
    right: 4%;
    display: none;
}
.vido_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    background-color: #000000;
    z-index: 1;
    /*display: none;*/
}
.bttomImg >img {
    width: 100%;
    height: 100%;

}

@media screen and (max-width: 1024px) {
    .ifXdIz {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .ifXdIz {
        left: 1%;
    }
}
@media screen and (max-width: 1600px) {
    .ifXdIz {
        left: 2%;
    }
}

@media screen and (max-width: 800px) {
    .headerPC {
        display: none;
    }
    .bttomImg {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .headerPC {
        width: 90%;
    }
}
.menuButton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 12px;
    display: none;
}
.menuButton > div {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2%;
    top: 8%;
}
.menuButton .callMenu {
    top: 24%;
}
.delMenu {
    display: none;
}
.menuButton[data-active="true"] >.delMenu {
    display: block;
}
.callMenu {
    display: block;
}
.menuButton[data-active="true"] > .callMenu {
    display: none;
}

.page1_txt_img2 {
    display: none;
}

.page1bg1YD {
    display: none;
}
#modal_root {
    display: none;
}
.footerDownLoad_top {
    display: none;
}
@media screen and (max-width: 800px) {
    .bttomImg {
        position: fixed;
        width: 56px;
        height: 56px;
        bottom: 1%;
        right: 1%;
        display: none;
    }
    .video-area {
        display: flex;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        top: 30%;
        z-index: 20;
    }
    .video-area .video {
        width: 320px;
        height: 320px;
    }
     .video-area .video {
         border-radius: 50%;
         position: relative;
         z-index: 2;
         /*width: 526px;*/
         /*height: 526px;*/
     }
    .video-area .video::before, .video-area .video::after {
        background-size: 200%;
        filter: blur(10px);
    }
    .video-area .video::before, .video-area .video::after {
         content: "";
         position: absolute;
         z-index: 1;
         animation-timeline: auto;
         animation-range-start: normal;
         animation-range-end: normal;
         opacity: 0.7;
         filter: blur(20px);
         transform: translateZ(0px);
         inset: 0px;
        background: linear-gradient(45deg, rgb(73, 67, 78), rgb(175 173 174), rgb(246, 246, 250), rgb(73, 71, 85), rgb(246, 246, 250), rgb(175 173 174)) 0% 0% / 400%;
         border-radius: 50%;
         animation: 20s linear 0s infinite normal none running videoShadow;
     }
    .video-area .video .mask {
        position: absolute;
        inset: 0px;
        z-index: 2;
        border-radius: 50%;
        overflow: hidden;
        transform: translateZ(0px);
    }
    .video-area .video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .video-area .video .btn-play {
        width: 118px;
        height: 147px;
        background-size: 100%;
        top: calc(50% - 73px);
        left: calc(50% - 59px);
    }

     .video-area .video .btn-play {
         width: 143px;
         height: 143px;
         font-size: 0px;
         background-image: url("../image/indexImg/page1btn1.png");
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%) scale(0.8);
         transition: transform 300ms;
         z-index: 3;
     }


     #modal_root {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: 1000;
         display: none;
     }
    .almrf {
        position: relative;
        min-width: 336px;
        width: 90vw;
        height: auto;
        border: 2px solid rgb(245, 216, 157);
        background-color: rgb(0, 0, 0);
    }
    .almrf .btn-close {
        position: absolute;
        top: -42px;
        right: 0px;
        width: 32px;
        height: 32px;
        font-size: 0px;
        background-image: url("../image/indexImg/videoGB.svg");
    }
   .almrf .up-layer .btn-play2 {
        transition: none;
    }

 .almrf .up-layer .btn-play2 {
     width: 62px;
     height: 62px;
 }
 .almrf .up-layer .btn-play2 {
     width: 50px;
     height: 50px;
     background-image: url("../image/indexImg/palyVideo.svg");
     background-size: 100%;
     font-size: 0px;
     transition: translate 200ms;
 }

    .almrf .iframe-area {
        position: relative;
        width: 100%;
        height: 0px;
        padding-top: 56.25%;
    }
    .almrf .iframe-area >video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .almrf .thumbnail-area .thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .react-modal__container.center-mode {
        display: flex
    ;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .almrf .thumbnail-area {
        position: absolute;
        inset: 0px;
    }

 .react-modal__container__enter {
     opacity: 1;
     filter: blur(0px);
     transition-property: all;
     transition-duration: 0.3s;
 }
 .react-modal__container {
     background-color: rgba(0, 0, 0, 0.7);
     backdrop-filter: none;
 }
    .react-modal__container {
        overflow-x: auto;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
    }



 /*.almrf {*/
 /*   */
 /*    width: 922px;*/
 /*    height: 521px;*/
 /*    */
 /*}*/
    .almrf .up-layer {
        position: absolute;
        inset: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /*.video-area .video::before, .video-area .video::after {*/
    /*    background-size: 200%;*/
    /*    filter: blur(10px);*/
    /*}*/

    /* .video-area .video::before, .video-area .video::after {*/
    /*     content: "";*/
    /*     position: absolute;*/
    /*     z-index: 1;*/
    /*     animation-timeline: auto;*/
    /*     animation-range-start: normal;*/
    /*     animation-range-end: normal;*/
    /*     opacity: 0.7;*/
    /*     filter: blur(20px);*/
    /*     transform: translateZ(0px);*/
    /*     inset: 0px;*/
    /*     background: linear-gradient(45deg, rgb(73, 67, 78), rgb(215, 189, 240), rgb(246, 246, 250), rgb(73, 71, 85), rgb(156, 116, 177), rgb(229, 214, 240)) 0% 0% / 400%;*/
    /*     border-radius: 50%;*/
    /*     animation: 20s linear 0s infinite normal none running videoShadow;*/
    /* }*/
    .video-area .light {
        position: absolute;
        inset: -500px;
        z-index: 3;
        background-image: url("../image/indexImg/gameworld-video-light.webp");
        background-size: cover;
        background-position: center center;
        pointer-events: none;
        opacity: .4;
    }

    @keyframes videoShadow {
        0% {
            background-position: 0px 0px;
        }
        50% {
            background-position: 300% 0px;
        }
        100% {
            background-position: 0px 0px;
        }
    }

    .footerDownLoad_top {
        display: flex;
        position: absolute;
        z-index: 15;
        bottom: 10%;
    }
    .page1bg1YD {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
    }
    .page1_txt {
        top: 14%;
    }
    .menuButton {
        display: block;
    }
    .page1_img1 {
        display: none;
    }
    .page1_img2 {
        display: none;
    }

    .lhqVeU {
        min-width: 100%;
    }
    .page1_txt_img {
        display: none;
    }
    .page1_txt_c  {
        font-size: 13px;
    }
    .page1_txt_img2 {
        display: block;
        width: 60%;
        margin-bottom: 10px;
        display: block;
        margin: 0 auto;
    }
    .nyQya>a>img {
        height: 40px;
    }

}


@media screen and (max-width: 400px) {
    .page2 {
        min-width: 1000px;
        height: 100%;
        left: -20%;
    }
}

@media screen and (max-height: 640px) {

}


@media screen and (max-width: 800px) {
    .page2 {
        width: 1000px;
        /*width: 100%;*/
        height: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
        overflow-x: scroll;
    }
}


.testce {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page1_vidoYD {
    display: none;
}

@media screen and (max-width: 800px) {

    .page1_vidoYD {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .cZgsox {
        height: 56px;
    }
    .react-fullpage__wrapper {
        margin-top: 56px;
    }
    .page1_vido {
        width: auto;
        height: 94%;
        left: -146%;
        display: none;
    }
    /*.page2_dao1 {*/
    /*    top: 36%;*/
    /*    width: %;*/
    /*    height: auto;*/
    /*    position: absolute;*/
    /*    top: 20%;*/
    /*    left: 7%;*/
    /*    cursor: pointer;*/
    /*    border-radius: 100%;*/
    /*}*/
    /*.page2_dao2 {*/
    /*    width: 46%;*/
    /*    height: auto;*/
    /*    position: absolute;*/
    /*    top: 40%;*/
    /*    left: 12%;*/
    /*    cursor: pointer;*/
    /*    border-radius: 100%;*/
    /*}*/
    /*.page2_dao3 {*/
    /*    width: 48%;*/
    /*    height: auto;*/
    /*    position: absolute;*/
    /*    top: 5%;*/
    /*    left: 20%;*/
    /*    cursor: pointer;*/
    /*}*/
    /*.page2_dao4 {*/
    /*    width: 40%;*/
    /*    height: auto;*/
    /*    position: absolute;*/
    /*    top: 20%;*/
    /*    left: 31%;*/
    /*    cursor: pointer;*/
    /*    border-radius: 100%;*/
    /*}*/
    /*.page2_dao5 {*/
    /*    width: 42%;*/
    /*    height: auto;*/
    /*    position: absolute;*/
    /*    right: 6%;*/
    /*    top: 48%;*/
    /*    cursor: pointer;*/
    /*    border-radius: 100%;*/
    /*}*/
    /*.page2_dao6 {*/
    /*    width: 44%;*/
    /*    height: auto;*/
    /*    position: absolute;*/
    /*    top: 0%;*/
    /*    right: 3%;*/
    /*    cursor: pointer;*/
    /*    border-radius: 100%;*/
    /*}*/
    .page2_dao1 {
       width: 45%;
       top: 19%;
    }
    .page2_dao2 {
        width: 53%;
        top: 43%;

    }
    .page2_dao3 {
        width: 45%;
        left: 26%;
        top: 7%;

    }
    .page2_dao4 {
        width: 56%;
        left: 42%;
        top: 17%;
        z-index: 5;

    }
    .page2_dao5 {
        width: 50%;
        left: 76%;
        top: 41%;
        z-index: 6;

    }
    .page2_dao6 {
        width: 61%;
        left: 73%;
        top: 3%;
        z-index: 1;

    }
    .page3_b_imgs {
        left: 50%;
        bottom:12%
    }
    .page3_b_imgs_li > img {
        width: 70px;
        height: 70px;
    }
    .page3_b_imgs_li>p {
        font-size: 19px;
    }

    .page3_b_imgs_li:nth-child(2) {
        margin: 0 42px;
    }
    .page3_li_b1 .page3_li_t {
        width: 55%;
        left: 23%;
        bottom: 35%;
    }
    .page3_li_b2 .page3_li_t {
        width: 35%;
        left: 30%;
        bottom: 34%;
    }
    .page3_li_b3 .page3_li_t {
        width: 45%;
        left: 32%;
        bottom: 35%;
    }
    .page3_li{
        overflow: hidden;
        background-position: 29% 50%;
    }
    .page3_li_b1 .page3_li_r  {
        width: auto;
        right: -81%;
        height: 92%;
        top: 2%;
    }
    .page3_li_b2 .page3_li_r  {
        width: auto;
        height: 84%;
        right: -43%;
        bottom: 7%;
    }
    .page3_li_b3 .page3_li_r  {
        width: auto;
        height: 83%;
        right: -61%;
        bottom: 7%;
    }
     .page3_li_b2 .page3_li_t {
        left: 34%;
        bottom: 33%;
    }
    .page4_t_harder> p {
        font-size: 16px;
    }
    .page4_t_harder>p:first-child {
        font-size: 32px;
    }
    .page4_img6  {
        width: 55%;
        top: 32%;
    }
    footer {
        height: 40%;
    }
    .footerInner {
        width: 100%;
        text-align: center;
    }
    .footerTxt > p:first-child {
        font-size: 10px;
    }
    .footerTxt > p:nth-child(2) {
        font-size: 10px;
    }
    .footerDownLoad {
        width: 100%;
        justify-content: center;
    }
    .footerDownLoad >div>a>img {
        width: 134px;
        height: 54px;
    }
    .footerLogo {
        width: 100px;
        height: 100px;
    }
    .page4_img4 {
        width: 30%;
        position: absolute;
        left: 65%;
        top: 38%;
        z-index: 2;
    }
    .page4_img2 {
        width: 30%;
        position: absolute;
        left: 5%;
        top: 38%;
        z-index: 2;
    }
    .page4_img5 {
        width: 25%;
        position: absolute;
        left: 38%;
        top: 21%;
        z-index: 2;
    }
    .page4_img1 {
        width: 20%;
        position: absolute;
        left: 14%;
        top: 17%;
        z-index: 2;
    }
    .page4_img3 {
        width: 20%;
        position: absolute;
        left: 68%;
        top: 17%;
        z-index: 2;
    }
    .page2_dao_box .page2_dao_box_qi {
        opacity: 1;
    }
    .page2_dao1 .page2_dao_box_qi {
        width: 32%;
    }
    .page2_dao2 .page2_dao_box_qi {
        width: 26%;
    }
    .page2_dao3 .page2_dao_box_qi {
        width: 32%;
        top: -4%;
        left: 68%;
    }
    .page2_dao4 .page2_dao_box_qi {
        width: 16%;
        left: 29%;
    }
    .page2_dao5 .page2_dao_box_qi {
        width: 20%;
    }
    .page2_dao6 .page2_dao_box_qi {
        width: 27%;
        top: 10%;
    }





    .gFllTR {
        /* width: 1300px; */
    }
    .cloud-list {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 2000px;
        height: 100%;
        overflow: hidden;
    }
    .page2_map {
        display: block;
        width: 3000px;
        height: 100%;
    }
    .ibnSnV .opening-cloud {
       width: 2000px;
    }

}

@media screen and (max-width: 360px) {

    .page3_li_b1 .page3_li_t {
        width: 55%;
        left: 23%;
        bottom: 35%;
    }
}





.edocia .drawer-wrapper {
    position: fixed;
    overflow-y: auto;
    top: 56px;
    right: 0px;
    z-index: 102;
    width: 360px;
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-flow: column;
}
.edocia_mb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 10;
    display: none;
}


button, input[type="file"], input[type="image"], input[type="reset"], input[type="button"], input[type="submit"] {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
}
.lorMKJ {
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 24px 30px;
    background-color: rgb(240, 238, 235);
    flex-shrink: 0;
}
.lorMKJ .icon {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgb(171, 170, 169);
    border-radius: 50%;
}

button, input[type="file"], input[type="image"], input[type="reset"], input[type="button"], input[type="submit"] {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
}
.lorMKJ .icon img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.lorMKJ .desc .before-signin {
    font-weight: 500;
    font-size: 18px;
    color: rgb(34, 34, 34);
}
.MUEiF[data-depth="1"] > .item-area {
    border-bottom: 1px solid rgb(51, 51, 51);
}

.MUEiF .item-area {
    overflow: hidden;
    position: relative;
}
.MUEiF[data-depth="1"][data-active="true"] > .item-area > .anchor {
    background-image: url(https://gcdn.wemade.games/prod/ncgl/official/2.7.4/_next/static/images/base/mobile/drawer-gnb-active.webp);
    background-size: cover;
}

.MUEiF[data-depth="1"] > .item-area > .anchor {
    display: block;
    position: relative;
    padding: 12px 50px 12px 30px;
    font-size: 18px;
    line-height: 150%;
    color: rgb(255, 255, 255);
    background-color: rgb(31, 28, 28);
}
.MUEiF .item-area > .anchor {
    position: relative;
    word-break: break-word;
}
.MUEiF[data-depth="1"][data-active="true"] > .item-area > .toggler, .MUEiF[data-depth="1"][data-open="true"] > .item-area > .toggler {
    background-color: rgb(255, 255, 255);
}

.MUEiF[data-depth="1"] > .item-area > .toggler {
    background-color: rgb(102, 102, 102);
}
.MUEiF[data-open="true"] > .item-area > .toggler {
    transform: rotate(180deg);
}
.is-mobile .MUEiF .item-area > .toggler {
    transition: none;
}
.MUEiF .item-area > .toggler {
    position: absolute;
    top: calc(50% - 18px);
    right: 16px;
    width: 37px;
    height: 37px;
    font-size: 0px;
    mask-image: url(https://gcdn.wemade.games/prod/ncgl/official/2.7.4/_next/static/images/icons/lnb-arrow.svg);
    mask-position: center center;
    background-color: rgb(34, 34, 34);
    transition: translate 200ms;
}
button, input[type="file"], input[type="image"], input[type="reset"], input[type="button"], input[type="submit"] {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
}
.MUEiF[data-depth="2"] > .item-area {
    border-bottom: 1px solid rgb(68, 68, 68);
}

.MUEiF .item-area {
    overflow: hidden;
    position: relative;
}
.MUEiF[data-depth="2"] > .item-area > .anchor {
    position: relative;
    display: flex
;
    padding: 12px 50px 12px 56px;
    width: 100%;
    min-height: 47px;
    background-color: rgb(50, 50, 50);
    font-size: 17px;
    color: rgb(255, 255, 255);
}

.MUEiF .item-area > .anchor {
    position: relative;
    word-break: break-word;
}
.edocia .drawer-background {
    position: fixed;
    inset: 0px;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}
.edocia .drawer-background button {
    width: 100%;
    height: 100%;
}
.edocia {
    color: #fff;
}
.MUEiF[data-depth="2"][data-active="true"] > .item-area > .anchor {
    font-weight: 700;
    color: rgb(219, 203, 179);
}
.MUEiF[data-depth="2"][data-active="true"] > .item-area > .anchor::before {
    display: block;
    content: "";
    mask-image: url(https://gcdn.wemade.games/prod/ncgl/official/2.7.4/_next/static/images/icons/deco.svg);
    mask-size: 100% 100%;
    width: 16px;
    height: 8px;
    position: absolute;
    top: 21px;
    left: 30px;
    background-color: rgb(219, 203, 179);
}
.CBLS1[data-open="true"] > .CBLS1-li1 {
    display: block;
}
.CBLS1-li1 {
     display: none;
}
.CBLS5-li1 .item-area > a  {
    position: relative;
}
.CBLS5-li1 .item-area > a >img {
    position: absolute;
    left: 20px;

}

.CBLS5[data-open="true"] > .CBLS5-li1 {
    display: block;
}
.CBLS5-li1 {
     display: none;
}
