html {
    font-size: 16px;
    /* 这将使1rem等于16px */
}

.top {
    width: 100%;
    height: 1rem;
    background-color: rgba(46, 36, 42, 0.8);
    border-bottom: 1px solid #603624;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.top_l {
    width: 4.5rem;
    height: 1rem;
    float: left;
    margin-left: 0.15rem;
}

.top_l .top_lword {
    width: 3rem;
    float: left;
    height: 1rem;
}

.top_l img {
    width: 4.6rem;
    height: 0.64rem;
    vertical-align: middle;
    display: block;
    margin-top: 0.16rem;
    margin-left: 0.1rem;
    float: left;
}

.top_l h2 {
    font-size: 0.28rem;
    float: left;
    color: #fff;
    margin-top: 0.15rem;
    margin-left: 0.05rem;
    font-family: "微软雅黑";
}

.top_l p {
    font-size: 0.2rem;
    float: left;
    color: #868686;
    line-height: 0.28rem;
    font-family: "微软雅黑";
}

.top_r {
    width: 2.75rem;
    height: 1rem;
    float: right;
}

.top_r img {
    width: 2.34rem;
    margin-top: 0.27rem;
    float: right;
    margin-right: 0.1rem;
}


.section1 .mqd_xh {
    width: 1.5rem;
    height: 1.52rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0.7rem;
    animation: ttspan 2s linear infinite;
    display: none;
}

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

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

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

.default_container .pagelist {
    width: 100%;
    margin-top: 1rem;
}


.pagelist .pagecon {
    width: 7rem;
    margin: 0 auto;
    position: relative;
}

.nts_time {
    position: absolute;
    top: 3.4rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    width: 2.5rem;
}

.container {
    width: 100%;
    height: 34.98rem;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_bg1sj.jpg) center top no-repeat;
    background-size: 100%;
}

