html, body {
    height: 100%;
}
/*发现页  start*/
body,html{height:100%}body{background:#3d485a no-repeat 50%/cover}
.ig-style--ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.sui-load,.sui-toast{-webkit-transform:scale(.32);transform:scale(.32)}
.sui-load{height:1.2rem}.sui-toast{-webkit-transform-origin:left;transform-origin:left}
@font-face {
    font-family: 'FZBWKSJW';
    src: url('//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/font/FZBWKSJW.ttf');
    font-display: swap; /* 控制字体加载期间的显示行为 */
}
.ig-navbar {
    -webkit-flex: none;
    flex: none;
    display: -webkit-flex;
    display: flex;
    background-repeat: no-repeat;
}
.ig-navbar .ig--navigator {
    -webkit-flex: auto;
    flex: auto;
}
.ig-app{
    height:100%;
    /* overflow: hidden; */
}
.ig-header {
    -webkit-flex: none;
    flex: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #57462d;
}
.ig-header .ig--title{
    font-size: .26rem;
    color: #e3c570;
    -webkit-align-self:center;
    align-self:center;
}
.ig-header .ig--head{
    -webkit-flex: none;
    flex: none;
    align-self: center;
    border-radius: 50%;
}
.ig-index{-webkit-flex-direction:column;flex-direction:column;height:100%
}
.ig-index,.ig-index .ig--wrapper{display:-webkit-flex;display:flex
}
.ig-index .ig--wrapper{-webkit-flex:auto;flex:auto
}
.ig-index .ig--wrapper .ig--body {
    position: relative;
    -webkit-flex: auto;
    flex: auto;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    background: #F1E4B0;
    padding: 0 0.5rem 0;
    background:  url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/1.jpg) no-repeat center top;
    background-size: 13.34rem 7.5rem;
    height: 7.5rem;
}
/*发现页公共样式*/
.user-info{
    background: #FFFCF0;
    border-radius: .02rem;
    /* padding: .18rem .18rem .15rem; */
    font-size: .26rem;
    /* color: #7F4914; */
    box-sizing: border-box;
}
.user-info .user-img{
    display: block;
    width: .9rem;
    margin: .5rem auto .5rem;
    border-radius: 50%;
}
.user-info .info-list li{
    box-sizing: border-box;
    padding: 0 .1rem;
    line-height: 1.5;
    color: #ae9a6e;
    border-bottom: 1px solid #f2d3c3;
    line-height: .56rem;
}
.user-info .info-list li:nth-child(odd){
    /* background: #E7DFCB; */
}
.user-info .info-list li:nth-child(even){
    /* background: #D5C5AF; */
}
.user-info .info-list .area input{
    background: transparent;
    font-size: .26rem;
    color: #7F4914;
    border: 0;
}
.user-info .info-list .btn-change{
    float: right;
    text-decoration: underline;
    font-size: .2rem;
    color: #7F4914;
}
.info-list .intr-text{
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/text-bg.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: .15rem;
}
.info-list .intr-text textarea{
    display:block;
    background: transparent;
    border: 0;
    margin: 0 auto;
    resize: none;
    outline: none;
    text-align: center;
    font-size: .26rem;
    color: #7F4914;
    line-height: 1.5;
}
.link-box{
    -webkit-flex: auto;
    flex: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.link-box .link{
    box-sizing: border-box;
    position: relative;
    font-size: .26rem;
    margin-bottom: .2rem;
    color: #fff;
    padding-left: .5rem;
    background: #ad996e;
    border-radius: .05rem;
    /* background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/link-bg.png) no-repeat center/100% 100%; */
}
.link-box .link:before{
    content: "";
    position: absolute;
    height: .27rem;
    width: .27rem;
    top: 50%;
    left: .3rem;
    transform: translate(-50%,-50%);
}
.link-box .sign:before{
    width: .27rem;
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/icon-link-sign.png) no-repeat center/cover;
}
.link-box .rank:before {
    width: .27rem;
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/icon-link-rank.png) no-repeat center/cover;
}
.news-list li{
    background: #FFFCF0;
    border-radius: .12rem;
    box-sizing: border-box;
}
.news-list li a {
    display: block;
    width: 100%;
    height: 100%;
}
.news-list li .img-box{
    /*background: #ccc;*/
}
.news-list li .img-box img{
    width: 100%;
    height: 100%;
}
.news-list .desc{
    font-size: .26rem;
    color: #4b2523;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: .1rem;
    text-align: justify;
    margin-bottom: .05rem;
}
.news-list .desc span{
    font-size: .26rem;
    background: #E3C570;
    padding: 1px .15rem;
    border-radius: .5rem;
    margin-right: 2px;
    vertical-align: top;
}
.news-list .sub-desc{
    font-size: .22rem;
    color:#7d4610;
    line-height: .3rem;
}
.news-list .sub-desc .praise:before{
    content: "";
    display: inline-block;
    /*width: .28rem;*/
    /*height: .27rem;*/
    /*background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/icon-praise.png) no-repeat center/cover;*/
    width: .29rem;
    height: .19rem;
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/icon-eye.png) no-repeat center/cover;
    vertical-align: middle;
    transform: translateY(-1px);
    margin-right: 2px;
}
/*签到页公共样式*/
.sign-box .btn-sign{
    position: absolute;
    width:2.18rem;
    height: 2.19rem;
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/sign.png) no-repeat center/cover;
    display:none;
}
.sign-box .btn-sign.disabled{
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/sign-disabled.png) no-repeat center/cover;
}
.sign-box .tip{
    font-size: .24rem;
    color: #382020;
    text-align: center;
}
.gift-box{
    position: relative;
    box-sizing: border-box;
    padding: .2rem;
}
.gift-list li{
    width: 31%;
    text-align: center;
    margin-right: 3.5%;
    font-size: .26rem;
    color: #361C1C;
    margin-bottom: .3rem;
    float: left;
}
.gift-list li:nth-child(3n){
    margin-right: 0;
}
.gift-list li .gift-item{
    position: relative;
    width: 100%;
    background: #9D6935;
    margin: .05rem auto .1rem;
    overflow: hidden;
}
.gift-list li .gift-item .gift{
    width: auto;
    height:50%;
    margin-top: .1rem;
}
.gift-list li .gift-item .sub-name{
    position: absolute;
    width: 100%;
    height:.4rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/gift-name.png) no-repeat center;
    background-size: 100% 100%;
    font-size: .22rem;
    color: #815c15;
    line-height: 2;
}
.gift-list li .btn-gift{
    display: block;
    width: 1.55rem;
    height: .45rem;
    margin: 0 auto;
    background: #E3C570;
    font-size: .23rem;
    text-align: center;
    color: #815c15;
    line-height: 2.3;
    border-radius:5px;
}
.gift-list li .btn-gift.disabled{
    background: #A9A9A9;
    color: #4d4d4d;
}
.gift-box .warm{
    font-size: .24rem;
    color: #9d6935;

}
/*排行榜页公共样式*/
.rank-table{
    width: 9.56rem;
    height: 4.58rem;
    border-radius: .12rem;
    margin-top: 1.99rem;
    position: relative;
    font-family: "FZBWKSJW";
}
.table-head{
    width: 100%;
    background: #9D6935;
    color:#ecd077;
    text-align: center;
    box-sizing: border-box;
    border-top-left-radius: .12rem;
    border-top-right-radius: .12rem;
    display: none;
}
.select-box{
    position: relative;
    width: 1.70rem;
    height: .41rem;
    font-size: .22rem;
    color: #4b2523;
    background: transparent;
    margin-right: .44rem;
    z-index: 10;
}
.select-input{
    position: relative;
    box-sizing: border-box;
    width: 1.3rem;
    background: #fff;
    text-align: center;
    line-height: 0.35rem;
    border:1px solid #70432B;
    border-radius: 20px;
    /* margin-top: 5%; */
    float: right;
    padding-right: 8%;

}
.select-input:after{
    content: "";
    position: absolute;
    width: .12rem;
    height: .07rem;
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/arrow-down.png) no-repeat center/cover;
    top:50%;
    margin-top: -.03rem;
    right:.15rem;
}
.select-option{
    position: absolute;
    right: 0;
    left: 0;
    width: 1.7rem;
    height: 4.47rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.select-option::-webkit-scrollbar{
    display: none;
}
.select-option.show{
    display: block;
}
.select-option li{
    width: 1.7rem;
    height: .44rem;
    line-height: .44rem;
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/3.png) center center;
    background-size: 100% 100%;
    margin-bottom: .08rem;
    box-sizing: border-box;
    padding-left: .27rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #ffeae5;
    font-size: .24rem;
    font-family: "FZBWKSJW";
}
.select-option li img{
    width: .38rem;
    min-width: .38rem;
    height: .39rem;
    display: block;
    margin-right: .12rem;
}
.select-all{
    width: 1.64rem;
    height: .5rem;
    line-height: .5rem;
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/1.png) center center;
    background-size: 100% 100%;
    margin-top: 1.54rem;
}
.select-option li:after{
    display: block;
    content: "";
    color: #ffffe5;
}
.select-option li.active{
    background-image: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/2.png);
}

