body {
    width: 100vw;
    height: 100vh;
    /* min-width: 1280px;
     min-height: 720px;*/
    max-width: calc(100vh * 21 / 9);
    margin: 0 auto;
    background: #0f0f0f;
}

#pc_container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    width: 100%;
    height: calc(100vw * 9 / 16);
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.mySwiper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.center-content {
    width: 100%;
    height: 100%;
    max-width: calc(100vh * 16 / 9);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

/* 轮播翻页器 */
.swiper-button-prev::after, .swiper-button-next::after {
    content: "";
}

.swiper-button-prev {
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/icon-left-normal.webp) no-repeat center/cover;
    width: .49375rem;
    height: 1.20625rem;
    left: 3.0625rem;
}

.swiper-button-prev:hover {
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/icon-left-hover.webp) no-repeat center/cover;
    cursor: var(--mouse-hover);
}

.swiper-button-prev:active {
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/icon-left-active.webp) no-repeat center/cover;
    cursor: var(--mouse-active);
}

.swiper-button-next {
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/icon-left-normal.webp) no-repeat center/cover;
    width: .49375rem;
    height: 1.20625rem;
    transform: rotate(180deg);
    right: 3.0625rem;
}

.swiper-button-next:hover {
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/icon-left-hover.webp) no-repeat center/cover;
    cursor: var(--mouse-hover);
    transform: rotate(180deg);
}

.swiper-button-next:active {
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/icon-left-active.webp) no-repeat center/cover;
    cursor: var(--mouse-active);
    transform: rotate(180deg);
}


/* 首页   start */
.home-content {
    height: 100%;
    width: 100%;
    /* aspect-ratio: 1920/1080; */
    /* background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/images/pc/bg_video.webp) no-repeat center/cover; */
    position: absolute;
}

.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.home-overlay {
    width: 100%;
    height: 100%;
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/home/bg-overlay.webp') center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.home-bg {
    width: 100%;
    height: 100%;
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/home/home-bg.webp') center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.slogan {
    /* width: 16rem; */
    height: 3.35rem;
    display: block;
    /* margin: 6.0625rem auto 0.4rem auto; */
    position: relative;
    top: 6.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.reverse-con {
    z-index: 10;
    position: relative;
    /* display: none; */
    top: 7rem;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    width: 7.85rem;
    height: 1.35625rem;
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/home/730-border.webp') center / 100% auto no-repeat;
    /* margin: 0 auto; */
    padding: 0.1rem;
}
.reverse-con .btn {
    display: block;
    width: 2.15rem;
    height: 0.76875rem;
    margin: -0.1rem 0;
    background-color: #797f80;
    /* border: 1px solid #464849; */
    /* margin:0 0.05rem; */
}
.reverse-con .btn:hover{
    cursor: var(--mouse-hover);
}
.reverse-con .btn:active{
    cursor: var(--mouse-active);
}
.reverse-con .qrcode {
    /* width: 2.15rem; */
    height: 1.3rem;
    width: 1.3rem;
    background-color: #373737;
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/download_qrcode.webp') center / 100% auto no-repeat;
    margin-left: 0.05rem;
}

/* 英语按钮 */
.reverse-en .btn-pay {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/pay.webp') center / 100% auto no-repeat;
}
.reverse-en .btn-pay:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/pay_hover.webp') center / 100% auto no-repeat;
}

.reverse-en .btn-pc {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/pc.webp') center / 100% auto no-repeat;
}
.reverse-en .btn-pc:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/pc_hover.webp') center / 100% auto no-repeat;
}

.reverse-en .btn-ios{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/ios.webp') center / 100% auto no-repeat;
}
.reverse-en .btn-ios:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/ios_hover.webp') center / 100% auto no-repeat;
}

.reverse-en .btn-steam{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/steam.webp') center / 100% auto no-repeat;
}
.reverse-en .btn-steam:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/steam_hover.webp') center / 100% auto no-repeat;
}

.reverse-en .btn-google{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/google.webp') center / 100% auto no-repeat;
}
.reverse-en .btn-google:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/google_hover.webp') center / 100% auto no-repeat;
}

.reverse-en .btn-epic{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/epic.webp') center / 100% auto no-repeat;
}
.reverse-en .btn-epic:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_en/epic_hover.webp') center / 100% auto no-repeat;
}

/* 西班牙语按钮 */
.reverse-es .btn-pay {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/pay.webp') center / 100% auto no-repeat;
}
.reverse-es .btn-pay:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/pay_hover.webp') center / 100% auto no-repeat;
}

.reverse-es .btn-pc {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/pc.webp') center / 100% auto no-repeat;
}
.reverse-es .btn-pc:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/pc_hover.webp') center / 100% auto no-repeat;
}

.reverse-es .btn-ios{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/ios.webp') center / 100% auto no-repeat;
}
.reverse-es .btn-ios:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/ios_hover.webp') center / 100% auto no-repeat;
}

.reverse-es .btn-steam{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/steam.webp') center / 100% auto no-repeat;
}
.reverse-es .btn-steam:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/steam_hover.webp') center / 100% auto no-repeat;
}

.reverse-es .btn-google{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/google.webp') center / 100% auto no-repeat;
}
.reverse-es .btn-google:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/google_hover.webp') center / 100% auto no-repeat;
}

.reverse-es .btn-epic{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/epic.webp') center / 100% auto no-repeat;
}
.reverse-es .btn-epic:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_es/epic_hover.webp') center / 100% auto no-repeat;
}

/* 葡萄牙语按钮 */
.reverse-pt_BR .btn-pay {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/pay.webp') center / 100% auto no-repeat;
}
.reverse-pt_BR .btn-pay:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/pay_hover.webp') center / 100% auto no-repeat;
}

.reverse-pt_BR .btn-pc {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/pc.webp') center / 100% auto no-repeat;
}
.reverse-pt_BR .btn-pc:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/pc_hover.webp') center / 100% auto no-repeat;
}

.reverse-pt_BR .btn-ios{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/ios.webp') center / 100% auto no-repeat;
}
.reverse-pt_BR .btn-ios:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/ios_hover.webp') center / 100% auto no-repeat;
}

.reverse-pt_BR .btn-steam{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/steam.webp') center / 100% auto no-repeat;
}
.reverse-pt_BR .btn-steam:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/steam_hover.webp') center / 100% auto no-repeat;
}

.reverse-pt_BR .btn-google{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/google.webp') center / 100% auto no-repeat;
}
.reverse-pt_BR .btn-google:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/google_hover.webp') center / 100% auto no-repeat;
}

