:root {
    --swiper-theme-color:#007aff}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 12rem
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 12rem
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: .01rem;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: .01rem;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-lazy-preloader {
    width: .42rem;
    height: .42rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.21rem;
    margin-top: -.21rem;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: .04rem solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff}

.swiper-lazy-preloader-black {
    --swiper-preloader-color:#000}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: .01rem;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: .01rem;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size:.44rem}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0 - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next svg,.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: .08rem
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size,4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset,1%);
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size,4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left,auto);
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size,4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(.5rem)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

:root {
    font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,STHeiti,Tahoma,Simsun,sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color-scheme: light dark;
    color: rgba(255,255,255,.87);
    background-color: #242424;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none
}

a {
    font-weight: 500;
    color: #646cff;
    text-decoration: inherit
}

a:hover {
    color: #535bf2
}

body {
    margin: 0;
    line-height: 1;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: NOTOMED
}

html {
    font-size: 50PX
}

@media screen and (max-width: 768px) and (min-width: 414px) {
    html {
        font-size:55.2PX
    }
}

html {
    font-size: 9.25925925vh;
    font-size: 9.32vh
}

@media all and (min-aspect-ratio: 1920/1080) and (orientation: landscape) {
    html {
        font-size:5.20833333vw
    }
}

.m_vertical {
    transform-origin: center center
}

.m_vertical .m_wrap {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh
}

.m_horizontal {
    transform-origin: center center;
    transform: rotate(90deg)
}

.m_horizontal .m_wrap {
    position: relative;
    overflow: hidden;
    width: 100vh;
    height: 100vw
}

@media all and (orientation: landscape) {
    html .m_horizontal {
        transform:rotate(0)
    }

    html .m_horizontal .m_wrap {
        width: 100vw;
        height: 100vh
    }

    html .m_share-wrap .content-text {
        left: auto;
        right: .4rem
    }

    html .m_share-wrap .content-img {
        left: auto;
        right: 0;
        transform: scaleX(1)
    }
}

@font-face {
    font-family: ZSTMED;
    src: url(/font/ZSTMED.ttf) format("truetype")
}

@font-face {
    font-family: digit;
    src: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/font/Varelmo.otf) format("truetype")
}

@font-face {
    font-family: rej;
    src: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/rej.ttf) format("truetype")
}

@font-face {
    font-family: fzlt;
    src: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/fzlt.woff2) format("truetype")
}

.hide {
    display: none
}

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

.abs {
    position: absolute
}

.l0 {
    left: 0
}

.t0 {
    top: 0
}

.lhalf {
    left: 50%
}

.thalf {
    top: 50%
}

.absf {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.abcter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.lcter {
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.tcter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.fcter {
    display: flex;
    align-items: center;
    justify-content: center
}

.center {
    transform: translate(-50%,-50%)
}

.fdc {
    flex-direction: column
}

.sizcont {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.sizcover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

input {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: inherit;
    font-family: inherit
}

input:focus {
    outline: none
}

.active-center {
    transition: transform .3s;
    cursor: pointer
}

.active-center:hover,.active-center:active {
    transform: translate(-50%,-50%) scale(1.1)
}

.m-icon-loading {
    position: fixed;
    z-index: 999;
    display: none
}

.m-icon-loading .inner {
    width: 1.2rem;
    height: 1.2rem;
    background-color: rgba(0,0,0,.7);
    border-radius: .1rem
}

.m-icon-loading .inner svg path,.m-icon-loading .inner svg rect {
    fill: #fff
}

.m-msg {
    display: none;
    z-index: 1
}

.m-msg .text {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: .2rem;
    color: #dee9e0
}

.cursor {
    cursor: pointer
}

.flex {
    display: flex
}

.dark {
    background-color: rgba(0,0,0,.95)
}

.cor_EC5511 {
    color: #ec5511
}

.cor_0098E3 {
    color: #00acff
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.img_0 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/0.png)
}

.img_0_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/0.png);
    width: .44rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/1.png)
}

.img_1_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/1.png);
    width: .22rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/2.png)
}

.img_2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/2.png);
    width: .44rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_3 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/3.png)
}

.img_3_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/3.png);
    width: .44rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_4 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/4.png)
}

.img_4_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/4.png);
    width: .44rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_5 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/5.png)
}

.img_5_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/5.png);
    width: .445rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_6 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/6.png)
}

.img_6_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/6.png);
    width: .44rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_7 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/7.png)
}

.img_7_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/7.png);
    width: .385rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_8 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/8.png)
}

.img_8_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/8.png);
    width: .44rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_9 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/9.png)
}

.img_9_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/9.png);
    width: .44rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_app_dl_ad {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/app_dl_ad.png)
}

.img_app_dl_ad_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/app_dl_ad.png);
    width: 1.555rem;
    height: 1.645rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_app_dl_ios {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/app_dl_ios.png)
}

.img_app_dl_ios_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/app_dl_ios.png);
    width: 1.555rem;
    height: 1.645rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bg.jpg)
}

.img_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bg.jpg);
    width: 19.2rem;
    height: 10.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_bind_hover_reward {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_hover_reward.png)
}

.img_bind_hover_reward_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/sub_hover_reward.png);
    width: 1.35rem;
    height: .84rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_bind_inpt {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_inpt.png)
}

.img_bind_inpt_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_inpt.png);
    width: 2.91rem;
    height: .73rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_bind_phone_pop {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_phone_pop.png)
}

.img_bind_phone_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_phone_pop.png);
    width: 6.44rem;
    height: 5.04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_bind_phone_pop2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_phone_pop2.png)
}

.img_bind_phone_pop2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_phone_pop2.png);
    width: 6.44rem;
    height: 4.84rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_bind_reward {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_reward.png)
}

.img_bind_reward_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_reward.png);
    width: 1.93rem;
    height: 1.335rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_bind_text {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_text.png)
}

.img_bind_text_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_text.png);
    width: .64rem;
    height: .45rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_bind_text_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_text_hover.png)
}

.img_bind_text_hover_s {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_back {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back.png)
}

.img_btn_back_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_back_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back_hover.png)
}

.img_btn_back_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back_hover.png);
    width: .565rem;
    height: .55rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_bind {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind.png)
}

.img_btn_bind_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind.png);
    width: 1.18rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_bind_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_hover.png)
}

.img_btn_bind_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_hover.png);
    width: 1.18rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_bind_phone {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_phone.png)
}

.img_btn_bind_phone_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_phone.png);
    width: 2.05rem;
    height: .44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_bind_phone_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_phone_hover.png)
}

.img_btn_bind_phone_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_phone_hover.png);
    width: 2.05rem;
    height: .44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_bind_pop {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_pop.png)
}

.img_btn_bind_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_pop.png);
    width: 1.31rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_cancel {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_cancel.png)
}

.img_btn_cancel_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_cancel.png);
    width: 1.31rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_cancel_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind.png)
}

.img_btn_cancel_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind.png);
    width: 1.18rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_cfm {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_cfm.png)
}

.img_btn_cfm_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_cfm.png);
    width: 1.33rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_close {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close.png)
}

.img_btn_close_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_close_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_hover.png)
}

.img_btn_close_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_copy {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_copy.png)
}

.img_btn_copy_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_copy.png);
    width: 1.42rem;
    height: .45rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_examine {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_examine.png)
}

.img_btn_examine_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_examine.png);
    width: 1.31rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_examine_s_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_examine2.png);
    width: 2.07rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_gray {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_gray.png)
}

.img_btn_gray_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_gray.png);
    width: 1.805rem;
    height: .54rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_hover.png)
}

.img_btn_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_hover.png);
    width: 1.915rem;
    height: .63rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_normal {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_normal.png)
}

.img_btn_normal_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_normal.png);
    width: 1.915rem;
    height: .63rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_oder {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_oder.png)
}

.img_btn_oder_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_oder.png);
    width: 1.8rem;
    height: .54rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_oder_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_oder_hover.png)
}

.img_btn_oder_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_oder_hover.png);
    width: 1.8rem;
    height: .54rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_oder_done_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_oder_done.png);
    width: 1.8rem;
    height: .54rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_play {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play.png)
}

.img_btn_play_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play.png);
    width: .71rem;
    height: .705rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_play_apng {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play_apng.png)
}

.img_btn_play_apng_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play_apng.png);
    width: .76rem;
    height: .76rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_play_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play_hover.png)
}

.img_btn_play_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play_hover.png);
    width: .77rem;
    height: .77rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_play_hover_apng {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play_hover_apng.png)
}

.img_btn_play_hover_apng_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play_hover_apng.png);
    width: .76rem;
    height: .76rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_rebate {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_rebate.png)
}

.img_btn_rebate_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_rebate.png);
    width: 1.03rem;
    height: .93rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_rebate_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_rebate_hover.png);
    width: 1.03rem;
    height: .93rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_reserv {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reserv.png)
}

.img_btn_reserv_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reserv.png);
    width: 1.8rem;
    height: .44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_reserv_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reserv_hover.png)
}

.img_btn_reserv_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reserv_hover.png);
    width: 1.8rem;
    height: .44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_reward {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reward.png)
}

.img_btn_reward_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reward.png);
    width: 2.655rem;
    height: 2.165rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_reward_state_close {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reward_state_close.png)
}

.img_btn_reward_state_close_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reward_state_close.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_reward_state_open {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reward_state_open.png)
}

.img_btn_reward_state_open_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reward_state_open.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_reward_tips {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reward_tips.png)
}

.img_btn_reward_tips_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reward_tips.png);
    width: .325rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_right {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_right.png)
}

.img_btn_right_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_right.png);
    width: 1.26rem;
    height: .355rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_right_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_right_hover.png)
}

.img_btn_right_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_right_hover.png);
    width: 1.26rem;
    height: .355rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_start_now {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_start_now.png)
}

.img_btn_start_now_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_start_now.png);
    width: 1.42rem;
    height: .45rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_start_now_s_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_start_now_hover.png)
}

.img_btn_sub {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_sub.png)
}

.img_btn_sub_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_sub.png);
    width: 1.77rem;
    height: .53rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_sub_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_sub_hover.png)
}

.img_btn_sub_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_sub_hover.png);
    width: 1.84rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_sub_over {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_gray.png)
}

.img_btn_sub_over_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_gray.png);
    width: 1.805rem;
    height: .54rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_test_add {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_test_add.png)
}

.img_btn_test_add_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_test_add.png);
    width: 1.915rem;
    height: .63rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_test_add_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_test_add_hover.png)
}

.img_btn_test_add_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_test_add_hover.png);
    width: 1.915rem;
    height: .63rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_to_h5 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_h5.png)
}

.img_btn_to_h5_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_h5.png);
    width: 2.935rem;
    height: 1.65rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_to_h5_open2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_h5_open2.png)
}

.img_btn_to_h5_open2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_h5_open2.png);
    width: 2.53rem;
    height: 1.56rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_to_test {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_test.png)
}

.img_btn_to_test_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_test.png);
    width: 1.77rem;
    height: .53rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_to_test_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_test_hover.png)
}

.img_btn_to_test_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_test_hover.png);
    width: 1.77rem;
    height: .53rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_to_test_hover2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_test_hover2.png)
}

.img_btn_to_test_hover2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_test_hover2.png);
    width: 1.84rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_cahnnel_wx_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/cahnnel_wx_hover.png)
}

.img_cahnnel_wx_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/cahnnel_wx_hover.png);
    width: .76rem;
    height: .94rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_channel_qq {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_qq2.png)
}

.img_channel_qq_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_qq2.png);
    width: 1.335rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_channel_qq_s_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_qq.png);
    width: .92rem;
    height: 1.205rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_channel_qq_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_qq_hover.png)
}

.img_channel_qq_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_qq_hover.png);
    width: 1.335rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_channel_wx {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_wx.png)
}

.img_channel_wx_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_wx.png);
    width: 1.335rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_channel_wx_s_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_wx2.png);
    width: .92rem;
    height: 1.205rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_channel_wx_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_wx_hover.png)
}

.img_channel_wx_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_wx_hover.png);
    width: 1.335rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_code_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png)
}

.img_code_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
    width: 1.3rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_code_bg_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg_hover.png)
}

.img_code_bg_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg_hover.png);
    width: .875rem;
    height: .28rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_code_test {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_test.png)
}

.img_code_test_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_test.png);
    width: .59rem;
    height: .28rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_coming_text {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/coming_text.png)
}

.img_coming_text_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/coming_text.png);
    width: .72rem;
    height: .185rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_common_tips_pop {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/tips_pop.png)
}

.img_common_tips_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/tips_pop.png);
    width: 5rem;
    height: 2.44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_copy_pop {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/copy_pop.png)
}

.img_copy_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/copy_pop.png);
    width: 6.44rem;
    height: 4.84rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_countdown_back {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/countdown_back.png)
}

.img_countdown_back_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/countdown_back.png);
    width: 4.57rem;
    height: .58rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_examine_pop {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/examine_pop.png)
}

.img_examine_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/examine_pop.png);
    width: 6.44rem;
    height: 3.99rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_examine_pop_s_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/examine_pop2.png);
    width: 6.44rem;
    height: 4.94rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_index_ele_aim {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/index_ele_aim.png)
}

.img_index_ele_aim_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/index_ele_aim.png);
    width: 1.24rem;
    height: .35rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_index_video {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/index_video.jpg)
}

.img_index_video_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/index_video.jpg);
    width: 12.8rem;
    height: 7.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_left_bot_i {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/left_bot_i.png)
}

.img_left_bot_i_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/left_bot_i.png);
    width: 2rem;
    height: .8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_login_channel_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/login_channel_bg.png)
}

.img_login_channel_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/login_channel_bg.png);
    width: 5rem;
    height: 2.44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_login_fgx {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/login_fgx.png)
}

.img_login_fgx_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/login_fgx.png);
    width: .01rem;
    height: .64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_logo {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/logo.png)
}

.img_logo_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/logo.png);
    width: 1.065rem;
    height: .525rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_logo_mask {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/logo_mask.png)
}

.img_logo_mask_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/logo_mask.png);
    width: 16.735rem;
    height: 8.825rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_bind_phone_pop2_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_phone_pop2_m.png)
}

.img_bind_phone_pop2_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_phone_pop2_m.png);
    width: 6.44rem;
    height: 7.09rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_bind_phone_pop_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_phone_pop_m2.png)
}

.img_bind_phone_pop_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_phone_pop_m2.png);
    width: 6.44rem;
    height: 7.39rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_back_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back.png)
}

.img_btn_back_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_bind_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_m.png)
}

.img_btn_bind_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_m.png);
    width: 2.31rem;
    height: .51rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_bind_pop_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_pop_m.png)
}

.img_btn_bind_pop_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_pop_m.png);
    width: 2.065rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_cancel_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_cancel_m.png)
}

.img_btn_cancel_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_cancel_m.png);
    width: 2.065rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_close_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_m.png)
}

.img_btn_close_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_m.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_close_m_s_dia {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_m_dia.png);
    width: .37rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_copy2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_copy2.png)
}

.img_btn_copy2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_copy2.png);
    width: 1.81rem;
    height: .57rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_copy_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_copy_m.png)
}

.img_btn_copy_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_copy_m.png);
    width: 1.335rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_gray_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_gray_m.png)
}

.img_btn_gray_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_gray_m.png);
    width: 2.635rem;
    height: .86rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_menu_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_menu_m.png)
}

.img_btn_menu_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_menu_m.png);
    width: .56rem;
    height: .56rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.icon_menu_close {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_m.png);
    width: .6rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_rebate_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_rebate_m.png)
}

.img_btn_rebate_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_rebate.png);
    width: 1.285rem;
    height: 1.17rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_right_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_right_m.png)
}

.img_btn_right_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_right_m.png);
    width: 1.155rem;
    height: .255rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_sub_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_oder.png)
}

.img_btn_sub_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_oder.png);
    width: 2.635rem;
    height: .86rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_test_add_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_test_add_m.png)
}

.img_btn_test_add_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_test_add_m.png);
    width: 2.635rem;
    height: .86rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_to_h5_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_h5_m.png)
}

.img_btn_to_h5_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_h5_m.png);
    width: 2.4rem;
    height: 1.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_to_h5_open2_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_h5_open2_m.png)
}

.img_btn_to_h5_open2_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_h5_open2_m.png);
    width: 1.495rem;
    height: 1.195rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_to_test_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_test_m.png)
}

.img_btn_to_test_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_test_m.png);
    width: 2.44rem;
    height: .735rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_code_bg_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg_m.png)
}

.img_code_bg_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg_m.png);
    width: 1.795rem;
    height: .44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_common_tips_pop_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/common_tips_pop_m.png)
}

.img_common_tips_pop_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/common_tips_pop_m.png);
    width: 6.595rem;
    height: 3.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_copy_pop_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/copy_pop.png)
}

.img_copy_pop_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/copy_pop.png);
    width: 6.44rem;
    height: 4.84rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_dark_mask {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dark_mask.png)
}

.img_dark_mask_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dark_mask.png);
    width: 7.5rem;
    height: 16.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_index_video_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/index_video_m.jpg)
}

.img_index_video_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/index_video_m.jpg);
    width: 3.75rem;
    height: 8.12rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_login_channel_bg_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/login_channel_bg_m.png)
}

.img_login_channel_bg_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/login_channel_bg_m.png);
    width: 5rem;
    height: 3.12rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_logo_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/logo_m.png)
}

.img_logo_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/logo_m.png);
    width: 1.425rem;
    height: .67rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_logo_mask_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/logo_mask_m.png)
}

.img_logo_mask_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/logo_mask_m.png);
    width: 12.32rem;
    height: 7.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_new_mod_tag_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/new_mod_tag_m.png)
}

.img_new_mod_tag_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/new_mod_tag_m.png);
    width: .87rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_info_bg2_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_info_bg2_m.png)
}

.img_news_info_bg2_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_info_bg2_m.png);
    width: 7.505rem;
    height: 4.46rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_info_bg_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_info_bg_m.png)
}

.img_news_info_bg_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_info_bg_m.png);
    width: 9.895rem;
    height: 5.26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_active1_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active1_m.png)
}

.img_news_item_active1_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active1_m.png);
    width: 1.06rem;
    height: .425rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_active2_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active_m.png)
}

.img_news_item_active2_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active_m.png);
    width: 1.34rem;
    height: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_active3_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active3_m.png)
}

.img_news_item_active3_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active3_m.png);
    width: 1.34rem;
    height: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_active_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active_m.png)
}

.img_news_item_active_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active_m.png);
    width: 1.34rem;
    height: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_i_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_i_m.png)
}

.img_news_item_i_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_i_m.png);
    width: 1.065rem;
    height: .42rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_line_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_line.png)
}

.img_news_item_line_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_line.png);
    width: 9.07rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_more_hover_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more_hover_m.png)
}

.img_news_more_hover_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more_hover_m.png);
    width: .605rem;
    height: .605rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_more_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more_m.png)
}

.img_news_more_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more_m.png);
    width: .605rem;
    height: .605rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_top_mask_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_top_mask_m.png)
}

.img_news_top_mask_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_top_mask_m.png);
    width: 7.5rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_nizhan_future_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/nizhan_future.png)
}

.img_nizhan_future_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/nizhan_future.png);
    width: 2.195rem;
    height: .045rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_num_bg_active_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_bg_active_m.png)
}

.img_num_bg_active_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_bg_active_m.png);
    width: .5rem;
    height: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_num_bg_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_bg_m.png)
}

.img_num_bg_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_bg_m.png);
    width: .5rem;
    height: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_01_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_01_m.png)
}

.img_p2_01_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_01_m.png);
    width: 1.35rem;
    height: .3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_02_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_02_m.png)
}

.img_p2_02_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_02_m.png);
    width: 1.35rem;
    height: .3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_03_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_03_m.png)
}

.img_p2_03_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_03_m.png);
    width: 1.01rem;
    height: .3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_04_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_04_m.png)
}

.img_p2_04_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_04_m.png);
    width: 1.35rem;
    height: .3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_05_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_05_m.png)
}

.img_p2_05_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_05_m.png);
    width: 1.085rem;
    height: .24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_bg_1_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_bg_1_m.png)
}

.img_p2_btn_more_hover_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_btn_more_hover_m.png)
}

.img_p2_btn_more_hover_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_btn_more_hover_m.png);
    width: 2.895rem;
    height: .61rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_btn_more_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_btn_more_m.png)
}

.img_p2_btn_more_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_btn_more_m.png);
    width: .7rem;
    height: .7rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_info_hover_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_hover_m.png)
}

.img_p2_info_hover_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_hover_m.png);
    width: 2.895rem;
    height: .61rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_info_item_hover_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_item_hover_m.png)
}

.img_p2_info_item_hover_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_item_hover_m.png);
    width: 1.28rem;
    height: .415rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_info_item_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_item_m.png)
}

.img_p2_info_item_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_item_m.png);
    width: 1.28rem;
    height: .415rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_info_line {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_line.png)
}

.img_p2_info_line_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_line.png);
    width: 5.49rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_info_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_m.png)
}

.img_p2_info_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_m.png);
    width: 2.895rem;
    height: .61rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_info_pop_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_pop_m.png)
}

.img_p2_info_pop_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_info_pop_m.png);
    width: 6rem;
    height: 7.44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_jjz_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_jjz_m.png)
}

.img_p2_jjz_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_jjz_m.png);
    width: 2.54rem;
    height: .755rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_js_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_js_m.png)
}

.img_p2_js_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_js_m.png);
    width: 3.3rem;
    height: .745rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_lc_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lc_m.png)
}

.img_p2_lc_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lc_m.png);
    width: 3.36rem;
    height: .755rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_line_pos_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_line_pos_m.png)
}

.img_p2_line_pos_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_line_pos_m.png);
    width: .105rem;
    height: 1.235rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_mask_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_mask_m.png)
}

.img_p2_mask_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_mask_m.png);
    width: 7.5rem;
    height: 16.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_active_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_active_m.png)
}

.img_p2_pos_active_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_active_m.png);
    width: .16rem;
    height: .16rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_first_active_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_active_m.png)
}

.img_p2_pos_first_active_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_active_m.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_first_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first_m.png)
}

.img_p2_pos_first_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first_m.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_item_i {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_item_i.png)
}

.img_p2_pos_item_i_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_item_i.png);
    width: .12rem;
    height: .12rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_item_i_act {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_item_i_act.png)
}

.img_p2_pos_item_i_act_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_item_i_act.png);
    width: .12rem;
    height: .12rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_last_active_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_last_active_m.png)
}

.img_p2_pos_last_active_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_last_active_m.png);
    width: .725rem;
    height: .05rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_last_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_last_m.png)
}

.img_p2_pos_last_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_last_m.png);
    width: .725rem;
    height: .05rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_m.png)
}

.img_p2_pos_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_m.png);
    width: .16rem;
    height: .16rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_skzl_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_skzl_m.png)
}

.img_p2_skzl_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_skzl_m.png);
    width: 3.35rem;
    height: .755rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_tf_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_tf_m.png)
}

.img_p2_tf_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_tf_m.png);
    width: 3.35rem;
    height: .755rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video_title1_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title1_m.png)
}

.img_p2_video_title1_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title1_m.png);
    width: 3.86rem;
    height: 2.54rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video_title2_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title2_m.png)
}