.container.bg2 {
    height: 26.63rem;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_bg2sj.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.container.bg3 {
    height: 34.98rem;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_bg3sj.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.container.bg4 {
    height: 19.23rem;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_bg4sj.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.container.bg5 {
    height: 28.88rem;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_bg5sj.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.footer_nr {
    width: 7.5rem;
    height: 2.5rem;
    margin: 0 auto;
    padding-top: 0.2rem;
    background: #000;
}

.footer_nr .footer_tu {
    width: 0.23rem;
    height: 0.23rem;
}

.footer_nr .logowrap {
    margin: 0 auto;
    height: 0.64rem;
    width: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_nr .logowrap .logo-1 {
    float: left;
    padding-right: 0.1rem;
}

.footer_nr .logowrap .logo-1 img {
    width: 2.12rem;
    height: 0.44rem;
}

.footer_nr .logowrap .logo-3 {
    float: right;
    margin-left: 0.31rem;
}

.footer_nr .logowrap .logo-3 img {
    width: 1.45rem;
    height: 0.51rem;
}

.footer_nr ul {
    width: 7rem;
    height: 1.7rem;
    position: relative;
    padding: 0 0.2rem;
}

.footer_nr ul li {
    font-size: 0.18rem;
    color: rgb(255, 255, 255);
    line-height: 0.28rem;
    text-align: center;
    font-family: "Microsoft YaHei", simSun, "Lucida Grande", "Lucida Sans Unicode", Arial;
    letter-spacing: 0.01rem;
}

.footer_nr ul li a {
    font-size: 0.18rem;
    color: rgb(255, 255, 255);
}

.Newtsm_ban {
    width: 100%;
    height: 5.6rem;
    position: relative;
}

.nts_xia {
    position: absolute;
    top: 3.3rem;
    left: 0;
    right: 0;
    margin: auto;
    animation: xxia 2s linear infinite;
    z-index: 12;
    width: 0.5rem;
}

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

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

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

.Newtsm_status {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Newtsm_status img {
    cursor: pointer;
    width: 2.7rem;
}

.plm_bdpa {
    text-align: center;
    font-size: 0.24rem;
    color: #dddddd;
    display: none;
    position: absolute;
    right: 0;
    top: 0.3rem;
}

/* 内容 */
.Newtsm_content {
    width: 7rem;
    position: relative;
    margin: 0 auto;
    z-index: 99;
}

.Newtsm_title {
    display: block;
    margin: 0 auto;
    width: 6rem;
}

/* 导航 */
.Xinfu_Nav {
    width: 7rem;
    height: 0.59rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-left: -0.1rem;
    margin-top: -0.8rem;
}

.Xinfu_yy {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    cursor: pointer;
    animation: fdsx 2.5s linear infinite;
}

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

    50% {
        transform: scale(0.95)
    }

    100% {
        transform: scale(1)
    }
}

.Nav_ula {
    width: 7.2rem;
    height: 0.59rem;
    display: block;
}

.Nav_ula .list {
    width: 1.36rem;
    height: 0.56rem;
    position: relative;
    float: left;
    margin-right: 0.1rem;
    cursor: pointer;
}

.Nav_ula .list:nth-child(5) {
    margin-right: 0;
}

.Nav_ula li img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

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

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

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

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

.Copylink_ghbd {
    width: 1.5rem;
    position: absolute;
    top: -0.04rem;
    right: 1.6rem;
    cursor: pointer;
    z-index: 1;
}

.Navxy_dlzc {
    width: 1.5rem;
    height: 0.5rem;
    position: absolute;
    top: -0.04rem;
    right: 0;
    cursor: pointer;
    z-index: 1;
}

.Navxy_dlzc img {
    width: 100%;
}

.Xinfu_diva {
    width: 7rem;
    position: relative;
    display: none;
    margin-top: .2rem;
}

.Xinfu_btas {
    width: 6.94rem;
    display: block;
    margin: 0 auto;
    padding-top: 0.35rem;
}

.Xinfu_guize {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 1.5rem;
}

.xinfhdsj {
    width: 7rem;
    height: 0.24rem;
    text-align: center;
    color: #dddddd;
    font-size: 0.22rem;
    margin-top: 0.05rem;
}

.xinfhdsj2 {
    color: #4a3626;
}

/*盛典篇 */
.Xinfu_shengdian .Xinfua_yuyue {
    width: 100%;
    position: relative;
    margin-top: 0.2rem;
    height: 6.2rem;
}

.Xinfu_shengdian .xinfua_yyimg {
    width: 7.5rem;
    height: 4.65rem;
    margin-left: -0.3rem;
    margin-top: 0.2rem;
}

.Xinfu_shengdian .xinfua_yybtn {
    width: 1.76rem;
    margin: 0 auto;
    margin-top: -1.5rem;
    display: block;
    cursor: pointer;
    animation: fdsx 2.5s linear infinite;
}

.Xinfud_guize {
    position: absolute;
    top: 1.9rem;
    left: 0;
    cursor: pointer;
    width: 2rem;
}

.Xinfu_guize12 {
    top: 1.6rem;
}

.Xinfu_guize13 {
    top: 1.6rem;
}

.Xinfu_shengdian .Xinfua_jijie {
    width: 100%;
    position: relative;
    margin-top: 0.1rem;
    height: 6.5rem;
}

.Xinfua_jijie .jijiea_djt {
    width: 4.53rem;
    position: relative;
    margin: 0 auto;
    height: 1.26rem;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511a_jjnumsj.png) 0 0.7rem no-repeat;
    margin-top: 1.3rem;
    background-size: 100%;
}

.jijiea_djt .jijiea_djtula {
    width: 5.45rem;
    height: 0.97rem;
    margin: 0 auto;
    margin-top: -80px;
    position: relative;
}

.jijiea_djt .jijiea_djtula li {
    width: 0.54rem;
    height: 0.7rem;
    position: relative;
    float: left;
}

.jijiea_djt .jijiea_djtula li:nth-child(1) {
    margin-top: 0.5rem;
    margin-left: -0.4rem;
}

.jijiea_djt .jijiea_djtula li:nth-child(2) {
    margin-top: 0.15rem;
    margin-left: 1.05rem;
}

.jijiea_djt .jijiea_djtula li:nth-child(3) {
    margin-top: 0.4rem;
    margin-left: 1.087rem;
}

.jijiea_djt .jijiea_djtula li:nth-child(4) {
    margin-top: 0.16rem;
    margin-left: 1.05rem;
}

.jijiea_djt .jijiea_djtula li img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.jijiea_djt .jijiea_djtula li .jijiea_djtyes {
    display: none;
}

.jijie_num {
    font-size: 0.28rem;
    color: #4a3626;
    font-family: 思源宋体;
    font-weight: 550;
    text-align: center;
    margin-top: 0.1rem
}

.jijie_num span {
    font-size: 0.28rem;
}

.Xinfua_jijie .jijiea_ulb {
    width: 6.67rem;
    height: 3.02rem;
    margin: 0 auto;
    position: relative;
}

.Xinfua_jijie .jijiea_ulb li {
    width: 1.36rem;
    height: 2.95rem;
    position: relative;
    float: left;
    margin-right: 0.38rem;
}

.Xinfua_jijie .jijiea_ulb li img {
    width: 100%;
}

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

.Xinfua_jijie .jijiea_ulb li .jijiea_kayes {
    display: none;
}

.Xinfu_shengdian .Xinfua_zudui {
    width: 100%;
    position: relative;
    height: 8.5rem;
}

.Xinfua_zudui .zudui_chaxun {
    position: absolute;
    top: 2.05rem;
    left: 0;
    cursor: pointer;
    width: 1.5rem;
}

.Xinfua_zudui .zudui_xubaom {
    position: absolute;
    top: 1.6rem;
    right: 0;
    cursor: pointer;
    width: 1.85rem;
}

.Xinfua_zudui .zudui_ckxubaom {
    position: absolute;
    top: 2.05rem;
    right: 0;
    cursor: pointer;
    width: 1.85rem;
}

.Xinfua_zudui .zudui_img {
    display: block;
    margin: 0 auto;
    margin-top: 0.34rem;
    width: 5.88rem;
}

.Xinfua_zudui .zudui_btns {
    width: 3.33rem;
    height: 0.4rem;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    margin-top: -0.45rem;
}

.zudui_btns img {
    width: 1.56rem;
}

.zudui_btns .zudui_chuangj {
    float: left;
    cursor: pointer;
}

.zudui_btns .zudui_yaoqingj {
    float: left;
    cursor: pointer;
    display: none;
}

.zudui_btns .zudui_jiaru {
    float: right;
    cursor: pointer;
}

.Xinfua_zudui .zudui_img2 {
    display: block;
    margin: 0 auto;
    margin-top: 0.2rem;
    width: 6.08rem;
}

.Xinfu_shengdian .Xinfua_hongbao {
    width: 100%;
    position: relative;
    height: 6.5rem;
}

.Xinfua_hongbao span {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 1.3rem;
    cursor: pointer;
}

.Xinfu_guize14 {
    top: 1.5rem;
}

.Xinfua_hongbao .hongbao_img {
    display: block;
    margin: 0 auto;
    margin-top: -0.4rem;
    width: 6.75rem;
}


/* 新手篇 */
.Xinfu_xinshou .Xinfub_denglu {
    width: 100%;
    position: relative;
    height: 7rem;
}

.Xinfu_xinshou .denglb_diva {
    width: 4.95rem;
    height: 5.21rem;
    position: relative;
    margin: 0 auto;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511b_dlimgbgsj.png) no-repeat;
    background-size: 100%;
}

.denglb_diva .denglb_divaimg1 {
    width: 1.12rem;
    position: absolute;
    top: 0.1rem;
    left: 0.24rem;
    animation: head_anm 2.7s .1s ease-in-out both infinite;
}

.denglb_diva .denglb_divaimg2 {
    width: 0.99rem;
    position: absolute;
    top: 1rem;
    left: -0.7rem;
    animation: head_anm 2.7s .3s ease-in-out both infinite;
}

.denglb_diva .denglb_divaimg3 {
    width: 1.22rem;
    position: absolute;
    top: 1.9rem;
    left: 0rem;
    animation: head_anm 2.7s .5s ease-in-out both infinite;
}

.denglb_diva .denglb_divaimg4 {
    width: 1.3rem;
    position: absolute;
    top: 0.4rem;
    right: -0.1rem;
    animation: head_anm 2.7s .7s ease-in-out both infinite;
}

.denglb_diva .denglb_divaimg5 {
    width: 1.3rem;
    position: absolute;
    top: 1.6rem;
    right: 0.4rem;
    animation: head_anm 2.7s .2s ease-in-out both infinite;
}

.denglb_diva .denglb_divaimg6 {
    width: 1.03rem;
    position: absolute;
    top: 2.3rem;
    right: -0.5rem;
    animation: head_anm 2.7s .4s 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%);
    }
}

.Xinfu_xinshou .Xinfub_lb {
    width: 100%;
    position: relative;
    height: 7rem;
    margin-top: 0.2rem;
}

.Xinfu_xinshou .libaob_diva {
    width: 6.66rem;
    height: 4.97rem;
    margin: 0 auto;
    margin-top: 0.19rem;
}

.libaob_diva ul li {
    width: 3.13rem;
    height: 2.28rem;
    float: left;
    margin-right: 0.4rem;
}

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

.libaob_diva ul li:nth-child(n+3) {
    margin-top: 0.35rem;
}

.libaob_diva ul li .libaob_divaimga {
    width: 3.13rem;
}

.libaob_diva ul li img {
    margin: 0 auto;
    display: block;
}

.libaob_diva ul li .libaob_divaimgb {
    width: 1.37rem;
    margin-top: 6px;
    cursor: pointer;
}

.Xinfu_xinshou .Xinfub_cz {
    width: 100%;
    position: relative;
    height: 6.5rem;
    margin-top: 0.2rem;
}

.Xinfub_cz .chuzhi_imga {
    position: absolute;
    top: 1.7rem;
    right: 0px;
    cursor: pointer;
    z-index: 10;
    width: 1.89rem;
}

.Xinfub_cz .chuzhi_diva {
    width: 6.41rem;
    height: 3.19rem;
    position: relative;
    margin: 0 auto;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511b_czimgsj.png) no-repeat;
    margin-top: 0.8rem;
    margin-left: 0.5rem;
    background-size: 100%;
}