.reverse-pt_BR .btn-epic{
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/epic.webp') center / 100% auto no-repeat;
}
.reverse-pt_BR .btn-epic:hover {
    background: url('https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/home/btn_pt_BR/epic_hover.webp') center / 100% auto no-repeat;
}








.home-content .video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.home-content .roll {
    width: 0.6rem;
    height: 0.75rem;
    position: absolute;
    /* bottom: 1.625rem; */
    /* bottom: 0; */
    left: calc(50% - 0.3rem);
    top: 12.125rem;
    animation: nudgeMouse 5s ease-out infinite;
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    30% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    80% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* 首页  end*/

/* 预约里程  start */
.section02 {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/section02-bg.webp") center / cover no-repeat;
    position: relative;
}

.section02 .reserve-title {
    width: 4.85rem;
    height: 1.425rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/reserve-title.webp") 0 0 / 100% auto no-repeat;
    position: absolute;
    left: .76875rem /* 123/160 */;
    top: 2.09375rem /* 335/160 */;
}

.section02 .progress-box {
    width: 16.81875rem;
    height: auto;
    margin: 7.4rem /* 1184/160 */ auto 0 2.93125rem /* 469/160 */;
}

.progress-box .progress-title {
    font-size: .28125rem;
    color: #858585;
    font-family: "Regular";
    line-height: 1;
    margin-bottom: .3625rem /* 58/160 */;
}

.progress-box .reward-box {
    display: flex;
    align-items: center;
    margin-bottom: .3375rem /* 54/160 */;
}

.ml-3 {
    margin-left: .2125rem /* 34/160 */;
}

.reward-box .reward1 {
    width: 1.1125rem;
    height: 1.90625rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/reward1.webp") 0 0 / 100% auto no-repeat;
}

.reward-box .reward2 {
    width: 1.1125rem;
    height: 1.90625rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/reward2.webp") 0 0 / 100% auto no-repeat;
}

.reward-box .reward3 {
    width: 1.15rem;
    height: 1.90625rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/reward3.webp") 0 0 / 100% auto no-repeat;
}

.reward-box .reward4 {
    width: 1.10625rem;
    height: 1.90625rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/reward4.webp") 0 0 / 100% auto no-repeat;
}

.reward-box .reward5 {
    width: 1.1125rem;
    height: 1.90625rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/reward5.webp") 0 0 / 100% auto no-repeat;
}

.reward-box .reward6 {
    width: 3.7875rem;
    height: 1.96875rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/reward6.webp") 0 0 / 100% auto no-repeat;
    margin-left: .34375rem;
}

.reward-box .reward7 {
    width: 1.6875rem;
    height: 2.26875rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/reward7.webp") 0 0 / 100% auto no-repeat;
    margin-left: 5.8875rem;
    margin-top: -.86rem;
}

.progress-box .progress-bar {
    width: 16.81875rem;
    height: .1rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/progress-normal.webp") 0 0 / 100% auto no-repeat;
    position: relative;
}

.progress-box .progress-bar .progress-bar-active {
    width: 80%;
    height: 100%;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/progress-active.webp") 0 0 / 16.81875rem .1rem no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-box .progress-bar .active-box {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.active-box .normal-item {
    width: .53125rem;
    height: .53125rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/icon-normal.webp") 0 0 / 100% auto no-repeat;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
}

.active-box .normal-item .reward-number {
    width: .54375rem;
    font-size: .1875rem;
    color: #cbff3f;
    text-align: center;
    font-family: "Regular";
    position: absolute;
    bottom: -.42rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.active-box .normal-item:nth-child(7) .reward-number {
    width: 1.7rem;
    bottom: -1.4rem;
}

.normal-item .large-number {
    font-size: .421875rem;
    line-height: 1.1;
    color: #cbff3f;
    font-family: "Bold";
}

.normal-item .white-large {
    font-size: .351563rem;
    line-height: 1.5;
    color: #ffffff;
    font-family: "Bold";
}

.normal-item .number-text {
    font-size: .23125rem;
    line-height: 1.1;
    color: #CBFE3F;
    font-family: "Bold";
}

.active-box .active-item {
    width: .53125rem;
    height: .53125rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/icon-active.webp") 0 0 / 100% auto no-repeat;
}

.active-box .normal-item:nth-child(1) {
    margin-left: .28125rem /* 45/160 */;
}

.active-box .normal-item:nth-child(2) {
    margin-left: .75rem /* 120/160 */;
}

.active-box .normal-item:nth-child(3) {
    margin-left: .73125rem /* 117/160 */;
}

.active-box .normal-item:nth-child(4) {
    margin-left: .75625rem /* 121/160 */
}

.active-box .normal-item:nth-child(5) {
    margin-left: .775rem /* 124/160 */
}

.active-box .normal-item:nth-child(6) {
    margin-left: 2.41875rem /* 387/160 */
}

.active-box .normal-item:nth-child(7) {
    width: .83125rem;
    height: .8125rem;
    margin-left: 7.43125rem /* 1189/160 */
}

.section02 .character {
    width: 18.025rem /* 2884/160 */;
    height: 13.5rem /* 2160/160 */;
    max-height: 100%;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/character.webp") 0 0 / 100% auto no-repeat;
    position: absolute;
    bottom: 0;
    left: 7.6125rem /* 1218/160 */;
}

.section02 .graffiti {
    width: 100%;
    height: 96%;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/graffiti-front.webp") center / auto 100% no-repeat;
    position: absolute;
    bottom: 0;
    left: 6.76rem;
    display: none;
}

.section02 .subscribe-number-box {
    display: flex;
    align-items: center;
    color: #cbff3f;
    font-size: .95rem;
    font-family: "Bold";
    width: 18rem;
    margin: 1.3rem auto 0 auto;
}

.subscribe-number {
    margin-left: 0.2rem;
}

.subscribe-number-box .subscribe-title {
    width: 1.23125rem;
    height: .925rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/subscribe-text.webp") 0 0 / 100% auto no-repeat;
}

.section02 .section02-subscribe-btn {
    width: 4.1875rem;
    height: 1.16875rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/btn-subsrice-normal.webp") center / 3.65625rem auto no-repeat;
    position: absolute;
    top: 10.55rem /* 1688/160 */;
    left: 2.34375rem /* 375/160 */;
    z-index: 10;
}

.section02 .section02-subscribe-btn:hover {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/btn-subsrice-hover.webp") center / 100% auto no-repeat;
    top: 10.65rem;
    left: 2.44375rem;
    cursor: var(--mouse-hover);
}

.section02 .section02-subscribe-btn:active {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/btn-subsrice-click.webp") center / 3.65625rem auto no-repeat;
    cursor: var(--mouse-active);
}

.section02 .is-subscribe-btn {
    width: 3.65625rem;
    height: 0.6625rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/subscribe/btn-has-order.webp") center / 100% auto no-repeat;
    position: absolute;
    top: 10.7rem /* 1688/160 */;
    left: 2.34375rem /* 375/160 */;
    z-index: 10;
    display: none;
}

/* 预约里程  end */

/* 游戏特色  start */
.section03 {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/feature-bg.webp") center / cover no-repeat;
    position: relative;
}

.section03 .feature-title {
    /* width: 4.83125rem; */
    width: auto;
    height: 1.34375rem;
    /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/feature-title.webp") center / cover no-repeat; */
    position: absolute;
    left: .76875rem /* 123/160 */;
    top: 1.8rem /* 359/160 */;
}

.section03 .section03-wrapper {
    width: 18.75rem /* 3000/160 */;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.game-swiper {
    width: 100%;
    height: 6.90625rem /* 1105/160 */;
    margin: 3.475rem auto 0 auto;
}

.game-swiper .swiper-slide {
    width: 12.19375rem /* 1951/160 */ !important;
    height: 6.90625rem /* 1105/160 */ !important;
}

.feature-wrap {
    width: 100%;
    height: 100%;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/feature-image-bg.webp) 0 0 / cover no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-swiper .swiper-slide .angle {
    width: 0.8315rem;
    height: 0.8315rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/angle.webp) center / contain no-repeat;
    position: absolute;
    bottom: .065rem /* 12/160 */;
    right: .055rem /* 12/160 */;
    z-index: 3;
    display: none;
}

.game-swiper .swiper-slide .prev-number {
    width: 2.8875rem /* 462/160 */;
    height: 2.89375rem /* 463/160 */;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/prev-number.webp) center / 100% 100% no-repeat;
    display: none;
    position: absolute;
    top: .075rem /* 12/160 */;
    left: .075rem /* 12/160 */;
    z-index: 3;
    box-sizing: border-box;
}

.game-swiper .swiper-slide .normal-number {
    width: auto;
    height: .25rem /* 47/160 */;
    margin: 0;
    position: absolute;
    top: .50625rem /* 81/160 */;
    right: .05rem /* 20/160 */;
}

.game-swiper .swiper-slide .hidden-number {
    width: auto;
    height: .3625rem /* 58/160 */;
    margin: 0;
    position: absolute;
    top: 2.3125rem;
    right: .3375rem /* 54/160 */;
}

.game-swiper .swiper-slide .next-number {
    width: 2.8875rem /* 462/160 */;
    height: 2.89375rem /* 463/160 */;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/next-number.webp) center / 100% 100% no-repeat;
    display: none;
    position: absolute;
    bottom: .075rem /* 12/160 */;
    right: .075rem /* 12/160 */;
    z-index: 3;
    box-sizing: border-box;
}

