html,body{
  background: #280249 ;
  overflow-x: hidden;
}

[v-cloak]{
  display: none;
}

.page_app *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.p_c_border_box{
  border: 2px solid #D3BD7F;
  position: relative
}

.p_c_border_box::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid #D3BD7F;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    padding: 6px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
  }

.p_c_fight_win{
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAABAUlEQVQ4jaXTzSpFURiH8R8ZmCgJA8YUBj4uQLkBJoRTyswFuAAZmRobKyFlLDq4B5kaGchQKV/prXfXprP3qXPeyXr/a+/1rNXTWj1vzWld1AQ+8dTXBaQfZxjCUjegQ8xlv9/bIWQDO9k/Y7cT0CSOsv9GAy8FaBx3mGoDCS+nGMi8l+sEaAy3WMxxpgZU9nKFg+JDgF7xmHkUTcy2gPz3soWfMugDq7jMuRFcY76dl/IuhaOAreMi83DCFuq8tAIVsDj+eea4aDcJaemlChT1hU2cZB7EcpWXOlDhIBYcl+bec4M/XspV9UQCtp3jGlZwXwWJavf648RxSR/qfoJfhs03ggKKZC0AAAAASUVORK5CYII=) center center no-repeat;
}

.p_c_winner_crown{
  display: inline-block;
  width: 31px;
  height: 21px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAVCAYAAAC+NTVfAAACRUlEQVRIibXWS4iOYRQH8N+ML5fGpcgsLMyIiA0ludW4rMbGBokodzZKVspCSaTZKcVmspJYEIrCYgxyTZFSGrMYERZGxrjUGD11vry9vptp/OvpPe/7nOf8zznfec756nrvtaqCJlzAM+yopoy92IN9uFFJsb4GYyuwAFswpgb9rZiDddUUayE/j0voxaQqusm5H5GlY8NB3o8nQXwTk8vojcA5LEIPuoeDPKE5nrNwBQ25/TqcwuqcflXy5TiBqRX0mjLyQlzGyMy3o7lirESeMncI8ws4GQWSotle5kDe2Eqcweao6gO5/YYg+VjC1uG4DWtS5O14jhY8wk6MzSjXl8nKBtxCWxmHp2XkUaHfgfV4m4o4e88P4kjIX3AWp8P7njIElZBIHmJXZLQxdNuLGS5kDndk5HHYHatrCMQJxyNj+aLuLArZjZTybyWMTB8ieXOZ21SSPDWHB0MkqhXvspnMe3b7P5N3Zl/y5B3+L+5krRdyVPfxM9dAiujDB3zCrzhbiLZaiEDSuQmxqkaeJ++PwluaeU9kj3ERrzGAwVh1mWdfyDOxKXp8YziX8Dn6SVnyhKsRxdPo42/CSGqxazEbUyLKwTgzGCRdMQHbIkvLsBFzI6iBLFGpPxOpNY5PvRfzsApLyqSxEq6HI6mIJ4bNa9UiH4jR2DIEwixaY3WHI3/N91Lk3zE69+0rXuBVpPZ9tN1UD0WkeZAiTD9PGr2Lo8OlHr8N+2shT0jF9RJ343okOVX4vyKRp4EyI4L6A/wGCqx3cZotsX0AAAAASUVORK5CYII=) center center no-repeat;
}

.p_c_players_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #eacc8c;
  padding-bottom: 20px
}

.p_c_players_list .item{
    width: 12.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer
  }

.p_c_players_list .item .logo{
      position: relative;
      width: 110px;
      height: 111px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
    }

.p_c_players_list .item .logo::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/team_logo_border.png) 0 0 no-repeat;
        left: 0;
        top: 0;
      }

.p_c_players_list .item .logo img{
        width: 96px;
        height: 96px;
      }

.p_c_players_list .item .name{
      text-align: center;
      padding-top: 6px;
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }

/* tooltip */

.tooltipster-sidetip .tooltipster-box{
  border : 1px solid #333;
  background-color: #111;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #111;
  left: 0;
  top: 2px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #111;
  left: -2px;
  top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #111;
  left: 2px;
  top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #111;
  left: 0;
  top: -2px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #333
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #333
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #333
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #333
}

.tooltipster-base{
  max-width: 300px;
}

.tooltip_affix .tooltipster-content{
  padding : 14px
}

.tooltip_affix .tooltipster-content>div:not(:first-child){
    margin-top : 10px;
  }

.tooltip_affix .tooltipster-content>div>h5{
      font-size: 16px;
      margin-bottom: 5px;
    }

.tooltip_affix .tooltipster-content>div>p{
      font-size: 14px;
    }

.tooltip_role .tooltipster-content{
  padding : 10px 14px
}

.tooltip_role .tooltipster-content>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }

.tooltip_role .tooltipster-content>div>i{
      display: block;
      width : 22px;
      height: 22px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      margin-right: 4px;
      border : 1px solid #999;
    }

.s_games_logo_1{
  display: inline-block;
  background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/games_logo_1.png) 0 0 no-repeat
}

.s_games_logo_1.logo_hs{
    width: 46px;
    height: 46px;
    background-position: -1px 0;
  }

.s_games_logo_1.logo_wow{
    background-position:  -1px -65px;
    width: 38px;
    height: 38px;
  }

.s_games_logo_1.logo_ow{
    background-position:  -3px -120px;
    width: 39px;
    height: 39px;
  }

