html{overflow-y:auto;}
html,body,div,p,ul,li,dl,dt,dd,em,i,span,a,img,input,h1,h2,h3,h4,h5{margin:0;padding:0}
a,img,input{border:none}
em,b,i{font-style:normal}
body{font:.08rem -apple-system,"Helvetica Neue",Helvetica,Arial,sans-serif;background: #09111e;}
a{text-decoration:none}
ul,li{list-style:none}
a,img,input{border:none}
a{text-decoration:none}
ul,li{list-style:none}
img{-o-object-fit:cover;object-fit:cover}
*{-webkit-tap-highlight-color:rgba(255,255,255,0)}
img[src=""],img:not([src]){opacity:0}
a:not(.gray,.on,.active,.brightness,.disabled):hover,a:not(.gray,.on,.active,.brightness,.disabled):active{-webkit-filter:brightness(1.1);filter:brightness(1.1)}
a,img{-webkit-touch-callout:none}
html,body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.hide,.hid{text-indent:-99.99rem;font-size:0rem;overflow:hidden;width:0rem;height:0rem;opacity:0}
.wrap *,.wrap *::after,.wrap *::before{outline:0;background-repeat:no-repeat;background-position:center top;font-style:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#afooter{background:#000;padding:.2rem 0;line-height:.25rem;color:#fff;text-align:center;font-size:.18rem;position:relative;margin-top:0rem;font-family:"tahoma"}
#afooter a{color:#fff;text-decoration:none}
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-text-size-adjust:100% !important}
*[hidden]{display:none !important}
.disabled{pointer-events:none}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
    font-size: calc(100vw / 7.5); /* 页面整体自适应 */

}
.wrapper{width:7.5rem;margin:0 auto}
.wrap{width:7.5rem;position:relative;overflow:hidden;
  height: 91.88rem;
    background-position: center top;
    box-sizing: border-box;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/bg.jpg) no-repeat;
  background-size: 100% 100%;

}
.header{
  height: 6.3rem;
  position: relative;
}
.btn-rules{
  display: block;
    background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/btn-rules.png) no-repeat bottom center / 100% 100%;
  width: .6rem;
  height: 1.87rem;
  margin: 0 auto;
  position: fixed;
    top: 5.2rem;
    right: 0rem;
    z-index: 99;
}
.tit1{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tit1.png) no-repeat bottom center / 100% 100%;
  width: 6.86rem;
  height: .95rem;
  margin: 0 auto;
}

/* 赛事时间线样式 */
.tournament-timeline {
  position: relative;
  width: 6.84rem;
  margin: 0 auto;
  padding: 0.5rem 0;
  height: 2rem;
  margin-top: -0.2rem;

}

.timeline-stage {
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 1.85rem;
}

/* 三个阶段的定位 */
.timeline-stage:nth-child(1) {
  left: 0;
}

.timeline-stage:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}

.timeline-stage:nth-child(3) {
    right: 0.01rem;
}

.timeline-stage:nth-child(4) {
  display: none;
}

.stage-title {
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
  min-height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stage-dot {
  position: relative;
  width: 0.26rem;
  height: 0.26rem;
  margin: 0 auto;
  margin-bottom: .1rem;
}

.stage-date {
  font-size: 0.22rem;
}

.stage-status {
  font-size: 0.2rem;
}

.timeline-line {
  position: absolute;
  top: calc(50% + .35rem);
  left: 50%;
  transform: translateX(-50%);
  width: 6.86rem;
  height: 0.04rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/line.png) no-repeat center / 100% 100%;
  z-index: 1;
}

/* 已完成状态 */
.timeline-stage.completed .stage-title {
  color: #666;
}

.timeline-stage.completed .stage-dot {
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/i_ywc.png) no-repeat center / 100% 100%;
}

.timeline-stage.completed .stage-date {
  color: #666;
}

.timeline-stage.completed .stage-status {
  color: #666;
}

/* 进行中状态 */
.timeline-stage.active .stage-title {
  color: #002cff;
}

.timeline-stage.active .stage-dot {
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/i_ing.png) no-repeat center / 100% 100%;
}

