@charset "UTF-8";

:root {
    --base-font-size: 0.28rem;
    --base-font-color: #fff;
    --base-max-width: 768px;
    --base-min-width: 320px;
    --topbar-height: 1.1rem;
}

html {
    height: 100%;
    font-size: clamp(50px, calc(100vw / 7.5), 100px);
}

body {
    height: 100%;
    font-family: -apple-system, 'system-ui', 'sans-serif';
    font-size: var(--base-font-size);
    line-height: 1.4;
    color: var(--base-font-color);
    background-color: #000;
}

a {
    color: var(--base-font-color);
    text-decoration: none;
    outline: none;
}

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

.wrapper {
    position: relative;
    width: 100%;
    max-width: var(--base-max-width);
    min-width: var(--base-min-width);
    margin: auto;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.topbar .wrapper {
    display: flex;
    align-items: center;
    height: var(--topbar-height);
    padding: 0 0.3rem;
    background: rgba(0, 0, 0, 0.6) url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-topbar-bg.png') no-repeat center bottom;
    background-size: 100% auto;
    box-sizing: border-box;
}

.topbar-menu {
    flex: auto;
    margin-right: 0.2rem;
}

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

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

.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: center;
    margin-left: 0.4rem;
}

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

.language-box {
    position: relative;
    margin-left: 0.1rem;
    border-radius: 0.1rem;
    color: #fff;
    background-color: #000;
}

.language-box > a {
    display: block;
    padding: 0.12rem 0.2rem;
    font-size: 1.2em;
}

.languages {
    display: none;
    position: absolute;
    top: 95%;
    left: 0;
    right: 0;
    padding: 0.16rem 0 0;
    border-radius: 0 0 0.1rem 0.1rem;
    background-color: rgba(0, 0, 0, 0.6);
}

.languages li {
    margin: 0.12rem 0;
    text-align: center;
}

.languages li a {
    display: block;
    padding: 0.12rem 0;
    font-size: 1.1em;
}

.topbar-recharge {
    flex: none;
    align-self: flex-start;
    position: relative;
}

.nav-recharge-btn {
    display: block;
    width: 2.26rem;
    height: 1.05rem;
    font-size: 0;
    line-height: 0;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/mobile-nav-recharge-en.png') no-repeat;
    background-size: 100% 100%;
}
.en .nav-recharge-btn {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/mobile-nav-recharge-en.png') no-repeat;
    background-size: 100% 100%;
}
.de .nav-recharge-btn {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/mobile-nav-recharge-de.png') no-repeat;
    background-size: 100% 100%;
}
.fr .nav-recharge-btn {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/mobile-nav-recharge-fr.png') no-repeat;
    background-size: 100% 100%;
}
.es .nav-recharge-btn {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/mobile-nav-recharge-es.png') no-repeat;
    background-size: 100% 100%;
}
.pt .nav-recharge-btn {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/mobile-nav-recharge-pt.png') no-repeat;
    background-size: 100% 100%;
}

.nav-recharge-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0.1rem 0.3rem;
    border: 1px solid #000;
    border-radius: 0 0 8px 8px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.nav-recharge-list li {
    padding: 0.2rem 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202512/pc-nav-payment-line.png') repeat-x center bottom;
}

.nav-recharge-list li a {
    display: block;
    padding: 0.1rem 0;
}

.nav-recharge-list li img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
}

.nav-recharge-list li:last-child {
    background: none;
}

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

.swiper {
    height: 100%;
}

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

.page1 article,
.page2 article,
.page3 article,
.page4 article {
    position: absolute;
    bottom: 0.5rem;
    left: 0.3rem;
    right: 0.3rem;
    z-index: 2;
}

.page1 h2 {
    width: 6.9rem;
    height: 1.21rem;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/pc-page1-title-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .page1 h2 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/pc-page1-title-en.png') no-repeat;
    background-size: 100% 100%;
}

.de .page1 h2 {
    height: 1.11rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/pc-page1-title-de.png') no-repeat;
    background-size: 100% 100%;
}

.fr .page1 h2 {
    height: 1rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/pc-page1-title-fr.png') no-repeat;
    background-size: 100% 100%;
}

.es .page1 h2 {
    height: 1.05rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/pc-page1-title-es.png') no-repeat;
    background-size: 100% 100%;
}

.pt .page1 h2 {
    height: 1.02rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/pc-page1-title-pt.png') no-repeat;
    background-size: 100% 100%;
}

.page1 .list-button {
    margin-top: 0.2rem;
}

#Particles {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}

.logo {
    width: 2.5rem;
    height: 1.66rem;
    margin: 0.2rem auto auto 0.3rem;
    font-size: 0;
    line-height: 0;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-logo.png') no-repeat;
    background-size: 100% 100%;
}

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