.chuzhi_diva .chuzhi_buy {
    position: absolute;
    top: 1.97rem;
    left: 0.8rem;
    right: 0;
    margin: auto;
    cursor: pointer;
    width: 1.4rem;
}

/* 进阶篇 */
.Xinfu_jinjie .Xinfuc_chongb {
    width: 100%;
    position: relative;
    height: 7.5rem;
}

.Xinfu_jinjie .cbc_img1 {
    margin: 0 auto;
    display: block;
    margin-top: 0.9rem;
    width: 7.33rem;
}

.Xinfu_jinjie .cbc_img2 {
    margin: 0 auto;
    display: block;
    margin-top: -1.6rem;
    width: 6.54rem;
}

.Xinfu_jinjie .Xinfuc_hs {
    width: 100%;
    position: relative;
    height: 6.2rem;
    margin-top: 0.2rem;
}

.Xinfuc_hs .hsc_img1 {
    margin: 0 auto;
    display: block;
    margin-top: 0.3rem;
    width: 5.08rem;
}

.Xinfu_jinjie .Xinfuc_cf {
    width: 100%;
    position: relative;
    height: 6.9rem;
    margin-top: 0.1rem;
}

.Xinfuc_cf .xinfhdsj {
    line-height: 0.24rem;
    font-size: 0.2rem;
    margin-top: 0.2rem;
}

