@charset "UTF-8";

:root {
    --base-font-size: 16px;
    --base-font-color: #fff;
    --base-max-width: 1920px;
    --base-min-width: 768px;
}

* {
    margin: 0;
    padding: 0;
}

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

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

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

p {
    margin: 1em 0;
}

ul,
ol {
    list-style: none;
}

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

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
}

.navigation .wrapper {
    display: flex;
    height: 0.82rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-nav-bg.png') no-repeat center top;
    background-size: 100% 100%;
}

.navigation h1 {
    flex: none;
    width: 2.66rem;
    height: 0.87rem;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-logo.png') no-repeat center top;
    background-size: 100% 100%;
}

.navigation h1 img {
    display: block;
    width: 100%;
    height: auto;
}

.nav-menu {
    display: inline-flex;
}

.nav-menu li {
    position: relative;
    padding-top: 0.28rem;
    margin: 0 0.2rem;
}

.nav-menu li a {
    display: block;
    width: 1.6rem;
    height: 0.26rem;
    font-size: 0;
    line-height: 0;
    text-align: center;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-nav-menu-sprite.png') no-repeat 0 0;
    background-size: 500% 200%;
}

.nav-menu a.home {
    background-position: 0 0;
}

.nav-menu a.sqyy {
    background-position: 25% 0;
}

.nav-menu a.zyjs {
    background-position: 50% 0;
}

.nav-menu a.wfts {
    background-position: 75% 0;
}

.nav-menu a.gzwm {
    background-position: 100% 0;
}

.nav-menu li.active::after {
    content: '';
    position: absolute;
    bottom: -0.06rem;
    left: 0;
    right: 0;
    height: 0.15rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-nav-activeline.png') no-repeat center top;
    background-size: 100% 100%;
}

.nav-menu li.active a.home {
    background-position: 0 100%;
}

.nav-menu li.active a.sqyy {
    background-position: 25% 100%;
}

.nav-menu li.active a.zyjs {
    background-position: 50% 100%;
}

.nav-menu li.active a.wfts {
    background-position: 75% 100%;
}

.nav-menu li.active a.gzwm {
    background-position: 100% 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.page1 {
    position: relative;
    height: 100%;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page1-bg.jpg') no-repeat center top;
    background-size: cover;
}

#Particles {
    position: absolute;
    z-index: 2;
    opacity: 0.7;
}

.page1-content {
    position: absolute;
    bottom: 0.7rem;
    left: 23vw;
    right: 23vw;
    z-index: 3;
}

.page1-content h2 {
    width: 10.8rem;
    height: 3.3rem;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page1-title.png') no-repeat center top;
    background-size: 100% 100%;
}

.page1-buttons {
    display: flex;
    justify-content: center;
}

.page1-buttons li {
    margin: 0 0.2rem;
    text-align: center;
}

.page1-buttons li a {
    margin: 0 auto;
}

.page1-buttons li:hover a {
    animation: pulse;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
}

.page2 {
    position: relative;
    height: 100%;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page2-bg.jpg') no-repeat center top;
    background-size: cover;
}

.page2-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page2-role {
    position: relative;
    width: 100%;
    height: 100%;
}

.page2-role article {
    position: absolute;
    bottom: 0;
    left: -2rem;
    width: 14.2rem;
    height: 10.8rem;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page2-role.png') no-repeat center top;
    background-size: 100% 100%;
}

.page2-reward,
.page2-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page2-reward article {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 13.8rem;
    height: 8.45rem;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page2-reward.png') no-repeat center top;
    background-size: 100% 100%;
}

.page2-title article {
    position: absolute;
    right: 12vw;
    top: 1.4rem;
    width: 8.13rem;
    height: 0.7rem;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page2-title.png') no-repeat center top;
    background-size: 100% 100%;
}

.page2-role img,
.page2-reward img,
.page2-title img {
    display: block;
    width: 100%;
    height: auto;
}

.page3 {
    position: relative;
    height: 100%;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page3-bg.jpg') no-repeat center top;
    background-size: cover;
}

.page3 h2 {
    position: absolute;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 3.98rem;
    height: 1.45rem;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page3-title.png') no-repeat center top;
    background-size: 100% 100%;
}

#RoleSlider .swiper-wrapper {
    padding-top: 2.3rem;
    box-sizing: border-box;
}

.role-slide {
    display: none;
}

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

.swordsman {
    position: absolute;
    left: 23vw;
    top: -1.2rem;
    width: 7rem;
    height: 8.6rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page3-swordsman-role.png') no-repeat center top;
    background-size: 100% 100%;
}

.swordsman-content {
    position: relative;
    width: 12.92rem;
    height: 6.84rem;
    margin-left: 12vw;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page3-swordsman-bg.png') no-repeat;
    background-size: 100% 100%;
}

.swordsman-icon {
    position: absolute;
    top: 1rem;
    left: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/icon-swordsman.png') no-repeat;
    background-size: 100% 100%;
}

.swordsman-icon-glow {
    position: absolute;
    top: 1rem;
    left: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/icon-swordsman-glow.png') no-repeat;
    background-size: 100% 100%;
    animation: fade-in-out 3s ease-in-out infinite;
}

.mage {
    position: absolute;
    left: 18vw;
    top: -1.1rem;
    width: 7.8rem;
    height: 8rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page3-mage-role.png') no-repeat center top;
    background-size: 100% 100%;
}

.mage-content {
    position: relative;
    width: 13.02rem;
    height: 6.83rem;
    margin-left: 12vw;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page3-mage-bg.png') no-repeat;
    background-size: 100% 100%;
}

.mage-icon {
    position: absolute;
    top: 1rem;
    left: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/icon-mage.png') no-repeat;
    background-size: 100% 100%;
}