.timeline-stage.active .stage-date {
  color: #002cff;
}

.timeline-stage.active .stage-status {
  color: #002cff;
}

/* 未开始状态 */
.timeline-stage.pending .stage-title {
  color: #939393;
}

.timeline-stage.pending .stage-dot {
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/i_befo.png) no-repeat center / 100% 100%;
}

.timeline-stage.pending .stage-date {
  color: #939393;
}

.timeline-stage.pending .stage-status {
  color: #939393;
}

/* 连接线的进度效果 */
.timeline-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 13%; /* 表示当前进度到第一阶段 */
  background: #002cff;
}

.timeline-line.stage1::before {
  width: 13%;
}

.timeline-line.stage2::before {
  width: 50%;
}

.timeline-line.stage3::before {
  width: 85%;
}

.timeline-line.stage4::before {
  width: 100%;
}

.baox{
    background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/baoxiang.png) no-repeat center / 100% 100%;
    width: 3.88rem;
    height: 3.65rem;
  margin-left: 1.8rem;
  margin-top: .35rem;
  position: relative;
}

.swiper_box{
  width: 6.35rem;
  margin: 0 auto;
  height: 2rem;
  position: relative;
}
.mySwiper .swiper-slide {
    width: 2.04rem !important;
    height: 2rem !important;
}
.sw1{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw1.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw2{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw2.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw3{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw3.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw4{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw4.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw5{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw5.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw6{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw8.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw7{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw7.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw8{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw6.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw9{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw9.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw10{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw10.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw11{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw11.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw12{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw12.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw13{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw13.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw14{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw14.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw15{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw15.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw16{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw16.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw17{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw17.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.sw18{
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sw18.png) no-repeat bottom center / 100% 100%;
  width: 2.04rem;
  height: 2rem;
  margin: 0 auto;
}
.swiper_box .swiper-button-prev{
    left: -0.45rem;
      background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/prev.png) no-repeat bottom center / 100% 100%;
      width: .26rem;
      height: .44rem;

}
.swiper_box .swiper-button-next{
    right: -0.45rem;
          width: .26rem;
      height: .44rem;
            background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/prev.png) no-repeat bottom center / 100% 100%;
            transform: rotate(-180deg);

}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: '' !important
}
.part1_btn1{
  display: block;
        background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/lq_btn1.png) no-repeat bottom center / 100% 100%;
      width: 3.2rem;
      height: .8rem;
      margin: 0 auto;
      margin-top: .2rem;
}
.part1_btn1.gray{
            background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/lq_btn2.png) no-repeat bottom center / 100% 100%;

}
.tit1_2{
    display: block;
        background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tit1_2.png) no-repeat bottom center / 100% 100%;
      width: 5.04rem;
      height: 1.06rem;
      margin-top: .5rem;
}
.rw_list li{
      background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/rw_list2.png) no-repeat bottom center / 100% 100%;
      width: 6.86rem;
      height: .8rem;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      align-content: center;
}
.rw_list li.ing{
        background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/rw_list1.png) no-repeat bottom center / 100% 100%;

}
.rw_list li span {
    width: 7rem;
    margin-left: .45rem;
    font-size: .24rem;
    text-align: left;
    color: #dddddd;
    line-height: .5rem;
}
.rw_btn{
  width:2rem;
  height: .5rem;
  line-height: .5rem;
  display: block;
  font-size: .24rem;
  font-weight: bold;
  text-align: center;
  color: #dddddd;
}
.rw_list li:last-child{
  margin-top: .1rem;
}
.rw_list{
  margin-top: .4rem;
}
.part1_btn2{
  display: block;
        background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/part1_btn2.png) no-repeat bottom center / 100% 100%;
      width: 6.86rem;
      height: .8rem;
      margin: 0 auto;
      margin-top: .1rem;
}
.tit2{
  display: block;
          background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tit2.png) no-repeat bottom center / 100% 100%;
      width: 6.86rem;
      height:.95rem;
      margin: 0 auto;
      margin-top: .7rem;
}
.part1{
  height: 15.5rem;
}

/* 我的观赛团样式 */

.cst_cont {
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/cst_bg.png) no-repeat top center / 100% 100%;
  width: 6.86rem;
  height: 2.81rem;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
    margin-top: 0.45rem;

}

.team-header {
  display: none;
}

.team-title {
  color: #ffffff;
  font-size: 0.32rem;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.team-members {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 0.2rem;
  padding-top: .9rem;
  box-sizing: border-box;
}


.member-item {

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}



.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.add-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/avatar.png) no-repeat top center / 100% 100%;
  width: 1.1rem;
  height: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}



.add-icon {
  font-weight: bold;
  line-height: 1;
    background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/add-icon.png) no-repeat top center / 100% 100%;
    width: .5rem;
    height: .5rem;
  font-size: 0;
}

.member-info {
  color: #ffffff;
  font-size: 0.22rem;
  margin-top: .15rem;
}

.member-name {
  font-weight: bold;
  margin-bottom: 0.05rem;
  word-break: break-all;
  line-height: 1.2;
  font-size: .18rem;
    color: rgba(255, 255, 255, 0.7);

}

.member-id {
  color: rgba(255, 255, 255, 0.7);
    font-size: .18rem;

}

.invite-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.2rem;
}

/* 已有头像时的状态 - 不可点击 */
.member-avatar.has-avatar {
  cursor: default;
  pointer-events: none;
}

.member-avatar{
  position: relative;
  width: 1.1rem;
  height: 1.1rem;
}
.add_btn{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.member-avatar.has-avatar .add-icon {
  display: none;
}

.cst_tip{
  font-size: .24rem;
  text-align: center;
  margin-top: .2rem;
  color: #b1b1b2;
  text-align: center;
}
.zb_bg{
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/zb-img.png) no-repeat top center / 100% 100%;
    width: 3.98rem;
    height: 8.74rem;
    margin: 0 auto;
    margin-top: .2rem;
}
.zb_bg2{
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/zb-bg2.png) no-repeat top center / 100% 100%;
width: 3.98rem;
height: 9.29rem;
margin: 0 auto;
margin-top: .2rem;
}
.zb_btn{
  display: block;
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/zb_btn.png) no-repeat top center / 100% 100%;
    width: 3.33rem;
    height: .6rem;
    margin: 0 auto;
    font-size: 0;
    margin-top: .2rem;
}
.zb_btn.gray{
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/zb_btn2.png) no-repeat top center / 100% 100%;

}
.zb_btn2{
    font-size: .18rem;
  text-align: center;
  color: #b1b1b2;
  margin: 0 auto;
  display: block;
  width: 100%;
  margin-top: .1rem;
  text-decoration: underline;
}