.s_games_logo_1.logo_war3{
    background-position:  -1px -178px;
    width: 37px;
    height: 36px;
  }

.s_games_logo_1.logo_gold{
    background-position:  -6px -240px;
    width: 36px;
    height: 34px;
  }

.s_games_logo_1.logo_sc2{
    background-position:  0 -297px;
    width: 45px;
    height: 39px;
  }

.s_games_logo_2{
  display: inline-block;
  background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/against_games_logo.png) 0 0 no-repeat
}

.s_games_logo_2.logo_hs{
    background-position: -388px 0;
    width: 63px;
    height: 61px;
  }

.s_games_logo_2.logo_wow{
    background-position: 0 -4px;
    width: 53px;
    height: 53px;
  }

.s_games_logo_2.logo_ow{
    background-position: -795px -4px;
    width: 53px;
    height: 53px;
  }

.s_games_logo_2.logo_war3{
    background-position: -982px -6px;
    width: 63px;
    height: 49px;
  }

.s_games_logo_2.logo_sc2{
    background-position: -196px -5px;
    width: 57px;
    height: 51px;
  }

.typePage{
  width: 1200px;
  position: relative;
  left: 50%;
  margin-left: -600px;
}

.page_title{
  width: 100%;
  height: 61px;
  line-height: 61px;
  color: #fffbd3;
  font-size: 20px;
  font-weight: 700;
  background:url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/page_title.png) center top no-repeat;
  text-align:center;
}

.i_smooth{
  position: absolute;
  top: -40px;
}

.c_pop-box * {
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
  }

.c_pop-box{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.c_pop-box .c_pop-box-cont{
    position: relative;
  }

.c_pop-box .c_pop-box-close-btn{
    font-size: 0;
    text-indent: -999vw;
    position: absolute;
    width: 78px;
    height: 78px;
    right: 0;
    top: 0;
    cursor: pointer
  }

.c_pop-box .c_pop-box-close-btn:before,
        .c_pop-box .c_pop-box-close-btn:after{
      content: "";
      position: absolute;
      width: 40px;
      height: 5px;
      background-color: #D3BD7F;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
    }

.c_pop-box .c_pop-box-close-btn:after{
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
    }

.c_pop-box .c_pop-box-close-btn:hover:before{
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
      }

.c_pop-box .c_pop-box-close-btn:hover::after{
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
      }

.c_pop-box-player-pop{
  width: 699px;
  height: 250px;
  background: #82652D;
  border-top: 3px solid #D3BD7F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.c_pop-box-player-pop .img{
    position: relative;
    width: 110px;
    height: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }

.c_pop-box-player-pop .img::before{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/team_logo_border.png) 0 0 no-repeat;
      left: 0;
      top: 0;
    }

.c_pop-box-player-pop .img img{
      width: 96px;
      height: 96px;
    }

.c_pop-box-player-pop .info{
    width: 400px;
    padding-left:24px;
    font-size:16px
  }

.c_pop-box-player-pop .info .name{
      font-size: 28px;
      font-weight: 700;
      color: #eacc8c;
    }

.c_pop-box-team-pop{
  width: 800px;
  height: 250px;
  background: #2B2B2B;
  border-top: 3px solid #666666;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.c_pop-box-team-pop .img{
    position: relative;
    width: 110px;
    height: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
  }

.c_pop-box-team-pop .img::before{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/team_logo_border.png) 0 0 no-repeat;
      left: 0;
      top: 0;
    }

.c_pop-box-team-pop .img img{
      width: 96px;
      height: 96px;
    }

.c_pop-box-team-pop .info{
    width: 500px;
    padding-left:24px;
    font-size:16px
  }

.c_pop-box-team-pop .info .name{
      font-size: 28px;
      font-weight: 700;
      color: #FFFBD3;
      padding-bottom: 10px;
    }

.c_pop-box-team-pop .info .players li{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        white-space: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 20px;
        color: #EACC8C;
        padding-bottom: 5px
      }

.c_pop-box-team-pop .info .players li img{
          margin-right: 3px;
        }

.page_big1{
  background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/kv.jpg) #280249 center top no-repeat;
  padding-top: 400px
}

.page_big1 .kv_desc{
    font-size: 24px;
    font-weight: 700;
    color: #fffbd3;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 0 6px 16px rgba(0,4,91,0.7);
  }

.page_schedule{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 45px
}

.page_schedule .item_day{
    width: 378px;
    height: 690px;
    margin: 0 11px;
    padding-top: 285px
  }

.page_schedule .item_day.item_day2022-1-7{
      background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/schedule_17.png) center top no-repeat;
      position: relative
    }

.page_schedule .item_day.item_day2022-1-7::after{
        content: '';
        position: absolute;
        width: 29px;
        height: 30px;
        background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/schedule_17_i.png) center bottom no-repeat;
        left: 241px;
        top: 0;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
      }

.page_schedule .item_day.item_day2022-1-8{
      background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/schedule_18.png) center top no-repeat;
      margin-top: 50px;
    }

.page_schedule .item_day.item_day2022-1-9{
      background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/schedule_19.png) center top no-repeat;
    }

.page_schedule .item_day .list{
      height: 366px;
      padding: 0 29px;
      overflow: hidden;
      position: relative
    }