.img_p2_video_title2_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title2_m.png);
    width: 3.925rem;
    height: 2.005rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video_title3_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title3_m.png)
}

.img_p2_video_title3_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title3_m.png);
    width: 4.655rem;
    height: 2.075rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video_title4_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title4_m.png)
}

.img_p2_video_title4_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title4_m.png);
    width: 4.015rem;
    height: 2.03rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_info_active_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_info_active_m.png)
}

.img_p3_info_active_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_info_active_m.png);
    width: 2.57rem;
    height: 1.445rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_info_mask_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_info_mask_m.png)
}

.img_p3_info_mask_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_info_mask_m.png);
    width: 2.23rem;
    height: 1.25rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_left_i_active_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_left_i_active_m.png)
}

.img_p3_left_i_active_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_left_i_active_m.png);
    width: .075rem;
    height: .075rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_left_i_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_left_i_m.png)
}

.img_p3_left_i_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_left_i_m.png);
    width: .075rem;
    height: .075rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_mask_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_mask_m.png)
}

.img_p3_mask_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_mask_m.png);
    width: 7.5rem;
    height: 16.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_name_bg_click_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_name_bg_click_m.png)
}

.img_p3_name_bg_click_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_name_bg_click_m.png);
    width: 1.67rem;
    height: .33rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_name_bg_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_name_bg_m.png)
}

.img_p3_name_bg_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_name_bg_m.png);
    width: 1.67rem;
    height: .33rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_icon_active_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_icon_active_m.png)
}

.img_p3_pop_icon_active_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_icon_active_m.png);
    width: .24rem;
    height: .24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_icon_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_icon_m.png)
}

.img_p3_pop_icon_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_icon_m.png);
    width: .24rem;
    height: .24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_next_hover_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_next_hover.png)
}

.img_p3_pop_next_hover_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_next_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_next_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_next_m.png)
}

.img_p3_pop_next_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_next_m.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_perv_hover_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_perv_hover.png)
}

.img_p3_pop_perv_hover_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_perv_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_perv_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_perv_m.png)
}

.img_p3_pop_perv_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_perv_m.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_time_bg_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_time_bg.png)
}

.img_p3_pop_time_bg_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_time_bg.png);
    width: 2.705rem;
    height: .66rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_right_i_active_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_right_i_active_m.png)
}

.img_p3_right_i_active_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_right_i_active_m.png);
    width: .075rem;
    height: .075rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_right_i_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_right_i_m.png)
}

.img_p3_right_i_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_right_i_m.png);
    width: .075rem;
    height: .075rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_text_pop_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_text_pop_m.png)
}

.img_p3_text_pop_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_text_pop_m.png);
    width: 6.44rem;
    height: 6.59rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_title_bg_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_title_bg_m.png)
}

.img_p3_title_bg_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_title_bg_m.png);
    width: 5.225rem;
    height: .85rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_to_page_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_to_page_m.png)
}

.img_p3_to_page_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_to_page_m.png);
    width: 2.065rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_btn_more_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_btn_more_m.png)
}

.img_p4_btn_more_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_btn_more_m.png);
    width: 3.06rem;
    height: .48rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_btn_next_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_btn_next_m.png)
}

.img_p4_btn_next_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_btn_next_m.png);
    width: .165rem;
    height: .29rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_btn_prev_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_btn_prev_m.png)
}

.img_p4_btn_prev_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_btn_prev_m.png);
    width: .165rem;
    height: .29rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_item_gg_hover_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_gg_hover_m.png)
}

.img_p4_item_gg_hover_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_gg_hover_m.png);
    width: .425rem;
    height: .21rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_item_normal_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_normal_m.png)
}

.img_p4_item_normal_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_normal_m.png);
    width: .575rem;
    height: .21rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_item_sp_hover_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_sp_hover.png)
}

.img_p4_item_sp_hover_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_sp_hover.png);
    width: .575rem;
    height: .21rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_item_xw_hover_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_xw_hover.png)
}

.img_p4_item_xw_hover_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_xw_hover.png);
    width: .575rem;
    height: .21rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_munu_active_2_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active_2.png)
}

.img_p4_munu_active_2_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active_2.png);
    width: .72rem;
    height: .335rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_munu_active_3_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active_3_m.png)
}

.img_p4_munu_active_3_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active_3_m.png);
    width: .72rem;
    height: .335rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_munu_active_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active.png)
}

.img_p4_munu_active_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active.png);
    width: .72rem;
    height: .335rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_swiper_bg_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_swiper_bg_m.png)
}

.img_p4_swiper_bg_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_swiper_bg_m.png);
    width: 6.53rem;
    height: 4.245rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_title_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_title_m.png)
}

.img_p4_title_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_title_m.png);
    width: 3.765rem;
    height: .87rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p6_title_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/img_p6_title_m_s.png);
    width: 3.765rem;
    height: .87rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p5_bg_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_bg_m.jpg)
}

.img_p5_bg_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_bg_m.jpg);
    width: 7.5rem;
    height: 16.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p5_title_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_title_m.png)
}

.img_p5_title_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_title_m.png);
    width: 3.74rem;
    height: 2.09rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_paging_left_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_left_m.png)
}

.img_paging_left_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_left_m.png);
    width: 1.24rem;
    height: .48rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_paging_right_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_right_m.png)
}

.img_paging_right_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_right_m.png);
    width: 1.24rem;
    height: .48rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part1_mask_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part1_mask_m.png)
}

.img_part1_mask_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part1_mask_m.png);
    width: 7.5rem;
    height: 16.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part2_img1_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img1_m.jpg)
}

.img_part2_img1_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img1_m.jpg);
    width: 7.5rem;
    height: 16.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part2_img2_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img2_m.jpg)
}

.img_part2_img2_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img2_m.jpg);
    width: 7.5rem;
    height: 16.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part2_img3_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img3_m.jpg)
}

.img_part2_img3_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img3_m.jpg);
    width: 7.5rem;
    height: 16.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part2_img4_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img4_m.jpg)
}

.img_part2_img4_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img4_m.jpg);
    width: 7.5rem;
    height: 16.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part2_img5_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img5_m.jpg)
}

.img_part2_img5_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img5_m.jpg);
    width: 7.5rem;
    height: 16.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part3_img2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_img2.jpg)
}

.img_part3_img2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_img2.jpg);
    width: 3.75rem;
    height: 8.105rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part3_img3 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_img3.jpg)
}

.img_part3_img3_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_img3.jpg);
    width: 3.75rem;
    height: 8.12rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part3_img4 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_img4.jpg)
}

.img_part3_img4_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_img4.jpg);
    width: 3.75rem;
    height: 8.12rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part3_img_normal_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_img_normal_m.jpg)
}

.img_part3_img_normal_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_img_normal_m.jpg);
    width: 3.205rem;
    height: 1.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part4_bg_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part4_bg_m.jpg)
}

.img_part4_bg_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part4_bg_m.jpg);
    width: 7.5rem;
    height: 16.24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_path_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/path_m.png)
}

.img_path_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/path_m.png);
    width: .29rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_role_img_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/role_img_m.png)
}

.img_role_img_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/role_img_m.png);
    width: 5.2rem;
    height: 11.87rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_sub_title_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/sub_title_m.png)
}

.img_sub_title_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/sub_title_m.png);
    width: 5.63rem;
    height: .52rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_test_tips_pop_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/test_tips_pop_m.png)
}

.img_test_tips_pop_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/test_tips_pop_m.png);
    width: 6rem;
    height: 7.455rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_tips_pop_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/tips_pop_m.png)
}

.img_tips_pop_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/tips_pop_m.png);
    width: 6.595rem;
    height: 3.35rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_title_ani_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/title_ani_m.png)
}

.img_title_ani_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/title_ani_m.png);
    width: 5.69rem;
    height: 2.69rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_title_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/title_m.png)
}

.img_title_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/title_m.png);
    width: 5.65rem;
    height: 2.3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_top_menu_active_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_active_m.png)
}

.img_top_menu_active_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_active_m.png);
    width: 3.725rem;
    height: 1.23rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_unbind_phone_pop_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_phone_pop_m.png)
}

.img_unbind_phone_pop_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_phone_pop_m.png);
    width: 6.44rem;
    height: 4.94rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_video_line {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/video_line.png)
}

.img_video_line_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/video_line.png);
    width: 9.6rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_video_window_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/video_window_m.png)
}

.img_video_window_m_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/video_window_m.png);
    width: 9.615rem;
    height: 5.435rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_wecat_pop {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/wecat_pop.png)
}

.img_wecat_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/wecat_pop.png);
    width: 6.44rem;
    height: 4.94rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_new_mod_tag {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/new_mod_tag.png)
}

.img_new_mod_tag_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/new_mod_tag.png);
    width: .705rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_bom_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_bom_bg.png)
}

.img_news_bom_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_bom_bg.png);
    width: 19.2rem;
    height: 10.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_info_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_info_bg.jpg)
}

.img_news_info_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_info_bg.jpg);
    width: 10.235rem;
    height: 5.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_info_bg2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_info_bg2.png)
}

.img_news_info_bg2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_info_bg2.png);
    width: 19.2rem;
    height: 4.6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_active {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active.png)
}

.img_news_item_active_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active.png);
    width: .945rem;
    height: .455rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_active_2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active_2.png)
}

.img_news_item_active_2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active_2.png);
    width: .885rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_active_3 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active_3.png)
}

.img_news_item_active_3_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active_3.png);
    width: .885rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_hover.png)
}

.img_news_item_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_hover.png);
    width: .945rem;
    height: .455rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_img {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_img.jpg)
}

.img_news_item_img_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_img.jpg);
    width: 1.6rem;
    height: .845rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_item_line {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_line.png)
}

.img_news_item_line_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_line.png);
    width: 9.07rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_line {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_line.png)
}

.img_news_line_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_line.png);
    width: 19.2rem;
    height: 5.17rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_more {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more.png)
}

.img_news_more_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more.png);
    width: .675rem;
    height: .655rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_news_more_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more_hover.png)
}

.img_news_more_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more_hover.png);
    width: .675rem;
    height: .655rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_nizhan_future {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/nizhan_future.png)
}

.img_nizhan_future_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/nizhan_future.png);
    width: 2.195rem;
    height: .045rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_noise {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/noise.png)
}

.img_noise_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/noise.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_noise2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/noise2.jpg)
}

.img_noise2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/noise2.jpg);
    width: 2.1rem;
    height: 2.1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_num_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_bg.png)
}

.img_num_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_bg.png);
    width: .36rem;
    height: .36rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_num_bg_active {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_bg_active.png)
}

.img_num_bg_active_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_bg_active.png);
    width: .35rem;
    height: .35rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_num_list {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_list.png)
}

.img_num_list_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_list.png);
    width: .44rem;
    height: 6.405rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_num_list2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_list2.png)
}

.img_num_list2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_list2.png);
    width: .44rem;
    height: 6.405rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_order_tips_pop {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/order_tips_pop.png)
}

.img_order_tips_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/order_tips_pop.png);
    width: 5.45rem;
    height: 2.595rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_01 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_01.png)
}

.img_p2_01_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_01.png);
    width: .23rem;
    height: .13rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_02 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_02.png)
}

.img_p2_02_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_02.png);
    width: .335rem;
    height: .13rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_03 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_03.png)
}

.img_p2_03_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_03.png);
    width: .335rem;
    height: .13rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_04 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_04.png)
}

.img_p2_04_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_04.png);
    width: .335rem;
    height: .13rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_back {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_back.png)
}

.img_p2_back_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_back.png);
    width: 1.44rem;
    height: .305rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_back_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_back_hover.png)
}

.img_p2_back_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_back_hover.png);
    width: 1.44rem;
    height: .305rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_bg_1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_bg_1.png)
}

.img_p2_bg_1_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_bg_1.png);
    width: 16.74rem;
    height: 8.825rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_bq {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_bq.png)
}

.img_p2_bq_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_bq.png);
    width: 2rem;
    height: .2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_icon {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_icon.png)
}

.img_p2_icon_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_icon.png);
    width: .92rem;
    height: .27rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_jjz {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_jjz.png)
}

.img_p2_jjz_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_jjz.png);
    width: 1.69rem;
    height: .38rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_jjz_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_jjz_hover.png)
}

.img_p2_jjz_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_jjz_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_lc {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lc.png)
}

.img_p2_lc_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lc.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_lc_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lc_hover.png)
}

.img_p2_lc_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lc_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_lcjs {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lcjs.png)
}

.img_p2_lcjs_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lcjs.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_lcjs_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lcjs_hover.png)
}

.img_p2_lcjs_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lcjs_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_line_pos {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_line_pos.png)
}

.img_p2_line_pos_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_line_pos.png);
    width: .065rem;
    height: .78rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_mask {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_mask.png)
}

.img_p2_mask_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_mask.png);
    width: 9.6rem;
    height: 5.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_more {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_more.png)
}

.img_p2_more_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_more.png);
    width: 1.2rem;
    height: .27rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_more_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_more_hover.png)
}

.img_p2_more_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_more_hover.png);
    width: 1.2rem;
    height: .27rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_next {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_next.png)
}

.img_p2_next_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_next.png);
    width: 1.3rem;
    height: .305rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_next_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_next_hover.png)
}

.img_p2_next_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_next_hover.png);
    width: 1.3rem;
    height: .305rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos.png)
}

.img_p2_pos_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos.png);
    width: .56rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_active {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_active.png)
}

.img_p2_pos_active_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_active.png);
    width: .56rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_first {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first.png)
}

.img_p2_pos_first_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_first_active {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first_active.png)
}

.img_p2_pos_first_active_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first_active.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.video_play_btn {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play_apng.png);
    width: .6rem;
    height: .6rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.video_play_btn_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play4.png)
}

.img_p2_pos_last {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_last.png)
}

.img_p2_pos_last_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_last.png);
    width: .56rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_pos_last_active {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_last_active.png)
}

.img_p2_pos_last_active_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_last_active.png);
    width: .56rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_skzl {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_skzl.png)
}

.img_p2_skzl_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_skzl.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_skzl_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_skzl_hover.png)
}

.img_p2_skzl_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_skzl_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_tf {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_tf.png)
}

.img_p2_tf_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_tf.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_tf_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_tf_hover.png)
}

.img_p2_tf_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_tf_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_bg.jpg)
}

.img_p2_video1_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video1.jpg);
    width: 19.2rem;
    height: 10.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.p2-menu-ctn_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2-menu-ctn.png);
    width: 3.57rem;
    height: 7.78rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video2.jpg)
}

.img_p2_video2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video2.jpg);
    width: 19.2rem;
    height: 10.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video3 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video3.jpg)
}

.img_p2_video3_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video3.jpg);
    width: 19.2rem;
    height: 10.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video4 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video4.jpg)
}

.img_p2_video4_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video4.jpg);
    width: 9.6rem;
    height: 5.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video5 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video5.jpg)
}

.img_p2_video5_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video5.jpg);
    width: 19.2rem;
    height: 10.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video_title1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title1.png)
}

.img_p2_video_title1_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title1.png);
    width: 6.43rem;
    height: 1.055rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video_title2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title2.png)
}

.img_p2_video_title2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title2.png);
    width: 6.43rem;
    height: 1.055rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video_title3 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title3.png)
}

.img_p2_video_title3_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title3.png);
    width: 6.43rem;
    height: 1.055rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p2_video_title4 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title4.png)
}

.img_p2_video_title4_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_video_title4.png);
    width: 6.43rem;
    height: 1.055rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_bg_1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_bg_1.png)
}

.img_p3_bg_1_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_bg_1.png);
    width: 19.41rem;
    height: 10.92rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_btn_play {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_btn_play.png)
}

.img_p3_btn_play_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_btn_play.png);
    width: .61rem;
    height: .61rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_btn_play_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_btn_play_hover.png)
}

.img_p3_btn_play_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_btn_play_hover.png);
    width: .61rem;
    height: .61rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_item_1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_item_1.png)
}

.img_p3_item_1_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_item_1.png);
    width: 3.24rem;
    height: 1.82rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_item_mask {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_item_mask.png)
}

.img_p3_item_mask_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_item_mask.png);
    width: 3.2rem;
    height: 1.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_item_mask_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_item_mask_hover.png)
}

.img_p3_item_mask_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_item_mask_hover.png);
    width: 3.2rem;
    height: 1.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_line {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_line.png)
}

.img_p3_line_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_line.png);
    width: 19.2rem;
    height: .01rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_name_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_name_bg.png)
}

.img_p3_name_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_name_bg.png);
    width: 2.275rem;
    height: .36rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_name_bg_click {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_name_bg_click.png)
}

.img_p3_name_bg_click_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_name_bg_click.png);
    width: 2.275rem;
    height: .36rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_name_bg_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_name_bg_hover.png)
}

.img_p3_name_bg_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_name_bg_hover.png);
    width: 1.78rem;
    height: .315rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_play {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_play.png)
}

.img_p3_play_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_play.png);
    width: 2.795rem;
    height: .63rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_play_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_play_hover.png)
}

.img_p3_play_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_play_hover.png);
    width: 2.795rem;
    height: .625rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_bg_1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_bg_1.png)
}

.img_p3_pop_bg_1_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_bg_1.png);
    width: 19.2rem;
    height: 10.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_icon {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_icon.png)
}

.img_p3_pop_icon_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_icon.png);
    width: .23rem;
    height: .23rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_icon_active {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_icon_active.png)
}

.img_p3_pop_icon_active_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_icon_active.png);
    width: .23rem;
    height: .23rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_item_border {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_item_border.png)
}

.img_p3_pop_item_border_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_item_border.png);
    width: 1.79rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_item_border_active {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_item_border_active.png)
}

.img_p3_pop_item_border_active_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_item_border_active.png);
    width: 2.57rem;
    height: 1.445rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_next {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_next.png)
}

.img_p3_pop_next_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_next.png);
    width: 1.7rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_next_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_next_hover.png)
}

.img_p3_pop_next_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_next_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_perv {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_perv.png)
}

.img_p3_pop_perv_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_perv.png);
    width: 1.7rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_perv_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_perv_hover.png)
}

.img_p3_pop_perv_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_perv_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_prev_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_prev_hover.png)
}

.img_p3_pop_prev_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_prev_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_time_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_time_bg.png)
}

.img_p3_pop_time_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_time_bg.png);
    width: 2.705rem;
    height: .66rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_pop_yq_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_yq_bg.png)
}

.img_p3_pop_yq_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_yq_bg.png);
    width: .915rem;
    height: .18rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_title_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_title_bg.png)
}

.img_p3_title_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_title_bg.png);
    width: 2rem;
    height: 1.04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_to_page {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_to_page.png)
}

.img_p3_to_page_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_to_page.png);
    width: 1.65rem;
    height: .48rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p3_to_page_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_to_page_hover.png)
}

.img_p3_to_page_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_to_page_hover.png);
    width: 1.65rem;
    height: .48rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_bg.jpg)
}

.img_p4_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_bg.jpg);
    width: 19.2rem;
    height: 10.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_btn_more {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_btn_more.png)
}

.img_p4_btn_more_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_btn_more.png);
    width: 1.2rem;
    height: .27rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_btn_more_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_btn_more_hover.png)
}

.img_p4_btn_more_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_btn_more_hover.png);
    width: 1.2rem;
    height: .27rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_item_gg_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_gg_hover.png)
}

.img_p4_item_gg_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_gg_hover.png);
    width: .575rem;
    height: .21rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_item_normal {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_normal.png)
}

.img_p4_item_normal_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_normal.png);
    width: .575rem;
    height: .21rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_item_sp_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_sp_hover.png)
}

.img_p4_item_sp_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_sp_hover.png);
    width: .575rem;
    height: .21rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_item_xw_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_xw_hover.png)
}

.img_p4_item_xw_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_xw_hover.png);
    width: .575rem;
    height: .21rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_menu_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_menu_hover.png)
}

.img_p4_menu_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_menu_hover.png);
    width: .76rem;
    height: .365rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_munu_active {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active.png)
}

.img_p4_munu_active_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active.png);
    width: .72rem;
    height: .335rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_munu_active_2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active_2.png)
}

.img_p4_munu_active_2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active_2.png);
    width: .72rem;
    height: .335rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_munu_active_3 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active_3.png)
}

.img_p4_munu_active_3_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_munu_active_3.png);
    width: .765rem;
    height: .37rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_swiper_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_swiper_bg.png)
}

.img_p4_swiper_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_swiper_bg.png);
    width: 6.53rem;
    height: 4.11rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p4_title {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_title.png)
}

.img_p4_title_s {
    background-color: #c22021;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_title.png);
    width: 22.08%;
    height: 100vh;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 21.14vw 51.06vw
}

.part4_tit_video_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_title1.png);
    width: 7.63rem;
    height: .935rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.video_swiper_btn {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: .4rem;
    height: .4rem
}

.video_swiper_btn_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_prev_hover.png)
}

.img_p5_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_bg.jpg)
}

.img_p5_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_bg.jpg);
    width: 19.2rem;
    height: 10.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p5_dl_ad {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_dl_ad.png)
}

.img_p5_dl_ad_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_dl_ad.png);
    width: 1.16rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p5_dl_ad_s_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_dl_ad_hover.png)
}

.img_p5_dl_ios {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_dl_ios.png)
}

.img_p5_dl_ios_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_dl_ios.png);
    width: 1.16rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p5_dl_ios_s_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_dl_ios_hover.png)
}

.img_p5_sq_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_sq_bg.png)
}

.img_p5_sq_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_sq_bg.png);
    width: 2.87rem;
    height: 2.1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p5_title {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_title.png)
}

.img_p5_title_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_title.png);
    width: 10.64rem;
    height: 2.195rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p5_wx_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_wx_bg.png)
}

.img_p5_wx_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_wx_bg.png);
    width: 2.87rem;
    height: 2.1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_p5_zs_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_zs_bg.png)
}

.img_p5_zs_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_zs_bg.png);
    width: 2.87rem;
    height: 2.1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_paging_left {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_left.png)
}

.img_paging_left_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_left.png);
    width: .36rem;
    height: .36rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_paging_left_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_left_hover.png)
}

.img_paging_left_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_left_hover.png);
    width: .36rem;
    height: .36rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_paging_right {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_right.png)
}

.img_paging_right_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_right.png);
    width: .36rem;
    height: .36rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_paging_right_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_right_hover.png)
}

.img_paging_right_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_right_hover.png);
    width: .36rem;
    height: .36rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part1_mask {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part1_mask.png)
}

.img_part1_mask_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part1_mask.png);
    width: 12.8rem;
    height: 7.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part2_img2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img2.jpg)
}

.img_part2_img2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img2.jpg);
    width: 9.415rem;
    height: 5.295rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part2_img3 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img3.jpg)
}

.img_part2_img3_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img3.jpg);
    width: 9.415rem;
    height: 5.295rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part2_img4 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img4.jpg)
}

.img_part2_img4_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_img4.jpg);
    width: 9.415rem;
    height: 5.295rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part3_img_normal {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_img_normal.png)
}

.img_part3_img_normal_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_img_normal.png);
    width: 3.2rem;
    height: 1.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part3_mask {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_mask.png)
}

.img_part3_mask_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part3_mask.png);
    width: 9.6rem;
    height: 5.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_part3_text_pop {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_text_pop_m.png)
}

