.pop {
  outline: 0;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.pop * {
  box-sizing: border-box;
}

#popRechargeNotice5 .pop-bd.popbg-large, #popRechargeNotice4 .pop-bd,
#popRechargeNotice5 .pop-bd, .pop-jsfl .pop-bd, .pop-bd.pop-bd-gxhd, .pop-bd.pop-bd--middle.pop-bd--drawer, .pop-bd.pop-bd--large, .pop-bd.pop-bd--xlarge {
  top: auto;
  left: 0;
  bottom: -0.1rem;
  transform: translate(0, 100%);
  animation: ani-pop-drawer 0.3s ease-out both;
}

@keyframes ani-pop-drawer {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.pop-bd.pop-bd--small, .pop-bd.pop-bd--middle, .pop-bd {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pop-bd {
  position: absolute;
}

.pop-bd.pop-bd--xlarge {
  width: 7.5rem;
  height: 13.88rem;
  background: #010A13 url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/popbg-drawer-xlarge.png) no-repeat center top/100%;
  padding-top: 0.2rem;
}

.pop-bd.pop-bd--large {
  width: 7.5rem;
  height: 8.49rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/popbg-drawer-large.png) no-repeat center top/100%;
  padding-top: 0.6rem;
}

.pop-bd.pop-bd--middle.pop-bd--drawer {
  width: 7.5rem;
  height: 8.42rem;
  background: #010A13 url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/popbg-drawer-middle.png) no-repeat center top/100%;
  padding-top: 0.2rem;
}

.pop-bd.pop-bd--middle {
  width: 7.5rem;
  height: 9.56rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/popbg-middle.png) no-repeat center top/100% 100%;
  padding-top: 0.2rem;
}

.pop-bd.pop-bd--small {
  width: 6.86rem;
  height: 4.52rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/popbg-small.png) no-repeat center top/100% 100%;
  padding-top: 0.2rem;
}

.pop-bd.pop-bd-gxhd {
  width: 7.5rem;
  height: 8.05rem;
  background: #010A13 url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/popbg-drawer-middle.png) no-repeat center top/100% 100%;
  padding-top: 0.2rem;
}

.pop-jsfl .pop-bd {
  left: unset;
  top: unset;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-jsfl-bg.png) no-repeat center top/100% 100%;
  width: 17.4rem;
  height: 10.73rem;
  padding-top: 0.3rem;
  box-sizing: border-box;
}

.pop-close {
  width: 0.64rem;
  height: 0.64rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-close.png) no-repeat center top/100% 100%;
  position: absolute;
  top: 0.14rem;
  right: 0.14rem;
  z-index: 5;
  text-indent: -9999px;
  transition: transform 0.3s ease-out;
}

.pop-title {
  font-family: "Microsoft Yahei";
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
  margin-bottom: 0.6rem;
  position: relative;
}
.pop-title span {
  color: var(--pop-btn-color);
}

.pop-scrollbar {
  overflow-x: hidden;
  overflow-y: auto;
}

.pop-scrollbar::-webkit-scrollbar {
  width: 0.08rem;
  background: transparent;
}

.pop-scrollbar::-webkit-scrollbar-thumb {
  width: 0.08rem;
  background-color: #785A28;
  border-radius: 0.04rem;
}

.pop-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: #f8c48f;
}

.pop-rule-bd {
  color: #A09B8C;
  font-size: 0.24rem;
  line-height: 0.44rem;
  margin-top: 0.53rem;
  width: 7.27rem;
  height: 12rem;
  padding-left: 0.43rem;
  padding-right: 0.14rem;
  text-align: justify;
  padding-bottom: 0.3rem;
}

.pop-rule-bd h3 {
  font-size: 0.27rem;
  margin-top: 0.2rem;
  padding-bottom: 0.1rem;
  color: var(--pop-btn-color);
}

.pop-rule-bd a {
  color: #f8d29d;
  text-decoration: underline;
}

.pop-rule-bd p strong {
  display: block;
  font-size: 1.5em;
  margin-top: 0.5em;
}

.pop-rule-bd b {
  font-weight: bold;
}

.pop-rule .pop-rule-bd ul {
  list-style: disc;
  padding-left: 1em;
}
.pop-rule .pop-rule-bd ul li {
  list-style: disc;
}

.pop-rule-table {
  width: 100%;
  border: #A09B8C solid 1px;
  font-size: 0.2rem;
  margin: 0.05rem auto 0.1rem;
  text-align: center;
  color: #A09B8C;
}

.pop-rule-table:last-child {
  margin-bottom: 0.2rem;
}

.pop-rule-table th {
  font-weight: 700;
  width: 50%;
  height: 0.44rem;
  line-height: 0.44rem;
  border: #A09B8C solid 1px;
  text-align: center;
  color: #A09B8C;
  text-align: center;
}

.pop-rule-table td {
  width: 50%;
  height: 0.44rem;
  line-height: 0.44rem;
  border: #A09B8C solid 1px;
  text-align: center;
  color: #A09B8C;
}

.pop-msg {
  color: var(--pop-btn-color);
  font-size: 0.24rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0.32rem auto 0;
  padding: 0 0.6rem;
  box-sizing: border-box;
}

.pop-msg .pop-msg--texthl {
  color: var(--pop-btn-color);
  font-weight: 700;
}

.pop-msg-bottom {
  margin-bottom: 0.4rem;
}

.pop-bd.pop-bd--small .pop-msg {
  height: 2.3rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.pop-buy .pop-bd.pop-bd--small .pop-msg {
  height: 1.8rem;
  margin-top: -0.16rem;
}

#popBuyOne .pop-bd.pop-bd--middle.pop-bd--drawer {
  height: 7.3rem;
}

.pop-checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2rem 0 0.6rem;
  cursor: pointer;
  height: 0.34rem;
  line-height: 0.34rem;
}
.pop-checkbox .pop-checkbox-input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.pop-checkbox .pop-checkbox-icon.on,
.pop-checkbox .pop-checkbox-input[type=checkbox]:checked + .pop-checkbox-icon {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-checkbox-checked.png);
}
.pop-checkbox .pop-checkbox-icon {
  background-repeat: no-repeat;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-checkbox.png);
  background-size: 100%;
  margin-right: 0.1rem;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
}
.pop-checkbox .pop-checkbox-txt {
  color: var(--pop-btn-color);
  font-size: 0.24rem;
  opacity: 0.5;
}
.pop-checkbox .pop-checkbox-input[type=checkbox]:checked ~ .pop-checkbox-txt {
  opacity: 1;
}

.pop-buy .pop-bd.pop-bd--small .pop-checkbox {
  margin: 0 0 0.28rem;
}

.pop-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0;
  width: 110%;
  margin-left: -5%;
  direction: rtl;
}
.pop-btns > * {
  direction: ltr;
}

.pop-btn {
  display: block;
  margin: 0 0.2rem;
  line-height: 0.58rem;
  box-sizing: border-box;
  padding-top: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-btn span {
  font-size: 0.26rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  color: var(--pop-btn-color);
}

.pop-btn.pop-btn-cancel {
  display: block;
  margin: 0 0.2rem;
  line-height: 0.58rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-btn.pop-btn-cancel span {
  font-size: 0.26rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  color: var(--pop-btn-color);
}

.pop-btn-confirm {
  width: 2.8rem;
  height: 0.64rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-confirm.png) no-repeat center top/100% 100%;
}

.pop-btn-cancel {
  width: 2.8rem;
  height: 0.64rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-cancel.png) no-repeat center top/100% 100%;
}

.pop-btn-confirm.gray, .pop-btn-cancel.gray {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-gray.png);
  pointer-events: none;
  color: #5B5A56;
}

.pop-gift-vbg-ani {
  display: none !important;
}

.pop-icon-stone-lg {
  display: block;
  margin: 0.44rem auto 0.13rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-icon-stone-lg.png) no-repeat center;
  background-size: contain;
  width: 2.84rem;
  height: 2.84rem;
  pointer-events: none;
  position: relative;
}
.pop-icon-stone-lg::after {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle.png) no-repeat center center/100% 100%;
  width: 2.84rem;
  height: 2.84rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#popBuyOne .pop-icon-stone-lg {
  margin-top: 0.6rem;
}

#popBuyOne .pop-icon-stone-lg + .pop-msg {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#popBuyOne .pop-btns {
  width: 100%;
  margin-left: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
}

#popComm2 {
  z-index: 1001;
}

#popGiftCover {
  z-index: 999;
}

.pop-pool .pop-bd {
  text-align: center;
}

.pop-pool .pop-stit {
  color: var(--pop-btn-color);
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.01rem;
}

.pop-pool .odds {
  color: var(--pop-title-color);
  font-size: 0.22rem;
  line-height: 1.25;
  margin-bottom: 0.1rem;
}

.pop-pool .pop-scrollbar {
  margin-top: 0.47rem;
  padding-left: 0.46rem;
  height: 12.18rem;
  padding-bottom: 0.2rem;
  width: 7.27rem;
}

.pop-pool .big,
.pop-pool .pop-pool-bd-center li {
  width: 6.5rem;
  margin: 0 auto;
  position: relative;
}

.pop-pool .pop-pool-bd-center li {
  margin-bottom: 0.4rem;
}

.pop-pool .pop-pool-bd-center .img:after {
  content: "";
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-pool-img-border-xxlarge.png) no-repeat center center/100% 100%;
  width: 6.5rem;
  height: 4.28rem;
}

.pop-pool .pop-pool-bd-center .img-box {
  height: 208px;
  width: 100%;
  position: relative;
}

.pop-pool .pop-pool-bd-center .img {
  position: relative;
}

.pop-pool .pop-pool-bd-center .img img {
  width: 6.4rem;
  height: 4.16rem;
  transform: scale(1.01);
}

.pop-pool .mid {
  margin-top: 0.29rem;
}

.pop-pool .img img {
  width: 97%;
  height: 97%;
  object-fit: cover;
  transform: scale(1.01);
}

.pop-pool .pop-pool-bd-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}

.pop-pool .pop-pool-special-list .pop-pool-bd-center {
  margin-bottom: 0;
}

.pop-pool .pop-pool-special-list-big {
  margin-top: 0.27rem;
}

.pop-pool .pop-pool-bd-box {
  margin-top: 0.27rem;
  overflow: hidden;
}

.pop-pool .pop-pool-bd-lg {
  font-size: 0;
  text-align: center;
  width: 106%;
  margin-left: -3%;
  padding-bottom: 0.27rem;
}

.pop-pool .pop-pool-bd-lg li {
  width: 2.06rem;
  height: 2.06rem;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  position: relative;
  margin: 0.4rem 0.1rem;
}

.pop-pool .pop-pool-bd-lg .img {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  margin: 0 auto;
  position: relative;
}
.pop-pool .pop-pool-bd-lg .img::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-pool-img-border-xlarge.png) no-repeat center center/100% 100%;
  width: 2.06rem;
  height: 2.06rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pop-pool .pop-pool-bd-lg .name {
  color: var(--pop-text-color);
  font-size: 0.22rem;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
  margin: 0.06rem auto 0;
}

.pop-gift .pop-gift-bd {
  background: transparent;
}