.Xinfuc_cf .cfc_diva {
    width: 7.08rem;
    height: 4.55rem;
    position: relative;
    margin: 0 auto;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511c_cfimgsj.png) no-repeat;
    margin-top: 0.45rem;
    background-size: 100%;
}

.cfc_diva p {
    width: 1.56rem;
    height: 1.06rem;
    position: absolute;
}

.cfc_diva p:nth-child(1) {
    top: 0.5rem;
    left: 0.66rem;
}

.cfc_diva p:nth-child(2) {
    top: 0rem;
    left: 3rem;
}

.cfc_diva p:nth-child(3) {
    top: 1.3rem;
    left: 2.25rem;
}

.cfc_diva p:nth-child(4) {
    top: 2.5rem;
    left: 2.8rem;
    width: 1.7rem;
}

.cfc_diva p:nth-child(5) {
    top: 1.3rem;
    left: 5rem;
    width: 1.7rem;
}

.cfc_diva .Xinfub_jtcfaimga {
    position: absolute;
    top: -0.3rem;
    left: -0.3rem;
    display: none;
    width: 2.25rem;
}


.Xinfu_jinjie .Xinfuc_ws {
    width: 100%;
    position: relative;
    height: 6.7rem;
}

.Xinfuc_ws .wsc_img1 {
    margin: 0 auto;
    display: block;
    margin-top: 0.2rem;
    width: 5.72rem;
}

/* 养成篇 */
.Xinfu_yangcheng .weekd_box {
    width: 100%;
    position: relative;
    height: 6rem;
    overflow: hidden;
}