.tit3{
    display: block;
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tit3.png) no-repeat top center / 100% 100%;
    width: 6.86rem;
    height: .95rem;
    margin: 0 auto;
    margin-top: .5rem;
}


/* 团队卡片样式 */
.team_txbox {
  display: flex;
  justify-content: space-between;
  gap: 0.08rem;
  width: 6.8rem;
  margin: 0.3rem auto 0;
  padding: 0;
}

.team-card {
  width: 1.65rem;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}

.team-name {
  display: none;
}

.team-bg {
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/team_bg.png) no-repeat center / 100% 100%;
  width:1.64rem;
  height: 2.6rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.team-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.1rem 0.1rem;
}

.team-logo img {
  width: 1.57rem;
  height: auto;
  object-fit: contain;
}

.team-status {
  margin: 0.1rem 0.1rem 0.15rem;
}

.team-status img {
  width: 100%;
  height: auto;
  max-width: 1.45rem;
}

.team-action {
  margin-top: 0.1rem;
}

.team-action img {
  width: 100%;
  height: auto;
  max-width: 1.45rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.team-action img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* BLG已完成状态的特殊样式 */
.team-card:first-child .team-action img {
  cursor: not-allowed;
  opacity: 0.9;
  pointer-events: none;
}

.team-card:first-child .team-action img:hover {
  transform: none;
  filter: none;
}
.team_btn1{
    display: block;
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/team_btn.png) no-repeat center / 100% 100%;
  width:1.44rem;
  height: .4rem;
}

.team_btn1.on{
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/team_btnon.png) no-repeat center / 100% 100%;

}

