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

.default_container.bg2 {
    height: 5153px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_bg1.jpg) top center 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: 1080px;
    margin: 0 auto;
    position: relative;
}

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

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

.Newxf_nav .nav_zhezhao {
    position: absolute;
    top: 216px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

.nlbanner_box .Newxf_kftip {
    position: absolute;
    top: 889px;
    left: 50%;
    margin-left: -812px;
    z-index: 101;
}

.video-box {
    position: absolute;
    left: 50%;
    top: -40px;
    height: 1306px;
    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%;
}

.banner_xia {
    position: absolute;
    left: -78px;
    right: 0;
    top: 1036px;
    margin: auto;
    animation: xxia 2s linear infinite;
    z-index: 100;
}

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

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

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

/* 弹幕 */
.message_box {
    width: 100%;
    height: 535px;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -1273px;
    z-index: 11;
    overflow: hidden;
}

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

.danmustage .danmu span {
    font-size: 16px;
}

.danmustage span {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 8px 12px;
}

.touxiang_img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.danmu_btn {
    width: 700px;
    position: absolute;
    top: 1029px;
    left: 0;
    text-align: center;
    z-index: 99;
    margin: auto;
    right: 0;
}

.danmu_btn .danmu_close {
    width: 202px;
    height: 99px;
    transition: all 0.3s;
    display: inline-block;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_dmclse.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: 202px;
    height: 99px;
    display: inline-block;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_wyly.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-left: 76px;
}

.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: 202px;
    height: 99px;
    transition: all 0.3s;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_dmkq.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;
}

/* 导航 */
.Newxf_nav {
    width: 1502px;
    height: 253px;
    margin-top: 158px;
    z-index: 100;
    position: absolute;
    left: 50%;
    margin-left: -755px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_navbg.png) no-repeat;
    padding: 58px;
}

/* .nav_video {
    position: absolute;
    left: 50%;
    top: -130px;
    width: 2560px;
    height: 552px;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 10;
} */
.Newxf_nav ul {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    margin-top: 8px;
}

