.Newts {
    width: 100%;
    height: 4691px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_bg.jpg) center top;
}

.nts_default_jrgw {
    width: 176px;
    height: 36px;
    background: url(http://oss.online-game.com.cn/50/jy_img/gwimg/jy_default_jrgw_bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 38px;
    right: 365px;
    text-align: center;
    line-height: 36px;
    color: #666;
    font-size: 16px;
}

.Newts_ban {
    width: 100%;
    height: 1080px;
    position: relative;
}

.video-box {
    position: absolute;
    left: 50%;
    top: 0px;
    height: 1080px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
}

.video-box video {
    pointer-events: none;
    display: block;
    height: 100%;
    width: 100%;
}

.video-box .js-video2 {
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.nts_xflogo {
    z-index: 99;
    position: absolute;
    top: 112px;
    left: 50%;
    margin-left: -341px;
}

.nts_zhezhao {
    position: absolute;
    top: 919px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}

/* 内容 */
.Newts_content {
    width: 1400px;
    position: relative;
    margin: 0 auto;
    margin-top: 105px;
    z-index: 99;
}

.sign_box {
    width: 100%;
    height: 866px;
    margin: 0 auto;
    position: relative;
}

.Newts_content .Newnts_tit {
    margin: 0 auto;
    display: block;
}

.Newts_content .Newts_time {
    text-align: center;
    color: #a91914;
    margin-top: 5px;
    font-size: 20px;
}

.Newts_content .nts_status {
    position: absolute;
    right: 130px;
    top: 141px;
}

.Newts_content .nts_ghzh {
    position: absolute;
    right: -58px;
    top: 141px;
    cursor: pointer;
}

.plm_bdpa {
    text-align: center;
    font-size: 18px;
    color: #a91914;
    display: none;
    position: absolute;
    right: -52px;
    top: 203px;
}

.Newts_content .nts_hdgz {
    position: absolute;
    left: 18px;
    top: 141px;
    cursor: pointer;
}

.nts_status img {
    cursor: pointer;
}

.sign_box .sign_diva {
    width: 1542px;
    height: 625px;
    /* margin: 0 auto; */
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_signbg.png) no-repeat;
    background-size: 100%;
    margin-left: -124px;
    margin-top: 30px;
    position: relative;
}

.sign_diva ul {
    width: 900px;
    height: 490px;
    margin-top: 48px;
    margin-left: 420px;
    float: left;
    position: relative;
}

.sign_diva ul li {
    float: left;
    position: relative;
    margin-right: 12px;
    cursor: pointer;
    width: 194px;
    height: 235px;
}

.sign_diva ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
}

.sign_diva ul li:nth-child(2) {
    position: absolute;
    left: 206px;
    top: 0;
}

.sign_diva ul li:nth-child(3) {
    position: absolute;
    left: 412px;
    top: 0;
}

.sign_diva ul li:nth-child(4) {
    position: absolute;
    left: 0px;
    top: 255px;
}

.sign_diva ul li:nth-child(5) {
    position: absolute;
    left: 206px;
    top: 255px;
}

.sign_diva ul li:nth-child(6) {
    position: absolute;
    left: 412px;
    top: 255px;
}

.sign_diva ul li:nth-child(7) {
    width: 243px;
    height: 492px;
    position: absolute;
    right: -10px;
    top: -2px;
}

.sign_diva ul li .sign_listyes {
    display: none;
    position: absolute;
    top: 123px;
    right: 6px;
}

.sign_diva ul li:nth-child(7) .sign_listyes {
    display: none;
    position: absolute;
    top: 295px;
    right: 21px;
}

/* .sign_rule {
    width: 1230px;
    height: 453px;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/nts24Eleven_signgz.png) no-repeat;
    position: relative;
    margin: 0 auto;
    margin-top: 55px;
}

.sign_ruleCon {
    width: 1191px;
    height: 452px;
    color: #4a291f;
    line-height: 30px;
    padding: 60px 65px 65px 34px;
    overflow: hidden;
    margin: 0 auto;
    letter-spacing: 1px;
} */

b {
    font-weight: 550;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #814e2c;
}