.team_btn2{
    display: block;
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/team_btn2.png) no-repeat center / 100% 100%;
  width:1.64rem;
  height: .4rem;
}
.team_btn2.on{
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/team_btn2_on.png) no-repeat center / 100% 100%;

}


.part3 {
  height:12.2rem;

}





.tit4{
      display: block;
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tit4.png) no-repeat center / 100% 100%;
  width:6.86rem;
  height:.95rem;
  margin: 0 auto;
  margin-top: .8rem;
}

.team-card:first-child .team-action img:hover {
  transform: none;
  filter: none;
}

/* 口令码模块样式 */
.klm_box {
  width: 6.86rem;
  margin: 0.2rem auto 0;
}

.klm_title {
  font-size: 0.22rem;
  color: #212121;
  text-align: left;
  margin-bottom: 0.15rem;
}

.klm_content {
  margin: 0 auto;
      width: 6.86rem;
    height: 2.1rem;
    position: relative;
}

.klm_bg {
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/klm_bg.png) no-repeat center / 100% 100%;
  width: 6.86rem;
  height: 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 0.5rem;
  box-sizing: border-box;
}

.klm_date {
  font-size: 0.28rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.klm_code {
  font-size: 0.32rem;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.klm_btn_container {
  position: absolute;
  right: .2rem;
  top: .2rem;
}

.klm_btn {
  width: 1.4rem;
  height: auto;
  cursor: pointer;
  transition: all 0.3s ease;
}

.klm_btn:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.klm_btn{
  display: block;
 background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/klm_btn.png) no-repeat center / 100% 100%;
 width:1.63rem; 
  height: .22rem;
}
.part4 {
  height: 4.4rem;
}

.tit5{
      display: block;
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tit5.png) no-repeat center / 100% 100%;
  width:6.86rem;
  height:1.38rem;
  margin: 0 auto;
  margin-top: .8rem;
}
.tit6{
      display: block;
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tit6.png) no-repeat center / 100% 100%;
  width:6.86rem;
  height:1.39rem;
  margin: 0 auto;
  margin-top: .7rem;
}
.qb_img{
        display: block;
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/qb_img2.png) no-repeat center / 100% 100%;
  width:6.86rem;
  height:6.02rem;
  margin: 0 auto;
  margin-top: .35rem;
}
.go_zbj{
         display: block;
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/go_zbj.png) no-repeat center / 100% 100%;
  width:6.86rem;
  height:.8rem;
  margin: 0 auto;
  margin-top: .2rem;
}
.reyi_btn{
  display: block;
background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/reyi_btn.png) no-repeat center / 100% 100%;
width:6.86rem;
height:.8rem;
margin: 0 auto;
margin-top: .2rem;
}

.qb_img2{
        display: block;
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/qb_img.png) no-repeat center / 100% 100%;
  width:6.86rem;
  height:6.02rem;
  margin: 0 auto;
  margin-top: .35rem;
}
.tit7{
        display: block;
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tit7.png) no-repeat center / 100% 100%;
  width:6.86rem;
  height:.95rem;
  margin: 0 auto;
  margin-top: .7rem;
}
.part6 {
  height: 10.1rem;
}
.mySwiper2 {
  width: 6.86rem;
  height: 7.1rem;
}
.mySwiper2  .swiper-slide { 
    width: 4.07rem;
  height: 7.1rem;
  opacity: 0;
}
.mySwiper2  .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.mySwiper2  .swiper-slide.swiper-slide-prev{
   opacity: 1;
}
.mySwiper2  .swiper-slide.swiper-slide-next{
   opacity: 1;
}

.mySwiper2  .swiper-slide.swiper-slide-prev::before{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  }
.mySwiper2  .swiper-slide.swiper-slide-next::before{
   content: '';
   width: 101%;
   height: 100%;
   position: absolute;
   left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  }


  .swiper_sw7 .swiper-button-prev{
    left: 0.8rem;
      background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/prev1.png) no-repeat bottom center / 100% 100%;
          width: .6rem;
      height: .6rem;

}
.swiper_sw7 .swiper-button-next{
    right: 0.8rem;
          width: .6rem;
      height: .6rem;
            background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/next1.png) no-repeat bottom center / 100% 100%;

}
.swiper_sw7{
  position: relative;
  margin-top: .4rem;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}

  .klm_btn {
    width: 1.3rem;
  }




     .common1{
        width:6.86rem;
        height: 4.44rem;
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/comm_bg.png) no-repeat bottom center / 100% 100%;
        padding-top: .65rem;
        box-sizing: border-box;
      }




