.default_con {
    width: 100%;
    height: 3600px;
    background: url("http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_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: 758px;
    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;
}


/* 弹幕 */
.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: 746px;
    text-align: center;
    z-index: 90;
    margin: auto;
    position: relative;
    margin-top: -143px;
}

.danmu_btn .danmu_close {
    width: 292px;
    height: 104px;
    transition: all 0.3s;
    display: inline-block;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_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: 292px;
    height: 104px;
    display: inline-block;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_fasongdm.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}



.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: 292px;
    height: 104px;
    transition: all 0.3s;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_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;
}


/* 导航 */
.Newnav_ula {
    width: 1254px;
    height: 288px;
    margin: 0px auto;
    margin-top: 40px;
    z-index: 99;
    position: relative;
}

.Newnav_ula li {
    width: 311px;
    height: 301px;
    float: left;
    margin-right: 3px;
    cursor: pointer;
    position: relative;
}

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


.Newnav_ula li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.Newnav_ula li img.Newnav_linavyes {
    display: none;
}

/* 签到 */
.wrap_box {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    display: none;
    margin-top: 204px;
}

.ns_title {
    display: block;
    margin: 0 auto;
}

.ns_status {
    width: 256px;
    height: 69px;
    position: absolute;
    top: 140px;
    left: 50%;
    margin-left:412px;
    z-index: 99;
}

.ns_status img {
    float: left;
    cursor: pointer;
}

.Navns_qfzh {
    color: #ee621d;
    font-size: 16px;
    height: 36px;
    position: absolute;
    top: 82px;
    width: 401px;
    left: -42px;
}

.sign .sign_diva {
    width: 1400px;
    height: 1015px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 12;
    margin-top: 258px;
    /* overflow: hidden; */
}

.sign_diva .sign_bg {
    position: absolute;
    left: 50%;
    margin-left: -1255px;
    top: -30px;
    opacity: 0;
}

.sign_diva .sign_ula {
    width: 1228px;
    height: 823px;
    position: relative;
    margin: 0 auto;
}

.sign_diva .sign_ula li {
    width: 212px;
    height: 385px;
    float: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 48px;
    transition: all 0.3s;
    margin-right: 42px;
}

/* .sign_box .sign_ula li:hover {
    transform: scale(1.05);
} */
.sign_diva .sign_ula li:nth-child(5n) {
    margin-right: 0;
}

.sign_diva ul li .sign_listyes {
    position: absolute;
    top: 59px;
    margin: auto;
    right: 3px;
    display: none;
}

/* 规则 */
.sign_rule {
    width: 1392px;
    height: 307px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xna_rulekk1.png) no-repeat;
    position: relative;
    margin: 0 auto;
    padding: 100px 62px;
    margin-top: 9px;
    z-index: 12;
}

.sign_ruleCon {
    width: 1184px;
    height: 203px;
    font-size: 18px;
    color: #e9552d;
    line-height: 32px;
    overflow: hidden;
    margin: 0 auto;
}

b {
    color: #c22f09;
    font-weight: 550;
}

/* 许愿 */
.wish .wish_diva {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    margin-top: 181px;
}

.wish_diva .wish_bg {
    margin-left: -114px;
    opacity: 0;
}

.wish_diva .wish_fxbtn {
    position: absolute;
    top: 0;
    right: 82px;
    cursor: pointer;
}

.wish .wish_btns {
    width: 982px;
    height: 74px;
    position: relative;
    margin: 0 auto;
    z-index: 10;
    margin-top: 10px;
}

.wish_btns img {
    cursor: pointer;
}

.wish_btns .wish_btn2 {
    margin: 0 77px;
}

.wish .wish_xuyuannum {
    color: #cc3e1c;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 40px;
}

.wish_xuyuannum span {
    color: #ff5d36;
}

.wish_rule {
    width: 1392px;
    height: 523px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xnb_rulekk2.png) no-repeat;
    position: relative;
    margin: 0 auto;
    padding: 100px 62px;
    margin-top: 27px;
    z-index: 12;
}