.page_schedule .item_day .list.hasShadow::after{
          content: '';
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 300px;
          height: 100%;
          pointer-events: none;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(rgba(47,33,93, 0.7)));
          background: linear-gradient(to bottom, transparent 80%, rgba(47,33,93, 0.7));
          -webkit-filter: blur(10px);
                  filter: blur(10px);
        }

.page_schedule .item_day .list .item{
        font-size: 16px;
        color: #a491c7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 1px solid #66518B;
        padding: 12px 0
      }

.page_schedule .item_day .list .item:last-child{
          border: none;
        }

.page_schedule .item_day .list .item .logo{
          width: 62px;
          text-align: center;
        }

.page_schedule .item_day .list .item .cont{
          line-height: 1.3
        }

.page_schedule .item_day .list .item .cont .time{
            color: #d7c97e;
          }

.page_schedule .item_day .list .item .cont .title,
                    .page_schedule .item_day .list .item .cont .other_title{
            font-size: 18px;
            font-weight: 700;
            color: #fffbd3;
          }

.page_schedule .item_day .list .item .cont .host,
                    .page_schedule .item_day .list .item .cont .commentary{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
          }

.page_schedule .item_day .list .item .cont .host .d1,.page_schedule .item_day .list .item .cont .commentary .d1{
              white-space: nowrap;
            }

.page_schedule .item_day .list .mCSB_scrollTools{
        right: -5px;
      }

.page_schedule .item_day .list .mCSB_draggerRail{
        width: 5px;
      }

.page_schedule .item_day .list .mCSB_dragger_bar{
        background: #785AB0;
      }

.page_rule{
  background:#180E37;
  position: relative
}

.page_rule::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #D3BD7F;
    left: 0;
    top: 0;
  }

.page_rule .rule_decorate_left{
    width: 763px;
    height: 460px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -962px;
    background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/info_bg.png) 0 0 no-repeat;
    pointer-events: none;
    z-index: 2;
  }

.page_rule .rule_decorate_right{
    pointer-events: none;
    width: 317px;
    height: 415px;
    position: absolute;
    bottom: -180px;
    left: 50%;
    margin-left: 645px;
    z-index: 2;
    background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/info_bg_r.png) 0 0 no-repeat;
  }

.page_rule .page_rule_cont{
    min-height: 350px;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color:#d3bd7f;
    font-size: 16px;
    position: relative
  }

.page_rule .page_rule_cont dl{
      position:relative;
      padding-bottom:50px;
    }

.page_rule .page_rule_cont .tit{
      position:absolute;
      top:15px;
      left:-180px;
    }

.page_rule .page_rule_cont .text{
      position:relative;
      line-height:23px;
    }

.page_rule .page_rule_cont .text:before{
      display: none;
      content:'';
      position:absolute;
      width:1px;
      height:60px;
      background:#785B39;
      top:0;
      left:-30px;
    }

.page_rule .page_rule_cont .info .tit{
      width:117px;
      height:28px;
      background-position:0 -150px;
    }

.page_rule .page_rule_cont .rule .tit{
      width:117px;
      height:28px;
      background-position:0 -200px;
    }

.page_rule .match_logo{
  }

.page_rule .match_logo_touch{
    display: none;
  }

.page_rule .info{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

.page_rule .page_title .font_img_title{
    width:117px;
    height:28px;
    background-position:0 -100px;
  }

.page_live {
  margin: 0 auto;
  position: relative;
  padding-bottom: 45px
}

.page_live * {
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
  }

.page_live .page_title i{
      display: inline-block;
      width: 32px;
      height: 21px;
      background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/icons_tv.png) 0 0 no-repeat;
      margin-right: 8px;
      position: relative;
      top: 3px;
    }

.page_live .live_hd .stream_hd{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px 0 15px
    }

.page_live .live_hd .stream_hd li{
        font-size: 16px;
        color: #baa4e2;
        padding-left: 10px;
        cursor: pointer
      }

.page_live .live_hd .stream_hd li:hover,.page_live .live_hd .stream_hd li.active{
          color: #FFFBD3;
        }

.page_live .live_hd .stream_hd li.active{
          font-weight: 700;
        }

.page_live .live_box {
    width: 1200px;
    height: 584px;
    margin: 0 auto;
    background-color: #000;
    border: 2px solid #D3BD7F;
    position: relative
  }

.page_live .live_box::after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border: 4px solid #D3BD7F;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-box-sizing: initial;
              box-sizing: initial;
      padding: 6px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      pointer-events: none;
    }

.page_guest{
  padding-bottom: 50px
}

.page_guest.guest_img_len_0{
    display: none;
  }

.page_guest.guest_img_len_1 .swiper-container .swiper-wrapper,.page_guest.guest_img_len_2 .swiper-container .swiper-wrapper{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
      }

.page_guest.guest_img_len_1 .swiper-container .swiper-wrapper .swiper-slide,.page_guest.guest_img_len_2 .swiper-container .swiper-wrapper .swiper-slide{
          width: 567px;
          height: 319px;
          margin: 0 10px;
        }

.page_guest.guest_img_len_1 .swiper-button-prev,
        .page_guest.guest_img_len_1 .swiper-button-next,
        .page_guest.guest_img_len_1 .swiper-pagination,
        .page_guest.guest_img_len_2 .swiper-button-prev,
        .page_guest.guest_img_len_2 .swiper-button-next,
        .page_guest.guest_img_len_2 .swiper-pagination{
      display: none;
    }

.page_guest .guest_swiper {
    position: relative;
  }

.page_guest .swiper-container {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    padding-top: 44px
  }