.dialog-title{
  font-size: .6rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.dialog-title::before{ 
  content: '';
  width: 80%;
  height: 0.01rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1rem;
  background: #242836;
}
.dialog-content{
  margin-top: .6rem;
}
.dialog-content2{
  margin-top: .6rem;
}
.dialog-content p{
  font-size: .22rem;
  text-align: center;
  color: #8c8d92;
  width: 4.95rem;
  margin: 0 auto;
  line-height: .28rem;
}
.btn-confirm{
  display: block;
          width:1.8rem;
        height: .6rem;
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/pop_qd.png) no-repeat bottom center / 100% 100%;
}
.btn-cancel{
  display: block;
          width:1.8rem;
        height: .6rem;
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/pop_qx.png) no-repeat bottom center / 100% 100%;
        margin-left: .6rem;
}
.dialog-buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .6rem;
}

      .btn-close {
        display: block;
          width: .4rem;
          height: .4rem;
        position: absolute;
        top: -0.5rem;
        right: .06rem;
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/close.png) no-repeat bottom center / 100% 100%;

      }

      .go_zm{
        display: block;
                  width:1.8rem;
        height: .6rem;
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/pop_qw.png) no-repeat bottom center / 100% 100%;
      }
      #comm4 .dialog-content p{
         width: 5.8rem;

      }

      .blue_tit{
        font-size: .3rem !important;
        text-align: center ;
        color: #002cff !important;
        font-weight: bold;
        margin-top: .1rem !important;
      }

      
     .reward{
        width:6.86rem;
        height: 2.93rem;
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tc1.png) no-repeat bottom center / 100% 100%;
        box-sizing: border-box;
      }

.reward .dialog-buttons{
  margin-top: .4rem;
}
.bandin{
          width:6.86rem;
        height: 4.44rem;
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tc1.png) no-repeat bottom center / 100% 100%;
        padding-top: 0.6rem;
        box-sizing: border-box;
}

.sel_box{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .5rem;
}

.sel_box .sel_p {

  line-height: .44rem;
  height: .44rem;
  font-size: .22rem;
  color: #8c8d92;
  margin-right: .1rem;
  text-align: center;
      width: auto;

}

.sel_box #change_area{
  
  line-height: .44rem;
  height: .44rem;
  font-size: .22rem;
  color: #8c8d92;
  margin-right: .1rem;
  text-align: center;
      width: auto;
}

.sel_box select {
  appearance:none;
 -moz-appearance:none;
 -webkit-appearance:none;
  height: .44rem;
  line-height: .44rem;
  border: none;
  color: #dddddd;
  background:url(//game.gtimg.cn/images/lol/act/a20250925mainsite/sell.png)no-repeat center right  #0e1a52;
  background-position-x:1.65rem;

  font-size: .22rem;
  padding: 0 0 0 .1rem;
  display: block;
  width: 2rem;
  margin-bottom: .05rem;
}
.yyy{
  display: block;
            width:1rem;
        height: .44rem;
        font-size: .22rem;
        text-align: center;
        line-height: .44rem;
        color: #fff;
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/yyy.png) no-repeat bottom center / 100% 100%; 
        margin-left: .2rem;
}

.bandinqq{
          width:6.86rem;
        height: 4.96rem;
        background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tc2.png) no-repeat bottom center / 100% 100%;
        padding-top: 0.6rem;
        box-sizing: border-box;
}
.bandinqq .dialog-title{
  font-size: .48rem; 
}
.bandin .dialog-title{
  font-size: .5rem; 
}