.pop-gift-bd {
  width: 7rem;
  height: 10.81rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.pop-gift-tit {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}

.pop-gift-tit span {
  color: #f2cfff;
  background: linear-gradient(to bottom, #f2cfff 20%, #fefcff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop-gift-topline {
  width: 6.94rem;
  height: 0.26rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-gift-topline.png) no-repeat center/100%;
  margin: 0 auto 0.08rem;
}

.pop-gift-stit {
  color: #f2cfff;
  background: linear-gradient(to bottom, #f2cfff 20%, #fefcff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.44rem;
  line-height: 0.58rem;
  text-align: center;
  font-weight: bold;
}

.pop-gift-stit span {
  color: #fdffbb;
  background: linear-gradient(to bottom, #fdffbb 20%, #fffff5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes ani-gift-tag {
  0% {
    background-position: 0 0;
  }
  2.08% {
    background-position: 16.6666666667% 0%;
  }
  4.17% {
    background-position: 0% 16.6666666667%;
  }
  6.25% {
    background-position: 16.6666666667% 16.6666666667%;
  }
  8.33% {
    background-position: 33.3333333333% 0%;
  }
  10.42% {
    background-position: 33.3333333333% 16.6666666667%;
  }
  12.50% {
    background-position: 0% 33.3333333333%;
  }
  14.58% {
    background-position: 16.6666666667% 33.3333333333%;
  }
  16.67% {
    background-position: 33.3333333333% 33.3333333333%;
  }
  18.75% {
    background-position: 50% 0%;
  }
  20.83% {
    background-position: 50% 16.6666666667%;
  }
  22.92% {
    background-position: 50% 33.3333333333%;
  }
  25.00% {
    background-position: 0% 50%;
  }
  27.08% {
    background-position: 16.6666666667% 50%;
  }
  29.17% {
    background-position: 33.3333333333% 50%;
  }
  31.25% {
    background-position: 50% 50%;
  }
  33.33% {
    background-position: 66.6666666667% 0%;
  }
  35.42% {
    background-position: 66.6666666667% 16.6666666667%;
  }
  37.50% {
    background-position: 66.6666666667% 33.3333333333%;
  }
  39.58% {
    background-position: 66.6666666667% 50%;
  }
  41.67% {
    background-position: 0% 66.6666666667%;
  }
  43.75% {
    background-position: 16.6666666667% 66.6666666667%;
  }
  45.83% {
    background-position: 33.3333333333% 66.6666666667%;
  }
  47.92% {
    background-position: 50% 66.6666666667%;
  }
  50.00% {
    background-position: 66.6666666667% 66.6666666667%;
  }
  52.08% {
    background-position: 83.3333333333% 0%;
  }
  54.17% {
    background-position: 83.3333333333% 16.6666666667%;
  }
  56.25% {
    background-position: 83.3333333333% 33.3333333333%;
  }
  58.33% {
    background-position: 83.3333333333% 50%;
  }
  60.42% {
    background-position: 83.3333333333% 66.6666666667%;
  }
  62.50% {
    background-position: 0% 83.3333333333%;
  }
  64.58% {
    background-position: 16.6666666667% 83.3333333333%;
  }
  66.67% {
    background-position: 33.3333333333% 83.3333333333%;
  }
  68.75% {
    background-position: 50% 83.3333333333%;
  }
  70.83% {
    background-position: 66.6666666667% 83.3333333333%;
  }
  72.92% {
    background-position: 83.3333333333% 83.3333333333%;
  }
  75.00% {
    background-position: 100% 0%;
  }
  77.08% {
    background-position: 100% 16.6666666667%;
  }
  79.17% {
    background-position: 100% 33.3333333333%;
  }
  81.25% {
    background-position: 100% 50%;
  }
  83.33% {
    background-position: 100% 66.6666666667%;
  }
  85.42% {
    background-position: 100% 83.3333333333%;
  }
  87.50% {
    background-position: 0% 100%;
  }
  89.58% {
    background-position: 16.6666666667% 100%;
  }
  91.67% {
    background-position: 33.3333333333% 100%;
  }
  93.75% {
    background-position: 50% 100%;
  }
  95.83% {
    background-position: 66.6666666667% 100%;
  }
  97.92%, 100% {
    background-position: 83.3333333333% 100%;
  }
}
.pop-gift-box {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-box-bg.png) no-repeat center/100%;
  margin: 1.2rem auto 0;
  position: relative;
  padding-top: 0.04rem;
  width: 5.12rem;
  height: 5.12rem;
}
.pop-gift-box::before {
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-box-border.png) no-repeat center top/100%;
  pointer-events: none;
  z-index: 5;
}
.pop-gift-box.pop-gift-tag-cs::before, .pop-gift-box.pop-gift-tag-new::before, .pop-gift-box.pop-gift-tag-xc::before, .pop-gift-box.bsNum500::before {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-img-strong2-border.png);
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pop-gift-box .pop-gift-img {
  width: 100%;
  height: 97%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-ten-mask.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pop-gift-box .pop-gift-ten-img p {
  width: 100%;
  height: 100%;
}
.pop-gift-box .pop-gift-img img {
  display: block;
  width: 100%;
  height: 100%;
  height: 5.67rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  object-fit: cover;
}
.pop-gift-box .pop-gift-img img[src*="pop-ten-fh.png"] {
  height: 4.896rem;
}
.pop-gift-box.pop-gift-tag-cs .pop-gift-tag, .pop-gift-box.pop-gift-tag-new .pop-gift-tag, .pop-gift-box.pop-gift-tag-xc .pop-gift-tag, .pop-gift-box.bsNum500 .pop-gift-tag {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-ten-mask.png) no-repeat center/100%;
}
.pop-gift-box.pop-gift-tag-cs .pop-gift-tag::before, .pop-gift-box.pop-gift-tag-new .pop-gift-tag::before, .pop-gift-box.pop-gift-tag-xc .pop-gift-tag::before, .pop-gift-box.bsNum500 .pop-gift-tag::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-cs-light.png);
  width: 6.44rem;
  height: 5.7rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.pop-gift-box.pop-gift-tag-cs .pop-gift-tag::before, .pop-gift-box.pop-gift-tag-new .pop-gift-tag::before, .pop-gift-box.pop-gift-tag-xc .pop-gift-tag::before, .pop-gift-box.bsNum500 .pop-gift-tag::before {
  display: block;
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3.2rem;
  margin-top: -3.2rem;
  pointer-events: none;
  z-index: 10;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-spr.png");
  background-size: 700% 700%;
  background-repeat: no-repeat;
  animation-name: ani-gift-tag;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: steps(1);
}
.pop-gift-box.pop-gift-tag-cs .pop-gift-tag:after, .pop-gift-box.pop-gift-tag-new .pop-gift-tag:after, .pop-gift-box.pop-gift-tag-xc .pop-gift-tag:after, .pop-gift-box.bsNum500 .pop-gift-tag:after {
  display: block;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 2.8rem;
  height: 1.12rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  pointer-events: none;
  z-index: 10;
}
.pop-gift-box.pop-gift-tag-cs .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-cs-txt.png);
}
.pop-gift-box.pop-gift-tag-new .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-new-txt.png);
}
.pop-gift-box.pop-gift-tag-xc .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-xc-txt.png);
}
.pop-gift-box.bsNum500 .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-xybj-txt.png);
}

.pop-gift-name {
  width: 100%;
  height: 0.64rem;
  position: absolute;
  left: 0;
  bottom: -1.3rem;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  font-size: 0.32rem;
  color: var(--pop-btn-color);
  font-weight: bold;
}

.pop-gift-changearea {
  padding: 0.04rem 0.12rem;
  font-size: 0.18rem;
  border: #f8c73e solid 1px;
  color: #fdf7d5;
}

.pop-gift .pop-gift-changearea {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -0.32rem;
}

.pop-gift-ten .pop-gift-changearea {
  bottom: 0;
  font-size: 0.16rem;
  padding: 0.01rem 0.06rem;
  display: none;
}

.pop-gift-btmline {
  width: 7rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  margin-left: -3.5rem;
  bottom: 0;
  display: flex;
  justify-content: center;
  direction: rtl;
}

.pop-gift-btmline a {
  margin: 0 0.15rem;
  font-size: 0.26rem;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-btn.png) no-repeat center/100%;
  width: 2.98rem;
  height: 0.9rem;
}
.pop-gift-btmline a span {
  font-size: 0.3rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  color: #ffffff;
}

.pop-gift-ten {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-gift-bg.jpg) no-repeat center center/100% 100%;
}

.pop-gift-btmline #bdwShare span {
  color: #ffffff;
}

.pop-gift-btmline #closeBdw span {
  color: #ffffff;
}

.pop-gift-ten-lt {
  width: 6.9rem;
  height: 8.9rem;
  position: relative;
  margin: 1rem auto 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.pop-gift-ten-lt li {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-box-bg.png) no-repeat center/100%;
  width: 1.93rem;
  width: 1.792rem;
  height: 1.792rem;
  position: absolute;
  color: #f9ffff;
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: center;
}
.pop-gift-ten-lt li::before {
  content: "";
  width: 2.24rem;
  height: 2.24rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-box-border.png) no-repeat center top/100%;
  pointer-events: none;
  z-index: 5;
}
.pop-gift-ten-lt li.pop-gift-tag-cs::before, .pop-gift-ten-lt li.pop-gift-tag-new::before, .pop-gift-ten-lt li.pop-gift-tag-xc::before, .pop-gift-ten-lt li.bsNum500::before {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-img-strong2-border.png);
  width: 2.24rem;
  height: 2.24rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pop-gift-ten-lt li:last-child::before {
  display: none;
}
.pop-gift-ten-lt li .back::before,
.pop-gift-ten-lt li .front::before {
  display: block;
  content: "";
  width: 2.24rem;
  height: 2.24rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-box-border.png) no-repeat center top/100%;
  pointer-events: none;
  z-index: 10;
}
.pop-gift-ten-lt li .pop-gift-ten-img {
  width: 100%;
  height: 97%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-ten-mask.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pop-gift-ten-lt li .pop-gift-ten-img p {
  width: 100%;
  height: 100%;
}
.pop-gift-ten-lt li .pop-gift-ten-img img {
  display: block;
  width: 100%;
  height: 100%;
  height: 1.9845rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  object-fit: cover;
}
.pop-gift-ten-lt li .pop-gift-ten-img img[src*="pop-ten-fh.png"] {
  height: 1.7136rem;
}
.pop-gift-ten-lt li.pop-gift-tag-cs .pop-gift-tag, .pop-gift-ten-lt li.pop-gift-tag-new .pop-gift-tag, .pop-gift-ten-lt li.pop-gift-tag-xc .pop-gift-tag, .pop-gift-ten-lt li.bsNum500 .pop-gift-tag {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-ten-mask.png) no-repeat center/100%;
}
.pop-gift-ten-lt li.pop-gift-tag-cs .pop-gift-tag::before, .pop-gift-ten-lt li.pop-gift-tag-new .pop-gift-tag::before, .pop-gift-ten-lt li.pop-gift-tag-xc .pop-gift-tag::before, .pop-gift-ten-lt li.bsNum500 .pop-gift-tag::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-cs-light.png);
  width: 2.254rem;
  height: 1.995rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.pop-gift-ten-lt li.pop-gift-tag-cs .pop-gift-tag::before, .pop-gift-ten-lt li.pop-gift-tag-new .pop-gift-tag::before, .pop-gift-ten-lt li.pop-gift-tag-xc .pop-gift-tag::before, .pop-gift-ten-lt li.bsNum500 .pop-gift-tag::before {
  display: block;
  content: "";
  width: 2.24rem;
  height: 2.24rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.12rem;
  margin-top: -1.12rem;
  pointer-events: none;
  z-index: 10;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-spr.png");
  background-size: 700% 700%;
  background-repeat: no-repeat;
  animation-name: ani-gift-tag;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: steps(1);
}
.pop-gift-ten-lt li.pop-gift-tag-cs .pop-gift-tag:after, .pop-gift-ten-lt li.pop-gift-tag-new .pop-gift-tag:after, .pop-gift-ten-lt li.pop-gift-tag-xc .pop-gift-tag:after, .pop-gift-ten-lt li.bsNum500 .pop-gift-tag:after {
  display: block;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 1.176rem;
  height: 0.4704rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.084rem;
  pointer-events: none;
  z-index: 10;
}
.pop-gift-ten-lt li.pop-gift-tag-cs .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-cs-txt.png);
}
.pop-gift-ten-lt li.pop-gift-tag-new .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-new-txt.png);
}
.pop-gift-ten-lt li.pop-gift-tag-xc .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-xc-txt.png);
}
.pop-gift-ten-lt li.bsNum500 .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-xybj-txt.png);
}

.pop-gift-ten-name {
  color: #ffffff;
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: center;
  width: 1.6rem;
  margin: 1.8rem auto 0;
  word-break: keep-all;
}

.pop-gift-ten-lt li .back,
.pop-gift-ten-lt li .front {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 1s ease-in-out;
}

.pop-gift-ten-lt .front {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  z-index: 2;
}

.pop-gift-ten-lt .back {
  transform: rotateY(-540deg);
  -webkit-transform: rotateY(-540deg);
}

.pop-gift-ten-lt li.act .front {
  transform: rotateY(540deg);
  -webkit-transform: rotateY(540deg);
}

.pop-gift-ten-lt li.act .back {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  z-index: 2;
}

.pop-gift-ten-lt li:nth-child(1),
.pop-gift-ten-lt li:nth-child(4),
.pop-gift-ten-lt li:nth-child(7),
.pop-gift-ten-lt li:nth-child(10) {
  left: 0.82rem;
}

.pop-gift-ten-lt li:nth-child(1),
.pop-gift-ten-lt li:nth-child(2) {
  top: 0.8rem;
}