/* 扭蛋 */
.gashapon_box {
    width: 1400px;
    height: 1198px;
    margin: 0 auto;
    position: relative;
    margin-top: 84px;
}

.gashapon_box .gashapon_btns {
    display: flex;
    /* 水平方向排列（默认值，可省略） */
    flex-direction: row;
    /* 垂直方向居中对齐（核心：让子元素上下居中） */
    align-items: center;
    /* 可选：如果需要水平方向也居中，添加这个 */
    justify-content: center;
    /* 可选：根据实际需求设置容器高度，确保有垂直居中的空间 */
    height: 100px;
}

.gashapon_btns .gashapon_pa {
    width: 369px;
    height: 67px;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_btn2.png) no-repeat;
    position: relative;
    margin-right: 50px;
}

.gashapon_btns .gashapon_btn1 {
    margin-right: 50px;
}

.gashapon_btns .gashapon_btn3 {
    margin-right: 45px;
}

.gashapon_btns .gashapon_btn4,
.gashapon_btns .gashapon_btn1 {
    cursor: pointer;
}

.gashapon_pa span {
    width: 60px;
    height: 44px;
    display: block;
    float: right;
    margin-top: 11px;
    margin-right: 25px;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    color: #a91914;
}

.gashapon_diva {
    width: 1378px;
    height: 834px;
    margin: 0 auto;
    position: relative;
    /* background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_bg.png) no-repeat; */
    margin-top: 40px;
}


.gashapon_diva .gashapon_bg {
    z-index: 99;
    position: relative;
}


.gashapon_diva .dan_gund {
    width: 515px;
    height: 495px;
    position: absolute;
    left: 426px;
    top: 86px;
    z-index: 1;
    border-radius: 50% !important;
    overflow: hidden;
}

/* .gashapon_diva .dan_gund span {
    width: 60px;
    height: 60px;
} */

/*掉落动画*/
.diaol_1 {
    animation: dialuodn 1s linear 0.9s backwards;
    -webkit-animation: dialuodn 1s linear 0.9s backwards
}

.diaol_1:after {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.diaol_2 {
    animation: dialuodn 1s linear 0.6s backwards;
    -webkit-animation: dialuodn 1s linear 0.6s backwards
}

.diaol_2:after {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.diaol_3 {
    animation: dialuodn 1s linear backwards;
    -webkit-animation: dialuodn 1s linear backwards
}

.diaol_4 {
    animation: dialuodn 1s linear 0.4s backwards;
    -webkit-animation: dialuodn 1s linear 0.4s backwards;
}

.diaol_4:after {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.diaol_5 {
    animation: dialuodn 1s linear 0.8s backwards;
    -webkit-animation: dialuodn 1s linear 0.8s backwards
}

.diaol_5:after {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

.diaol_6 {
    animation: dialuodn 1s linear 0.4s backwards;
    -webkit-animation: dialuodn 1s linear 0.4s backwards;
}

.diaol_6:after {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.diaol_7 {
    animation: dialuodn 1s linear 0.9s backwards;
    -webkit-animation: dialuodn 1s linear 0.9s backwards
}

.diaol_7:after {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.diaol_8 {
    animation: dialuodn 1s linear 0.6s backwards;
    -webkit-animation: dialuodn 1s linear 0.6s backwards;
}

.diaol_8:after {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.diaol_9 {
    animation: dialuodn 1s linear 1.1s backwards;
    -webkit-animation: dialuodn 1s linear 1.1s backwards;
}

.diaol_9:after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.diaol_10 {
    animation: dialuodn 1s linear 1.1s backwards;
    -webkit-animation: dialuodn 1s linear 1.1s backwards;
}

.diaol_10:after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.diaol_11 {
    animation: dialuodn 1s linear 1.1s backwards;
    -webkit-animation: dialuodn 1s linear 1.1s backwards;
}

.diaol_11:after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.qiu_1 {
    width: 115px;
    height: 115px;
    position: absolute;
    left: 16px;
    top: 158px;
}

.qiu_1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;
    height: 115px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img1.png") no-repeat center/cover;
    animation: zhuan 1s linear forwards;
    -webkit-animation: zhuan 1s linear forwards;
}

.qiu_2 {
    width: 117px;
    height: 118px;
    position: absolute;
    left: 28px;
    top: 271px;
}

.qiu_2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 118px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img2.png") no-repeat center/cover;
    animation: zhuan 1s linear forwards;
    -webkit-animation: zhuan 1s linear forwards;
}

.qiu_3 {
    width: 116px;
    height: 117px;
    position: absolute;
    left: 90px;
    top: 365px;
}

.qiu_3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 116px;
    height: 117px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img3.png") no-repeat center/cover;
    animation: zhuan 1s linear forwards;
    -webkit-animation: zhuan 1s linear forwards;
}

.qiu_4 {
    width: 117px;
    height: 117px;
    position: absolute;
    left: 129px;
    top: 166px;
}

.qiu_4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 117px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img4.png") no-repeat center/cover;
    animation: zhuan 1s linear forwards;
    -webkit-animation: zhuan 1s linear forwards;
}

.qiu_5 {
    width: 117px;
    height: 118px;
    position: absolute;
    left: 176px;
    top: 271px;
}

.qiu_5:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 118px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img5.png") no-repeat center/cover;
    animation: zhuan 1s linear forwards;
    -webkit-animation: zhuan 1s linear forwards;
}

.qiu_6 {
    width: 117px;
    height: 117px;
    position: absolute;
    left: 205px;
    top: 380px;
}

.qiu_6:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 117px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img6.png") no-repeat center/cover;
    animation: zhuan 1s linear forwards;
    -webkit-animation: zhuan 1s linear forwards;
}

.qiu_7 {
    width: 118px;
    height: 117px;
    position: absolute;
    left: 238px;
    top: 129px;
}

.qiu_7:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 118px;
    height: 117px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img7.png") no-repeat center/cover;
    animation: zhuan 1s linear forwards;
    -webkit-animation: zhuan 1s linear forwards;
}