.pop2-input {
  width: 6.1rem;
  height: 1rem;
  margin: 0 auto;
  margin-top: .3rem;
}
.pop2-input li {
  width: 100%;
  height: .4rem;
  margin-bottom: .1rem;
}
.pop2-input li input {
  width: 100%;
  height: 100%;
  color: #8c8d92;
  font-size: .22rem;
  background-color: #0e1a50;
  border: none;
  text-align: center;
}
.pop2-input li input::placeholder{
  color: #8c8d92;
}
.bd_tip{
  color: #8c8d92;
  font-size: .18rem;
  text-align: center;
  margin-top: .1rem;
}
.bandinqq .dialog-buttons{
  margin-top: .4rem;
}

.record{
    width: 6.86rem;
  height: 7.36rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tc3.png) no-repeat;
    background-size: 100% 100%;

  padding-top: .48rem;
  text-align: center;
}

.record .dialog-title::before{
  display: none;
}


.record .table-box {
  width: 6.05rem;
  margin: .22rem auto 0;
  height:4.8rem;
  overflow-y: auto;
      overflow-x: hidden;

  
}
.record table {
    width: 100%;
}
.record tr {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.record th {
    height: .35rem;
flex: 1;
    color: #dddddd;
    font-size: .22rem;
    text-align: center;
    background: #002cff;
    line-height: .35rem;
    padding: 0;
    font-weight: bold;
    white-space: nowrap;
}

.record td {
flex: 1;
  line-height: .23rem;
  color: #8c8d92;
  font-size: .18rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .1rem 0;
}
.jl_lq {
    font-size: .18rem;
    color: #8c8d92;
}
.jl_lq.wlq {
    color: #d98f00;
    text-decoration: underline;
}
.jl_lq.wdj {
    color: #7279fb;
    text-decoration: underline;
}

.table-fotter  a,
.table-fotter  span {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    display: inline;
    font-size: .18rem;
    color: #dddddd;
    line-height: .4rem;
    margin: 0 .2rem;
}











.record2{
    width: 6.86rem;
  height: 7.36rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tc3.png) no-repeat;
    background-size: 100% 100%;

  padding-top: .48rem;
  text-align: center;
}

.record2 .dialog-title::before{
  display: none;
}


.record2 .table-box {
  width: 6.05rem;
  margin: .22rem auto 0;
  height:4.8rem;
  overflow-y: auto;
      overflow-x: hidden;

  
}
.record2 table {
    width: 100%;
}
.record2 tr {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.record2 th {
    height: .35rem;
flex: 1;
    color: #dddddd;
    font-size: .22rem;
    text-align: center;
    background: #002cff;
    line-height: .35rem;
    padding: 0;
    font-weight: bold;
    white-space: nowrap;
}

.record2 td {
flex: 1;
  line-height: .23rem;
  color: #8c8d92;
  font-size: .18rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .1rem 0;
}

.part2_btn{
  display: block;
  width: 1.29rem;
  height: .24rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/btn_jc.png) no-repeat top center / 100% 100%;
  position: absolute;
  bottom: .3rem;
  left: -1.5rem;
}


.part2_btn22{
  display: block;
  width: 1.29rem;
  height: .24rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/btn_jl.png) no-repeat top center / 100% 100%;
  position: absolute;
  bottom: .3rem;
  right: -1rem;
}

.rules-pop{
  width: 6.86rem;
  height: 7.36rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/rules_bg.png) no-repeat;
    background-size: 100% 100%;

  padding-top: .48rem;
  text-align: center;
}

.rules-list-content{
  width: 6.2rem;
  height: 5.6rem;
  padding-bottom: .2rem;
  margin: 0 auto;
  padding-right: .15rem;
  margin-top: .1rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.rules-list-title {
  font-size: .2rem;
  line-height: .3rem;
  color: #8c8d92;
  margin-bottom: .1rem;
  margin-top: .1rem;
  font-weight: bold;
  text-align: left;
}
.rules-list-title2 {
  text-align: center;
}
.rules-list-content p {
  font-size: .2rem;
  line-height: .38rem;
  color: #8c8d92;
  text-align: left;

  margin-bottom: .15rem;
}







/* 客态样式 */

.kt .wrap{
  width: 7.5rem;
    position: relative;
    overflow: hidden;
    height: 19.27rem;
    background-position: center top;
    box-sizing: border-box;
    background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/bg2.jpg) no-repeat;
    background-size: 100% 100%;
}
.kt .cst_cont{
}
.kt .cst_cont {
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/cst_bg2.png) no-repeat top center / 100% 100%;
  width: 6.86rem;
  height: 2.81rem;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  margin-top: .1rem;

}