.page_guest .swiper-container .swiper-slide {
      width: 630px;
      height: 355px;
      position: relative
    }

.page_guest .swiper-container .swiper-slide img{
        width: 100%;
        height: 100%;
        display: block;
      }

.page_guest .swiper-container .swiper-slide::before{
        content: '';
        width: 100%;
        height: 100%;
        background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/guest_border_0104.png) center center no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
      }

.page_guest .swiper-button-prev,
    .page_guest .swiper-button-next {
    position: absolute;
    z-index: 9;
    width: 33px;
    height: 51px;
    background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/icons_swiper_arrow.png) center center no-repeat;
    left: -60px;
    right: auto;
    -webkit-transition: -webkit-filter 0.2s;
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s
  }

.page_guest .swiper-button-prev:hover,.page_guest .swiper-button-next:hover{
      -webkit-filter: drop-shadow(0 0 6px rgba(255,255,255,0.3));
              filter: drop-shadow(0 0 6px rgba(255,255,255,0.3));
    }

.page_guest .swiper-button-next {
    -webkit-transform: scale(-1);
            transform: scale(-1);
    left: auto;
    right: -60px;
  }

.page_guest .swiper-pagination {
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
  }

.page_guest .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 2px;
      opacity: 1;
      background: transparent;
      border: 1px solid #C5AE7B;
      border-radius: 50%;
    }

.page_guest .swiper-pagination .swiper-pagination-bullet-active {
      position: relative;
      background: #C5AE7B;
    }

.page_against{
  position: relative;
  padding-bottom: 100px
}

.page_against.page_against_wow{
    background:url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/ag_wow_bg.jpg) 0 100px no-repeat
  }

.page_against.page_against_wow .against_title{
      background-position: 0px -324px;
    }

.page_against.page_against_hs,
    .page_against.page_against_hsbg{
    background:url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/ag_hs_bg.jpg) 0 100px no-repeat;
  }

.page_against.page_against_ow{
    background:url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/ag_ow_bg.jpg) 0 100px no-repeat
  }

.page_against.page_against_ow .against_title{
      background-position: 0px -81px;
    }

.page_against.page_against_sc2{
    background:url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/ag_sc2_bg.jpg) 0 100px no-repeat
  }

.page_against.page_against_sc2 .against_title{
      background-position: 0px -162px;
    }

.page_against.page_against_war3{
    background:url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/ag_war3_bg.jpg) 0 100px no-repeat
  }

.page_against.page_against_war3 .against_title{
      background-position: 0px -243px;
    }

.page_against .against_title{
    position: absolute;
    width: 433px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/s_against_title0115.png) 0 0 no-repeat;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -63%);
            transform: translate(-50%, -63%);
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    color: #fffbd3;
  }

.page_against .i_smooth{
    top: 0;
  }

.page_against .games_list{
    background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/against_hd_bg_line.jpg) center center no-repeat
  }

.page_against .games_list ul{
      position: relative;
      width: 1440px;
      height: 190px;
      left: 50%;
      top: 8px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/against_hd_bg.png) 0 0 no-repeat;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
    }

.page_against .games_list ul li{
        width: 200px;
        height: 73px;
        background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/against_hd_game_line.png) right top no-repeat;
        font-size: 20px;
        font-weight: 700;
        color: #d3bd7f;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: -18px;
        cursor: pointer;
        position: relative
      }

.page_against .games_list ul li .first_line{
          position: absolute;
          width: 2px;
          height: 73px;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/against_hd_game_line.png) center top no-repeat;
        }

.page_against .games_list ul li .logo{
          margin-right: 8px;
        }

.page_against .games_list ul li .logo,
                .page_against .games_list ul li span{
          position: relative;
          z-index: 9;
        }

.page_against .games_list ul li::before{
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 254px;
          height: 155px;
          background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/against_hd_game_active_bg.png) 0 0 no-repeat;
          opacity: 0;
        }

.page_against .games_list ul li::after{
          content: '';
          position: absolute;
          left: 50%;
          bottom: -25px;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 27px;
          height: 12px;
          background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/against_hd_game_active_arrow.png) 0 0 no-repeat;
          opacity: 0;
        }

.page_against .games_list ul li:hover,
                .page_against .games_list ul li.active{
          color: #fff
        }

.page_against .games_list ul li:hover::before,
                    .page_against .games_list ul li:hover::after,
                    .page_against .games_list ul li.active::before,
                    .page_against .games_list ul li.active::after{
            opacity: 1;
          }

.page_against .game_cont{
    padding-top: 40px
  }

.page_against .game_cont .noData{
      min-height: 400px;
      line-height: 350px;
      text-align: center;
      font-size: 24px;
      color: #D3BD7F;
    }

.page_against .game_cont .game_fights{
      position: relative;
      min-height: 400px;
    }

.page_against .game_bonus{
    padding-top: 40px;
  }

.page_against_wow .game_fights{
    padding: 40px 36px;
    background: rgba(61,61,61, 0.8);
  }

.page_against_wow .fights_list .fight_item{
      background: rgba(41,41,41, 0.5);
      margin-bottom: 10px;
      padding: 0 30px
    }

.page_against_wow .fights_list .fight_item:last-child{
        background: rgba(201,165,57,0.59)
      }

.page_against_wow .fights_list .fight_item:last-child .p_c_winner_crown{
          display: inline-block!important;
        }