.game-swiper .swiper-slide-active .angle {
    display: block;
}

.game-swiper .swiper-slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.game-swiper .swiper-slide-active:before {
    display: none;
}

.game-swiper .swiper-slide .featureImg {
    width: 12.05625rem /* 1929/160 */;
    height: auto;
    position: relative;
    z-index: 1;
}

.game-swiper .swiper-slide-prev .prev-number {
    display: block;
}

.game-swiper .swiper-slide-prev .prev-number .hidden-number {
    top: .21875rem /* 35/160 */;
    left: .28125rem /* 45/160 */;
}

.game-swiper .swiper-slide-next .next-number {
    display: block;
}

.game-btn-prev, .game-btn-next {
    width: 1.98125rem /* 317/160 */;
    height: .625rem /* 100/160 */;
    position: absolute;
    top: 11.46rem /* 1826/160 */;
    left: 0;
    z-index: 2;
}

.game-btn-next {
    left: unset;
    right: 0;
}

.game-btn-prev .swiper-button-prev,
.game-btn-next .swiper-button-next {
    width: 100%;
    height: 100%;
    left: unset;
    top: unset;
    right: unset;
    margin-top: 0;
}

.game-btn-prev .swiper-button-prev {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/prev-normal.webp") center / contain no-repeat;
}

.game-btn-next .swiper-button-next {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/next-normal.webp") center / contain no-repeat;
}

.game-btn-prev .swiper-button-prev:hover {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/prev-hover.webp") center / contain no-repeat;
    cursor: var(--mouse-hover);
}

.game-btn-next .swiper-button-next:hover {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/next-hover.webp") center / contain no-repeat;
    cursor: var(--mouse-hover);
}

.game-btn-prev .swiper-button-prev:active {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/prev-active.webp") center / contain no-repeat;
    cursor: var(--mouse-active);
}

.game-btn-next .swiper-button-next:active {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/next-active.webp") center / contain no-repeat;
    cursor: var(--mouse-active);
}

.game-btn-next .swiper-button-next {
    transform: none;
}

.game-btn-prev.img-prev{
    width: 3.2rem;
    height: 6.2rem;
    position: absolute;
    top: 3.8rem;
    left: 0;
    z-index: 2;
}
.game-btn-next.img-next{
    width: 3.2rem;
    height: 6.2rem;
    position: absolute;
    top: 3.8rem;
    right: 0;
    z-index: 2;
}

/* 游戏特色分页器 */
/*.feature-page-wrap {
  position: relative;
  clip-path: polygon(4% 0%, 0% 100%, 96% 100%, 100% 0%); !* 创建平行四边形形状 *!
  overflow: hidden;
}
.clip-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}*/
.game-pagination-swiper {
    width: 15.8rem /* 2510/160 */;
    height: 1.16875rem;
    mask-image: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/feature-mask.webp");
    -webkit-mask-image: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/feature/feature-mask.webp");
    mask-size: cover;
    position: absolute;
    top: 11.2rem;
    left: 1.2rem;
    padding-left: 0.12rem;
    overflow: hidden;
}

.game-pagination-swiper .swiper-wrapper {
    align-items: center;
}

.game-pagination-swiper .swiper-slide {
    width: 4.1875rem !important;
    height: 1.16875rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -0.19rem;
    z-index: 1;
}

/*.game-pagination-swiper .swiper-slide:nth-child(1) {
    margin-left: 0;
}*/