.wish_ruleCon {
    width: 1184px;
    height: 503px;
    font-size: 18px;
    color: #e9552d;
    line-height: 36px;
    overflow: hidden;
    margin: 0 auto;
}

/* 礼盒 */
.gift .gift_diva {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    margin-top: 178px;
}

.gift_diva .gift_bg {
    position: absolute;
    top: 0;
    left: 53px;
    opacity: 0;
}

.gift_diva .gift_img {
    margin-top: 912px;
    z-index: 10;
    position: relative;
    margin-left: 117px;
}

.gift_diva .gift_btn {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 70px;
}

.gift_rule {
    width: 1392px;
    height: 341px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xnc_rulekk3.png) no-repeat;
    position: relative;
    margin: 0 auto;
    padding: 90px 62px;
    margin-top: 27px;
}

.gift_ruleCon {
    width: 1184px;
    height: 225px;
    font-size: 18px;
    color: #e9552d;
    line-height: 36px;
    overflow: hidden;
    margin: 0 auto;
}

/* 回归 */
.return .return_diva {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    margin-top: 178px;
    overflow: hidden;
}

.return_diva .return_bg {
    position: absolute;
    top: 0;
    left: -68px;
    opacity: 0;
}

.return_diva .return_btn {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 730px;
}

.return_rule {
    width: 1392px;
    height: 341px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xnc_rulekk3.png) no-repeat;
    position: relative;
    margin: 0 auto;
    padding: 90px 62px;
    margin-top: 27px;
    z-index: 11;
}

.return_ruleCon {
    width: 1184px;
    height: 225px;
    font-size: 18px;
    color: #e9552d;
    line-height: 36px;
    overflow: hidden;
    margin: 0 auto;
}

/* 签到 */
.return .lunbo_box {
    width: 1400px;
    height: 471px;
    margin: 0 auto;
    position: relative;
    margin-top: 47px;
}


.zhuanzhi {
    width: 1452px;
    height: 445px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img//ns2601xnd_lbtit.png) no-repeat;
    position: relative;
}

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

.swiperBoxs {
    width: 804px;
    height: 395px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xnd_lunbbg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.jy_default_tlbody {
    width: 764px;
    height: 363px;
}

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

.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: 766px;
    height: 327px;
    cursor: pointer;
}


.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    width: 118px;
    height: 119px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xnd_zuo.png) no-repeat !important;
    background-size: 100% 100%;
    border: none !important;
    outline: none;
    left: 185px;
    top: 43%;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    width: 118px;
    height: 119px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xnd_you.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: 43%;
    right: 186px;
}

.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: 490px;
    height: 602px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_loginkk.png) no-repeat;
    position: relative;
    background-size: 100%;
}

.tankuandl_divb {
    width: 412px;
    height: 411px;
    margin-top: 176px;
    margin-left: 45px;
}

.tankuan_gb {
    position: absolute;
    right: -68px;
    top: 10px;
    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: #d9502d;
    text-indent: 8px;
    border: 1px solid #d9502d;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
}

.tankuandl_inpa::placeholder {
    color: rgb(250, 241, 202);
}

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


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

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

.tankuandl_pc {
    width: 215px;
    height: 59px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_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;
}

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

.bdyxzh_divb {
    width: 490px;
    height: 602px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_loginkk.png) no-repeat;
    position: relative;
    background-size: 100%;

}



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

.bdyxzh_imga {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 35px;
}

.bangdtsy {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #cb2a2b;
}

.bdyxzh_pa .two_plo_gs {
    float: right;
    width: 253px;
    height: 35px;
    padding-left: 3px;
}

.bdyxzh_pa .span_sno {
    margin-right: 5px;
    width: 117px;
    display: inline-block;
    color: #cb2a2b;
    margin-bottom: 10px;
    line-height: 38px;
}

.bdyxzh_pa .span_sno i {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: 8px;
    cursor: pointer;
    border: 1px solid #cb2a2b;
    border-radius: 4px;
    float: left;
}

.bdyxzh_pa .span_sno i img {
    display: none;
    margin-top: 3px;
    margin-left: 2px;
}