.qiu_8 {
    width: 117px;
    height: 117px;
    position: absolute;
    left: 284px;
    top: 234px;
}

.qiu_8:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 117px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img8.png") no-repeat center/cover;
    animation: zhuan 1s linear forwards;
    -webkit-animation: zhuan 1s linear forwards;
}

.qiu_9 {
    width: 115px;
    height: 115px;
    position: absolute;
    left: 315px;
    top: 345px;
}

.qiu_9:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;
    height: 115px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img9.png") no-repeat center/cover;
    animation: zhuan 1s linear forwards;
    -webkit-animation: zhuan 1s linear forwards;
}

.qiu_10 {
    width: 115px;
    height: 115px;
    position: absolute;
    left: 354px;
    top: 143px;
}

.qiu_10:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;
    height: 115px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img10.png") no-repeat center/cover;
    animation: zhuan 1s linear forwards;
    -webkit-animation: zhuan 1s linear forwards;
}

.qiu_11 {
    width: 117px;
    height: 118px;
    position: absolute;
    left: 398px;
    top: 247px;
}

.qiu_11:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 118px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img11.png") no-repeat center/cover;
    animation: zhuan 1s linear forwards;
    -webkit-animation: zhuan 1s linear forwards;
}


@keyframes dialuodn {
    0% {
        transform: translateY(-200%);
        opacity: 0
    }

    5% {
        transform: translateY(-200%);
    }

    15% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-100%);
    }

    40% {

        transform: translateY(0%);
    }

    50% {
        transform: translateY(-60%);
    }

    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-30%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-14%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-6%);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }

}

.gashapon_box .zjdl {
    position: absolute;
    left: 632px;
    top: 479px;
    z-index: 99;
    width: 238px;
    height: 167px;
}

.gashapon_box .diaL_one {
    width: 115px;
    height: 115px;
}

.gashapon_box .diaL_one:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;
    height: 115px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img1.png") no-repeat center/cover;
    animation: fanda 0.7s ease-out forwards;
    -webkit-animation: fanda 0.7s ease-out forwards;
}

.gashapon_box .diaL_two {
    width: 117px;
    height: 118px;
}