.page2 h2 {
    width: 6.8rem;
    height: 0.46rem;
    margin: 0.3rem auto 0;
    font-size: 0;
    line-height: 0;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page2-title-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .page2 h2 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page2-title-en.png') no-repeat;
    background-size: 100% 100%;
}

.de .page2 h2 {
    height: 0.31rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page2-title-de.png') no-repeat;
    background-size: 100% 100%;
}

.fr .page2 h2 {
    height: 0.31rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page2-title-fr.png') no-repeat;
    background-size: 100% 100%;
}

.es .page2 h2 {
    height: 0.33rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page2-title-es.png') no-repeat;
    background-size: 100% 100%;
}

.pt .page2 h2 {
    height: 0.31rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page2-title-pt.png') no-repeat;
    background-size: 100% 100%;
}

#Reward {
    width: 6.53rem;
    height: 9.61rem;
    margin: 0.2rem auto 0;
}

.en .reward1 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward-en.png?v=2') no-repeat;
    background-size: 100% 100%;
}

.en .reward2 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward2-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .reward3 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward3-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .reward4 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward4-en.png') no-repeat;
    background-size: 100% 100%;
}

.de .reward1 {
    width: 6.73rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward-de.png?v=1') no-repeat;
    background-size: 100% 100%;
}

.de .reward2 {
    width: 6.73rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward2-de.png') no-repeat;
    background-size: 100% 100%;
}

.de .reward3 {
    width: 6.73rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward3-de.png') no-repeat;
    background-size: 100% 100%;
}

.de .reward4 {
    width: 6.73rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward4-de.png') no-repeat;
    background-size: 100% 100%;
}

.fr .reward1 {
    width: 6.68rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward-fr.png') no-repeat;
    background-size: 100% 100%;
}

.fr .reward2 {
    width: 6.68rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward2-fr.png') no-repeat;
    background-size: 100% 100%;
}

.fr .reward3 {
    width: 6.68rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward3-fr.png') no-repeat;
    background-size: 100% 100%;
}

.fr .reward4 {
    width: 6.68rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward4-fr.png') no-repeat;
    background-size: 100% 100%;
}

.es .reward1 {
    width: 6.75rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward-es.png') no-repeat;
    background-size: 100% 100%;
}

.es .reward2 {
    width: 6.75rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward2-es.png') no-repeat;
    background-size: 100% 100%;
}

.es .reward3 {
    width: 6.75rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward3-es.png') no-repeat;
    background-size: 100% 100%;
}

.es .reward4 {
    width: 6.75rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward4-es.png') no-repeat;
    background-size: 100% 100%;
}

.pt .reward1 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward-pt.png?v=1') no-repeat;
    background-size: 100% 100%;
}

.pt .reward2 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward2-pt.png') no-repeat;
    background-size: 100% 100%;
}

.pt .reward3 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward3-pt.png') no-repeat;
    background-size: 100% 100%;
}

.pt .reward4 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page2-reward4-pt.png') no-repeat;
    background-size: 100% 100%;
}

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

.page3 h2 {
    width: 5.38rem;
    height: 1.4rem;
    margin: 0.2rem auto;
    font-size: 0;
    line-height: 0;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page3-title-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .page3 h2 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page3-title-en.png') no-repeat;
    background-size: 100% 100%;
}

.de .page3 h2 {
    width: 5.05rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page3-title-de.png') no-repeat center top;
    background-size: 100% 100%;
}

.fr .page3 h2 {
    width: 6.8rem;
    height: 1.35rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page3-title-fr.png') no-repeat center top;
    background-size: 100% 100%;
}

.es .page3 h2 {
    width: 6.8rem;
    height: 1.37rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page3-title-es.png') no-repeat center top;
    background-size: 100% 100%;
}

.pt .page3 h2 {
    width: 6.8rem;
    height: 1.28rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page3-title-pt.png') no-repeat center top;
    background-size: 100% 100%;
}

#RoleSlider {
    height: auto;
    padding-top: 1rem;
}

.role-slide {
    display: none;
}

.roles-slide-active .role-slide {
    display: block;
}

.swordsman {
    position: absolute;
    right: 0;
    top: -1rem;
    width: 4rem;
    height: 4.91rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page3-swordsman-role.png') no-repeat center top;
    background-size: 100% 100%;
}