.bdyxzh_pa .span_sno i .img_as {
    display: block !important;
}

/* 概率 */
.wish_gl {
    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;
}

.plcjjl_close {
    position: absolute;
    right: -68px;
    top: 10px;
    cursor: pointer;
}

.wish_glcon {
    width: 491px;
    height: 654px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_gailvkk.png) no-repeat;
    background-size: 100%;
    position: relative;
}



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

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

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

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


/* 领取礼包 */
.nsLqlb_tip {
    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;
}

.nsLqlb_tipa {
    width: 847px;
    height: 660px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_ligqukk.png) no-repeat;
    padding-top: 117px;
    background-size: 100%;
}


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

.nsLqlb_tipa_quren {
    cursor: pointer;
    display: block;
    margin: 30px auto;
    margin-top: 378px;
}



/* 分享 */
.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: 847px;
    height: 660px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_sharekk.png) no-repeat;
    background-size: 100%;
    padding: 118px 33px 0 46px;
}

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

.sharept_text {
    width: 621px;
    color: #e34329;
    margin: 10px auto;
    margin-top: 36px;
}

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

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

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

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


/* 抽奖记录 */
.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: 9999;
}

.WinRecord_diva {
    width: 847px;
    height: 660px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_wdjlkk.png) no-repeat;
    background-size: 100%;
    position: relative;
    padding: 135px 63px 41px 63px;
}

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

.Winrecord_divb {
    width: 100%;
    height: 567px;
    font-size: 18px;
    color: #e34329;
    overflow: hidden;
}

.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:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 291px;
    text-align: center;
    line-height: 40px;
}

.Winrecord_diva p:nth-child(2) {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    width: 256px;
    text-align: center;
}


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

.jinzdj {
    pointer-events: none;
}

/* 抽獎提示 */
.cj_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;
}

.cj_tipa {
    width: 867px;
    height: 813px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_cjtipkk.png) no-repeat;
    padding: 298px 169px 38px 175px;
    background-size: 100%;
}

.cjtip_pa {
    color: #e34329;
    font-size: 22px;
    text-align: center;
    min-height: 64px;
    font-family: "宋体";
    font-weight: bolder;
    line-height: 32px;
}

.cjtip_pa span {
    display: block;
    font-size: 18px;
    margin-top: 16px;
    font-family: "宋体";
}

.cj_imgbox {
    display: block;
    margin: 0 auto;
    height: 207px;
    margin-top: 9px;
}

.cjtip_img {
    display: block;
    margin: 0 auto;
}

.cj_gban {
    position: absolute;
    right: 71px;
    top: 156px;
    cursor: pointer;
}

.cjtip_qd {
    margin: 0 auto;
    display: block;
    margin-top: 35px;
    cursor: pointer;
}

/* 我要留言 */
.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: 761px;
    height: 685px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_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: 681px;
    height: 635px;
    margin: 0 auto;
    margin-top: 125px;
}

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

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

.jyly_input_text {
    width: 479px;
    height: 34px;
    float: left;
    background-color: #ce411e;
    line-height: 30px;
    color: #fff !important;
    cursor: auto;
    padding-left: 10px;
    border-radius: 10px;
}

.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: #ce411e;
    float: left;
}

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

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

.jyly_tijiaos {
    width: 217px;
    height: 60px;
    background: url(http://oss.online-game.com.cn/50/nsimg/img/ns2601xn_lytj.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: block;
    margin-top: 8px;
    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;
}


/* 上传截图 */
.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;
}


.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 */
.sign_sp {
    position: absolute;
    left: 50%;
    top: 267px;
    height: 1128px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
    z-index: 10;
}

.wish_sp {
    position: absolute;
    left: 50%;
    top: 267px;
    height: 1128px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
    z-index: 10;
}


.gift_sp {
    position: absolute;
    left: 50%;
    top: 267px;
    height: 1128px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
    z-index: 10;
}


.return_sp {
    position: absolute;
    left: 50%;
    top: 267px;
    height: 1128px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
    z-index: 10;
}