.pop-gift-ten-lt li:nth-child(2),
.pop-gift-ten-lt li:nth-child(5),
.pop-gift-ten-lt li:nth-child(8),
.pop-gift-ten-lt li:nth-child(11) {
  left: 4.07rem;
}

.pop-gift-ten-lt li:nth-child(3),
.pop-gift-ten-lt li:nth-child(6),
.pop-gift-ten-lt li:nth-child(9) {
  left: 2.46rem;
}

.pop-gift-ten-lt li:nth-child(3) {
  top: 2.63rem;
}

.pop-gift-ten-lt li:nth-child(4),
.pop-gift-ten-lt li:nth-child(5) {
  top: 4.43rem;
}

.pop-gift-ten-lt li:nth-child(6) {
  top: 6.26rem;
}

.pop-gift-ten-lt li:nth-child(7),
.pop-gift-ten-lt li:nth-child(8) {
  top: 8.26rem;
}

.pop-gift-ten-lt li:nth-child(9) {
  top: 10.19rem;
}

.pop-gift-ten-lt li:nth-child(10),
.pop-gift-ten-lt li:nth-child(11) {
  top: 12.19rem;
}

.pop-gift-ten .pop-gift-ten-lt li:nth-child(11)::after {
  content: "";
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-ten-icon.png) no-repeat;
  background-size: 100% 100%;
  width: 1.52rem;
  height: 0.44rem;
  position: absolute;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
  top: 2.4rem;
  z-index: 10;
  pointer-events: none;
}

.pop-gift .pop-gift-vbg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}

.pop-gift .pop-gift-vbg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pop-gift .pop-gift-tit {
  animation: ani-tit-downin 0.5s ease both;
}

@keyframes ani-tit-downin {
  0% {
    transform: translate(0, -0.25rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop-gift .pop-gift-topline {
  animation: fadein 0.5s 0.2s ease both;
}

.pop-gift .pop-gift-stit {
  animation: fadein 0.6s 0.2s ease both;
}

.pop-gift .pop-gift-box {
  animation: fadein 0.6s 0.2s ease both;
}

@keyframes ani-box-upin {
  0% {
    transform: translate(0, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.pop-gift .pop-gift-btmline {
  animation: ani-box-upin 0.5s 0.3s ease both;
}

@keyframes ani-ten-item-in {
  0% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.pop-gift .pop-gift-ten-lt li:nth-child(1) {
  animation: ani-ten-item-in 0.3s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-gift .pop-gift-ten-lt li:nth-child(8) {
  animation: ani-ten-item-in 0.3s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-gift .pop-gift-ten-lt li:nth-child(5) {
  animation: ani-ten-item-in 0.3s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-gift .pop-gift-ten-lt li:nth-child(2) {
  animation: ani-ten-item-in 0.3s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-gift .pop-gift-ten-lt li:nth-child(9) {
  animation: ani-ten-item-in 0.3s 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-gift .pop-gift-ten-lt li:nth-child(6) {
  animation: ani-ten-item-in 0.3s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-gift .pop-gift-ten-lt li:nth-child(3) {
  animation: ani-ten-item-in 0.3s 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-gift .pop-gift-ten-lt li:nth-child(10) {
  animation: ani-ten-item-in 0.3s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-gift .pop-gift-ten-lt li:nth-child(7) {
  animation: ani-ten-item-in 0.3s 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-gift .pop-gift-ten-lt li:nth-child(4) {
  animation: ani-ten-item-in 0.3s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-gift .pop-gift-ten-lt li:nth-child(11) {
  background: none;
  animation: ani-ten-item-in 0.3s 1.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-gift .pop-gift-ten-lt li:nth-child(12),
.pop-gift .pop-gift-ten-lt li:nth-child(13) {
  display: none;
}

.pop-gift-ten .pop-gift-bd {
  height: 12.17rem;
}

.pop-gift-ten .pop-gift-bd .pop-gift-ten-lt {
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
  margin-top: 0;
}

.pop-gift-ten .pop-gift-ten-lt {
  width: 6.9rem;
  height: 9.54rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  overflow: scroll;
  overflow-x: hidden;
  margin-left: 0.1rem;
}

.pop-gift-ten .pop-gift-bd .pop-gift-ten-lt {
  height: 11.54rem;
  margin-top: -1rem;
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  box-sizing: border-box;
}
.pop-gift-ten .pop-gift-bd .pop-gift-ten-lt li {
  margin-top: 1rem;
}
.pop-gift-ten .pop-gift-bd .pop-gift-ten-lt li:last-child {
  margin-bottom: 1rem;
}
.pop-gift-ten .pop-gift-bd .pop-gift-ten-lt::after {
  display: block;
  content: "";
  height: 2rem;
  width: 100%;
  position: absolute;
  left: 0;
  top: 15.5rem;
  pointer-events: none;
}
.pop-gift-ten .pop-gift-bd .pop-gift-tit, .pop-gift-ten .pop-gift-bd .pop-gift-topline, .pop-gift-ten .pop-gift-bd .pop-gift-stit {
  position: relative;
  z-index: 2;
}

.pop-gift-ten .pop-gift-ten-lt::-webkit-scrollbar {
  width: 0.08rem;
  background: transparent;
}

.pop-gift-ten .pop-gift-ten-lt::-webkit-scrollbar-thumb {
  width: 0.08rem;
  background-color: #d3b297;
  border-radius: 0.04rem;
}

.pop-gift-ten .pop-gift-ten-lt::-webkit-scrollbar-track {
  background-color: transparent;
}

.pop-gift-double-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  flex-wrap: wrap;
}

.pop-gift-double-list .pop-gift-box {
  margin: 0.4rem 0.2rem 0.4rem 0.2rem;
  flex: none;
  width: 2.56rem;
  height: 2.56rem;
}
.pop-gift-double-list .pop-gift-box::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-box-border.png) no-repeat center top/100%;
  pointer-events: none;
  z-index: 5;
}
.pop-gift-double-list .pop-gift-box.pop-gift-tag-cs::before, .pop-gift-double-list .pop-gift-box.pop-gift-tag-new::before, .pop-gift-double-list .pop-gift-box.pop-gift-tag-xc::before, .pop-gift-double-list .pop-gift-box.bsNum500::before {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-img-strong2-border.png);
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pop-gift-double-list .pop-gift-box .pop-gift-img {
  width: 100%;
  height: 97%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-ten-mask.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pop-gift-double-list .pop-gift-box .pop-gift-ten-img p {
  width: 100%;
  height: 100%;
}
.pop-gift-double-list .pop-gift-box .pop-gift-img img {
  display: block;
  width: 100%;
  height: 100%;
  height: 2.835rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  object-fit: cover;
}
.pop-gift-double-list .pop-gift-box .pop-gift-img img[src*="pop-ten-fh.png"] {
  height: 2.448rem;
}
.pop-gift-double-list .pop-gift-box.pop-gift-tag-cs .pop-gift-tag, .pop-gift-double-list .pop-gift-box.pop-gift-tag-new .pop-gift-tag, .pop-gift-double-list .pop-gift-box.pop-gift-tag-xc .pop-gift-tag, .pop-gift-double-list .pop-gift-box.bsNum500 .pop-gift-tag {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-ten-mask.png) no-repeat center/100%;
}
.pop-gift-double-list .pop-gift-box.pop-gift-tag-cs .pop-gift-tag::before, .pop-gift-double-list .pop-gift-box.pop-gift-tag-new .pop-gift-tag::before, .pop-gift-double-list .pop-gift-box.pop-gift-tag-xc .pop-gift-tag::before, .pop-gift-double-list .pop-gift-box.bsNum500 .pop-gift-tag::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-cs-light.png);
  width: 3.22rem;
  height: 2.85rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}
.pop-gift-double-list .pop-gift-box.pop-gift-tag-cs .pop-gift-tag::before, .pop-gift-double-list .pop-gift-box.pop-gift-tag-new .pop-gift-tag::before, .pop-gift-double-list .pop-gift-box.pop-gift-tag-xc .pop-gift-tag::before, .pop-gift-double-list .pop-gift-box.bsNum500 .pop-gift-tag::before {
  display: block;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.6rem;
  margin-top: -1.6rem;
  pointer-events: none;
  z-index: 10;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-spr.png");
  background-size: 700% 700%;
  background-repeat: no-repeat;
  animation-name: ani-gift-tag;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: steps(1);
}
.pop-gift-double-list .pop-gift-box.pop-gift-tag-cs .pop-gift-tag:after, .pop-gift-double-list .pop-gift-box.pop-gift-tag-new .pop-gift-tag:after, .pop-gift-double-list .pop-gift-box.pop-gift-tag-xc .pop-gift-tag:after, .pop-gift-double-list .pop-gift-box.bsNum500 .pop-gift-tag:after {
  display: block;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 1.68rem;
  height: 0.672rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.12rem;
  pointer-events: none;
  z-index: 10;
}
.pop-gift-double-list .pop-gift-box.pop-gift-tag-cs .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-cs-txt.png);
}
.pop-gift-double-list .pop-gift-box.pop-gift-tag-new .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-new-txt.png);
}
.pop-gift-double-list .pop-gift-box.pop-gift-tag-xc .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-xc-txt.png);
}
.pop-gift-double-list .pop-gift-box.bsNum500 .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-tag-xybj-txt.png);
}

.pop-gift-double-list .pop-gift-name {
  font-size: 0.22rem;
  bottom: -0.6rem;
}

.pop-gift-double .pop-gift-automatic {
  margin-top: 0.9rem;
}

.pop-gift-qipan.pop {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-gift-bdw.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.pop-gift-qipan .pop-gift-bd .pop-gift-share {
  margin-top: 1.2rem;
}

.pop-gift-qipan .pop-gift-btmline {
  bottom: auto;
  top: 50%;
  margin-top: 5.8rem;
  height: 1.03rem;
}

.pop-gift-qipan .pop-gift-btmline a {
  margin: 0;
  line-height: 1.03rem;
  padding-top: 0.1rem;
  flex: none;
}

.pop-gift-qipan .pop-gift-btmline .call-one {
  width: 3.8rem;
  height: 2.17rem;
  line-height: 0.94rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/call-btn.png) no-repeat center center/100% 100%;
  color: var(--main-color);
  font-weight: bold;
}
.pop-gift-qipan .pop-gift-btmline .call-one span {
  font-size: 0.32rem;
  font-weight: bold;
  background: linear-gradient(to top, #642b01, #ac7230);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop-gift-qipan .pop-gift-btmline .call-sum {
  width: 3.8rem;
  height: 2.17rem;
  line-height: 0.94rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/call-btn-two.png) no-repeat center center/100% 100%;
  color: var(--main-color);
  font-weight: bold;
}
.pop-gift-qipan .pop-gift-btmline .call-sum span {
  font-weight: bold;
  font-size: 0.32rem;
  background: linear-gradient(to top, #642b01, #ac7230);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#popGiftBdw .pop-gift-btmline {
  margin-top: 4.5rem;
}

#popGiftBdw .pop-gift-btmline a {
  padding-top: 0.8rem;
}

.pop-gift-special.pop-gift .pop-gift-bd {
  height: 10.84rem;
}

.pop-gift#popGift .pop-gift-bd,
.pop-gift#popGiftCover .pop-gift-bd {
  height: 10.84rem;
}

.pop-gift-special .pop-gift-name {
  font-size: 0.27rem;
  display: block;
  bottom: -1rem;
}

.pop-gift-special .pop-gift-stit {
  color: #fef258;
  font-size: 0.52rem;
  text-align: center;
}

.pop-gift-special-tips {
  font-size: 0.2rem;
  line-height: 0.35rem;
  text-align: center;
  color: #f9ffff;
  margin-top: 0.98rem;
}

.pop-gift-automatic {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
  text-align: center;
  margin-top: 2.2rem;
  display: none;
}

.pop-gift-automatic span {
  color: #f4bd47;
  margin: 0 0.04rem;
}

.pop-gift .pop-m-spr.btn-exit {
  position: absolute;
  right: 0.3rem;
  top: -0.8rem;
  display: none;
}

.pop-gift.pop-state1 .pop-gift-btmline .pop-btn-confirm2 {
  display: none;
}

.pop-gift.pop-state2 .pop-gift-btmline {
  display: none;
}

.pop-gift.pop-state2 .pop-gift-automatic,
.pop-gift.pop-state2 .pop-m-spr.btn-exit {
  display: block;
}

.pop-gift-ten .pop-gift-automatic {
  margin-top: 0.8rem;
}

.pop-gift-btmline #bdwShare span {
  color: var(--main-color);
}

.pop-gift-btmline #closeBdw span {
  color: var(--main-color);
}

#popGiftSpecial .pop-close {
  display: none;
}

#popGiftSpecial .pop-gift-stit {
  color: #fff2e4;
}