.swordsman-content {
    width: 6.33rem;
    height: 5.92rem;
    margin: 0 auto;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-swordsman-bg-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .swordsman-content {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-swordsman-bg-en.png') no-repeat;
    background-size: 100% 100%;
}

.de .swordsman-content {
    width: 6.14rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-swordsman-bg-de.png') no-repeat;
    background-size: 100% 100%;
}

.fr .swordsman-content {
    width: 6.51rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-swordsman-bg-fr.png') no-repeat;
    background-size: 100% 100%;
}

.es .swordsman-content {
    width: 6.42rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-swordsman-bg-es.png') no-repeat;
    background-size: 100% 100%;
}

.pt .swordsman-content {
    width: 6.51rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-swordsman-bg-pt.png') no-repeat;
    background-size: 100% 100%;
}

.mage {
    position: absolute;
    right: 0;
    top: -0.7rem;
    width: 4.8rem;
    height: 4.93rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page3-mage-role.png') no-repeat center top;
    background-size: 100% 100%;
}

.mage-content {
    width: 6.8rem;
    height: 5.98rem;
    margin: 0 auto;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-mage-bg-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .mage-content {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-mage-bg-en.png') no-repeat;
    background-size: 100% 100%;
}

.de .mage-content {
    width: 6.12rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-mage-bg-de.png') no-repeat;
    background-size: 100% 100%;
}

.fr .mage-content {
    width: 6.45rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-mage-bg-fr.png') no-repeat;
    background-size: 100% 100%;
}

.es .mage-content {
    width: 6.14rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-mage-bg-es.png') no-repeat;
    background-size: 100% 100%;
}

.pt .mage-content {
    width: 6.23rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-mage-bg-pt.png') no-repeat;
    background-size: 100% 100%;
}

.archer {
    position: absolute;
    right: 0.1rem;
    top: -1.2rem;
    width: 3.2rem;
    height: 5.86rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page3-archer-role.png') no-repeat center top;
    background-size: 100% 100%;
}

.archer-content {
    width: 6.48rem;
    height: 5.98rem;
    margin: 0 auto;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-archer-bg-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .archer-content {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-archer-bg-en.png') no-repeat;
    background-size: 100% 100%;
}

.de .archer-content {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-archer-bg-de.png') no-repeat;
    background-size: 100% 100%;
}
.fr .archer-content {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-archer-bg-fr.png') no-repeat;
    background-size: 100% 100%;
}
.es .archer-content {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-archer-bg-es.png') no-repeat;
    background-size: 100% 100%;
}
.pt .archer-content {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-archer-bg-pt.png') no-repeat;
    background-size: 100% 100%;
}

#PaginationRoles {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    width: 6.6rem;
    margin: 0.4rem auto 0;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-pagination-bg.png') no-repeat center 40%;
    background-size: 100% auto;
}

.roles-bullet {
    width: 1.66rem;
    height: 1.1rem;
    margin: 0 0.2rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-pagination-icon-en.png') no-repeat;
    background-size: 300% 200%;
    cursor: pointer;
}

.en .roles-bullet {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-pagination-icon-en.png') no-repeat;
    background-size: 300% 200%;
}

.de .roles-bullet {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-pagination-icon-de.png') no-repeat;
    background-size: 300% 200%;
}

.fr .roles-bullet {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-pagination-icon-fr.png') no-repeat;
    background-size: 300% 200%;
}

.es .roles-bullet {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-pagination-icon-es.png') no-repeat;
    background-size: 300% 200%;
}

.pt .roles-bullet {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/mobile-page3-pagination-icon-pt.png') no-repeat;
    background-size: 300% 200%;
}

.roles-bullet:nth-child(2) {
    background-position: -1.66rem 0;
}

.roles-bullet:nth-child(3) {
    background-position: 100% 0;
}

.roles-bullet:nth-child(1).swiper-pagination-bullet-active {
    background-position: 0 100%;
}

.roles-bullet:nth-child(2).swiper-pagination-bullet-active {
    background-position: -1.66rem 100%;
}

.roles-bullet:nth-child(3).swiper-pagination-bullet-active {
    background-position: 100% 100%;
}

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

.page4 h2 {
    width: 5.95rem;
    height: 1.4rem;
    margin: 0.2rem auto;
    font-size: 0;
    line-height: 0;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page4-title-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .page4 h2 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page4-title-en.png') no-repeat;
    background-size: 100% 100%;
}

.de .page4 h2 {
    width: 4.1rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page4-title-de.png') no-repeat;
    background-size: 100% 100%;
}

.fr .page4 h2 {
    width: 6.72rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page4-title-fr.png') no-repeat;
    background-size: 100% 100%;
}

.es .page4 h2 {
    width: 6.84rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page4-title-es.png') no-repeat;
    background-size: 100% 100%;
}

.pt .page4 h2 {
    width: 6.62rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page4-title-pt.png') no-repeat;
    background-size: 100% 100%;
}

.page4-content {
    position: relative;
    padding-top: 38vh;
}

#FeatureSlider {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

#FeatureSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.feature-slide {
    position: relative;
    z-index: 3;
    filter: brightness(40%);
}

.feature-slide.swiper-slide-active {
    filter: brightness(100%);
}

.feature-prev,
.feature-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 0.4rem;
    height: 0.54rem;
    transform: translateY(-0.26rem);
    cursor: pointer;
}

