input:-webkit-autofill {
    background: #787a8b !important;
    box-shadow: inset 0 0 0 999px #787a8b
}

.text-transform {
    text-transform: uppercase
}

@keyframes rotatez {
    0% {
        transform: rotate(-10deg) scale(.9)
    }

    to {
        transform: rotate(0) scale(1)
    }
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes fade-in {
    0% {
        filter: alpha(opacity=0);
        opacity: 0
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        filter: alpha(opacity=100);
        opacity: 1
    }

    to {
        filter: alpha(opacity=0);
        opacity: 0
    }
}

@keyframes down {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-.15rem)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes slatex2 {
    0% {
        opacity: 0;
        transform: translate(.5rem)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes slatex3 {
    0% {
        opacity: 0;
        transform: translate(.5rem)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes slatey {
    0% {
        opacity: 0;
        transform: translateY(.5rem)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes slatey2 {
    0% {
        opacity: 0;
        transform: translateY(-.5rem)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes slatey3 {
    0% {
        opacity: 0;
        transform: scale(.9) translateY(.5rem)
    }

    to {
        opacity: 1;
        transform: scale(.9) translate(0)
    }
}

@keyframes slatex {
    0% {
        opacity: 0;
        transform: translate(-.5rem)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes slatex-normal {
    0% {
        transform: translate(-.5rem)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}


@keyframes slatex-no-opacity {
    0% {
        transform: translateX(-1.5rem);
        /* 仅移动 */
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slatex3-no-opacity {
    0% {
        transform: translate(.5rem)
    }

    to {
        transform: translate(0)
    }
}


blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

abbr,
body,
fieldset,
html,
iframe,
img {
    border: 0
}

li {
    list-style: none
}

textarea {
    overflow: auto;
    resize: none
}

input {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-style: normal;
    font-weight: 400
}

body,
button,
input,
textarea {
    color: #666
}

a,
button,
div,
input,
select,
textarea {
    border: 0;
    margin: 0;
    outline: none;
    padding: 0
}

a,
a:hover {
    text-decoration: none
}

select {
    appearance: none
}

.hide {
    display: none
}

body,
html {
    font-family: Microsoft YaHei, Arial, Helvetica Neue, HelveticaNeue, Helvetica, BBAlpha Sans, sans-serif, HelveticasimSun, Lucida Grande, Lucida Sans Unicode;
    position: relative
}

body.noscroll,
html.noscroll {
    overflow: hidden
}

body.unscroll,
html.unscroll {
    overscroll-behavior: none
}

/* @font-face {
    font-family: fzcjljt;
    font-style: normal;
    font-weight: 400;
    src: url(/comm/js/nie/ref/fonts/fzcjljt.woff) format("woff")
}

@font-face {
    font-family: "\5FAE\8F6F\96C5\9ED1", Microsoft YaHei;
    font-style: normal;
    font-weight: 400;
    src: url(/wap/font/FZYTK_10244f3e.ttf) format("truetype")
} */

.fade-out {
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease
}

.fade-out.show {
    opacity: 1;
    pointer-events: painted
}

img {
    height: auto;
    vertical-align: top;
    width: 100%
}

.nicescroll-rails {
    border-radius: .025rem;
    margin-left: -5px;
    overflow: hidden
}

.pop {
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.pop.on {
    align-items: center;
    animation: fade-in .3s ease-in-out forwards;
    display: flex;
    justify-content: center;
    pointer-events: painted;
    z-index: 1000
}

.pop.on.flex-start {
    align-items: flex-start
}

.pop .close {
    background-size: 100% 100%;
    bottom: -1rem;
    height: .81rem;
    left: 50%;
    margin-left: -.4rem;
    position: absolute;
    transition: all .3s ease;
    width: .81rem;
    z-index: 999
}

.pop .close:hover {
    transform: rotate(90deg)
}

.pop>div {
    background-size: 100% 100%;
    position: relative
}

.pop>div.layer {
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

/* 
.my-alert {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 201
}

.my-alert .my-alert-con {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.my-alert .my-alert-con .my-alert-close {
    background-size: 100% 100%;
    height: .75rem;
    position: absolute;
    right: -.8rem;
    top: -.45rem;
    transition: all .3s ease;
    width: .75rem
}

.my-alert .my-alert-con .my-alert-close:hover {
    transform: rotate(90deg)
}

.my-alert .my-alert-con.my-alert-con-video {
    background-size: 100% 100%;
    height: 5.32rem;
    width: 9.4rem
}

.my-alert .my-alert-con.my-alert-con-video .mask {
    height: 5.32rem;
    position: relative;
    width: 9.4rem
}

.my-alert .my-alert-con.my-alert-con-video .mask .video-show {
    display: block;
    height: 5.24rem;
    left: .05rem;
    object-fit: contain;
    position: absolute;
    top: .05rem;
    width: 9.32rem
} */

.my-alert {
    position: fixed;
    inset: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
}





.my-alert-con-video {
    width: 11.88rem;
    height: 6.48rem;
    position: relative;
    background: #000;
}

.my-alert video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.1rem;
}


.my-alert-close-video {
    position: absolute;
    top: -0.3rem;
    right: -0.3rem;
    width: 0.3rem;
    height: 0.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.my-alert-close-video:hover {
    transform: rotate(90deg);
}

.my-alert-close-video img {
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* 确保点击事件仍在 <a> 元素上 */
}




.topbar {
    height: 0.93rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
}

.topbar .logo {
    left: 1.35rem;
    pointer-events: auto;
    position: absolute;
    top: 0.28rem;
    width: 2.2rem;
    z-index: 2
}

.topbar .logo img {
    display: block;
    width: 100%
}

.topbar .conbox {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    pointer-events: auto;
    position: absolute;
    right: 0.75rem;
    top: .2rem;
}

.topbar .conbox .menus {
    font-family: "\5FAE\8F6F\96C5\9ED1", Microsoft YaHei;
}

.topbar .conbox .menus .item {
    background-size: 100% 100%;
    display: inline-flex;
    height: .42rem;
    margin-left: .05rem;
    position: relative;
    width: 1.29rem
}

.topbar .conbox .menus .item:first-child {
    margin-left: 0
}




.topbar .conbox .menus .item a {
    align-items: center;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    font-size: .2rem;
    height: 100%;
    justify-content: center;
    padding-top: .1rem;
    width: 100%;
    text-decoration: none;
    position: relative;
    transition: color 0.3s;
}

.topbar .conbox .menus .item a span {
    position: relative;
    display: inline-block;
}

.topbar .conbox .menus .item a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.03rem;
    width: 100%;
    height: 0.03rem;
    background-color: #02FF85;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s;
}

.topbar .conbox .menus .item a:hover {
    color: #02FF85;
}

.topbar .conbox .menus .item a:hover span::after,
.topbar .conbox .menus .item.on a span::after {
    transform: scaleX(1);
}

.topbar .conbox .menus .item.on a {
    color: #02FF85;
}

.topbar .conbox .menus .item.on,
.topbar .conbox .menus .item:hover {
    background-image: url(/wap/images/menubg.png);
    background-repeat: no-repeat;
    background-position: center 0.2rem;
    background-size: contain;
}








.topbar .conbox .btn-bgm {
    align-items: center;
    background: url(/wap/img/btn-bgm_b360b2b0.png) 50% no-repeat;
    background-size: 100% 100%;
    display: flex;
    height: .42rem;
    justify-content: center;
    margin-left: .16rem;
    width: .41rem
}

.topbar .conbox .btn-bgm .cen {
    align-items: flex-end;
    display: flex;
    height: .22rem;
    justify-content: space-between;
    min-width: 15px;
    width: .15rem
}

.topbar .conbox .btn-bgm .cen i {
    background-color: #dfe8df;
    min-width: 3px;
    width: .03rem
}

.topbar .conbox .btn-bgm .cen .i1 {
    height: .13rem
}

.topbar .conbox .btn-bgm .cen .i2 {
    height: .22rem
}

.topbar .conbox .btn-bgm .cen .i3 {
    height: .16rem
}

.topbar .conbox .btn-bgm[data-status=on] .cen .i1 {
    animation: musicFn .3s 0 ease 1.5s linear 0s infinite;
    animation: musicFn 1.5s linear 0s infinite;
    transform-origin: 50% 100%
}

.topbar .conbox .btn-bgm[data-status=on] .cen .i2 {
    animation: musicFn .3s 0 ease 1.5s linear .1s infinite;
    animation: musicFn 1.5s linear .1s infinite;
    transform-origin: 50% 100%
}

.topbar .conbox .btn-bgm[data-status=on] .cen .i3 {
    animation: musicFn .3s 0 ease 1.5s linear .2s infinite;
    animation: musicFn 1.5s linear .2s infinite;
    transform-origin: 50% 100%
}

@keyframes musicFn {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scaleY(.1)
    }

    to {
        transform: scale(1)
    }
}



.botshare.style2 .btn-age,
.btn-age {
    display: none
}

.btn-age {
    background: url(/wap/img/age_e305200c.png) 50% no-repeat;
    background-size: 100% 100%;
    height: .7rem;
    margin-top: .14rem;
    width: .55rem
}

#NIE-topBar,
#NIE-topBar-include {
    left: 0 !important;
    min-width: 1400px !important;
    position: absolute !important;
    top: 0 !important;
    width: 100%
}


#dq-copyRight {
    color: #fff;
    min-width: 14rem
}

#dq-copyRight #ncp-l1,
#dq-copyRight a {
    color: #fff
}


body,
html {
    height: 100%;
    min-height: 700px;
    min-width: 1400px;
    width: 100%
}

#app {
    font-family: "\5FAE\8F6F\96C5\9ED1", Microsoft YaHei;
    font-size: .24rem
}

#app,
.container-all {
    overflow: hidden;
    position: relative
}

#app,
.container-all,
.mainswp,
.mainswp-slide {
    height: 100%;
    width: 100%
}

.mainswp-slide {
    background: url(/wap/imgs/bg-inner.jpg) 50% no-repeat;
    background-size: cover;
    box-sizing: border-box
}

.cover-line {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}



.slide-down {
    bottom: .1rem;
    height: 4.34rem;
    position: absolute;
    right: 0;
    transform: translateX(1.5rem);
    transition: transform .3s ease;
    width: 1.54rem;
    z-index: 30
}

.slide-down .btn-down-close {
    background: url(/wap/img/s-down-zk_967219c4.png) 50% no-repeat;
    background-size: 100% 100%;
    height: .82rem;
    left: -.22rem;
    position: absolute;
    top: .55rem;
    width: .26rem
}


.slide-down.on {
    transform: translateX(0)
}

.slide-down.on .btn-down-close {
    background-image: url(/wap/img/s-down-sq_777265a1.png)
}

/* .slide-down.on .downloadbox {
    opacity: 1;
    transition: opacity .3s ease
} */

.title {
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: .07rem;
    position: relative;
    width: 100%
}

.title:before {
    border: 1px solid #9ba9b4;
    border-radius: 50%;
    bottom: 0;
    height: .07rem;
    left: 0;
    width: .07rem
}

.title:after,
.title:before {
    content: "";
    pointer-events: none;
    position: absolute
}

.title:after {
    background: #9ba9b4;
    bottom: .035rem;
    height: 1px;
    left: .1rem;
    width: 5.98rem
}

.title p {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 1.15rem;
    justify-content: left;
    left: 0;
    position: relative;
    width: 3.46rem
}

.title span {
    color: #384554;
    display: block;
    font-size: .2rem;
    letter-spacing: .05rem;
    line-height: .3rem;
    margin: 0 auto;
    width: 100%
}

.home-slide.ani-slide .slogan {
    /* animation: slatey3 .4s ease-in-out forwards */
}

/* .home-slide.ani-slide .downloadbox {
    animation: slatey .4s ease-in-out .2s forwards
} */

.home-slide .kvbox {
    height: 100%;
    position: relative;
    width: 100%
}

.home-slide .kvbox .kv-video {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

/* .home-slide .cen-box {
    bottom: .74rem;
    display: flex;
    justify-content: center;
    left: 50%;
    margin-left: -5.65rem;
    position: absolute;
    width: 11.3rem;
    border: 1px solid  #610000 !important;
} */

.home-slide .slogan {
    /* 1000*192 == 100 倍
   1527 × 294
    */

    /* margin: -2.3rem 0 0 -7.63rem; */
    /* opacity: 0; */
    position: absolute;
    /* left: 50%; */
    top: 50%;
    /* transform: scale(1) translateY(.5rem); */
    height: 2.94rem;
    width: 15.27rem;
    z-index: 2;

    /* border: 1px solid  #00613c !important; */
}



.home-slide .play-video {
    display: none
}