.button-normal {
  color: #cdbe91;
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  white-space: nowrap;
  padding: 0.4em 1.3em;
  cursor: pointer;
  -webkit-user-select: none;
  box-shadow: 0 0 1px 1px #010a13, inset 0 0 1px 1px #010a13;
  background: #1e2328;
  border: 0.04rem solid transparent;
  margin: 0 0.2rem;
}

.button-normal span {
  position: relative;
  z-index: 2;
}

.button-normal.gray {
  cursor: default;
  color: #5c5b57;
  background-color: #1e2328;
  border: 2px solid #5c5b57;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
}

.button-normal.gray .border-idle {
  display: none;
}

.button-normal .border-idle {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 0.04rem solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#785b28), color-stop(55%, #c89c3c), color-stop(71%, #c8a355), to(#c8aa6e));
  border-image: -webkit-gradient(linear, left bottom, left top, from(#785b28), color-stop(55%, #c89c3c), color-stop(71%, #c8a355), to(#c8aa6e));
  -o-border-image: -o-linear-gradient(bottom, #785b28 0, #c89c3c 55%, #c8a355 71%, #c8aa6e);
  border-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #785b28), color-stop(55%, #c89c3c), color-stop(71%, #c8a355), to(#c8aa6e));
  border-image: linear-gradient(0deg, #785b28, #c89c3c 55%, #c8a355 71%, #c8aa6e);
  border-image-slice: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.pop-recharge .pop-bd {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-recharge-bg.png) no-repeat center/100%;
  width: 7.13rem;
  height: 8.84rem;
  padding-right: 0.4rem;
  padding-top: 0.2rem;
  padding-left: 0;
}

.pop-recharge .pop-close {
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-close.png) no-repeat center/100%;
  width: 0.59rem;
  height: 0.59rem;
  top: 0.05rem;
  right: 0.05rem;
  position: absolute;
  font-size: 0;
  text-indent: -9999px;
}

.pop-recharge-title {
  color: #f0e6d2;
  margin-top: 0.5rem;
  text-align: center;
}

.pop-recharge-title h2 {
  font-size: 0.48rem;
  font-weight: 700;
  display: inline-block;
}

.pop-recharge-title-txt {
  font-size: 0.24rem;
  margin-left: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.pop-recharge-title-txt a {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: #f0e6d2;
  border-radius: 50%;
  color: #3789f5;
  font-size: 0.26rem;
  text-align: center;
  line-height: 0.28rem;
  margin-left: 0.06rem;
  font-weight: 400;
  position: relative;
}

.pop-recharge-title-txt a:hover {
  filter: none;
  -webkit-filter: none;
}

.pop-recharge-title-txt a:hover span {
  display: block;
}

.pop-recharge-title-txt a span {
  display: none;
  position: absolute;
  left: 50%;
  top: 0.44rem;
  font-weight: 400;
  color: #9f9f9f;
  font-size: 0.2rem;
  line-height: 0.26rem;
  text-align: left;
  padding: 0.2rem;
  box-sizing: border-box;
  width: 3.5rem;
  margin-left: -1.75rem;
  background: #0d0922;
  border: #463714 solid 0.03rem;
}

.pop-recharge-title-txt a span strong {
  color: #f0e6d2;
  font-weight: 400;
}

.pop-recharge-title-txt a span::before {
  display: block;
  content: "";
  border: #0d0922 solid 0.16rem;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-width: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -0.12rem;
  z-index: 2;
  filter: drop-shadow(0 0 0.03rem #463714);
}

.pop-recharge-icon-stone {
  display: inline-block;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-icon-stone.png) no-repeat center/100%;
  width: 0.36rem;
  height: 0.53rem;
  margin: 0 0.1rem 0 0.2rem;
}

.pop-recharge-name {
  color: #f9bd18;
  font-size: 0.3rem;
  text-align: center;
  margin: 2.2rem auto 0;
  font-weight: 600;
}

.pop-recharge-desc {
  color: #9f9f9f;
  font-size: 0.2rem;
  line-height: 0.28rem;
  width: 5rem;
  text-align: center;
  margin: 0.1rem auto 0;
}

.pop-recharge-range {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0.4rem auto 0;
  height: 0.44rem;
}

.pop-recharge-range > * {
  margin: 0 0.1rem;
}

.pop-recharge-range a {
  color: #cdbe91;
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  white-space: nowrap;
  padding: 0 0.6em;
  height: 0.44rem;
  cursor: pointer;
  -webkit-user-select: none;
  background: linear-gradient(0deg, #785b28, #c89c3c 55%, #c8a355 71%, #c8aa6e);
  border-radius: 0.4rem;
}

.pop-recharge-range a.gray {
  cursor: default;
  color: #5c5b57;
  background: #1e2328;
  border: 0.04rem solid #5c5b57;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
}

.pop-recharge-range a.gray span {
  color: #666 !important;
}

.pop-recharge-range a.gray .border-idle {
  display: none;
}

.pop-recharge-range a[type=circle] {
  width: 0.44rem;
  height: 0.44rem;
}

.pop-recharge-range a[type=circle] span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.42rem;
  color: #ead7a5;
  margin-top: -0.1rem;
}

.pop-recharge-range a[type=circle].btn-sub span {
  font-family: sans-serif;
}

.pop-recharge-range a span {
  color: #ead7a5;
  font-family: BeaufortforLOL-Bold;
  font-size: 0.2rem;
  position: relative;
  z-index: 2;
}

.pop-recharge-range a .border-idle {
  position: absolute;
  top: 0.04rem;
  left: 0.04rem;
  width: calc(100% - 0.08rem);
  height: calc(100% - 0.08rem);
  opacity: 1;
  background: #1e2328;
  border-radius: 0.4rem;
}

.pop-recharge-range .pop-recharge-input {
  width: 2.63rem;
  height: 100%;
  height: 100%;
  position: relative;
}

.pop-recharge-range .pop-recharge-input input {
  color: #fffcf3;
  font-family: BeaufortforLOL-Bold;
  font-size: 0.28rem;
  width: 100%;
  height: 100%;
  border: transparent solid 1px;
  background: #1e2328;
  border-radius: 0.12rem;
  outline: 0;
  text-align: center;
  padding: 0.02rem 0.14rem;
  box-sizing: border-box;
}

.pop-recharge-range .pop-recharge-input input:focus {
  border-color: #f0e6d2;
}

.pop-recharge-range .pop-recharge-input input:focus + span {
  display: block;
}

.pop-recharge-range .pop-recharge-input input.err {
  border-color: rgba(255, 0, 0, 0.6);
}

.pop-recharge-range .pop-recharge-input span {
  display: none;
  color: #9f9f9f;
  font-size: 0.22rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 160%;
  margin-left: -30%;
  text-align: center;
  white-space: nowrap;
}

.pop-recharge-btns {
  margin: 0.8rem auto 0;
}

.pop-recharge-btns a {
  margin: 0.2rem auto 0;
  text-align: center;
}

.pop-recharge-btns .button-normal {
  width: 2.84rem;
}

.pop-recharge-btns .button-normal.gray em {
  display: block;
}

.pop-recharge-btns .button-normal em {
  font-style: normal;
  display: none;
  color: #5c5b57;
  font-size: 0.2rem;
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.pop-recharge2 .pop-bd {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-recharge-bg2.png) no-repeat center/100%;
  width: 6.51rem;
  height: 4.91rem;
  padding-top: 0.3rem;
  padding-right: 0.5rem;
  padding-left: 0;
}

.pop-recharge2 .pop-close {
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-close.png) no-repeat center/100%;
  width: 0.59rem;
  height: 0.59rem;
  top: 0.05rem;
  right: 0.05rem;
  position: absolute;
  font-size: 0;
  text-indent: -9999px;
}

.pop-recharge-stone {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/v7-pop-icon-stone-lg.png) no-repeat center/100%;
  width: 2.51rem;
  height: 2.82rem;
  margin: 1rem auto 0.2rem;
}

.pop-recharge-succ-tit {
  color: #f0e6d2;
  font-size: 0.28rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.2rem;
}

.pop-recharge-succ-txt {
  color: #9f9f9f;
  font-size: 0.28rem;
  text-align: center;
}

.pop-recharge-succ .button-normal {
  width: 2.56rem;
  font-size: 0.24rem;
  margin: 0.3rem auto 0;
}

.pop-recharge-succ .pop-recharge-succ-txt {
  color: #efdbbd;
}

.pop-recharge-succ .pop-btns {
  margin-top: 0.4rem;
}

.pop-recharge-notice-txt {
  color: #9f9f9f;
  font-size: 0.28rem;
  text-align: center;
  height: 1.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem 0 0.2rem;
  box-sizing: border-box;
  margin-top: 0.2rem;
}

.pop-recharge-notice-btns {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
}

.pop-recharge-notice-btns .button-normal {
  width: 2.2rem;
}

.pop-recharge-notice-btns .button-normal:first-child {
  order: 2;
}

.pop-recharge-notice .pop-recharge-stone {
  margin-top: 0;
}

.pop-recharge-stone + .pop-recharge-notice-txt {
  height: 0.4rem;
  margin-top: 0.15rem;
  margin-bottom: 0.3rem;
}

.pop-recharge .pop-recharge-box {
  height: 6.5rem;
  width: 95%;
  margin: 0 auto;
  overflow: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.pop-recharge .pop-recharge-box::-webkit-scrollbar {
  width: 0.08rem;
  background: transparent;
}

.pop-recharge .pop-recharge-box::-webkit-scrollbar-thumb {
  width: 0.08rem;
  background-color: #d3b297;
  border-radius: 0.04rem;
}

.pop-recharge .pop-recharge-box::-webkit-scrollbar-track {
  background-color: transparent;
}

.pop-recharge .pop-recharge-box .pop-recharge-l {
  width: 5.75rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin: 0.5rem auto 0.5rem;
  order: 1;
}

.pop-recharge .pop-recharge-box .pop-recharge-r {
  width: 6.5rem;
  height: 7.5rem;
  margin: 0 auto;
}

.pop-recharge-r-pic1 {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-r-pic1.png) 50% 50% no-repeat;
  background-size: contain;
  width: 2.49rem;
  height: 2.49rem;
  margin: 0 auto;
}

.pop-recharge .pop-recharge-l-send {
  margin-bottom: 0.5rem;
}

.pop-recharge .pop-recharge-l-send:nth-child(1) {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-l-pic1.jpg) no-repeat;
  background-size: 100% 100%;
  width: 2.49rem;
  height: 3.38rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.pop-recharge .pop-recharge-l-send:nth-child(2) {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-l-pic2.jpg) no-repeat;
  background-size: 100% 100%;
  width: 2.49rem;
  height: 3.38rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.pop-recharge .pop-recharge-l-send:nth-child(3) {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-l-pic3.jpg) no-repeat;
  background-size: 100% 100%;
  width: 2.49rem;
  height: 3.38rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.pop-recharge .pop-recharge-l-send:nth-child(4) {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-l-pic4.jpg) no-repeat;
  background-size: 100% 100%;
  width: 2.49rem;
  height: 3.38rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.pop-recharge .pop-recharge-l-send div::before {
  display: block;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 1.2rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
  transform-origin: center center;
  transform: translate(-100%, 80%) rotate(-60deg);
  animation: ani-scan-light 2s linear infinite;
}

@keyframes ani-scan-light {
  0% {
    transform: translate(-100%, 80%) rotate(-60deg);
  }
  100% {
    transform: translate(100%, 80%) rotate(-60deg);
  }
}
.pop-recharge .pop-recharge-l-send p {
  color: #f5ebd5;
  font-size: 0.24rem;
  text-align: center;
  padding-top: 2.6rem;
}

.pop-recharge .pop-recharge-l-send p em {
  color: #fcc74a;
  font-style: normal;
  line-height: 0.1rem;
  display: block;
}

.button-rechargeble-btn {
  color: #cdbe91;
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  white-space: nowrap;
  padding: 0.1rem 1.3em;
  cursor: pointer;
  -webkit-user-select: none;
  box-shadow: 0 0 1px 1px #010a13, inset 0 0 1px 1px #010a13;
  background: #1e2328;
  border: 0.02rem solid #e2cb8f;
  margin: 0 0.1rem;
}

.pop-recharge .pop-recharge-l-send .button-rechargeble-btn:last-child {
  margin-top: 0.1rem;
}

.pop-recharge .pop-recharge-l-send .pic {
  display: block;
  margin: 0 auto;
  width: 2.49rem;
  height: 2.48rem;
  position: relative;
}

.pop-recharge .pop-recharge-l-send .icon {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-zsong-icon.png) no-repeat;
  background-size: 100% 100%;
  width: 0.83rem;
  height: 0.84rem;
  position: absolute;
  top: 0;
  left: 0;
}

.pop-recharge .pop-recharge-l-send .icon i {
  display: block;
  width: 100%;
  font-size: 0.18rem;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: #fff0cc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-recharge .pop-recharge-l-send span {
  display: block;
  width: 100%;
  font-size: 0.4rem;
  text-align: center;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom, #fff5dd, #ffeab3, #d0a550);
  position: absolute;
  top: 2.12rem;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(1px 1px 2px rgba(114, 109, 96, 0.7)) drop-shadow(-1px -1px 2px rgba(114, 109, 96, 0.7));
}

.pop-recharge .pop-recharge-box .pop-recharge-l > p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b2b2b2;
  font-size: 0.25rem;
  zoom: 0.8;
}