.gashapon_box .diaL_two:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 118px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img2.png") no-repeat center/cover;
    animation: fanda 0.7s ease-out forwards;
    -webkit-animation: fanda 0.7s ease-out forwards;
}

.gashapon_box .diaL_three {
    width: 116px;
    height: 117px;
}

.gashapon_box .diaL_three:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 116px;
    height: 117px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img3.png") no-repeat center/cover;
    animation: fanda 0.7s ease-out forwards;
    -webkit-animation: fanda 0.7s ease-out forwards;
}

.gashapon_box .diaL_four {
    width: 117px;
    height: 117px;
}

.gashapon_box .diaL_four:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 117px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img4.png") no-repeat center/cover;
    animation: fanda 0.7s ease-out forwards;
    -webkit-animation: fanda 0.7s ease-out forwards;
}

.gashapon_box .diaL_five {
    width: 117px;
    height: 118px;
}

.gashapon_box .diaL_five:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 118px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img5.png") no-repeat center/cover;
    animation: fanda 0.7s ease-out forwards;
    -webkit-animation: fanda 0.7s ease-out forwards;
}

.gashapon_box .diaL_six {
    width: 117px;
    height: 117px;
}

.gashapon_box .diaL_six:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 117px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img6.png") no-repeat center/cover;
    animation: fanda 0.7s ease-out forwards;
    -webkit-animation: fanda 0.7s ease-out forwards;
}

.gashapon_box .diaL_seven {
    width: 118px;
    height: 117px;
}

.gashapon_box .diaL_seven:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 118px;
    height: 117px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img7.png") no-repeat center/cover;
    animation: fanda 0.7s ease-out forwards;
    -webkit-animation: fanda 0.7s ease-out forwards;
}

.gashapon_box .diaL_eight {
    width: 117px;
    height: 117px;
}

.gashapon_box .diaL_eight:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 117px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img8.png") no-repeat center/cover;
    animation: fanda 0.7s ease-out forwards;
    -webkit-animation: fanda 0.7s ease-out forwards;
}

.gashapon_box .diaL_nine {
    width: 115px;
    height: 115px;
}

.gashapon_box .diaL_nine:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;
    height: 115px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img9.png") no-repeat center/cover;
    animation: fanda 0.7s ease-out forwards;
    -webkit-animation: fanda 0.7s ease-out forwards;
}

.gashapon_box .diaL_ten {
    width: 115px;
    height: 115px;
}

.gashapon_box .diaL_ten:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;
    height: 115px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img10.png") no-repeat center/cover;
    animation: fanda 0.7s ease-out forwards;
    -webkit-animation: fanda 0.7s ease-out forwards;
}

.gashapon_box .diaL_eleven {
    width: 117px;
    height: 118px;
}

.gashapon_box .diaL_eleven:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 117px;
    height: 118px;
    display: block;
    background: url("http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511nd_img11.png") no-repeat center/cover;
    animation: fanda 0.7s ease-out forwards;
    -webkit-animation: fanda 0.7s ease-out forwards;
}

