.default_con {
    width: 100%;
    height: 7700px;
    background: url("http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_bg.jpg") top center no-repeat;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.default_ban {
    width: 100%;
    height: 1080px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.jy_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: 0px;
    right: 307px;
    text-align: center;
    line-height: 36px;
    color: #666;
    font-size: 16px;
}

.ns_logo {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -681px;
}

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


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

.video-box .js-video1 {
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 999;
}

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

.nsszn2202_zhezhao {
    position: absolute;
    top: 797px;
    left: 50%;
    z-index: 11;
    transform: translateX(-50%);
}

.xn_qiu {
    position: absolute;
    top: 964px;
    left: 37%;
    z-index: 99;
}


@keyframes xuanzhuan {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

/*群魔乱舞*/
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tadaDong {
    animation: tada 1.5s infinite linear;
    -webkit-animation: tada 1.5s infinite linear;
    -moz-animation: tada 1.5s infinite linear;
}

/*预约*/
.default_con .yuyue_box {
    width: 1400px;
    height: 1067px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

.nsxn_title {
    display: block;
    margin: 0 auto;
    z-index: 99;
    position: relative;
}

.status_dl {
    position: absolute;
    top: 198px;
    right: 93px;
    color: #fff;
    font-size: 20px;
    z-index: 15;
}

.status_dl img {
    margin: 0 20px;
    cursor: pointer;
}

.yuyue_box .yuyue_diva {
    width: 1908px;
    height: 724px;
    margin: 0 auto;
    display: block;
    margin-top: 28px;
    /* background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xfa_yybg.png) no-repeat; */
    position: relative;
    z-index: 12;
    margin-left: -271px;
    /* overflow: hidden; */
}

.yuyue_diva .yuyue_num {
    width: 414px;
    height: 71px;
    margin: 0 auto;
    display: block;
    margin-top: -1px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xfa_yynumbg.png) no-repeat;
    position: relative;
    z-index: 10;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
}

.yuyue_num span {
    color: #ffe89e;
}

.yuyue_diva ul {
    width: 1179px;
    height: 497px;
    margin: 0 auto;
    margin-top: 53px;
    padding-left: 31px;
}

.yuyue_ula li {
    width: 229px;
    height: 443px;
    float: left;
    position: relative;
}

.yuyue_ula li .yuyue_listyes {
    position: absolute;
    top: -42px;
    left: 8px;
    right: 0;
    margin: auto;
    display: none;
}

.yuyue_ula li:nth-child(odd) {
    margin-top: 60px;
}

.yuyue_ula li:nth-child(5) {
    margin-left: -4px;
}

.yuyue_box .yuyue_btn {
    display: block;
    margin: 0 auto;
    z-index: 99;
    position: relative;
    animation: fadaxs 2s linear infinite;
    margin-top: 20px;
    cursor: pointer;
}

@keyframes fadaxs {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

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

/*预约*/
.default_con .cracks_box {
    width: 1400px;
    height: 1302px;
    margin: 0 auto;
    position: relative;
    margin-top: 88px;
}

.cracks_box .cracks_diva {
    width: 1799px;
    height: 1092px;
    margin: 0 auto;
    display: block;
    margin-top: -225px;
    /* background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xfb_lfbg.png) no-repeat; */
    position: relative;
    /* z-index: 12; */
    margin-left: -194px;
    /* overflow: hidden; */
    float: left;
}

.cracks_diva .cracks_ula {
    width: 1128px;
    height: 218px;
    margin: 0 auto;
    margin-top: 275px;
    z-index: 13;
    position: relative;
}

.cracks_ula li {
    width: 233px;
    height: 267px;
    float: left;
    position: relative;
}

.cracks_ula li:nth-child(1) {
    margin-top: 109px;
}

.cracks_ula li:nth-child(2) {
    margin-left: 38px;
}

.cracks_ula li:nth-child(3) {
    margin-top: 39px;
    margin-left: 96px;
    height: 232px;
}

.cracks_ula li:nth-child(4) {
    margin-top: 137px;
    margin-left: 60px
}


.cracks_ula li img {
    position: absolute;
    top: 61px;
    left: -274px;
    display: none;
}

.cracks_ula li:nth-child(1) img {
    left: -314px;
    display: none;
}



.cracks_diva .team_ula {
    width: 1051px;
    height: 391px;
    margin: 0 auto;
    margin-top: 247px;
    z-index: 12;
    position: relative;
}

.team_ula li {
    width: 223px;
    height: 375px;
    float: left;
    margin-right: 47px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xfb_lfdybg.png) no-repeat;
}

.team_ula li.duiz {
    width: 250px;
    height: 387px;
    float: left;
    margin-right: 30px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xfb_lfdzbg.png) no-repeat;
}

.team_ula li:nth-child(4) {
    margin-right: 0;
}

.team_ula li .team_head {
    width: 173px;
    height: 168px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xfb_lfheadbg.png) no-repeat;
    cursor: pointer;
    padding: 42px 45px 42px 44px;
    margin: 0 auto;
    margin-top: 19px;
}