.pop-recharge-notice-num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2rem auto 0.6rem;
  height: 0.5rem;
}

.pop-recharge-notice-num .pop-recharge-input {
  width: 1rem;
  height: 0.35rem;
  position: relative;
  margin: 0 0.2rem;
  display: inline-block;
}

.pop-recharge-notice-num .pop-recharge-input input {
  vertical-align: top;
  color: #efdbbd;
  font-size: 0.3rem;
  width: 100%;
  height: 100%;
  line-height: 1;
  border: transparent solid 1px;
  outline: 0;
  text-align: center;
  box-sizing: border-box;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
}

.pop-recharge-notice-num .pop-recharge-input input.err {
  border-color: rgba(255, 0, 0, 0.6);
}

.pop-recharge-notice-num .pop-recharge-input span {
  display: none;
  color: #9f9f9f;
  font-size: 0.16rem;
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.pop-recharge-notice-num a {
  color: #cdbe91;
  position: relative;
  display: inline-block;
}

#popRechargeNotice5 .btn-db-sub {
  width: 0.6rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popRechargeNotice5 .btn-db-sub::after {
  content: "";
  width: 0.24rem;
  height: 0.04rem;
  mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-exchange-icon-sub.png) no-repeat center top/100% 100%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-exchange-icon-sub.png) no-repeat center top/100% 100%;
  background: #c89b3c;
}
#popRechargeNotice5 .btn-db-sub.gray::after {
  filter: none;
  background: #5B5A56;
}
#popRechargeNotice5 .btn-db-sub:hover::after {
  background: #F0E6D2;
}

#popRechargeNotice5 .btn-db-add {
  width: 0.6rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popRechargeNotice5 .btn-db-add::after {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-exchange-icon-add.png) no-repeat center top/100% 100%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-exchange-icon-add.png) no-repeat center top/100% 100%;
  background: #c89b3c;
}
#popRechargeNotice5 .btn-db-add.gray::after {
  filter: none;
  background: #5B5A56;
}
#popRechargeNotice5 .btn-db-add:hover::after {
  background: #F0E6D2;
}

.pop-recharge-notice-num a .border-idle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  opacity: 1;
  border-radius: 0.3rem;
}

.pop-recharge-notice-num a[type=circle] span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.42rem;
  color: #ead7a5;
  position: relative;
  z-index: 2;
  margin-top: -0.1rem;
}

.pop-recharge-notice-num a.gray span {
  color: #666 !important;
}

.pop-recharge-range a span {
  color: #ead7a5;
  font-family: BeaufortforLOL-Bold;
  font-size: 0.24rem;
  position: relative;
  z-index: 2;
}

.pop-recharge-notice5 .pop-recharge-notice-txt {
  height: 1rem;
  pointer-events: none;
}

.btn-sub span {
  margin-top: -0.09rem;
  margin-left: 0.08rem;
}

#popRecharge .btn-sub span {
  margin-left: 0;
}

#popRechargeNotice4 .pop-bd,
#popRechargeNotice5 .pop-bd {
  width: 7.5rem;
  height: 7.83rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/popbg-drawer-middle.png) no-repeat center top/100%;
  padding-top: 0.2rem;
  padding-right: 0;
}

.pop-rechage-pic-box {
  width: 3.04rem;
  height: 3.04rem;
  margin: 0.8rem auto 0;
  position: relative;
}
.pop-rechage-pic-box::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle.png) no-repeat center top/100% 100%;
  width: 3.04rem;
  height: 3.04rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#popRechargeNotice4 .pop-rechage-pic-box {
  background: none;
}

.pop-recharge-pic {
  width: 2.96rem;
  height: 2.96rem;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
}

#popRechargeNotice4 .pop-recharge-notice-txt {
  height: 0.3rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: var(--pop-text-color);
  margin: 0.5rem 0 0.5rem;
  padding: 0;
}

#popRechargeNotice5 .pop-recharge-notice-txt {
  height: 0.3rem;
  font-size: 0.28rem;
  font-weight: bold;
  color: var(--pop-text-color);
  margin: 0.1rem 0 0.2rem;
  padding: 0;
}

.pop-recharge-notice-num-text {
  font-size: 0.24rem;
  color: var(--pop-text-color);
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.pop-recharge-notice-num {
  height: 0.52rem;
  width: 2.32rem;
  background-color: #1E2328;
  padding: 0 0.2rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.9rem;
}

#popRechargeNotice4 .pop-confirm,
#popRechargeNotice5 .pop-confirm {
  margin: 0 0.15rem;
  font-size: 0.13rem;
  line-height: 0.34rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 0.64rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-confirm.png) no-repeat center top/100% 100%;
}
#popRechargeNotice4 .pop-confirm span,
#popRechargeNotice5 .pop-confirm span {
  font-size: 0.26rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  color: var(--pop-btn-color);
}
#popRechargeNotice4 .pop-confirm:hover,
#popRechargeNotice5 .pop-confirm:hover {
  filter: none;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-confirm-hover.png);
}
#popRechargeNotice4 .pop-confirm.gray,
#popRechargeNotice5 .pop-confirm.gray {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-gray.png);
  filter: none;
  pointer-events: none;
  color: #5B5A56;
}
#popRechargeNotice4 .pop-confirm.gray span,
#popRechargeNotice5 .pop-confirm.gray span {
  color: #5B5A56;
}

#popRechargeNotice4 .pop-cancle,
#popRechargeNotice5 .pop-cancle {
  margin: 0 0.15rem;
  font-size: 0.13rem;
  line-height: 0.34rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 0.64rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-cancel.png) no-repeat center top/100% 100%;
}
#popRechargeNotice4 .pop-cancle span,
#popRechargeNotice5 .pop-cancle span {
  font-size: 0.26rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  color: var(--pop-btn-color);
}
#popRechargeNotice4 .pop-cancle:hover,
#popRechargeNotice5 .pop-cancle:hover {
  filter: none;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-cancel-hover.png);
}
#popRechargeNotice4 .pop-cancle.gray,
#popRechargeNotice5 .pop-cancle.gray {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-gray.png);
  filter: none;
  pointer-events: none;
  color: #5B5A56;
}
#popRechargeNotice4 .pop-cancle.gray span,
#popRechargeNotice5 .pop-cancle.gray span {
  color: #5B5A56;
}

#popRechargeNotice4 .pop-close,
#popRechargeNotice5 .pop-close {
  width: 0.64rem;
  height: 0.64rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-close.png) no-repeat center top/100% 100%;
  position: absolute;
  top: 0.14rem;
  right: 0.14rem;
  text-indent: -9999px;
  transition: transform 0.3s ease-out;
}

.pop-recharge-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
  font-size: 0.24rem;
  color: var(--pop-text-color);
  text-align: center;
}
.pop-recharge-icon-box span {
  color: var(--pop-title-color);
}

.pop-recharge-icon-box span {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-icon.png) no-repeat center top/100%;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 -0.02rem;
}

.pop-recharge-icon-box em {
  font-style: normal;
  color: #C89B3C;
  font-family: "BeaufortforLOL-Bold";
}

#popRechargeNotice5 .pop-bd.popbg-large {
  width: 7.5rem;
  height: 8.54rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/popbg-drawer-middle.png) no-repeat center top/100% 100%;
  padding-top: 0.2rem;
}

.pop-history .pop-bd {
  text-align: center;
}

.pop-history .dialog-history__table {
  width: 7rem;
  color: #A09B8C;
  margin: 0 auto 0;
  font-size: 0.24rem;
}

.pop-history .dialog-history__empty {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop-history .dialog-history__li {
  line-height: 0.3rem;
  text-align: center;
  position: relative;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 0.92rem;
  border-bottom: 1px solid #3C3C41;
}

.pop-history .dialog-history__li:nth-last-of-type(1) {
  border-bottom: none;
}

.pop-history .dialog-history__li a {
  color: #c08822;
}

.pop-history .dialog-history__li_th {
  width: 7rem;
  margin: 0.3rem auto 0;
  border-bottom: 1px solid #3C3C41;
}
.pop-history .dialog-history__li_th > * {
  color: var(--pop-title-color);
}
.pop-history .dialog-history__li_th .dialog-history__name {
  color: var(--pop-title-color);
}

.pop-history#expopHistory .dialog-history__li_th,
.pop-history#expopHistory .dialog-history__li {
  justify-content: space-between;
}

.pop-history#expopHistory .dialog-history__name {
  text-align: right;
}

.pop-history .dialog-history__li_th .dialog-history__date {
  opacity: 1;
}

.pop-history .dialog-history__date {
  width: 22%;
  text-align: left;
}

.pop-history#expopHistory .dialog-history__date {
  width: 36%;
  text-align: left;
}

.pop-history .dialog-history__name {
  width: 37%;
  text-align: left;
  color: var(--pop-btn-color);
}

.pop-history .dialog-history__status {
  width: 20%;
  text-align: right;
}

.pop-history .dialog-history__area {
  width: 25%;
  text-align: right;
}

.pop-history .dialog-history__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A09B8C;
  font-size: 0;
  text-align: center;
  margin-top: 0.4rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.6rem;
}

.pop-history .pagination__pages {
  display: inline-block;
  vertical-align: top;
  font-size: 0.24rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #A09B8C;
  margin-top: -1px;
}

.pop-history .pagination__btn-page {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.2rem;
  text-decoration: underline;
  color: var(--pop-btn-color);
}
.pop-history .pagination__btn-page:hover {
  filter: none;
  color: var(--pop-title-color);
}

.pop-history .pagination__btn-page.on {
  color: #5B5A56;
  text-decoration: none;
  cursor: default;
}

.pop-history .pagination__btn-next,
.pop-history .pagination__btn-prev {
  display: inline-block;
  vertical-align: top;
  width: 0.2rem;
  height: 0.28rem;
  margin: 0 0.2rem;
}

.pop-history .pagination__btn-prev {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-pagination-prev.png) no-repeat center center/100% 100%;
  width: 0.64rem;
  height: 0.64rem;
  margin-left: 0.4rem;
}

.pop-history .pagination__btn-next {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-pagination-next.png) no-repeat center center/100% 100%;
  width: 0.64rem;
  height: 0.64rem;
  margin-right: 0.4rem;
}

.pop-history .pagination__ellipsis {
  display: inline-block;
  vertical-align: top;
}

.pop-mall .pop-bd {
  width: 6.86rem;
  height: 5.6rem;
}

.pop-mall-ct {
  font-size: 0.28rem;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem 0 0.2rem;
  text-align: center;
  color: #beb3ec;
  margin: 1rem auto 0;
  position: relative;
}

.pop-mall-ct::before {
  display: block;
  content: "";
  height: 3rem;
  width: 1px;
  background: linear-gradient(to bottom, transparent 0, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.5rem;
}

.pop-mall-ct .pop-mall-codes {
  color: #ffecd7;
}

.pop-mall-ct .qrcode {
  margin-bottom: 0.2rem;
  border: #ffecd7 solid 1px;
  padding: 0.04rem;
}

.pop-mall-ct .qrcode img {
  display: block;
  width: 2rem;
}

.pop-mall .pop-mall-btns p {
  line-height: 0.48rem;
  margin-top: 0.08rem;
  margin-bottom: 0.6rem;
  color: #ffecd7;
}

.pop-mall .pop-mall-btns a {
  display: flex;
}

#popExchangeShop .pop-bd {
  padding-left: 0.4rem;
}

