.default_container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 3404px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16shop2505_bg.jpg) center top no-repeat;
}

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

.nlbanner_box {
    width: 100%;
    height: 1394px;
    margin: 0 auto;
    position: relative;
}

.nlbanner_box .jy_tylogo {
    z-index: 99;
    position: absolute;
    top: 4%;
    left: 50%;
    margin-left: -719px;
}

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

.nlbanner_box .banner_ai {
    position: absolute;
    top: 52%;
    left: 21px;
    z-index: 99;
    display: none;
}

.nlbanner_box .banner_xia {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 39px;
    margin: auto;
    animation: xxia 2s linear infinite;
}

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

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

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

.video-box {
    position: absolute;
    left: 50%;
    top: -40px;
    height: 1478px;
    width: 2560px;
    transform: translateX(-50%);
    overflow: hidden;
}

.video-box video {
    pointer-events: none;
}

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

.snow-container {
    width: 100%;
    height: 2833px;
    position: absolute;
    top: 1074px;
    left: 0px;
    overflow: hidden;
}

/* 内容 */
.Newxf_content {
    width: 1400px;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: 118px;
}

.Mystery_diva {
    width: 1400px;
    height: 106px;
    margin-top: -11px;
    z-index: 10;
    position: relative;
}

.Nav_divb {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -19px;
}

.Newxf_buyjl {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 39px;
}

.Nav_divb img {
    float: right;
}

.bangdx {
    width: 1300px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    /* display: none; */
}

.bangdx p {
    margin: 0 12px;
}

.bangdx p span {
    color: #ffeda3;
}

.bangdx_pa {
    display: none;
}

.Newxf_ghzh {
    margin: 0 auto;
    display: none;
    cursor: pointer;
    margin-top: 12px;
    margin-left: 569px;
}

.Newxf_content .search_box {
    width: 751px;
    height: 46px;
    margin: 0 auto;
    margin-top: 30px;
}

.search_box .search_ipt {
    width: 623px;
    height: 41px;
    padding: 10px;
    outline: none;
    font-size: 16px;
    color: #dca169;
    border: 1px solid #f0c693;
    background: none;
    float: left;
}

.search_box .search_ipt::placeholder {
    color: #dca169;
}

.search_box .search_btn {
    cursor: pointer;
}

.Newxf_content .Newxf_condivs {
    width: 1400px;
    height: 1425px;
    margin: 0 auto;
    position: relative;
    margin-top: 72px;
}

.Newxf_condivs .Newshop_ula {
    width: 1319px;
    height: 1283px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.Newshop_ula .Newshop_li {
    width: 277px;
    height: 389px;
    position: relative;
    float: left;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16shop2505_scltembg.png) no-repeat;
    margin-right: 70px;
    margin-bottom: 52px;
}

.Newshop_ula .Newshop_li:nth-child(4n) {
    margin-right: 0;
}

.Newshop_li .list_jlimgbox {
    right: 0;
    margin: 0 auto;
    height: 212px;
    width: 214px;
    margin-top: 42px;
    position: relative;
}

.Newshop_li .list_jlimg {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
}

.Newshop_li .list_jlname {
    color: #ae481c;
    text-align: center;
    font-weight: 550;
    margin-top: -35px;
    font-size: 16px;
}

.Newshop_li .list_price {
    color: #c63e29;
    text-align: center;
    font-weight: 550;
    font-size: 25px;
}

.Newshop_li .Newshop_numb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
}

.Newshop_numb p {
    color: #ae481c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Newshop_numb .nums_btn {
    width: 22px;
    height: 22px;
    border: 1px solid #ae481c;
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #ae481c;
    cursor: pointer;
    background: #ffdea5;
    line-height: 19px;
    font-weight: 550;
}

.Newshop_numb .minus_btn {
    margin: 6px;
}

.Newshop_numb .plus_btn {
    margin: 6px;
}

.Newshop_numb .list_buy {
    cursor: pointer;
    opacity: 0.5;
}


.fashShow_page {
    width: 1000px;
    height: 50px;
    margin: 50px auto;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fashShow_page .prepage,
.nextpage {
    width: 90px;
    height: 35px;
    line-height: 30px;
    background: none;
    display: block;
    text-align: center;
    color: #ffeb99;
    float: left;
    margin: 0 28px;
    cursor: pointer;
    border: 1px solid #ffeb99;
}

.fashShow_page .prepage a,
.nextpage a {
    color: #ffeb99;
    display: block;
    width: 100%;
}

.fashShow_page .fashShow_pagedivb {
    width: 84px;
    height: 34px;
    line-height: 30px;
    border: 1px solid #ffeb99;
    display: block;
    text-align: center;
    color: #ffeb99;
    float: left;
}

/* 登录 */
.hydl_diva {
    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;
}

.hydl_divb {
    width: 711px;
    height: 490px;
    position: relative;
}

.hydl_divc {
    width: 723px;
    height: 491px;
    padding-top: 167px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16shop2505_loginkk.png) no-repeat;
}