.rank-table .table-body{
    overflow-y: scroll;
    box-sizing: border-box;
}
.rank-table .table-body .tab-tr {
    border-bottom: 1px solid #9e6b54;
    font-size: .26rem;
}
.rank-table .table-body .tab-td{
    position: relative;
    float: left;
    width: 21%;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rank-table .table-body .tab-td:first-child{
    width: 14%;
}
/*我要投稿*/
.btn-contribute{
    position: fixed;
    right: 0;
    width: .32rem;
    height: 1.46rem;
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/btn-contribute-close.png) no-repeat center/cover;
    transition: .3s;
    z-index: 10;
}
.btn-contribute .icon-close{
    position: absolute;
    width: .14rem;
    height: .22rem;
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/arrow-left.png) no-repeat center/cover;
    top:-.3rem;
    right: .09rem;
}
.btn-contribute.open{
    width: 1.46rem;
    height: 1.06rem;
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/btn-contribute-open.png) no-repeat center/cover;
}
.btn-contribute.open .icon-close{
    width: .22rem;
    height: .22rem;
    background: transparent;
    right:.05rem;
    top:0;
}
/*隐藏导航样式*/
.side-nav-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    display: none;
}
.side-nav-bg .side-nav{
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    width: 4.5rem;
    height: 100%;
    background: #FFFDF0;
}
.side-nav .top-box{
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #F1E4B0;
    margin-bottom: .2rem;
}
.side-nav .top-box .head{
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    margin: 0 .2rem 0 .3rem;
    vertical-align: middle;
    transform: translateY(-2px);
}
.side-nav .top-box .nick-name{
    font-size: .3rem;
    color: #4B2D12;
}
.side-nav .links a{
    display: block;
    line-height: .65rem;
    font-size: .24rem;
    color: #4B2D12;
    box-sizing: border-box;
    padding-left: .3rem;
}
.side-nav .links a em{
    display: inline-block;
    width: .3rem;
    height: .3rem;
    vertical-align: middle;
    transform: translateY(-2px);
    margin-right: .1rem;
}
.side-nav .links .collect em{
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/icon-collect.png) no-repeat center/cover;
}
.side-nav .links .scan em{
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/icon-scan.png) no-repeat center/cover;
}
.side-nav .links .message em{
    background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/icon-message.png) no-repeat center/cover;
}