.team_ula li .team_headimg {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    display: none;
}

.team_ula li .team_name {
    width: 188px;
    height: 42px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xfb_lfnamebg.png) no-repeat;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 17px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    overflow: hidden;
    padding: 0 31px;
}

.team_ula li .team_money {
    width: 188px;
    height: 42px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xfb_lfczje.png) no-repeat;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    overflow: hidden;
}

.team_money span,
.team_count span {
    width: 81px;
    height: 42px;
    display: block;
    float: right;
    overflow: hidden;
    color: #fff;
    padding-right: 9px;
}

.team_ula li .team_count {
    width: 188px;
    height: 42px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xfb_lfxhds.png) no-repeat;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 9px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    overflow: hidden;
}

.cracks_box .cracks_btns {
    width: 539px;
    height: 62px;
    margin: 0 auto;
}

.cracks_btns .cracks_yq {
    float: left;
    cursor: pointer;
    display: none;
}

.cracks_btns img:nth-child(1) {
    float: left;
    cursor: pointer;
}

.cracks_btns img:nth-child(2) {
    float: right;
    cursor: pointer;
}

.cracks_box .cracks_xiub {
    display: block;
    margin: 0 auto;
    z-index: 99;
    position: relative;
    margin-top: 14px;
    cursor: pointer;
}

.cracks_box .team_hdgz {
    position: absolute;
    top: 694px;
    right: -93px;
    cursor: pointer;
    animation: ttspan 1.8s infinite linear;
    z-index: 12;
}

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

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

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

.yuyue_hdgz {
    position: absolute;
    top: 221px;
    right: 144px;
    cursor: pointer;
    animation: ttspan 1.8s infinite linear;
    z-index: 12;
}

.welfare_hdgz {
    position: absolute;
    top: 264px;
    right: -93px;
    cursor: pointer;
    animation: ttspan 1.8s infinite linear;
    z-index: 12;
}

.sign_hdgz {
    position: absolute;
    top: 264px;
    right: -93px;
    cursor: pointer;
    animation: ttspan 1.8s infinite linear;
    z-index: 12;
}

/*预约*/
.default_con .welfare_box {
    width: 1400px;
    height: 556px;
    margin: 0 auto;
    position: relative;
    margin-top: 91px;
}

.welfare_box .welfares_ula {
    width: 1332px;
    height: 366px;
    margin: 0 auto;
    margin-top: 13px;
}

.welfares_ula li {
    width: 402px;
    height: 366px;
    float: left;
    margin-right: 63px;
}

.welfares_ula li:nth-child(3) {
    margin-right: 0;
}

.welfares_ula li .welfares_listimg {
    margin: 0 auto;
    display: block;
}

.welfares_ula .welfares_btns {
    width: 398px;
    height: 47px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
    margin-left: -14px;
}

.welfares_btns img:nth-child(1) {
    position: absolute;
    cursor: pointer;
    left: 0;
}

.welfares_btns img:nth-child(2) {
    position: absolute;
    cursor: pointer;
    right: 0;
}

/* 签到 */
.default_con .sign_box {
    width: 1400px;
    height: 1151px;
    margin: 0 auto;
    position: relative;
    margin-top: 92px;
}

.sign_diva {
    width: 2151px;
    height: 1110px;
    margin: 0 auto;
    /* background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xfd_signbg.png) no-repeat; */
    position: relative;
    margin-top: 53px;
    margin-left: -381px;
    overflow: hidden;
    z-index: 99;
}

.sign_con {
    width: 1400px;
    height: 904px;
    margin: 0 auto;
    margin-top: 46px;
    position: relative;
}

.sign_consm {
    width: 1400px;
    height: 741px;
    margin: 0 auto;
}

.sign_box .sign_ula {
    width: 545px;
    height: 730px;
    position: relative;
    float: left;
    margin-left: 138px;
    margin-top: 12px;
}