.kt .add-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/avatar_bg.png) no-repeat top center / 100% 100%;
  width: 1.1rem;
  height: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.kt .zb_bg{
      background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/zb-img2.png) no-repeat top center / 100% 100%;
    width: 2.69rem;
    height: 6.4rem;
    margin: 0 auto;
    margin-top: .5rem;
}

.kt .header{
  height: 6.3rem;
}
.zb_tip{
  font-size: .32rem;
  text-align: center;
  color: #dddddd;
  font-weight: bold;
  margin-top: .2rem;
}
.btn_btn1{
  display: block;
       background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/kt_btn1.png) no-repeat top center / 100% 100%;
    width: 3.33rem;
    height: .6rem;
    margin: 0 auto;
}
.btn_btn2{
  display: block;
       background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/kt_btn2.png) no-repeat top center / 100% 100%;
    width: 3.33rem;
    height: .6rem;
    margin: 0 auto;
}
.zb_box2{
  display: flex;
  margin-top: .1rem;
}

.user_yq{
  font-size: .22rem;
  text-align: center;
  color: #b1b1b2;
  margin-bottom: .25rem;
}
.user_yq em{
  color: #cbae90;
}

.testbox{
  position: fixed;
  left: 0;
  top: 20%;
  background: rgba(0, 0, 0, .5);
  z-index: 10;
}
.testbox a{
  display: block;
  line-height: .8rem;
  height: .8rem;
  color: #fff;
  text-align: center;
  font-size: .18rem;
  width: 2rem;
}




.side_nav {
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/nav1.png) no-repeat center center / 100% 100%;
  width: 7.5rem;
  height:1.1rem;
  /* height: 8.5rem; */
  position: fixed;
  bottom: 0%;
  right: 0;
  transition: 0.3s ease all;
  z-index: 999;
  display: flex;
  box-sizing: border-box;
}
.side_nav a{
  display: block;
  height:1.1rem;
  width: 1.65rem;
  margin: 0 .1rem;
}



.side_nav.bg2{
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/nav2.png) no-repeat center center / 100% 100%;
}
.side_nav.bg3{
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/nav3.png) no-repeat center center / 100% 100%;
}
.side_nav.bg4{
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/nav4.png) no-repeat center center / 100% 100%;
}
.p1_tip{
  font-size: .24rem;
  text-align: center;
  color: #212121;
  font-weight: bold;
  margin-top: .1rem;
}
.p1_tip em{
  color: #002cff;
}
.p1_tip2{
  font-size: .24rem;
  text-align: center;
  color: #0a32e4;
  margin-top: .1rem;
}

.rw_box{
  margin: 0 auto;
  margin-top: .3rem;
    width: 6.86rem;
    height: 9.5rem;
}

.rw_box2{
  margin: 0 auto;
  margin-top: .3rem;
    width: 6.86rem;
}

/* 任务列表样式 */
.task-tabs {
  display: flex;
  gap: 0.1rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.tab-item {
  flex: 1;
  width: 2.22rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #3a3a3a;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tab-item.png) no-repeat center center / 100% 100%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-item.active {
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tab-item2.png) no-repeat center center / 100% 100%;

  color: #ffffff;
  position: relative;
}



.task-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.task-item {
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/rw_list1.png) no-repeat center center / 100% 100%;
  width: 6.86rem;
  height: .8rem;
  margin-bottom: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: .1rem;
  box-sizing: border-box;
}


.task-content {
  flex: 1;
  display: flex;
  gap: 0.05rem;
  flex-direction: row;
  align-items: center;
}



.task-desc {
  font-size: 0.21rem;
  color: #212121;
  line-height: 1.4;
  display: flex;
      padding-left: .4rem;

}