.page_against_wow .fights_list .fight_item .info{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 20px 0
      }

.page_against_wow .fights_list .fight_item .info .team{
          color: #eacc8c;
          font-size: 20px;
          width: 460px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center
        }

.page_against_wow .fights_list .fight_item .info .team .name_desc{
            text-align: right;
            padding: 0 15px;
            width: 300px
          }

.page_against_wow .fights_list .fight_item .info .team .name_desc .desc{
              font-size: 16px;
              color: #eacc8c;
            }

.page_against_wow .fights_list .fight_item .info .team .name{
            padding: 0 15px
          }

.page_against_wow .fights_list .fight_item .info .team .name .p_c_winner_crown{
              display: none;
            }

.page_against_wow .fights_list .fight_item .info .team .logo{
            position: relative;
            width: 110px;
            height: 111px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            cursor: pointer
          }

.page_against_wow .fights_list .fight_item .info .team .logo::before{
              content: '';
              position: absolute;
              width: 100%;
              height: 100%;
              background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/team_logo_border.png) 0 0 no-repeat;
              left: 0;
              top: 0;
            }

.page_against_wow .fights_list .fight_item .info .team .logo img{
              width: 96px;
              height: 96px;
            }

.page_against_wow .fights_list .fight_item .info .team.player{
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
          }

.page_against_wow .fights_list .fight_item .info .team.target{
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start
          }

.page_against_wow .fights_list .fight_item .info .team.target .name_desc{
              text-align: left;
            }

.page_against_wow .fights_list .fight_item .info .score{
          width: 228px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center
        }

.page_against_wow .fights_list .fight_item .info .score .fight_t{
            font-size: 16px;
            color: #fffbd3;
            padding-bottom: 8px;
          }

.page_against_wow .fights_list .fight_item .info .score .score_cont{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center
          }

.page_against_wow .fights_list .fight_item .info .score .score_cont .point{
              width: 40px;
              height: 58px;
              border: 1px solid rgba(102,102,102,0.5);
              font-size: 40px;
              font-weight: 700;
              color: #fff;
              text-align: center;
              line-height: 58px;
              border-radius: 5px;
              background: rgba(22,22,22,0.5);
            }

.page_against_wow .fights_list .fight_item .info .score .score_cont .dot{
              font-size: 40px;
              color: rgba(255,255,255,0.4);
              padding:0 6px;
              height: 52px;
              line-height: 40px;
            }

.page_against_wow .fights_list .fight_item .details{
        padding: 18px 0
      }

.page_against_wow .fights_list .fight_item .details .d_items{
          font-size: 16px;
          font-weight: 700;
          color: #ece8c3;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-bottom: 10px
        }

.page_against_wow .fights_list .fight_item .details .d_items .map_cont{
            width: 342px;
            height: 44px;
            border: 1px solid #434343;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 38px;
            background-position: center center;
            position: relative
          }

.page_against_wow .fights_list .fight_item .details .d_items .map_cont::before{
              content: '';
              position: absolute;
              width: 100%;
              height: 100%;
              left: 0;
              top: 0;
              background: rgba(0, 0, 0, 0.3);
            }

.page_against_wow .fights_list .fight_item .details .d_items .map_cont .map_info_l{
              position: relative;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              padding-left: 10px;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center
            }

.page_against_wow .fights_list .fight_item .details .d_items .map_cont .map_info_l .layer{
                width: 39px;
                height: 40px;
                background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/wow_map_layer.png) 0 0 no-repeat;
                text-align: center;
                line-height: 40px;
                font-size: 14px;
                color: #eeeeee;
                margin-right: 3px;
              }

.page_against_wow .fights_list .fight_item .details .d_items .map_cont .affixs{
              position: relative;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              padding-right: 10px
            }

.page_against_wow .fights_list .fight_item .details .d_items .map_cont .affixs .affix_item{
                width: 32px;
                border: 1px solid rgba(0, 0, 0, 0.2);
                margin: 0 2px
              }

.page_against_wow .fights_list .fight_item .details .d_items .map_cont .affixs .affix_item img{
                  width: 100%;
                  display: block;
                }

.page_against_wow .fights_list .fight_item .details .d_items .time{
            width: 300px;
            position: relative
          }

.page_against_wow .fights_list .fight_item .details .d_items .time .p_c_fight_win{
              position: absolute;
              top: 50%;
              left: -3px;
              -webkit-transform: translate(-100%, -50%);
                      transform: translate(-100%, -50%);
            }

.page_against_wow .fights_list .fight_item .details .d_items .time.player{
              text-align: right
            }

.page_against_wow .fights_list .fight_item .details .d_items .time.player .p_c_fight_win{
                left: auto;
                right: -3px;
                -webkit-transform: translate(100%, -50%);
                        transform: translate(100%, -50%);
              }

.page_against_sc2 .game_fights{
    background: rgba(14,36,102, 0.8);
  }

.page_against_sc2 .fight_overview{
    background: #02307B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding:60px 0 40px
  }

.page_against_sc2 .fight_overview .team{
      color: #eacc8c;
      font-size: 20px;
      width: 460px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
    }

.page_against_sc2 .fight_overview .team .name_desc{
        text-align: right;
        padding: 0 15px;
        width: 300px
      }

.page_against_sc2 .fight_overview .team .name_desc .desc{
          font-size: 16px;
          color: #eacc8c;
        }

.page_against_sc2 .fight_overview .team .name{
        display: block;
      }

