.Newwl {
    width: 100%;
    height: 6300px;
    margin: 0 auto;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/wl_img/xinb/wl6xc2604_bg.jpg) top center no-repeat;
    overflow: hidden;
    padding-top: 1px;
}


.Hybox_jrgw {
    position: absolute;
    top: -1px;
    right: 15%;
    z-index: 10;
}

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

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

.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%;
}

.xygqbox_zct {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 813px;
}


.banner_box {
    width: 100%;
    height: 997px;
    margin: 0 auto;
    position: relative;
    float: left;
}


/* 导航 */
.nav_btn {
    width: 1098px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    overflow: hidden;
}

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

.nav_btn img:nth-child(2) {
    float: right;
    cursor: pointer;
    margin-left: -65px;
}

/* 导航 */
.smanav_btn {
    width: 1209px;
    height: 57px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    margin-top: 100px;
    overflow: hidden;
}

.smanav_btn a {
    display: block;
    float: left;
}

.smanav_btn img {
    cursor: pointer;
    margin-right: 15px;
}

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

/* 内容 */
.Newwl_box {
    width: 1400px;
    margin: 0 auto;
    margin-top: 112px;
    position: relative;
    padding-top: 1px;
}

.Newwl_bta {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    z-index: 10;
}

.Navxy_dlzc {
    width: 157px;
    height: 49px;
    position: absolute;
    top: 191px;
    right: 46px;
    cursor: pointer;
    z-index: 10;
}


.Newwl_gzan {
    position: absolute;
    top: 662px;
    right: 23px;
    cursor: pointer;
    z-index: 99;
    animation: ttspan 1.8s infinite linear;
}

.Newwl_gzan2 {
    top: 692px;
    right: -82px;
}

.Newwl_gzan3 {
    top: 692px;
    right: 0;
}

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

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

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