.img_part3_text_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_text_pop_m.png);
    width: 6.44rem;
    height: 6.59rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_path {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/path.png)
}

.img_path_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/path.png);
    width: .145rem;
    height: .19rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_pub_menu_active {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/pub_menu_active.png)
}

.img_pub_menu_active_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/pub_menu_active.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_pub_menu_icon {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/pub_menu_icon.png)
}

.img_pub_menu_icon_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/pub_menu_icon.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_qq {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/qq.png)
}

.img_qq_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/qq.png);
    width: .22rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_qq_code {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/qq_code.png)
}

.img_qq_code_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/qq_code.png);
    width: 1.555rem;
    height: 1.645rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_qq_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/qq_hover.png)
}

.img_qq_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/qq_hover.png);
    width: .22rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_reserve_reward {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/reserve_reward.png)
}

.img_reserve_reward_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/reserve_reward.png);
    width: 2.98rem;
    height: 1.335rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_reward_test {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/reward_test.png)
}

.img_reward_test_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/reward_test.png);
    width: .59rem;
    height: .58rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_right_bot_i {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/right_bot_i.png)
}

.img_right_bot_i_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/right_bot_i.png);
    width: 2rem;
    height: .3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_role_img {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/role_img.png)
}

.img_role_img_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/role_img.png);
    width: 19.46rem;
    height: 17.15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_role_img_s_pc {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/role_img_pc.png);
    width: 10.16rem;
    height: 10.45rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_shadow_mask {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/shadow_mask.png)
}

.img_shadow_mask_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/shadow_mask.png);
    width: 9.6rem;
    height: 5.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_sub_hover_reward {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/sub_hover_reward.png)
}

.img_sub_hover_reward_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_hover_reward.png);
    width: 2.74rem;
    height: .84rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_sub_title {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/sub_title.png)
}

.img_sub_title_s {
    height: .435rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_test_tips_pop {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/test_tips_pop.png)
}

.img_test_tips_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/test_tips_pop.png);
    width: 6.01rem;
    height: 4.31rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_tips_pop {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/tips_pop.png)
}

.img_tips_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/tips_pop.png);
    width: 5rem;
    height: 2.44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_title {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/title.png)
}

.img_title_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/title.png);
    width: 8.47rem;
    height: 1.23rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_to_test1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/to_test1.png)
}

.img_to_test1_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/to_test1.png);
    width: 1.84rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_to_test2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/to_test2.png)
}

.img_to_test2_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/to_test2.png);
    width: 1.84rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_top_menu_active {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_active.png)
}

.img_top_menu_active_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_active.png);
    width: .38rem;
    height: .035rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_top_menu_active3 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_active3.png)
}

.img_top_menu_active3_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_active3.png);
    width: .515rem;
    height: .03rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_top_menu_active4 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_active4.png)
}

.img_top_menu_active4_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_active4.png);
    width: .73rem;
    height: .035rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_top_menu_i {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_i.png)
}

.img_top_menu_i_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_i.png);
    width: .135rem;
    height: .03rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_top_menu_i3 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_i3.png)
}

.img_top_menu_i3_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_i3.png);
    width: .515rem;
    height: .02rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_top_menu_i4 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_i4.png)
}

.img_top_menu_i4_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_i4.png);
    width: .72rem;
    height: .02rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_unbind_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_bg.png)
}

.img_unbind_bg_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_bg.png);
    width: 6rem;
    height: 3.215rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_unbind_phone_pop {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_phone_pop.png)
}

.img_unbind_phone_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_phone_pop.png);
    width: 6.495rem;
    height: 3.95rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_unbind_text {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_text.png)
}

.img_unbind_text_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_text.png);
    width: .95rem;
    height: .56rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_unbind_text_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_text_hover.png)
}

.img_unbind_text_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_text_hover.png);
    width: .95rem;
    height: .56rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_user {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user.png)
}

.img_user_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_user_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user_hover.png)
}

.img_user_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user_hover.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_video_window {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/video_window.png)
}

.img_video_window_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/video_window.png);
    width: 9.615rem;
    height: 5.435rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.img_wecat_code {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/wecat_code.png)
}

.img_wecat_code_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/wecat_code.png);
    width: 1.6rem;
    height: 1.645rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_weixin {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/weixin.png)
}

.img_weixin_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/weixin.png);
    width: .315rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_weixin_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/weixin_hover.png)
}

.img_weixin_hover_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/weixin_hover.png);
    width: .315rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_window_small {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/window_small.png)
}

.img_window_small_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/window_small.png);
    width: 6rem;
    height: 4.31rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_wx_code {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/wx_code.png)
}

.img_wx_code_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/wx_code.png);
    width: 3.25rem;
    height: 1.645rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn_toggle_slide_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_toggle_slide.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: .4rem;
    height: .4rem
}

.part3-more_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_check.png);
    width: .83rem;
    height: .24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.news_list_title {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_list_title.png);
    width: 3.765rem;
    height: .87rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.list-item2_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_bg.png);
    width: 3rem;
    height: 2.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.list-item2_bg_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_hover_bg.png);
    width: 3rem;
    height: 2.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn_back_top {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back_top.png);
    width: .84rem;
    height: .84rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn_back_top_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back_top_hover.png)
}

.dia_btn_close {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ep_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/ep_bg.png);
    width: 1.08rem;
    height: 1.08rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.p3_tit_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_tit_bg.png);
    width: 10.68rem;
    height: 1.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_common_tips_pop_check_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_check.png);
    width: 5rem;
    height: 2.44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.list-item-bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/list-item-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.6rem;
    height: 1.32rem
}

.part2_banner_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/part2_banner_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 7.5rem;
    height: 1.36rem
}

.p2_01_m_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_01_m_hover.png)
}

.p2_02_m_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_02_m_hover.png)
}

.p2_03_m_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_03_m_hover.png)
}

.p2_04_m_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_04_m_hover.png)
}

.store_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/stroe_bg.png);
    background-position: center 1.6rem;
    background-repeat: no-repeat;
    background-size: 7.5rem 1.4rem
}

.p3_num_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/ep_bg.png);
    width: 1.08rem;
    height: 1.08rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m_line {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/m_line.png);
    width: 6.6rem;
    height: .02rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.icon_play_nun {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/icon_play_num.png);
    width: .075rem;
    height: .09rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.news_after {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_icon.png);
    width: .92rem;
    height: .27rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.news_after_hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_after_hover.png);
    width: .92rem;
    height: .27rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_box_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/img_box_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn_play_white {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play_white.png);
    width: .5rem;
    height: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.num_item_lists {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_list2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0
}

.img_order_dia_bg {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/img_order_dia_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.44rem;
    height: 4.14rem
}

.img_btn_order_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/img_btn_order_pop_s.png);
    width: 1.31rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn_sure1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_sure1.png);
    width: 1.31rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn_sure1_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_sure12.png);
    width: 2.07rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_order_dia_bg_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/img_order_dia_bg_m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.44rem;
    height: 6.24rem
}

.btn-dia-order_m {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn-dia-order_m.png);
    width: 2.5115rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_to_h5_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_h5_4.png);
    width: 5.88rem;
    height: 3.3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_app_code_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/app_code_pop.jpg);
    width: 6.44rem;
    height: 3.79rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.img_btn_close_pop_s {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_pop.png);
    width: .6rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

@font-face {
    font-family: text;
    src: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/Varelmo.otf)
}

@font-face {
    font-family: p3_text;
    src: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_text.ttf)
}

@font-face {
    font-family: fz_x;
    src: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/fz_x.otf)
}

@font-face {
    font-family: fz_c;
    src: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/fz_c2.ttf)
}

@font-face {
    font-family: fz_c2;
    src: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/fz_c3.ttf)
}

@font-face {
    font-family: num;
    src: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num.TTF)
}

a,a:hover {
    color: inherit;
    text-decoration: none
}

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

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus {
    background-color: transparent
}

html {
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    font-size: .2rem;
    color: #fff
}

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

.swiper-container .swiper-slide {
    overflow: hidden
}

.canvas-wrap canvas {
    width: 19.2rem;
    height: 10.8rem
}

.m-video video,.index-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.title {
    margin-top: -.2rem
}

.eles-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.eles-wrap div {
    pointer-events: visible
}

.btn-link {
    position: absolute;
    left: .7rem;
    bottom: .88rem;
    width: 1.03rem;
    height: 1.26rem;
    background: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_link.png) no-repeat;
    background-size: 1.03rem auto
}

.btn-link:hover {
    background: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_link_hover.png) no-repeat;
    background-size: 1.03rem auto
}

.logo {
    left: .7rem;
    top: .15rem
}

.ele-aim {
    width: 2.935rem;
    height: 1.65rem;
    right: -.7rem;
    bottom: 2.6rem;
    cursor: pointer;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

.ele-aim .swiper-aim {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ele-aim .swiper-aim .swiper-img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.ele-aim .swiper-aim .swiper-slide {
    position: relative
}

.ele-aim .swiper-aim .hover_img {
    opacity: 0;
    transition: .3s;
    background-color: #c22021
}

.ele-aim .swiper-aim .hover_img:hover {
    opacity: .2
}

.ele-aim .swiper-aim .swiper-pagination {
    left: .1rem;
    bottom: .05rem;
    display: flex;
    align-items: center
}

.ele-aim .swiper-aim .swiper-pagination-bullet {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .06rem;
    cursor: pointer;
    border-radius: 0;
    opacity: 1;
    background-color: transparent
}

.ele-aim .swiper-aim .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first_active.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.ele-aim.ani {
    right: .4rem;
    opacity: 1;
    pointer-events: visible
}

.btn-reward-state {
    right: 0rem;
    bottom: 4.45rem;
    cursor: pointer;
    transition: .3s;
    opacity: .8
}

.btn-reward-state:hover {
    opacity: 1
}

.btn-reward-state.ani {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reward_state_close.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 2.2rem
}

.ele-bottom {
    display: none
}

.countdown-wrap {
    margin-top: .06rem
}

.scroll-tips {
    display: flex;
    align-items: flex-start;
    position: absolute;
    left: 50%;
    bottom: .1rem;
    height: .5rem;
    color: #fff;
    font-size: .12rem;
    font-weight: 400;
    letter-spacing: .06rem;
    text-align: center;
    cursor: pointer;
    transform: translate(-50%)
}

.scroll-tips:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/path_m.png);
    width: .29rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: .1rem;
    width: .165rem;
    height: .39rem;
    animation: down 1s infinite alternate
}

.scroll-tips .scroll-tips-text {
    opacity: .55;
    margin-left: .05rem
}

.countdown-bg {
    top: .07rem
}

.m-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: .8rem
}

.head-1,.head-2,.head-3,.head-4 {
    background-color: #000
}

.menu-ctn {
    display: flex;
    justify-content: center;
    width: 100%;
    height: .8rem;
    align-items: center;
    background-color: rgba(0,0,0,.5)
}

.menu-ctn div,.menu-ctn a {
    flex-shrink: 0;
    position: relative;
    opacity: .5;
    cursor: pointer;
    width: 1.6rem;
    height: .8rem;
    text-align: center;
    line-height: .8rem;
    font-size: .16rem;
    border-bottom: solid .02rem transparent
}

.menu-ctn div:hover,.menu-ctn a:hover {
    opacity: 1;
    background: rgba(194,32,33,.5);
    border-bottom: solid .02rem #FE0000
}

.menu-ctn div:hover:before,.menu-ctn a:hover:before {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_i.png);
    width: .135rem;
    height: .03rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1
}

.menu-ctn div.on,.menu-ctn a.on {
    opacity: 1;
    background-color: #c22021;
    border-bottom: solid .02rem #FE0000
}

.menu-ctn a {
    font-size: .18rem
}

.menu-ctn a:hover,.menu-ctn a:active {
    background: none;
    color: inherit;
    text-decoration: none
}

.login-box {
    right: .69rem
}

.login-fgx {
    flex-shrink: 0;
    margin-top: .2rem;
    width: .02rem
}

#logout {
    color: #c22021
}

.btn-user {
    display: inline-block;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

.btn-user:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user_hover.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.media-ctn {
    display: flex;
    justify-content: space-between;
    width: .73rem;
    right: 1rem;
    bottom: .64rem
}

.media-ctn div {
    opacity: .5
}

.media-ctn .btn-wx {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/weixin.png);
    width: .315rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

.media-ctn .btn-wx:before {
    content: "";
    position: absolute;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/wx_code.png);
    width: 3.25rem;
    height: 1.645rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    bottom: .36rem;
    left: -3.15rem;
    transform: translate(30%);
    pointer-events: none
}

.media-ctn .btn-wx:hover {
    opacity: 1
}

.media-ctn .btn-wx:hover:before {
    display: block
}

.media-ctn .btn-qq {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/qq.png);
    width: .22rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

.media-ctn .btn-qq:before {
    content: "";
    position: absolute;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/qq_code.png);
    width: 1.555rem;
    height: 1.645rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    bottom: .36rem;
    left: -.67rem;
    transform: translate(32%);
    pointer-events: none
}

.media-ctn .btn-qq:hover {
    opacity: 1
}

.media-ctn .btn-qq:hover:before {
    display: block
}

.countdown-num {
    font-size: .68rem;
    color: #00acff;
    font-family: digit;
    -webkit-mask-image: radial-gradient(circle at center,#000 50%,transparent 100%);
    mask-image: radial-gradient(circle at center,#000 50%,transparent 100%);
    text-shadow: 0 0 .04rem #00acff
}

.countdown-num .countdown-second {
    display: inline-block;
    width: 1.3rem
}

.countdown-num span {
    display: inline-block;
    width: .68rem;
    text-align: center
}

.countdown-num span.dot {
    width: auto
}

.btn-play {
    margin-top: -.15rem
}

.m-window {
    display: none;
    background-color: rgba(0,0,0,.8);
    z-index: 1
}

.m-window .pub-video {
    margin-top: .01rem;
    margin-left: -.01rem;
    width: 99.5%;
    height: 99%
}

.btn-close-window {
    right: -.5rem;
    top: 0rem;
    cursor: pointer;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn-close-window:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.left-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    left: .4rem;
    height: 2.59rem;
    cursor: pointer
}

.left-menu:hover .left-menu-item .menu-text {
    transform: translate(0);
    opacity: 1
}

.left-menu .left-menu-item {
    display: flex;
    align-items: center;
    width: .81rem;
    height: .13rem;
    flex-shrink: 0;
    font-size: .12rem;
    color: #dfedf6
}

.left-menu .left-menu-item div {
    pointer-events: none
}

.left-menu .left-menu-item .menu-item-i {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/pub_menu_icon.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.left-menu .left-menu-item.active .menu-item-i {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/pub_menu_active.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.left-menu .left-menu-item.active .menu-text {
    color: #0399e3
}

.left-menu .left-menu-item:hover .menu-item-i {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/pub_menu_active.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.left-menu .left-menu-item:hover .menu-text {
    color: #0399e3
}

.left-menu .left-menu-item .menu-text {
    margin-left: .2rem;
    transform: translate(-.1rem);
    opacity: 0;
    transition-property: "transform,opacity";
    transition-duration: .5s
}

.m-rule {
    display: none;
    z-index: 1
}

.m-rule .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: -1.65rem;
    font-size: .24rem
}

.m-rule .text {
    margin-top: .7rem;
    margin-left: .5rem;
    width: 5.5rem;
    font-size: .12rem;
    line-height: .24rem
}

.m-rule .btn-close-rule {
    top: 0;
    right: -.36rem;
    cursor: pointer;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m-rule .btn-close-rule:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m-video-tips-pop {
    display: none;
    z-index: 1
}

.m-video-tips-pop .order-tips-ctn {
    margin-left: .1rem;
    margin-top: .2rem
}

.m-video-tips-pop .btn-cfm {
    margin-left: .3rem;
    margin-top: .4rem;
    cursor: pointer
}

.m-video-tips-pop .btn-close-video-pop {
    right: -.36rem;
    top: .1rem;
    cursor: pointer
}

.m-video-tips-pop .btn-close-video-pop:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m-app-code-pop {
    display: none;
    z-index: 1
}

.m-app-code-pop .btn-close-app-pop {
    right: 0;
    top: .1rem;
    cursor: pointer
}

.m-order-pop {
    display: none;
    z-index: 1
}

.m-order-pop .order-tips-ctn {
    margin-top: .2rem
}

.m-order-pop .to-order {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_pop.png);
    width: 1.31rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: .3rem;
    margin-top: .4rem;
    cursor: pointer;
    text-align: center;
    line-height: .38rem;
    font-size: .16rem;
    color: #fff;
    font-family: fz_c
}

.m-order-pop .btn-close-order-pop {
    position: absolutea;
    right: 0;
    top: 0;
    opacity: .7;
    cursor: pointer;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m-order-pop .btn-close-order-pop:hover {
    opacity: 1
}

.m-channel {
    display: none;
    z-index: 1
}

.m-channel .btn-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    width: 2.88rem;
    margin-top: .5rem
}

.m-channel .btn-list p {
    cursor: pointer
}

.m-channel .btn-list .qq {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_qq2.png);
    width: 1.335rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .7
}

.m-channel .btn-list .qq:hover {
    opacity: 1
}

.m-channel .btn-list .wx {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_wx.png);
    width: 1.335rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .7
}

.m-channel .btn-list .wx:hover {
    opacity: 1
}

.m-channel .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .7
}

.m-channel .popup-close:hover {
    opacity: 1
}

.m-bind-phone2 {
    z-index: 1;
    display: none
}

.m-bind-phone2 .window {
    transform: translate3d(-50%,-50%,0) scale(1.3)
}

.m-bind-phone2 .title {
    top: .1rem;
    margin-top: 0rem;
    font-size: .24rem;
    color: #dfedf6
}

.m-bind-phone2 .bin-phone-text {
    margin-top: -1.48rem;
    font-size: .12rem;
    color: #dfedf6
}

.m-bind-phone2 .tips {
    top: .66rem;
    font-size: .12rem;
    opacity: .8
}

.m-bind-phone2 .reward-icon {
    top: 1.05rem;
    width: .585rem
}

.m-bind-phone2 .reward-text {
    top: 1.67rem;
    font-size: .12rem;
    color: #dfedf6
}

.m-bind-phone2 .inpt-ctn {
    top: 2.18rem;
    width: 4.01rem;
    height: .83rem
}

.m-bind-phone2 .inpt-ctn input {
    color: #fff;
    font-size: .12rem;
    height: .28rem
}

.m-bind-phone2 .inpt-ctn input.phone {
    margin-top: .01rem;
    margin-left: .05rem;
    width: 2.2rem
}

.m-bind-phone2 .inpt-ctn .verify-code-input {
    margin-top: .02rem
}

.m-bind-phone2 .inpt-ctn .input-code-ctn {
    display: flex;
    justify-content: space-between;
    margin-left: .25rem;
    margin-top: .46rem;
    width: 3.5rem
}

.m-bind-phone2 .inpt-ctn .input-code-ctn .code {
    transform: translate(.45rem)
}

.m-bind-phone2 .phone-code {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
    width: 1.3rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    line-height: .32rem;
    font-size: .12rem;
    cursor: pointer
}

.m-bind-phone2 .phone-code-gray {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
    width: 1.3rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    line-height: .28rem;
    font-size: .12rem;
    cursor: pointer
}

.m-bind-phone2 .btn-bind {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_pop.png);
    width: 1.31rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 4.2rem;
    cursor: pointer;
    line-height: .38rem;
    text-align: center;
    font-family: fz_c;
    font-size: .16rem
}

.m-bind-phone2 .btn-close-bind-phone2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: .7
}

.m-bind-phone2 .btn-close-bind-phone2:hover {
    opacity: 1
}

.m-bind-phone {
    z-index: 1;
    display: none
}

.m-bind-phone .window {
    transform: translate3d(-50%,-50%,0) scale(1.3)
}

.m-bind-phone .title {
    top: .1rem;
    margin-top: 0rem;
    font-size: .24rem;
    color: #dfedf6
}

.m-bind-phone .tips {
    top: .66rem;
    font-size: .12rem;
    opacity: .8
}

.m-bind-phone .reward-icon {
    top: 1.05rem;
    width: .585rem
}

.m-bind-phone .reward-text {
    top: 1.67rem;
    font-size: .12rem;
    color: #dfedf6
}

.m-bind-phone .inpt-ctn {
    top: 2.2rem;
    width: 2.91rem;
    height: .93rem
}

.m-bind-phone .inpt-ctn input {
    color: #fff;
    font-size: .12rem;
    height: .28rem
}

.m-bind-phone .inpt-ctn input.phone {
    margin-top: .01rem;
    width: 2.2rem
}

.m-bind-phone .inpt-ctn .verify-code-input {
    margin-top: .02rem
}

.m-bind-phone .inpt-ctn .input-code-ctn {
    display: flex;
    justify-content: space-between;
    margin-left: .45rem;
    margin-top: .46rem;
    width: 3.5rem
}

.m-bind-phone .inpt-ctn .input-code-ctn .code {
    transform: translate(.2rem)
}

.m-bind-phone .phone-code {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
    width: 1.3rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    line-height: .32rem;
    font-size: .12rem;
    cursor: pointer;
    transform: translate(-.2rem)
}

.m-bind-phone .phone-code-gray {
    width: 1.3rem;
    height: .32rem;
    text-align: center;
    line-height: .28rem;
    font-size: .12rem;
    cursor: pointer;
    filter: grayscale(1)
}

.m-bind-phone .btn-bind {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_pop.png);
    width: 1.31rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 4.3rem;
    cursor: pointer;
    line-height: .38rem;
    text-align: center;
    font-family: fz_c;
    font-size: .16rem
}

.m-bind-phone .btn-close-bind-phone {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: .7
}

.m-bind-phone .btn-close-bind-phone:hover {
    opacity: 1
}

.m-bind-phone_order .bind-phone-tips {
    margin-top: .7rem
}

.m-bind-phone_order .bind-phone-tips a {
    color: #c22021
}

.m-bind-phone_order .btn-dia-order {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/img_btn_order_pop_s.png);
    width: 1.31rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 3.3rem;
    cursor: pointer;
    line-height: .38rem;
    text-align: center;
    font-family: fz_c;
    font-size: .16rem
}

.bind-phone-tips {
    margin-top: .9rem;
    width: 4.01rem;
    height: .74rem;
    font-size: .1rem;
    line-height: .18rem;
    box-sizing: border-box;
    padding-right: .08rem;
    overflow-x: hidden;
    overflow-y: auto
}

.bind-phone-tips::-webkit-scrollbar {
    width: .02rem;
    cursor: pointer
}

.bind-phone-tips::-webkit-scrollbar-thumb {
    background-color: #c22021;
    border-radius: .25rem;
    cursor: pointer
}

.bind-phone-tips::-webkit-scrollbar-track {
    background-color: #e7ecf4;
    border-radius: .25rem;
    cursor: pointer
}

.bind-phone-tips::-webkit-scrollbar-button {
    display: none
}

.bind-phone-tips::-webkit-scrollbar-corner {
    display: none
}

.m-unbind-phone {
    z-index: 1;
    display: none
}

.m-unbind-phone .window {
    transform: translate3d(-50%,-50%,0) scale(1.3)
}

.m-unbind-phone .title {
    top: .1rem;
    margin-top: 0rem;
    font-size: .24rem;
    color: #dfedf6
}