.Xinfu_yangcheng .Xinfuc_weekhldiva {
    width: 6.89rem;
    position: relative;
    height: 6.53rem;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.weekd_box .Xinfuc_zhouhdconimg {
    width: 7.05rem;
    margin-top: 0.2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: none;
}

.Xinfuc_zhouhdconimg:first-child {
    display: block;
}

.Xinfu_yangcheng .Xinfuc_weekhlbtns {
    width: 2rem;
    height: 0.3rem;
    margin: 0 auto;
    margin-top: 0.3rem;
}

.Xinfuc_weekhlbtns .Xinfuc_weekhlbtnszuo {
    width: 0.49rem;
    float: left;
    cursor: pointer;
}

.Xinfuc_weekhlbtns .Xinfuc_weekhlbtnsyou {
    width: 0.49rem;
    float: right;
    cursor: pointer;
}

.Xinfu_yangcheng .yued_con {
    width: 100%;
    position: relative;
    height: 4.6rem;
    overflow: hidden;
    margin-top: 1rem;
}

.yued_box .Xinfuc_yuehdconimg {
    margin-top: 0.2rem;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 6.86rem;
    height: auto;
    display: none;
}

.Xinfuc_yuehdconimg:first-child {
    display: block;
}

.Xinfu_yangcheng .Xinfuc_yuehlbtns {
    width: 2rem;
    height: 0.3rem;
    margin: 0 auto;
    margin-top: 2.88rem;
}

.Xinfuc_yuehlbtns .Xinfuc_yuehlbtnszuo {
    width: 0.49rem;
    float: left;
    cursor: pointer;
}

.Xinfuc_yuehlbtns .Xinfuc_yuehlbtnsyou {
    width: 0.49rem;
    float: right;
    cursor: pointer;
}

/* 战役篇 */
.Xinfu_qunxiong .Xinfue_shiliul {
    width: 100%;
    position: relative;
    height: 4.4rem;
}

.Xinfue_shiliul li {
    position: absolute;
    /* transition: all 3s; */
    z-index: 1;
}

.Xinfue_shiliul li:nth-child(1) {
    width: 5rem;
    height: 2rem;
    top: 0.5rem;
    left: 0.3rem;
}

.Xinfue_shiliul li:nth-child(1) .shili_imga {
    width: 6.56rem;
}

.Xinfue_shiliul li:nth-child(1) .shili_imgb {
    width: 6.92rem;
    left: -0.2rem;
    top: -0.2rem;
}

.Xinfue_shiliul li:nth-child(2) {
    width: 3.4rem;
    height: 2.3rem;
    top: 1.9rem;
    left: -0.17rem;
}

.Xinfue_shiliul li:nth-child(2) .shili_imga {
    width: 3.67rem;
}

.Xinfue_shiliul li:nth-child(2) .shili_imgb {
    width: 3.91rem;
    top: -0.16rem;
    left: -0.1rem;
}

.Xinfue_shiliul li:nth-child(3) {
    width: 3rem;
    height: 3rem;
    top: 1.4rem;
    left: 4rem;
}

.Xinfue_shiliul li:nth-child(3) .shili_imga {
    width: 4.35rem;
    left: -1.4rem;
    top: 0rem;
}

.Xinfue_shiliul li:nth-child(3) .shili_imgb {
    width: 4.74rem;
    left: -1.57rem;
    top: -0.15rem;
}

.Xinfue_shiliul li img {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.Xinfue_shiliul li .shili_imgb {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.Xinfu_qunxiong .shili_xuanze {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    width: 2.09rem;
}



.Xinfu_qunxiong .Xinfue_fr {
    width: 100%;
    position: relative;
    height: 6.4rem;
    margin-top: 0.5rem;
}

.Xinfue_fr ul {
    width: 7.11rem;
    height: 4.27rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    display: none;
}

.Xinfue_fr ul li {
    float: left;
    margin-right: 0.73rem;
}

.Xinfue_fr ul li img {
    width: 100%;
}

.Xinfue_fr ul li:nth-child(1) {
    width: 1.61rem;
    margin-top: 0.37rem;
}

.Xinfue_fr ul li:nth-child(2) {
    width: 1.86rem;
    margin-top: 0.18rem;
}

.Xinfue_fr ul li:nth-child(3) {
    width: 2.02rem;
    margin-right: 0;
}

.Xinfue_fr ul li:nth-child(4) {
    width: 2.03rem;
    margin-top: 0.4rem;
    margin-left: 1.1rem;
}

.Xinfue_fr ul li:nth-child(5) {
    width: 2.09rem;
    margin-top: 13px;
}

.Xinfue_fr ul li .fanr_imga {
    display: block;
}

.Xinfue_fr ul li .fanr_imgb {
    display: none;
}

.Xinfue_fr .fanr_jiantou {
    position: absolute;
    top: 2.2rem;
    left: 0.45rem;
    width: 4.56rem;
}


.Xinfu_qunxiong .Xinfue_ph {
    width: 100%;
    position: relative;
    height: 4.4rem;
    margin-top: 0.2rem;
}

.Xinfue_ph .paih_cx {
    position: absolute;
    top: 1.14rem;
    right: 0;
    cursor: pointer;
    z-index: 10;
    width: 1.8rem;
}

.Xinfue_ph .paih_top {
    width: 6.37rem;
    height: 3.87rem;
    margin: 0 auto;
    margin-top: 10px;
}

.paih_top li {
    float: left;
    margin-right: 0.28rem;
}

.paih_top li:nth-child(1) {
    width: 1.81rem;
    height: 3.38rem;
    position: relative;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511e_phbg2sj.png) no-repeat;
    margin-top: 0.47rem;
    background-size: 100%;
}

.paih_top li:nth-child(2) {
    width: 2.06rem;
    height: 3.87rem;
    position: relative;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511e_phbg1sj.png) no-repeat;
    background-size: 100%;
}

.paih_top li:nth-child(3) {
    width: 1.81rem;
    height: 3.38rem;
    position: relative;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511e_phbg3sj.png) no-repeat;
    margin-right: 0;
    margin-top: 0.47rem;
    background-size: 100%;
}

.paih_top li p {
    text-align: center;
    font-size: 0.22rem;
    color: #fff;
    margin-top: 1.9rem;
    padding: 0 0.2rem;
    letter-spacing: 2px;
}

.paih_top li:nth-child(2) p {
    margin-top: 2.2rem;
}

.paih_top li .paihtop_div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.15rem;
}

.paih_top li .paihtop_div img {
    width: 0.33rem;
}

.paih_top li .paihtop_div span {
    font-size: 0.24rem;
    color: #fff;
    margin-left: 0.05rem;
}

.Xinfue_ph .paih_bot {
    width: 5.35rem;
    height: 3.78rem;
    margin: 0 auto;
    margin-top: 0.2rem;
}

.paih_bot li {
    width: 5.3rem;
    height: 0.48rem;
    position: relative;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511e_phbg4sj.png) no-repeat;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 0.06rem;
    background-size: 100%;
}

.paih_bot li p {
    font-size: 0.24rem;
    color: #4b2515;
    margin-left: 0.38rem;
}

.paih_bot li .paih_botpb {
    margin-left: 0.32rem;
    width: 1.48rem;
}

.paih_bot li .paih_botpc {
    margin-left: 1.5rem;
    width: 0.33rem;
}

.paih_bot li .paih_botpd {
    font-size: 0.24rem;
    color: #4b2515;
    margin-left: 0.05rem;
}
.fr_tj{
    width: 2rem;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0.85rem;
}










/* 登录 */
.denglu {
    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: 1001;
    display: none;
}