.page_against_sc2 .fight_overview .team .logo{
        position: relative;
        width: 144px;
        height: 145px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
      }

.page_against_sc2 .fight_overview .team .logo::before{
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/team_logo_border_lg.png) 0 0 no-repeat;
          left: 0;
          top: 0;
        }

.page_against_sc2 .fight_overview .team .logo img{
          width: 126px;
          height: 126px;
        }

.page_against_sc2 .fight_overview .team.player{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
      }

.page_against_sc2 .fight_overview .team.target{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
      }

.page_against_sc2 .fight_overview .team.target .name_desc{
          text-align: left;
        }

.page_against_sc2 .fight_overview .score{
      width: 164px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
    }

.page_against_sc2 .fight_overview .score .fight_t{
        font-size: 16px;
        color: #fffbd3;
        padding-bottom: 8px;
        display: none;
      }

.page_against_sc2 .fight_overview .score .score_cont{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
      }

.page_against_sc2 .fight_overview .score .score_cont .point{
          width: 40px;
          height: 58px;
          border: 1px solid #0F448D;
          font-size: 40px;
          font-weight: 700;
          color: #fff;
          text-align: center;
          line-height: 58px;
          border-radius: 5px;
          background: #174F97;
        }

.page_against_sc2 .fight_overview .score .score_cont .dot{
          font-size: 40px;
          color: #1256AE;
          padding:0 6px;
          height: 52px;
          line-height: 40px;
        }

.page_against_sc2 .details{
    padding: 0 60px;
  }

.page_against_sc2 .d_items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #2E61B2;
    color: #eacc8c;
    font-size: 16px
  }

.page_against_sc2 .d_items .fight_player{
      width: 275px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start
    }

.page_against_sc2 .d_items .fight_player.target{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
      }

.page_against_sc2 .d_items .fight_player .avatar{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px solid #D3BD7F
      }

.page_against_sc2 .d_items .fight_player .avatar img{
          width: 100%;
          display: block;
          border-radius: 50%;
        }

.page_against_sc2 .d_items .fight_player .name{
        padding:0 10px;
      }

.page_against_sc2 .d_items .fight_player .race{
        color: #4F9FFF;
        font-size: 26px;
      }

.page_against_sc2 .d_items .d_score{
      width: 290px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between
    }

.page_against_sc2 .d_items .d_score .map_point{
        width: 28px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #1A3C84;
        border-radius: 5px;
        font-size: 20px;
        color: #fffbd3;
      }

.page_against_sc2 .d_items .d_score .map_list .map_item{
          width: 82px;
          text-align: center;
        }

.page_against_sc2 .d_items .d_score .map_list .player_win,
                .page_against_sc2 .d_items .d_score .map_list .target_win{
          position: relative
        }

.page_against_sc2 .d_items .d_score .map_list .player_win::before,.page_against_sc2 .d_items .d_score .map_list .target_win::before{
            content: '';
            position: absolute;
            width: 18px;
            height: 15px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAABAUlEQVQ4jaXTzSpFURiH8R8ZmCgJA8YUBj4uQLkBJoRTyswFuAAZmRobKyFlLDq4B5kaGchQKV/prXfXprP3qXPeyXr/a+/1rNXTWj1vzWld1AQ+8dTXBaQfZxjCUjegQ8xlv9/bIWQDO9k/Y7cT0CSOsv9GAy8FaBx3mGoDCS+nGMi8l+sEaAy3WMxxpgZU9nKFg+JDgF7xmHkUTcy2gPz3soWfMugDq7jMuRFcY76dl/IuhaOAreMi83DCFuq8tAIVsDj+eea4aDcJaemlChT1hU2cZB7EcpWXOlDhIBYcl+bec4M/XspV9UQCtp3jGlZwXwWJavf648RxSR/qfoJfhs03ggKKZC0AAAAASUVORK5CYII=) center center no-repeat;
            left: 0;
            top: 50%;
            -webkit-transform: translate(-100%, -50%);
                    transform: translate(-100%, -50%);
          }

.page_against_sc2 .d_items .d_score .map_list .target_win::before{
            left: auto;
            right: 0;
            -webkit-transform: translate(100%, -50%);
                    transform: translate(100%, -50%);
          }

.page_against_hs .game_fights{
    background: #775A27;
    padding: 60px 22px 22px;
  }

.page_against_hs .bracket_cont_hs{
    background: #3E2C18;
    padding: 34px 0 0
  }

.page_against_hs .bracket_cont_hs *{
      -webkit-box-sizing: content-box!important;
              box-sizing: content-box!important;
    }

.page_against_hs .rule{
    background-color: #51390F;
    color: #eacc8c;
    padding: 12px 15px;
  }

.page_against_hsbg .fights_cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.page_against_hsbg .game_fights{
    background: #775A27;
    padding: 60px 22px 22px;
  }

.page_against_hsbg .fight-item-left {
    float: left;
    width: 774px;
    height: 698px;
    background: url("https://blz.nosdn.127.net/1/gold/images/minisite/2020final/esports/fight-hsBg-left-bg.jpg") no-repeat 0 0
  }

.page_against_hsbg .fight-item-left .tab-2 {
      padding: 4px 4px 0 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto
    }

.page_against_hsbg .fight-item-left .tab-2 li{
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        color: #c2a168;
        height: 62px;
        line-height: 62px;
        font-size: 16px;
        cursor: pointer
      }