.m-unbind-phone .tips {
    top: .66rem;
    font-size: .12rem;
    opacity: .8
}

.m-unbind-phone .reward-icon {
    top: 1.05rem;
    width: .585rem
}

.m-unbind-phone .reward-text {
    top: 1.67rem;
    font-size: .12rem;
    color: #dfedf6
}

.m-unbind-phone .inpt-ctn {
    top: 1.31rem;
    width: 4.01rem;
    height: .83rem
}

.m-unbind-phone .inpt-ctn input {
    color: #fff;
    font-size: .12rem;
    height: .28rem
}

.m-unbind-phone .inpt-ctn input.phone {
    margin-top: .01rem;
    margin-left: .05rem;
    width: 2.2rem
}

.m-unbind-phone .inpt-ctn .input-code-ctn {
    display: flex;
    justify-content: space-between;
    margin-left: .25rem;
    margin-top: .46rem;
    width: 3.5rem
}

.m-unbind-phone .inpt-ctn .input-code-ctn .code {
    transform: translate(.45rem)
}

.m-unbind-phone .unbind-phone-code {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
    width: 1.3rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    line-height: .32rem;
    font-size: .12rem;
    cursor: pointer
}

.m-unbind-phone .unbind-phone-code-gray {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
    width: 1.3rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    line-height: .28rem;
    font-size: .12rem;
    cursor: pointer
}

.m-unbind-phone .bind-phone-tips {
    margin-top: .8rem
}

.m-unbind-phone .unbind-popup-submit {
    margin-left: 1.1rem;
    margin-top: 1.2rem;
    cursor: pointer;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_pop.png);
    width: 1.31rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    line-height: .38rem;
    font-size: .16rem
}

.m-unbind-phone .unbind-popup-cancel {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_cancel.png);
    width: 1.31rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -.82rem;
    margin-top: 1.2rem;
    cursor: pointer;
    text-align: center;
    line-height: .38rem;
    font-size: .16rem
}

.m-unbind-phone .unbind-popup-cancel span {
    margin-left: -.1rem
}

.m-unbind-phone .btn-close-unbind-phone {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: .7
}

.m-unbind-phone .btn-close-unbind-phone:hover {
    opacity: 1
}

.bind-phone-code-img {
    margin-left: .3rem;
    flex-shrink: 0;
    width: .59rem;
    height: .28rem
}

.btn-change-code {
    flex-shrink: 0;
    margin-left: .1rem;
    font-size: .1rem;
    color: #dfedf6;
    cursor: pointer;
    border-bottom: .01rem solid #DFEDF6;
    opacity: .4;
    height: auto
}

.m-copy-pop {
    z-index: 1;
    display: none
}

.m-copy-pop .popup-qrcode {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 1.2rem;
    width: 1.6rem;
    height: 1.6rem
}

.m-copy-pop .popup-copy {
    margin-top: -.45rem;
    cursor: pointer
}

.m-copy-pop .copy-url-input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: -.97rem;
    width: 3.1rem;
    height: .28rem;
    color: #dfedf6;
    font-size: .14rem
}

.m-copy-pop .popup-close {
    position: absolute;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: .7
}

.m-copy-pop .popup-close:hover {
    opacity: 1
}

.m-sub-tips-pop {
    z-index: 1;
    display: none
}

.m-sub-tips-pop .test-tips-ctn {
    position: absolute;
    left: .52rem;
    top: 1.5rem
}

.m-sub-tips-pop p {
    margin: 0rem;
    font-size: .14rem;
    font-weight: 400;
    line-height: .3rem;
    opacity: .8;
    height: .3rem
}

.m-sub-tips-pop a {
    font-size: .14rem;
    font-weight: 400;
    line-height: .3rem;
    letter-spacing: 0;
    text-align: left;
    color: #0399e3
}

.m-sub-tips-pop .btn-close-test-tips {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: .7
}

.m-sub-tips-pop .btn-close-test-tips:hover {
    opacity: 1
}

.m-msg .btn-close-msg {
    right: -.36rem;
    top: .1rem;
    cursor: pointer
}

.m-msg .btn-close-msg:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m-examine-pop {
    display: none;
    background-color: rgba(0,0,0,.8);
    z-index: 1
}

.m-examine-pop .btn-examine {
    margin-top: 1.3rem;
    text-align: center;
    line-height: .3rem;
    font-size: .16rem;
    text-indent: -9.99rem;
    overflow: hidden;
    cursor: pointer;
    transform: translate(10%)
}

.m-examine-pop .btn_sure1 {
    text-indent: -9999rem;
    margin-top: 1.3rem;
    transform: translate(-110%)
}

.m-examine-pop .btn-close-examine {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: .7
}

.m-examine-pop .btn-close-examine:hover {
    opacity: 1
}

.m-order-tips-pop {
    display: none;
    z-index: 1;
    background-color: rgba(0,0,0,.8)
}

.m-order-tips-pop .order-pop-text {
    font-family: fz_c2;
    margin-top: -.1rem
}

.m-order-tips-pop .order-pop-text span {
    margin-left: .2rem
}

.m-order-tips-pop .popup-close {
    position: absolute;
    right: -.4rem;
    top: .1rem;
    cursor: pointer
}

.m-order-tips-pop .popup-close:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m-order-tips-pop .btn-pop-order {
    margin-left: .1rem;
    margin-top: .6rem;
    text-align: center;
    line-height: .5rem;
    font-size: .16rem;
    font-family: fz_c;
    cursor: pointer
}

.m-order-tips-pop .btn-pop-order span {
    margin-left: -.05rem
}

#messagePopup .popup-close {
    top: .1rem
}

#messagePopup .message-text {
    margin-top: -.1rem
}

#messagePopup .btn-pop-close2,#messageQualification .btn-pop-close2 {
    margin-top: .8rem;
    cursor: pointer
}

.dialog.video {
    display: none;
    background-color: rgba(0,0,0,.8)
}

.dialog.video .dia-con {
    width: 9.605rem;
    height: 5.435rem
}

.dialog.video video,.dialog.video .cg {
    position: absolute;
    width: 9.59rem;
    height: 5.4rem;
    object-fit: cover;
    top: .04rem;
    left: .01rem
}

.dialog {
    display: none;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1
}

.dialog .title {
    color: #dfedf6;
    text-align: center;
    width: 100%;
    font-size: .24rem;
    line-height: .4rem;
    position: absolute;
    font-weight: 800
}

.dialog .popup-close {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: .7
}

.dialog .popup-close:hover {
    opacity: 1
}

.dialog .con {
    color: #dfedf6;
    width: 100%;
    padding: 0 .25rem;
    font-size: .12rem;
    line-height: .24rem;
    margin-top: .66rem;
    box-sizing: border-box
}

.dialog .con p {
    margin: 0
}

.dialog .message-text,.dialog .info-text {
    font-size: .16rem;
    line-height: .24rem;
    color: #dfedf6;
    width: 80%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    margin-top: .04rem
}

.dialog .dia-btn {
    cursor: pointer;
    width: 1.26rem;
    height: .36rem;
    background-size: 100% 100%;
    margin-top: .8rem;
    margin-left: -.04rem
}

.dialog .dia-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: #fff;
    font-size: .16rem;
    line-height: .36rem;
    text-align: center;
    font-weight: 700
}

.dialog .dia-btn .hover-img {
    width: 1.27rem;
    height: .36rem;
    background-size: 100% 100%;
    margin: 0
}

.dialog-float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1
}

.dialog-float .info-popup {
    max-width: 5rem;
    max-height: 3rem;
    min-width: 5rem;
    min-height: .5rem;
    width: auto;
    height: auto;
    background-color: rgba(0,0,0,.8);
    padding: .3rem .6rem;
    box-sizing: border-box
}

.dialog-float .info-text {
    font-size: .16rem;
    line-height: .24rem;
    color: #dfedf6;
    width: auto;
    max-width: 4.2rem;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
    margin: 0;
    text-align: center
}

.dialog.guid .con,.dialog.applay .con {
    max-height: 2.88rem;
    padding: .1rem .4rem;
    overflow-y: scroll;
    text-align: center;
    width: 98.4%;
    margin-top: .52rem
}

.dialog.guid .con::-webkit-scrollbar,.dialog.applay .con::-webkit-scrollbar {
    width: .01rem
}

.dialog.guid .con::-webkit-scrollbar-track,.dialog.applay .con::-webkit-scrollbar-track {
    background-color: rgba(223,237,246,.2)
}

.dialog.guid .con::-webkit-scrollbar-thumb,.dialog.applay .con::-webkit-scrollbar-thumb {
    background: rgba(223,237,246,.6);
    border-radius: .04rem
}

.dialog.guid .con p,.dialog.applay .con p {
    text-align: left;
    font-size: .14rem;
    line-height: .3rem
}

.dialog.guid .con p span,.dialog.applay .con p span {
    color: #0099e3
}

.dialog.guid .con .tit,.dialog.applay .con .tit {
    font-size: .15rem;
    font-weight: 800;
    margin-top: .2rem
}

.dialog.guid .con .index-num,.dialog.applay .con .index-num {
    display: inline-block;
    color: #fff;
    line-height: .22rem;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    margin-right: .05rem;
    font-size: .12rem
}

.dialog.guid .con .dot,.dialog.applay .con .dot {
    margin-left: .24rem
}

.dialog.guid .con img,.dialog.applay .con img {
    max-width: 1.5rem
}

.m-toast {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9
}

.m-toast .toast-text {
    font-size: .2rem;
    line-height: .45rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.85);
    padding: .25rem 1.25rem;
    border-radius: .05rem
}

.m-toast .toast-text.max {
    width: 100%;
    max-width: 6rem
}

.hover-wrap:hover .hover-inner {
    clip-path: polygon(-100% -100%,220% -100%,220% 220%,-100% 220%)
}

.hover-inner {
    clip-path: polygon(-100% -100%,220% -100%,220% -100%,-100% -100%);
    transition: clip-path .3s;
    transform: rotate(-45deg);
    pointer-events: none
}

.hover-img {
    transform: rotate(45deg)
}

@keyframes codes1 {
    0% {
        background-position-y: 0
    }

    to {
        background-position-y: -1.22rem
    }
}

@keyframes codes2 {
    0% {
        background-position-y: 0
    }

    to {
        background-position-y: -1.75rem
    }
}

@keyframes codes3 {
    0% {
        background-position-y: 0
    }

    to {
        background-position-y: -.5rem
    }
}

@keyframes codes4 {
    0% {
        background-position-y: 0
    }

    to {
        background-position-y: -.81rem
    }
}

@keyframes down {
    0% {
        transform: translate3d(-50%,-50%,0)
    }

    to {
        transform: translate3d(-50%,-90%,0)
    }
}

.part-1 .part1-video {
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    object-fit: cover
}

.part-1 .part1-video-mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.part-1 .title {
    margin-top: -.8rem;
    width: 25rem;
    height: 5rem;
    transform: translate(-50%,-50%) scale(.38)
}

.part-1 .sub-title {
    margin-top: -.1rem;
    width: 5.5rem;
    height: .35rem;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/title2.png);
    background-size: contain
}

.part-1 .part1-title {
    width: 19.2rem;
    height: 10.8rem;
    mix-blend-mode: screen;
    pointer-events: none
}

.part-1 .actin-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .5s
}

.part-1 .hover-wrap:hover .hover-inner {
    clip-path: polygon(-100% -100%,220% -100%,220% 220%,-100% 220%)
}

.part-1 .hover-inner {
    clip-path: polygon(-100% -100%,220% -100%,220% -100%,-100% -100%);
    transition: clip-path .3s;
    transform: rotate(-45deg);
    pointer-events: none
}

.part-1 .hover-img {
    transform: rotate(45deg)
}

.part-1 .btn-to-test {
    display: none;
    margin-left: -1.2rem;
    margin-top: 1rem;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.part-1 .btn-to-test.hide {
    display: none
}

.part-1 .btn-to-test span {
    color: #192c35;
    font-family: fz_c;
    font-size: .2rem;
    font-weight: 400;
    text-align: center
}

.part-1 .btn-to-test .hover-inner {
    position: absolute;
    top: -.02rem
}

.part-1 .btn-to-test .hover-img {
    margin-left: -.06rem;
    margin-top: -.06rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_to_test_hover2.png);
    width: 1.84rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.85rem;
    height: .7rem
}

.part-1 .btn-to-test .hover-img.text1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/to_test1.png);
    width: 1.84rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.85rem;
    height: .7rem
}

.part-1 .btn-to-test .hover-img.text2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/to_test2.png);
    width: 1.84rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.85rem;
    height: .7rem
}

.part-1 .gray .btn-to-sub {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_gray.png);
    width: 1.805rem;
    height: .54rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    margin-top: .96rem
}

.part-1 .btn-test-add-warp {
    margin-left: -1.2rem;
    margin-top: .96rem;
    cursor: pointer
}

.part-1 .btn-to-sub {
    margin-top: 1rem;
    cursor: pointer
}

.part-1 .btn-to-sub:after {
    content: "";
    position: absolute;
    left: 2rem;
    top: -.25rem;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_hover_reward.png);
    width: 2.74rem;
    height: .84rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: .3s
}

.part-1 .btn-to-sub:hover:after {
    opacity: 1
}

.part-1 .btn-to-sub.ctr {
    margin-left: 0rem
}

.part-1 .btn-to-sub .btn-text {
    font-family: fz_c;
    top: 0;
    margin-left: -.074rem;
    line-height: .7rem
}

.part-1 .btn-play {
    margin-left: 4.7rem;
    margin-top: -.8rem;
    width: .6rem;
    height: .6rem
}

.part-1 .btn-play .hover-inner,.part-1 .btn-play .hover-img {
    width: .6rem;
    height: .6rem
}

.part-1 .sub-ntm-ctn {
    margin-top: 2.05rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.part-1 .sub-ntm-ctn .sub-num {
    color: #dfedf6;
    font-family: text;
    font-size: .6rem;
    font-weight: 400;
    line-height: -.01rem;
    letter-spacing: 0rem;
    text-align: left;
    opacity: 1
}

.part-1 .sub-ntm-ctn p {
    margin: .05rem 0rem;
    color: #dfedf6;
    font-family: FZLanTingHeiS-R-GB;
    font-size: .15rem;
    font-weight: 400;
    letter-spacing: .06rem;
    text-align: left
}

.part-1 .btn-bind-phone {
    margin-top: 3.15rem;
    padding-bottom: .1rem;
    color: #dfedf6;
    font-size: .15rem;
    font-weight: 400;
    letter-spacing: .02rem;
    text-align: center;
    opacity: .8;
    cursor: pointer
}

.part-1 .btn-bind-phone:after {
    content: "";
    position: absolute;
    left: .8rem;
    top: -.25rem;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/sub_hover_reward.png);
    width: 1.35rem;
    height: .84rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: .3s
}

.part-1 .btn-bind-phone span {
    display: inline-block
}

.part-1 .btn-bind-phone span.unbind {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_text.png);
    width: .95rem;
    height: .56rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-1 .btn-bind-phone:hover span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-1 .btn-bind-phone:hover span.unbind {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/unbind_text_hover.png);
    width: .95rem;
    height: .56rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-1 .btn-bind-phone:hover:after {
    opacity: 1
}

.part-1 .pla_more {
    width: 2.31rem;
    height: .16rem;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p1_pla_more2.png);
    background-size: cover;
    margin-top: 4.05rem
}

.btn-rebate {
    left: .7rem;
    bottom: 1.2rem;
    cursor: pointer;
    transition: .3s
}

.btn-rebate:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_rebate_hover.png);
    width: 1.03rem;
    height: .93rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn-bind-reward {
    left: .7rem;
    bottom: 1.5rem;
    cursor: pointer;
    transition: .3s;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_phone.png);
    width: 2.05rem;
    height: .44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn-bind-reward:after {
    content: "";
    position: absolute;
    left: 2.2rem;
    top: -.4rem;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/bind_reward.png);
    width: 1.93rem;
    height: 1.335rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: .3s;
    pointer-events: none
}

.btn-bind-reward:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_phone_hover.png);
    width: 2.05rem;
    height: .44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn-bind-reward:hover:after {
    opacity: 1
}

.btn-bind-reserv {
    left: .7rem;
    bottom: .84rem;
    cursor: pointer;
    transition: .3s
}

.btn-bind-reserv:after {
    content: "";
    position: absolute;
    left: 2rem;
    top: -.4rem;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/reserve_reward.png);
    width: 2.98rem;
    height: 1.335rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: .3s;
    pointer-events: none
}

.btn-bind-reserv:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_reserv_hover.png);
    width: 1.8rem;
    height: .44rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.btn-bind-reserv:hover:after {
    opacity: 1
}

.part1-mask {
    width: 100%;
    height: 100%;
    background-size: cover
}

.left-bot-i {
    left: .3rem;
    bottom: 0rem;
    opacity: .5;
    pointer-events: none
}

.right-bot-i {
    margin-left: 7.5rem;
    margin-top: 4.3rem;
    opacity: .5
}

.shine-effect {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 2.65rem;
    height: .43rem;
    bottom: 0rem;
    -webkit-clip-path: polygon(0 0,93% 0,100% 40%,100% 100%,0 100%);
    clip-path: polygon(0 0,93% 0,100% 40%,100% 100%,0 100%)
}

.shine-effect:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255,255,255,.13);
    background: linear-gradient(to right,rgba(255,255,255,.13),rgba(255,255,255,.13) 77%,rgba(255,255,255,.5) 92%,rgba(255,255,255,0));
    animation: shine 2s ease-in-out infinite
}

@keyframes shine {
    0% {
        opacity: 0;
        left: -60%
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        left: 100%
    }
}

.part-2 {
    display: flex;
    justify-content: center;
    align-items: center
}

.part-2 .part2-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.part-2 .slot-p2 {
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: .5s;
    background-position: center
}

.part-2 .slot-p2-title {
    display: none;
    position: absolute;
    right: 1.5rem;
    transform: translateY(-76%);
    z-index: 1;
    opacity: 0;
    transition: opacity .3s
}

.part-2 .swiper-slide img {
    opacity: .8;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.part-2 .left-mask {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    z-index: 1;
    pointer-events: none
}

.part-2 .p2-menu-ctn {
    z-index: 11;
    position: relative;
    box-sizing: border-box;
    padding: 1.4rem 0 0 .82rem
}

.part-2 .p2-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 0;
    top: 0;
    width: 1.7rem;
    height: 3.01rem
}

.part-2 .p2-menu.active-0 .item-0 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lc_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .p2-menu.active-1 .item-1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_tf_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .p2-menu.active-2 .item-2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_jjz_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .p2-menu.active-3 .item-3 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_skzl_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .p2-menu.active-4 .item-4 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lcjs_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .menu-item {
    cursor: pointer;
    transition: .3s;
    opacity: 0;
    transform: translate(100%);
    transition: .5s
}

.part-2 .menu-item.item-0:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lc_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .menu-item.item-1:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_tf_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .menu-item.item-2:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_jjz_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .menu-item.item-3:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_skzl_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .menu-item.item-4:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_lcjs_hover.png);
    width: 1.69rem;
    height: .38rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .menu-item.item-4:after {
    content: "";
    position: absolute;
    right: -.8rem;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/new_mod_tag.png);
    width: .705rem;
    height: .26rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .p2-menu-info {
    margin-top: 1rem;
    width: 4.33rem
}

.part-2 .p2-menu-info .info-title {
    opacity: 0;
    transform: translate(20%);
    transition: .5s;
    font-size: .16rem;
    line-height: .24rem;
    position: relative;
    box-sizing: border-box;
    padding: .1rem;
    background-color: rgba(16,16,18,.5)
}

.part-2 .p2-menu-info .info-title:before {
    content: "";
    position: absolute;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_icon.png);
    width: .92rem;
    height: .27rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -.37rem;
    left: 0
}

.part-2 .p2-menu-info .title {
    font-size: .18rem
}

.part-2 .menu-info-list {
    display: none;
    margin-top: .58rem
}

.part-2 .menu-info-item {
    margin-top: .58rem;
    opacity: 0;
    transform: translate(20%);
    transition: .5s
}

.part-2 .menu-info-item .title {
    font-size: .18rem
}

.part-2 .menu-info-item:last-child .text:after {
    display: none
}

.part-2 .menu-info-item .text {
    font-size: .12rem;
    position: relative
}

.part-2 .menu-info-item .text:after {
    content: "";
    position: absolute;
    left: 0rem;
    bottom: -.12rem;
    width: 6.31rem;
    height: .01rem;
    background-color: rgba(196,196,196,.1)
}

.part-2 .btn-more {
    margin-top: .6rem;
    transform: translate(100%);
    opacity: 0;
    transition: .5s;
    cursor: pointer
}

.part-2 .left-bq {
    left: 1.36rem;
    bottom: .8rem;
    z-index: 1
}

.part-2 .btn-change-ctn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 1.7rem;
    height: .9rem;
    z-index: 1;
    bottom: .64rem;
    transform: translate(356%,220%)
}

.part-2 .swiper-pos-ctn {
    display: flex;
    justify-content: space-between;
    width: 3.2rem
}

.part-2 .swiper-pos-ctn.active-0 .item-1 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first_active.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .swiper-pos-ctn.active-1 .item-2 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_active.png);
    width: .56rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .swiper-pos-ctn.active-2 .item-3 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_active.png);
    width: .56rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .swiper-pos-ctn.active-3 .item-4 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_last_active.png);
    width: .56rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .swiper-pos-ctn.active-4 .item-5 {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_last_active.png);
    width: .56rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .swiper-pos-item {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos.png);
    width: .56rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