.game-pagination-swiper .swiper-slide img {
    width: 3.37rem;
    height: auto;
    position: relative;
    /* left: -0.3rem;*/
    z-index: 1;
    left: 0.2rem;
}

.game-pagination-swiper .swiper-slide .thumb-active {
    width: 4.1875rem;
    height: auto;
    position: relative;
    top: 0.1rem;
    z-index: 3;
}


.game-pagination-swiper .swiper-slide .thumb-normal {
    display: block;
}

.game-pagination-swiper .swiper-slide .thumb-hover {
    display: none;
}

.game-pagination-swiper .swiper-slide .thumb-active {
    display: none;
}

.game-pagination-swiper .swiper-slide:hover .thumb-normal {
    display: none
}

.game-pagination-swiper .swiper-slide:hover .thumb-hover {
    display: block;
    cursor: var(--mouse-hover);
}

.game-pagination-swiper .swiper-slide:hover .thumb-active {
    display: none
}

.game-pagination-swiper .swiper-slide:active .thumb-normal,
.game-pagination-swiper .swiper-slide-thumb-active .thumb-normal {
    display: none
}

.game-pagination-swiper .swiper-slide-thumb-active .thumb-hover {
    display: none
}

.game-pagination-swiper .swiper-slide-thumb-active .thumb-active {
    display: block
}

.game-pagination-swiper .swiper-slide-thumb-active .thumb-active {
    display: block;

    /*position: relative;
    left: 0.1rem;
    top: 0.1rem;*/
}

.game-pagination-swiper .swiper-slide-thumb-active:hover .thumb-hover {
    display: none;
}

.game-pagination-swiper .swiper-slide-thumb-active:hover .thumb-active {
    display: block;
    cursor: var(--mouse-hover);
}

.game-pagination-swiper .swiper-slide-thumb-active {
    z-index: 2;
}

/* 游戏特色end */


/* 远光整备室 start */
/* 英雄展示 */
.section04 {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/hero-bg.jpg") center / cover no-repeat;
}

/*.hero-purple {
  background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/bg-purple.webp") center / cover no-repeat;
}

.hero-red {
  background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/bg-red.webp") center / cover no-repeat;
}

.hero-green {
  background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/bg-green.webp") center / cover no-repeat;
}

.hero-golden {
  background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/bg-golden.webp") center / cover no-repeat;
}*/

.hero-title {
    /* width: 5.00625rem; */
    height: 1.3rem;
    position: absolute;
    left: .625rem /* 100/160 */;
    top: 1.91875rem /* 307/160 */;
    z-index: 3;
}

/*.hero-golden .hero-title {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/hero-title-gloden.webp") center / cover no-repeat;
}

.hero-green .hero-title {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/hero-title-green.webp") center / cover no-repeat;
}

.hero-red .hero-title {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/hero-title-red.webp") center / cover no-repeat;
}

.hero-purple .hero-title {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/hero-title-purple.webp") center / cover no-repeat;
}*/

#hero-box, .hero-swiper, .hero-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.hero-content {
    display: none;
}

#hero-box, .hero-swiper .active-hero {
    display: block;
    animation: slideInFromLeft .4s ease-out both;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

#hero_swiper {
    width: 100%;
    height: 100%;
}

.hero-content .txt-box {
    /* border: 1px solid yellow; */
    width: 6.9875rem ;
    position: absolute;
    left: 15.225rem;
    top: 3rem ;
    z-index: 3;
    overflow: visible;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.hero-content .txt-box .left-name {
    /* border: 1px solid red; */
    width: auto;
    height: 3rem;
    display: inline-block;
}
.hero-content .txt-box .right-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    margin-top: 0.4rem;
}
.hero-content .txt-box .role-item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .2rem;
}

.hero-content .txt-box .role-item .role-title {
    width: 1.23125rem;
    height: .7375rem;
    line-height: .7375rem;
    background-color: #16151c;
    text-align: center;
    /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/role-title.webp") center / cover no-repeat; */
    margin-right: .075rem;
    font-size: .22rem;
    color: #acb1b4;
    font-family: "Regular";
}

.hero-content .txt-box .role-item .career-item {
    /* width: 1.2rem; */
    height: .73rem;
    width: auto;
}

.hero-content .skill-box {
    display: flex;
    align-items: center;
    gap: .18125rem;
}

.hero-content .skill-item {
    width: .7375rem;
    height: .7375rem;
}

.hero-content .skill-item img {
    width: 100%;
}

.hero-content .skill-item .skill-normal {
    display: block;
}

.hero-content .skill-item .skill-hover,
.hero-content .skill-item .skill-active {
    display: none;
}

.hero-content .skill-item:hover .skill-hover {
    display: block;
    cursor: var(--mouse-hover);
}

.hero-content .skill-item:hover .skill-normal,
.hero-content .skill-item:hover .skill-active {
    display: none;
}


.hero-content .skill-item:active .skill-active,
.hero-content .skill-item-active .skill-active {
    display: block;
    cursor: var(--mouse-active);
}

.hero-content .skill-item:active .skill-normal,
.hero-content .skill-item:active .skill-hover,
.hero-content .skill-item-active .skill-normal,
.hero-content .skill-item-active .skill-hover {
    display: none;
}

.hero-content .skill-item-active:hover .skill-active {
    display: block;
    cursor: var(--mouse-hover);
}

.hero-content .skill-item-active:hover .skill-hover {
    display: none;
}

.hero-content .desc-box {
    width: 6.85625rem /* 1097/160 */;
    position: absolute;
    left: 15.35rem /* 2470/160 */;
    top: 7.5625rem /* 1210/160 */;
    z-index: 3;
}

.desc-box .desc-title {
    font-family: "Bold";
    font-size: .25rem;
    color: #cbff3f;
    line-height: .40625rem /* 65/160 */;
}

.hero-content .txt-descript {
    width: 100%;
    font-size: .225rem;
    color: #dcdbe7;
    line-height: .40625rem /* 65/160 */;
    font-family: "Regular";
    text-align: justify;
}

.hero-content .img-hero {
    width: auto;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -2rem /* 224/160 */;
    z-index: 2;
}

.hero-content .btn-more {
    width: 4.1875rem;
    height: 1.16875rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/btn-more-normal.webp") center / 3.65625rem auto no-repeat;
    position: absolute;
    left: 19.23rem /* 140/160 */;
    bottom: 2.3875rem /* 382/160 */;
    z-index: 999;
    display: none;
}