.page_against_hsbg .fight-item-left .tab-2 li.active{
          color: #fff;
          background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2020final/esports/fight-hsBg-left-tab-bg.jpg) no-repeat 0 0;
        }

.page_against_hsbg .fight-item-left table {
      width: 100%;
      font-size: 16px;
      color: #d9b576;
      width: 694px;
      margin: 0 auto
    }

.page_against_hsbg .fight-item-left table thead tr{
        border-bottom:2px solid #a88549;
      }

.page_against_hsbg .fight-item-left table thead tr td{
        border-top: none;
      }

.page_against_hsbg .fight-item-left table td {
        vertical-align: middle;
        text-align: center;
        height: 69px;
        border-top: 1px solid #a88549;
      }

.page_against_hsbg .fight-item-left table td.score{
        color: #ffe9bd;
      }

.page_against_hsbg .fight-item-left table .player{
        text-align: left;
      }

.page_against_hsbg .fight-item-left table thead .player{
        padding-left: 22px;
      }

.page_against_hsbg .fight-item-left table .player-photo{
        display: inline-block;
        width: 46px;
        height: 46px;
        border: 2px solid #c19454;
        background: #5d4925;
        border-radius: 50%;
        overflow: hidden;
        vertical-align: middle;
        margin: 0 10px;
      }

.page_against_hsbg .fight-item-left table .player-hero{
        width: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto;
      }

.page_against_hsbg .fight-item-left table .player-photo img,
            .page_against_hsbg .fight-item-left table .player-hero img{
        width: 100%;
      }

.page_against_hsbg .fight-item-rank {
    float: right;
    width: 338px;
  }

.page_against_hsbg .hs-bg-rank-title{
    height: 64px;
    line-height: 64px;
    background-image:  -webkit-gradient(linear, left top, left bottom, from(#cba56b), to(#fed99e));
    background-image:  linear-gradient(#cba56b, #fed99e);
    border-top: 3px solid #fedda3;
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-bottom: 2px;
  }

.page_against_hsbg .hs-bg-rank-list{
    background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2020final/esports/hs-bg-rank.png) no-repeat 0 0;
    width: 337px;
    height: 631px;
    color: #48361c
  }

.page_against_hsbg .hs-bg-rank-list li{
      height: 78px;
      margin-bottom: 1px;
      position: relative;
      overflow: hidden;
    }

.page_against_hsbg .hs-bg-rank-list .player-score{
      padding:16px 0 0 48px;
    }

.page_against_hsbg .hs-bg-rank-list .player-photo{
      position: absolute;
      right: 39px;
      top: 6px;
      max-width: 72px;
    }

.page_against_hsbg .hs-bg-rank-list .player-score strong{
      font-size: 32px;
      font-weight: bold;
      padding-top: 3px;
    }

.page_against_hsbg .hs-bg-rank-list li.win .player-score strong:after{
      content:"";
      display: inline-block;
      background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2020final/esports/sprite.png) no-repeat -374px -39px;
      width: 39px;
      height: 27px;
    }

.page_against_ow .game_fights{
    background: #eee;
    padding: 66px 53px 40px
  }

.page_against_ow .game_fights .against_title{
      -webkit-transform: translate(-50%, -50%)!important;
              transform: translate(-50%, -50%)!important;
    }

.page_against_ow .p_c_border_box{
    border: none;
    border-top: 4px solid #797B88
  }

.page_against_ow .p_c_border_box::after{
      display: none;
    }

.page_against_ow .fightOverview .info{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding:0
    }

.page_against_ow .fightOverview .info .team{
        color: #333333;
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
      }

.page_against_ow .fightOverview .info .team .name_desc{
          -ms-flex-item-align: start;
              align-self: flex-start;
          width: 234px;
          text-align: center;
          padding: 5px 0;
        }

.page_against_ow .fightOverview .info .team .name{
          font-size: 20px;
          font-weight: 700;
          color: #333333;
          width: 100%;
          text-align: left;
          position: relative
        }

.page_against_ow .fightOverview .info .team .name .p_c_winner_crown{
            vertical-align: middle;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
          }

.page_against_ow .fightOverview .info .team .logo{
          position: relative;
          width: 466px;
          height: 216px;
          border: 2px solid #AAAAAA;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center
        }

.page_against_ow .fightOverview .info .team .logo img{
            width: 100%;
            height: 100%;
          }

.page_against_ow .fightOverview .info .team.player{
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
        }

.page_against_ow .fightOverview .info .team.target{
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start
        }

.page_against_ow .fightOverview .info .team.target .name_desc{
            -ms-flex-item-align: end;
                align-self: flex-end;
          }

.page_against_ow .fightOverview .info .team.target .name{
            text-align: right;
          }

.page_against_ow .fightOverview .info .score{
        width: 158px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: -30px
      }

.page_against_ow .fightOverview .info .score .fight_t{
          font-size: 16px;
          color: #fffbd3;
          padding-bottom: 8px;
        }

.page_against_ow .fightOverview .info .score .score_cont{
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center
        }

.page_against_ow .fightOverview .info .score .score_cont .point{
            width: 40px;
            height: 58px;
            border: 1px solid #535353;
            font-size: 40px;
            font-weight: 700;
            color: #fff;
            text-align: center;
            line-height: 58px;
            border-radius: 5px;
            background: #535353;
          }

.page_against_ow .fightOverview .info .score .score_cont .dot{
            font-size: 40px;
            color: #797B88;
            padding:0 6px;
            height: 52px;
            line-height: 40px;
          }

.page_against_ow .details .fight_type .ft_name{
        text-align: center;
        overflow: hidden;
        padding: 12px 0
      }

.page_against_ow .details .fight_type .ft_name span{
          position: relative;
          color: #333333;
          font-size: 20px;
          font-weight: 700;
          padding: 0 14px
        }

.page_against_ow .details .fight_type .ft_name span::before,
                    .page_against_ow .details .fight_type .ft_name span::after{
            width: 50vw;
            height: 1px;
            background: #AAAAAA;
            position: absolute;
            content: '';
            right: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
          }

.page_against_ow .details .fight_type .ft_name span::after{
            right: auto;
            left: 100%;
          }

.page_against_ow .details .fight_type .ft_list .item{
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 8px;
          background: #fff;
          position: relative
        }

.page_against_ow .details .fight_type .ft_list .item .p_c_fight_win{
            display: none;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            -webkit-filter: brightness(0);
                    filter: brightness(0)
          }

.page_against_ow .details .fight_type .ft_list .item .p_c_fight_win.win{
              display: block;
            }

.page_against_ow .details .fight_type .ft_list .item .p_c_fight_win.winner_player{
              left: 111px;
            }

.page_against_ow .details .fight_type .ft_list .item .p_c_fight_win.winner_target{
              right: 111px;
            }

.page_against_ow .details .fight_type .ft_list .item img{
            display: block;
          }

.page_against_war3 .game_fights {
    padding: 40px 35px;
    background: rgba(10,49,98,0.8);
  }

.page_against_war3 .fight_item:last-child{
      background: #04486F
    }

.page_against_war3 .fight_item:last-child .p_c_winner_crown{
        display: inline-block!important;
      }

.page_against_war3 .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding:25px 0
  }

