.AppBanner {
    display: none;
}

.AppBanner img {
    width: 100%;
}

.scene.screen01 {
    width: 100%;
    height: calc(100vh - 320px);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.scene.screen01 ul {
    width: 100%;
    height: calc(100% + 40px);
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.scene.screen01 .layer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
}

.scene.screen01 ul>li>img {
    width: 100%;
}

.scene.screen01 ul>li>div {
    width: 100%;
    height: 100%;
    max-width: 1900px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: 80% auto;
    position: absolute;
}

.scene.screen01 .backdrop {
    height: 100%;
}

.scene.screen01 .layer.s01_0 {
    z-index: 9;
}

.scene.screen01 .layer.s01_1 {
    z-index: 8;
}

.scene.screen01 .layer.s01_2 {
    z-index: 7;
}

.scene.screen01 .layer.s01_3 {
    z-index: 6;
}

.scene.screen01 .layer.s01_4 {
    z-index: 4;
}

.scene.screen01 .layer.s01_shadow {
    z-index: 0;
}

.scene.screen01 .layer.s01_5,
.scene.screen01 .layer.s01_6 {
    bottom: 0;
    z-index: 99;
}

.scene.screen01 .layer.s01_5>div {
    right: initial;
    margin: 0;
    background-position: 0 100%;
}

.scene.screen01 .layer.s01_shadow0>div,
.scene.screen01 .layer.s01_6>div {
    margin: 0;
    left: initial;
    background-position: 100% 100%;
}

.scene.screen01 .layer.s01_shadow0>div {
    background-size: 100% auto;
}

.scene.screen01 .layer.s01_shadow1>div {
    background-position: 100% 0;
}


/* 主题-联盟 */
.Team_1 {
    background: var(--a_1);
}

/* 主题-遗忘者 */
.Team_2 {
    background: var(--b_1);
}

.Team_2.scene.screen01 .layer.s01_5,
.Team_2.scene.screen01 .layer.s01_6 {
    z-index: 0;
}


.menuCard {
    width: 100%;
    height: 260px;
    background-color: var(--bw1);
    position: relative;
    z-index: 9;
}

.menuCard .topside {
    top: -25px;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    position: absolute;
}

.menuCard .topside img {
    width: 100%;
    height: 100%;
}

.menuCard .cardSlot {
    min-height: 65%;
    padding: 10px 0 0;
    background-color: var(--bw1);
    /* clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%); */
}

.menuCard .card {
    min-height: 100px;
    margin: 0 10px;
    background-image: url('./../img/menu/menu_GB0.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: var(--a_1);
    border-width: 0;
    border-style: solid;
    position: relative;
}

.menuCard .card .theme img {
    width: 100px;
}

.menuCard .card.c1 .theme {
    width: 150px;
}

.menuCard .card.c1 .theme img {
    width: 150px;
    top: 0;
    left: 0;
    position: absolute;
}

.menuCard .card.c2 .theme img {
    width: initial;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.menuCard .card.c2 {
    background-image: url('./../img/menu/menu_GB1.png');
}

.menuCard .card.c3 {
    background-image: url('./../img/menu/menu_GB1.png');
}

.menuCard .owl-carousel .card.c1 {
    min-width: 300px;
}

.menuCard .owl-carousel .card.c2 {
    min-width: 380px;
}

.menuCard .owl-carousel .card.c3 {
    min-width: 450px;
}

.menuCard .owl-carousel .card.c4 {
    min-width: 320px;
}

.menuCard .owl-carousel .card.c5 {
    min-width: 360px;
}

.menuCard .title h4 {
    line-height: 1.0;
    text-align: right;
    font-size: 42px;
    color: var(--bw1);
}

.menuCard .frame>div {
    position: absolute;
}

.menuCard .frame .f_h img {
    height: 100%;
}

.menuCard .frame .f_w {
    width: 80%;
}

.menuCard .frame .f_w img {
    width: 100%;
}

.menuCard .f_TL {
    top: 5px;
    left: 5px;
    bottom: 5px;
}

.menuCard .f_BR {
    right: 5px;
    bottom: 5px;
}

.menuCard .f_TL img {
    border-radius: 15px 0 0 0;
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
}

.menuCard .f_BR img {
    border-radius: 0 0 15px 0;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
}



@media (max-width: 950px) {

    .AppBanner {
        display: block;
    }

    .scene {
        display: none;
    }

    .scene.screen01 {
        height: initial;
        min-height: 450px;
    }

    .scene.screen01 .layer.covering {
        position: relative;
    }

    .scene.screen01 .layer.covering img {
        width: 100%;
    }

    .menuCard {
        position: relative;
    }

    .menuCard .cardSlot {
        display: block;
        overflow: hidden;
    }

    .menuCard .card {
        margin: 20px;
    }
}