/*竖版时*/
@media screen and (orientation:portrait){
    .ig-index .ig--wrapper .ig--body{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .ig-header {
        height: 10.4vw;
        padding-top: constant(safe-area-inset-top);
        padding-top: env(safe-area-inset-top);
        padding-right: .2rem;
        padding-right: var(--ig-padding);
        background-position: bottom;
        background-size: 100%;
    }
    .ig-header .ig--close {
        width: .65rem;
        -webkit-flex: none;
        flex: none;
        background:url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/back.png) no-repeat 50%/contain;
    }
    .ig-header .ig--head{
        height: 8.4vw;
    }
    .ig-index .ig--wrapper {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .ig-app .ig-navbar.ig--index {
        background-image: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/bg-discover2.png);
    }
    .ig-index .ig--wrapper .ig--body {
        overflow: auto;
    }
    .ig-navbar {
        height: 1.82rem;
        padding: 0 .2rem;
        padding: 0 var(--ig-padding);
        padding-bottom: constant(safe-area-inset-bottom);
        padding-bottom: env(safe-area-inset-bottom);
        background-position: top;
        background-size: 100%;
    }
    .ig-index .ig--wrapper .ig--body {
        -webkit-order: -1;
        order: -1;
    }
    .ig--body{
        height: 10.3rem;
    }
    /*发现页*/
    .user-info{
        width: 7.1rem;
        margin: 0 auto;
        padding-bottom: .3rem;
    }
    .info-list{
        position: relative;
        padding: .18rem .8rem .15rem;
    }
    .user-info .info-list li{
      line-height: .6rem;
    }
    .info-list li.area{
        position: absolute;
        top:0;
        right: 0;
        width: 2.8rem;
    }
    .info-list li.area input{
        width: 1.5rem;
    }
    .info-list li.intr{
        position: absolute;
        top:.42rem;
        right: 0;
        width: 2.82rem;
    }
    .info-list .intr-text {
        width: 2.82rem;
        height: 1.02rem;
    }
    .info-list .intr-text textarea{
        width: 2.6rem;
        height: .72rem;
    }
    .user-info .link-box{
        display: none;
    }
    .link-box .link {
        padding-left: 1rem;
        width: 3.44rem;
        height: .5rem;
        margin-top: .2rem;
        line-height: .5rem;
    }
    .link-box .link:before{
        left: .5rem;
    }
    .news-list li{
        margin-bottom: .2rem;
        height: 2.22rem;
        padding: .2rem;
    }
    .news-list li a{
        position: relative;
    }
    .news-list .desc{
        width: 4.2rem;
        height:.73rem;
        line-height: .38rem;
    }
    .news-list li .img-box{
        float: right;
        width: 2.1rem;
        height: 1.4rem;
    }
    .news-list .desc span{
        position: absolute;
        bottom:0;
        left: 0;
    }
    .news-list .sub-desc{
        position: absolute;
        left:.9rem;
        bottom: .03rem;
        /* padding-left: 0.9rem;  */
    }
    .news-list .sub-desc .time{
        /* margin-right: .5rem; */
    }

    /*签到页*/
    .sign-box{
        position: relative;
        width:7.1rem;
        height: 2.1rem;
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/sign-box2.png) no-repeat center;
        background-size: 100% 100%;
        margin: .2rem auto;
    }
    .sign-box .slogan,.sign-box .people{
        display: none;
    }
    .sign-box .btn-sign{
        right:.2rem;
        top:-.25rem;
    }
    .sign-box .tip{
        position: absolute;
        right: .35rem;
        top:50%;
        transform:translateY(-50%);
    }
    .gift-list li .gift-item{
        height: 1.6rem;
        margin-bottom: .1rem;
    }
    .gift-box .warm{
        text-align: center;
    }
    /*排行榜*/
    .rank-table{
        position: relative;
        height: 10rem;
        margin-top:.7rem;
    }
    .table-head{
        font-size: .26rem;
        height: .7rem;
        line-height: 2.8;
    }
    .rank-table .table-head .tab-td{
        float: left;
        width: 18%;
    }
    .rank-table .table-body .tab-td{
        width: 15%;
    }
    .rank-table .table-body .tab-td:first-child,.rank-table .table-head .tab-td:first-child{
        width: 12%;
    }
    .rank-table .table-body .tab-td:nth-child(2),.rank-table .table-head .tab-td:nth-child(2){
        width: 38%;
    }
    .rank-table .table-body .tab-td:nth-child(4),.rank-table .table-head .tab-td:nth-child(4){
        width: 12%;
    }
    .table-head .select-box{
        position: absolute;
        top:-.7rem;
        right: .42rem;
    }
    .select-input{
        height: .45rem;
        line-height: .45rem;
    }
    .select-option{
        top: .53rem;
    }
    .rank-table .table-body{
        width: 100%;
        height: 4.58rem;
    }
    .rank-table .table-body .tab-tr{
        height: .9rem;
        line-height: 3.3;
        color: #53302e;
    }
    .table-body .tab-tr1 .tab-td:first-child,.table-body .tab-tr2 .tab-td:first-child,.table-body .tab-tr3 .tab-td:first-child{
        font-size: 0;
        height: 100%;
    }
}
/*横屏时*/
@media (orientation:landscape) {
    .side-nav .top-box .head{
        margin: 0 .2rem 0 .9rem;
    }
    .side-nav .links a{
        padding-left: .9rem;
    }
    .ig-index .ig--wrapper .ig--body .ig--content .ig--scroll .ig--item {
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        width: calc(50% - .2rem);
        width: calc(50% - var(--ig-padding))
    }
    .ig-index .ig--wrapper .ig--body .ig--content .ig--scroll .sui-load {
        width: 100%;
        -webkit-flex: none;
        flex: none;
    }
    .ig-header {
        height: 10.4%;
        padding-right: .2rem;
        padding-right: var(--ig-padding);
        padding-right: max(.2rem, env(safe-area-inset-right));
        padding-right: max(var(--ig-padding), env(safe-area-inset-right));
        padding-left: max(.2rem, env(safe-area-inset-left));
        padding-left: max(var(--ig-padding), env(safe-area-inset-left));
        background-position: 50%;
        background-size: auto 100%;

    }
    .ig-header .ig--close {
        width: 15.2vh;
        width: var(--ig-width);
        -webkit-flex: none;
        flex: none;
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/back.png) no-repeat 50%/contain;
    }
    .ig-header .ig--head{
        height: 8.6vh;
        margin-right: .2rem;
    }
    .ig-app .ig-navbar.ig--index {
        /* background-image: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/bg-discover.png); */
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/bg-discover.png)no-repeat top left;
        /* background-size: 2.03rem 100%; */
        /* width: 1.15rem; */
        /* height: 5.37rem; */
        /* height: 100%; */
        width: 18.2vh;
        background-position: 100%;
        background-size: auto 100%;
    }



    .ig-navbar {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 15.2vh;
        width: var(--ig-width);
        padding-left: constant(safe-area-inset-left);
        padding-left: env(safe-area-inset-left);
        background-position: 100%;
        background-size: auto 100%;
    }
    .btn-contribute{
        bottom: .2rem;
    }
    /*发现页*/
    .user-info{
        width:3.88rem;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        /* background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/user-info-bg.png) no-repeat center/100% 100%; */
        justify-content: space-between;
    }
    .user-info .info-list{
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex: auto;
        flex: auto;
        /* margin-bottom: .15rem; */
        padding: .18rem .4rem .15rem;
    }
    .user-info .info-list li{
        -webkit-flex: auto;
        flex: auto;
    }
    .user-info .info-list .area input{
        width: 52%;
    }
    .user-info .info-list .btn-change{
        margin-top: .05rem;
    }
    .info-list .intr-text{
        width:3.52rem;
        height: 1.22rem;
        margin-top: .16rem;
    }
    .info-list .intr-text textarea{
        width: 3.22rem;
        height: 0.92rem;
    }
    .right-content{
        display: -webkit-flex;
        display: flex;
        -webkit-flex: auto;
        flex: auto;
        margin-left: .2rem;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .right-content .link-box{
        display: none;
    }
    .link-box{
        /* flex-direction: column; */
        /* height: 1.7rem; */
        padding-top: .15rem;
        background: #F1E4B0;
    }
    .link-box .link{
        width: 48%;
        height: .5rem;
        line-height: .5rem;
        margin-bottom: 0;
    }
    .news-list{
        display: flex;
        display: -webkit-flex;
        flex-direction:column;
        justify-content:flex-end;
        flex: auto;
        height: 100%;
    }
    .news-list li{
        flex: auto;
        -webkit-flex: auto;
        padding: .16rem;
        width: 100%;
        height: 32%;
        margin-bottom: 2%;
    }
    .news-list li:last-child{
        margin-bottom: 0;
    }
    .news-list li a{
        position: relative;
    }
    .news-list li .img-box{
        position: absolute;
        right: 0;
        top:0;
        width: 2.21rem;
        height: 100%;
    }
    .news-list .desc{
        width: 4.3rem;
        line-height: .3rem;
        margin-bottom:.15rem;
    }
    .news-list .desc span{
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .news-list .sub-desc{
        position: absolute;
        bottom: 0;
        width: 5rem;
        padding-left: 0.9rem;
    }
    .news-list .sub-desc .time{
        margin-right: 0.5rem;
    }

    /*签到页*/
    .sign-box{
        position: relative;
        width:4.81rem;
        /* height: 100%; */
        height: 98%;
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/sign-box.png) no-repeat 50%;
        background-size: 100% 100%;
        -webkit-flex: none;
        flex: none;
        margin-right: .2rem;
    }
    .sign-box .slogan{
        display: block;
        width: 88%;
        height: auto;
        margin: .5rem auto 0;
    }
    .sign-box .people{
        position: absolute;
        width: 1.69rem;
        height: 2.15rem;
        right: .15rem;
        bottom:.15rem;
    }
    .sign-box .btn-sign{
        left: 50%;
        top:50%;
        transform: translate(-50%,-50%);
    }
    .sign-box .tip{
        position: absolute;
        width: 2.41rem;
        height: 1.04rem;
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/sign-tip-bg.png) no-repeat center/cover;
        left: .5rem;
        /* right: 0.5rem; */
        bottom:1.6rem;
        line-height: 1.04rem;
    }
    .gift-box{
        display: -webkit-flex;
        display: flex;
        -webkit-flex: auto;
        flex: auto;
        flex-direction: column;
        background: #FFFCF0;
        border-radius: .12rem;
        height: 98%;
    }
    .gift-list{
        height: 92%;
    }
    .gift-list li{
        height: 46%;
        transform: scale(.93);
        margin-bottom: .2rem;
    }
    .gift-list li .gift-item{
        height:60%;
    }
    .gift-box .warm{
        position: absolute;
        left: .2rem;
        bottom:.15rem;
    }
    /*排行榜*/
    .select-input{
        height: 88%;
    }
    .select-option{
        top: 2.15rem;
    }
    /* .rank-table{
        height: 100%;
    } */
    .table-head{
        font-size: .32rem;
        padding-left:3%;
        line-height: 2;
    }
    .rank-table .table-body .tab-td{
        float: left;
        width: 18%;
        height: .32rem;
        line-height: .34rem;
    }
    .rank-table .table-head .tab-td:last-child{
        position: absolute;
        right: 2.5%;
        top: 4%;
        width: 15%;
    }
    .rank-table .table-body .tab-td:first-child,.rank-table .table-head .tab-td:first-child{
        width: .8rem;
        margin-left: .34rem;
        font-size: .32rem;
    }
    .rank-table .table-body .tab-td:nth-child(2){
        width:25%;
        margin-left: .22rem;
    }
    .rank-table .table-body .tab-td:nth-child(3){
        width:21%;
    }
    .rank-table .table-head .tab-td:nth-child(2){
        width:26%;
    }
    .rank-table .table-body .tab-td:nth-child(4),.rank-table .table-head .tab-td:nth-child(4){
        width: 20%;
    }
    .rank-table .table-body .tab-td:nth-child(5){
        width: 18%;
        margin-left: 2%;
    }
    .rank-table .table-body{
        /* height: 85%; */
        /* height: 72vh; */
        /* height: 8.6rem; */
        height: 4.58rem;
    }
    .rank-table .table-body .tab-tr{
        height: .42rem;
        color: #fff;
        display: flex;
        align-items: center;
    }
    .rank-table .table-body .tab-tr:nth-child(-n+3){
        height: .62rem;
    }
    .rank-table .table-body .tab-tr:nth-child(-n+3) .tab-td:nth-child(2){
        text-shadow: 
            -0.01rem -0.01rem 0 #612819,
            0.01rem -0.01rem 0 #612819,
            -0.01rem 0.01rem 0 #612819,
            0.01rem 0.01rem 0 #612819;
        color: #fae9c8;
        font-size: .26rem;
    }
    .rank-table .table-body .tab-tr:nth-child(odd) {
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/8.png) no-repeat left center;
        background-size: 100% 100%;
    }
    .rank-table .table-body .tab-tr:nth-child(even) {
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/7.png) no-repeat left center;
        background-size: 100% 100%;
    }
    .rank-table .table-body .tab-tr:nth-child(1){
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/5_2.png) no-repeat left center;
        background-size: 100% 100%;
    }
    .rank-table .table-body .tab-tr:nth-child(1) .tab-td:nth-child(2){
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/6_1.png) no-repeat center center;
        background-size: 1.67rem .31rem;
    }
    .rank-table .table-body .tab-tr:nth-child(2){
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/5_3.png) no-repeat left center;
        background-size: 100% 100%;
    }
    .rank-table .table-body .tab-tr:nth-child(2) .tab-td:nth-child(2){
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/6_2.png) no-repeat center center;
        background-size: 1.67rem .32rem;
    }
    .rank-table .table-body .tab-tr:nth-child(3){
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/5_1.png) no-repeat left center;
        background-size: 100% 100%;
    }
    .rank-table .table-body .tab-tr:nth-child(3) .tab-td:nth-child(2){
        background: url(//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/6_3.png) no-repeat center center;
        background-size: 1.67rem .32rem;
    }
    /*滚动条*/
    .scrollbar-fj::-webkit-scrollbar{
        width:5px;
    }
    .scrollbar-fj::-webkit-scrollbar-thumb{
        background: #E1C46F;
        border-radius:5px;
    }
    .rank-table .scrollbar{
        width: 1px;
        height: 4.58rem;
        background: #E8D28F;
        position: absolute;
        top: 0;
        right: .02rem;
        z-index: 0;
    }

}
.dis-detail {
    line-height: .4rem;
}
.dis-detail h3 {
    margin: .2rem 0;
    font-size: .28rem;
}
.dis-detail .ig--author {
    font-size: .2rem;
    margin: .2rem 0;
}
.dis-detail .ig-index .ig--wrapper .ig--body {
    overflow: auto;
}
.dis-detail .ig--detail {
    padding: 0 .2rem;
    font-size: .2rem;
}
.dis-detail img {
  max-width: 100%;
}

/* 横屏浏览提醒 */
@keyframes rotation {
    10% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    50% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }
    60% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }
    90% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
}

@-webkit-keyframes rotation {
    10% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    50% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }
    60% {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }
    90% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
}

.mod-orient-layer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.9);
    z-index: 99
}

.mod-orient-layer__content {
    position: absolute;
    width: 100%;
    top: 45%;
    margin-top: -0.75rem;
    text-align: center;
    padding-top: .2rem;
}

.mod-orient-layer__icon-orient {
    display: inline-block;
    width: 0.6rem;
    height: 1.08rem;
    background-image: url("//game.gtimg.cn/images/tlbb/ingame/act/a20211029wsqtest/discover_new/phone.png");
    background-position: center center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-animation: rotation infinite 1.5s ease-in-out;
    animation: rotation infinite 1.5s ease-in-out;
    -webkit-background-size: cover;
    background-size: cover;
}

.mod-orient-layer__desc {
    margin-top: .2rem;
    font-size: .38rem;
    color: #fff
}