.pop-exchange .pop-exchange-stit {
  color: #efe1b9;
  font-size: 0.2675rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.1rem auto 0;
  padding: 0 0.1rem;
  flex-direction: row;
}

.pop-exchange .pop-exchange-stit2 {
  color: #78727e;
}

.pop-exchange .pop-iconlist {
  width: 4.256rem;
  height: 4.256rem;
  margin: 0.04rem auto 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.pop-exchange .pop-iconlist::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle.png) no-repeat center center/100% 100%;
  width: 4.256rem;
  height: 4.256rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pop-exchange .pop-iconlist img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0.05rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.2rem;
}

.pop-exchange .pop-btn-confirm {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

.pop-exchange-notice-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.6rem;
  font-size: 0.28rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: var(--pop-btn-color);
  padding: 0 0.3rem;
  box-sizing: border-box;
  margin: 0.2rem 0 0.4rem;
}

#popExchange1 .pop-exchange-notice-btns,
#popExchange2 .pop-exchange-notice-btns {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
}

.pop-exchange .pop-btns {
  text-align: center;
  font-size: 0;
  margin-top: 0.52rem;
}

.pop-exchange .pop-btns .pop-btn {
  display: inline-block;
  text-align: center;
}

.pop-exchange .pop-giftList {
  width: 6.95rem;
  height: 11.7rem;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 0.29rem;
  font-size: 0;
  text-align: left;
  padding-left: 0.13rem;
}

.pop-exchange .pop-giftList .item {
  width: 3rem;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 0.48rem;
  font-size: 0;
  text-align: left;
}

.pop-exchange .pop-giftList .item:nth-of-type(1),
.pop-exchange .pop-giftList .item:nth-of-type(2) {
  width: 6.38rem;
}

.pop-exchange .pop-giftList .item:nth-of-type(2n + 4) {
  margin-left: 0.46rem;
}

.pop-giftList .item .box {
  width: 100%;
  height: 3rem;
  position: relative;
  margin: 0 auto;
}

.pop-giftList .item .box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle.png) no-repeat center center/100% 100%;
  width: 3.04rem;
  height: 3.04rem;
}

.pop-giftList .item .box img {
  border-radius: 0.06rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-giftList .item:nth-child(1) .box img,
.pop-giftList .item:nth-child(2) .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-giftList .item:nth-of-type(1) .box:after,
.pop-giftList .item:nth-of-type(2) .box:after {
  width: 6.4rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-exchange-img-border-large.png) no-repeat;
  background-size: 100% 100%;
  width: 6.4rem;
  height: 3.04rem;
}

.pop-giftList .item .name {
  height: 0.44rem;
  line-height: 0.22rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #efdbbd;
  margin-top: 0.07rem;
  height: 0.68rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pop-giftList .item .num {
  color: #efdbbd;
  text-align: center;
  font-size: 0.24rem;
  height: 0.44rem;
  line-height: 0.44rem;
}

.pop-giftList .item .num span {
  font-family: BeaufortforLOL-Bold;
}

.pop-giftList .item .num img {
  height: 0.5rem;
  display: inline-block;
  vertical-align: top;
  margin-top: -0.03rem;
}

.pop-giftList .item .btn-list {
  font-size: 0;
  text-align: center;
}

.pop-giftList .item .btn-list li {
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  width: 3.3rem;
}

.pop-giftList .item .btn-list p {
  font-size: 0.24rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #9b4535;
}

.pop-giftList .item .btn-list .dh-iocn2 {
  margin-left: 0.08rem;
}

.pop-giftList .item .btn-list span {
  font-family: BeaufortforLOL-Bold;
}

.pop-giftList .item .dh-wh2 {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-exchange-icon-tip.png) no-repeat;
  background-size: 100% 100%;
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  margin-left: 0.04rem;
}

.pop-giftList .item .dh-wh2:hover .nav-zs-hover,
.pop-giftList .item .dh-wh2:hover .nav-zs-hover2 {
  opacity: 1;
  transform: translate(-50%, 0);
}

.pop-giftList .item .exchange-btn {
  display: block;
  font-size: 0.26rem;
  line-height: 0.68rem;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 0.1rem auto 0;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-confirm.png) no-repeat center/100% 100%;
  width: 2.8rem;
  height: 0.64rem;
  color: var(--pop-btn-color);
}
.pop-giftList .item .exchange-btn span {
  color: var(--pop-btn-color);
}
.pop-giftList .item .exchange-btn:hover {
  filter: none;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-confirm-hover.png);
}
.pop-giftList .item .exchange-btn.gray {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-gray.png);
  filter: none;
  pointer-events: none;
  color: #5B5A56;
}

.pop-exchange .pop-giftList .imitate-li {
  padding-bottom: 0.48rem;
}

.pop-exchange .pop-scrollbar {
  height: 5.7rem;
  width: 6.2rem;
  padding-right: 0.15rem;
  overflow: auto;
}

.pop-exchange .pop-giftList::-webkit-scrollbar,
.pop-exchange .pop-scrollbar::-webkit-scrollbar {
  width: 0.08rem;
  background: transparent;
}

.pop-exchange .pop-giftList::-webkit-scrollbar-thumb,
.pop-exchange .pop-scrollbar::-webkit-scrollbar-thumb {
  width: 0.08rem;
  background-color: #785A28;
  border-radius: 0.04rem;
}

.pop-exchange .pop-giftList::-webkit-scrollbar-track,
.pop-exchange .pop-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}

.pop-exchange .pop-scrollbar table {
  width: 100%;
}

.pop-exchange .pop-scrollbar table th {
  color: #69fbff;
  font-size: 0.21rem;
  text-align: center;
  padding: 0.15rem 0;
}

.pop-exchange .pop-scrollbar table td {
  color: #a1c3f6;
  font-size: 0.18rem;
  text-align: center;
  padding: 0.15rem 0;
}

.pop-exchange .pop-exchange-stit .btn-box {
  width: 2.08rem;
  box-sizing: border-box;
  height: 0.52rem;
  border-radius: 0.3rem;
  background: #1E2328;
  margin: 0 0.1rem;
  line-height: 0.52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--pop-btn-color);
  font-family: "BeaufortforLOL-Bold";
}

.pop-exchange .pop-exchange-stit .btn-box img.icon {
  height: 0.6rem;
  margin-right: 0.04rem;
  margin-left: -0.1rem;
}

.pop-exchange .dh-add {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -21.55rem -4.86rem;
  background-size: 21.82rem 16.36rem;
  position: absolute;
  right: 0.17rem;
  top: 50%;
  margin-top: -0.145rem;
  display: none;
}

.pop-exchange .dh-zl {
  width: 0.32rem;
  height: 0.32rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -21.02rem -6.54rem;
  background-size: 21.82rem 16.36rem;
  position: absolute;
  right: 0.17rem;
  top: 50%;
  margin-top: -0.145rem;
}

.pop-exchange .dh-wh {
  width: 0.27rem;
  height: 0.26rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -21.55rem -4.35rem;
  background-size: 21.82rem 16.36rem;
  position: absolute;
  right: 0.52rem;
  top: 50%;
  margin-top: -0.145rem;
  cursor: pointer;
}

.pop-exchange .dh-wh:hover .nav-zs-hover {
  opacity: 1;
  transform: translateY(0);
}

.pop-exchange .pop-exchange-stit .btn {
  color: var(--pop-title-color);
  font-size: 0.24rem;
  position: absolute;
  top: 0.28rem;
  right: 1rem;
  text-decoration: underline;
  margin-left: 0.08rem;
}

.pop-exchange-select .pop-tips {
  font-size: 0.24rem;
  color: #efdbbd;
  line-height: 0.32rem;
  text-align: center;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
  height: 0.58rem;
}

.pop-exchange-select .select-list {
  font-size: 0;
  text-align: center;
}

.pop-exchange-select .select-list li {
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  width: 2.85rem;
  position: relative;
  height: 3.2rem;
  margin: 0 0.2rem;
  transition: 0.3s ease-out opacity;
  cursor: pointer;
}
.pop-exchange-select .select-list li .select-box {
  width: 2.89rem;
  height: 2.88rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -7.32rem -12.11rem;
  background-size: 21.82rem 16.36rem;
  padding-top: 0.16rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.pop-exchange-select .select-list li img {
  height: 1.96rem;
  display: block;
  margin: 0 auto;
}
.pop-exchange-select .select-list li .name {
  color: #f9e6ce;
  font-size: 0.24rem;
  line-height: 0.36rem;
  height: 0.36rem;
}
.pop-exchange-select .select-list li .select-box-checkbox {
  margin-right: 0.1rem;
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -21.04rem -5.78rem;
  background-size: 21.82rem 16.36rem;
}
.pop-exchange-select .select-list li .num {
  color: #f9e6ce;
  font-size: 0.24rem;
  line-height: 0.36rem;
  width: 1.92rem;
  margin: 0.1rem auto 0;
}
.pop-exchange-select .select-list li .select-box-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.06rem;
}
.pop-exchange-select .select-list li.sel .select-box, .pop-exchange-select .select-list li:hover .select-box {
  width: 2.89rem;
  height: 2.88rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -10.23rem -12.11rem;
  background-size: 21.82rem 16.36rem;
}
.pop-exchange-select .select-list li.sel .select-box-checkbox {
  width: 0.36rem;
  height: 0.36rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -21.45rem -5.37rem;
  background-size: 21.82rem 16.36rem;
}

.pop-exchange-select .pop-btns {
  margin-top: 0.7rem;
}

#popExchangeContinue .pop-bd {
  height: 8rem;
}

.pop-exchange-select .continue-img-box {
  width: 2.96rem;
  height: 2.96rem;
  position: relative;
  margin: 1rem auto 0;
}
.pop-exchange-select .continue-img-box img {
  width: 2.96rem;
  height: 2.96rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  -webkit-mask-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  -webkit-mask-position: -4.28rem -12.11rem;
  -webkit-mask-size: 21.82rem 16.36rem;
}
.pop-exchange-select .continue-img-box::after {
  content: "";
  width: 3.04rem;
  height: 3.04rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -6.42rem -9.05rem;
  background-size: 21.82rem 16.36rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-exchange-select .continue-tips {
  color: #cbb39d;
  font-size: 0.24rem;
  line-height: 0.32rem;
  text-align: center;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pop-exchange-select .continue-tips span {
  color: #cbb39d;
  font-weight: bold;
}

.nav-zs-hover2 {
  position: absolute;
  left: -0.6rem;
  bottom: 0.5rem;
  width: 2.6rem;
  border-style: solid;
  background: #010A13;
  border-width: 0.02rem;
  border-image: linear-gradient(to bottom, #785A28, #C89B3C) 2;
  font-size: 0.2rem;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  padding: 0.12rem 0.1rem 0.2rem;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-50%, 10%);
  transition: 0.3s ease-out opacity, 0.3s ease-out transform;
  pointer-events: none;
  z-index: 4;
}
.nav-zs-hover2::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.8rem;
  height: 0.38rem;
  right: 0.08rem;
  bottom: -0.38rem;
  transform: rotate(180deg);
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/hover-arrow.png) no-repeat center top/100% 100%;
}

.pop-thfl .pop-thfl-ul {
  font-size: 0;
  text-align: center;
  height: 4.55rem;
  width: 120%;
  margin-left: -10%;
}

.pop-thfl .pop-close {
  position: absolute;
  top: -0.5rem;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-colse4.png) no-repeat center top/100%;
}

.pop-thfl .pop-title {
  font-size: 0.44rem;
  line-height: 1;
  margin-top: 0.2rem;
}

.pop-thfl .pop-title span {
  color: #fdffba;
  background: linear-gradient(to top, #fdffba, #fffff5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pop-thfl .pop-title span::after {
  content: "";
  display: block;
  width: 6.81rem;
  height: 0.19rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-title-line.png) no-repeat center center/100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -0.46rem;
  pointer-events: none;
}

.pop-thfl .pop-thfl-ul li {
  width: 3.5rem;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
}