.hero-content .btn-more:hover {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/btn-more-hover.webp") 0 0 / 100% auto no-repeat;
    cursor: var(--mouse-hover);
}

.hero-content .btn-more:active {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/hero/btn-more-active.webp") center / 3.65625rem no-repeat;
    cursor: var(--mouse-active);
}

.hero-swiper .swiper-button-prev {
    transform: rotate(90deg);
    top: 4.075rem /* 652/160 */;
    left: 3.0375rem /* 486/160 */;
}

.hero-swiper .swiper-button-next {
    transform: rotate(-90deg);
    top: 11.2125rem /* 1794/160 */;
    left: 3rem /* 480/160 */;
}

/* 英雄展示 分页器 */
.hero-pagination-swiper {
    width: 5.08125rem;
    height: 6.4875rem /* 1038/160 */;
    overflow: hidden;
    position: absolute;
    top: 4.44375rem /* 711/160 */;
    left: 1.14rem /* 236/160 */;
    z-index: 2;
}

.hero-pagination-swiper .swiper-slide .hero-wrapper {
    width: 5.08125rem;
    height: 2.425rem;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-pagination-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    top: -0.65rem;
}

.hero-pagination-swiper .swiper-slide .page-normal {
    width: 4.09375rem;
    display: block;
}

.hero-pagination-swiper .swiper-slide .page-hover {
    width: 4.09375rem;
    display: none;
}

.hero-pagination-swiper .swiper-slide .page-active {
    display: none;
    top: -1rem;
    z-index: -1;
}

.hero-pagination-swiper .swiper-slide-next .page-normal,
.hero-pagination-swiper .swiper-slide-next .page-hover {
    top: -0.4rem;
}


.hero-pagination-swiper .swiper-slide:active,
.hero-pagination-swiper .swiper-slide-active {
    /*width: 5.08125rem !* 813/160 *! !important;
    height: 2.325rem !* 372/160 *! !important;*/
    cursor: var(--mouse-active);
}

.hero-pagination-swiper .swiper-slide:hover .page-normal {
    display: none;
}

.hero-pagination-swiper .swiper-slide:hover .page-hover {
    display: block;
    cursor: var(--mouse-hover);
}

.hero-pagination-swiper .swiper-slide:hover .page-active {
    display: none;
}

.hero-pagination-swiper .swiper-slide-active:hover .page-hover {
    display: none;
}

.hero-pagination-swiper .swiper-slide-active:hover .page-active {
    display: block;
    cursor: var(--mouse-hover);
}


.hero-pagination-swiper .swiper-slide:active .page-normal {
    display: none;
}

.hero-pagination-swiper .swiper-slide:active .page-hover {
    display: none;
}

.hero-pagination-swiper .swiper-slide:active .page-active {
    display: block;
    cursor: var(--mouse-active);
}

.hero-pagination-swiper .swiper-slide-active .page-normal {
    display: none;
}

.hero-pagination-swiper .swiper-slide-active .page-hover {
    display: none;
}

.hero-pagination-swiper .swiper-slide-active .page-active {
    display: block;
}

/* 枪械展示 */
#weapon-box {
    height: 100%;
    width: 100%;
    background: url(https://officialweb.lilithcdn.com/original_images/web/images/1750386106877gunBg.webp) center / cover no-repeat;
    overflow: hidden;
    position: relative;
}

#weapon-box .weapon-swiper .active-weapon {
    display: block;
    animation: slideInFromRight .4s ease-out both;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

#weapon-box .weapon-title {
    /* width: 5rem; */
    width: auto;
    height: 1.3rem;
    /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/weapon-title.webp") 0 0 / 100% auto no-repeat; */
    position: absolute;
    left: .76875rem /* 123/160 */;
    top: 1.84rem;
    z-index: 2;
}

.weapon-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.weapon-swiper .swiper-slide {
    display: none;
}

.weapon-content {
    height: 100%;
    width: 100%;
    position: relative;
}

.weapon-swiper .weapon-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.weapon-content .img-weapon {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: -0.5rem;
}

.weapon-content .title-box {
    width: 11.56875rem;
    height: 1.60625rem;
    position: absolute;
    right: -2rem;
    top: 8rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/bg-weapon-name.webp") 0 0 / 100% auto no-repeat;
    font-family: "Bold";
    font-size: 1.01rem;
    color: #d9d9d9;
    text-align: center;
    text-shadow: 0.2rem 0 0 rgba(0, 0, 0, 0.3);
}

.weapon-content .title-box .weapon-name-title {
    width: 1rem;
    height: auto;
}

.weapon-content .title-box p:nth-child(1) {
    margin-top: -0.4rem;
    margin-left: -2rem;
    transform: skewX(-5deg);
}

.weapon-content .txt-descript {
    width: 100%;
    text-align: center;
    font-family: "Regular";
    font-size: .25rem;
    color: #cbff3f;
    position: absolute;
    bottom: 0;
}

.weapon-swiper .swiper-button-prev,
.weapon-swiper .swiper-button-next {
    position: absolute;
    top: 11.4rem /* 1841/160 */;
    z-index: 12;
}

.weapon-swiper .swiper-button-prev {
    left: 3rem /* 492/160 */;
}

.weapon-swiper .swiper-button-next {
    right: 3.6rem /* 556/160 */;
}

/* 枪械展示 分页器 */
.weapon-page-container {
    width: 20.15625rem /* 3225/160 */;
    height: 3.04375rem /* 487/160 */;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/bottom-bg.webp") 0 0 / 100% auto no-repeat;
    overflow: hidden;
    position: absolute;
    left: 1.25rem;
    top: 10.45rem;
    z-index: 10;
}

.weapon-pagination-swiper {
    width: 16.35rem /* 2634/160 */;
    height: 2.4rem;
    margin-left: 1.73rem /* 273/160 */;
    mask-image: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/weapon-mask.webp);
    -webkit-mask-image: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/weapon-mask.webp);
    mask-size: cover;
    padding-left: 0.6rem;
    overflow: hidden;
}

.weapon-pagination-swiper .swiper-slide {
    width: 5.83125rem !important;
    height: 2.3375rem !important;
    display: flex;
    align-items: center;
    position: relative;
    left: -1.6rem;
}

.weapon-pagination-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    position: relative;
    left: -0.5rem;
    top: 0.1rem;
    z-index: 1;
}

.weapon-pagination-swiper .swiper-slide .thumb-normal {
    width: 5.00625rem;
    height: auto;
    left: 0;
    top: 0;
}