.Newxf_nav .Newxf_navli {
    width: 178px;
    height: 138px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.Newxf_nav .Newxf_navli img {
    margin: 0 auto;
    display: block;
}

.Newxf_nav .Newxf_navli img:nth-child(1) {
    display: block;
}

.Newxf_nav .Newxf_navli img:nth-child(2) {
    display: none;
}

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

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

.Newxf_nav ul .li4 {
    margin-left: 300px;
}

.Newxf_nav .nav_img {
    position: absolute;
    left: 6px;
    right: 0;
    margin: auto;
    top: -71px;
    z-index: 100;
    cursor: pointer;
}

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

.Newxf_title {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.Newxf_condivs .accountDate {
    line-height: 20px;
    color: rgb(71, 80, 76);
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
    position: absolute;
    right: 70px;
    top: 6px;
}

.bdData {
    z-index: 99;
    width: 512px;
    height: 50px;
    margin: 0 10px;
    display: none;
    position: absolute;
    top: 39px;
    left: -10px;
}

.bdData p {
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
}

.changeAccount {
    display: none;
    cursor: pointer;
    float: right;
    margin-right: 7px;
}

.Newxf_login,
.Newxf_zhuxiao {
    cursor: pointer;
}

.Newxf_content .Newxf_condivs {
    display: none;
}

.Newxf_condiva1 .nianshou_sp1 {
    position: absolute;
    left: 50%;
    top: 212px;
    width: 2560px;
    height: 830px;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 10;
}

.Newxf_condiva1 .nianshou_sp2 {
    position: absolute;
    left: 50%;
    top: 212px;
    width: 2560px;
    height: 830px;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 10;
    display: none;
}


.Newxf_condivs .zhulia_time {
    text-align: center;
    margin-top: 12px;
    color: #f6d697;
    letter-spacing: 1px;
    z-index: 100;
    position: relative;
    font-size: 20px;
}

.Newxf_condivs .xn_nianshou {
    position: absolute;
    z-index: 9;
    left: 40px;
    right: 0;
    margin: auto;
    top: 335px;
    display: none;
}

.Newxf_condivs .beast_diva {
    width: 1206px;
    height: 696px;
    /* background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_yhbg.png) no-repeat; */
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.beast_diva .beast_imga {
    width: 63px;
    height: 148px;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 99;
}

.beast_diva .beast_hdgz {
    right: 119px;
    top: 73px;
}

.beast_diva .beast_dbjl {
    right: 119px;
    top: 252px;
}

.beast_diva .NianBeast_yh {
    width: 978px;
    height: 309px;
    margin: 0 auto;
    margin-top: 358px;
    float: left;
    margin-left: 115px;
    position: relative;
    display: none;
}

.beast_diva .NianBeast_yhpt {
    width: 258px;
    height: 300px;
    margin-top: 20px;
    margin-left: -74px;
    float: left;
}

.beast_diva .xn_ptyh_num {
    position: absolute;
    bottom: 6px;
    left: 18px;
    width: 102px;
    height: 44px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.NianBeast_yh .NianBeast_yhtz {
    width: 214px;
    height: 250px;
    margin-top: 86px;
    margin-left: -74px;
    float: right;
    position: relative;
    z-index: 10;
}

.NianBeast_yh .xn_tzyh_num {
    position: absolute;
    bottom: 29px;
    right: 22px;
    width: 156px;
    height: 44px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.process_bar {
    width: 520px;
    height: 59px;
    position: absolute;
    bottom: 7px;
    left: -1px;
    right: 25px;
    margin: auto;
    z-index: 10;
}

.pb_wrapper {
    width: 550px;
    height: 59px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_jdtbg.png) no-repeat;
    margin-top: -20px;
    padding: 0 38px 0 0;
}

.pb_container {
    height: 20px;
}

.pb_text {
    line-height: 20px;
    text-align: center;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff3b5;
}

.pb_value {
    width: 0%;
    height: 21px;
    float: left;
    margin-right: 5px;
    background: #c14624;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-top: 22px;
    margin-left: 15px;
    z-index: 10;
    position: relative;
}


.beast_divb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
    padding-left: 33px;
    z-index: 99;
    position: relative;
}
.beast_pa{
    position: absolute;
    top: -16px;
    right: 123px;
    color: #fff;
}
.beast_divb .beastb_con {
    width: 349px;
    height: 147px;
    text-align: center;
    margin-right: 70px;
}

.beast_divb .beastb_con p {
    margin-top: -10px;
    color: #ffe7a4;
    font-size: 18px;
}

.beast_divb img {
    cursor: pointer;
}

/* 任务 */
.task_con {
    width: 1400px;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: 68px;
    z-index: 99;
}

.task_con .task_diva {
    width: 1200px;
    margin-top: 25px;
    height: 197px;
    margin: 0 auto;
    margin-left: 125px;
    margin-top: 35px;
}

.task_diva .taska_con {
    width: 504px;
    height: 149px;
    text-align: center;
    margin-right: 70px;
    float: left;
}

.task_diva .taska_con p {
    margin-top: -10px;
    color: #ffe7a4;
    font-size: 18px;
}

.task_diva .taska_cona {
    margin-right: 122px;
}

.task_diva img {
    cursor: pointer;
}


.task_con .task_divb {
    width: 1190px;
    height: 496px;
    margin: 0 auto;
    margin-top: 25px;
    /* padding-left: 33px; */
    margin-left: 145px;
}

.task_divb .taskb_con:nth-child(1) {
    width: 458px;
    height: 491px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_zuduiimga.png) no-repeat;
    margin-right: 176px;
    float: left;
    padding-right: 10px;
}

.task_divb .taskb_con:nth-child(2) {
    width: 458px;
    height: 491px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_zuduiimgb.png) no-repeat;
    float: left;
    padding-right: 10px;
}

.taskb_cona .taskbone_ipt {
    width: 311px;
    height: 40px;
    border: 1px solid #ba4f30;
    background: #fff;
    margin: 0 auto;
    display: block;
    margin-top: 327px;
}

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

.taskb_conb .taskbtwo_ul {
    width: 395px;
    height: 195px;
    display: block;
    margin: 0 auto;
    margin-top: 126px;
}

.taskb_conb .taskbtwo_ul li {
    text-align: center;
    color: #af381b;
    line-height: 32px;
    font-size: 18px;
}

.taskbtwo_divb {
    height: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 409px;
    margin: 0 auto;
    margin-left: 32px;
    margin-top: 24px;
}

.taskbtwo_divb img {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: -15px;
    margin-left: -20px;
}

.task_con .task_tipimg {
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

.task_fbq {
    width: 1400px;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: 70px;
    z-index: 99;
}

.task_fbq .taskdbq_diva {
    width: 1254px;
    height: 617px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_renwubg.png) no-repeat;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;

    overflow: hidden;
}

.taskdbq_con {
    width: 939px;
    height: 420px;
    margin: 0 auto;
    margin-top: 140px;
    font-size: 22px;
    font-family: 思源宋体;
    color: #ffe7a4;
    line-height: 34px;
}


/* 内容 */
.Newxf_conbox {
    width: 1254px;
    height: 995px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_conkk.png) no-repeat;
    margin: 0 auto;
    margin-top: 45px;
    overflow: hidden;
}