.pop-thfl .pop-thfl-ul .name {
  background: linear-gradient(to top, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.28rem;
  line-height: 1;
  font-weight: bold;
  height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.pop-thfl .pop-thfl-ul .name::before, .pop-thfl .pop-thfl-ul .name::after {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-thfl-deco2.png) no-repeat center center/100% 100%;
  width: 0.25rem;
  height: 0.22rem;
  margin: 0 0.08rem;
}
.pop-thfl .pop-thfl-ul .name::before {
  transform: scale(-1, 1);
}

.pop-thfl .pop-thfl-propbg {
  width: 3.04rem;
  height: 3.04rem;
  margin: 0.1rem auto 0;
  position: relative;
}
.pop-thfl .pop-thfl-propbg::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle3.png) no-repeat center center/100% 100%;
  width: 3.04rem;
  height: 3.04rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pop-thfl .pop-thfl-propbg img {
  width: 98%;
  height: 98%;
  border-radius: 0.1rem;
  mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle-mask.png) no-repeat center center/100% 100%;
  background-size: 2.96rem 2.96rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
}

.pop-thfl .pop-thfl-tips {
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-top: 0.16rem;
}

.pop-thfl .pop-thfl-ul a {
  margin: 0.2rem auto 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff;
}

.pop-thfl .pop-thfl-ul i {
  margin-top: 0.02rem;
  margin-right: 0.02rem;
  display: none;
}

.pop-thfl .pop-thfl-ul .discount {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/discount.png) no-repeat center center/100% 100%;
  width: 1.3rem;
  height: 0.36rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.1rem;
  color: #5c1d7f;
  font-size: 0.28rem;
  line-height: 1.2;
  font-family: "BeaufortForLoL-Bold";
  font-style: normal;
}

.pop-thfl .pop-thfl-ul .pop-btn {
  padding-top: 0.1rem;
  box-sizing: border-box;
}
.pop-thfl .pop-thfl-ul .pop-btn span {
  letter-spacing: 0;
  font-size: 0.24rem;
}

.pop-thfl .pop-thfl-ul .txt > span {
  font-family: "BeaufortForLoL-Bold";
  font-size: 0.26rem;
}

.pop-thfl .pop-btn-confirm, .pop-thfl .pop-btn-cancel {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-btn-confirm2.png) no-repeat center center/100% 100%;
  width: 3.03rem;
  height: 0.78rem;
}
.pop-thfl .pop-btn-confirm span, .pop-thfl .pop-btn-cancel span {
  background: linear-gradient(to top, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pop-thfl .pop-btn-confirm.gray, .pop-thfl .pop-btn-cancel.gray {
  opacity: 0.7;
  filter: saturate(0.7);
  pointer-events: none;
}

.pop-thfl .btn-not-yet {
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 0.32rem;
  text-decoration: underline;
  display: block;
  margin: 0.8rem auto 0;
  text-align: center;
  width: 1.3rem;
  opacity: 0.7;
}

.pop-thfl-get .pop-thfl-get-img {
  width: 3.04rem;
  height: 3.04rem;
  margin: 0.8rem auto 0;
  position: relative;
}
.pop-thfl-get .pop-thfl-get-img::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle.png) no-repeat center center/100% 100%;
  width: 3.04rem;
  height: 3.04rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-thfl-get .pop-thfl-get-img img {
  width: 98%;
  height: 98%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
}
.pop-thfl-get .pop-thfl-get-name {
  font-size: 0.24rem;
  color: var(--pop-btn-color);
  text-align: center;
  margin-top: 0.2rem;
}
.pop-thfl-get .pop-thfl-get-tip {
  color: var(--pop-btn-color);
  text-align: center;
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
.pop-thfl-get .pop-btns {
  margin-top: 0.4rem;
}

.pop-thfl-get-img-box {
  display: flex;
  justify-content: center;
}
.pop-thfl-get-img-box .pop-thfl-get-img {
  margin: 0.2rem auto 0;
}

#certificate2 .pop-bd--middle {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/popbg-drawer-xlarge.png) no-repeat center top/100%;
  height: 9rem;
}

#certificate3 .pop-bd--middle {
  height: 7.8rem;
}

#certificate3 .pop-thfl-get-name {
  padding: 0 0.4rem;
}

.pop-thfl-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
}

#certificate2 .pop-scrollbar {
  width: 7rem;
  max-height: 12rem;
  margin: 0 auto;
}

.pop-thfl-box {
  width: 6.8rem;
  margin: 0.3rem auto 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.pop-thfl-subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #efdbbd;
  background: linear-gradient(to right, #efdbbd 20%, #ffecd7 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.6rem;
  font-size: 0.3rem;
  font-weight: bold;
}

.pop-thfl-subtitle::before {
  content: "";
  width: 0.12rem;
  height: 0.11rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -21.55rem -4.63rem;
  background-size: 21.82rem 16.36rem;
  display: inline-block;
  margin-right: 0.1rem;
}

.pop-thfl-subtitle::after {
  content: "";
  width: 0.12rem;
  height: 0.11rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -21.69rem -4.63rem;
  background-size: 21.82rem 16.36rem;
  display: inline-block;
  margin-left: 0.1rem;
}

.pop-thfl-cot {
  width: 2.44rem;
  height: 2.14rem;
  position: relative;
  margin-top: 0.6rem;
}

.pop-thfl-cot::after {
  content: "";
  width: 2.46rem;
  height: 2.17rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -18.56rem -4.35rem;
  background-size: 21.82rem 16.36rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-thfl-cot-pic {
  background-color: #2a1e60;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-thfl-cot-pic img {
  width: 2.44rem;
  height: 2.14rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -18.56rem -6.54rem;
  background-size: 21.82rem 16.36rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.pop-thfl-num {
  width: 1.66rem;
  height: 0.36rem;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-m-spr.png");
  background-position: -19.92rem -14.78rem;
  background-size: 21.82rem 16.36rem;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.2rem;
  z-index: 10;
  text-align: center;
  font-size: 0.2rem;
  color: #432c18;
  font-weight: bold;
  line-height: 0.36rem;
}

.pop-jsfl .pop-bd {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-jsfl-bg.png) no-repeat center top/100% 100%;
  width: 7.5rem;
  height: 13.07rem;
  padding-top: 0.6rem;
  box-sizing: border-box;
}

.pop-jsfl .pop-close {
  position: absolute;
  top: -0.5rem;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-colse4.png) no-repeat center top/100%;
}

.pop-jsfl .pop-title span {
  background: linear-gradient(to top, #fdffba, #fffff5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.44rem;
  line-height: 0.56rem;
}
.pop-jsfl .pop-title span::after {
  content: "";
  display: block;
  width: 6.81rem;
  height: 0.19rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-title-line.png) no-repeat center center/100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -0.46rem;
  pointer-events: none;
}

.jsfl-content {
  display: flex;
  width: 7rem;
  flex-direction: column;
  margin: 0 auto;
}
.jsfl-content .jsfl-left {
  position: relative;
  box-sizing: border-box;
}
.jsfl-content .jsfl-right,
.jsfl-content .jsfl-left {
  flex: 1;
  color: #2646a8;
}
.jsfl-content .jsfl-right > p,
.jsfl-content .jsfl-left > p {
  font-size: 0.2rem;
  margin-top: 0.1rem;
  text-align: center;
}
.jsfl-content .pop-ftitle {
  text-align: center;
}
.jsfl-content .pop-ftitle span {
  font-weight: bold;
  background: linear-gradient(to top, #4a75d6, #5a41da);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.34rem;
  line-height: 0.56rem;
}
.jsfl-content .pop-jsfl-list {
  margin: 0.15rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 6.8rem;
  box-sizing: border-box;
  padding-right: 0.1rem;
  height: 4rem;
  overflow: auto;
  gap: 0.15rem;
}
.jsfl-content .pop-jsfl-list::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}
.jsfl-content .pop-jsfl-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.1rem;
}
.jsfl-content .pop-jsfl-list::-webkit-scrollbar-thumb {
  background: #9371e1;
  border-radius: 0.1rem;
  transition: background 0.3s ease;
}
.jsfl-content .jsfl-box {
  margin-bottom: 0.15rem;
  position: relative;
}
.jsfl-content .jsfl-box .name {
  width: 2rem;
  height: 0.5rem;
  font-size: 0.24rem;
  color: #2646a8;
  line-height: 0.3rem;
  text-align: center;
  padding: 0.1rem 0;
}
.jsfl-content .jsfl-box .jsfl-box-bg {
  width: 2rem;
  height: 2.4rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/jsfl-box-bg.png) no-repeat center top/100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jsfl-content .jsfl-box .jsfl-box-bg img {
  width: 1.88rem;
  height: 2.28rem;
  border-radius: 0.1rem;
  object-fit: cover;
}
.jsfl-content .jsfl-box.gray {
  filter: none;
  opacity: 1;
}
.jsfl-content .jsfl-box.gray::before {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/jsfl-box-unown.png) no-repeat center top/100%;
  width: 1.88rem;
  height: 2.28rem;
  position: absolute;
  left: 0.06rem;
  top: 0.06rem;
}
.jsfl-content .jsfl-box[id=skin_df7bd0f8-15cc-4254-b754-4aa7df0c82ab] .jsfl-box-bg img, .jsfl-content .jsfl-box[id=skin_5f427c9c-7589-416f-8128-c3106c19229a] .jsfl-box-bg img, .jsfl-content .jsfl-box[id=skin_7fb0ddc2-ed13-4b7e-8cc9-f01bc9c784de] .jsfl-box-bg img, .jsfl-content .jsfl-box[id=skin_5e1b18c2-8319-4962-bc59-5dfdacd9912d] .jsfl-box-bg img {
  object-position: 70% center;
}
.jsfl-content .jsfl-box[id=skin_51792a6d-fe21-48fa-b181-0448540331b5] .jsfl-box-bg img, .jsfl-content .jsfl-box[id=skin_97382fbe-f935-4b80-b66f-3098bd39b0ad] .jsfl-box-bg img, .jsfl-content .jsfl-box[id=skin_80f1ba40-4fd4-4704-b02d-2662fccc1c66] .jsfl-box-bg img, .jsfl-content .jsfl-box[id=skin_028a5545-4273-402c-88b0-432e9692bd9c] .jsfl-box-bg img, .jsfl-content .jsfl-box[id=skin_ac18794d-bc84-49b0-88c4-027440f8d3eb] .jsfl-box-bg img {
  object-position: 80% center;
}
.jsfl-content .jsfl-box[id=skin_0dcae761-22ce-4cd7-9e91-b1e971a4b5d9] .jsfl-box-bg img {
  object-position: 90% center;
}
.jsfl-content .jsfl-left-bottom {
  padding-right: 0.4rem;
}
.jsfl-content .jsfl-left-bottom .jsfl-left-bttom-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2646a8;
  font-size: 0.24rem;
}
.jsfl-content .jsfl-left-bottom .jsfl-left-bttom-txt p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.jsfl-content .jsfl-left-bottom .jsfl-left-bttom-txt img {
  height: 0.5rem;
  object-fit: contain;
  margin: 0 0.04rem;
}
.jsfl-content .jsfl-left-bottom .jsfl-left-bttom-txt p:last-child {
  padding-left: 0.2rem;
  margin-left: 0.2rem;
  position: relative;
}
.jsfl-content .jsfl-left-bottom .jsfl-left-bttom-txt p:last-child::before {
  display: block;
  content: "";
  height: 0.22rem;
  width: 1px;
  background: #2646a8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.11rem;
}
.jsfl-content .jsfl-left-bottom a {
  margin: 0.05rem auto !important;
}

.pop-jsfl .pop-jsfl-ul {
  width: 6.8rem;
  height: calc(100vh - 4.2rem);
  font-size: 0;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.pop-jsfl .pop-jsfl-ul::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}
.pop-jsfl .pop-jsfl-ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.1rem;
}
.pop-jsfl .pop-jsfl-ul::-webkit-scrollbar-thumb {
  background: #81460d;
  border-radius: 0.1rem;
}

.pop-jsfl .pop-jsfl-ul li {
  width: 2.96rem;
  margin: 0rem 0.1rem 0.4rem;
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.pop-jsfl .pop-jsfl-ul .pop-fl-fo1 {
  color: #ffffff;
  background: linear-gradient(to right, #ffffff 20%, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.24rem;
  line-height: 0.32rem;
  width: 100%;
  height: 0.64rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-jsfl .pop-jsfl-ul .pop-fl-fo1::before {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-thfl-deco2.png) no-repeat center center/100% 100%;
  width: 0.25rem;
  height: 0.22rem;
  margin: 0 0.08rem;
  transform: scale(-1, 1);
}

.pop-jsfl .pop-jsfl-ul .pop-fl-fo1::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-thfl-deco2.png) no-repeat center center/100% 100%;
  width: 0.25rem;
  height: 0.22rem;
  margin: 0 0.08rem;
}