.part-2 .swiper-pos-item:first-child {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first.png);
    width: .1rem;
    height: .1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .swiper-pos-item:last-child {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_last.png);
    width: .56rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .swiper-pos-item:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_active.png);
    width: .56rem;
    height: .04rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-2 .btn-back {
    font-size: .25rem;
    line-height: .4rem;
    padding-left: .58rem;
    box-sizing: border-box;
    color: #c22021;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_perv.png);
    width: 1.7rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

.part-2 .btn-back:hover {
    opacity: 1
}

.part-2 .btn-next {
    font-size: .25rem;
    line-height: .4rem;
    color: #c22021;
    text-align: right;
    padding-right: .58rem;
    box-sizing: border-box;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_next.png);
    width: 1.7rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

.part-2 .btn-next:hover {
    opacity: 1
}

.part-2 .right-pos-ctn {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 3.98rem;
    right: .58rem;
    z-index: 1;
    transform: translate(200%,-50%);
    opacity: 0;
    transition: .5s
}

.part-2 .right-pos-ctn .p2-pos-item {
    cursor: pointer
}

.part-2 .right-pos-ctn .p2-pos-item:hover,.part-2 .right-pos-ctn.active-0 .pos-item-1,.part-2 .right-pos-ctn.active-0 .pos-item-line-1,.part-2 .right-pos-ctn.active-1 .pos-item-2,.part-2 .right-pos-ctn.active-1 .pos-item-line-2,.part-2 .right-pos-ctn.active-2 .pos-item-3,.part-2 .right-pos-ctn.active-2 .pos-item-line-3,.part-2 .right-pos-ctn.active-3 .pos-item-4,.part-2 .right-pos-ctn.active-3 .pos-item-line-3 {
    opacity: 1
}

.part-2 .right-pos-ctn div {
    opacity: .3;
    transition: .3s
}

.part-2 .hover-wrap:hover .hover-inner {
    clip-path: polygon(-150% -150%,250% -150%,250% 250%,-150% 250%)
}

.part-2 .hover-inner {
    clip-path: polygon(-150% -150%,250% -150%,250% -150%,-150% -150%);
    transition: clip-path .3s;
    transform: rotate(-45deg);
    pointer-events: none
}

.part-2 .hover-img {
    transform: rotate(45deg)
}

.part-2 .absAuto {
    width: 17.255rem;
    height: 7.7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3.85rem 0 0 -8.627rem
}

.part-2 .swiper-container-p2 {
    width: 13.67rem;
    height: 7.78rem;
    overflow: hidden;
    cursor: all-scroll;
    background-color: #000
}

.m-p2-pop {
    display: none;
    z-index: 1
}

.m-p2-pop .window {
    width: 15.21rem;
    height: 8.56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4.28rem 0 0 -7.605rem
}

.m-p2-pop .window:after {
    content: "";
    position: absolute;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/logo_mask.png);
    width: 16.735rem;
    height: 8.825rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.m-p2-pop img {
    width: 100%;
    height: 100%
}

.m-p2-pop .btn-close-p2 {
    top: 0;
    right: -.32rem;
    cursor: pointer;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m-p2-pop .btn-close-p2:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_hover.png);
    width: .32rem;
    height: .32rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.start-2 .part-2 .right-pos-ctn {
    transform: translateY(-50%);
    opacity: 1;
    transition-delay: .3s
}

.start-2 .part-2 .menu-item {
    opacity: 1;
    transform: translate(0)
}

.start-2 .part-2 .menu-item.item-0 {
    transition: opacity,transform .5s
}

.start-2 .part-2 .menu-item.item-1 {
    transition: opacity,transform .5s .1s
}

.start-2 .part-2 .menu-item.item-2 {
    transition: opacity,transform .5s .2s
}

.start-2 .part-2 .menu-item.item-3 {
    transition: opacity,transform .5s .3s
}

.start-2 .part-2 .menu-item.item-4 {
    transition: opacity,transform .5s .4s
}

.start-2 .part-2 .p2-menu-info .info-title {
    opacity: 1;
    transform: translate(0);
    transition: .5s .5s
}

.start-2 .part-2 .menu-info-item {
    opacity: 1;
    transform: translate(0)
}

.start-2 .part-2 .menu-info-item:nth-child(1) {
    transition: .5s .2s
}

.start-2 .part-2 .menu-info-item:nth-child(2) {
    transition: .5s .3s
}

.start-2 .part-2 .menu-info-item:nth-child(3) {
    transition: .5s .4s
}

.start-2 .part-2 .btn-more {
    transform: translateY(0);
    opacity: 1;
    transition: .5s .4s
}

.start-2 .part-2 .slot-p2-title {
    opacity: 1;
    transition: opacity .5s .7s
}

.part-3 {
    display: flex
}

.part-3 .left-bq {
    left: 2.16rem;
    bottom: .7rem;
    z-index: 1
}

.part-3 #afooter,.part-3 #afooter a {
    color: #fff;
    text-decoration: none
}

.part-3 #afooter {
    position: relative;
    padding: .3rem 0;
    text-align: center;
    z-index: 10;
    background-color: #000
}

.part-3 .page-bottom {
    height: auto!important
}

.part-3 .swiper-slide img {
    opacity: .8;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.part-3 .left-mask {
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none
}

.part-3 .part3-mask {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover
}

.part-3 .part3-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1)
}

.part-3 .p3-left-ctn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    font-size: .5rem;
    padding-top: 1rem;
    box-sizing: border-box;
    position: relative
}

.part-3 .p3-left-ctn .ep_box {
    position: absolute;
    top: 1.75rem;
    left: 1rem;
    font-family: digit;
    font-size: .28rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700
}

.part-3 .p3-left-ctn .title-bg {
    opacity: 0;
    transform: translate(50%);
    transition: .5s;
    margin-top: -2rem
}

.part-3 .p3-left-ctn .title-bg-img {
    display: none;
    position: relative;
    z-index: 1;
    opacity: .8
}

.part-3 .p3-left-ctn .title {
    font-family: p3_text;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
    margin-right: .16rem
}

.part-3 .p3-left-ctn .info_box {
    width: 100%;
    position: absolute;
    left: .82rem;
    right: 0;
    bottom: 1.15rem;
    margin: auto
}

.part-3 .line {
    height: .01rem;
    background: #999;
    opacity: .8;
    opacity: 0;
    transform: translate(50%);
    transition: .5s
}

.part-3 .text-info {
    font-size: .16rem;
    line-height: .24rem;
    font-family: fz_x;
    white-space: nowrap
}

.part-3 .text-info p {
    max-width: 42%
}

.part-3 .text-info p {
    opacity: 0;
    transform: translate(50%);
    transition: .5s
}

.part-3 .part3-more {
    font-size: 0;
    position: absolute;
    left: 50%;
    bottom: .2rem;
    margin-left: -.415rem
}

.part-3 .btn-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: .4rem;
    width: 3.48rem;
    opacity: 0;
    transform: translate(50%);
    transition: .5s
}

.part-3 .btn-to-page {
    cursor: pointer
}

.part-3 .btn-to-page.hover-wrap:hover .hover-inner {
    clip-path: polygon(-150% -150%,250% -150%,250% 250%,-150% 250%)
}

.part-3 .btn-to-page .hover-inner {
    clip-path: polygon(-150% -150%,250% -150%,250% -150%,-150% -150%);
    transition: clip-path .3s;
    transform: rotate(-45deg);
    pointer-events: none
}

.part-3 .btn-to-page .hover-img {
    transform: rotate(45deg)
}

.part-3 .btn-play {
    position: relative;
    width: .66rem!important;
    height: .66rem!important
}

.part-3 .btn-play.hover-wrap:hover .hover-inner {
    clip-path: polygon(-60% -60%,120% -60%,120% 120%,-60% 120%)
}

.part-3 .btn-play .hover-inner {
    clip-path: polygon(-60% -60%,120% -60%,120% -60%,-60% -60%);
    transition: clip-path .3s;
    transform: rotate(-45deg) translate(-2%,3%);
    pointer-events: none
}

.part-3 .btn-play .hover-img {
    transform: rotate(45deg)
}

.part-3 .btn-play .hover-inner {
    margin-top: -.03rem;
    width: .66rem!important;
    height: .66rem!important
}

.part-3 .btn-play .hover-img {
    width: .66rem!important;
    height: .66rem!important
}

.part-3 .swiper-pos {
    z-index: 1;
    padding: 1rem .52rem 0;
    height: 100%;
    background: #c22021;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.part-3 .swiper-pos::-webkit-scrollbar {
    display: none
}

.part-3 .swiper-pos .btn_toggle_slide_s {
    width: .4rem;
    height: .4rem;
    position: absolute;
    right: -.92rem;
    top: 1.53rem;
    transform: scale(-1)
}

.part-3 .swiper-pos .btn_toggle_slide_s.active {
    transform: scale(1)
}

.part-3 .swiper-pos.active .pos-item,.part-3 .swiper-pos:hover .pos-item {
    filter: brightness(.5) grayscale(.8)
}

.part-3 .swiper-pos.active .pos-item img,.part-3 .swiper-pos:hover .pos-item img {
    width: 3.08rem
}

.part-3 .swiper-pos.active .pos-item .pos-name,.part-3 .swiper-pos:hover .pos-item .pos-name {
    background-color: #000;
    color: #fff
}

.part-3 .swiper-pos.active .pos-item:hover,.part-3 .swiper-pos:hover .pos-item:hover,.part-3 .swiper-pos.active .pos-item.active,.part-3 .swiper-pos:hover .pos-item.active {
    filter: none
}

.part-3 .swiper-pos.active .pos-item:hover .pos-name,.part-3 .swiper-pos:hover .pos-item:hover .pos-name,.part-3 .swiper-pos.active .pos-item.active .pos-name,.part-3 .swiper-pos:hover .pos-item.active .pos-name {
    color: #c22021
}

.part-3 .pos-item {
    position: relative;
    height: 1.73rem;
    margin-top: .4rem;
    cursor: pointer;
    transition: .2s;
    opacity: 0;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin: .23rem 0;
    color: #000
}

.part-3 .pos-item:after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0rem;
    top: 0;
    transition: .3s
}

.part-3 .pos-item:first-child {
    margin-top: 0rem
}

.part-3 .pos-item:hover {
    filter: none
}

.part-3 .pos-item:hover .pos-name {
    color: #fff
}

.part-3 .pos-item.active {
    filter: none
}

.part-3 .pos-item.active .pos-name {
    color: #fff
}

.part-3 .pos-item img {
    width: 0;
    height: 1.73rem;
    transition: width .2s
}

.part-3 .pos-name {
    font-family: rej;
    width: .4rem;
    height: 1.73rem;
    line-height: 1;
    font-size: .2rem;
    z-index: 1;
    transition: .2s;
    box-sizing: border-box;
    padding: 0 .1rem;
    font-weight: bolder;
    word-break: break-all;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.part-3 .pos-name .num {
    font-family: digit;
    margin-bottom: .05rem
}

.part-3 .dark {
    background-color: rgba(0,0,0,.85)
}

.part-3 .text-info-pop {
    z-index: 999
}

.part-3 .text-info-pop .text-info-title {
    font-family: rej;
    padding: 0 .27rem;
    margin-top: .33rem;
    font-size: .32rem;
    height: .7rem;
    color: #c22021
}

.part-3 .text-info-pop .text-info-title span {
    margin-left: .2rem;
    font-size: .2rem;
    color: #fff;
    opacity: .8
}

.part-3 .text-info-pop .pop-text-info {
    padding-right: .2rem;
    margin-left: .3rem;
    margin-top: .2rem;
    width: 5.7rem;
    height: 5.16rem;
    overflow: auto;
    color: #fff;
    font-size: .2rem;
    line-height: .4rem;
    letter-spacing: 0;
    text-align: justify;
    overflow-x: hidden
}

.part-3 .text-info-pop .pop-text-info::-webkit-scrollbar {
    width: .02rem
}

.part-3 .text-info-pop .pop-text-info::-webkit-scrollbar-thumb {
    background-color: #c22021
}

.part-3 .text-info-pop .pop-text-info::-webkit-scrollbar-track {
    background-color: #fff
}

.part-3 .text-info-pop .pop-text-info::-webkit-scrollbar-button {
    display: none
}

.part-3 .text-info-pop .pop-text-info::-webkit-scrollbar-corner {
    display: none
}

.part-3 .text-info-pop .pop-text-info p:first-child {
    margin: 0rem
}

.part-3 .text-info-pop .pop-text-info .h1 {
    font-weight: 600;
    font-size: .14rem
}

.part-3 .text-info-pop .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .7;
    cursor: pointer;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.part-3 .text-info-pop .popup-close:hover {
    opacity: 1
}

.m-p3-info {
    display: none;
    z-index: 1;
    background-color: #000
}

.m-p3-info .content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    display: flex
}

.m-p3-info .swiper-pos {
    z-index: 1;
    padding: 0 .52rem;
    height: 100%;
    background: #c22021;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.m-p3-info .swiper-pos::-webkit-scrollbar {
    display: none
}

.m-p3-info .swiper-pos .btn_toggle_slide_s {
    width: .4rem;
    height: .4rem;
    position: absolute;
    right: -.92rem;
    top: 1.53rem;
    transform: scale(-1)
}

.m-p3-info .swiper-pos .btn_toggle_slide_s.active {
    transform: scale(1)
}

.m-p3-info .swiper-pos.active .pos-item {
    filter: brightness(.5) grayscale(.8)
}

.m-p3-info .swiper-pos.active .pos-item img {
    display: block
}

.m-p3-info .swiper-pos.active .pos-item .pos-name {
    background-color: #000
}

.m-p3-info .swiper-pos.active .pos-item:hover {
    filter: none
}

.m-p3-info .swiper-pos.active .pos-item:hover .pos-name {
    color: #c22021
}

.m-p3-info .pos-item {
    position: relative;
    height: 1.5rem;
    margin-top: .4rem;
    cursor: pointer;
    transition: .2s;
    opacity: 0;
    transform: translateY(100%);
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin: .23rem 0
}

.m-p3-info .pos-item:after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0rem;
    top: 0;
    transition: .3s
}

.m-p3-info .pos-item:first-child {
    margin-top: 0rem
}

.m-p3-info .pos-item:hover {
    filter: none
}

.m-p3-info .pos-item:hover .pos-name {
    color: #000
}

.m-p3-info .pos-item.active {
    filter: none
}

.m-p3-info .pos-item.active .pos-name {
    color: #000
}

.m-p3-info .pos-item img {
    height: 1.5rem;
    transition: wdth .2s
}

.m-p3-info .pos-name {
    font-family: rej;
    width: .4rem;
    height: 1.73rem;
    line-height: 1;
    font-size: .2rem;
    z-index: 1;
    transition: .2s;
    box-sizing: border-box;
    padding: 0 .1rem;
    font-weight: bolder;
    word-break: break-all;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.m-p3-info .text-info-pop {
    z-index: 999
}

.m-p3-info .text-info-pop .text-info-title {
    font-family: rej;
    padding: 0 .27rem;
    margin-top: .33rem;
    font-size: .32rem;
    height: .7rem;
    color: #c22021
}

.m-p3-info .text-info-pop .text-info-title span {
    margin-left: .2rem;
    font-size: .2rem;
    color: #fff;
    opacity: .8
}

.m-p3-info .text-info-pop .pop-text-info {
    padding-right: .2rem;
    margin-left: .3rem;
    margin-top: .2rem;
    width: 5.7rem;
    height: 5.16rem;
    overflow: auto;
    color: #fff;
    font-size: .2rem;
    line-height: .4rem;
    letter-spacing: 0;
    text-align: justify;
    overflow-x: hidden
}

.m-p3-info .text-info-pop .pop-text-info::-webkit-scrollbar {
    width: .02rem
}

.m-p3-info .text-info-pop .pop-text-info::-webkit-scrollbar-thumb {
    background-color: #c22021
}

.m-p3-info .text-info-pop .pop-text-info::-webkit-scrollbar-track {
    background-color: #fff
}

.m-p3-info .text-info-pop .pop-text-info::-webkit-scrollbar-button {
    display: none
}

.m-p3-info .text-info-pop .pop-text-info::-webkit-scrollbar-corner {
    display: none
}

.m-p3-info .text-info-pop .pop-text-info p:first-child {
    margin: 0rem
}

.m-p3-info .text-info-pop .pop-text-info .h1 {
    font-weight: 600;
    font-size: .14rem
}

.m-p3-info .text-info-pop .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .7;
    cursor: pointer;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m-p3-info .text-info-pop .popup-close:hover {
    opacity: 1
}

.m-p3-info .hover-wrap:hover .hover-inner {
    clip-path: polygon(-150% -150%,250% -150%,250% 250%,-150% 250%)
}

.m-p3-info .hover-inner {
    clip-path: polygon(-150% 50%,250% 50%,250% 50%,-150% 50%);
    transition: clip-path .5s;
    transform: rotate(45deg);
    pointer-events: none
}

.m-p3-info .part3-more {
    position: absolute;
    right: 1.2rem;
    bottom: 1.6rem;
    padding-bottom: .05rem;
    font-size: .15rem;
    cursor: pointer;
    opacity: 0;
    transform: translate(150%);
    transition: .5s;
    font-size: 0
}

.m-p3-info .part3-more.hover-wrap:hover .hover-inner {
    clip-path: polygon(-150% -150%,250% -150%,250% 250%,-150% 250%)
}

.m-p3-info .part3-more .hover-inner {
    width: 100%;
    height: 100%;
    clip-path: polygon(-150% -150%,250% -150%,250% -150%,-150% -150%);
    transition: clip-path .3s;
    transform: rotate(-45deg);
    pointer-events: none
}

.m-p3-info .part3-more .hover-img {
    width: 100%;
    height: 110%;
    transform: rotate(45deg)
}

.m-p3-info .part3-info-video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.m-p3-info .bottom-line {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 32rem;
    height: .01rem;
    background-color: rgba(255,255,255,.6)
}

.m-p3-info .pop-bg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.m-p3-info .p3-left-ctn {
    width: 100%;
    height: 100%;
    margin-left: .34rem;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 1.5rem
}

.m-p3-info .btn-back {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back.png);
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: 0;
    transform: translate(100%);
    transition: .3s;
    position: absolute;
    left: 2rem;
    top: 1.5rem;
    opacity: .7
}

.m-p3-info .btn-back:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_prev_hover.png);
    opacity: 1
}

.m-p3-info .tit_box {
    width: 8.32rem;
    height: 1.59rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0
}

.m-p3-info .tit_box .info-time {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.m-p3-info .tit_box .info-time .lottery {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_list2.png);
    width: 1.6rem;
    height: 1.6rem;
    background-size: 100% auto;
    margin: 0 .24rem;
    animation: blurToFocus .5s
}

@keyframes blurToFocus {
    0% {
        transform: scale(.8);
        opacity: .2;
        filter: blur(.04rem)
    }

    50% {
        transform: scale(.9);
        opacity: .6
    }

    to {
        transform: scale(1);
        filter: blur(0);
        opacity: 1
    }
}

.m-p3-info .p3-pop-yq {
    margin-top: .27rem;
    font-size: .12rem;
    color: #0b0d13;
    font-family: p3_text;
    text-align: center;
    line-height: .18rem;
    opacity: 0;
    transform: translate(100%);
    transition: .5s
}

.m-p3-info .p3-info-title {
    position: relative;
    margin-left: -.1rem;
    margin-top: .23rem;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    transform: translate(50%);
    transition: .5s
}

.m-p3-info .info-time {
    display: flex;
    justify-content: space-around;
    position: absolute
}

.m-p3-info .info-time p {
    flex-shrink: 0
}

.m-p3-info .info-time .lottery {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_list2.png);
    width: .44rem;
    height: 6.405rem;
    background-repeat: repeat;
    background-size: .44rem auto
}

.m-p3-info .title-text {
    color: #fff;
    font-size: .9rem;
    font-family: p3_text;
    letter-spacing: .06rem;
    opacity: 0;
    transform: translate(50%);
    transition: .5s;
    white-space: nowrap;
    margin-right: .16rem;
    position: relative;
    z-index: 9
}

.m-p3-info .line {
    margin-top: .9rem;
    width: 4.65rem;
    height: .01rem;
    background-color: #999;
    opacity: 0;
    transform: translate(50%);
    transition: .5s
}

.m-p3-info .text-ctn {
    font-size: .18rem;
    line-height: .36rem;
    max-height: 3rem;
    overflow-y: scroll;
    font-family: fz_x;
    opacity: 0;
    transform: translate(50%);
    transition: .5s;
    margin-right: 1rem;
    margin-left: .4rem;
    padding-right: 1.1rem
}

.m-p3-info .text-ctn:after {
    content: "";
    width: 100%;
    height: .01rem;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleY(.5)
}

.m-p3-info .text-ctn::-webkit-scrollbar {
    width: .05rem
}

.m-p3-info .text-ctn::-webkit-scrollbar-thumb {
    background-color: #999
}

.m-p3-info .text-ctn::-webkit-scrollbar-track {
    background-color: transparent
}

.m-p3-info .text-ctn::-webkit-scrollbar-button {
    display: none
}

.m-p3-info .text-ctn::-webkit-scrollbar-corner {
    display: none
}

.m-p3-info .btn-play {
    position: relative;
    width: .66rem!important;
    height: .66rem!important;
    z-index: 9
}

.m-p3-info .btn-play.hover-wrap:hover .hover-inner {
    clip-path: polygon(-60% -60%,110% -60%,110% 110%,-60% 110%)
}

.m-p3-info .btn-play .hover-inner {
    clip-path: polygon(-60% -60%,110% -60%,110% -60%,-60% -60%);
    transition: clip-path .3s;
    transform: rotate(-45deg);
    pointer-events: none
}

.m-p3-info .btn-play .hover-img {
    transform: rotate(45deg)
}

.m-p3-info .btn-play .hover-inner {
    margin-top: -.03rem;
    width: .66rem!important;
    height: .66rem!important
}

.m-p3-info .btn-play .hover-img {
    width: .66rem!important;
    height: .66rem!important
}

.m-p3-info .bottom-ctn {
    transform-origin: bottom center;
    position: relative;
    z-index: 10;
    padding: 1rem .4rem 0;
    height: 100%;
    opacity: 1;
    background: #c22021;
    margin: 0;
    transform: none
}

.m-p3-info .bottom-ctn:hover .item-img-ctn img {
    width: 2.65rem;
    height: 1.5rem
}

.m-p3-info .bottom-ctn:hover .item-year {
    background: #000
}

.m-p3-info .bottom-ctn:hover .slide-ctn:hover {
    filter: none
}

.m-p3-info .bottom-ctn:hover .slide-ctn:hover .item-year {
    color: #c22021
}

.m-p3-info .bottom-ctn:hover .slide-ctn {
    filter: grayscale(.8) brightness(.8);
    cursor: pointer
}

.m-p3-info .bottom-ctn:hover .slide-ctn.act {
    filter: none
}

.m-p3-info .bottom-ctn:hover .slide-ctn.act .item-year {
    color: #c22021
}

.m-p3-info .bottom-ctn-ani {
    opacity: 0;
    transform: translateY(100%);
    transition: .5s;
    height: calc(100% - 1rem)
}

.m-p3-info .swiper-ctn {
    height: 100%;
    overflow: hidden
}

.m-p3-info .swiper-container {
    width: 100%;
    height: 100%
}

.m-p3-info .swiper-container .swiper-wrapper {
    align-items: center
}

.m-p3-info .swiper-container .swiper-wrapper .swiper-slide {
    height: 1.5rem
}

.m-p3-info .item-year {
    width: .4rem;
    height: 1.5rem;
    box-sizing: border-box;
    padding: 0 .1rem;
    font-size: .24rem;
    font-family: num;
    transition: .3s;
    cursor: pointer;
    color: #000;
    word-break: break-all;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: .24rem;
    text-align: center
}

.m-p3-info .swiper-slide {
    margin: .125rem 0
}

.m-p3-info .item-pos-icon {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_icon.png);
    width: .23rem;
    height: .23rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin-top: .41rem;
    transition: .3s
}

.m-p3-info .item-img-ctn {
    cursor: pointer;
    transition: .3s;
    height: 1.5rem
}

.m-p3-info .item-img-ctn img {
    width: 0;
    height: 1.5rem;
    object-fit: cover;
    transition: .3s
}

.m-p3-info .item-img-ctn .item-index {
    position: absolute;
    left: .05rem;
    bottom: .05rem;
    font-family: text;
    font-size: .14rem;
    transition: .3s
}

.m-p3-info .slide-ctn {
    display: flex;
    align-items: center;
    text-align: end;
    cursor: pointer
}

.m-p3-info .slide-ctn div {
    pointer-events: none
}

.m-p3-info .slide-ctn:hover .item-img-ctn .item-index {
    opacity: 1;
    color: #e42c34;
    z-index: 2;
    font-size: .22rem
}