.weapon-pagination-swiper .swiper-slide .thumb-active {
    z-index: 3;
}

.weapon-pagination-swiper .swiper-slide .thumb-hover {
    width: 5.00625rem /* 801/160 */;
    height: 1.5625rem /* 250/160 */;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/weapon/weapon-thumb-hover.webp) 0 0 / 100% auto no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.weapon-pagination-swiper .swiper-slide .thumb-normal {
    display: block;
}

.weapon-pagination-swiper .swiper-slide .thumb-hover {
    display: none;
}

.weapon-pagination-swiper .swiper-slide .thumb-active {
    display: none;
}

.weapon-pagination-swiper .swiper-slide:hover .thumb-normal {
    display: block;
    cursor: var(--mouse-hover);
}

.weapon-pagination-swiper .swiper-slide:hover .thumb-hover {
    display: block;
}

.weapon-pagination-swiper .swiper-slide:hover .thumb-active {
    display: none
}

.weapon-pagination-swiper .swiper-slide-active .thumb-normal {
    display: none;
}

.weapon-pagination-swiper .swiper-slide-active .thumb-hover {
    display: none;
}

.weapon-pagination-swiper .swiper-slide-active .thumb-active {
    display: block;
}

.weapon-pagination-swiper .swiper-slide-active:hover .thumb-normal {
    display: none;
}

.weapon-pagination-swiper .swiper-slide-active:hover .thumb-hover {
    display: none;
}

.weapon-pagination-swiper .swiper-slide-active:hover .thumb-active {
    display: block;
    cursor: var(--mouse-hover);
}

/* 地图展示 */
#map-box, .map-swiper, .map-content {
    height: 100%;
    width: 100%;
    position: relative;
}

.map-content {
    position: relative;
}

.map-content.bg1 {
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/map/bg-siliedi.webp) no-repeat center/cover;
}

.map-content.bg2 {
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/map/bg-mingricheng.webp) no-repeat center/cover;
}

.map-content .map-title1,
.map-content .map-title2 {
    /* width: 4.275rem; */
    width: auto;
    height: 1.3rem;
    position: absolute;
    top: 2rem;
    left: .7rem /* 123/160 */;
}

.map-content .txt-descript {
    font-family: "Regular";
    width: 10.025rem;
    height: 2.91875rem /* 467/160 */;
    position: absolute;
    left: 1.675rem;
    bottom: 0;
    font-size: .23rem;
    line-height: 1.6;
    color: #FFFFFF;
    
    text-indent: .5rem;
    padding-top: .2rem;
    box-sizing: border-box;
}

/* 地图分页器 */
.map-pagination-swiper {
    width: 10rem;
    height: 2.44375rem;
    position: absolute;
    bottom: .8rem /* 157/160 */;
    right: 1.4rem;
}

.map-pagination-swiper .swiper-slide {
    width: 6.43125rem !important;
    height: 2.44375rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/map/page-bg-normal.webp) no-repeat center / 5.73125rem auto;
    margin-left: -2.2rem;
}

.map-pagination-swiper .swiper-slide:nth-child(1) {
    margin-left: 0;
}

.map-pagination-swiper .swiper-slide:hover {
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/map/page-bg-hover.webp) no-repeat center/ 5.73125rem auto;
    cursor: var(--mouse-hover);
}

.map-pagination-swiper .swiper-slide-thumb-active,
.map-pagination-swiper .swiper-slide-thumb-active:hover {
    width: 6.43125rem;
    height: 2.44375rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/map/page-bg-active.webp) no-repeat center/ 100% auto;
    cursor: var(--mouse-hover);
}

.map-pagination-swiper .map-mask {
    width: 5.625rem;
    height: 1.875rem;
    mask-image: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/map/page-bg-normal.webp);
    -webkit-mask-image: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/map/page-bg-normal.webp);
    mask-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.97);
    margin-top: 0.3rem;
    margin-left: 0.35rem;
    opacity: 0.5;
}

.map-pagination-swiper .map-mask img {
    width: 100%;
    height: auto;
}

.map-pagination-swiper .swiper-slide-thumb-active .map-mask,
.map-pagination-swiper .swiper-slide:hover .map-mask {
    opacity: 1;
}

/* 远光整备室 end */


/* 叭嘀小课堂  start */
#badi-box {
    height: 100%;
    width: 100%;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/buddy/buddy-bg.webp) center / cover no-repeat;
    overflow: hidden;
    position: relative;
}


#badi-box .badi-swiper .active-badi {
    display: block;
    animation: slideInFromRight .4s ease-out both;
}

.badi-title {
    /* width: 4.80625rem; */
    width: auto;
    height: 1.3rem;
    /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/buddy/buddy-title.webp") center / cover no-repeat; */
    position: absolute;
    top: 2.1875rem /* 350/160 */;
    left: .76875rem /* 123/160 */;
    z-index: 1;
}

.badi-swiper, .badi-content {
    height: 100%;
    width: 100%;
    position: relative;
}

.badi-swiper .swiper-slide {
    display: none;
}

.badi-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.badi-content .txt-box {
    position: absolute;
    right: 2.3125rem;
    top: 3.2rem;
    text-align: right;
    font-family: "Regular";
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.badi-content .name-title {
    height: 1.7rem;
    width: auto;
    margin-bottom: .1875rem;
    z-index: 2;
}

.badi-content .type-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .1875rem;
    padding-right: 0.1rem;
    z-index: 2;
}

.badi-content .type-box p {
    background: #000;
    font-size: .21875rem;
    color: #cbff3f;
    padding: .08125rem .10625rem;
    margin-left: .12rem;
}

.badi-content .txt-box .txt-descript {
    font-size: .28125rem;
    color: #aab1b2;
    padding-right: 0.22rem;
    width: 6.5rem;
}

.badi-content .img-bd {
    width: 9.375rem;
    height: auto;
    position: absolute;
    top: 0.7rem;
    left: 5.6rem;
    transform: scale(0.9);
    z-index: 3;
}

.badi-content .skill-btn {
    width: 6.1875rem;
    height: 1.725rem;
    /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_en.webp") center / 5.41875rem auto no-repeat; */
    position: absolute;
    top: 7.3rem;
    right: 2.2rem;
    z-index: 999;
}
.badi-content .skill-btn:hover {
    /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/buddy/btn-skill-hover.webp") center / 100% auto no-repeat; */
    cursor: var(--mouse-hover);
    top: 7.4rem;
}
.badi-content .skill-btn:active {
    /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/buddy/btn-skill-active.webp") center / 5.41875rem auto no-repeat; */
    cursor: var(--mouse-active);
    top: 7.25rem;
}