.sign_box .sign_ul li {
    width: 535px;
    height: 133px;
    float: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 14px;
    transition: all 0.3s;
}

/* .sign_box .sign_ula li:hover {
    transform: scale(1.05);
} */


.sign_box ul li .sign_listyes {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 18px;
    display: none;
}

.sign_box .sign_ulb {
    width: 541px;
    height: 688px;
    position: relative;
    float: left;
    margin-left: 38px;
    margin-top: 52px;
}

.sign_ulb li:nth-child(2) {
    width: 536px;
    height: 522px;
    position: relative;
    margin-top: 8px;
}

.sign_box .sign_btns {
    width: 406px;
    height: 53px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

.sign_btns .sign_hqbq {
    position: absolute;
    cursor: pointer;
    left: 0;
}

.sign_btns .sign_num {
    width: 204px;
    height: 45px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xfd_bumbg.png) no-repeat;
    position: absolute;
    right: 0;
    line-height: 42px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
}

.sign_num span {
    color: #ffefa3;
    margin: 0 3px;
}

/* 签到 */
.default_con .newxf_box {
    width: 1400px;
    height: 1090px;
    margin: 0 auto;
    position: relative;
    margin-top: 15px;
}

.newxf_box .newxf_img {
    margin: 0 auto;
    display: block;
}

/* 签到 */
.default_con .lunbo_box {
    width: 1400px;
    height: 1090px;
    margin: 0 auto;
    position: relative;
    margin-top: 109px;
}


.zhuanzhi {
    width: 1575px;
    height: 771px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xff_lbbg.png) no-repeat;
    margin-top: -122px;
    margin-left: -65px;
    position: relative;
}

.hy_section06_lb {
    width: 1400px;
    height: 495px;
    margin: 0 auto;
    margin-top: 121px;
    position: relative;
    float: left;
}

.swiperBoxs {
    width: 968px;
    height: 446px;
    /* margin: 0 auto; */
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xff_lbban.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 279px;
}

.jy_default_tlbody {
    width: 900px;
    height: 443px;
    margin-left: 38px;
}

.jy_default_tlbody .jy_default_tul {
    width: 900px;
    height: 400px;
    margin-top: 43px;
}

.jy_default_tul li.swiper-slide {
    width: 900px;
    height: 400px;
}

.jy_default_tul li.swiper-slide a {
    display: block;
}

.jy_default_tul li.swiper-slide img {
    width: 900px;
    height: 383px;
    cursor: pointer;
    margin-top: -11px;
}


.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    width: 172px;
    height: 75px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xff_lbzuo.png) no-repeat !important;
    animation: movezuo 2.5s infinite linear;
    -webkit-animation: movezuo 2.5s infinite linear;
    background-size: 100% 100%;
    border: none !important;
    outline: none;
    left: 95px;
    top: 40%;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    width: 172px;
    height: 75px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xff_lbright.png) no-repeat !important;
    animation: moveqian 2.5s infinite linear;
    -webkit-animation: moveqian 2.5s infinite linear;
    background-size: 100% 100%;
    border: none !important;
    outline: none;
    top: 40%;
    right: -28px;
}

.gallery-thumbs .swiper-slide-active {
    color: #884c05;
}

.swiper-pagination {
    position: absolute;
    bottom: 11px;
    left: 50%;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000;
    margin: 0 14px;
    opacity: 1;
    transition: all 0.3s;
    border: 1px solid #8a6de6;
    outline: hidden;
}

.swiper-pagination-bullet-active {
    transition: all 0.3s;
    border: none;
    outline: hidden;
    background: #ffdbaa !important;
    border: 1px solid #faa440;
}

.swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
}

@keyframes moveqian {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(6px);
    }

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

@keyframes movezuo {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-6px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(-6px);
    }

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

@-webkit-keyframes moveqian {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(6px);
    }

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

@-webkit-keyframes movezuo {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-6px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(-6px);
    }

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







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

.tankuandl_diva {
    width: 424px;
    height: 570px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_loginkk.png) no-repeat;
    position: relative;
    background-size: 100%;
}

.tankuandl_divb {
    width: 424px;
    height: 411px;
    margin-top: 155px;
}

.tankuan_gb {
    position: absolute;
    right: -83px;
    top: -3px;
    cursor: pointer;
}

.tankuandl_pa {
    width: 371px;
    height: 40px;
    margin-bottom: 26px;
}

.tankuandl_pwd {
    margin-bottom: 7px;
}

.tankuandl_inpa {
    width: 251px;
    height: 35px;
    float: right;
    background: #fff;
    text-indent: 8px;
    border: 1px solid #d8d4e1;
}