.Newxf_conboxdiva {
    width: 995px;
    height: 813px;
    margin: 0 auto;
    overflow: hidden;
    margin: 0 auto;
    font-size: 16px;
    color: #ffe7a4;
    line-height: 36px;
    margin-top: 120px;
}

.Newxf_conboxdiva b {
    color: #ffa700;
    font-weight: bolder;
    font-size: 18px;
}

.Newxf_conboxdiva span {
    color: #ffa700;
}

.Newxf_conboxdiva a {
    color: #ffa700;
    font-weight: bolder;
}

.Newxf5_table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 476px;
    /* float: left; */
    margin: 10px auto;
}

.Newxf5_table td,
.Newxf5_table th {
    border: 1px solid #ffa700;
    vertical-align: middle;
    text-align: center;
}

.Newxf5_table th:nth-child(2),.Newxf5_table th:nth-child(3)  {
    width: 100px;
}
/* 登录 */
.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: 711px;
    height: 490px;
    padding-top: 125px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_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: -30px;
    right: -48px;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

}

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

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

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

.hydl__pb {
    width: 360px;
    height: 48px;
    margin: 0 auto;
    border-bottom: 1px solid #dab065;
    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: 157px;
    height: 50px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_logindl.png) no-repeat;
    background-size: 100%;
    display: block;
    margin-top: 48px;
    cursor: pointer;
    float: left;
    margin-left: 63px;
    margin-right: 74px;
}

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

.hydl_but {
    width: 157px;
    height: 50px;
    display: block;
    margin-top: 48px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_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;

}


/* 提示框 */
.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: 561px;
    height: 393px;
    position: relative;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_tipkk.png) no-repeat;
    background-size: 100%;
    padding: 106px 38px 27px 69px;
}

.Bxbtipa_pa {
    color: #000;
    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: 25px 30px;
    font-weight: bolder;
}

.tipkk_gban {
    position: absolute;
    right: -52px;
    top: -45px;
    cursor: pointer;
}

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

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

.join_pa {
    color: #1e120c;
    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: 300px;
    margin: 6px auto;
    height: 48px;
}

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

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

/* 抽奖记录 */
.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: 1066px;
    height: 796px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_dbjlkk.png) no-repeat;
    background-size: 100%;
    position: relative;
    padding: 151px 82px 50px 135px;
}

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

.Winrecord_divb {
    width: 100%;
    height: 542px;
    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 {
    position: absolute;
    top: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.Winrecord_diva p:nth-child(1) {
    left: 0;
    width: 160px;
}

.Winrecord_diva p:nth-child(2) {
    left: 149px;
    width: 160px;
}

.Winrecord_diva p:nth-child(3) {
    left: 312px;
    width: 246px;
    overflow: hidden;
    /* 强制文本在一行内显示 */
    white-space: nowrap;
    /* 超出容器宽度的文本以省略号显示 */
    text-overflow: ellipsis;
}

.Winrecord_diva p:nth-child(4) {
    left: 600px;
    width: 215px;
}


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

.Winrecord_head p {
    position: absolute;
    top: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ff572b;
    font-weight: 550;
}

.Winrecord_head p:nth-child(1) {
    left: 0;
    width: 160px;
}

.Winrecord_head p:nth-child(2) {
    left: 149px;
    width: 160px;
}

.Winrecord_head p:nth-child(3) {
    left: 312px;
    width: 246px;
    overflow: hidden;
    /* 强制文本在一行内显示 */
    white-space: nowrap;
    /* 超出容器宽度的文本以省略号显示 */
    text-overflow: ellipsis;
}

.Winrecord_head p:nth-child(4) {
    left: 600px;
    width: 215px;
}


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

.yanzheng_diva {
    width: 438px;
    height: 605px;
    padding-top: 110px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy162411xf_loginkk.png) no-repeat;
    background-size: 100%;
    position: relative;
}

.yanzheng_pa {
    width: 375px;
    height: 33px;
    margin-bottom: 37px;
}

.yanzheng_pa .yanzheng_inpc {
    width: 185px;
    height: 32px;
    float: left;
    font-size: 17px;
    margin-left: 51px;
    padding-left: 11px;
    line-height: 30px;
    cursor: auto;
    background: #f8ebcd;
    margin-right: 11px;
}

.yanzheng_pa .yanzheng_inpd {
    float: right;
    width: 88px;
    height: 34px;
    display: block;
    background: #ffe8b3;
    border: 1px solid #bcac9c;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-right: 37px;
}

.yanzheng_pa .two_plo_gs {
    float: right;
    width: 269px;
    height: 35px;
    padding-left: 8px;
}

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

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

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

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

.bangding_spa {
    line-height: 36px;
    float: right;
    font-size: 18px;
    color: #101a1d;
}

.yanzheng_imgc {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 42px;
    margin-bottom: 20px;
}

.yanzheng_imga {
    position: absolute;
    top: -24px;
    right: -70px;
    cursor: pointer;
    transition: all 0.3s;
}


/* 绑定账号 */
.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: 711px;
    height: 490px;
    padding-top: 125px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_bdkk.png) no-repeat;
    position: relative;
}

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

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

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