/* 活动1 */
.newyearhd_con {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.yuyue_pa {
    text-align: center;
    height: 60px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: "思源宋体";
    color: #724d0e;
    position: relative;
    top: 20px;
    z-index: 10;
}

/* 签到 */
.newyearhd1 .banben_diva {
    width: 1400px;
    height: 485px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
}

.banben_diva .banben_bg {
    left: -579px;
    top: 63px;
    position: absolute;
    right: 0;
    margin: auto;
}


.lunbot {
    height: 427px;
    width: 1400px;
    margin: 0 auto;
    position: relative;
    margin-top: 66px;
}

.lunbot .swiper-container {
    width: 1400px;
}

.swiper-slide {
    width: 714px;
    height: 470px;
    background: url(http://oss.online-game.com.cn/50/wl_img/xinb/wl6xc2604a_bbconbg.png) no-repeat;
    background-size: 100%;
    padding: 69px 0 0 56px;
}

.swiper-slide img {
    width: 617px;
    height: 347px;
}

/* .swiper-button-prev {
    top: 255px;
    left: 60px;
    width: 74px;
    height: 111px;
    background: url(http://oss.tianmingxy.com/50/xyhttp://oss.online-game.com.cn/50/wl_img/xinb/Newxy/xy2405_xrwzuo.png) no-repeat !important;
}

.swiper-button-next {
    top: 255px;
    right: 60px;
    width: 74px;
    height: 111px;
    background: url(http://oss.tianmingxy.com/50/xyhttp://oss.online-game.com.cn/50/wl_img/xinb/Newxy/xy2405_xrwyou.png) no-repeat !important;
} */

.swiper-slide {
    opacity: 0;

}

.swiper-slide-active {
    opacity: 1;
}

/* 统一：除了中间那张，其他所有轮播的图片上都加黑色遮罩 */
.swiper-slide:not(.swiper-slide-active) img {
    position: relative;
}

.swiper-slide:not(.swiper-slide-active)::after {
    content: "";
    position: absolute;
    left: 57px;
    /* 图片左边距离 */
    top: 70px;
    /* 图片上边距离 */
    width: 614px;
    /* 图片宽度 */
    height: 341px;
    /* 图片高度 */
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    pointer-events: none;
}

/* 2. 给轮播项加相对定位，让遮罩绝对定位生效 */
.swiper-slide {
    position: relative;
    opacity: 0;
}

/* 3. 中间轮播取消遮罩，正常显示 */
.swiper-slide-active::after {
    display: none !important;
}

/* 4. 确保图片层级低于遮罩，被正常覆盖 */
.swiper-slide img {
    position: relative;
    z-index: 1;
}


/*.lunbot .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
}

.lunbot .swiper-pagination-bullet {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(http://oss.tianmingxy.com/50/xyhttp://oss.online-game.com.cn/50/wl_img/xinb/Newxy/xy2405_lunbxz0.png) no-repeat;
    border-radius: 0%;
    margin: 0 15px;
    opacity: 1;
}

.lunbot .swiper-pagination-bullet-active {
    background: url(http://oss.tianmingxy.com/50/xyhttp://oss.online-game.com.cn/50/wl_img/xinb/Newxy/xy2405_lunbxz1.png) no-repeat;
} */


/* 突破 */
.Breakthrough {
    width: 1400px;
    margin: 0 auto;
    margin-top: 230px;
    position: relative;
}

.Breakthrough .Breakthrough_diva {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
}

.Breakthrough_diva .Breakthrough_bg {
    left: -579px;
    top: 63px;
    position: absolute;
    right: 0;
    margin: auto;
}

.Breakthrough_diva .Breakthrough_img {
    left: -442px;
    top: -30px;
    position: absolute;
    right: 0;
    margin: auto;
}

.Breakthrough_diva .Breakthrough_img2 {
    margin: auto;
    display: block;
    margin-top: 581px;
}

/* 世界王 */
.WorldKing {
    width: 1400px;
    margin: 0 auto;
    margin-top: 120px;
    position: relative;
    height: 1222px;
}

/* 导航 */
.WorldKing_nav {
    width: 1172px;
    height: 77px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    overflow: hidden;
    margin-top: 60px;
}

.WorldKing_nav .list {
    width: 309px;
    height: 77px;
    cursor: pointer;
    position: relative;
    margin-right: -22px;
    float: left;
}

.WorldKing_nav .list:nth-child(4) {
    margin-right: 0;
}

.WorldKing_nav .list .WorldKing_btnn {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.WorldKing_nav .list .WorldKing_btny {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}


.WorldKing_nav .list img:nth-child(1) {
    display: block;
}

.WorldKing_nav .list img:nth-child(2) {
    display: none;
}

.WorldKing_nav .on img:nth-child(1) {
    display: none;
}

.WorldKing_nav .on img:nth-child(2) {
    display: block;
}

.WorldKing .WorldKing_diva {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
    margin-top: 200px;
}

.WorldKing_diva .WorldKing_bg {
    left: -579px;
    top: 63px;
    position: absolute;
    right: 0;
    margin: auto;
}

.WorldKing_divb {
    display: none;
}

.WorldKing_diva .WorldKing_img {
    left: -272px;
    top: -265px;
    position: absolute;
    right: 0;
    margin: auto;
    display: none;
}

.WorldKing_imgbig {
    position: absolute;
    right: 0;
    z-index: 11;
    animation: ttspan 2s linear infinite;
}

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

    50% {
        transform: translateY(15px)
    }

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

/* 抓捕 */
.arrest {
    width: 1400px;
    margin: 0 auto;
    margin-top: 141px;
    position: relative;
    height: 761px;
}

.arrest .arrest_diva {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
    height: 772px;
    margin-top: 40px;
}

.arrest_diva .arrest_bg {
    left: -579px;
    top: 63px;
    position: absolute;
    right: 0;
    margin: auto;
}

.Newwl_box .Newwl_code {
    margin: 0 auto;
    margin-top: 235px;
    display: block;
}





.arrest_diva p {
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 90%;
}




.signa_diva ul {
    width: 1230px;
    height: 730px;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    margin-top: 588px;
}

.signa_diva ul li {
    width: 222px;
    height: 350px;
    float: left;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
    margin-bottom: 16px;
}

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

.signa_diva ul li:nth-child(6) {
    margin-left: 130px;
}

.signa_diva ul li .sign_qdbtn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 240px;
}

.signa_diva ul li .sign_qdbtnyes {
    display: none;
}

.signa_diva ul li.on .sign_qdbtnyes {
    display: block;
}

/* .signa_diva ul li:nth-child(1) {
    animation: head_anm 2.7s .1s ease-in-out both infinite;
}

.signa_diva ul li:nth-child(2) {
    animation: head_anm 2.7s .3s ease-in-out both infinite;
}

.signa_diva ul li:nth-child(3) {
    animation: head_anm 2.7s .5s ease-in-out both infinite;
}

.signa_diva ul li:nth-child(4) {
    animation: head_anm 2.7s .7s ease-in-out both infinite;
}

.signa_diva ul li:nth-child(5) {
    animation: head_anm 2.7s .9s ease-in-out both infinite;
}

.signa_diva ul li:nth-child(6) {
    animation: head_anm 2.7s .7s ease-in-out both infinite;
}

.signa_diva ul li:nth-child(7) {
    animation: head_anm 2.7s .5s ease-in-out both infinite;
}

.signa_diva ul li:nth-child(8) {
    animation: head_anm 2.7s .3s ease-in-out both infinite;
} */


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

    50% {
        transform: translateY(10px);
        filter: brightness(110%);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }

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

/* 规则 */
.signa_rule {
    width: 1308px;
    height: 413px;
    background: url(http://oss.online-game.com.cn/50/wl_img/xinb/wl6xn2601_hdgzbg.png) no-repeat;
    position: relative;
    margin: 0 auto;
    padding: 40px 55px;
    margin-top: 64px;
    z-index: 11;
}

.signa_ruleCon {
    width: 100%;
    height: 329px;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    overflow: hidden;
    margin: 0 auto;
}


/*  */
.newyearhd2 .signb_diva {
    width: 1400px;
    height: 1367px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
}

.newyearhd2 .lottery_cjjl {
    position: absolute;
    top: 191px;
    left: 0;
    cursor: pointer;
}

.newyearhd2 .lottery_hqcjan {
    position: absolute;
    top: 248px;
    right: -12px;
    cursor: pointer;
    z-index: 11;
}

.newyearhd2 .lottery_num {
    line-height: 45px;
    color: #f7da95;
    font-size: 30px;
    background: linear-gradient(to bottom, #ffd5a3, #fffbf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-align: center;
    letter-spacing: 2px;
    margin-top: -12px;
}

.newyearhd2 .lottery_ljxf {
    line-height: 45px;
    color: #ffffff;
    font-size: 22px;
    left: 0;
    margin-top: 8px;
    margin-left: 26px;
    border-bottom: 1px solid #fff;
    float: left;
}

.lottery_diva {
    width: 1160px;
    height: 1134px;
    background: url(http://oss.online-game.com.cn/50/wl_img/xinb/wl6xn2601b_cjzp.png) no-repeat;
    position: relative;
    margin: 0 auto;
    margin-top: 24px;
}

.newyearhd2 .lottery_divb {
    width: 1162px;
    height: 1138px;
    float: left;
    position: relative;
    margin-top: -30px;
}

.lottery_divb img {
    position: absolute;
    display: none;
}

.lottery_divb img.activecj {
    display: block;
    /* animation: fadaxs 2s linear infinite; */
}

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

    50% {
        transform: scale(1.1);
    }

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

.lottery_divb img:nth-child(1) {
    left: 333px;
    top: -76px;
}

.lottery_divb img:nth-child(2) {
    left: 561px;
    top: -76px;
}

.lottery_divb img:nth-child(3) {
    right: 119px;
    top: 27px;
}

.lottery_divb img:nth-child(4) {
    right: 10px;
    top: 215px;
}

.lottery_divb img:nth-child(5) {
    right: -21px;
    top: 427px;
}

.lottery_divb img:nth-child(6) {
    right: 17px;
    top: 639px;
}

.lottery_divb img:nth-child(7) {
    right: 201px;
    top: 786px;
}

.lottery_divb img:nth-child(8) {
    right: 451px;
    top: 847px;
}

.lottery_divb img:nth-child(9) {
    left: 196px;
    top: 786px;
}

.lottery_divb img:nth-child(10) {
    left: 12px;
    top: 635px;
}

.lottery_divb img:nth-child(11) {
    left: -27px;
    top: 429px;
}

.lottery_divb img:nth-child(12) {
    left: 5px;
    top: 213px;
}

.lottery_divb img:nth-child(13) {
    left: 117px;
    top: 24px;
}

.lottery_btns {
    display: flex;
    justify-content: center;
    z-index: 21;
    position: relative;
    width: 605px;
    margin: 0 auto;
    margin-top: 15px;
}

.lottery_btns img:nth-child(1) {
    margin-right: 68px;
}

.lottery_btns img {
    cursor: pointer;
}


/*  */
.newyearhd3 .libao_box {
    width: 1466px;
    height: 1139px;
    /* background: url(http://oss.online-game.com.cn/50/wl_img/xinb/wl6xn2601c_lbbg.png) no-repeat; */
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    margin-left: -40px;
    z-index: 11;
}

.libao_box p {
    width: 208px;
    height: 53px;
    position: absolute;
    cursor: pointer;
}

.libao_box .libao_lb1 {
    top: 841px;
    left: 214px;
}

.libao_box .libao_lb2 {
    top: 841px;
    left: 620px;
}

.libao_box .libao_lb3 {
    top: 741px;
    right: 283px;
}

.libao_box .libao_lb4 {
    top: 468px;
    right: 193px;
}


.newyearhd3 .Newwl_code {
    margin-top: 150px;
}
































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

    50% {
        transform: scale(1.1);
    }

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

/* 视频 */
.libao_sp {
    position: absolute;
    left: 50%;
    top: 117px;
    height: 1384px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
    z-index: 9;
}

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

.blessing_pa {
    font-size: 28px;
    color: #fee3a3;
    font-family: "思源宋体";
    text-align: center;
    margin-top: 10px;
    height: 54px;
    line-height: 54px;
    font-weight: 550;
    margin-bottom: 30px;
}

.blessing_pb {
    width: 387px;
    height: 48px;
    margin-bottom: 31px;
}

.blessing_inpa {
    width: 276px;
    height: 40px;
    border: none;
    background: #fee3a3;
    text-indent: 8px;
    float: right;
    color: #fff;
    border-radius: 5px;
}

.blessing_spa {
    font-size: 16px;
    color: #fee3a3;
    float: right;
    line-height: 40px;
}

.blessing_diva {
    width: 561px;
    height: 894px;
    background: url(http://oss.online-game.com.cn/50/wl_img/xinb/wl6xn2601_loginkk.png) no-repeat;
    position: relative;
    padding: 277px 60px 0 70px;
    background-size: 100%;
}

.dengl_and {
    width: 497px;
    height: 60px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 143px;
    margin-left: -44px;
}

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

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

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

.tishi_diva {
    width: 524px;
    height: 626px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/wl_img/xinb/wl6xn2601_tipkk.png) no-repeat;
    background-size: 100%;
    padding: 307px 71px 53px 71px;
}

.tishi_pa,
.tishi_paten {
    width: 360px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    min-height: 47px;
    font-family: "思源宋体";
    font-weight: 550;
    line-height: 32px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.tishi_imga {
    cursor: pointer;
    display: block;
    margin-left: 200px;
}

.dltk_gban,
.xytk_gbanas {
    cursor: pointer;
    position: absolute;
    top: -45px;
    right: -124px;
}

.tk_gban {
    cursor: pointer;
    position: absolute;
    top: -4px;
    right: -35px;
}

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

.tishi_divaten {
    width: 524px;
    height: 626px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/wl_img/xinb/wl6xn2601_tipkk.png) no-repeat;
    background-size: 100%;
    padding: 252px 71px 53px 71px;
}

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

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

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

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

.guiztxt {
    width: 1084px;
    height: 723px;
    background: url(http://oss.online-game.com.cn/50/wl_img/xinb/wl6gq2509_rulekk.png) no-repeat;
    position: relative;
    padding: 165px 105px 69px 71px;
}

.gztx_diva {
    width: 870px;
    height: 427px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 32px;
    font-size: 16px;
    color: #d55e22;
}

.gztx_diva b {
    font-size: 17px;
    font-weight: 550;
}

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

/* 抽奖记录 */
.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: 1034px;
    height: 659px;
    background: url(http://oss.online-game.com.cn/50/wl_img/xinb/wl6xn2601_cjjlkk.png) no-repeat;
    background-size: 100%;
    position: relative;
    padding: 164px 70px 77px 63px;
}

.plcjjl_close {
    display: block;
    position: absolute;
    top: -117px;
    right: -148px;
    cursor: pointer;
}

.Winrecord_divb {
    width: 100%;
    height: 403px;
    font-size: 18px;
    color: #d55e22;
    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 {
    width: 50%;
    text-align: center;
    line-height: 40px;
}

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

.jinzdj {
    pointer-events: none;
}



/*ä¾§è¾¹QQ*/
.Cebianq {
    width: 234px;
    height: 411px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 9px;
    z-index: 99;
}



/* 侧边导航 */
.BxbR_slider {
    width: 436px;
    height: 737px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(http://oss.online-game.com.cn/50/wl_img/xinb/wl6xf2604_slidebga2a.png) no-repeat;
    background-size: 100%;
    z-index: 99;
    display: block;
}

.BxbR_slider.sj {
    transform: scale(0.8);
    right: -91px !important;
}

.BxbR_slider .BxbR_jrsy {
    position: absolute;
    top: 101px;
    left: 94px;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.BxbR_diva {
    width: 240px;
    margin-left: 144px;
}

.BxbR_slider .BxbR_ula {
    width: 216px;
    height: 525px;
    margin: 0 auto;
    margin-top: 222px;
}

.BxbR_ula li {
    height: 56px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 18px;
    position: relative;
}


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

.BxbR_ula li img.BxbR_lino {
    margin-left: 43px;
    margin-top: 6px;
}

.BxbR_ula li img.BxbR_liyes {
    display: none;
}

.BxbR_ula li.on img.BxbR_liyes {
    display: block;
}

.BxbR_ula li.on img.BxbR_lino {
    display: none;
}

.BxbR_diva .BxbR_qun {
    display: block;
    margin: 0 auto;
    margin-left: 134px;
    margin-top: 68px;
}

.BxbR_slider .BxbR_top {
    margin: 0 auto;
    display: block;
    margin-top: 35px;
    margin-left: 136px;
}

.arrest_sp {
    position: absolute;
    left: 50%;
    top: -3px;
    height: 672px;
    width: 1149px;
    transform: translate(-50%);
    margin: 0 auto;
    display: block;
}

.arrest_sp video {
    width: 100%;
    height: 100%;
}



.Newwl_codeQQ {
    width: 149px;
    height: 138px;
    display: block;
    margin: 0 auto;
    margin-top: -259px;
    margin-left: 783px;
    cursor: pointer;
    z-index: 11;
    position: relative;
}


/* 视频 */
.vedio_mask_one {
    width: 100%;
    height: 100%;
    background-color: #272A2C;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.vedio_shipin_one {
    width: 100%;
    height: 52%;
    margin: 8% auto;
    position: relative;
}

.tankuang_gb {
    display: block;
    position: absolute;
    top: -100px;
    right: 25%;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 90px;
    cursor: pointer;
}

.arrest_diva .arrest_divabof {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    margin: auto;
    cursor: pointer;
    animation: dax 2s linear infinite;
}

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

    50% {
        transform: scale(1.1);
    }

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


.arrest_diva .arrest_divabg {
    margin: 0 auto;
    display: block;
}

.Breakthrough_sp {
    position: absolute;
    left: 50%;
    top: 36px;
    height: 1000px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
    z-index: 9;
}

.WorldKing_sp {
    position: absolute;
    left: 50%;
    top: 321px;
    height: 1000px;
    width: 2560px;
    transform: translate(-50%);
    overflow: hidden;
    z-index: 9;
}