.tankuandl_inpa::placeholder {
    color: rgb(199, 199, 199);
}

.tankuandl_spa {
    float: right;
    line-height: 40px;
    font-size: 18px;
    color: #fff4cf;
    display: block;
}


.tankuandl_che {
    float: right;
    margin-right: 8px;
}

.tankuandl_pb {
    width: 257px;
    height: 59px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_logindl.png) no-repeat;
    background-size: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 42px;
    cursor: pointer;
}

.tankuandl_pc {
    width: 257px;
    height: 59px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_loginres.png) no-repeat;
    background-size: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}

.hydl__pb {
    width: 345px;
    height: 50px;
    margin: 0 auto;
    padding-top: 0px;
    padding-left: 16px;
    line-height: 50px;
}

/* 弹框 */
.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: 441px;
    height: 255px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_tipkk.png) no-repeat;
    padding: 61px 46px 48px 46px;
    background-size: 100%;
}

.Bxbtipa_pa {
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-family: "思源宋体";
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 43px 20px 19px 20px;
    font-weight: bolder;

}

.tipkk_gban {
    position: absolute;
    right: -76px;
    top: -3px;
    cursor: pointer;
}

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

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

.sharept_diva {
    width: 769px;
    height: 642px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_sharekk.png) no-repeat;
    background-size: 100%;
    padding: 112px 40px 0 42px;
}

.sharept_divb {
    width: 670px;
    height: 492px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 32px;
    letter-spacing: 1px;
    overflow: hidden;
    margin: 10px auto;
}

.sharept_divc {
    display: flex;
    justify-content: center;
    margin: 20px auto
}

.sharept_divc img {
    margin: 0 12px;
    cursor: pointer;
}

.sharept_close {
    position: absolute;
    right: -81px;
    top: 0;
    cursor: pointer;
}

.sharept_st {
    display: block;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 15px;
}

b {
    color: #8d671b;
    font-weight: 550;
}


/*规则*/
.yuyuegz,
.xiubugz,
.guanzgz,
.daojsgz {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.signgz_diva {
    width: 682px;
    height: 642px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_rulekk.png) no-repeat;
    padding-top: 133px;
}

.gz_close {
    position: absolute;
    top: -3px;
    right: -78px;
    cursor: pointer;
}


.signgz_divb {
    width: 598px;
    height: 482px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    overflow: hidden;
}

.signgz_divb b {
    font-weight: 550;
    font-size: 17px;
    color: #ffe684;
}

.signgz_divb .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ffe684;
}

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



/* 弹幕 */
.message_box {
    width: 100%;
    height: 61%;
    position: absolute;
    top: 4%;
    left: 0;
    z-index: 99;
    overflow: hidden;
}