@-webkit-keyframes cujpin {
    0% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes cujpin {
    0% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fanda {
    0% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes fanda {
    0% {
        -webkit-transform: scale(0.7);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.wieyi_1 {
    animation: around1 1.5s linear infinite;
    -webkit-animation: around1 1.5s linear infinite;
}

.wieyi_2 {
    animation: around2 1.5s linear infinite;
    -webkit-animation: around2 1.5s linear infinite;
}


.wieyi_3 {
    animation: around3 1.5s linear infinite;
    -webkit-animation: around3 1.5s linear infinite;
}

.wieyi_4 {
    animation: around4 1.5s linear infinite;
    -webkit-animation: around4 1.5s linear infinite;
}

.wieyi_5 {
    animation: around5 1.5s linear infinite;
    -webkit-animation: around5 1.5s linear infinite;
}

.wieyi_6 {
    animation: around6 1.5s linear infinite;
    -webkit-animation: around6 1.5s linear infinite;
}

.wieyi_7 {
    animation: around7 1.5s linear infinite;
    -webkit-animation: around7 1.5s linear infinite;
}

.wieyi_8 {
    animation: around8 1.5s linear infinite;
    -webkit-animation: around8 1.5s linear infinite;
}

.wieyi_9 {
    animation: around9 1.5s linear infinite;
    -webkit-animation: around9 1.5s linear infinite;
}

.wieyi_10 {
    animation: around10 1.5s linear infinite;
    -webkit-animation: around10 1.5s linear infinite;
}

.wieyi_11 {
    animation: around11 1.5s linear infinite;
    -webkit-animation: around11 1.5s linear infinite;
}

@keyframes around1 {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(-100px, -80px);
    }

    /* 左上大跳 */
    40% {
        transform: translate(120px, 150px);
    }

    /* 右下猛冲 */
    60% {
        transform: translate(80px, -120px);
    }

    /* 右上急转 */
    80% {
        transform: translate(-150px, 100px);
    }

    /* 左下狂拐 */
    100% {
        transform: translate(0, 0);
    }
}

/* 2号扭蛋：右下→左上→左下→右上 乱冲 */
@keyframes around2 {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(150px, 120px);
    }

    /* 右下大跳 */
    40% {
        transform: translate(-80px, -100px);
    }

    /* 左上猛冲 */
    60% {
        transform: translate(-120px, 150px);
    }

    /* 左下急转 */
    80% {
        transform: translate(100px, -80px);
    }

    /* 右上狂拐 */
    100% {
        transform: translate(0, 0);
    }
}

/* 3号扭蛋：左→右→下→上 横冲直撞 */
@keyframes around3 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-150px, 50px);
    }

    /* 左移带下坠 */
    50% {
        transform: translate(150px, -30px);
    }

    /* 右移带上飘 */
    75% {
        transform: translate(20px, 150px);
    }

    /* 下移猛坠 */
    100% {
        transform: translate(-30px, -120px);
    }

    /* 上移急升 */
}

/* 4号扭蛋：右上→左下→左→右 随机窜动 */
@keyframes around4 {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(120px, -100px);
    }

    /* 右上窜 */
    40% {
        transform: translate(-80px, 150px);
    }

    /* 左下砸 */
    60% {
        transform: translate(-150px, -50px);
    }

    /* 左方冲 */
    80% {
        transform: translate(150px, 80px);
    }

    /* 右方撞 */
    100% {
        transform: translate(0, 0);
    }
}

/* 5号扭蛋：下→上→右→左 弹跳式乱飞 */
@keyframes around5 {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(50px, 150px);
    }

    /* 下跳 */
    40% {
        transform: translate(-30px, -150px);
    }

    /* 上弹 */
    60% {
        transform: translate(150px, -20px);
    }

    /* 右弹 */
    80% {
        transform: translate(-150px, 30px);
    }

    /* 左跳 */
    100% {
        transform: translate(0, 0);
    }
}

/* 6号扭蛋：小范围高频乱抖+突然大跳 */
@keyframes around6 {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(30px, -20px);
    }

    /* 小抖 */
    20% {
        transform: translate(-20px, 30px);
    }

    /* 小晃 */
    30% {
        transform: translate(150px, -150px);
    }

    /* 突然右上大跳 */
    50% {
        transform: translate(-100px, 120px);
    }

    /* 突然左下大跳 */
    70% {
        transform: translate(80px, -80px);
    }

    /* 中跳 */
    90% {
        transform: translate(-50px, 50px);
    }

    /* 中晃 */
    100% {
        transform: translate(0, 0);
    }
}

/* 7号扭蛋：斜向交叉乱飞 */
@keyframes around7 {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(150px, 150px);
    }

    /* 右下对角线 */
    50% {
        transform: translate(-150px, -150px);
    }

    /* 左上对角线 */
    75% {
        transform: translate(100px, -120px);
    }

    /* 右上斜向 */
    100% {
        transform: translate(-120px, 100px);
    }

    /* 左下斜向 */
}