.mage-icon-glow {
    position: absolute;
    top: 1rem;
    left: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/icon-mage-glow.png') no-repeat;
    background-size: 100% 100%;
    animation: fade-in-out 3s ease-in-out infinite;
}

.archer {
    position: absolute;
    left: 32vw;
    top: -0.9rem;
    width: 4.54rem;
    height: 8.3rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page3-archer-role.png?v=1') no-repeat center top;
    background-size: 100% 100%;
}

.archer-content {
    position: relative;
    width: 12.99rem;
    height: 6.84rem;
    margin-left: 12vw;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page3-archer-bg.png') no-repeat;
    background-size: 100% 100%;
}

.archer-icon {
    position: absolute;
    top: 1rem;
    left: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/icon-archer.png') no-repeat;
    background-size: 100% 100%;
}

.archer-icon-glow {
    position: absolute;
    top: 1rem;
    left: 0.8rem;
    width: 2.4rem;
    height: 2.4rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/icon-archer-glow.png') no-repeat;
    background-size: 100% 100%;
    animation: fade-in-out 3s ease-in-out infinite;
}

#PaginationRoles {
    position: absolute;
    top: auto;
    left: auto;
    right: 8vw;
    bottom: 14vh;
    width: 1.5rem;
    height: auto;
    padding: 0.4rem 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page3-pagination-bg.png') no-repeat;
    background-position: 0.26rem;
}

.roles-bullet {
    width: 1.5rem;
    height: 0.6rem;
    margin: 0.6rem 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page3-pagination-icon.png') no-repeat;
    background-size: 300% 200%;
    cursor: pointer;
}

.roles-bullet:nth-child(2) {
    background-position: 49% 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: 49% 100%;
}

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

.page4 {
    height: 100%;
    padding-top: 0.8rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page4-bg.jpg') no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
}

.page4 h2 {
    width: 3.98rem;
    height: 1.45rem;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page4-title.png') no-repeat center top;
    background-size: 100% 100%;
}

.page4-content {
    position: relative;
    padding-top: 0.2rem;
}

#FeatureSlider {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 15px;
    overflow: hidden;
}

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

.feature-frameborder {
    position: absolute;
    top: -0.77rem;
    left: 3.44rem;
    z-index: 5;
    width: 12.3rem;
    height: 7.7rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page4-slide-bg.png') no-repeat center top;
    background-size: 100% 100%;
}

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

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

.feature-prev,
.feature-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 68px;
    height: 92px;
    transform: translateY(-50%);
    cursor: pointer;
}

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

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

#PaginationFeatures {
    bottom: -0.5rem;
}
#PaginationFeatures .swiper-pagination-bullet {
    width: 34px;
    height: 34px;
    background: url("//content.game-bean.com/image/zhzr_gt/website202511/pc-page4-pagination-icon.png") no-repeat;
}
#PaginationFeatures .swiper-pagination-bullet-active {
    background: url("//content.game-bean.com/image/zhzr_gt/website202511/pc-page4-pagination-icon2.png") no-repeat;
}

.page5 {
    height: 100%;
    padding-top: 0.8rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page5-bg.jpg') no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
}

.page5 h2 {
    width: 3.98rem;
    height: 1.45rem;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-page5-title.png') no-repeat center top;
    background-size: 100% 100%;
}
.page5-content {
    width: 12rem;
    margin: 0.4rem auto 0
}
.page5-notes {
    display: flex;
    justify-content: center;
    margin: 0.3rem 0;
}
.page5-notes header {
    flex: none;
    width: 0.8rem;
    margin-right: 0.1rem;
}
.page5-notes header img {
    display: block;
    width: 100%;
    height: auto;
}
.page5-notes footer {
    line-height: 1.6;
}
.page5-notes footer p {
    margin: 0;
    color: #717f86;
}

.sidebar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 2.68rem;
    height: 3.8rem;
    padding: 1.22rem 0.3rem 0 0.3rem;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-sidebar-bg.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.sidebar img {
    display: block;
    width: 100%;
    height: auto;
}

.sidebar h3 {
    width: 1.15rem;
    height: 0.3rem;
    margin: 0 auto 0.2rem;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/pc-sidebar-title.png') no-repeat;
    background-size: 100% 100%;
}

.sidebar-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sidebar-link li {
    flex: auto;
    margin: 0.08rem 0;
}

.sidebar-link li a {
    display: block;

}

.sidebar-link li a.btn-appstore,
.sidebar-link li a.btn-googleplay {
    width: 2rem;
    height: 0.59rem;
}

.list-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem auto;
}
.list-button:last-child {
    margin-bottom: 0;
}
.list-button li {
    margin: 0 0.2rem;
}
.list-button li a {
    display: block;
}
.list-button li img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.link-text {
    display: flex;
    justify-content: center;
    margin: 0.3rem auto;
}
.link-text li {
    margin: 0 0.2rem;
}
.link-text li a {
    display: block;
}

.btn-sidebar-close {
    display: block;
    position: absolute;
    top: 1.1rem;
    right: -0.32rem;
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/icon-close.png') no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s ease-in-out;
}
.btn-sidebar-close:hover {
    transform: rotate(90deg);
}

.btn-appstore {
    display: block;
    width: 2.84rem;
    height: 0.84rem;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/button-appstore.png') no-repeat;
    background-size: 100% 100%;
}

.btn-googleplay {
    display: block;
    width: 2.84rem;
    height: 0.84rem;
    font-size: 0;
    line-height: 0;
    background: url('//content.game-bean.com/image/zhzr_gt/website202511/button-googleplay.png') no-repeat;
    background-size: 100% 100%;
}

@keyframes fade-in-out {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}