.task-count {
  font-size: 0.2rem;
  color: #212121;
  line-height: 1.4;

}
.task-count em{
    color: #002cff;
}


.task-progress {
  font-size: 0.2rem;
  color: #666;
  position: absolute;
  right: 1.95rem;
}

.btn-claim {
  background: linear-gradient(135deg, #002cff 0%, #007bff 100%);
  color: #ffffff;
  border: none;
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem;
  font-size: 0.24rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-claim:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  filter: brightness(1.05);
}

.task-description {
  font-size: 0.2rem;
  color: #3a3a3a;
  text-align: center;
margin: .3rem 0;
  background: none;
  line-height: 1.4;
}

.task-description1 {
  font-size: 0.2rem;
  color: #3a3a3a;
  text-align: center;
  margin:  .25rem 0;
  background: none;
  line-height: 1.4;
}
.tab-claim{
  display: block;
    background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/claim.png) no-repeat center center / 100% 100%;
  width: 1.49rem;
  height: .4rem;
  font-size: .22rem;
  text-align: center;
  color: #dddddd;
  line-height: .4rem;
  font-weight: bold;
  margin-right: .2rem;
  letter-spacing: .04rem;

}
.task-tip{
  background: none ;
}
.teamb_btn{
    display: block;
    background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/teamb_btn.png) no-repeat center center / 100% 100%;
  width: 6.86rem;
  height: .6rem;
  margin: 0 auto;
  margin-top: .2rem;
}


.top_tip{
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/top_tip.png) no-repeat center center / 100% 100%;
width: 1.11rem;
height: .25rem;
font-size: .16rem;
text-align: center;
color: #ffffff;
position: absolute;
top: 0;
left: 0;
}






.klm_tit{
  font-size: .4rem;
  color:#dddddd;
  font-weight: bold;
  position: absolute;
    left: .2rem;
    top: 0rem;
}
.klm_tit em{
  color: #cbae90;
}
.klm_txt{
  font-size: .66rem;
  color: #dddddd;
  text-align: center;
  font-weight: bold;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  pointer-events: none;
}



.pool{
  width:6.92rem;
  height: 6.22rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/pool.png) no-repeat bottom center / 100% 100%;
  padding-top: .55rem;
  box-sizing: border-box;
}
.pool .dialog-title{
  color: #000;
  font-size: .48rem;
}
.pool .dialog-title::before{
  display: none;
}
.jp_bg{
  width:6.7rem;
  height: 4.51rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/jp_bg.png) no-repeat bottom center / 100% 100%;
  margin: 0 auto;
  margin-top: .2rem;
}
.pool .btn-close{
  top: .15rem;
  right: .1rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/close2.png) no-repeat bottom center / 100% 100%;

}




#comm11 .dialog-title{
  padding: 0 .1rem;
    font-size: .4rem;
}
#comm11 .dialog-buttons{
  margin-top: .4rem;
}


.rules-list-content p em{
  font-weight:bold;
}

.rules-list-content p span{
  color: #ff3636;
}


.rules-list-content p span em{
  color:#8c8d92;
}



.rules-list-content p span.red em{
  color:#ff3636;
}



.task-desc p em{
      color: #002cff;
}


.btn-qq{
    display: block;
    background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/qq.png) no-repeat bottom center / 100% 100%;
  width: 1.62rem;
  height: 1.61rem;
}
.btn-wx{
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/wx.png) no-repeat bottom center / 100% 100%;
width: 1.62rem;
height: 1.61rem;
margin-left: .4rem;
}
.bdqw .dialog-content{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .3rem;
}

.bdqw{
  width: 6.92rem;
height:4.25rem;
background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tc-qw.png) no-repeat;
  background-size: 100% 100%;

padding-top: .48rem;
text-align: center;
}
.bdqw .dialog-title{
  font-size: .38rem;
  color: #000;
}
.bdqw .dialog-title::before{
  display:none;
}
.bdqw .btn-confirm{
  width: 2.09rem;
  height: .67rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250925mainsite/tg_btn.png) no-repeat;
  background-size: 100% 100%;
}
.bdqw .dialog-buttons{
  margin-top: .4rem;
}