@charset "utf-8";

:root {
    --base-font-size: 14px;
    --base-font-color: #fffaee;
    --base-max-width: 750px;
    --base-min-width: 320px;
    --base-bgcolor: #000;
    --topbar-height: 1.1rem;
}

body,
html {
    height: 100%;
}

body {
    min-width: var(--base-min-width);
    font-family: Arial, Helvetica, sans-serif, system-ui, -apple-system;
    font-size: var(--base-font-size);
    line-height: 1.6;
    color: var(--base-font-color);
    background-color: var(--base-bgcolor);
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: var(--base-font-color);
}

p {
    margin: 1em 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    height: var(--topbar-height);
    padding: 0 0.3rem;
    border-bottom: 1px solid #50493a;
    background-color: rgba(0, 0, 0, 0.6);
}

.topbar-menu {
    flex: auto;
}

.topbar-links,
.topbar-language {
    flex: none;
}

.topbar-links {
    display: flex;
    justify-content: flex-end;
    margin: 0 0.2rem;
}

.topbar-links li {
    flex: none;
    margin: 0 0.15rem;
}

.topbar-links li a {
    display: block;
    height: 0.7rem;
    width: auto;
}

.topbar-links li img {
    display: block;
    height: 100%;
    width: auto;
}

.topbar-language {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: flex-start;
    margin-top: 2.2%;
}

.topbar-language i {
    margin-top: 0.14rem;
}

.topbar-language i:last-child {
    margin-top: 0.2rem;
}

.language-box {
    width: 1rem;
    margin: 0 0.1rem;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    background-color: #282828;
}

.language-box a {
    display: block;
    padding: 0.5em 0;
}

.languages {
    display: none;
}

.page1 {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    background: url("//content-us.game-bean.com/image/dne/website2501/page1-bg-mobile.jpg") no-repeat center top;
    background-size: cover;
}

.page1 article {
    position: absolute;
    top: 1.1rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.page1 h1 {
    width: 3.2rem;
    margin: 0.3rem auto;
}

.page1 h1 img,
.page1 h2 img,
.page1 h3 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.page1 h2,
.page1 h3 {
    width: 6.9rem;
    margin: 0.3rem auto;
}

.page2 {
    position: relative;
    height: 100%;
    padding-top: var(--topbar-height);
    box-sizing: border-box;
    background: url("//content-us.game-bean.com/image/dne/website2501/page2-bg-mobile.jpg") no-repeat center top;
    background-size: cover;
}

.page2 h3 {
    width: 2.3rem;
    margin: 0.4rem auto 0.3rem 0.3rem;
}

.page2 h3 img,
.page3 h3 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.page2 section {
    width: 3.4rem;
    margin-left: 0.5rem;
}

.page3 {
    position: relative;
    height: 100%;
    padding-top: var(--topbar-height);
    box-sizing: border-box;
    background: url("//content-us.game-bean.com/image/dne/website2501/page3-bg-mobile.jpg") no-repeat center top;
    background-size: cover;
}

.page3 h3 {
    width: 2.86rem;
    margin: 0.4rem auto 0.4rem 0.3rem;
}

.page3 .swiper2 {
    width: 90vw;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.3rem;
    overflow: hidden;
}

.page3 .swiper-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.page3 .swiper-pagination {
    bottom: 0;
}

.page3 .swiper-pagination-bullet {
    width: 24px;
    height: 23px;
    background: url("//content-us.game-bean.com/image/dne/website2501/swiper-page-normal.png") no-repeat;
    background-size: 100%;
}

.page3 .swiper-pagination-bullet-active {
    background: url("//content-us.game-bean.com/image/dne/website2501/swiper-page-active.png") no-repeat;
    background-size: 100%;
}

.page3 footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.3rem 0.3rem;
    background: url("//content-us.game-bean.com/image/dne/website2501/page3-footer-bg-mobile.jpg") no-repeat;
    background-size: 100% 100%;
}

.page3 footer h4 {
    flex: none;
    width: 2rem;
    margin: 0 0.3rem;
}

.page3 footer h4 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer-links {
    flex: none;
}

.footer-links li {
    margin: 0;
    color: #8d7264;
}

.footer-links li a {
    display: block;
    padding: 0.3em 2em;
    color: #8d7264;
}

.menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    padding-top: 10vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.menu .btn-close {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
}

.menu-list li {
    border-bottom: 1px solid #50493a;
    font-size: 16px;
    text-align: center;
}

.menu-list li a {
    display: block;
    padding: 1em 0;
}

.menu-buttons {
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
}

.menu-buttons li {
    flex: none;
    margin: 0 0.2rem;
    text-align: center;
}

.menu-buttons li a {
    display: block;
}

.menu-buttons li a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.swiper {
    height: 100%;
}

.video-player {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.7);
}

.video-box .btn-close {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
}

.btn-menu {
    display: block;
    width: 0.54rem;
    height: 0.41rem;
    background: url("//content-us.game-bean.com/image/dne/website2501/btn-menu-mobile.png") no-repeat;
    background-size: 100% 100%;
}

.btn-play {
    display: block;
    width: 4.45rem;
    height: 1.52rem;
    margin: 20% auto 28%;
    font-size: 0;
    line-height: 0;
    background: url("//content-us.game-bean.com/image/dne/website2501/btn-play.png") no-repeat;
    background-size: 100%;
}

.btn-close {
    display: block;
    width: 38px;
    height: 37px;
    font-size: 0;
    line-height: 0;
    background: url("//content-us.game-bean.com/image/dne/website2501/sidebar-icon-close.png") no-repeat;
    background-size: 100%;
}

.buttons {
    display: flex;
    justify-content: center;
    margin-top: 0.6rem;
}

.buttons li {
    flex: none;
    margin: 0 0.3rem;
}

.buttons li a {
    display: block;
    width: 2.94rem;
}

.buttons li a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.icon-language {
    display: block;
    flex: none;
    width: 24px;
    height: 24px;
    background: url("//content-us.game-bean.com/image/dne/website2501/icon-language.png") no-repeat;
    background-size: 100% 100%;
}

.icon-language-down {
    display: block;
    flex: none;
    width: 18px;
    height: 18px;
    background: url("//content-us.game-bean.com/image/dne/website2501/icon-down.png") no-repeat;
    background-size: 100% 100%;
}

.icon-arrow-down {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 9;
    width: 1.1rem;
    height: 0.83rem;
    background: url("//content-us.game-bean.com/image/dne/website2501/icon-page-down.png") no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
}

@media screen and (max-height: 820px) {
    .page3 h3 {
        margin-bottom: 0;
    }

    .page3 .swiper2 {
        width: 85vw;
    }

    .page3 footer h4 {
        width: 1.6rem;
    }
}

@media screen and (min-width: 600px) {
    .topbar-links li a {
        height: 55px;
    }

    .language-box {
        width: 60px;
    }

    .language-box a {
        padding: 0.8em 0;
    }

    .topbar-language {
        margin-top: 2.8%;
    }

    .topbar-language i {
        margin-top: 10%;
    }

    .topbar-language i:last-child {
        margin-top: 12%;
    }

    :root {
        --topbar-height: 88px;
    }
}