/* 8号扭蛋：快速左右横飞+上下穿插 */
@keyframes around8 {
    0% {
        transform: translate(0, 0);
    }

    15% {
        transform: translate(150px, 50px);
    }

    /* 右移带小坠 */
    30% {
        transform: translate(-150px, -50px);
    }

    /* 左移带小飘 */
    45% {
        transform: translate(120px, -100px);
    }

    /* 右移带上飘 */
    60% {
        transform: translate(-120px, 100px);
    }

    /* 左移带小坠 */
    75% {
        transform: translate(80px, 150px);
    }

    /* 右移带大坠 */
    100% {
        transform: translate(-80px, -150px);
    }

    /* 左移带大飘 */
}

/* 9号扭蛋：先集中再炸开式乱飞 */
@keyframes around9 {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(-20px, -10px);
    }

    /* 小幅内收 */
    40% {
        transform: translate(10px, 20px);
    }

    /* 小幅内收 */
    60% {
        transform: translate(150px, -150px);
    }

    /* 突然炸开右上 */
    80% {
        transform: translate(-150px, 150px);
    }

    /* 突然炸开左下 */
    100% {
        transform: translate(0, 0);
    }
}

/* 10号扭蛋：螺旋式乱飞（带旋转增强效果） */
@keyframes around10 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(100px, -80px) rotate(90deg);
    }

    /* 右上+旋转 */
    50% {
        transform: translate(-80px, -100px) rotate(180deg);
    }

    /* 左上+旋转 */
    75% {
        transform: translate(-100px, 80px) rotate(270deg);
    }

    /* 左下+旋转 */
    100% {
        transform: translate(80px, 100px) rotate(360deg);
    }

    /* 右下+旋转 */
}

/* 11号扭蛋：无规律折线乱飞 */
@keyframes around11 {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(-50px, 80px);
    }

    /* 左下方 */
    25% {
        transform: translate(120px, 30px);
    }

    /* 右中方 */
    40% {
        transform: translate(30px, -150px);
    }

    /* 上中方 */
    55% {
        transform: translate(-150px, -50px);
    }

    /* 上左方 */
    70% {
        transform: translate(80px, 150px);
    }

    /* 下右方 */
    85% {
        transform: translate(-30px, 50px);
    }

    /* 下左方 */
    100% {
        transform: translate(0, 0);
    }
}

.gashapon_cjbtn {
    width: 515px;
    height: 64px;
    margin: 0 auto;
    position: relative;
    margin-top: -146px;
    z-index: 99;
}

.gashapon_cjbtn .gashapon_cjone {
    float: left;
    cursor: pointer;
}

.gashapon_cjbtn .gashapon_cjten {
    float: right;
    cursor: pointer;
}


/*累计 */
.leiji_box {
    width: 1400px;
    height: 835px;
    margin: 0 auto;
    position: relative;
    margin-top: 94px;
}

.leiji_box .leiji_diva {
    width: 1750px;
    height: 593px;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511lj_bt.png) no-repeat;
    position: relative;
    margin: 0 auto;
    margin-top: 39px;
    float: left;
    margin-left: -172px;
}

.leiji_diva .leiji_jdt {
    width: 986px;
    height: 3px;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511lj_jdtn.png) no-repeat;
    position: relative;
    margin: 0 auto;
    margin-top: 224px;
    margin-left: 382px;
}

.leiji_jdt li {
    width: 64px;
    height: 64px;
    position: absolute;
    top: -32px;
}

.leiji_jdt img {
    display: none;
}

.leiji_jdt .chuzhi_img {
    display: block;
}

.leiji_jdt .chuzhi_imgyes {
    margin: 0 auto;
    display: none;
    margin-top: 7px;
}

.leiji_jdt li:nth-child(1) {
    left: -17px;
}

.leiji_jdt li:nth-child(2) {
    left: 143px;
}

.leiji_jdt li:nth-child(3) {
    left: 302px;
}

.leiji_jdt li:nth-child(4) {
    left: 456px;
}

.leiji_jdt li:nth-child(5) {
    left: 618px;
}

.leiji_jdt li:nth-child(6) {
    left: 778px;
}

.leiji_jdt li:nth-child(7) {
    left: 936px;
}

.Newts_code {
    margin: 0 auto;
    position: relative;
    margin-top: 0;
    display: block;
}


























