.denglu_diva {
    width: 5.68rem;
    height: 3.1rem;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_loginkksj.png) no-repeat;
    position: relative;
    padding: 1.2rem 0.3rem 0 0.37rem;
    background-size: 100%;
}

.denglu_imga {
    width: 0.7rem;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    cursor: pointer;
    z-index: 2;
}

.denglu_pa {
    width: 3.8rem;
    height: 0.54rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    padding-left: 0.3rem;
}

input.denglu_inpa::placeholder {
    color: #4a3626 !important;
}

.denglu_inpa {
    float: right;
    width: 2.6rem;
    height: 0.48rem;
    color: #000;
    border: none;
    background: #ffffff;
    border: 1px solid #4a3626;
    text-indent: 0.08rem;
    font-size: 0.2rem;
}

.denglu_spa {
    line-height: 0.48rem;
    float: left;
    font-size: 0.22rem;
    color: #4a3626;
    font-weight: 550;
}

.denglu_pb {
    text-align: right;
    padding-right: 0.2rem;
    font-size: 0.16rem;
    font-weight: 550;
    margin-bottom: 0.15rem;
}

.denglu_pb a {
    color: #ffeecb;
    float: right;
}

.denglu_btns {
    width: 4.15rem;
    height: 0.6rem;
    margin: 0 auto;
    margin-top: 0.4rem;
}

.denglu_imgb {
    cursor: pointer;
    width: 1.8rem;
    float: left;
}

.denglu_imgc {
    cursor: pointer;
    width: 1.8rem;
    float: right;
}



/*绑定*/
.bangding {
    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: 1001;
    display: none;
}

.bangdinghg {
    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: 1001;
    display: none;
}

.bangding_diva {
    width: 5.68rem;
    height: 3rem;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_bdkksj.png) no-repeat;
    position: relative;
    padding: 1.05rem 0.3rem 0 0.37rem;
    background-size: 100%;
}

.bangding_imga {
    width: 0.7rem;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    cursor: pointer;
    z-index: 2;
}

.bangding_pa {
    width: 4.4rem;
    height: 0.54rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
    padding-left: 0.3rem;
}

.bangding_select {
    width: 2.65rem;
    height: 0.5rem;
    color: #000;
    border: none;
    background: #fff;
    border: 1px solid #4a3626;
    text-indent: 8px;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    float: right;
}

.bangding_inpa {
    width: 4.2rem;
    height: 0.48rem;
    color: #000;
    border: none;
    background: #fff;
    border: 1px solid #4a3626;
    text-indent: 0.08rem;
    font-size: 0.2rem;
    margin: 0 auto;
    display: block;
}

.bangding_imgb {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 0.4rem;
    width: 2.25rem;
    height: 0.63rem;
}

.bangding_btn {
    width: 1.8rem;
    margin: 0 auto;
    display: block;
    margin-top: 0.2rem;
}

/* å¼¹æ¡† */
.Bxb_tip {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 2100;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

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

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

.Bxb_tipa {
    width: 5.68rem;
    height: 3.5rem;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_tipsj.png) no-repeat;
    position: relative;
    padding: 1.1rem 0.3rem 0 0.37rem;
    background-size: 100% 100%;
}

.Bxbtipa_pa {
    color: #4a3626;
    font-size: 0.3rem;
    text-align: center;
    min-height: 0.7rem;
    font-family: "思源宋体";
    line-height: 0.42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.4rem;
    font-weight: bolder;
}

.Bxb_close {
    position: absolute;
    top: -0.2rem;
    right: -0.3rem;
    cursor: pointer;
    width: 0.7rem;
}

.Bxbtipafx_pa {
    color: #4a3626;
    font-size: 0.3rem;
    text-align: center;
    min-height: 0.42rem;
    line-height: 0.42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.4rem;
}

.Bxbtipafx_divb {
    width: 4rem;
    height: 0.6rem;
    border: 1px solid #4a3626;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 0.2rem;
    text-align: center;
    line-height: 0.7rem;
    font-size: 0.24rem;
    color: #4a3626;
    display: block;
}

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

.Bxb_tipaten {
    width: 6.5rem;
    height: 3.7rem;
    position: relative;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg//tsmxfu2504_tipkk.png) no-repeat;
    background-size: 100% 100%;
    padding: 1.5rem 0.25rem 0.1rem 0.25rem;
}

.Bxbtipa_paten {
    color: #205e95;
    font-size: 0.3rem;
    text-align: center;
    min-height: 0.7rem;
    font-family: "思源宋体";
    line-height: 0.42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.4rem;
    font-weight: bolder;
}


/* 抽奖记录 */
.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: 7rem;
    height: 9.1rem;
    position: relative;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_chaxunkk.png) no-repeat;
    background-size: 100%;
}