.page_against_war3 .info .team{
      color: #FFFBD3;
      font-size: 20px;
      width: 460px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
    }

.page_against_war3 .info .team .name_desc{
        text-align: right;
        padding: 0 15px;
        width: 300px
      }

.page_against_war3 .info .team .name_desc .desc{
          font-size: 16px;
          color: #eacc8c;
        }

.page_against_war3 .info .team .name{
        display: block
      }

.page_against_war3 .info .team .name .p_c_winner_crown{
          display: none;
        }

.page_against_war3 .info .team .logo{
        position: relative;
        width: 144px;
        height: 145px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
      }

.page_against_war3 .info .team .logo::before{
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background: url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/8CqRHN/team_logo_border_lg.png) 0 0 no-repeat;
          left: 0;
          top: 0;
        }

.page_against_war3 .info .team .logo img{
          width: 126px;
          height: 126px;
        }

.page_against_war3 .info .team.player{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
      }

.page_against_war3 .info .team.target{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
      }

.page_against_war3 .info .team.target .name_desc{
          text-align: left;
        }

.page_against_war3 .info .score{
      width: 164px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
    }

.page_against_war3 .info .score .fight_t{
        font-size: 16px;
        color: #EACC8C;
        padding-bottom: 8px;
      }

.page_against_war3 .info .score .score_cont{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
      }

.page_against_war3 .info .score .score_cont .point{
          width: 40px;
          height: 58px;
          border: 1px solid #045283;
          font-size: 40px;
          font-weight: 700;
          color: #fff;
          text-align: center;
          line-height: 58px;
          border-radius: 5px;
          background: #045283;
        }

.page_against_war3 .info .score .score_cont .dot{
          font-size: 40px;
          color: #045283;
          padding:0 6px;
          height: 52px;
          line-height: 40px;
        }

.section_pc_subnav{
  position:fixed;
  z-index:99;
  top:50%;
  right:19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color:#C79A58;
  text-align:center
}

.section_pc_subnav .live_link{
    width: 125px;
    height: 173px;
    display:block;
    background:url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/subnav.png) -132px 0;
    padding-top:85px;
    color:#fffbd3;
    font-size:20px;
    font-weight: 700;
    line-height:1.2;
    margin: 0 auto;
  }

.section_pc_subnav .live_link .s1{
    font-size:16px;
    font-weight: 400;
    display:inline-block;
    width:100%;
  }

.section_pc_subnav .live_link:hover{
    background-position: 0 0;
    color:#fffbd3;
  }

.section_pc_subnav .sidebar{
    padding-top:5px;
  }

.section_pc_subnav .item,
    .section_pc_subnav .cosplay_link{
    display:block;
    margin:4px auto;
    color: #fffbd3;
    width:73px;
    height:73px;
    background:url(https://blz.nosdn.127.net/1/gold/images/minisite/2021final/esports/subnav.png) -158px -187px;
    padding:20px 20px;
    cursor:pointer;
    line-height:16px;
  }

.section_pc_subnav .item:hover,
    .section_pc_subnav .cosplay_link:hover,
    .section_pc_subnav .item.active{
    background-position:-26px -187px;
    color:#fffbd3;
  }

.section_pc_subnav .xcxewm{
    display: none;
    padding-top: 10px;
  }

.page_live .page_title,
.page_guest .page_title{
  width: 1400px;
  position: relative;
  left: 50%;
  margin-left: -700px;
}

.p_cooperation .page_title,.page_rule .page_title{
    position: absolute;
    width: 100%;
    left: 0;
    top: -30px;
  }