.message_box .danmustage {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.danmustage span {
    border-radius: 10px;
    padding: 8px 8px;
    position: relative;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    margin-top: 20px;
}

.danmustage .dm_name {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 8px 8px 8px 8px;
    font-weight: 100;
    font-size: 15px;
}

.danmustage .dm_word {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 8px 8px 8px 8px;
    font-size: 15px;
}

.danmustage .dm_tx {
    width: 38px;
    height: 38px;
    position: absolute;
    top: -10px;
    left: -56px;
    font-weight: normal;
}

.danmustage span .jq {
    display: block;
    position: absolute;
    left: -106px;
    top: -64px;
    max-width: 130px;
    max-height: 130px;
}

.danmu_btn {
    width: 495px;
    text-align: center;
    z-index: 90;
    margin: auto;
    position: relative;
    margin-top: -50px;
}

.danmu_btn .danmu_close {
    width: 212px;
    height: 48px;
    transition: all 0.3s;
    display: inline-block;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_closedm.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.danmu_btn .danmu_liuyan,
.Bxb3_Conpa .danmu_liuyan {
    width: 212px;
    height: 48px;
    display: inline-block;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_fasongdm.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-left: 65px;
}



.danmu_btn .danmu_close:hover {
    transition: all 0.3s;
    opacity: 0.9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.danmu_btn .danmu_liuyan:hover {
    transition: all 0.3s;
    opacity: 0.9;
}

.danmu_btn .danmu_open {
    width: 212px;
    height: 48px;
    transition: all 0.3s;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_kaiqdm.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    display: none;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.danmu_btn .danmu_open:hover {
    transition: all 0.3s;
    opacity: 0.9;
}



/* 我要留言 */
.nsly_divc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    display: none;
}

.jydl_box {
    width: 733px;
    height: 693px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_lykk.png) no-repeat;
    background-size: 100%;
    position: relative;
}

.jyly_close {
    cursor: pointer;
    position: absolute;
    top: -37px;
    right: -53px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.jyly_close:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.jyly_form {
    width: 680px;
    height: 635px;
    margin: 0 auto;
    margin-top: 101px;
}

.jyly_pa {
    width: 100%;
    height: 35px;
    margin-bottom: 8px;
}

.jyly_words {
    display: block;
    width: 140px;
    height: 30px;
    text-align: right;
    line-height: 30px;
    color: #ffffff;
    float: left;
}

.jyly_input_text {
    width: 479px;
    height: 30px;
    float: left;
    background-color: #fff;
    line-height: 30px;
    color: #000;
    cursor: auto;
    padding-left: 10px;
    border: 1px solid #ce9c5f;
}

.jyly_touxiang {
    width: 520px;
    height: 250px;
    margin-left: 128px;
}

.jyly_txbox {
    width: 65px;
    height: 52px;
    position: relative;
    float: left;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 10px;
    cursor: pointer;
}

.jyly_txbox .label {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.jyly_txbox .jy20_sctx {
    float: right;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #ecb15d;
}

.jyly_txbox .input {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.jyly_pb {
    width: 100%;
    height: 130px;
    margin-bottom: 13px;
    margin-top: 13px;
}

.jyly_pb .jyly_words {
    display: block;
    width: 140px;
    height: 30px;
    text-align: right;
    line-height: 30px;
    color: #ffffff;
    float: left;
}

.jyly_area {
    width: 480px;
    height: 130px;
    background-color: #fff;
    float: left;
    padding-left: 10px;
    font-size: 14px;
    line-height: 28px;
    cursor: auto;
    border: 1px solid #ce9c5f;
    resize: none;
}

.jyly_tixing {
    text-align: center;
    color: #553900;
    line-height: 25px;
    font-size: 13px;
}

.jyly_tijiaos {
    width: 207px;
    height: 47px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_lytj.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: block;
    margin-top: 24px;
    transition: all 0.3s;
    cursor: pointer;
}

.jyly_tijiaos:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.jinzdj {
    pointer-events: none;
}

.jyly_tsbc {
    color: #ffe9b1;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    padding-left: 26px;
}

/* 获取机会 */
.hqjh_tank {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 99
}

.hqjhtk_diva {
    width: 682px;
    height: 642px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_hjjhkk.png) no-repeat;
    background-size: 100%;
    padding: 15px 21px 0 21px;
}

.hqjhtk_close {
    position: absolute;
    right: -84px;
    top: 0;
    cursor: pointer;
}

.hqjhtk_ula {
    width: 100%;
    height: 500px;
    margin-top: 11px;
}

.hqjhtk_ula .hqjhtk_li {
    width: 619px;
    height: 194px;
    margin-bottom: 28px;
    position: relative;
    margin: 0 auto;
}

.hqjhtk_ula .hqjhtk_li:nth-child(3) .hqjhtk_litip {
    line-height: 25px;
    padding: 7px 0;
}

.hqjhtk_li .hqjhtk_tits {
    margin: 0 auto;
    display: block;
}

.hqjhtk_li .hqjhtk_lidiv {
    width: 619px;
    height: 66px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_waynrkk.png) no-repeat;
    background-size: 100%;
}

.hqjhtk_li .hqjhtk_lidiv3 {
    height: 79px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_waynrkk3.png) no-repeat;
    background-size: 100%;
    padding-top: 10px;
}

.hqjhtk_lidiv .hqjhtk_litip {
    text-align: center;
    color: #fff3c5;
    line-height: 66px;
    font-size: 18px;
}

.hqjhtk_lidiv .hqjhtk_libtns {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    margin-top: 10px;
}



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

.zhanshi_diva {
    width: 734px;
    height: 488px;
    margin: 0 auto;
    position: relative;
}

.zhanshi_close {
    position: absolute;
    top: -37px;
    right: -48px;
    cursor: pointer;
}


.zhanshi_divb {
    width: 747px;
    height: 497px;
    margin: 0 auto;
    font-size: 16px;
    color: #9b701b;
    line-height: 32px;
    overflow: hidden;
    padding-left: 33px;
    display: none;
}

.zhanshi_divb .ul {
    width: 734px;
    height: 488px;
    margin: 0 auto;
    margin-top: 18px;
}

.zhanshi_divb li {
    width: 114px;
    height: 113px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 11px;
    cursor: pointer;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.zhanshi_divb li.flipped {
    transform: rotateY(180deg);
}

.zhanshi_divb li:nth-child(6n) {
    margin-right: 0;
}

.zhanshi_divb li img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

.join_tipa {
    width: 492px;
    height: 291px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_tipkk.png) no-repeat;
    background-size: 100%;
    padding-top: 73px;
}

.join_pa {
    color: #fff;
    font-size: 22px;
    text-align: center;
    min-height: 60px;
    font-family: 思源宋体;
    font-weight: 550;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    font-weight: bolder;
}

.join_btns {
    width: 429px;
    margin: 23px auto;
    height: 48px;
}

.join_btns .join_quren {
    float: left;
    cursor: pointer;
}

.join_btns .join_quxiao {
    float: right;
    cursor: pointer;
}

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

.card_tipa {
    width: 492px;
    height: 291px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_tipkk.png) no-repeat;
    background-size: 100%;
    padding-top: 73px;
}

.cardtipa_pa {
    color: #fff;
    font-size: 22px;
    text-align: center;
    min-height: 60px;
    font-family: "思源宋体";
    font-weight: bolder;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardtipa_pa input {
    width: 55px;
    background: #fff;
    height: 30px;
    margin: 0 5px;
    text-align: center;
    color: #4d4b4b;
    font-size: 20px;
    font-family: "思源宋体";
    font-weight: 600;
    text-indent: 10px;
}

.cardkk_gban {
    position: absolute;
    right: -82px;
    top: -3px;
    cursor: pointer;
}

.card_tipa_quren {
    cursor: pointer;
    display: block;
    margin: 22px auto;
}

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

.QQtk_tipa {
    width: 194px;
    height: 240px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_qqkk.png) no-repeat;
    background-size: 100%;
}

.fulikk_gban {
    position: absolute;
    right: -82px;
    top: -3px;
    cursor: pointer;
}

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

.dytk_tipa {
    width: 194px;
    height: 240px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_dykk.png) no-repeat;
    background-size: 100%;
}

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