.Winrecord_divb {
    width: 5.3rem;
    height: 3.9rem;
    color: #333;
    overflow: hidden;
    margin-top: 1rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.Winrecord_diva {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    margin: 0 auto;
    font-size: 0.2rem;
    display: flex;
    justify-content: center;
    position: relative;

}

.Winrecord_diva p:nth-child(1) {
    height: 0.4rem;
    width: 50%;
    text-align: center;
    line-height: 0.4rem;
}

.Winrecord_diva p:nth-child(2) {
    height: 0.4rem;
    width: 50%;
    text-align: center;
    line-height: 0.4rem;
}

.WinRecord_close {
    position: absolute;
    top: -0.2rem;
    right: -0.3rem;
    cursor: pointer;
    width: 0.7rem;
}

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


/* 查询成员 */
.phbcx_kk {
    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;
}

.phbcxkk_diva {
    width: 7rem;
    height: 5.7rem;
    position: relative;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_chaxunkk.png) no-repeat;
    background-size: 100%;
}

.phbcxkk_divb {
    width: 5.3rem;
    height: 3.9rem;
    color: #333;
    overflow: hidden;
    margin-top: 1rem;
    margin: 0 auto;
    margin-top: 1rem;
}

.phbcxkk_con {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    margin: 0 auto;
    font-size: 0.2rem;
    display: flex;
    justify-content: center;
    position: relative;

}

.phbcxkk_con p:nth-child(1) {
    height: 0.4rem;
    width: 50%;
    text-align: center;
    line-height: 0.4rem;
}

.phbcxkk_con p:nth-child(2) {
    height: 0.4rem;
    width: 50%;
    text-align: center;
    line-height: 0.4rem;
}

.phbcxkk_close {
    position: absolute;
    top: -0.6rem;
    right: -0.3rem;
    cursor: pointer;
    width: 0.7rem;
}

/*  */
.jinzdj {
    pointer-events: none;
}

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

.hdgl_rulediva {
    width: 7rem;
    height: 9.1rem;
    position: relative;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxn_2501hdgzkk.png) no-repeat;
    background-size: 100% 100%;
}

.hdgl_ruledivb {
    width: 5rem;
    height: 6.3rem;
    color: #205e95;
    font-size: 0.24rem;
    text-align: left;
    line-height: 0.4rem;
    letter-spacing: 0.02rem;
    overflow: hidden;
    margin: 0 auto;
    margin-left: 1.2rem;
    margin-top: 2rem;
}

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

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

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

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

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

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


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

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

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

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

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

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

.chunjie_rulediva {
    width: 6.8rem;
    height: 4.5rem;
    position: relative;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_rulekksj.png) no-repeat;
    background-size: 100%;
    padding-top: 1rem;
}

.chunjie_ruledivb {
    width: 5.6rem;
    height: 3.6rem;
    color: #503c2b;
    font-size: 0.16rem;
    text-align: left;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    overflow: hidden;
    margin: 0 auto;
    margin-left: 0.7rem;
}

.hdgl_ruleclose {
    position: absolute;
    top: -0.6rem;
    right: -0.3rem;
    cursor: pointer;
    width: 0.7rem;
}

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

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

.hdgl_diva {
    width: 6rem;
    height: 5rem;
    position: relative;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg//tsmxfu2504_glkk.png) no-repeat;
    background-size: 100%;
    padding-top: 1.5rem;
}

.hdgl_divb {
    width: 4.5rem;
    height: 4.4rem;
    color: #8a3833;
    font-size: 0.18rem;
    text-align: left;
    line-height: 0.3rem;
    letter-spacing: 2px;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 0.5rem;
}


.hdgl_table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.hdgl_table td,
.hdgl_table th {
    border: 1px solid #757373;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
}

.hdgl_table th {
    text-align: center;
}

.hdgl_table th:nth-child(1) {
    width: 2rem;
}


.hdgl_table1 td,
.hdgl_table1 th {
    border: 1px solid #6a8cd6;
    color: #526a9e;
}

.hdgl_table2 td,
.hdgl_table2 th {
    border: 1px solid #4a3d87;
    color: #4a3d87;
}

.hdgl_table3 td,
.hdgl_table3 th {
    border: 1px solid #c04343;
    color: #c04343;
}

.lottery_pa {
    display: block;
    text-align: center;
    font-size: 0.2rem;
    color: #f1e1a4;
    margin: 0.01rem auto;
}


/* 投稿 */
.tougao {
    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: 1000;
    display: none;
}


.tougao_diva {
    width: 6rem;
    height: 3rem;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg//tsmxfu2504_tgkk.png) no-repeat;
    position: relative;
    padding: 1.2rem 0.3rem 0 0.3rem;
    background-size: 100% 100%;
}

.tougao_imga {
    position: absolute;
    top: -0.2rem;
    right: -0.3rem;
    cursor: pointer;
    width: 0.7rem;
}

.tougao_pa {
    width: 5.5rem;
    height: 0.55rem;
    margin-bottom: 0.2rem;
}

.tougao_inpa {
    float: right;
    width: 3.5rem;
    height: 0.55rem;
    color: #205d94;
    border: none;
    border: 1px solid #205d94;
    text-indent: 8px;
    font-size: 14px;
    border-radius: 10px;
    position: relative;
}

