.is-show{
    display: block!important;
}

/* 公用 */
html,body{
    height: 100%;
}
.page{
    position: relative;
    width: 6.4rem;
    background: linear-gradient(to top ,#dae2e6 80% ,transparent);
    padding-bottom: 2rem;
    display: none;
}
.top{
    width: 6.4rem;
    height:9.31rem;
    background: url("/custom/img/features-mod/gang-league/bg.jpg");
    background-size: 100% 100%;
}
.import{
    color: #ff0000;
}

.group_detail{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.2rem;
}
.group_bg{
    width: 6.4rem;
    height: 5.32rem;
    background: url("/custom/img/features-mod/gang-league/group_bg.png");
    background-size: 100% 100%;
}
/*图标*/
.icon_down{
    width: 0.23rem;
    height: 0.23rem;
    background: url("/custom/img/features-mod/gang-league/icon_down.png");
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0.2rem;
    margin-left: -0.3rem;
}
.icon_down_red{
    width: 0.23rem;
    height: 0.23rem;
    background: url("/custom/img/features-mod/gang-league/icon_down_red.png");
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0.2rem;
}

/*下拉表单*/
.season_choose_btn{
    width: 3.62rem;
    height: 0.81rem;
    background: url("/custom/img/features-mod/gang-league/season_choose_btn.png");
    background-size: 100% 100%;
    margin: -3.2rem auto 0 auto;
    color: #fff;
    line-height: 0.7rem;
    font-size: 0.24rem;
    text-align: center;
    position: relative;
    /*overflow: hidden;*/
}
.season_txt{
    width: 3.2rem;
    height: 0.81rem;
    overflow: hidden;
    display: inline-block;
}
.dropdown{
    display: none;
    width: 3.92rem;
    height: 2.98rem;
    background: url("/custom/img/features-mod/gang-league/dropdown.png");
    background-size: 100% 100%;
    position: absolute;
    top: 100%;
    z-index: 1002;
}
.dropdown_content{
    width: 3.5rem;
    margin: 0.3rem auto 0 auto;
    overflow-y: scroll;
    height: 2.5rem;
}
.dropdown_item{
    color: #ab191c;
    line-height: 0.6rem;
    position: relative;
}
.dropdown_item::after{
    content: '';
    width: 2.5rem;
    background: linear-gradient(to left, transparent -4%,#ab191c 50%,transparent 100%);
    height: 0.02rem;
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,0);
}

.battle_gp{
    display: flex;
    justify-content: center;
}

/*赛区选择*/
.area_choose_btn{
   width: 3.17rem;
   height: 0.65rem;
   background: url("/custom/img/features-mod/gang-league/area_choose_btn.png");
   background-size: 100% 100%;
   margin-right:-0.3rem ;
   color: #8a1e1c;
   font-size: 0.2rem;
   line-height: 0.65rem;
   text-align: center;
    position: relative;
    /*overflow: hidden;*/
}
.area_txt{
    display: inline-block;
    width: 2rem;
}
.area_dropdown{
    display: none;
    width: 3.92rem;
    height: 2.98rem;
    background: url("/custom/img/features-mod/gang-league/dropdown.png");
    background-size: 100% 100%;
    position: absolute;
    top: 100%;
    z-index: 1002;
}
.area_dropdown_content{
    width: 3.5rem;
    margin: 0.3rem auto 0 auto;
    overflow-y: scroll;
    height: 2.5rem;
}
.area_dropdown_item{
    color: #ab191c;
    line-height: 0.6rem;
    position: relative;
}
.area_dropdown_item::after{
    content: '';
    width: 2.5rem;
    background: linear-gradient(to left, transparent -4%,#ab191c 50%,transparent 100%);
    height: 0.02rem;
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,0);
}
/*组别选择*/
.group_choose_btn{
    width: 3.16rem;
    height: 0.64rem;
    background: url("/custom/img/features-mod/gang-league/group_choose_btn.png");
    background-size: 100% 100%;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.65rem;
    text-align: center;
    position: relative;
}
.group_choose_btn .icon_down{
    margin-left: -0.2rem;
}
.group_txt{
    width: 2.5rem;
    display: inline-block;
}
.group_dropdown{
    display: none;
    width: 3.92rem;
    height: 2.98rem;
    background: url("/custom/img/features-mod/gang-league/dropdown.png");
    background-size: 100% 100%;
    position: absolute;
    top: 100%;
    z-index: 1002;
}
.group_dropdown_content{
    width: 3.5rem;
    margin: 0.3rem auto 0 auto;
    overflow-y: scroll;
    height: 2.5rem;
}
.group_dropdown_item{
    color: #ab191c;
    line-height: 0.6rem;
    position: relative;
}
.group_dropdown_item::after{
    content: '';
    width: 2.5rem;
    background: linear-gradient(to left, transparent -4%,#ab191c 50%,transparent 100%);
    height: 0.02rem;
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,0);
}
.week_btn_gp{
    display: flex;
    justify-content: center;
    margin-top: 0.1rem;
}
.week_btn{
    width: 1.94rem;
    height: 0.55rem;
    background: url("/custom/img/features-mod/gang-league/group_no_selected.png");
    background-size: 100% 100%;
    margin: 0 0.05rem;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.55rem;
    color: #000;
    font-weight: bold;
}
.week_btn.active{
    background: url("/custom/img/features-mod/gang-league/group_selected.png");
    background-size: 100% 100%;
}
.week_btn.active{
    background: url("/custom/img/features-mod/gang-league/group_selected.png");
    background-size: 100% 100%;
    color: #fff;
}
.group_bk{
    position: relative;
}
.group_title{
    width: 2.56rem;
    height: 0.56rem;
    background: url("/custom/img/features-mod/gang-league/group_title.png");
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 0;
    color:#fffcdd ;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.5rem;
}
.group_item_gp{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -4.6rem;
}
.group_item{
    width: 2.43rem;
    height: 2.54rem;
    background: url("/custom/img/features-mod/gang-league/gp_bang.png");
    background-size: 100% 100%;
    margin: 0.2rem;
    font-size: 0.24rem;
    position: relative;
}
.group_item_rank{
    color: #b37a48;
    text-align: center;
    margin-top: 0.22rem;
    font-weight: bold;
}
.group_item_hall{
    color: #ffe9a4;
    text-align: center;
    margin-top: 0.2rem;
}
.group_item_name{
    color: #f9ebc8;
    width: 1.8rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.group_item::before{
    content: '';
    position: absolute;
    width: 0.21rem;
    height: 0.16rem;
    display: block;
    background: url("/custom/img/features-mod/gang-league/icon_deco_left.png");
    background-size: 100% 100%;
    top: 53%;
    left: 0.2rem;
}
.group_item::after{
    content: '';
    position: absolute;
    width: 0.21rem;
    height: 0.16rem;
    display: block;
    background: url("/custom/img/features-mod/gang-league/icon_deco_right.png");
    background-size: 100% 100%;
    top: 53%;
    right: 0.2rem;
}
.group_item_server{
    color: #f9ebc8;
    width: 1.8rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.group_server{
    width: 0.43rem;
    height: 1.85rem;
    background: url("/custom/img/features-mod/gang-league/group_server.png");
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    top: 8rem;
}
.group_ques{
    width: 5.52rem;
    height: 0.55rem;
    background: url("/custom/img/features-mod/gang-league/guan_ques.png");
    background-size: 100% 100%;
    margin: 0.2rem auto;
}


/* 冠军风采 */
.champion_bk{
    padding-bottom: 4rem;
    position: relative;
    width: 6.4rem;
    background: linear-gradient(to top ,#dae2e6 80% ,transparent);
}
.champion_bk_no_champion{
    width: 6.4rem;
    height: 4.73rem;
    background: url("/custom/img/features-mod/gang-league/champion/champion.png");
    background-size: 100% 100%;
}
.champion_bk_has_champion{
    position: relative;
    width: 6.4rem;
    height: 4.82rem;
    background: url("/custom/img/features-mod/gang-league/champion/champion_bk_has_champion.png");
    background-size: 100% 100%;
}
.champion_bk_has_champion_gang_name{
    color: #7a3636;
    font-size: 0.4rem;
    position: absolute;
    left: 0.5rem;
    top: 0.6rem;
    width: 3rem;
    text-align: center
}
.champion_bk_has_champion_name{
    color: #c50a0a;
    font-size: 0.35rem;
    position: absolute;
    left: 1rem;
    top: 1.15rem;
    width: 2rem;
    text-align: center;
}
.champion_bk_has_champion_desc{
    width: 2.5rem;
    height: 1.2rem;
    color: #820006;
    font-size: 0.24rem;
    position: absolute;
    left: 0.8rem;
    top: 1.75rem;
}

.champion_bk_has_champion_hot{
    color: #fff685;
    font-size: 0.24rem;
    top: 2.55rem;
    position: absolute;
    left: 4.2rem;
}
.champion_bk_has_champion_area{
    color: #fff;
    font-size: 0.4rem;
    font-style: italic;
    position: absolute;
    left: 4rem;
    top: 3.2rem;
    width: 2rem;
}
.champion_bk_has_champion_gp_1{
    color: #fff;
    font-size: 0.4rem;
    font-style: italic;
    position: absolute;
    left: 4.3rem;
    top: 3.6rem;
    font-weight: bold;
}
.champion_bk_has_champion_vs{
    width: 0.49rem;
    height: 0.59rem;
    background: url("/custom/img/features-mod/gang-league/champion/champion_vs.png");
    background-size: 100% 100%;
    position: absolute;
    left: 4.6rem;
    top: 3.6rem;
}
.champion_bk_has_champion_gp_2{
    color: #fff;
    font-size: 0.4rem;
    font-style: italic;
    position: absolute;
    left: 5rem;
    top: 3.6rem;
    font-weight: bold;
}
.champion_bk_area {
    width: 3.62rem;
    height: 0.81rem;
    background: url("/custom/img/features-mod/gang-league/season_choose_btn.png");
    background-size: 100% 100%;
    margin: 0 auto;
    color: #fff;
    line-height: 0.7rem;
    font-size: 0.24rem;
    text-align: center;
    position: relative;
}
.champion-page .area_txt{
    width: 2.5rem;
    display: inline-block;
}
/*图标*/
.icon_down{
    width: 0.23rem;
    height: 0.23rem;
    background: url("/custom/img/features-mod/gang-league/icon_down.png");
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0.25rem;
    right: 0.2rem;
}
.area_dropdown{
    display: none;
    width: 3.92rem;
    height: 2.98rem;
    background: url("/custom/img/features-mod/gang-league/dropdown.png");
    background-size: 100% 100%;
    position: absolute;
    top: 100%;
    z-index: 1002;
}
.area_dropdown_content{
    width: 3.5rem;
    margin: 0.3rem auto 0 auto;
    overflow-y: scroll;
    height: 2.5rem;
}
.area_dropdown_item{
    color: #ab191c;
    line-height: 0.6rem;
    position: relative;
}
.area_dropdown_item::after{
    content: '';
    width: 2.5rem;
    background: linear-gradient(to left, transparent -4%,#ab191c 50%,transparent 100%);
    height: 0.02rem;
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,0);
}

/*强者榜单*/
.stronger_btn_gp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.stronger_btn{
    width: 2.06rem;
    height: 0.63rem;
}
.stronger_self_solo_kill_btn{
    background: url("/custom/img/features-mod/gang-league/stronger/self_solo_kill.png");
    background-size: 100% 100%;
}
.stronger_self_solo_kill_btn.active{
    background: url("/custom/img/features-mod/gang-league/stronger/self_solo_kill_active.png");
    background-size: 100% 100%;
}
.stronger_self_season_kill_btn{
    background: url("/custom/img/features-mod/gang-league/stronger/self_season_kill.png");
    background-size: 100% 100%;
}
.stronger_self_season_kill_btn.active{
    background: url("/custom/img/features-mod/gang-league/stronger/self_season_kill_active.png");
    background-size: 100% 100%;
}
.stronger_gang_solo_kill_btn{
    background: url("/custom/img/features-mod/gang-league/stronger/gang_solo_kill.png");
    background-size: 100% 100%;
}
.stronger_gang_solo_kill_btn.active{
    background: url("/custom/img/features-mod/gang-league/stronger/gang_solo_kill_active.png");
    background-size: 100% 100%;
}
.stronger_gang_season_kill_btn{
    background: url("/custom/img/features-mod/gang-league/stronger/gang_season_kill.png");
    background-size: 100% 100%;
}
.stronger_gang_season_kill_btn.active{
    background: url("/custom/img/features-mod/gang-league/stronger/gang_season_kill_active.png");
    background-size: 100% 100%;
}
.stronger_gang_season_score_btn{
    background: url("/custom/img/features-mod/gang-league/stronger/gang_season_score.png");
    background-size: 100% 100%;
}
.stronger_gang_season_score_btn.active{
    background: url("/custom/img/features-mod/gang-league/stronger/gang_season_score_active.png");
    background-size: 100% 100%;
}

.stronger_content{
    padding: 0 0.4rem;
    text-align: center;
}
.stronger_item{
    font-size: 0.24rem;
    color: #a53636;
    display: flex;
    flex-direction: row;
    line-height: 0.53rem;
    border-bottom: 1px dotted #b19093;
}
.stronger_item_rank{
    width: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.stronger_item_gang_name{
    width: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.stronger_item_name{
    width: 1.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.stronger_item_server{
    width: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.stronger_item_score{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 公用弹框 */
.stronger_wrap{
    position: relative;
    min-height: 9rem;
    margin: 0.2rem auto;
}
.stronger_wrap_shadow{
    width: 5.91rem;
    height: 5.28rem;
    background: url('/custom/img/features-mod/gang-league/rules/rule_shadow_bg.png');
    background-size: 100% 100%;
    position: absolute;
    left: 53%;
    transform: translate(-50%,0);
}
.stronger_wrap_mid{
    position: absolute;
    top: 0.2rem;
    z-index: 10;
}
.stronger_wrap_top{
    width: 6.4rem;
    height: 0.84rem;
    background: url('/custom/img/features-mod/gang-league/rules/rule_content_top.png');
    background-size: 100% 100%;
}
.stronger_wrap_content{
    width: 6.4rem;
    min-height: 7rem;
    background: url('/custom/img/features-mod/gang-league/rules/rule_content_mid.png') repeat-y;
    background-size: 100% 100%;
    margin-top: -0.2rem;
    font-size: 0.24rem;
    color: #620c0c;
}
.stronger_wrap_title{
    width: 5.58rem;
    height: 0.94rem;
    background: url('/custom/img/features-mod/gang-league/stronger/stronger_top.png');
    background-size: 100% 100%;
    margin: -0.5rem auto 0 auto;
}
.stronger_wrap_title.active{
    background: url('/custom/img/features-mod/gang-league/stronger/stronger_top_2.png');
    background-size: 100% 100%;
}
.stronger_wrap_center{
    font-size: 0.24rem;
    width: 5rem;
    margin: 0 auto;
    color: #620c0c;
    font-weight: bold;
}
.stronger_wrap_sub{
    color:#a00000;
}
.stronger_wrap_down_bg{
    width: 6.4rem;
    height: 5.81rem;
    background: url('/custom/img/features-mod/gang-league/rules/rule_down_bg.png');
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.stronger_wrap_bot{
    width: 6.4rem;
    height: 0.42rem;
    background: url('/custom/img/features-mod/gang-league/rules/rule_content_bot.png');
    background-size: 100% 100%;
    margin-top: -0.2rem;
}

/*底部导航 --  有名人殿堂版*/
.com_btn_gp{
    width: 6.4rem;
    height: 1.42rem;
    background: url("/custom/img/features-mod/gang-league/com_btn_gp.png?t=20221107");
    background-size: 100% 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    display: none;
}
.com_btn{
    width: 1.57rem;
    height: 1.12rem;
    position: absolute;
    bottom: 0;
}
.com_btn_1{
    width: 1.43rem;
    height: 1.23rem;
    left: 0;
}
.com_btn_1.active{
    background: url("/custom/img/features-mod/gang-league/com_btn_1.png?t=20221108");
    background-size: 100% 100%;
}
.com_btn_2{
    width: 1.57rem;
    height: 1.12rem;
    left: 1.15rem;
}
.com_btn_2.active{
    background: url("/custom/img/features-mod/gang-league/com_btn_2.png?t=20221108");
    background-size: 100% 100%;
}
.com_btn_3{
    width: 1.55rem;
    height: 1.13rem;
    left: 2.45rem;
}
.com_btn_3.active{
    background: url("/custom/img/features-mod/gang-league/com_btn_3.png?t=20221108");
    background-size: 100% 100%;
}

.com_btn_5{
    width: 1.57rem;
    height: 1.11rem;
    left: 3.7rem;
}
.com_btn_5.active{
    background: url("/custom/img/features-mod/gang-league/com_btn_5.png?t=20221108");
    background-size: 100% 100%;
}
.com_btn_6{
    width: 1.41rem;
    height: 1.11rem;
    right: 0;
}
.com_btn_6.active{
    background: url("/custom/img/features-mod/gang-league/com_btn_6.png?t=20221108");
    background-size: 100% 100%;
}
/*底部导航 --  无名人殿堂版*/
.com_btn_gp_less{
    width: 6.4rem;
    height: 1.42rem;
    background: url("/custom/img/features-mod/gang-league/com_btn_gp_less.png?t=20221107");
    background-size: 100% 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    display: none;
}
.com_btn_less{
    width: 1.181rem;
    height: 1.21rem;
    position: absolute;
    bottom: 0;
    display: block;
}
.com_btn_less_1{
    width: 1.81rem;
    left: 0;
    display: inline-block;
}
.com_btn_less_1.active{
    background: url("/custom/img/features-mod/gang-league/com_less_btn_1.png?t=20221108");
    background-size: 100% 100%;
}
.com_btn_less_2{
    width: 2.01rem;
    height: 1.13rem;
    left: 1.4rem;
    display: inline-block;
}
.com_btn_less_2.active{
    background: url("/custom/img/features-mod/gang-league/com_less_btn_2.png?t=20221108");
    background-size: 100% 100%;
}
.com_btn_less_3{
    width: 2.01rem;
    height: 1.10rem;
    left: 3rem;
    display: inline-block;
}
.com_btn_less_3.active{
    background: url("/custom/img/features-mod/gang-league/com_less_btn_3.png?t=20221108");
    background-size: 100% 100%;
}
.com_btn_less_5{
    width: 1.77rem;
    right: 0;
    height: 1.10rem;
    display: inline-block;
}
.com_btn_less_5.active{
    background: url("/custom/img/features-mod/gang-league/com_less_btn_5.png?t=20221108");
    background-size: 100% 100%;
}
/*奖励规则*/
.import{
    color: #ff0000;
}
/*奖励规则*/
.rules_btn_gp{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: -3.2rem auto 0.2rem auto;
}
.rules_btn{
    margin-right: 0.1rem;
    width: 2.47rem;
    height: 0.7rem;
}
.rules_rule_btn{
    background: url('/custom/img/features-mod/gang-league/rules/rules_rule.png');
    background-size: 100% 100%;
}
.rules_rule_btn.active{
    background: url('/custom/img/features-mod/gang-league/rules/rules_rule_active.png');
    background-size: 100% 100%;
}
.rules_award_btn{
    background: url('/custom/img/features-mod/gang-league/rules/rules_award.png');
    background-size: 100% 100%;
}
.rules_award_btn.active{
    background: url('/custom/img/features-mod/gang-league/rules/rules_award_active.png');
    background-size: 100% 100%;
}
/* 公用弹框 */
.rules_content{
    position: relative;
}
.rules_content_shadow{
    width: 5.91rem;
    height: 5.28rem;
    background: url('/custom/img/features-mod/gang-league/rules/rule_shadow_bg.png');
    background-size: 100% 100%;
    position: absolute;
    left: 53%;
    transform: translate(-50%,0);
}
.rules_content_mid{
    position: absolute;
    top: 0.2rem;
    z-index: 10;
}
.rules_content_top{
    width: 6.4rem;
    height: 0.84rem;
    background: url('/custom/img/features-mod/gang-league/rules/rule_content_top.png');
    background-size: 100% 100%;
}
.rules_content_content{
    width: 6.4rem;
    min-height: 7rem;
    background: url('/custom/img/features-mod/gang-league/rules/rule_content_mid.png') repeat-y;
    background-size: 100% 100%;
    margin-top: -0.2rem;
    font-size: 0.24rem;
    color: #620c0c;
}
.rules_content_center{
    font-size: 0.24rem;
    width: 5rem;
    margin: 0 auto;
    color: #620c0c;
    font-weight: bold;
}
.rules_content_sub{
    color:#a00000;
}
.rules_content_down_bg{
    width: 6.4rem;
    height: 5.81rem;
    background: url('/custom/img/features-mod/gang-league/rules/rule_down_bg.png');
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
}
.rules_content_bot{
    width: 6.4rem;
    height: 0.42rem;
    background: url('/custom/img/features-mod/gang-league/rules/rule_content_bot.png');
    background-size: 100% 100%;
    margin-top: -0.2rem;
}

/* 赛事奖励*/
.rules_award_bk{
    position: relative;
    display: none;
}
/*赛事奖励按钮*/
.rules_award_btn_gp{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0.2rem;
}
.rules_award_btn_gp div{
    width: 1.36rem;
    height: 0.66rem;
    margin: 0 0.1rem;
}
.rules_award_self_solo_btn{
    background: url('/custom/img/features-mod/gang-league/rules/award_self_solo.png');
    background-size: 100% 100%;
}
.rules_award_self_solo_btn.active{
    background: url('/custom/img/features-mod/gang-league/rules/award_self_solo_active.png');
    background-size: 100% 100%;
}
.rules_award_gang_solo_btn{
    background: url('/custom/img/features-mod/gang-league/rules/award_gang_solo.png');
    background-size: 100% 100%;
}
.rules_award_gang_solo_btn.active{
    background: url('/custom/img/features-mod/gang-league/rules/award_gang_solo_active.png');
    background-size: 100% 100%;
}
.rules_award_self_season_btn{
    background: url('/custom/img/features-mod/gang-league/rules/award_self_season.png');
    background-size: 100% 100%;
}
.rules_award_self_season_btn.active{
    background: url('/custom/img/features-mod/gang-league/rules/award_self_season_active.png');
    background-size: 100% 100%;
}
.rules_award_gang_season_btn{
    background: url('/custom/img/features-mod/gang-league/rules/award_gang_season.png');
    background-size: 100% 100%;
}
.rules_award_gang_season_btn.active{
    background: url('/custom/img/features-mod/gang-league/rules/award_gang_season_active.png');
    background-size: 100% 100%;
}
/*赛事奖励-个人单场*/
.rules_award_self_solo{
    display: none;
}
.rules_self_solo_title{
    width: 5.41rem;
    height: 0.36rem;
    background: url('/custom/img/features-mod/gang-league/rules/rules_self_solo_title.png');
    background-size: 100% 100%;
    margin: 0 auto 0.2rem auto;
}

/*赛事奖励-帮会单场*/
.rules_award_gang_solo{
    display: none;
}
.rules_gang_solo_title{
    width: 5.41rem;
    height: 0.36rem;
    background: url('/custom/img/features-mod/gang-league/rules/rules_gang_solo_title.png');
    background-size: 100% 100%;
    margin: 0 auto 0.2rem auto;
}

/*赛事奖励-个人赛季*/
.rules_award_self_season{
    display: none;
}
.rules_self_season_title{
    width: 5.41rem;
    height: 0.35rem;
    background: url('/custom/img/features-mod/gang-league/rules/rules_self_season_title.png');
    background-size: 100% 100%;
    margin: 0 auto 0.2rem auto;
}
/*赛事奖励-帮会赛季*/
.rules_award_gang_season{
    display: none;
}
.rules_gang_season_title{
    width: 5.41rem;
    height: 0.36rem;
    background: url('/custom/img/features-mod/gang-league/rules/rules_gang_season_title.png');
    background-size: 100% 100%;
    margin: 0 auto 0.2rem auto;
}

/* 赛事规则*/
.rules_rule_bk{
    position: relative;
    display: none;
}
/*赛事规则按钮*/
.rules_rule_btn_gp{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0.2rem;
}
.rules_rule_btn_gp div{
    width: 2.51rem;
    height: 0.61rem;
    margin: 0 0.1rem;
}
.rules_rule_ground_btn{
    background: url('/custom/img/features-mod/gang-league/rules/rule_ground.png');
    background-size: 100% 100%;
}
.rules_rule_ground_btn.active{
    background: url('/custom/img/features-mod/gang-league/rules/rule_ground_active.png');
    background-size: 100% 100%;
}
.rules_rule_zhi_btn{
    background: url('/custom/img/features-mod/gang-league/rules/rule_zhi.png');
    background-size: 100% 100%;
}
.rules_rule_zhi_btn.active{
    background: url('/custom/img/features-mod/gang-league/rules/rule_zhi_active.png');
    background-size: 100% 100%;
}
/*赛事规则 - 赛场规则 */
.rules_rule_ground{
    display: none;
    min-height: 9rem;
}
.rules_ground_title{
    width: 5.41rem;
    height: 0.36rem;
    background: url('/custom/img/features-mod/gang-league/rules/rules_ground_title.png');
    background-size: 100% 100%;
    margin: 0 auto 0.2rem auto;
}
.rules_ground_wrap{
    width:5rem ;
    margin: 0 auto;
}
.rules_ground_wrap img{
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}
/*赛事规则 - 赛制规则 */
.rules_rule_zhi{
    display: none;
    min-height: 9rem;
}
.rules_zhi_title{
    width: 5.41rem;
    height: 0.36rem;
    background: url('/custom/img/features-mod/gang-league/rules/rules_zhi_title.png');
    background-size: 100% 100%;
    margin: 0 auto 0.2rem auto;
}
.rules_zhi_wrap{
    width:5rem ;
    margin: 0 auto;
}
.rules_zhi_wrap img{
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

/*个人单场*/
.rules_self_solo_wrap{
    width:5rem ;
    margin: 0 auto;
}
.rules_self_solo_wrap img{
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}
/*帮会单场*/
.rules_gang_solo_wrap{
    width:5rem ;
    margin: 0 auto;
}
.rules_gang_solo_wrap img{
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

/*个人赛季*/
.rules_self_season_wrap{
    width:5rem ;
    margin: 0 auto;
}
.rules_self_season_wrap img{
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}
/*帮主赛季*/
.rules_gang_season_wrap{
    width:5rem ;
    margin: 0 auto;
}
.rules_gang_season_wrap img{
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}


/*名人堂*/
.celebrity_top{
    width: 6.4rem;
    height: 6.64rem;
    background: url("/custom/img/features-mod/gang-league/celebrity/celebrity_bg.jpg");
    background-size: 100% 100%;
}
.celebrity_txt{
    color: #620c0c;
    font-size: 0.24rem;
    text-align: center;
    margin: 0.1rem auto;
    font-weight: bold;
}
.celebrity_title{
    margin-top: 0.2rem;
    width: 6.4rem;
    height: 0.38rem;
    background: url("/custom/img/features-mod/gang-league/celebrity/celebrity_title.png");
    background-size: 100% 100%;
}
.celebrity_item{
    margin: 0.4rem auto;
    position: relative;
    width: 6.4rem;
    height: 3.72rem;
    background: url("/custom/img/features-mod/gang-league/celebrity/celebrity_item_content.png");
    background-size: 100% 100%;
}
.celebrity_item_server{
    color: #fff;
    font-size: 0.3rem;
    position: absolute;
    left: 0.4rem;
    top: 0.3rem;
    width: 1.8rem;
    text-align: center;
    letter-spacing: 0.04rem;
}
.celebrity_item_gang{
    left: 0.2rem;
    top: 0.8rem;
    width: 2rem;
    text-align: center;
    font-size: 0.38rem;
    color: #7a3636;
    position: absolute;
}
.celebrity_item_name{
    color: #c50a0a;
    position: absolute;
    font-size: 0.22rem;
    left: 0.5rem;
    top: 1.38rem;
    width: 1.5rem;
    text-align: center;
}
.celebrity_item_pic{
    position: absolute;
    left: 2.6rem;
    width: 3.3rem;
    top: 0.2rem;
    height: 2.1rem;
    display: block;
}
.celebrity_item_desc{
    position: absolute;
    top: 2.6rem;
    left: 0.8rem;
    padding-bottom: 0.01rem;
    max-width: 2.5rem;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 0.25rem;
}
.celebrity_item_more{
    position: absolute;
    left: 4.5rem;
    top: 2.8rem;
    width: 1.29rem;
    height:0.38rem;
    background: url("/custom/img/features-mod/gang-league/celebrity/celebrity_item_more.png");
    background-size: 100% 100%;
}