.hydl_divb_box {
    width: 517px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 117px;
}

.hydl_imga {
    position: absolute;
    top: 0;
    right: 0;
}

.hydl_imgb {
    position: absolute;
    top: -65px;
    right: -99px;
    cursor: pointer;
    transition: all 0.3s;
}

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

.hydl__pa {
    width: 386px;
    height: 35px;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 35px;

}

.hydl__pa span {
    width: 72px;
    font-size: 18px;
    color: #ae481c;
    float: left;
    margin-left: 10px;
    display: block;
}

.hydl__pa input {
    width: 279px;
    height: 34px;
    float: left;
    font-size: 17px;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 35px;
    cursor: auto;
    background: #d69d7b;
}

.hydl__pa input::placeholder {
    color: #fff;
}

.hydl__pb {
    width: 410px;
    height: 48px;
    margin: 0 auto;
    border-bottom: 1px solid #d69d7b;
    padding-top: 10px;
    padding-left: 12px;
}

.hydl_spa {
    font-size: 17px;
    color: #a62715;
    margin-right: 8px;
    cursor: pointer;
}

.hydl_spb {
    font-size: 17px;
    color: #a62715;
    margin-right: 8px;
    cursor: pointer;
    float: right;
}

.hydl_butas {
    width: 175px;
    height: 50px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16shop2505_logindl.png) no-repeat;
    background-size: 100%;
    display: block;
    margin-top: 37px;
    cursor: pointer;
    float: left;
    margin-left: 31px;
    margin-right: 91px;
}

.hydl_butas:hover {
    opacity: 0.8;
    transition: all 0.3;
}

.hydl_but {
    width: 175px;
    height: 50px;
    display: block;
    margin-top: 37px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16shop2505_loginres.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.3;
    float: left;
}


.hydl_but:hover,
.hyhwzc_but:hover {
    opacity: 0.8;
    transition: all 0.3;
}

.hydl_baocuo {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: red;
    text-align: center;
    line-height: 47px;

}

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

.binding_diva {
    width: 723px;
    height: 491px;
    padding-top: 167px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16shop2505_loginkk.png) no-repeat;
    position: relative;
}

.binding_tj {
    display: block;
    margin: 50px auto;
    cursor: pointer;
}

.hybd_pa {
    width: 410px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 25px;
    line-height: 35px;
}

.hybd_pa span {
    font-size: 18px;
    color: #a62715;
    float: left;
    margin-left: 10px;
    display: block;
}

.binding_se {
    width: 279px;
    height: 34px;
    float: left;
    font-size: 17px;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 35px;
    cursor: auto;
    background: #d69d7b;
    color: #fff;
    border: none;
}

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


.Bxb_tipa {
    width: 723px;
    height: 358px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16shop2505_tipkk.png) no-repeat;
    background-size: 100%;
    padding: 106px 69px 36px 69px;
}

.Bxbtipa_pa {
    color: #ae481c;
    font-size: 22px;
    text-align: center;
    min-height: 60px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 30px;
}

.Bxb_close {
    position: absolute;
    right: -81px;
    top: -65px;
    cursor: pointer;
}

.Bxb_btns {
    cursor: pointer;
    display: block;
    float: left;
    cursor: pointer;
}

.Bxb_tipa_quren {
    margin-left: 94px;
    margin-right: 52px;
}



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


.confirm_tipa {
    width: 723px;
    height: 358px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16shop2505_tipkk.png) no-repeat;
    background-size: 100%;
    padding: 106px 69px 36px 69px;
}

.confirm_pa {
    color: #ae481c;
    font-size: 22px;
    text-align: center;
    min-height: 60px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 30px;
}

.confirm_close {
    position: absolute;
    right: -81px;
    top: -65px;
    cursor: pointer;
}

.confirm_btns {
    cursor: pointer;
    display: block;
    float: left;
    cursor: pointer;
}

.confirm_quren {
    margin-left: 94px;
    margin-right: 52px;
}


/* 抽奖记录 */
.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: 971px;
    height: 623px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16shop2505_jlkk.png) no-repeat;
    background-size: 100%;
    position: relative;
    padding: 72px 78px 50px 79px;
}

.yuyuetk_imga {
    position: absolute;
    top: -40px;
    right: -78px;
    cursor: pointer;
    transition: all 0.3s;
}

.Winrecord_divb {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #000000;
}

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

.Winrecord_diva p {
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 138px;
    position: absolute;
    top: 0;
    left: 8px;
}

.Winrecord_diva p:nth-child(2) {
    left: 151px;
}
.Winrecord_diva p:nth-child(3) {
    left: 290px;
    width: 194px;
    overflow: hidden;
}
.Winrecord_diva p:nth-child(4) {
    left: 482px;
    width: 94px;
}
.Winrecord_diva p:nth-child(5) {
    left: 598px;
    width: 190px;
}
/* .Winrecord_diva p:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 269px;
    text-align: center;
    line-height: 40px;
}

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