.hybd_pa input {
    width: 240px;
    height: 35px;
    float: left;
    font-size: 17px;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 35px;
    cursor: auto;
}

.binding_se {
    width: 240px;
    height: 35px;
    float: left;
    font-size: 17px;
    border: 1px solid #98b6d5;
}

/* 上传详情 */
.loadCon {
    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;
}

.loadCon_diva {
    width: 682px;
    height: 720px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy162411xf_scjl.png) no-repeat;
    background-size: 100%;
    position: relative;
    padding: 106px 60px 78px 60px;
}

.loadCon_diva .loadCon_ul {
    width: 100%;
    height: 64px;
    overflow: hidden;
}

.loadCon_diva .loadCon_ul li,
.loadCon_divc .loadConc_ul li {
    width: 100%;
    border-bottom: 1px dashed #3b3a37;
    height: 60px;
}

.loadCon_divc {
    width: 577px;
    height: 480px;
    overflow: hidden;
}

.loadCon_divc .loadConc_ul {
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.loadCon_diva .loadCon_ul li p,
.loadCon_divc .loadConc_ul li p {
    width: 33.3%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: rgb(0, 0, 0);
    height: 100%;
    text-align: center;
}

.loadCon_divc .loadCon_li p .loadCon_litu {
    max-height: 58px;
    max-width: 259px;
}

.loadCon_no .loadCon_divb {
    text-align: center;
    font-size: 22px;
    color: rgb(0, 0, 0);
    margin-top: 80px;
    font-family: "宋体";
    font-weight: 600;
}

.loadCon_imga {
    position: absolute;
    top: -45px;
    right: -61px;
    cursor: pointer;
    transition: all 0.3s;
}

.loadCon .mCSB_container {
    margin-right: 15px !important;
}

.Newxf3_table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 371px;
    float: left;
    margin: 10px 5px;
}

.Newxf3_table td,
.Newxf3_table th {
    border: 1px solid #ddd2b2;
    vertical-align: middle;
    text-align: center;
}

.Newxf3_table th {
    background: #208aa2;
}

/*我要留言*/
.jyly_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: 1001;
    display: none;
}

.jydl_box {
    width: 1066px;
    height: 796px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_wylykk.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 138px 82px 50px 159px;
}

.jyly_close {
    cursor: pointer;
    position: absolute;
    top: -44px;
    right: -36px;
}

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

.jyly_form {
    width: 745px;
    height: 577px;
    margin: 0 auto;
}

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

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

.jyly_input_text {
    width: 275px;
    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: 180px;
}

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

.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: 180px;
    height: 30px;
    text-align: right;
    line-height: 30px;
    color: #805b1e;
    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;
}

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

.jyly_tijiaos {
    width: 132px;
    height: 40px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy162209_tijiao.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: block;
    margin-top: 12px;
    transition: all 0.3s;
    cursor: pointer;
}

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

.jinzdj {
    pointer-events: none;
}

/* .taskbtwo_join {
    display: none;
} */
/* 活动规则 */
.nianshou_hdgz {
    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: 999;
}

.nianshougz_diva {
    width: 1066px;
    height: 796px;
    background: url(http://oss.online-game.com.cn/50/jy_img/jy16xn2501_rulekk.png) no-repeat;
    background-size: 100%;
    position: relative;
    padding: 151px 82px 50px 159px;
}

.nianshougz_divb {
    width: 822px;
    height: 571px;
    margin: 10px auto;
    font-size: 16px;
    color: #290802;
    line-height: 30px;
    overflow: hidden;
}


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

.nianshougz_close {
    position: absolute;
    top: -33px;
    right: -47px;
    cursor: pointer;
}


.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: rgb(255 178 32);
    ;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
}