.m-p3-info .slide-ctn:hover .item-pos-icon {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_icon_active.png);
    width: .23rem;
    height: .23rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m-p3-info .slide-ctn:hover .item-year {
    font-size: .24rem;
    color: #000
}

.m-p3-info .slide-ctn.act .item-img-ctn:after {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_item_border_active.png);
    width: 2.57rem;
    height: 1.445rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.m-p3-info .slide-ctn.act .item-img-ctn .item-index {
    opacity: 1;
    color: #e42c34;
    z-index: 2;
    font-size: .22rem
}

.m-p3-info .slide-ctn.act .item-year {
    font-size: .24rem;
    color: #fff
}

.m-p3-info .btn-prev {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_perv.png);
    width: 1.7rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -7rem;
    margin-top: -.2rem;
    z-index: 1;
    cursor: pointer;
    opacity: .5;
    transition: .3s
}

.m-p3-info .btn-prev:hover {
    opacity: 1
}

.m-p3-info .btn-next {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p3_pop_next.png);
    width: 1.7rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 7rem;
    margin-top: -.2rem;
    z-index: 1;
    cursor: pointer;
    opacity: .5;
    transition: .3s
}

.m-p3-info .btn-next:hover {
    opacity: 1
}

.m-p3-info .dark {
    background-color: rgba(0,0,0,.85)
}

.m-p3-info .text-info-pop {
    display: none
}

.m-p3-info .text-info-pop .text-info-ctn {
    font-size: .12rem;
    line-height: .2rem;
    letter-spacing: 0;
    text-align: justify
}

.m-p3-info .text-info-pop .close-tips {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 1rem;
    font-size: .12rem
}

.start-3 .part-3 .pos-item:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition: .5s .3s
}

.start-3 .part-3 .pos-item:nth-child(2) {
    opacity: 1;
    transition: .5s .4s;
    transform: translateY(0)
}

.start-3 .part-3 .pos-item:nth-child(3) {
    opacity: 1;
    transition: .5s .5s;
    transform: translateY(0)
}

.start-3 .part-3 .pos-item.item-2 {
    pointer-events: none;
    filter: none!important
}

.start-3 .part-3 .pos-item.item-2 .pos-name {
    filter: brightness(.5) grayscale(.8)
}

.start-3 .part-3 .pos-item.item-2:after {
    opacity: 0
}

.start-3 .part-3 .title-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: translate(0);
    transition: .5s .3s
}

.start-3 .part-3 .line {
    opacity: .8;
    transform: translate(0);
    transition: .5s .4s
}

.start-3 .part-3 .text-info p:nth-child(1) {
    opacity: 1;
    transform: translate(0);
    transition: .5s .5s
}

.start-3 .part-3 .text-info p:nth-child(2) {
    opacity: 1;
    transform: translate(0);
    transition: .5s .6s
}

.start-3 .part-3 .part3-more {
    opacity: 1;
    transform: translate(0);
    transition: .5s .7s
}

.start-3 .part-3 .btn-info {
    opacity: 1;
    transform: translate(0);
    transition: .5s .8s
}

.start-3 .ani .pos-item:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition: .5s .3s
}

.start-3 .ani .pos-item:nth-child(2) {
    opacity: 1;
    transition: .5s .4s;
    transform: translateY(0)
}

.start-3 .ani .pos-item:nth-child(3) {
    opacity: 1;
    transition: .5s .5s;
    transform: translateY(0)
}

.start-3 .ani .pos-item.item-2 {
    pointer-events: none;
    filter: none!important
}

.start-3 .ani .pos-item.item-2 .pos-name {
    filter: brightness(.5) grayscale(.8)
}

.start-3 .ani .pos-item.item-2:after {
    opacity: 0
}

.start-3 .ani .btn-back {
    opacity: 1;
    transform: translate(0);
    transition: .5s
}

.start-3 .ani .p3-pop-yq {
    opacity: 1;
    transform: translate(0);
    transition: .5s .1s
}

.start-3 .ani .p3-info-title {
    opacity: 1;
    transform: translate(0);
    transition: .5s .2s
}

.start-3 .ani .title-text,.start-3 .ani .line {
    opacity: 1;
    transform: translate(0);
    transition: .5s .3s
}

.start-3 .ani .text-ctn {
    opacity: 1;
    transform: translate(0);
    transition: .5s .4s
}

.start-3 .ani .part3-more {
    opacity: 1;
    transform: translate(0);
    transition: .5s .5s
}

.start-3 .ani .btn-play {
    opacity: 1;
    transform: translate(0);
    transition: .5s .6s
}

.start-3 .ani .bottom-ctn-ani {
    opacity: 1;
    transform: translateY(0);
    transition: .5s .3s
}

@media screen and (min-device-width: 1024px) {
    .eles-wrap {
        position:fixed
    }

    .eles-wrap .menu-ctn {
        position: absolute;
        left: 50%;
        transform: translate(-50%)
    }

    .eles-wrap .m {
        display: none
    }

    .eles-wrap .btn-user {
        display: inline-block;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user.png);
        width: .4rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer
    }

    .eles-wrap .btn-user:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user_hover.png);
        width: .4rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .part-4 .left-bq {
        left: 2.06rem;
        bottom: .8rem;
        z-index: 1
    }

    .part-4 #afooter,.part-4 #afooter a {
        color: #fff;
        text-decoration: none
    }

    .part-4 #afooter {
        position: relative;
        padding: .3rem 0;
        text-align: center;
        z-index: 10;
        background-color: #000
    }

    .part-4 .page-bottom {
        height: auto!important
    }

    .part-4 .part4-center {
        position: relative;
        width: 100%;
        height: 100%
    }

    .part-4 .part-4-bg {
        width: 100%;
        height: 100%;
        background-size: cover;
        object-fit: cover
    }

    .part-4 .left-ctn {
        margin-left: -1.6rem;
        margin-top: -1.4rem;
        opacity: 0;
        transform: translate(-70%,-50%)
    }

    .part-4 .title {
        width: 22.08%;
        margin-top: 0rem;
        position: absolute;
        left: 0;
        top: 0
    }

    .part-4 .swiper-ctn {
        margin-top: .15rem
    }

    .part-4 .part6-swiper {
        width: 5.955rem;
        height: 3.35rem;
        overflow: hidden
    }

    .part-4 .part6-swiper .img-box {
        position: relative
    }

    .part-4 .part6-swiper img {
        width: 5.955rem;
        height: 3.35rem
    }

    .part-4 .part6-swiper .new-banner-title {
        margin: 0rem;
        width: 100%;
        height: .46rem;
        background-color: rgba(0,0,0,.8);
        bottom: 0
    }

    .part-4 .part6-swiper .new-banner-title .new-banner-title-text {
        width: 80%;
        height: .46rem;
        line-height: .46rem;
        padding: 0 0 0 .2rem;
        font-size: .16rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .part-4 .part6-swiper .swiper-slide {
        cursor: pointer
    }

    .part-4 .swiper-pos-list {
        display: flex;
        position: absolute;
        right: .16rem;
        bottom: .12rem;
        z-index: 9
    }

    .part-4 .swiper-pos-item {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first.png);
        width: .1rem;
        height: .1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: .06rem;
        cursor: pointer
    }

    .part-4 .swiper-pos-item:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first_active.png);
        width: .1rem;
        height: .1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .part-4 .swiper-pos-item.active {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first_active.png);
        width: .1rem;
        height: .1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .part-4 .right-ctn {
        margin-left: 5rem;
        margin-top: -.9rem;
        height: 4.14rem
    }

    .part-4 .news-list {
        padding-right: .5rem;
        height: 2.92rem;
        overflow: hidden;
        cursor: pointer
    }

    .part-4 .news-list::-webkit-scrollbar {
        width: .02rem;
        cursor: pointer
    }

    .part-4 .news-list::-webkit-scrollbar-thumb {
        background-color: #c22021;
        border-radius: .25rem;
        cursor: pointer
    }

    .part-4 .news-list::-webkit-scrollbar-track {
        background-color: #e7ecf4;
        border-radius: .25rem;
        cursor: pointer
    }

    .part-4 .news-list::-webkit-scrollbar-button {
        display: none
    }

    .part-4 .news-list::-webkit-scrollbar-corner {
        display: none
    }

    .part-4 .news-menu-list {
        display: flex;
        justify-content: space-between;
        width: 3.4rem;
        margin-bottom: .17rem
    }

    .part-4 .news-menu-list .menu-item {
        width: .6rem;
        font-size: .18rem;
        text-align: center;
        line-height: .26rem;
        cursor: pointer;
        opacity: 0;
        transform: translate(100%);
        box-sizing: border-box;
        border: solid .01rem transparent
    }

    .part-4 .news-menu-list .menu-item:hover {
        border-color: #e7ecf4
    }

    .part-4 .news-menu-list .menu-item.on {
        background: #c22021;
        border-color: #c22021
    }

    .part-4 .news-item {
        position: relative;
        display: flex;
        align-items: center;
        width: 5.775rem;
        height: .56rem;
        cursor: pointer;
        border-top: .01rem solid rgba(255,255,255,.3)
    }

    .part-4 .news-item:last-child {
        border-bottom: .01rem solid rgba(255,255,255,.3)
    }

    .part-4 .news-item:nth-child(1) {
        opacity: 0;
        transform: translateY(150%)
    }

    .part-4 .news-item:nth-child(2) {
        opacity: 0;
        transform: translateY(150%)
    }

    .part-4 .news-item:nth-child(3) {
        opacity: 0;
        transform: translateY(150%)
    }

    .part-4 .news-item:nth-child(4) {
        opacity: 0;
        transform: translateY(150%)
    }

    .part-4 .news-item:nth-child(5) {
        opacity: 0;
        transform: translateY(150%)
    }

    .part-4 .news-item .btn-news {
        display: flex;
        align-items: center;
        width: 7.23rem;
        height: .7rem
    }

    .part-4 .news-item:hover {
        color: #c22021
    }

    .part-4 .news-item:hover .news-tag {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_gg_hover.png);
        width: .575rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .part-4 .news-item:hover p,.part-4 .news-item:hover span {
        opacity: 1
    }

    .part-4 .news-item .news-tag {
        display: inline-block;
        font-size: .12rem;
        width: .57rem;
        text-align: center;
        line-height: .21rem;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_normal.png);
        width: .575rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: #fff
    }

    .part-4 .news-item p {
        margin-left: .35rem;
        font-size: .18rem;
        width: 3.7rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .part-4 .news-item span {
        display: inline-block;
        position: absolute;
        right: 0rem;
        font-size: .13rem
    }

    .part-4 .btn-more-p4 {
        position: absolute;
        top: .05rem;
        right: .5rem;
        cursor: pointer;
        font-size: .18rem;
        color: #e7ecf4
    }

    .part-4 .btn-more-p4:hover {
        color: #c22021
    }

    .part-4 .hover-wrap:hover .hover-inner {
        clip-path: polygon(-150% -150%,250% -150%,250% 250%,-150% 250%)
    }

    .part-4 .hover-inner {
        clip-path: polygon(-150% -150%,250% -150%,250% -150%,-150% -150%);
        transition: clip-path .3s;
        transform: rotate(-45deg);
        pointer-events: none
    }

    .part-4 .hover-img {
        transform: rotate(45deg)
    }

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

    .part6 {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .part6 .part-main,.part6 .part6-box {
        width: 100%;
        height: 100%
    }

    .part6 .active-bg {
        opacity: 0;
        left: -50%;
        top: 50%;
        width: 400%;
        height: 2.16rem;
        box-sizing: border-box;
        transform: translateY(-50%);
        background: #c22021
    }

    .part6 .part-4-bg {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover
    }

    .part6 .part6-box.hover_0 .active-bg {
        opacity: 1;
        margin-top: -1.25rem
    }

    .part6 .part6-box.hover_1 .active-bg {
        opacity: 1;
        margin-top: .92rem
    }

    .part6 .part6-box.hover_2 .active-bg {
        opacity: 1;
        margin-top: 3.07rem
    }

    .news-ctn {
        margin-top: .2rem;
        width: 100%;
        height: 100%;
        width: 14.25rem;
        height: 8.5rem
    }

    .news-ctn .btn-back {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: .4rem;
        height: .4rem;
        left: -.8rem;
        top: .39rem;
        cursor: pointer
    }

    .news-ctn .btn-back:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_prev_hover.png)
    }

    .news-ctn .title {
        margin-top: 0rem
    }

    .news-ctn .news-tit span {
        color: #00acff
    }

    .news-ctn .info-box {
        margin-left: .5rem;
        width: 7.65rem;
        font-size: .24rem
    }

    .news-ctn .news-time-box {
        margin-left: .35rem;
        font-size: .18rem
    }

    .news-ctn .news-time-box .h5-show {
        display: none
    }

    .news-ctn .arr-box {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .news-ctn .news-item-ctn {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 2.16rem;
        cursor: pointer
    }

    .news-ctn .news-item-ctn:hover .news-title {
        color: #00acff
    }

    .news-ctn .news-item-ctn:hover .news-tab {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_gg_hover.png);
        width: .575rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-item-ctn:hover .btn-to-info {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more_hover.png);
        width: .675rem;
        height: .655rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-item-ctn img {
        width: 3.2rem;
        height: 1.8rem
    }

    .news-ctn .news-item-center {
        width: 14.8rem
    }

    .news-ctn .part6-tab2 {
        display: flex;
        justify-content: space-between;
        width: 5.48rem;
        margin-top: .4rem;
        margin-bottom: .17rem
    }

    .news-ctn .part6-tab2 .btn-news2 {
        width: .8rem;
        height: .26rem;
        font-size: .18rem;
        text-align: center;
        line-height: .26rem;
        cursor: pointer;
        opacity: .5;
        border: solid .01rem transparent
    }

    .news-ctn .part6-tab2 .btn-news2:hover {
        opacity: 1;
        border: solid .01rem #E7ECF4
    }

    .news-ctn .part6-tab2 .btn-news2.on {
        background-color: #c22021;
        border-color: #c22021;
        opacity: 1
    }

    .news-ctn .news-list {
        border-top: .01rem solid rgba(255,255,255,.3);
        padding-top: .18rem;
        padding-right: .2rem;
        height: 6.5rem;
        width: 14.33rem
    }

    .news-ctn .news-list::-webkit-scrollbar {
        display: none
    }

    .news-ctn .news-list .btn-news {
        position: relative;
        display: flex;
        align-items: center
    }

    .news-ctn .news-list .btn-news div {
        pointer-events: none
    }

    .news-ctn .news-list .btn-news:hover .info-box,.news-ctn .news-list .btn-news:hover .news-time-box {
        opacity: 1
    }

    .news-ctn .news-list .btn-news:before {
        content: "";
        position: absolute;
        left: 3.5rem;
        top: 1.34rem;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_line.png);
        width: 9.07rem;
        height: .04rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-size: 9.07rem auto;
        transform: rotateY(180deg)
    }

    .news-ctn .news-list .btn-news:after {
        content: "";
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_icon.png);
        width: .92rem;
        height: .27rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: auto
    }

    .news-ctn .news-list img {
        width: 3.2rem;
        height: 1.8rem
    }

    .news-ctn .news-list .left-news-ctn {
        position: relative;
        margin-left: .5rem;
        height: 1.9rem
    }

    .news-ctn .news-list .news-title {
        width: 9rem;
        font-size: .24rem;
        height: .6rem;
        line-height: .6rem;
        border-bottom: .01rem solid rgba(255,255,255,.3)
    }

    .news-ctn .news-list .news-info {
        width: 9rem;
        margin-top: .15rem;
        font-size: .18rem;
        line-height: .3rem
    }

    .news-ctn .news-list .news-tab {
        font-size: .12rem;
        width: .57rem;
        text-align: center;
        line-height: .21rem;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_normal.png);
        width: .575rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-list .news-time {
        font-size: .18rem
    }

    .news-ctn .news-list .news-tab-ctn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1.8rem;
        margin-top: .15rem;
        justify-content: .21rem
    }

    .news-ctn .news-list .btn-to-info {
        position: absolute;
        right: 0;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more.png);
        width: .675rem;
        height: .655rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-list .btn-to-info:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more_hover.png);
        width: .675rem;
        height: .655rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-list2 {
        display: flex;
        flex-wrap: wrap;
        height: auto
    }

    .news-ctn .news-list2 .list-item {
        width: 100%;
        height: 2.16rem;
        position: relative;
        display: flex;
        align-items: center
    }

    .news-ctn .news-list2 .list-item .btn-news {
        width: 100%
    }

    .news-ctn .news-list2 .list-item:hover .info-box p,.news-ctn .news-list2 .list-item:hover .time-box p,.news-ctn .news-list2 .list-item:hover .info-box p .news-tab-text,.news-ctn .news-list2 .list-item:hover .time-box p .news-tab-text {
        color: #fff
    }

    .news-ctn .news-list2 .list-item:hover .btn-news:after {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_after_hover.png);
        width: .92rem;
        height: .27rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-list2 .list-item:hover .img-box:after,.news-ctn .news-list2 .list-item:hover .btn-news:before {
        opacity: 0
    }

    .news-ctn .news-list2 .list-item:nth-of-type(4n) {
        margin-right: 0
    }

    .news-ctn .news-list2 .list-item .img-box {
        width: 3rem;
        height: 1.69rem;
        position: relative
    }

    .news-ctn .news-list2 .list-item .img-box:after {
        content: "";
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/img_box_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s
    }

    .news-ctn .news-list2 .list-item .img-box img {
        width: 100%;
        height: 100%;
        -webkit-mask-image: linear-gradient(135deg,#fff,#fff 96%,transparent 96%,transparent 100%);
        mask-image: linear-gradient(135deg,#fff,#fff 96%,transparent 96%,transparent 100%);
        object-fit: contain
    }

    .news-ctn .news-list2 .list-item .news-tab-text {
        color: #e7ecf4
    }

    .news-ctn .news-list2 .list-item .m_tag {
        display: none
    }

    .news-ctn .news-list2 .list-item .info-box {
        margin: 0;
        font-size: .24rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        margin: .1rem 0 .1rem .45rem
    }

    .news-ctn .news-list2 .list-item .info-box p {
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: rgba(255,255,255,.5)
    }

    .news-ctn .news-list2 .list-item .info-box p .news-tab-text {
        color: #c22021
    }

    .news-ctn .news-list2 .list-item .time-box {
        margin: 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: flex-end
    }

    .news-ctn .news-list2 .list-item .time-box p {
        margin: 0;
        font-size: .18rem;
        color: rgba(255,255,255,.5)
    }

    .news-ctn .news-list2 .list-item .time-box .play_num {
        display: flex;
        align-items: center;
        margin-right: auto;
        display: none
    }

    .news-ctn .news-list2 .list-item .time-box .play_num .icon_num {
        margin-right: .1rem
    }

    .news-ctn .news-list2 .list-item .time-box .play_num .num {
        font-size: .12rem;
        color: #fff
    }

    .news-ctn .news-pagin {
        position: absolute;
        display: flex;
        justify-content: space-between;
        max-width: 4.1rem;
        width: 100%;
        left: 50%;
        margin-top: .2rem;
        transform: translate(-50%)
    }

    .news-ctn .news-pagin .num-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 2.58rem
    }

    .news-ctn .news-pagin .laypage_main {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .news-ctn .news-pagin .laypage_next {
        margin-left: .3rem;
        display: inline-block;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_right.png);
        width: .36rem;
        height: .36rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-pagin .laypage_next:hover {
        background-color: #c22021
    }

    .news-ctn .news-pagin .laypage_prev {
        margin-right: .1rem;
        display: inline-block;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_left.png);
        width: .36rem;
        height: .36rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-pagin .laypage_prev:hover {
        background-color: #c22021
    }

    .news-ctn .news-pagin span {
        display: inline-block;
        margin-left: .5rem;
        white-space: nowrap
    }

    .news-ctn .news-pagin .laypage_curr {
        display: inline-block;
        margin-left: .2rem;
        text-align: center;
        line-height: .34rem;
        cursor: pointer;
        background-color: #c22021;
        border-color: #c22021;
        width: .34rem;
        height: .34rem;
        box-sizing: border-box
    }

    .news-ctn .news-pagin .laypage_number {
        display: inline-block;
        width: .34rem;
        height: .34rem;
        box-sizing: border-box;
        border: solid .01rem #E7ECF4;
        margin-left: .2rem;
        text-align: center;
        line-height: .34rem;
        cursor: pointer
    }

    .news-ctn .news-pagin .laypage_number:first-child {
        margin-left: 0rem
    }

    .news-ctn .news-pagin .laypage_number.cur,.news-ctn .news-pagin .laypage_number:hover {
        background-color: #c22021;
        border-color: #c22021
    }

    .news-ctn .news-pagin .laypage_last,.news-ctn .news-pagin .laypage_prev {
        display: inline-block;
        width: .34rem;
        height: .34rem;
        box-sizing: border-box;
        border: solid .01rem #E7ECF4;
        margin-left: .2rem;
        text-align: center;
        line-height: .34rem;
        cursor: pointer
    }

    .news-ctn .news-pagin .laypage_last.cur,.news-ctn .news-pagin .laypage_prev.cur,.news-ctn .news-pagin .laypage_last:hover,.news-ctn .news-pagin .laypage_prev:hover {
        background-color: #c22021;
        border-color: #c22021
    }

    .news-ctn .news-pagin .pagin-omit {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_bg.png);
        width: .36rem;
        height: .36rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: .2rem;
        opacity: .8;
        text-align: center;
        line-height: .34rem;
        cursor: pointer
    }

    .news-ctn .news-pagin .pagin-omit:first-child {
        margin-left: 0rem
    }

    .news-ctn .news-pagin .pagin-omit:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_bg_active.png);
        width: .35rem;
        height: .35rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    #afooter {
        position: relative;
        padding: .3rem 0;
        text-align: center;
        z-index: 10;
        background-color: #000;
        font-size: .18rem
    }

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

    .m-news-info {
        height: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column
    }

    .m-news-info .logo {
        left: .57rem;
        top: .275rem
    }

    .m-news-info .title {
        margin: 1rem 0 .55rem -1.8rem
    }

    .m-news-info .btn_back_top {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(770%);
        z-index: 9;
        cursor: pointer;
        transition: .3s
    }

    .m-news-info .btn_back_top:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back_top_hover.png)
    }

    .m-news-info .scroll_cont {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: .3rem;
        transform: translate(-.15rem)
    }

    .m-news-info .scroll_cont::-webkit-scrollbar {
        width: .03rem
    }

    .m-news-info .scroll_cont::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: .03rem
    }

    .m-news-info .scroll_cont::-webkit-scrollbar-thumb {
        background-color: #c22021;
        border-radius: .05rem
    }

    .m-news-info .news-banner {
        position: relative;
        top: 0rem;
        left: 50%;
        z-index: 1;
        transform: translate(-50%);
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_info_bg2.png);
        width: 19.2rem;
        height: 4.6rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-news-info .news-banner:after {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_line.png);
        width: 19.2rem;
        height: 5.17rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        position: absolute;
        bottom: 0rem;
        transform: translateY(100%);
        pointer-events: none
    }

    .m-news-info .news-cont {
        position: relative;
        left: 50%;
        width: 10rem;
        height: 100%;
        transform: translate(-50%);
        display: flex;
        flex-direction: column
    }

    .m-news-info .news-info-bg {
        width: 100%;
        height: 100%
    }

    .m-news-info .news-bom-bg {
        position: fixed;
        top: 0rem;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center top
    }

    .m-news-info .news-back {
        position: absolute;
        display: inline-block;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back.png);
        width: .4rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: -.65rem;
        cursor: pointer;
        top: 2.47rem;
        transform: scale(.7) translateY(-.15rem);
        transition: .3s
    }

    .m-news-info .news-back:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_prev_hover.png)
    }

    .m-news-info .news-title {
        position: relative;
        font-size: .435rem;
        margin: 0rem;
        line-height: 1.5
    }

    .m-news-info .news-date {
        position: relative;
        margin: 0rem;
        font-size: .18rem;
        color: #fff;
        opacity: .8
    }

    .m-news-info .news-tag {
        position: relative;
        display: inline-block;
        font-size: .12rem;
        width: .425rem!important;
        text-align: center;
        line-height: .21rem;
        flex-shrink: 0;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_gg_hover_m.png);
        width: .425rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-news-info .news-tag.notice {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_gg_hover.png);
        width: .575rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-news-info .news-tag.news {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_xw_hover.png);
        width: .575rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-news-info .news-tag.video {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_sp_hover.png);
        width: .575rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-news-info .news-time {
        font-size: .18rem
    }

    .m-news-info .news-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1.8rem;
        margin-top: .35rem;
        justify-content: .21rem
    }

    .m-news-info .news-main {
        margin-top: .3rem;
        padding-top: .2rem;
        width: 10rem;
        overflow-x: hidden;
        font-size: .18rem;
        color: #fff;
        opacity: .8;
        line-height: .4rem;
        border-top: .01rem solid rgba(153,153,153,.2)
    }

    .m-news-info .news-main::-webkit-scrollbar {
        display: none
    }

    .m-news-info .news-main p img {
        width: 10rem;
        height: auto;
        object-fit: contain
    }

    .logo {
        position: fixed;
        z-index: 1;
        cursor: pointer
    }

    .start-1 .part-4 .left-ctn {
        opacity: 1;
        transform: translate(-50%,-50%);
        transition: .5s .3s
    }

    .start-1 .part-4 .menu-item:nth-child(1) {
        opacity: 1;
        transform: translate(0);
        transition: opacity .5s .3s,transform .5s .3s
    }

    .start-1 .part-4 .menu-item:nth-child(2) {
        opacity: 1;
        transform: translate(0);
        transition: opacity .5s .4s,transform .5s .4s
    }

    .start-1 .part-4 .menu-item:nth-child(3) {
        opacity: 1;
        transform: translate(0);
        transition: opacity .5s .5s,transform .5s .5s
    }

    .start-1 .part-4 .menu-item:nth-child(4) {
        opacity: 1;
        transform: translate(0);
        transition: opacity .5s .6s,transform .5s .6s
    }

    .start-1 .part-4 .news-item:nth-child(1) {
        opacity: 1;
        transform: translateY(0);
        transition: .5s .3s;
        transition: opacity .5s .3s,transform .5s .3s
    }

    .start-1 .part-4 .news-item:nth-child(2) {
        opacity: 1;
        transform: translateY(0);
        transition: opacity .5s .4s,transform .5s .4s
    }

    .start-1 .part-4 .news-item:nth-child(3) {
        opacity: 1;
        transform: translateY(0);
        transition: opacity .5s .5s,transform .5s .5s
    }

    .start-1 .part-4 .news-item:nth-child(4) {
        opacity: 1;
        transform: translateY(0);
        transition: opacity .5s .6s,transform .5s .6s
    }

    .start-1 .part-4 .news-item:nth-child(5) {
        opacity: 1;
        transform: translateY(0);
        transition: opacity .5s .7s,transform .5s .7s
    }

    .start-1 .part-4 .btn-more-p4 {
        opacity: 1;
        transform: translateY(0);
        transition: .5s 0s
    }

    .start-1 .part-4 .right-ctn {
        opacity: 1;
        transition: .5s .3s
    }

    .start-1 .part-4 .bottom-ctn {
        opacity: 1;
        transform: translate(-50%,-50%);
        transition: .5s .3s
    }
}