.tougao_sctp {
    width: 100%;
    height: 0.55rem;
    border: #205d94;
    float: left;
    text-indent: 10px;
    color: #205d94;
    border-radius: 10px;
    font-size: 0.24rem;
}

.tougao_spa {
    line-height: 0.55rem;
    float: right;
    font-size: 0.26rem;
    color: #205d94;
}

#FileUpCover {
    width: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.tougao .tu_tip {
    color: #205d94;
    font-size: 0.2rem;
    text-align: center;
    display: block;
}

.tougao_imgc {
    display: block;
    margin: 0 auto;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2504_tgtj.png) no-repeat;
    cursor: pointer;
    margin-top: 0.25rem;
    width: 3rem;
    height: 0.6rem;
    border: none;
    background-size: 100%;
}



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

.fxjd_tipa {
    width: 6rem;
    height: 3rem;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg//tsmxfu2504_tgkk.png) no-repeat;
    position: relative;
    padding: 1.2rem 0.3rem 0 0.3rem;
    background-size: 100% 100%;
}

.fxjd_pa {
    width: 6rem;
    height: 0.5rem;
    margin-bottom: 0.6rem;
}

input.denglu_inpa::placeholder {
    color: #205e95;
}

.fxjd_divinp {
    float: right;
    width: 3.6rem;
    height: 0.6rem;
    position: relative;
}

.fxjd_inpa {
    float: right;
    width: 100%;
    height: 100%;
    color: #000;
    border: none;
    border: 1px solid #2d75b9;
    text-indent: 8px;
    font-size: 0.24rem;
    border-radius: 50px;
}

.fxjd_spa {
    line-height: 0.6rem;
    float: right;
    font-size: 0.26rem;
    color: #205e95;
    font-weight: 550;
    margin-right: 0.2rem;
}

.fxjd_spb {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0.67rem;
    text-align: center;
    color: #205e95;
    font-weight: 550;
    width: 100%;
    font-size: 0.28rem;
}

.fxjd_spb span {
    font-size: 0.26rem;
}



/* 查看大图 */
.tankuang {
    width: 100%;
    height: 100%;
    min-width: 4rem;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    display: none;
    z-index: 500;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.tankuang_diva {
    position: relative;
}

.tankuang_imga {
    min-width: 400px;
    max-height: 700px;
    border: 5px solid #fff;
}

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

.Bxbtipafx_copy {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0.6rem;
    z-index: 10;
    position: relative;
    width: 2.8rem;
}

.Xinfu_slidesbox {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    height: 4rem;

}

.Xinfu_slidesbox .Xinfu_slides {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0.25rem;
    width: 2rem;
    display: none;
}

.Xinfu_slidesbox .gzh_sq {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 7rem;
    right: 0.03rem;
    width: 0.3rem;
    display: none;
}

.gzh_szk {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 7rem;
    right: 0;
    z-index: 99;
    width: 0.3rem;
}

.Xinfu_fhdb {
    position: fixed;
    right: -0.1rem;
    bottom: 0.2rem;
    cursor: pointer;
    width: 1rem;
    z-index: 11;
}

.Xinfud_dlbg {
    margin: 0.4rem auto;
    display: block;
    width: 5rem;
}

.Xinfud_tougaojqq {
    display: block;
    margin: 0 auto;
    width: 7rem;
    margin-top: 0.6rem;
}

.Xinfub_junthcfyc {

    width: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
    margin-top: 0.8rem;
    width: 5.5rem;
}

.Xinfuc_weekhlyc {
    margin: 0 auto;
    display: block;
    margin-top: 0.5rem;
    width: 6rem;
}

.Xinfuc_selffbyc {
    margin: 0 auto;
    display: block;
    margin-top: 0.5rem;
    width: 6rem;
}

.diandian_code {
    width: 2rem;
    display: block;
}

.diandian_divbcon {
    float: left;
    width: 2rem;
    height: 2.3rem;
    margin-right: 0.2rem;
}

.diandian_divbcon p {
    text-align: center;
}


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

.jiardwtsk_kk {
    width: 5.68rem;
    height: 3.5rem;
    background: url(http://oss.online-game.com.cn/50//tsm_img/hdimg/tsmxfu2511_tipsj.png) no-repeat;
    position: relative;
    padding: 1.1rem 0.3rem 0 0.37rem;
    background-size: 100% 100%;
}

.jrdwts_pa {
    color: #4a3626;
    font-size: 0.3rem;
    text-align: center;
    min-height: 0.7rem;
    font-family: "思源宋体";
    line-height: 0.42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.4rem;
    font-weight: bolder;
}

.jiardwtsk .jiardwtsk_btns {
    width: 4.6rem;
    height: 0.7rem;
    margin: 0 auto;
    margin-top: 1rem;
    z-index: 10;
    position: relative;
}

.jiardwtsk_btns .jiardw_imga {
    float: left;
    cursor: pointer;
    width: 2rem;
}

.jiardwtsk_btns .jiardw_imgb {
    float: right;
    cursor: pointer;
    width: 2rem;
}