.badi-content .skill-btn-default {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_en.webp") center / 5.41875rem auto no-repeat;
}
.badi-content .skill-btn-default:hover {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_en_hover.webp") center / 5.41875rem auto no-repeat;
}
.badi-content .skill-btn-default:active {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_en_active.webp") center / 5.41875rem auto no-repeat;
}
.badi-content .skill-btn-en {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_en.webp") center / 5.41875rem auto no-repeat;
}
.badi-content .skill-btn-en:hover {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_en_hover.webp") center / 5.41875rem auto no-repeat;
}
.badi-content .skill-btn-en:active {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_en_active.webp") center / 5.41875rem auto no-repeat;
}

.badi-content .skill-btn-es {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_es.webp") center / 5.41875rem auto no-repeat;
}
.badi-content .skill-btn-es:hover {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_es_hover.webp") center / 5.41875rem auto no-repeat;
}
.badi-content .skill-btn-es:active {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_es_active.webp") center / 5.41875rem auto no-repeat;
}

.badi-content .skill-btn-pt_BR {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_pt_BR.webp") center / 5.41875rem auto no-repeat;
}
.badi-content .skill-btn-pt_BR:hover {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_pt_BR_hover.webp") center / 5.41875rem auto no-repeat;
}
.badi-content .skill-btn-pt_BR:active {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/buddy/skill_btn_pt_BR_active.webp") center / 5.41875rem auto no-repeat;
}







.customer-video-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    z-index: 998;
    display: none;
}

.customer-video-modal .model-content {
    width: 17.6rem;
    height: 8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.customer-video-modal .btn-close {
    width: .6rem;
    height: .6rem;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/home/config-close.webp) no-repeat center/cover;
    position: absolute;
    top: -0.8rem;
    right: .2rem;
}