@media screen and (max-device-width: 1024px) {
    .pc {
        display:none
    }

    .eles-wrap {
        position: fixed!important
    }

    .eles-wrap .media-ctn {
        display: none
    }

    .logo {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/logo_m.png);
        width: 1.425rem;
        height: .67rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    html {
        font-size: 13.33333333vw
    }

    .part-4 .part4-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 10rem
    }

    .part-4 .part-4-bg {
        display: none;
        width: 100%;
        height: 100%;
        background-size: cover
    }

    .part-4 .left-ctn {
        width: 6.53rem;
        height: 5rem
    }

    .part-4 .title {
        margin-left: 2.13rem;
        margin-top: 0rem
    }

    .part-4 .swiper-ctn {
        margin-top: .15rem
    }

    .part-4 .swiper-container {
        width: 6.53rem;
        height: 4.24rem;
        overflow: hidden
    }

    .part-4 .swiper-container img {
        width: 6.53rem;
        height: 3.67rem
    }

    .part-4 .swiper-container .h5-show,.part-4 .swiper-container .sw-info-head,.part-4 .swiper-container .sw-news-msg {
        display: none
    }

    .part-4 .swiper-container .sw-news-tit {
        margin: 0rem;
        padding-left: .19rem;
        height: .4rem;
        line-height: .4rem
    }

    .part-4 .swiper-container .swiper-slide {
        cursor: pointer
    }

    .part-4 .swiper-pos-list {
        display: flex;
        margin-top: .23rem;
        width: 3.51rem
    }

    .part-4 .swiper-pos-item {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_first_m.png);
        width: .1rem;
        height: .1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer
    }

    .part-4 .swiper-pos-item.active {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p2_pos_active_m.png);
        width: .1rem;
        height: .1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .part-4 .right-ctn {
        margin-top: .4rem;
        width: 6.45rem;
        height: 4.14rem
    }

    .part-4 .news-menu-list {
        display: flex;
        justify-content: space-between;
        width: 6.5rem;
        margin-bottom: .17rem
    }

    .part-4 .news-menu-list .menu-item {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_i_m.png);
        width: 1.065rem;
        height: .42rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1rem!important;
        height: .37rem!important;
        font-size: .2rem;
        text-align: center;
        line-height: .37rem;
        cursor: pointer
    }

    .part-4 .news-menu-list .menu-item.on {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_item_active_m.png);
        width: 1.34rem;
        height: .5rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .part-4 .news-item {
        position: relative;
        display: flex;
        align-items: center;
        width: 6.48rem;
        height: .7rem;
        cursor: pointer;
        border-top: .01rem solid rgba(255,255,255,.1)
    }

    .part-4 .news-item:last-child {
        border-bottom: .01rem solid rgba(255,255,255,.1)
    }

    .part-4 .news-item .btn-news {
        display: flex;
        align-items: center;
        width: 4.7rem;
        height: .74rem
    }

    .part-4 .news-item .news-tag {
        display: inline-block;
        font-size: .12rem;
        width: .57rem;
        height: .21rem;
        text-align: center;
        line-height: .21rem;
        flex-shrink: 0;
        color: #e7ecf4
    }

    .part-4 .news-item .news-tag.notice {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_gg_hover_m.png);
        width: .425rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .part-4 .news-item .news-tag.news {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_xw_hover.png);
        width: .575rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .part-4 .news-item .news-tag.video {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_sp_hover.png);
        width: .575rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .part-4 .news-item p {
        margin-left: .2rem;
        font-size: .14rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff
    }

    .part-4 .news-item span {
        display: inline-block;
        position: absolute;
        right: 0rem;
        font-size: .18rem;
        opacity: .5
    }

    .part-4 .btn-more-p4 {
        position: absolute;
        left: 50%;
        bottom: 0rem;
        cursor: pointer;
        transform: translate(-50%);
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_btn_more_m.png);
        width: 3.06rem;
        height: .48rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

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

    .part6 {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 5.56rem
    }

    .part6 .part-main,.part6 .part6-box {
        width: 100%;
        height: 100%
    }

    .part6 .active-bg {
        opacity: 0;
        left: -50%;
        top: 50%;
        width: 400%;
        height: 2.15rem;
        box-sizing: border-box;
        transform: translateY(-50%);
        background: #c22021
    }

    .part6 .part-4-bg {
        width: 100%;
        height: 100%;
        background-size: cover
    }

    .part6 .news-list2 {
        width: 6.8rem;
        height: 7.4rem;
        margin: 0 auto;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .part6 .news-list2 .list-item {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/list-item-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 6.6rem;
        height: 1.32rem;
        margin-bottom: .2rem;
        box-sizing: border-box;
        padding: .02rem .03rem
    }

    .part6 .news-list2 .list-item .news-tab-text:not(.m_tag) {
        display: none
    }

    .part6 .part6-head {
        position: relative
    }

    .part6 .part6-cont2 {
        width: 6.6rem;
        overflow: hidden;
        margin: .5rem auto 0
    }

    .part6 .part6-box.hover_0 .active-bg {
        opacity: 1;
        margin-top: -1.48rem
    }

    .part6 .part6-box.hover_1 .active-bg {
        opacity: 1;
        margin-top: .68rem
    }

    .part6 .part6-box.hover_2 .active-bg {
        opacity: 1;
        margin-top: 2.85rem
    }

    .news-ctn {
        width: 7.5rem;
        height: 9.1rem
    }

    .news-ctn .btn-back {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back.png);
        width: .4rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        left: .5rem;
        transform: translateY(-.04rem);
        cursor: pointer
    }

    .news-ctn .title {
        display: none;
        margin-top: 0rem
    }

    .news-ctn .news-tit {
        width: 3.7rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: .32rem
    }

    .news-ctn .news-tit span {
        color: #00acff
    }

    .news-ctn .info-box {
        position: relative;
        margin-left: .1rem;
        margin-top: -.5rem;
        width: 4.1rem;
        font-size: .18rem
    }

    .news-ctn .news-time-box {
        position: absolute;
        left: 2.4rem;
        margin-left: .1rem;
        font-size: .18rem;
        display: flex;
        align-items: center
    }

    .news-ctn .news-time-box .news-tab-text {
        width: .4rem;
        height: .2rem;
        text-align: center;
        line-height: .2rem;
        font-size: .12rem;
        color: #fff;
        background: linear-gradient(45deg,#C22021,#C22021 90%,transparent 90%,transparent);
        margin-right: .1rem
    }

    .news-ctn .news-time-box .pc-show {
        opacity: .5
    }

    .news-ctn .news-time-box .h5-show {
        display: none
    }

    .news-ctn .arr-box {
        position: absolute;
        right: .15rem;
        top: 50%;
        transform: translateY(-50%)
    }

    .news-ctn .news-item-ctn {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 2.16rem;
        cursor: pointer
    }

    .news-ctn .news-item-ctn:hover .news-title {
        color: #00acff
    }

    .news-ctn .news-item-ctn:hover .news-tab {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_gg_hover_m.png);
        width: .425rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-item-ctn:hover .btn-to-info {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more_hover_m.png);
        width: .605rem;
        height: .605rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-item-ctn img {
        width: 3.2rem;
        height: 1.8rem
    }

    .news-ctn .news-item-center {
        width: 14.8rem
    }

    .news-ctn .part6-tab2 {
        display: flex;
        justify-content: space-between;
        width: 5.4rem;
        margin-left: 1.49rem;
        margin-bottom: .17rem
    }

    .news-ctn .part6-tab2:after {
        content: "";
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/m_line.png);
        width: 6.6rem;
        height: .02rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: .5rem;
        bottom: -.2rem
    }

    .news-ctn .part6-tab2 .btn-news2 {
        width: .72rem;
        height: .32rem;
        font-size: .2rem;
        text-align: center;
        line-height: .32rem;
        cursor: pointer
    }

    .news-ctn .part6-tab2 .btn-news2:hover,.news-ctn .part6-tab2 .btn-news2.on {
        background: #c22021
    }

    .news-ctn .news-list .btn-news {
        position: relative;
        display: flex;
        align-items: center
    }

    .news-ctn .news-list .btn-news div {
        pointer-events: none
    }

    .news-ctn .news-list .btn-news:hover .info-box,.news-ctn .news-list .btn-news:hover .news-time-box {
        opacity: 1
    }

    .news-ctn .news-list img {
        width: 2.34rem;
        height: 1.25rem
    }

    .news-ctn .news-list .left-news-ctn {
        position: relative;
        margin-left: .5rem;
        height: 1.9rem
    }

    .news-ctn .news-list .news-title {
        width: 9rem;
        font-size: .24rem;
        height: .6rem;
        line-height: .6rem;
        border-bottom: .01rem solid rgba(255,255,255,.3)
    }

    .news-ctn .news-list .news-info {
        width: 9rem;
        margin-top: .15rem;
        font-size: .18rem;
        line-height: .3rem
    }

    .news-ctn .news-list .news-tab {
        font-size: .12rem;
        width: .57rem;
        text-align: center;
        line-height: .21rem;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_normal_m.png);
        width: .575rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-list .news-time {
        font-size: .18rem
    }

    .news-ctn .news-list .news-tab-ctn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1.8rem;
        margin-top: .15rem;
        justify-content: .21rem
    }

    .news-ctn .news-list .btn-to-info {
        position: absolute;
        right: 0;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more.png);
        width: .675rem;
        height: .655rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-list .btn-to-info:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_more_hover_m.png);
        width: .605rem;
        height: .605rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-pagin {
        position: absolute;
        display: flex;
        justify-content: center;
        max-width: 6.08rem;
        width: 100%;
        left: 50%;
        margin-top: .5rem;
        transform: translate(-50%)
    }

    .news-ctn .news-pagin .num-box {
        display: flex;
        justify-content: space-between;
        max-width: 3.97rem;
        width: 100%
    }

    .news-ctn .news-pagin .laypage_main {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .news-ctn .news-pagin .laypage_next {
        margin-left: .3rem;
        display: inline-block;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_right_m.png);
        width: 1.24rem;
        height: .48rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .news-ctn .news-pagin .laypage_prev {
        margin-right: .1rem;
        display: inline-block;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/paging_right_m.png);
        width: 1.24rem;
        height: .48rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: scaleX(-1)
    }

    .news-ctn .news-pagin span {
        display: inline-block;
        margin-left: .5rem;
        white-space: nowrap;
        font-size: .24rem;
        display: none
    }

    .news-ctn .news-pagin .laypage_curr {
        display: inline-block;
        margin-left: .2rem;
        text-align: center;
        line-height: .5rem;
        cursor: pointer;
        font-size: .24rem;
        background-color: #c22021;
        border-color: #c22021;
        width: .48rem;
        height: .48rem
    }

    .news-ctn .news-pagin .laypage_number {
        display: inline-block;
        margin-left: .2rem;
        text-align: center;
        width: .48rem;
        height: .48rem;
        line-height: .5rem;
        font-size: .24rem;
        cursor: pointer;
        box-sizing: border-box;
        border: solid .01rem #fff;
        color: #fff
    }

    .news-ctn .news-pagin .laypage_number:first-child {
        margin-left: 0rem
    }

    .news-ctn .news-pagin .laypage_number.cur {
        background-color: #c22021;
        border: solid .01rem #C22021
    }

    .news-ctn .news-pagin .laypage_last {
        display: inline-block;
        margin-left: .2rem;
        text-align: center;
        width: .48rem;
        height: .48rem;
        line-height: .5rem;
        font-size: .24rem;
        cursor: pointer;
        box-sizing: border-box;
        border: solid .01rem #fff;
        color: #fff
    }

    .news-ctn .news-pagin .laypage_last.cur {
        background-color: #c22021;
        border: solid .01rem #C22021
    }

    .news-ctn .news-pagin .pagin-omit {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/num_bg_m.png);
        width: .5rem;
        height: .5rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: .2rem;
        opacity: .8;
        text-align: center;
        line-height: .34rem;
        cursor: pointer
    }

    .news-ctn .news-pagin .pagin-omit:first-child {
        margin-left: 0rem
    }

    #afooter {
        position: relative;
        padding: .3rem 0;
        text-align: center;
        z-index: 10;
        background-color: #000;
        font-size: .18rem
    }

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

    .m-news-info {
        position: relative;
        overflow-y: scroll;
        background: #000
    }

    .m-news-info .news-banner {
        position: relative;
        top: 0rem;
        z-index: 1;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_info_bg2_m.png);
        width: 7.505rem;
        height: 4.46rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: none
    }

    .m-news-info .news-bom-bg,.m-news-info .btn_back_top {
        display: none
    }

    .m-news-info .news_list_title {
        margin: .6rem 0 .3rem
    }

    .m-news-info .logo {
        display: none
    }

    .m-news-info .news-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: .3rem;
        width: 7.5rem
    }

    .m-news-info .news-info-bg {
        width: 100%;
        height: 100%;
        height: 3.64rem;
        background-size: cover
    }

    .m-news-info .news-bom-bg {
        top: 0rem;
        width: 100%;
        height: 100%;
        background: #0b0d13
    }

    .m-news-info .news-bom-bg:before {
        content: "";
        position: absolute;
        top: -.34rem;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/news_top_mask_m.png);
        width: 7.5rem;
        height: .37rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-news-info .news-back {
        position: absolute;
        display: inline-block;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_back.png);
        width: .4rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        left: .5rem;
        top: 1.2rem;
        cursor: pointer
    }

    .m-news-info .news-title {
        font-size: .32rem;
        margin: 0rem;
        width: 6rem;
        line-height: .36rem
    }

    .m-news-info .news-tag {
        display: inline-block;
        font-size: .12rem;
        width: .4rem;
        height: .2rem;
        text-align: center;
        line-height: .2rem;
        flex-shrink: 0;
        z-index: 1;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p4_item_gg_hover_m.png);
        width: .425rem;
        height: .21rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-news-info .news-time {
        font-size: .18rem
    }

    .m-news-info .news-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1.8rem;
        justify-content: .21rem;
        margin: .15rem 0 .3rem
    }

    .m-news-info .news-info .news-date {
        opacity: .5;
        font-size: .18rem;
        margin: 0rem;
        white-space: nowrap
    }

    .m-news-info .news-main {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-top: .1rem;
        width: 6rem;
        font-size: .2rem;
        color: #fff;
        opacity: .8;
        line-height: .4rem;
        border-top: .01rem solid rgba(153,153,153,.2)
    }

    .m-news-info .news-main::-webkit-scrollbar {
        display: none
    }

    .m-news-info .news-main img {
        width: 6.5rem!important;
        height: auto!important
    }
}

.bottom-ctn {
    margin-top: 2.7rem;
    margin-left: 2.8rem;
    opacity: 0;
    transform: translate(-50%,50%)
}

.bottom-ctn .title_video {
    width: 100%;
    position: relative
}

.bottom-ctn .title_video .btn-more-p4-video {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    font-size: .18rem;
    color: #e7ecf4;
    opacity: 1;
    transform: translateY(-50%);
    transition: .5s 0s
}

.bottom-ctn .title_video .btn-more-p4-video:hover {
    color: #c22021
}

.bottom-ctn .video_toggle {
    width: 4.6rem;
    height: 2.59rem;
    background: repeating-linear-gradient(-45deg,#C22021,#C22021 .06rem,transparent .06rem,transparent .12rem);
    padding: 0 .1rem .13rem 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-5.4rem,4%)
}

.bottom-ctn .video_toggle .video_bg {
    width: 4.6rem;
    height: 2.59rem
}

.bottom-ctn .video_toggle .btn_play_video {
    cursor: pointer;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play_apng.png);
    width: .6rem;
    height: .6rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.bottom-ctn .video_toggle .btn_play_video:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play4.png)
}

.bottom-ctn .video_toggle .video_info {
    width: 4.6rem;
    height: .54rem;
    background: rgba(0,0,0,.8);
    font-size: .14rem;
    color: #e7ecf4;
    position: absolute;
    left: 0;
    bottom: .13rem;
    box-sizing: border-box;
    padding: .12rem .2rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bottom-ctn .video-swiper-ctn {
    position: relative;
    height: 2.19rem
}

.bottom-ctn .video-swiper-ctn .swiper_video {
    width: 9.8rem;
    height: 2.19rem;
    overflow: hidden
}

.bottom-ctn .video-swiper-ctn .swiper_video .swiper-slide {
    width: 3.89rem;
    height: 2.19rem;
    margin-right: .1rem;
    position: relative;
    cursor: pointer
}

.bottom-ctn .video-swiper-ctn .swiper_video .swiper-slide:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_play_white.png);
    width: .5rem;
    height: .5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: .5rem .5rem;
    width: 100%;
    height: 100%;
    background-color: rgba(194,32,32,.7);
    opacity: 0;
    transition: .3s 0s
}

.bottom-ctn .video-swiper-ctn .swiper_video .swiper-slide:hover:after {
    opacity: 1
}

.bottom-ctn .video-swiper-ctn .swiper_video .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.bottom-ctn .video-swiper-ctn .btn_prev,.bottom-ctn .video-swiper-ctn .btn_next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-.58rem,-50%);
    z-index: 9;
    cursor: pointer
}

.bottom-ctn .video-swiper-ctn .btn_prev:hover,.bottom-ctn .video-swiper-ctn .btn_next:hover {
    background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_prev_hover.png)
}

.bottom-ctn .video-swiper-ctn .btn_next {
    left: auto;
    right: 0;
    transform: translate(.58rem,-50%) scale(-1)
}

@media screen and (orientation: portrait) and (min-width: 768px) and (max-width: 1366px) {
    .news-ctn {
        margin-top:0rem;
        transform: translate3d(-50%,-50%,0) scale(.8)
    }
}

@media screen and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) and (max-width: 1366px) {
    .news-ctn {
        margin-top:0rem;
        transform: translate3d(-50%,-50%,0) scale(.8)
    }
}