.feature-prev {
    left: 0.1rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page4-navicon-prev.png') no-repeat;
    background-size: 100% 100%;
}

.feature-next {
    right: 0.1rem;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page4-navicon-next.png') no-repeat;
    background-size: 100% 100%;
}

#PaginationFeatures {
    position: static;
    margin-top: 0.2rem;
}

#PaginationFeatures .swiper-pagination-bullet {
    width: 0.28rem;
    height: 0.28rem;
    background: url("//content-us.game-bean.com/image/zhzr_om/website202511/pc-page4-pagination-icon.png") no-repeat;
    background-size: 100% 100%;
}

#PaginationFeatures .swiper-pagination-bullet-active {
    background: url("//content-us.game-bean.com/image/zhzr_om/website202511/pc-page4-pagination-icon2.png") no-repeat;
    background-size: 100% 100%;
}

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

.page5 h2 {
    width: 3.84rem;
    height: 1.4rem;
    margin: 0.2rem auto;
    font-size: 0;
    line-height: 0;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page5-title-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .page5 h2 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page5-title-en.png') no-repeat center top;
    background-size: 100% 100%;
}

.de .page5 h2 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page5-title-de.png') no-repeat center top;
    background-size: 100% 100%;
}

.fr .page5 h2 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page5-title-fr.png') no-repeat center top;
    background-size: 100% 100%;
}

.es .page5 h2 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page5-title-es.png') no-repeat center top;
    background-size: 100% 100%;
}

.pt .page5 h2 {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/pc-page5-title-pt.png') no-repeat center top;
    background-size: 100% 100%;
}

.page5-content {
    position: absolute;
    bottom: 1rem;
    left: 0.1rem;
    right: 0.1rem;
}

.page5-notes {
    margin: 0.3rem 0;
}

.page5-notes header {
    width: 0.8rem;
    margin: 0 auto;
}

.page5-notes header img {
    display: block;
    width: 100%;
    height: auto;
}

.page5-notes footer {
    margin: 0.2rem 0;
    line-height: 1.6;
    font-size: 0.85em;
}

.page5-notes footer p {
    margin: 0;
    color: #717f86;
}

.menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.menu .wrapper {
    height: 100%;
    padding-top: 9vh;
    background-color: rgba(0, 0, 0, 0.8);
}

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

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

.menu-list li a {
    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;
}

.list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem auto;
}

.list-button:last-child {
    margin-bottom: 0;
}

.list-button li {
    margin: 0 0.3rem;
}

.list-button li a {
    display: block;
    margin: 0 auto;
}

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

.link-text {
    display: flex;
    justify-content: center;
    margin: 0.5rem auto;
    font-size: 0.85em;
    text-align: center;
}

.link-text li {
    margin: 0 0.12rem;
}

.btn-close {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0;
    line-height: 0;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202511/icon-close.png') no-repeat;
    background-size: 100%;
}

.btn-appstore {
    display: block;
    width: 2.6rem;
    height: 0.77rem;
    font-size: 0;
    line-height: 0;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-appstore-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .btn-appstore {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-appstore-en.png') no-repeat;
    background-size: 100% 100%;
}

.de .btn-appstore {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-appstore-de.png') no-repeat;
    background-size: 100% 100%;
}

.fr .btn-appstore {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-appstore-fr.png') no-repeat;
    background-size: 100% 100%;
}

.es .btn-appstore {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-appstore-es.png') no-repeat;
    background-size: 100% 100%;
}

.pt .btn-appstore {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-appstore-pt.png') no-repeat;
    background-size: 100% 100%;
}

.btn-googleplay {
    display: block;
    width: 2.6rem;
    height: 0.77rem;
    font-size: 0;
    line-height: 0;
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-googleplay-en.png') no-repeat;
    background-size: 100% 100%;
}

.en .btn-googleplay {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-googleplay-en.png') no-repeat;
    background-size: 100% 100%;
}

.de .btn-googleplay {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-googleplay-de.png') no-repeat;
    background-size: 100% 100%;
}

.fr .btn-googleplay {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-googleplay-fr.png') no-repeat;
    background-size: 100% 100%;
}

.es .btn-googleplay {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-googleplay-es.png') no-repeat;
    background-size: 100% 100%;
}

.pt .btn-googleplay {
    background: url('//content-us.game-bean.com/image/zhzr_om/website202512/button-googleplay-pt.png') no-repeat;
    background-size: 100% 100%;
}

.none {
    display: none;
}

.block {
    display: block;
}