.wbtk_tipa {
    width: 194px;
    height: 240px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_wbkk.png) no-repeat;
    background-size: 100%;
}

/* 上传截图 */
.shuangc_kk {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 99
}

.shuangc_diva {
    width: 682px;
    height: 642px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2509xf_sckk.png) no-repeat;
    background-size: 100%;
    padding: 130px 40px 0 42px;
}

.shuangc_divb {
    width: 599px;
    height: 222px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 32px;
    letter-spacing: 1px;
    overflow: hidden;
    margin: 10px auto;
    margin-top: 54px;
}

.shuangc_divb .shuangc_pa {
    width: 464px;
    height: 35px;
    position: relative;
    margin-bottom: 28px;
    margin-left: 59px;
}

.shuangc_pa .wo_pdinput {
    width: 373px;
    height: 34px;
    text-align: center;
    background: #412f6a;
    float: right;
    font-size: 16px;
    border: 1px solid #a6989b;
    color: #fff;
}

.shuangc_pa .shuangc_btn {
    width: 118px;
    height: 37px;
    text-align: center;
    background: #5f85ff;
    float: right;
    font-size: 16px;
    color: #fff;
}

.shuangc_pabtn {
    width: 208px !important;
}

.shuangc_pa .putton {
    position: absolute;
    width: 258px;
    height: 32px;
    display: block;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    background: #f9f1e4;
}


.shuangc_close {
    position: absolute;
    right: -81px;
    top: 0;
    cursor: pointer;
}

.sharept_st {
    display: block;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 15px;
}

b {
    color: #8d671b;
    font-weight: 550;
}

.shuangc_kk .Monthly_tip {
    text-align: center;
    font-size: 16px;
    color: #ebc18b;
    line-height: 26px;
}

.shuangc_kk .shuangc_tjbtn {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 55px;
}

/* 视频1 */
.yuyue_sp {
    position: absolute;
    left: 50%;
    top: 110px;
    height: 940px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
    z-index: 10;
}
.cracks_sp {
    position: absolute;
    left: 50%;
    top: 117px;
    height: 940px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
    z-index: 10;
}
.sign_sp {
    position: absolute;
    left: 50%;
    top: 194px;
    height: 1158px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
    z-index: 10;
}
.newxf_sp {
    position: absolute;
    left: 50%;
    top: 161px;
    height: 940px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
    z-index: 10;
}