@media screen and (min-device-width: 1024px) {
    .eles-wrap {
        position:fixed
    }

    .eles-wrap .menu-ctn {
        position: absolute;
        left: 50%;
        transform: translate(-50%)
    }

    .eles-wrap .m {
        display: none
    }

    .eles-wrap .btn-user {
        display: inline-block;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user.png);
        width: .4rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer
    }

    .eles-wrap .btn-user:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user_hover.png);
        width: .4rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .part-5 .role-img {
        right: 0;
        top: 0;
        background: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/role_img_bg.png) no-repeat center top / cover;
        width: 9.77rem;
        height: 100%;
        transform-origin: center center
    }

    .part-5 .util-title {
        opacity: 0;
        transform: translateY(50%)
    }

    .part-5 .util-ctn {
        left: 2.3rem
    }

    .part-5 .util-size-ctn {
        margin-top: -2.5rem;
        width: 12.3rem;
        height: 4.05rem;
        transform-origin: left center
    }

    .part-5 .util-list {
        display: flex;
        margin-top: 2.5rem;
        width: 10rem;
        justify-content: space-between
    }

    .part-5 .util-list .util-item {
        position: relative;
        opacity: 0;
        transform: translateY(50%)
    }

    .part-5 .util-list .coming-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-top: .53rem;
        transform: translate3d(-50%,-50%,0) scale(1.01)
    }

    .part-5 .util-list .img_p5_zs_bg_s .btn-go-to {
        display: none
    }

    .part-5 .util-list .img_p5_zs_bg_s.open-2 .btn-dl-ad,.part-5 .util-list .img_p5_zs_bg_s.open-2 .btn-dl-ios {
        display: block
    }

    .part-5 .util-list .img_p5_zs_bg_s.open-2 .btn-dl-ad:hover:after,.part-5 .util-list .img_p5_zs_bg_s.open-2 .btn-dl-ios:hover:after {
        opacity: 1
    }

    .part-5 .util-list .img_p5_zs_bg_s.open-2 .coming-text {
        display: none
    }

    .part-5 .util-text {
        margin-top: -.15rem;
        width: 2.55rem;
        height: .55rem;
        font-size: .18rem;
        line-height: .3rem
    }

    .part-5 .btn-go-to {
        margin-top: .6rem;
        cursor: pointer;
        transition: all .3s
    }

    .part-5 .btn-go-to:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_start_now_hover.png)
    }

    .part-5 .img_p5_wx_bg_s .btn-go-to:after {
        content: "";
        position: absolute;
        top: .6rem;
        left: -.1rem;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/wecat_code.png);
        width: 1.6rem;
        height: 1.645rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        transition: .3s;
        pointer-events: none
    }

    .part-5 .img_p5_wx_bg_s .btn-go-to:hover:after {
        opacity: 1
    }

    .part-5 .btn-dl-ad,.part-5 .btn-dl-ios {
        display: none;
        margin-top: .6rem;
        cursor: pointer
    }

    .part-5 .btn-dl-ad {
        margin-left: -.7rem
    }

    .part-5 .btn-dl-ad:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_dl_ad_hover.png)
    }

    .part-5 .btn-dl-ad:after {
        content: "";
        position: absolute;
        top: .6rem;
        left: 50%;
        transform: translate(-50%);
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/app_dl_ad.png);
        width: 1.555rem;
        height: 1.645rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        transition: .3s;
        pointer-events: none
    }

    .part-5 .btn-dl-ios {
        margin-left: .6rem
    }

    .part-5 .btn-dl-ios:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/p5_dl_ios_hover.png)
    }

    .part-5 .btn-dl-ios:after {
        content: "";
        position: absolute;
        top: .6rem;
        left: 50%;
        transform: translate(-50%);
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/app_dl_ios.png);
        width: 1.555rem;
        height: 1.645rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        transition: .3s;
        pointer-events: none
    }

    .part-5 .btn-text {
        font-family: fz_c;
        top: 0;
        line-height: .73rem
    }

    .part-5 #afooter,.part-5 #afooter a {
        color: #fff;
        text-decoration: none
    }

    .part-5 #afooter {
        position: relative;
        padding: .3rem 0;
        text-align: center;
        z-index: 10;
        background-color: #000
    }

    .part-5 .page-bottom {
        height: auto!important
    }

    .part-5 .part5-center {
        position: relative;
        width: 100%;
        height: 100%
    }

    .part-5 .part-5-bg {
        width: 100%;
        height: 100%;
        background-size: cover;
        object-fit: cover
    }

    .part-5 .left-ctn {
        margin-left: -4.2rem;
        margin-top: -.3rem;
        width: 6.53rem;
        height: 5rem
    }

    .part-5 .title {
        margin-top: 0rem
    }

    .part-5 .swiper-ctn {
        margin-top: .15rem
    }

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

    #afooter {
        position: relative;
        padding: .3rem 0;
        text-align: center;
        z-index: 10;
        background-color: #000;
        font-size: .18rem
    }

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

    .start-4 .part-5 .util-title {
        opacity: 1;
        transform: translateY(0);
        transition: .5s .2s
    }

    .start-4 .part-5 .util-list .util-item:nth-child(1) {
        opacity: 1;
        transform: translateY(0);
        transition: .5s .4s
    }

    .start-4 .part-5 .util-list .util-item:nth-child(2) {
        opacity: 1;
        transform: translateY(0);
        transition: .5s .5s
    }

    .start-4 .part-5 .util-list .util-item:nth-child(3) {
        opacity: 1;
        transform: translateY(0);
        transition: .5s .6s
    }
}

@media screen and (max-device-width: 1024px) {
    .popup-close {
        position:absolute;
        top: -.75rem;
        right: 0rem;
        cursor: pointer;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_m.png);
        width: .32rem;
        height: .32rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: .56rem!important;
        height: .56rem!important
    }

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

    .swiper-container .swiper-slide {
        overflow: hidden
    }

    .canvas-wrap canvas {
        width: 19.2rem;
        height: 10.8rem
    }

    .m-video video,.index-video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .title {
        margin-top: -.2rem
    }

    .eles-wrap {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        pointer-events: none
    }

    .eles-wrap div {
        pointer-events: visible
    }

    .logo {
        top: .3rem;
        left: .2rem
    }

    .ele-aim {
        left: .7rem;
        bottom: .65rem;
        cursor: pointer
    }

    .ele-bottom {
        display: none
    }

    .countdown-wrap {
        margin-top: .06rem
    }

    .scroll-tips {
        position: absolute;
        left: 50%;
        bottom: .1rem;
        color: #dfedf6;
        font-size: .12rem;
        font-weight: 400;
        letter-spacing: .06rem;
        text-align: center;
        transform: translate(-50%)
    }

    .scroll-tips:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/path.png);
        width: .145rem;
        height: .19rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top: -.2rem;
        animation: down 1s infinite alternate
    }

    .scroll-tips .scroll-tips-text {
        opacity: .55;
        margin-left: .05rem
    }

    .countdown-bg {
        top: .07rem
    }

    .btn-menu {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_menu_m.png);
        width: .56rem;
        height: .56rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: .2rem;
        top: .3rem;
        width: .56rem!important;
        height: .56rem!important
    }

    .btn-menu.active {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_m.png);
        width: .6rem;
        height: .6rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .menu-ctn-mask {
        position: absolute;
        right: 0rem;
        width: 0%;
        height: 0%;
        transform-origin: right top;
        overflow: hidden;
        border-radius: 50% 0 0 50%;
        transition: .5s
    }

    .menu-ctn-mask.show {
        width: 150%;
        height: 150%
    }

    .menu-ctn {
        position: absolute;
        display: none;
        padding-top: 2.23rem;
        top: 0rem;
        right: 0rem;
        width: 3.75rem;
        height: 16.24rem;
        background-color: #000;
        transform: translate(100%);
        transition: transform .5s;
        pointer-events: none
    }

    .menu-ctn.ani {
        transform: translate(0);
        pointer-events: visible
    }

    .menu-ctn div,.menu-ctn a {
        display: block;
        position: relative;
        opacity: .5;
        cursor: pointer;
        width: 100%;
        height: 1.23rem;
        font-size: .36rem;
        text-align: center;
        line-height: 1.23rem;
        border-bottom: solid .01rem rgba(231,236,244,.2)
    }

    .menu-ctn div:before,.menu-ctn a:before {
        display: none
    }

    .menu-ctn div:hover,.menu-ctn a:hover {
        opacity: 1
    }

    .menu-ctn div:hover:before,.menu-ctn a:hover:before {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_i.png);
        width: .135rem;
        height: .03rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1
    }

    .menu-ctn div.on,.menu-ctn a.on {
        opacity: 1;
        border-left: solid .02rem \ #FE0000;
        background: #c22021
    }

    .menu-ctn div.on:before,.menu-ctn a.on:before {
        opacity: 1;
        height: .03rem!important
    }

    .menu-ctn .menu-item-4:hover {
        opacity: 1
    }

    .menu-ctn .menu-item-4:hover:before {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_i3.png);
        width: .515rem;
        height: .02rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1
    }

    .menu-ctn .menu-item-4.active {
        opacity: 1
    }

    .menu-ctn .menu-item-4.active:before {
        opacity: 1;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_active3.png);
        width: .515rem;
        height: .03rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .menu-ctn .menu-item-5:hover {
        opacity: 1
    }

    .menu-ctn .menu-item-5:hover:before {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_i4.png);
        width: .72rem;
        height: .02rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1
    }

    .menu-ctn .menu-item-5.active {
        opacity: 1
    }

    .menu-ctn .menu-item-5.active:before {
        opacity: 1;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/top_menu_active4.png);
        width: .73rem;
        height: .035rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .menu-ctn a:hover,.menu-ctn a:active {
        background: none;
        color: inherit;
        text-decoration: none
    }

    .login-box {
        right: 1rem;
        top: .54rem
    }

    .i-user {
        color: #00acff
    }

    .btn-user {
        display: inline-block;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user.png);
        width: .4rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer
    }

    .btn-user:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/user_hover.png);
        width: .4rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .media-ctn {
        display: flex;
        justify-content: space-between;
        width: .73rem;
        right: .73rem;
        bottom: .64rem
    }

    .media-ctn div {
        opacity: .5
    }

    .media-ctn .btn-wx {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/weixin.png);
        width: .315rem;
        height: .26rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer
    }

    .media-ctn .btn-wx:before {
        content: "";
        position: absolute;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/wx_code.png);
        width: 3.25rem;
        height: 1.645rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: none;
        bottom: 0;
        left: -3.295rem;
        transform: translate(30%);
        pointer-events: none
    }

    .media-ctn .btn-wx:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/weixin_hover.png);
        width: .315rem;
        height: .26rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1
    }

    .media-ctn .btn-wx:hover:before {
        display: block
    }

    .media-ctn .btn-qq {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/qq.png);
        width: .22rem;
        height: .26rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer
    }

    .media-ctn .btn-qq:before {
        content: "";
        position: absolute;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/qq_code.png);
        width: 1.555rem;
        height: 1.645rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: none;
        bottom: 0;
        left: -3.295rem;
        transform: translate(32%);
        pointer-events: none
    }

    .media-ctn .btn-qq:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/qq_hover.png);
        width: .22rem;
        height: .26rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 1
    }

    .media-ctn .btn-qq:hover:before {
        display: block
    }

    .countdown-num {
        font-size: .68rem;
        color: #00acff;
        font-family: digit;
        -webkit-mask-image: radial-gradient(circle at center,#000 50%,transparent 100%);
        mask-image: radial-gradient(circle at center,#000 50%,transparent 100%);
        text-shadow: 0 0 .04rem #00acff
    }

    .countdown-num .countdown-second {
        display: inline-block;
        width: 1.3rem
    }

    .countdown-num span {
        display: inline-block;
        width: .68rem;
        text-align: center
    }

    .countdown-num span.dot {
        width: auto
    }

    .btn-play {
        margin-top: -.15rem
    }

    .m-window {
        display: none;
        background-color: rgba(0,0,0,.8);
        z-index: 1
    }

    .m-window .window,.m-window video {
        width: 9.61rem;
        height: 5.8rem
    }

    .m-window video {
        width: 98%
    }

    .btn-close-window {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/dia_close.png);
        width: .4rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        top: 0;
        right: 0;
        cursor: pointer;
        opacity: .7
    }

    .btn-close-window:hover {
        opacity: 1
    }

    .left-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        left: .4rem;
        height: 2.59rem;
        cursor: pointer
    }

    .left-menu:hover .left-menu-item .menu-text {
        transform: translate(0);
        opacity: 1
    }

    .left-menu .left-menu-item {
        display: flex;
        align-items: center;
        width: .81rem;
        height: .13rem;
        flex-shrink: 0;
        font-size: .12rem;
        color: #dfedf6
    }

    .left-menu .left-menu-item div {
        pointer-events: none
    }

    .left-menu .left-menu-item .menu-item-i {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/pub_menu_icon.png);
        width: .1rem;
        height: .1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .left-menu .left-menu-item.active .menu-item-i {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/pub_menu_active.png);
        width: .1rem;
        height: .1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .left-menu .left-menu-item.active .menu-text {
        color: #0399e3
    }

    .left-menu .left-menu-item:hover .menu-item-i {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/pub_menu_active.png);
        width: .1rem;
        height: .1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .left-menu .left-menu-item:hover .menu-text {
        color: #0399e3
    }

    .left-menu .left-menu-item .menu-text {
        margin-left: .2rem;
        transform: translate(-.1rem);
        opacity: 0;
        transition-property: "transform,opacity";
        transition-duration: .5s
    }

    .m-rule {
        display: none;
        z-index: 1
    }

    .m-rule .title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-top: -1.65rem;
        font-size: .24rem
    }

    .m-rule .text {
        margin-top: .7rem;
        margin-left: .5rem;
        width: 5.5rem;
        font-size: .12rem;
        line-height: .24rem
    }

    .m-rule .btn-close-rule {
        top: 0;
        right: -.36rem;
        cursor: pointer;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close.png);
        width: .32rem;
        height: .32rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-rule .btn-close-rule:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_close_hover.png);
        width: .32rem;
        height: .32rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-channel {
        display: none;
        z-index: 1
    }

    .m-channel .btn-list {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        justify-content: space-between;
        width: 2.88rem;
        margin-top: .5rem
    }

    .m-channel .btn-list div {
        cursor: pointer
    }

    .m-channel .btn-list .qq {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_qq2.png);
        width: 1.335rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.335rem!important;
        height: .4rem!important
    }

    .m-channel .btn-list .qq:active {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_qq_hover.png);
        width: 1.335rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-channel .btn-list .wx {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/channel_wx.png);
        width: 1.335rem;
        height: .4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.335rem!important;
        height: .4rem!important
    }

    .m-channel .btn-list .wx:active {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/cahnnel_wx_hover.png);
        width: .76rem;
        height: .94rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-channel .popup-close {
        position: absolute;
        top: 0;
        right: 0rem;
        cursor: pointer
    }

    .m-channel .popup-close:hover {
        opacity: 1
    }

    .m-bind-phone {
        z-index: 1;
        display: none
    }

    .m-bind-phone .title {
        top: .1rem;
        margin-top: 0rem;
        font-size: .24rem;
        color: #dfedf6
    }

    .m-bind-phone .tips {
        top: .66rem;
        font-size: .12rem;
        opacity: .8
    }

    .m-bind-phone .reward-icon {
        top: 1.05rem;
        width: .585rem
    }

    .m-bind-phone .reward-text {
        top: 1.67rem;
        font-size: .12rem;
        color: #dfedf6
    }

    .m-bind-phone .inpt-ctn {
        top: 2.18rem;
        width: 4.01rem;
        height: .83rem
    }

    .m-bind-phone .inpt-ctn input {
        color: #fff;
        font-size: .18rem;
        height: .42rem
    }

    .m-bind-phone .inpt-ctn input.phone {
        margin-top: .01rem;
        margin-left: .6rem;
        width: 3.93rem
    }

    .m-bind-phone .inpt-ctn .input-code-ctn {
        display: flex;
        justify-content: space-between;
        margin-top: .7rem;
        width: 4.84rem
    }

    .m-bind-phone .inpt-ctn .input-code-ctn .code {
        transform: translate(1.1rem)
    }

    .m-bind-phone .phone-code {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
        width: 1.3rem;
        height: .32rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        width: 1.45rem;
        height: .42rem;
        line-height: .42rem;
        font-size: .18rem;
        cursor: pointer;
        transform: translate(.1rem)
    }

    .m-bind-phone .phone-code:active {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg_hover.png);
        width: .875rem;
        height: .28rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-bind-phone .phone-code-gray {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
        width: 1.3rem;
        height: .32rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        line-height: .28rem;
        font-size: .12rem;
        cursor: pointer
    }

    .m-bind-phone .btn-bind {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind.png);
        width: 1.18rem;
        height: .26rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        top: 5.5rem;
        cursor: pointer;
        line-height: .51rem;
        text-align: center;
        font-family: fz_c;
        width: 2.31rem;
        height: .51rem;
        font-size: .28rem
    }

    .m-bind-phone .btn-bind:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_hover.png);
        width: 1.18rem;
        height: .26rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-bind-phone2 {
        z-index: 1;
        display: none
    }

    .m-bind-phone2 .title {
        top: .1rem;
        margin-top: 0rem;
        font-size: .24rem;
        color: #dfedf6
    }

    .m-bind-phone2 .tips {
        top: .66rem;
        font-size: .12rem;
        opacity: .8
    }

    .m-bind-phone2 .reward-icon {
        top: 1.05rem;
        width: .585rem
    }

    .m-bind-phone2 .reward-text {
        top: 1.67rem;
        font-size: .12rem;
        color: #dfedf6
    }

    .m-bind-phone2 .inpt-ctn {
        top: 2.55rem;
        width: 4.84rem;
        height: 1.11rem
    }

    .m-bind-phone2 .inpt-ctn input {
        color: #fff;
        font-size: .18rem;
        height: .42rem
    }

    .m-bind-phone2 .inpt-ctn input.phone {
        margin-top: .01rem;
        margin-left: .6rem;
        width: 3.93rem
    }

    .m-bind-phone2 .inpt-ctn .input-code-ctn {
        display: flex;
        justify-content: space-between;
        margin-top: .7rem;
        width: 4.84rem
    }

    .m-bind-phone2 .inpt-ctn .input-code-ctn .code {
        transform: translate(1.1rem)
    }

    .m-bind-phone2 .phone-code {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
        width: 1.3rem;
        height: .32rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        width: 1.45rem;
        height: .42rem;
        line-height: .42rem;
        font-size: .18rem;
        cursor: pointer;
        transform: translate(.1rem)
    }

    .m-bind-phone2 .phone-code:active {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg_hover.png);
        width: .875rem;
        height: .28rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-bind-phone2 .phone-code-gray {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
        width: 1.3rem;
        height: .32rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        line-height: .28rem;
        font-size: .12rem;
        cursor: pointer
    }

    .m-bind-phone2 .btn-bind {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind.png);
        width: 1.18rem;
        height: .26rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        top: 5.5rem;
        cursor: pointer;
        line-height: .51rem;
        text-align: center;
        font-family: fz_c;
        width: 2.31rem;
        height: .51rem;
        font-size: .28rem
    }

    .m-bind-phone2 .btn-bind:hover {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_hover.png);
        width: 1.18rem;
        height: .26rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-unbind-phone {
        z-index: 1;
        display: none
    }

    .m-unbind-phone .title {
        top: .1rem;
        margin-top: 0rem;
        font-size: .24rem;
        color: #dfedf6
    }

    .m-unbind-phone .tips {
        top: .66rem;
        font-size: .12rem;
        opacity: .8
    }

    .m-unbind-phone .reward-icon {
        top: 1.05rem;
        width: .585rem
    }

    .m-unbind-phone .reward-text {
        top: 1.67rem;
        font-size: .12rem;
        color: #dfedf6
    }

    .m-unbind-phone .inpt-ctn {
        top: 1.15rem;
        width: 4.84rem;
        height: 1.11rem
    }

    .m-unbind-phone .inpt-ctn input {
        color: #fff;
        font-size: .18rem;
        height: .42rem
    }

    .m-unbind-phone .inpt-ctn input.phone {
        margin-top: .01rem;
        margin-left: .6rem;
        width: 3.93rem
    }

    .m-unbind-phone .inpt-ctn .input-code-ctn {
        display: flex;
        justify-content: space-between;
        margin-top: .7rem;
        width: 4.84rem
    }

    .m-unbind-phone .inpt-ctn .input-code-ctn .code {
        transform: translate(1.1rem)
    }

    .m-unbind-phone .unbind-phone-code {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
        width: 1.3rem;
        height: .32rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        width: 1.45rem;
        height: .42rem;
        line-height: .42rem;
        font-size: .18rem;
        cursor: pointer;
        transform: translate(.12rem)
    }

    .m-unbind-phone .unbind-phone-code:active {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg_hover.png);
        width: .875rem;
        height: .28rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-unbind-phone .unbind-phone-code-gray {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg.png);
        width: 1.3rem;
        height: .32rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        width: 1.45rem;
        height: .42rem;
        line-height: .42rem;
        font-size: .18rem;
        cursor: pointer;
        transform: translate(.1rem)
    }

    .m-unbind-phone .unbind-phone-code-gray:active {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/code_bg_hover.png);
        width: .875rem;
        height: .28rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-unbind-phone .unbind-popup-submit {
        margin-left: 1.3rem;
        margin-top: 1.1rem;
        cursor: pointer;
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind.png);
        width: 1.18rem;
        height: .26rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        width: 2.31rem;
        height: .51rem;
        font-size: .28rem;
        line-height: .51rem
    }

    .m-unbind-phone .unbind-popup-submit:active {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind_hover.png);
        width: 1.18rem;
        height: .26rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-unbind-phone .unbind-popup-cancel {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_cancel.png);
        width: 1.31rem;
        height: .38rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: -1.2rem;
        margin-top: 1.1rem;
        cursor: pointer;
        text-align: center;
        width: 2.31rem;
        height: .51rem;
        font-size: .28rem;
        line-height: .51rem
    }

    .m-unbind-phone .unbind-popup-cancel:active {
        background-image: url(//game.gtimg.cn/images/nzm/index20250224/cbt3/assets/btn_bind.png);
        width: 1.18rem;
        height: .26rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain
    }

    .m-copy-pop {
        z-index: 1;
        display: none
    }

    .m-copy-pop .popup-qrcode {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-left: -.02rem;
        margin-top: 1.15rem;
        width: 1.16rem;
        height: 1.16rem
    }

    .m-copy-pop .popup-copy {
        margin-top: -.35rem;
        cursor: pointer;
        width: 2.31rem;
        height: .51rem
    }

    .m-copy-pop .copy-url-input {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-left: .1rem;
        margin-top: -.97rem;
        width: 3.88rem;
        height: .32rem;
        color: #dfedf6;
        font-size: .18rem
    }

    .m-sub-tips-pop {
        z-index: 1;
        display: none
    }

    .m-sub-tips-pop .test-tips-ctn {
        position: absolute;
        left: .32rem;
        top: 3.1rem
    }

    .m-sub-tips-pop p {
        margin: 0rem;
        font-size: .18rem;
        font-weight: 400;
        line-height: .3rem;
        opacity: .8;
        height: .3rem
    }

    .m-sub-tips-pop a {
        font-size: .14rem;
        font-weight: 400;
        line-height: .3rem;
        letter-spacing: 0;
        text-align: left;
        color: #0399e3
    }

    .m-sub-tips-pop .btn-close-test-tips {
        top: -.1rem
    }

    .hover-wrap:hover .hover-inner {
        clip-path: polygon(-100% -100%,200% -100%,200% 200%,-100% 200%)
    }

    .hover-inner {
        clip-path: polygon(-100% 50%,200% 50%,200% 50%,-100% 50%);
        transition: clip-path .5s;
        transform: rotate(45deg);
        pointer-events: none
    }

    .hover-img {
        transform: rotate(-45deg)
    }

    @keyframes codes1 {
        0% {
            background-position-y: 0
        }

        to {
            background-position-y: -1.22rem
        }
    }

    @keyframes codes2 {
        0% {
            background-position-y: 0
        }

        to {
            background-position-y: -1.75rem
        }
    }

    @keyframes codes3 {
        0% {
            background-position-y: 0
        }

        to {
            background-position-y: -.5rem
        }
    }

    @keyframes codes4 {
        0% {
            background-position-y: 0
        }

        to {
            background-position-y: -.81rem
        }
    }

    @keyframes down {
        0% {
            transform: translate3d(-50%,-50%,0)
        }

        to {
            transform: translate3d(-50%,-90%,0)
        }
    }
}