/* 底部 */
.Newts_footer {
    width: 1146px;
    height: 288px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 114px;
}

.Newts_footer img {
    margin-right: 76px;
}

.Newts_footer img:nth-child(4) {
    margin-right: 0;
}



/* 登录 */
.denglutk {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    display: none;
}

.denglutk_diva {
    width: 904px;
    height: 497px;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_loginkk.png) no-repeat;
    position: relative;
    padding-top: 120px;
    background-size: 100%;
}

.denglutk_imga {
    position: absolute;
    top: -40px;
    right: -16px;
    cursor: pointer;
}

.denglutk_pa {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 27px;
    width: 653px;
    height: 34px;
    line-height: 32px;
    margin-left: 201px;
}

.denglutk_pa input {
    width: 322px;
    height: 32px;
    background: #fff;
    text-indent: 8px;
    border: 1px solid #ba4b31;
}

.denglutk_pa span {
    color: #ba3b3a;
    font-size: 16px;
}

.wu-zhuce-pb {
    text-align: center;
    line-height: 20px;
    color: #bd5035;
    font-size: 13px;
    position: relative;
    margin-top: 20px;
    margin-left: 190px;
}

.wu-zhuce-pb a {
    color: #ba4c32;
}

.wu-zhuce-pb input {
    position: absolute;
    top: 1px;
    left: 224px;
    cursor: pointer;
}

.tankuang-pd {
    width: 186px;
    height: 55px;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_logindl.png) no-repeat;
    background-size: 100%;
    display: block;
    margin-top: 46px;
    margin-bottom: 20px;
    float: left;
    border: none;
    margin-left: 286px;
    cursor: pointer;
    margin-right: 124px;
}

.gongh_zczh {
    width: 186px;
    height: 55px;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_loginres.png) no-repeat;
    background-size: 100%;
    display: block;
    margin-top: 45px;
    margin-bottom: 20px;
    cursor: pointer;
    float: left;
}

/*绑定*/
.bangding {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    display: none;
}

.bangding_diva {
    width: 904px;
    height: 497px;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_loginkk.png) no-repeat;
    position: relative;
    padding-top: 120px;
    background-size: 100%;
}

.bangding_pa {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 27px;
    width: 653px;
    height: 34px;
    line-height: 32px;
    margin-left: 201px;
}

.bangding_pa span {
    color: #ba3b3a;
    font-size: 16px;
    width: 80px;
    display: block;
    text-align: right;
}

.bangding_pa .bangding_sctp {
    width: 322px;
    height: 32px;
    background: #fff;
    text-indent: 8px;
    border: 1px solid #ba4b31;
}

.bangding_imga {
    position: absolute;
    top: -40px;
    right: -16px;
    cursor: pointer;
}

.bangding_imgc {
    margin-left: 451px;
    margin-top: 22px;
    cursor: pointer;
}

/* 提示框 */
.Bxb_tip {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.Bxb_tipa {
    width: 545px;
    height: 415px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_tipkk.png) no-repeat;
    padding: 94px 76px 52px 76px;
    background-size: 100%;
}

.Bxb_imga {
    position: absolute;
    top: -34px;
    right: -78px;
    cursor: pointer;
}

.Bxbtipa_pa {
    color: #290906;
    font-size: 22px;
    text-align: center;
    font-family: "思源宋体";
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 39px 13px 27px 14px;
    font-weight: bolder;
}

.tipkk_gban {
    position: absolute;
    right: -56px;
    top: -37px;
    cursor: pointer;
}

.Bxb_tipa_quren {
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.Bxb_tipten {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.Bxb_tipaten {
    width: 545px;
    height: 415px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_tipkk.png) no-repeat;
    padding: 94px 76px 52px 76px;
    background-size: 100%;
}

.Bxbtipa_paten {
    color: #290906;
    font-size: 22px;
    text-align: center;
    font-family: "思源宋体";
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 39px 13px 27px 14px;
    font-weight: bolder;
}

/* 抽奖记录 */
.WinRecord {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999;
}

.WinRecord_diva {
    width: 844px;
    height: 632px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_cjjlkk.png) no-repeat;
    background-size: 100%;
    padding: 117px 50px 41px 58px;
}