.pop-jsfl .pop-jsfl-ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.66rem;
  z-index: 1;
  width: 3.04rem;
  height: 3.04rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle3.png) no-repeat center top/100%;
}

.pop-jsfl .pop-jsfl-ul img {
  display: block;
  width: 2.96rem;
  height: 2.96rem;
  object-fit: contain;
  display: block;
  margin: 0.06rem auto 0;
  border-radius: 0.1rem;
  mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle-mask.png) no-repeat center center/100% 100%;
  background-size: 2.96rem 2.96rem;
}

.pop-jsfl .pop-fl-fo2 {
  font-weight: bold;
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 0.32rem;
  margin-top: 0.2rem !important;
}

.pop-jsfl .pop-jsfl-ul a, .pop-jsfl .jsfl-left a {
  margin: 0 auto 0;
  background: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-jsfl-btn.png") no-repeat center center/100%;
  width: 2.26rem;
  height: 0.69rem;
  padding-bottom: 0;
}
.pop-jsfl .pop-jsfl-ul a span, .pop-jsfl .jsfl-left a span {
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop-share {
  overflow-y: auto;
  background: #0a0614;
}

.pop-share .pop-bd {
  width: 100%;
  height: 14.68rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/share/bg1.jpg) no-repeat center center/100%;
  padding-top: 6.8rem;
  top: 0;
  left: 0;
  transform: none;
}

.pop-share .pop-close,
.pop-share-give .pop-close {
  top: 0.3rem;
  right: 0.5rem;
}

.pop-share .pop-share-img {
  display: none;
}

.pop-share .pop-share-img img {
  display: block;
  width: 126px;
  height: 126px;
  margin: 0 auto 0;
}

.pop-share .qrcode-msg {
  display: none;
}

.pop-share .summoner-name {
  height: 0.46rem;
  line-height: 0.46rem;
  color: #e5feff;
  font-size: 0.27rem;
  text-align: center;
  font-weight: bold;
}

.pop-share .summoner-tips {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-top: 3.85rem;
}

.pop-share .summoner-tips p {
  color: #e5feff;
  font-size: 0.26rem;
  line-height: 0.36rem;
}

.pop-share .summoner-tips span {
  display: block;
  height: 0.36rem;
  width: 0.24rem;
  border-radius: 0.04rem;
  line-height: 0.36rem;
  background: #e5feff;
  text-align: center;
  margin: 0 0.02rem;
  color: #0064a1;
  font-family: "BeaufortforLOL-Bold";
  font-size: 0.28rem;
}

.save-pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.save-pic img {
  display: block;
  width: 100%;
  -webkit-touch-callout: default;
}

.dom2img-result {
  display: none;
}

.pop-share .save-pic-box {
  position: fixed;
  z-index: -1;
  left: -999px;
  top: -999px;
  width: 750px;
  height: 1468px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/share/bg2.jpg) #000 no-repeat center top;
}

.pop-share .page-cont-b {
  padding-top: 730px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  height: auto;
}

.pop-share .page-cont-b .page-name {
  height: 46px;
  line-height: 46px;
  color: #e5feff;
  font-weight: bold;
  font-size: 27px;
}

.pop-share .page-cont-b .page-num {
  margin: 340px auto 0;
  width: 90%;
  height: 37px;
  line-height: 37px;
  font-size: 0;
  text-align: center;
}

.pop-share .page-cont-b .page-num span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  color: #e5feff;
  font-size: 24px;
  line-height: 32px;
}

.pop-share .page-cont-b .share-num-sp2 {
  display: inline-block;
  width: 24px;
  height: 32px;
  color: #0064a1;
  background: var(--main-color);
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
}

.pop-share .page-cont-b .page-num span b {
  display: inline-block;
  vertical-align: middle;
}

.pop-share .qr-code {
  width: 140px;
  height: 140px;
  margin-top: 135px;
  margin-left: 505px;
}

.pop-share .qr-code img {
  display: block;
  width: 100%;
}

#popQrcode .pop-close {
  top: 0.5rem;
  right: 0.5rem;
  width: 1.36rem;
  height: 0.68rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/share-close.png) no-repeat center top/100%;
}

.pop-share-give {
  overflow-y: auto;
  background: #0d1435;
}

.pop-share-give .pop-bd {
  width: 100%;
  height: 14.64rem;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/give/bg1.jpg) no-repeat center center/100%;
  padding-top: 10.32rem;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: none;
}

.pop-share-give .avatar-list {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 0 0.1rem 0 0.2rem;
  box-sizing: border-box;
  height: 1.62rem;
  position: relative;
}

.pop-share-give .avatar-list li {
  width: 2rem;
  display: block;
  position: relative;
}

.pop-share-give .tx-box {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.pop-share-give .tx-box::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/tx-box-border.png) no-repeat center top/100%;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.pop-share-give .tx-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.pop-share-give .tx-border {
  background: linear-gradient(to bottom, #fcdbb4, #fff9f3);
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -0.42rem;
  top: -0.02rem;
}

.pop-share-give .name {
  font-size: 0.22rem;
  color: #e4e3ff;
  line-height: 1.2;
  margin-top: 0.12rem;
}

.pop-share-give .pop-share-give-tips {
  color: #877cca;
  font-size: 0.2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.04rem;
}

.pop-share-give .qrcode-msg,
.pop-share-give .pop-share-img {
  display: none;
}

.pop-share-give .save-pic-box {
  position: fixed;
  z-index: -1;
  left: -999px;
  top: -999px;
  width: 750px;
  height: 1466px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/give/bg2.jpg) #000 no-repeat 0 0;
}

.pop-share-give .page-cont-b {
  padding-top: 1030px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  height: auto;
}

.pop-share-give .page-cont-b ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 10px 0 20px;
  text-align: center;
  font-size: 0;
  height: 144px;
}

.pop-share-give .page-cont-b li {
  display: block;
  width: 92px;
}

.pop-share-give .page-cont-b .page-head-list {
  position: relative;
  width: 80px;
  height: 80px;
}

.pop-share-give .page-cont-b .page-head-list img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.pop-share-give .page-cont-b .head-layer {
  background: linear-gradient(to bottom, #fcdbb4, #fff9f3);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -42px;
  top: -2px;
}

.pop-share-give .page-cont-b .page-name {
  line-height: 36px;
  margin-top: 6px;
  width: 300%;
  margin-left: -100%;
}

.pop-share-give .page-cont-b .page-name p {
  color: #e4e3ff;
  font-size: 22px;
  line-height: 1.2;
}

.pop-share-give .page-cont-b .end {
  width: 100%;
  color: #877cca;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  margin-top: 10px;
}

.pop-share-give .qr-code {
  width: 122px;
  height: 122px;
  margin-left: 534px;
  margin-top: 75px;
}

.pop-share-give .qr-code img {
  display: block;
  width: 100%;
}

.pop-continuous-rule ul {
  color: #3d46c9;
  width: 6.64rem;
  margin: 0.7rem auto 0;
  text-align: justify;
  height: 4.8rem;
  line-height: 1.5;
}

.pop-continuous-rule li {
  min-height: 0.4rem;
}

.pop-continuous-rule li:nth-of-type(2),
.pop-continuous-rule li:nth-of-type(3),
.pop-continuous-rule li:nth-of-type(4),
.pop-continuous-rule li:nth-of-type(5) {
  font-weight: bold;
}

.pop-continuous-rule .lab {
  margin-bottom: 0.2rem;
}

.pop-continuous-rule .pop-btn-cancel2 {
  font-size: 0.26rem;
  line-height: 0.7rem;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.pop-loading {
  z-index: 10086;
}

.pop-loading p {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-loading span {
  width: 0.8rem;
  height: 0.8rem;
  background: url("//game.gtimg.cn/images/lol/client/lcu/loading.png") no-repeat center/100% 100%;
  text-indent: -9999px;
  font-size: 0;
  -webkit-animation: ani-pop-loading 4s linear infinite;
  animation: ani-pop-loading 4s linear infinite;
}

@keyframes ani-pop-loading {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes ani-pop-loading {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.pop-video-bd {
  width: 7.2rem;
  height: 4.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.1rem 0 0 -3.6rem;
  outline: 0;
}

.pop-video .pop-close {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: -0.6rem;
  right: 0.2rem;
  text-indent: -9999rem;
  background: 0 0;
}

.pop-video .pop-close:after,
.pop-video .pop-close:before {
  position: absolute;
  left: 0.26rem;
  top: 0;
  content: " ";
  height: 0.56rem;
  width: 0.04rem;
  border-radius: 0.02rem;
  background-color: #7410aa;
}

.pop-video .pop-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pop-video .pop-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.video-play {
  width: 100%;
  height: 100%;
  background: #000;
  border: 0.04rem solid transparent;
  border-image: linear-gradient(45deg, #cf3a98, #7410aa) 1/1/0 stretch;
  position: relative;
  z-index: 2;
}

.pop-living-date {
  text-align: center;
  font-size: 0.24rem;
  color: #efdbbd;
  margin-top: 0.2rem;
}

.pop-living-box {
  width: 7rem;
  display: flex;
  justify-content: space-between;
  margin: 0.38rem auto 0;
}

.pop-living-product {
  position: relative;
}

.pop-living-product-pic-box {
  position: relative;
  width: 2.19rem;
}

.pop-living-product-pic-box img {
  width: 2.19rem;
  height: 2.65rem;
}

.pop-living-product-pic-box::after {
  content: "";
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-living-product-border.png);
  background-size: auto 100%;
  width: 2.2rem;
  height: 2.68rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.pop-living-product-name {
  width: 100%;
  height: 0.62rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  line-height: 0.25rem;
  color: #432c18;
  position: absolute;
  top: 2.04rem;
  left: 0;
}

.pop-living-price-box {
  display: flex;
  align-items: end;
  margin-left: 0.3rem;
  margin-top: 0.2rem;
}

.pop-living-price-box span {
  font-size: 0.16rem;
  text-align: center;
  color: #d0b693;
  writing-mode: vertical-rl;
  letter-spacing: 0.03rem;
}

.pop-living-price {
  display: flex;
}

.pop-living-price em {
  font-size: 0.48rem;
  color: #d0b693;
  background: linear-gradient(to bottom, #d0b693 20%, #f8e4ca 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: bold;
}

.pop-living-price i {
  font-style: normal;
  font-size: 0.2rem;
  color: #ffebd3;
}

.pop-living-price-normal {
  font-size: 0.2rem;
  color: #b8a083;
  text-decoration: line-through;
  margin-top: -0.2rem;
}

.pop-living-price {
  display: flex;
  flex-direction: column;
}

.pop-living-btn {
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/m/pop-living-btn.png);
  background-size: 100% 100%;
  word-wrap: 1.99rem;
  height: 0.63rem;
  text-align: center;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.63rem;
  display: block;
  margin: 0.15rem auto 0;
}

.pop-living-product-discount {
  font-size: 0.2rem;
  color: #432c18;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  transform: rotate(-45deg);
}

.pop-living-link {
  width: 100%;
  text-align: center;
  font-size: 0.2rem;
  color: #c8b2a1;
  position: absolute;
  left: 0;
  bottom: 0.75rem;
}

.body-sm .pop-bd.pop-bd--xlarge,
.body-sm .pop-series-bd {
  height: 10.88rem;
}

.body-sm .pop-exchange .pop-giftList {
  height: 8.7rem;
}

.body-sm .pop-jsfl .pop-bd {
  height: 12.07rem;
}

.body-sm .jsfl-content .pop-jsfl-list {
  height: 2rem;
}

.body-sm .pop-rule-bd {
  height: 9rem;
}

.body-sm .pop-history .dialog-history__li {
  height: 0.7rem;
}
.body-sm .pop-history .dialog-history__bottom {
  bottom: 0.3rem;
}

.body-sm .pop-series-bd .pop-gift-ten-lt {
  height: 6.2rem;
}

.body-sm .pop-pool .pop-scrollbar {
  height: 9.18rem;
}

.body-sm .pop-jsfl .pop-jsfl-ul::-webkit-scrollbar {
  width: 0.08rem;
  background: transparent;
}

.body-sm .pop-jsfl .pop-jsfl-ul::-webkit-scrollbar-thumb {
  width: 0.08rem;
  background-color: #d3b297;
  border-radius: 0.04rem;
}

.body-sm .pop-jsfl .pop-jsfl-ul::-webkit-scrollbar-track {
  background-color: transparent;
}

/*# sourceMappingURL=popm.css.map */