.customer-video-modal .video-box {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 叭嘀翻页 */
.badi-swiper .swiper-button-prev {
    left: 2.4rem;
    top: 10.92rem;
}

.badi-swiper .swiper-button-next {
    right: 3rem;
    top: 10.92rem;
    left: unset;
}

/* 叭嘀小课堂分页器 */
.badi-pagination-swiper {
    width: 16.90625rem;
    height: 2.525rem;
    mask-image: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/buddy/badi-mask.webp");
    -webkit-mask-image: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/buddy/badi-mask.webp");
    mask-size: cover;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    top: 9.88rem;
    left: 3.2rem;
}

.badi-pagination-swiper .swiper-wrapper {
    align-items: center;
}

.badi-pagination-swiper .swiper-slide {
    /*width: 4.0125rem !important;
    height: 2.525rem !important;
    margin-left: -1.8rem;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
}

/*
.badi-pagination-swiper .swiper-slide:nth-child(1) {
    margin-left: 0;
}
*/

.badi-pagination-swiper .swiper-slide img {
    width: 4.0125rem;
    height: auto;
}

.badi-pagination-swiper .swiper-slide .thumb-normal {
    width: 3.0375rem /* 486/160 */;
    height: auto;
}

.badi-pagination-swiper .swiper-slide .thumb-hover {
    width: 3.0375rem /* 486/160 */;
    height: .9375rem /* 150/160 */;
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/buddy/buddy-thumb-hover.webp) 0 0 / 100% auto no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


.badi-pagination-swiper .swiper-slide .thumb-normal {
    display: block;
}

.badi-pagination-swiper .swiper-slide .thumb-hover {
    display: none;
}

.badi-pagination-swiper .swiper-slide .thumb-active {
    display: none;
}

.badi-pagination-swiper .swiper-slide:hover .thumb-normal {
    display: block;
    cursor: var(--mouse-hover);
}

.badi-pagination-swiper .swiper-slide:hover .thumb-hover {
    display: block;
}

.badi-pagination-swiper .swiper-slide:hover .thumb-active {
    display: none
}

.badi-pagination-swiper .swiper-slide-active {
    z-index: 1;
}

.badi-pagination-swiper .swiper-slide-active .thumb-normal {
    display: none;
}

.badi-pagination-swiper .swiper-slide-active .thumb-hover {
    display: none;
}

.badi-pagination-swiper .swiper-slide-active .thumb-active {
    display: block;
    position: relative;
    left: -0.75rem;
    top: 0.1rem;
}

.badi-pagination-swiper .swiper-slide-active:hover .thumb-normal {
    display: none;
}

.badi-pagination-swiper .swiper-slide-active:hover .thumb-hover {
    display: none;
}

.badi-pagination-swiper .swiper-slide-active:hover .thumb-active {
    display: block;
    cursor: var(--mouse-hover);
}

/* 叭嘀小课堂  end */


/* 新闻资讯  start */
.section08 {
    width: 100%;
    height: 100%;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/news-bg.webp") center / cover no-repeat;
}

.section08 .news-container {
    width: 19.375rem;
    height: 6.25rem;
    margin: 1.3rem auto .25rem auto;
    display: flex;
    align-items: flex-end;
}

.news-container .left-content {
    width: 9.83125rem;
    height: 100%;
    margin-right: .2rem;

}

.left-content .tabbar-box {
    /* border: 1px solid yellow; */
    /* height: .7625rem; */
    width: 9.83125rem;

    /* display: flex;
    align-items: flex-end; */
}

.news-container .left-content .news-title {
    width: 2.4875rem !important;
    height: .7625rem;
    display: block;
    /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/news-title.webp") center / cover no-repeat; */
    /* margin-right: .2375rem; */
}

.tabbar-box .tab-box {
    background-color: #1a191c;
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 0.2rem;
    border-radius: 0.02rem;
}


.tabbar-box .tab-box .line {
    width: 0.01rem;
    height: 0.25rem;
    background-color: #484747;
    margin: 0 0.2rem;
}
.tabbar-box .tab-box .tab-item {
    padding: 0 .2rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/bg-item-normal.webp") center /  100% auto no-repeat; */
    color: #868686;
    font-size: .2rem;
    /* margin-left: -0.49rem; */
    font-family: "Bold";
    z-index: 1;
    white-space: nowrap;
    flex-shrink: 0; /* 防止项目被压缩 */
}

.tabbar-box .tab-box .tab-item:nth-child(2) {
    margin-left: 0;
}

.tabbar-box .tab-box .tab-item:hover {    
    color: #FFFFFF;
    cursor: var(--mouse-hover);
}

.tabbar-box .tab-box .tab-item:active, 
.tabbar-box .tab-box .tab-item.tab-active {
    background: url(https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/en/pc/news/tabs-hover.webp) center /100% 100% no-repeat;
    color: #cbff3f;
    z-index: 2;
    cursor: var(--mouse-active);
}

.news-container .left-content .news-list {
    width: 9.5rem;
    height: 3.9rem;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
    margin-left: .1rem;
}

.news-container .left-content .news-list::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}

.left-content .news-list .news-item {
    width: 100%;
    height: .77rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: .25rem;
    border-bottom: 1px dashed #88868a;
    font-family: "Regular";
    text-decoration: none;
}

.news-item .type {
    /* width: .7rem; */
    border-right: 1px solid #fff;
    padding-right: .15625rem;
}

.news-item .content {
    flex: 1;
    padding-left: .15625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item .time {
    width: 1.3rem;
    color: #aab1b3;
    font-size: .225rem;
    text-align: right;
}

.news-btn-more {
    /* display: block; */
    width: 9.45rem;
    height: .825rem;
    margin-left: .24rem;
    background-color: #15141c;
    color: #858585;
    font-size: .25rem;
    font-family: "Regular";
    text-decoration: none;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;
}
.news-btn-more .color-txt{
    color: #cbff3e;
    margin: 0 0.1rem;
}
.news-btn-more .plus{
    font-size: .4rem;
    margin-top: -0.08rem;
}
.news-btn-more:hover,
.news-btn-more:hover .color-txt {    
    cursor: var(--mouse-hover);    
    color: #fcfcfc;
}
.news-btn-more:active,
.news-btn-more:active .color-txt {
    cursor: var(--mouse-active);
    color: #cbff3e;
}



.news-container .right-content {
    width: 9.175rem;
    height: 5.19375rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/swiper-border.webp") center / 100% auto no-repeat;
    padding: .04375rem;
    position: relative;
    top: 0.1rem;
}

.news-container .right-content .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news-swiper {
    overflow: hidden;
    position: relative;
}

.news-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.news-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.news-swiper .swiper-bottom {
    width: 100%;
    height: .8rem;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.news-swiper .swiper-bottom .swiper-pagination {
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-swiper .swiper-bottom .swiper-button-prev {
    width: .3rem;
    height: .4rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/arrow-left-normal.webp") center / .1625rem auto no-repeat;
    left: 2.8875rem;
    top: .2rem /* 40/160 */;
    z-index: 12;
    transform: none;
    margin: 0;
}

.news-swiper .swiper-bottom .swiper-button-prev:hover {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/arrow-left-hover.webp") center / .1625rem auto no-repeat;
    cursor: var(--mouse-hover);
}

.news-swiper .swiper-bottom .swiper-button-prev:active {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/arrow-left-active.webp") center / .1625rem auto no-repeat;
    cursor: var(--mouse-active);
}

.news-swiper .swiper-bottom .swiper-button-next {
    width: .3rem;
    height: .4rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/arrow-right-normal.webp") center / .1625rem auto no-repeat;
    right: 2.8875rem;
    top: .2rem;
    transform: none;
    z-index: 12;
    margin: 0;
}

.news-swiper .swiper-bottom .swiper-button-next:hover {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/arrow-right-hover.webp") center / .1625rem auto no-repeat;
    cursor: var(--mouse-hover);
}

.news-swiper .swiper-bottom .swiper-button-next:active {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/arrow-right-active.webp") center / .1625rem auto no-repeat;
    cursor: var(--mouse-active);
}

.news-swiper .swiper-pagination-bullet {
    width: .0875rem;
    height: .0875rem;
    background: #858585;
}

.news-swiper .swiper-pagination-bullet-active {
    background: #cbff3f;
}

.section08 .content-container {
    width: 19.375rem;
    height: 4.0625rem;
    margin: 0 auto;
    position: relative;
}

.content-container .content-title {
    /* width: 2.425rem; */
    width: auto;
    height: .7875rem;
    /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/content-title.webp") center / 100% auto no-repeat; */
}

.content-container .content-list {
    display: flex;
    margin-top: .225rem;
    margin-left: .4625rem;
    overflow: hidden;
}

.content-container .content-list .content-item {
    width: 4.59375rem;
    height: 3.0875rem;
    margin-right: .18125rem;
    position: relative;
    text-decoration: none;
}

.content-container .content-list .content-item img {
    display: block;
    width: 100%;
    height: 2.5625rem;
    object-fit: cover;
}

.content-list .content-item .content-text {
    width: 4.60625rem;
    height: .51875rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/content-bg.webp") center / 100% auto no-repeat;
    display: flex;
    align-items: center;
    font-family: "Regular";
    font-size: .2125rem;
    color: #fff;
}

.content-list .content-item .content-text-title {
    flex: 1;
    margin-left: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-list .content-item .content-time {
    width: 1.3rem;
    color: #797f80;
    font-size: .2rem;
    text-align: right;
    padding-right: 0.2rem;
}

.content-list .content-item .btn-play {
    width: .56875rem;
    height: .59375rem;
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/btn-play-normal.webp") center / 100% auto no-repeat;
    position: absolute;
    top: 1.0875rem;
    left: 1.875rem;
    cursor: pointer;
}

.content-list .content-item .btn-play:hover {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/btn-play-hover.webp") center / 100% auto no-repeat;
    cursor: var(--mouse-hover);
}

.content-list .content-item .btn-play:active {
    background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/btn-play-active.webp") center / 100% auto no-repeat;
    cursor: var(--mouse-active);
}



.content-container .btn-content-more {
    /* width: .79375rem;
    height: .25625rem; */
    /* background: url("https://lilithimage.lilithcdn.com/allgames-official-web/farlight84/cn/obt_images/home/pc/images/news/btn-content-more-normal.webp") center / 100% auto no-repeat; */
    display: block;
    position: absolute;
    top: .4875rem;
    right: 0;
    cursor: pointer;

    color: #858585;
    font-size: .25rem;
    font-family: "Regular";
    line-height: .825rem;
    text-decoration: none;
    font-weight: 700;
}
.content-container .btn-content-more .plus{
    font-size: .4rem;
}
.content-container .btn-content-more:hover,
.content-container .btn-content-more span:hover {
    color: #e7eae9;
    cursor: var(--mouse-hover);
}
.content-container .btn-content-more:active,
.content-container .btn-content-more span:active {
    color: #cbff3e;
    cursor: var(--mouse-active);
}

/* 新闻资讯  end */