.WinRecord_close {
    position: absolute;
    top: -29px !important;
    right: -74px !important;
    cursor: pointer;
}

.Winrecord_divb {
    width: 735px;
    height: 466px;
    color: #79281c;
    overflow: hidden;
    margin: 0 auto;
}

.Winrecord_diva {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 20px;
    display: flex;
    justify-content: center;
    position: relative;

}

.Winrecord_diva p {
    height: 40px;
    width: 50%;
    text-align: center;
    line-height: 40px;
}


.WinRecord_pa {
    font-size: 28px;
    color: #79281c;
    font-family: "宋体";
    font-weight: bolder;
    text-align: center;
    margin-top: 21px;
    height: 54px;
    line-height: 54px;
}

.jinzdj {
    pointer-events: none;
}

/* 对焊 */
.exchange {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999;
}

.exchange_diva {
    width: 844px;
    height: 632px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_dhjlkk.png) no-repeat;
    background-size: 100%;
    padding: 117px 50px 41px 58px;
}

.exchange_close {
    position: absolute;
    top: -29px !important;
    right: -74px !important;
    cursor: pointer;
}

.exchange_divb {
    width: 735px;
    height: 466px;
    color: #79281c;
    overflow: hidden;
    margin: 0 auto;
}

.exchangecon_diva {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 20px;
    display: flex;
    justify-content: center;
    position: relative;

}

.exchangecon_diva p {
    height: 40px;
    width: 50%;
    text-align: center;
    line-height: 40px;
}


.exchangecon_pa {
    font-size: 28px;
    color: #79281c;
    font-family: "宋体";
    font-weight: bolder;
    text-align: center;
    margin-top: 21px;
    height: 54px;
    line-height: 54px;
}

/* 活动规则 */
.chunjie_rule1 {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999;
}

.chunjie_rulediva {
    width: 1211px;
    height: 665px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_rulekk.png) no-repeat;
    background-size: 100%;
    padding-top: 85px;
}

.chunjie_ruledivb {
    width: 805px;
    height: 444px;
    color: #290906;
    font-size: 16px;
    text-align: left;
    line-height: 32px;
    letter-spacing: 2px;
    overflow: hidden;
    margin: 0 auto;
    margin-left: 306px;
}

.nts_tkclose {
    position: absolute;
    top: -57px;
    right: -8px;
    cursor: pointer;
}

.xnts_gz {
    position: absolute;
    top: 20%;
    left: 50%;
    margin: auto;
    margin-left: -825px;
    animation: ttspan 2s linear infinite;
    cursor: pointer;
    z-index: 2;
}

@keyframes ttspan {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0px)
    }
}


.cjgl_kk {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999;
}

.cjgl_rulediva {
    width: 1211px;
    height: 665px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nts_img/Newnts/ntssy2511_dhg.png) no-repeat;
    background-size: 100%;
    padding-top: 72px;
}

.cjgl_ruledivb {
    width: 820px;
    height: 473px;
    overflow: hidden;
    margin-left: 301px;
}

.cjgl_conb {
    width: 600px;
    height: 33px;
    margin: 0px auto;
}

.cjgl_pa {
    text-align: center;
    color: #a91914;
    margin-top: 6px;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    float: left;
}

.cjgl_pb {
    text-align: center;
    color: #a91914;
    margin-top: 6px;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    float: right;
    cursor: pointer;
}

.cjgl_ruledivb ul li {
    float: left;
    width: 155px;
    height: 447px;
    margin-right: 11px;
}

.cjgl_ruledivb ul li:nth-child(5) {
    margin-right: 0;
}

.cjgl_ruledivb ul li .cjgl_dhimg {
    margin-left: -19px;
}

.cjgl_ruledivb ul li .cjgl_dhbtn {
    margin: 0 auto;
    display: block;
    margin-top: -1px;
    cursor: pointer;
}

.nts_tkclose {
    position: absolute;
    top: -29px;
    right: 1px;
    cursor: pointer;
}

.cjgl_ruleclose {
    position: absolute;
    top: -12px;
    right: 4px;
    cursor: pointer;
}