@charset "UTF-8";
.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;
}

.pop-bd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 20px;
  box-sizing: border-box;
}

.pop-bd.pop-bd--xlarge {
  width: 888px;
  height: 679.2px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/popbg-xlarge.png) no-repeat center top/100%;
  margin-top: 42px;
  padding-top: 12px;
}

.pop-bd.pop-bd--large {
  width: 614.4px;
  height: 507.6px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/popbg-large.png) no-repeat center top/100%;
  margin-top: 19.2px;
  padding-top: 49.2px;
  padding-right: 24.6px;
}
.pop-bd.pop-bd--large .pop-close {
  position: absolute;
  top: 2.4px;
  right: 2.4px;
  width: 34.8px;
  height: 34.8px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-colse4.png) no-repeat center top/100%;
}

.pop-bd, .pop-bd.pop-bd--middle {
  width: 484.8px;
  height: 429.6px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/popbg-middle.png) no-repeat center top/100% 100%;
  padding-top: 12px;
}

.pop-bd.pop-bd--small {
  width: 528px;
  height: 271.2px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/popbg-small.png) no-repeat center top/100% 100%;
  padding-top: 12px;
}

.pop-bd.pop-bd-gxhd {
  width: 691.2px;
  height: 493.2px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gxhd-bg.png) no-repeat center top/100% 100%;
  padding-top: 36px;
}

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

.pop-close:hover {
  transform: rotate(90deg);
}

.pop-title {
  font-family: "Microsoft Yahei";
  font-size: 26.4px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 36px;
  position: relative;
}
.pop-title span {
  color: var(--pop-btn-color);
  font-size: 16.8px;
  font-weight: bold;
  line-height: 21.6px;
}

.pop-scrollbar {
  width: 842.4px;
  height: 595.2px;
  padding-right: 20px;
  margin: 10px auto 0;
  overflow-y: auto;
  overflow-x: hidden;
  color: #785A28;
  padding-left: 20px;
}

.pop-scrollbar::-webkit-scrollbar {
  width: 4.8px;
  background: transparent;
}

.pop-scrollbar::-webkit-scrollbar-thumb {
  width: 4.8px;
  background-color: #785A28;
  border-radius: 2.4px;
}

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

.pop-rule .pop-rule-bd {
  color: #A09B8C;
  line-height: 26.4px;
  padding-bottom: 72px;
}

.pop-rule-bd h3 {
  margin-top: 2em;
  font-weight: bold;
  font-size: 16.8px;
  color: var(--pop-btn-color);
}

.pop-rule-bd h3:first-child {
  margin-top: 0;
}

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

.pop-rule-bd p strong {
  display: block;
  font-size: 1.2em;
  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-table {
  width: 100%;
  border: #A09B8C solid 1.2px;
  font-size: 16.8px;
  margin: 6px auto 12px;
  text-align: center;
  color: #A09B8C;
}

.pop-rule-table:last-child {
  margin-bottom: 12px;
}

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

.pop-rule-table td {
  height: 50.4px;
  line-height: 50.4px;
  border: #A09B8C solid 1.2px;
  text-align: center;
  color: #A09B8C;
  font-size: 14.4px;
}

.pop-msg {
  color: var(--pop-btn-color);
  font-size: 14.4px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 19.2px auto 0;
  padding: 0 36px;
  box-sizing: border-box;
}

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

.pop-msg-bottom {
  margin-bottom: 24px;
}

.pop-bd.pop-bd--small .pop-msg {
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.pop-buy .pop-bd.pop-bd--small .pop-msg {
  height: 108px;
  margin-top: -9.6px;
}

.pop-checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 0 24px;
  cursor: pointer;
  height: 20.4px;
  line-height: 20.4px;
}
.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: 6px;
  display: block;
  width: 19.2px;
  height: 19.2px;
}
.pop-checkbox .pop-checkbox-txt {
  color: var(--pop-btn-color);
  font-size: 14.4px;
  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 16.8px;
}

.pop-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 6px;
}

.pop-btn {
  display: block;
  margin: 0 12px;
  line-height: 34.8px;
  padding-bottom: 2.4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-btn span {
  font-size: 15.6px;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: var(--pop-btn-color);
}

.pop-btn.pop-btn-cancel {
  display: block;
  margin: 0 12px;
  line-height: 34.8px;
  padding-bottom: 2.4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-btn.pop-btn-cancel span {
  font-size: 15.6px;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: var(--pop-btn-color);
}

.pop-btn-confirm {
  width: 168px;
  height: 38.4px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-confirm.png) no-repeat center top/100% 100%;
}
.pop-btn-confirm:hover {
  filter: none;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-confirm-hover.png);
}

.pop-btn-cancel {
  width: 168px;
  height: 38.4px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-cancel.png) no-repeat center top/100% 100%;
}
.pop-btn-cancel:hover {
  filter: none;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-cancel-hover.png);
}

.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 {
  width: 100%;
  padding-top: 68.25%;
  /* height: 100%; */
  height: 0;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  pointer-events: none;
  display: none;
}

.pop-gift-vbg-ani video,
.pop-gift-vbg-ani canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pop-icon-stone-lg {
  display: block;
  margin: 0 auto 10px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-icon-stone-lg.png) no-repeat center;
  background-size: contain;
  width: 170.4px;
  height: 170.4px;
  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: 170.4px;
  height: 170.4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#popBuyOne .pop-bd {
  padding-bottom: 36px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

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

#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: 16.8px;
  margin-bottom: 1.2px;
  font-weight: 700;
}

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

.pop-pool .pop-pool-special-list {
  display: flex;
  justify-content: space-around;
  width: 690px;
  margin: 0 auto 18px;
}

.pop-pool .pop-pool-special-list-big-center {
  justify-content: center;
}

.pop-pool .pop-pool-special-list-big {
  width: 100%;
  justify-content: center;
}

.pop-pool .odds {
  color: var(--pop-title-color);
  font-size: 13.2px;
  line-height: 1.5;
  margin-bottom: 8.4px;
}

.pop-pool .big {
  width: 390px;
  position: relative;
}

.pop-pool .pop-pool-bd-center li {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.pop-pool .pop-pool-bd-center li:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

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

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

.pop-pool .pop-pool-bd-center .img img {
  width: 98%;
  height: 249.6px;
  border-radius: 6px;
  transform: scale(1.01);
}

.pop-pool .mid .pop-pool-bd-center .img img {
  width: 98%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
}

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

.pop-pool .mid .pop-pool-bd-center li:after {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle2.png) no-repeat center center/100% 100%;
  width: 256.8px;
  height: 256.8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pop-pool .mid {
  width: 256.8px;
}

.pop-pool .mid .img {
  width: 256.8px;
}

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

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

.pop-pool .pop-pool-bd-lg {
  font-size: 0;
  text-align: center;
  width: 104%;
  margin-left: -2%;
}

.pop-pool .pop-pool-bd-lg li {
  width: 136.8px;
  height: 172.8px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.pop-pool .pop-pool-bd-lg .img {
  width: 123.6px;
  height: 123.6px;
  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: 126px;
  height: 126px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-pool .pop-pool-bd-lg .name {
  color: var(--pop-text-color);
  font-size: 14.4px;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
  width: 102px;
  margin: 6px auto 0;
}

.pop-gift-bd {
  height: 806px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: -410px;
  z-index: 2;
}

#popGiftBdw .pop-gift-bd {
  backdrop-filter: none;
}

.pop-gift {
  backdrop-filter: blur(6px);
}

.pop-gift-tit {
  font-size: 19.2px;
  text-align: center;
  font-weight: bold;
  height: 43.2px;
  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: 312.6px;
  height: 11.4px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-topline.png) no-repeat center/100%;
  margin: 0 auto 6px;
}

.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: 25.2px;
  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: 96px auto 0;
  width: 391.2px;
  height: 342px;
  position: relative;
  width: 364.2px;
  height: 342px;
}
.pop-gift-box::before {
  content: "";
  width: 456px;
  height: 456px;
  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-ten-img p {
  width: 100%;
  height: 100%;
}
.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 {
  content: "";
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-img-strong2-border.png);
  width: 456px;
  height: 456px;
  background-size: 100% 100%;
}
.pop-gift-box .pop-gift-img {
  width: 100%;
  height: 100%;
  -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-img img {
  display: block;
  width: 100%;
  height: 100%;
  height: 378px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  object-fit: cover;
}
.pop-gift-box .pop-gift-img img[src*="pop-ten-fh.png"] {
  height: 326.4px;
}
.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: 386.4px;
  height: 342px;
  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: 384px;
  height: 384px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -192px;
  margin-top: -192px;
  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: 168px;
  height: 67.2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  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: 62.4px;
  position: absolute;
  left: 0;
  bottom: -86.4px;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  font-size: 18px;
  color: var(--pop-main-color);
  word-break: keep-all;
}

.pop-gift-changearea {
  padding: 4.8px 14.4px;
  font-size: 16.8px;
  border: #f8c73e solid 1.2px;
  color: #fdf7d5;
}

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

.pop-gift-ten .pop-gift-changearea {
  bottom: 0;
  font-size: 14.4px;
  padding: 1.2px 7.2px;
}

.pop-gift-btmline {
  width: 840px;
  height: 63px;
  position: absolute;
  left: 50%;
  margin-left: -420px;
  bottom: 8.4px;
  display: flex;
  justify-content: center;
}

.pop-gift-btmline a {
  margin: 0 18px;
  font-size: 15.6px;
  line-height: 40.8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-btn.png) no-repeat center/100%;
  width: 177.6px;
  height: 45.6px;
  border: none;
}
.pop-gift-btmline a span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: #ffffff;
}

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

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

.pop-gift-ten-lt {
  width: 1080px;
  height: 450px;
  position: relative;
  margin: 12px auto 0;
  display: flex;
  justify-content: space-between;
  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: 176.4px;
  height: 162px;
  width: 174.816px;
  height: 164.16px;
  position: absolute;
  color: #ffffff;
  font-size: 14.4px;
  text-align: center;
}
.pop-gift-ten-lt li::before {
  content: "";
  width: 218.88px;
  height: 218.88px;
  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:last-child::before {
  display: none;
}
.pop-gift-ten-lt li .back::before,
.pop-gift-ten-lt li .front::before {
  display: block;
  content: "";
  width: 218.88px;
  height: 218.88px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-box-border2.png) no-repeat center top/100%;
  pointer-events: none;
  z-index: 3;
}
.pop-gift-ten-lt li .pop-gift-ten-img p {
  width: 100%;
  height: 100%;
}
.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 {
  content: "";
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-gift-img-strong2-border.png);
  width: 218.88px;
  height: 218.88px;
  background-size: 100% 100%;
}
.pop-gift-ten-lt li .pop-gift-ten-img {
  width: 100%;
  height: 100%;
  -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 img {
  display: block;
  width: 100%;
  height: 100%;
  height: 181.44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  object-fit: cover;
}
.pop-gift-ten-lt li .pop-gift-ten-img img[src*="pop-ten-fh.png"] {
  height: 156.672px;
}
.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: 185.472px;
  height: 164.16px;
  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: 184.32px;
  height: 184.32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -92.16px;
  margin-top: -92.16px;
  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: 96.768px;
  height: 38.7072px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.912px;
  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: 14.4px;
  text-align: center;
  margin: 168px 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(2),
.pop-gift-ten-lt li:nth-child(3),
.pop-gift-ten-lt li:nth-child(4) {
  top: 9px;
}

.pop-gift-ten-lt li:nth-child(5),
.pop-gift-ten-lt li:nth-child(6),
.pop-gift-ten-lt li:nth-child(7) {
  top: 164.4px;
}

.pop-gift-ten-lt li:nth-child(10),
.pop-gift-ten-lt li:nth-child(11),
.pop-gift-ten-lt li:nth-child(8),
.pop-gift-ten-lt li:nth-child(9) {
  top: 314.4px;
}

.pop-gift-ten-lt li:nth-child(1),
.pop-gift-ten-lt li:nth-child(8) {
  left: 0;
}

.pop-gift-ten-lt li:nth-child(2),
.pop-gift-ten-lt li:nth-child(9) {
  left: 301.2px;
}

.pop-gift-ten-lt li:nth-child(10),
.pop-gift-ten-lt li:nth-child(3) {
  left: 603.6px;
}

.pop-gift-ten-lt li:nth-child(11),
.pop-gift-ten-lt li:nth-child(4) {
  left: 907.2px;
}

.pop-gift-ten-lt li:nth-child(5) {
  left: 150px;
}

.pop-gift-ten-lt li:nth-child(6) {
  left: 447.6px;
}

.pop-gift-ten-lt li:nth-child(7) {
  left: 756px;
}

.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: 117.6px;
  height: 28.2px;
  position: absolute;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
  top: 198px;
  pointer-events: none;
}

.pop-gift .pop-gift-vbg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  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, -30px);
    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, 120px);
    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 img;
  animation-top: 51%;
}

.pop-gift .pop-gift-ten-lt li:nth-child(12) {
  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-double-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 420px;
}

.pop-gift-double-list .pop-gift-box {
  flex: none;
  transform: scale(0.9);
  margin: 96px 12px 0;
}

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

.pop-gift-qipan .pop-gift-bd {
  transform: scale(1);
  top: auto;
  margin-top: 0;
  bottom: 0;
}

.pop-gift-qipan .pop-gift-btmline {
  bottom: 80px;
}
.pop-gift-qipan .pop-gift-btmline a {
  transform: scale(1.3);
  margin: 0 60px;
}

.pop-gift-qipan .pop-gift-btmline .call-one {
  width: 279px;
  height: 160.8px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/call-btn-two.png) no-repeat center center/100% 100%;
  font-weight: bold;
  box-sizing: border-box;
  padding-top: 66px;
}
.pop-gift-qipan .pop-gift-btmline .call-one span {
  font-size: 20.4px;
  color: #642b01;
  background: linear-gradient(to top, #642b01 20%, #a6671d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 1px #feedbc);
}

.pop-gift-qipan .pop-gift-btmline .call-sum {
  width: 279px;
  height: 160.8px;
  padding-top: 66px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/call-btn.png) no-repeat center center/100% 100%;
  box-sizing: border-box;
  color: var(--main-color);
  font-weight: bold;
}
.pop-gift-qipan .pop-gift-btmline .call-sum span {
  font-size: 20.4px;
  color: #642b01;
  background: linear-gradient(to top, #642b01 20%, #a6671d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 1px #feedbc);
}

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

.pop-gift .pop-gift-automatic,
.pop-gift .pop-spr.btn-exit {
  display: none;
}

.pop-gift .pop-gift-automatic {
  animation: ani-box-upin 0.5s 0.3s ease both;
}

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

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

.pop-gift-special .pop-gift-name {
  font-size: 16.2px;
  display: block;
  bottom: -90px;
}

.pop-gift-special-tips {
  font-size: 16.2px;
  line-height: 21px;
  text-align: center;
  color: #f9ffff;
  margin-top: 73.2px;
}

.pop-gift-ten .pop-gift-automatic {
  margin-top: 120px;
}

#popGiftBdw .pop-gift-btmline {
  bottom: 100px;
}

.pop-recharge .pop-recharge-box {
  width: 667.8px;
  height: 427.8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px auto 0;
}

.pop-recharge .pop-recharge-box .pop-recharge-l {
  width: 321px;
  height: 427.8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.pop-recharge .pop-recharge-box .pop-recharge-r {
  width: 331.8px;
  height: 425.4px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-r.png) no-repeat;
  background-size: 100% 100%;
}

.pop-recharge-r-pic1 {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-r-pic1.png) no-repeat;
  background-size: 100% 100%;
  width: 134.4px;
  height: 198px;
  margin: 18px auto 0;
}

.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: 149.4px;
  height: 202.8px;
  position: relative;
  display: block;
  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: 149.4px;
  height: 202.8px;
  position: relative;
  display: block;
  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: 149.4px;
  height: 202.8px;
  position: relative;
  display: block;
  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: 149.4px;
  height: 202.8px;
  position: relative;
  display: block;
  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: 72px;
  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: 14.4px;
  text-align: center;
  padding-top: 156px;
}

.pop-recharge .pop-recharge-l-send p em {
  color: #fcc74a;
}

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

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

.pop-recharge .pop-recharge-l-send .pic {
  display: block;
  margin: 0 auto;
  width: 149.4px;
  height: 148.8px;
  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: 99.6px;
  height: 100.8px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  transform: scale(0.5);
}

.pop-recharge .pop-recharge-l-send .icon i {
  display: block;
  width: 100%;
  font-size: 21.6px;
  text-align: center;
  font-family: "微软雅黑";
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  color: #fff0cc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-5deg);
}

.pop-recharge .pop-recharge-l-send span {
  display: block;
  width: 100%;
  font-size: 36px;
  zoom: 0.8;
  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: 162px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: hyky;
  filter: drop-shadow(1.2px 1.2px 2.4px rgba(114, 109, 96, 0.7)) drop-shadow(-1.2px -1.2px 2.4px rgba(114, 109, 96, 0.7));
}

.pop-recharge .pop-recharge-box .pop-recharge-l > p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #b2b2b2;
  font-size: 18px;
  zoom: 0.8;
  white-space: nowrap;
}

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

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

.button-normal.gray {
  cursor: default;
  color: #5c5b57;
  background-color: #1e2328;
  border: 2.4px 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: -2.4px;
  left: -2.4px;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 2.4px 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;
  box-sizing: content-box;
}

.pop-recharge .pop-bd {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-bg.png) no-repeat center/100% 100%;
  width: 771.6px;
  height: 567px;
  padding-right: 30px;
  padding-top: 12px;
}

.pop-recharge .pop-close {
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-close.png) no-repeat center/100%;
  width: 35.4px;
  height: 35.4px;
  top: 3px;
  right: 3px;
}

.pop-recharge-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0e6d2;
  margin-top: 36px;
}

.pop-recharge-title h2 {
  font-size: 24px;
  font-weight: 700;
}

.pop-recharge-title-txt {
  font-size: 19.2px;
  margin-left: 6px;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.pop-recharge-title-txt a {
  display: block;
  width: 18px;
  height: 18px;
  background: #f0e6d2;
  border-radius: 50%;
  color: #3789f5;
  font-size: 15.6px;
  text-align: center;
  line-height: 16.8px;
  margin-left: 3.6px;
  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: 26.4px;
  font-weight: 400;
  color: #9f9f9f;
  font-size: 14.4px;
  line-height: 19.2px;
  text-align: left;
  padding: 12px;
  box-sizing: border-box;
  width: 319.2px;
  margin-left: -159.6px;
  background: #0d0922;
  border: #463714 solid 1.8px;
}

.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 9.6px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-width: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -7.2px;
  z-index: 2;
  filter: drop-shadow(0 0 1.8px #463714);
}

.pop-recharge-icon-stone {
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-icon-stone.png) no-repeat center/100%;
  width: 18px;
  height: 26.4px;
  margin: 0 6px 0 24px;
}

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

.pop-recharge-desc {
  width: 100%;
  color: #b2b2b2;
  font-size: 18px;
  zoom: 0.8;
  text-align: center;
  margin: 0 auto 0;
}

.pop-recharge-range {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  height: 30px;
}

.pop-recharge-range > * {
  margin: 0 6px;
}

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

.pop-recharge-range a.gray {
  cursor: default;
  color: #5c5b57;
  background: #1e2328;
  border: 2.4px 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: 36px;
  height: 36px;
}

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

.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: 16.8px;
  position: relative;
  z-index: 2;
}

.pop-recharge-range a .border-idle {
  position: absolute;
  top: 2.4px;
  left: 2.4px;
  width: calc(100% - 4.8px);
  height: calc(100% - 4.8px);
  opacity: 1;
  background: #1e2328;
  border-radius: 24px;
}

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

.pop-recharge-range .pop-recharge-input input {
  color: #fffcf3;
  font-family: BeaufortforLOL-Bold;
  font-size: 24px;
  width: 100%;
  height: 100%;
  border: transparent solid 1.2px;
  background: #1e2328;
  border-radius: 7.2px;
  outline: 0;
  text-align: center;
  padding: 1.2px 0;
  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: 14.4px;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  zoom: 0.7;
}

.pop-recharge-btns {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.pop-recharge-btns a:last-child {
  margin-top: 12px;
}

.pop-recharge-btns .button-normal {
  width: 168.6px;
  margin: 0 auto;
}

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

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

.pop-recharge2 .pop-bd {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-bg2.png) no-repeat center/100% 100%;
  width: 502.2px;
  height: 316.2px;
  padding-top: 18px;
  padding-right: 24px;
}

.pop-recharge2 .pop-close {
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-recharge-close.png) no-repeat center/100%;
  width: 35.4px;
  height: 35.4px;
  top: 3px;
  right: 3px;
}

.pop-recharge-stone {
  display: block;
  margin: 72px auto 12px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-icon-stone-lg.png) no-repeat center/100%;
  width: 130.8px;
  height: 142.8px;
  pointer-events: none;
}

.pop-recharge-succ-tit {
  color: #f0e6d2;
  font-size: 16.8px;
  text-align: center;
  margin-top: 24px;
}

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

.pop-recharge-succ .button-normal {
  width: 132px;
  margin: 24px auto 0;
}

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

.pop-recharge-succ .pop-btns {
  margin-top: 24px;
}

.pop-recharge-notice-txt {
  color: #9f9f9f;
  font-size: 21.6px;
  text-align: center;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
  margin-top: 24px;
}

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

.pop-recharge-notice-btns .button-normal {
  width: 132px;
}

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

.pop-recharge-stone + .pop-recharge-notice-txt {
  height: 24px;
  margin-top: 9px;
  margin-bottom: 30px;
}

.pop-recharge-notice-num {
  display: inline-block;
  height: 31.2px;
  width: 139.2px;
  background-color: #1E2328;
  padding: 0 12px;
  border-radius: 24px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 136.8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.pop-recharge-notice-num .pop-recharge-input {
  width: 60px;
  height: 100%;
  position: relative;
  margin: 0 12px;
  display: inline-block;
}

.pop-recharge-notice-num .pop-recharge-input input {
  color: var(--pop-btn-color);
  font-family: BeaufortforLOL-Bold;
  font-size: 15.6px;
  width: 100%;
  height: 100%;
  border: transparent solid 1.2px;
  border-radius: 10.8px;
  outline: 0;
  text-align: center;
  padding: 1.8px 0;
  box-sizing: border-box;
  display: inline-block;
  background-color: transparent;
}

.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: 19.2px;
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  text-align: center;
}

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

#popRechargeNotice5 .btn-db-sub {
  width: 36px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popRechargeNotice5 .btn-db-sub::after {
  content: "";
  width: 14.4px;
  height: 2.4px;
  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: 36px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popRechargeNotice5 .btn-db-add::after {
  content: "";
  width: 14.4px;
  height: 14.4px;
  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[type=circle] span {
  display: inline-block;
  vertical-align: top;
  font-size: 55.8px;
  color: #ead7a5;
  margin-top: -10.8px;
  position: relative;
  z-index: 2;
}

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

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

.pop-recharge-notice5 .pop-recharge-notice-txt {
  height: 120px;
  pointer-events: none;
}

.btn-sub span {
  margin-left: 6px;
}

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

#popRechargeNotice4 .pop-bd {
  width: 484.8px;
  height: 429.6px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/popbg-middle.png) no-repeat center top/100% 100%;
  padding-top: 12px;
  padding-right: 0;
}

#popRechargeNotice5 .pop-bd {
  width: 484.8px;
  height: 511.2px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-exchange-num-bg.png) no-repeat center top/100%;
  margin-top: 19.2px;
  padding-top: 12px;
  padding-right: 0;
}

.pop-rechage-pic-box {
  width: 182.4px;
  height: 182.4px;
  margin: 48px 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: 182.4px;
  height: 182.4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

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

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

#popRechargeNotice4 .pop-recharge-notice-txt,
#popRechargeNotice5 .pop-recharge-notice-txt {
  height: 36px;
  font-size: 16.8px;
  font-weight: bold;
  color: var(--pop-btn-color);
  margin: 6px 0 6px;
  padding: 0;
}

.pop-recharge-notice-num-text {
  font-size: 14.4px;
  color: var(--pop-text-color);
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
}

.pop-recharge-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  font-size: 14.4px;
  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: 36px;
  height: 36px;
  margin: 0 -1.2px;
}

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

#popRechargeNotice4 .pop-recharge-notice-btns {
  position: absolute;
  bottom: 54px;
  width: 100%;
}

#popRechargeNotice4 .pop-confirm,
#popRechargeNotice5 .pop-confirm {
  margin: 0 6px;
  font-size: 15.6px;
  line-height: 40.8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 38.4px;
  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 {
  color: var(--pop-btn-color);
  font-size: 14.4px;
}
#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 18px;
  font-size: 15.6px;
  line-height: 40.8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 38.4px;
  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: 14.4px;
  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: 38.4px;
  height: 38.4px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-close.png) no-repeat center top/100% 100%;
  position: absolute;
  top: 8.4px;
  right: 8.4px;
  z-index: 5;
  text-indent: -9999px;
  transition: transform 0.3s ease-out;
}

#popRechargeNotice4 .pop-recharge-notice-txt {
  padding: 0 12px;
}

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

.pop-history .dialog-history__table {
  width: 774px;
  color: #A09B8C;
  margin: 0 auto;
}

.pop-history .dialog-history__empty {
  width: 774px;
  height: 240px;
  color: #A09B8C;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pop-history .dialog-history__li {
  height: 45.6px;
  text-align: center;
  position: relative;
  font-size: 13.2px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  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: 774px;
  font-size: 14.4px;
  line-height: 1;
  margin: 0 auto;
  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: 25%;
  text-align: left;
}

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

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

.pop-history .dialog-history__area {
  width: 20%;
  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: 24px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 36px;
}

.pop-history .pagination__pages {
  display: inline-block;
  vertical-align: top;
  font-size: 15.6px;
  height: 28.8px;
  line-height: 28.8px;
  color: #F0E6D2;
}

.pop-history .pagination__btn-page {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  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;
  margin: 0 12px;
}

.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: 38.4px;
  height: 38.4px;
  margin-left: 24px;
}

.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: 38.4px;
  height: 38.4px;
  margin-right: 24px;
}

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

.pop-mall .pop-bd {
  height: 360px;
}

.pop-mall-ct {
  font-size: 16.8px;
  display: flex;
  justify-content: space-between;
  padding: 0 84px 0 36px;
  text-align: center;
  color: #beb3ec;
  margin: 60px auto 0;
  position: relative;
}

.pop-mall-ct::before {
  display: block;
  content: "";
  height: 180px;
  width: 1px;
  background: linear-gradient(to bottom, transparent 0, rgba(61, 70, 201, 0.8) 50%, transparent 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -90px;
}

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

.pop-mall-ct .qrcode {
  margin-bottom: 12px;
  border: #ffecd7 solid 1px;
  padding: 2.4px;
}

.pop-mall-ct .qrcode img {
  display: block;
  width: 120px;
}

.pop-mall .pop-mall-btns p {
  line-height: 28.8px;
  margin-top: 4.8px;
  margin-bottom: 36px;
  color: #efdbbd;
}

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

#popExchange1 .pop-bd,
#popExchange2 .pop-bd {
  width: 484.8px;
  height: 511.2px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-exchange-num-bg.png) no-repeat center top/100%;
  margin-top: 19.2px;
  padding-top: 12px;
  padding-right: 0;
}

.pop-exchange .pop-exchange-stit {
  color: #efe1b9;
  font-size: 16.8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 19.2px auto 0;
  padding: 0 12px;
  flex-direction: row;
  margin-top: 7.2px;
}

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

.pop-exchange .pop-iconlist {
  width: 182.4px;
  height: 182.4px;
  margin: 48px auto 0;
  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: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#popExchange1 .pop-iconlist,
#popExchange2 .pop-iconlist {
  width: 256.8px;
  height: 256.8px;
}

#popExchange1 .pop-exchange-notice-txt,
#popExchange2 .pop-exchange-notice-txt {
  margin: 6px auto 36px;
}

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

.pop-exchange .pop-iconlist img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}

.pop-exchange .pop-btn-confirm {
  display: block;
  text-align: center;
  margin: 12px auto 0;
}

.pop-exchange-notice-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 16.8px;
  font-weight: bold;
  color: #efdbbd;
  padding: 0 18px;
  box-sizing: border-box;
  margin: 12px 0 24px;
}

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

.pop-exchange .pop-giftList {
  display: flex;
  width: 864px;
  height: 532.8px;
  margin: 21.6px auto 0;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 48px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 18px;
}

.pop-exchange .pop-giftList .item {
  width: 180px;
  height: 312px;
  text-align: center;
  color: var(--pop-title-color);
  position: relative;
  margin: 0 12px;
}

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

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

.pop-giftList .item .box {
  height: 182.4px;
  width: 182.4px;
}
.pop-giftList .item .box::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle.png) no-repeat center center/100% 100%;
  width: 182.4px;
  height: 182.4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-giftList .item .box img {
  border-radius: 6px;
  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,
.pop-giftList .item:nth-of-type(2) .box {
  width: 384px;
  position: relative;
}
.pop-giftList .item:nth-of-type(1) .box::after,
.pop-giftList .item:nth-of-type(2) .box::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-exchange-img-border-large.png) no-repeat;
  background-size: 100% 100%;
  width: 384px;
  height: 182.4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-giftList .item:nth-of-type(1) .box img,
.pop-giftList .item:nth-of-type(2) .box img {
  width: 98%;
}

.pop-giftList .item .name {
  font-size: 16.8px;
  color: var(--pop-btn-color);
  margin: 6px auto;
  line-height: 21.6px;
  font-weight: bold;
  height: 40.8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-giftList .item .num {
  color: var(--pop-title-color);
  text-align: center;
  font-size: 14.4px;
  line-height: 24px;
  height: 24px;
}

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

.pop-giftList .item .num img {
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2.4px;
}

.pop-giftList .item .btn-list {
  font-size: 0;
  text-align: center;
  width: 120%;
  margin-left: -10%;
}

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

.pop-giftList .item .btn-list p {
  font-size: 14.4px;
  height: 24px;
  line-height: 24px;
  color: #9b4535;
}

.pop-giftList .item .btn-list .dh-iocn2 {
  margin-left: 4.8px;
}

.pop-giftList .item .dh-wh2 {
  display: inline-block;
  cursor: pointer;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-exchange-icon-tip.png) no-repeat;
  background-size: 100% 100%;
  width: 19.2px;
  height: 19.2px;
  position: relative;
  margin-left: 6px;
  transform: translateY(3.6px);
}

.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 {
  font-size: 15.6px;
  line-height: 40.8px;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 3.6px auto 0;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-confirm.png) no-repeat center/100% 100%;
  width: 168px;
  height: 38.4px;
  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 {
  width: 180px;
  float: left;
}

.pop-exchange .pop-giftList .imitate-li:nth-of-type(2n) {
  float: right;
}

.pop-exchange .pop-giftList::-webkit-scrollbar,
.pop-exchange .pop-scrollbar::-webkit-scrollbar {
  width: 4.8px;
  background: transparent;
}

.pop-exchange .pop-giftList::-webkit-scrollbar-thumb,
.pop-exchange .pop-scrollbar::-webkit-scrollbar-thumb {
  width: 4.8px;
  background-color: #785A28;
  border-radius: 2.4px;
}

.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 {
  background: #c08822;
  color: #000;
  font-size: 16.8px;
  text-align: center;
  padding: 12px 0;
}

.pop-exchange .pop-scrollbar table td {
  color: #fff;
  font-size: 14.4px;
  text-align: center;
  padding: 12px 0;
}

.pop-exchange .pop-exchange-stit .btn-box {
  width: 124.8px;
  box-sizing: border-box;
  height: 31.2px;
  border-radius: 18px;
  background: #1E2328;
  margin: 0 6px;
  line-height: 31.2px;
  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: 36px;
  margin-right: 2.4px;
  margin-left: -6px;
}

.pop-exchange .dh-add {
  width: 14.4px;
  height: 14.4px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1359.6px -291.6px;
  background-size: 1375.8px 1084.2px;
  position: absolute;
  right: 9.6px;
  top: 50%;
  margin-top: -9.6px;
  display: none;
}

.pop-exchange .dh-zl {
  width: 19.2px;
  height: 19.2px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1327.8px -392.4px;
  background-size: 1375.8px 1084.2px;
  position: absolute;
  right: 9.6px;
  top: 50%;
  margin-top: -9.6px;
}

.pop-exchange .dh-wh {
  width: 16.2px;
  height: 15.6px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1359.6px -261px;
  background-size: 1375.8px 1084.2px;
  position: absolute;
  right: 32.4px;
  top: 50%;
  margin-top: -9.6px;
  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);
  position: absolute;
  top: 16.8px;
  right: 60px;
  font-size: 14.4px;
  text-decoration: underline;
  margin-left: 4.8px;
  transition: none;
}
.pop-exchange .pop-exchange-stit .btn:hover {
  color: var(--pop-btn-color);
}

.pop-exchange.pop-close {
  right: 0;
}

.pop-exchange-select .pop-tips {
  font-size: 14.4px;
  color: #efdbbd;
  line-height: 19.2px;
  text-align: center;
  margin-top: 48px;
  height: 36px;
}

.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: 171px;
  position: relative;
  height: 192px;
  margin: 0 12px;
  transition: 0.3s ease-out opacity;
  cursor: pointer;
}
.pop-exchange-select .select-list li .select-box {
  width: 173.4px;
  height: 172.8px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1005.6px -174px;
  background-size: 1375.8px 1084.2px;
  padding-top: 9.6px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.pop-exchange-select .select-list li img {
  height: 117.6px;
  display: block;
  margin: 0 auto;
}
.pop-exchange-select .select-list li .name {
  color: #efdbbd;
  font-size: 14.4px;
  line-height: 21.6px;
  height: 21.6px;
}
.pop-exchange-select .select-list li .select-box-checkbox {
  margin-right: 6px;
  display: block;
  width: 21.6px;
  height: 21.6px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1329px -346.8px;
  background-size: 1375.8px 1084.2px;
}
.pop-exchange-select .select-list li .num {
  color: #efdbbd;
  font-size: 14.4px;
  line-height: 21.6px;
  width: 115.2px;
  margin: 6px auto 0;
}
.pop-exchange-select .select-list li .select-box-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.6px;
}
.pop-exchange-select .select-list li.sel .select-box, .pop-exchange-select .select-list li:hover .select-box {
  width: 173.4px;
  height: 172.8px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1005.6px 0px;
  background-size: 1375.8px 1084.2px;
}
.pop-exchange-select .select-list li.sel .select-box-checkbox {
  width: 21.6px;
  height: 21.6px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1353.6px -322.2px;
  background-size: 1375.8px 1084.2px;
}
.pop-exchange-select .select-list li.sel .name {
  color: #efdbbd;
}

.pop-exchange-select .pop-btns {
  margin-top: 27.6px;
}

.pop-exchange-select .continue-img-box {
  height: 180px;
}

.pop-exchange-select .continue-img-box img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.pop-exchange-select .continue-tips {
  color: var(--pop-btn-color);
  font-size: 14.4px;
  line-height: 19.2px;
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pop-exchange-select .continue-tips span {
  color: var(--pop-btn-color);
  font-weight: bold;
}

.nav-zs-hover2 {
  position: absolute;
  left: -54px;
  bottom: 30px;
  width: 192px;
  border-style: solid;
  background: #010A13;
  border-width: 2px;
  border-image: linear-gradient(to bottom, #785A28, #C89B3C) 2;
  font-size: 12px;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  padding: 7.2px 6px 12px;
  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: 48px;
  height: 22.8px;
  right: 4.8px;
  bottom: -22.8px;
  transform: rotate(180deg);
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/hover-arrow.png) no-repeat center top/100% 100%;
}

.pop-thfl .pop-bd {
  padding-top: 48px;
}

.pop-thfl .pop-thfl-ul {
  font-size: 0;
  text-align: center;
}

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

.pop-thfl .pop-title span {
  background: linear-gradient(to top, #fdffba, #fffff5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26.4px;
  line-height: 33.6px;
}
.pop-thfl .pop-title span::after {
  content: "";
  display: block;
  width: 408.6px;
  height: 11.4px;
  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: -27.6px;
  pointer-events: none;
}

.pop-thfl .pop-thfl-ul li {
  width: 183px;
  display: inline-block;
  vertical-align: top;
  margin: 0 24px;
}

.pop-thfl .pop-thfl-ul .name {
  background: linear-gradient(to top, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16.8px;
  line-height: 1;
  font-weight: bold;
  height: 36px;
  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: 9.6px;
  height: 9.6px;
  margin: 0 4.8px;
}
.pop-thfl .pop-thfl-ul .name::before {
  transform: scale(-1, 1);
}

.pop-thfl .pop-thfl-propbg {
  width: 177.6px;
  height: 177.6px;
  margin-top: 6px;
  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: 182.4px;
  height: 182.4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pop-thfl .pop-thfl-propbg img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle-mask.png) no-repeat center center/100% 100%;
  background-size: 177.6px 177.6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-thfl .pop-thfl-tips {
  color: #ffffff;
  font-size: 14.4px;
  line-height: 19.2px;
  margin-top: 8.4px;
  white-space: nowrap;
}

.pop-thfl .pop-thfl-ul a {
  margin: 18px auto 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-size: 14.4px;
  line-height: 27.6px;
  font-weight: bold;
  padding-top: 7.2px;
  color: #fff;
}

.pop-thfl .pop-thfl-ul i {
  margin-top: 1.2px;
  margin-right: 1.2px;
  width: 19.2px;
  height: 19.2px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-thfl-icon.png) no-repeat center center/100% 100%;
}

.pop-thfl .pop-thfl-ul .discount {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/discount.png) no-repeat center center/100% 100%;
  width: 78px;
  height: 21.6px;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  top: -7.2px;
  color: #5c1d7f;
  font-size: 16.8px;
  line-height: 1.4;
  font-family: "BeaufortForLoL-Bold";
}

.pop-thfl .pop-thfl-ul .pop-btn span {
  letter-spacing: 0;
  font-size: 14.4px;
}

.pop-thfl .pop-btn-confirm,
.pop-thfl .pop-btn-cancel {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-btn-confirm2.png) no-repeat center center/100% 100%;
  width: 181.8px;
  height: 46.8px;
}
.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 .pop-thfl-ul .txt > span {
  font-family: "BeaufortForLoL-Bold";
  font-size: 14.4px;
}

.pop-thfl .btn-not-yet {
  color: #ffffff;
  font-size: 14.4px;
  line-height: 19.2px;
  text-decoration: underline;
  display: block;
  margin: 12px auto 0;
  text-align: center;
  width: 78px;
  opacity: 0.7;
}

.pop-thfl .btn-not-yet:hover {
  opacity: 1;
}

.pop-thfl-get .pop-thfl-get-img {
  width: 182.4px;
  height: 182.4px;
  margin: 48px 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: 182.4px;
  height: 182.4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pop-thfl-get .pop-thfl-get-img img {
  width: 98%;
  height: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  object-fit: cover;
}
.pop-thfl-get .pop-thfl-get-name {
  font-size: 14.4px;
  color: var(--pop-btn-color);
  text-align: center;
  margin-top: 12px;
}
.pop-thfl-get .pop-thfl-get-tip {
  color: var(--pop-btn-color);
  text-align: center;
  font-size: 12px;
  margin-top: 12px;
}
.pop-thfl-get .pop-btns {
  margin-top: 24px;
}

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

#certificate3 .pop-thfl-get-name {
  padding: 0 24px;
}

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

.pop-thfl-box {
  width: 720px;
  height: 276px;
  margin: 18px 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: 36px;
  font-size: 18px;
  font-weight: bold;
}

.pop-thfl-subtitle::before {
  content: "";
  width: 7.2px;
  height: 6.6px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1359.6px -277.8px;
  background-size: 1375.8px 1084.2px;
  display: inline-block;
  margin-right: 6px;
}

.pop-thfl-subtitle::after {
  content: "";
  width: 7.2px;
  height: 6.6px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1368px -277.8px;
  background-size: 1375.8px 1084.2px;
  display: inline-block;
  margin-left: 6px;
}

.pop-thfl-cot {
  width: 146.4px;
  height: 128.4px;
  position: relative;
  margin-top: 36px;
}

.pop-thfl-cot::after {
  content: "";
  width: 147.6px;
  height: 130.2px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1180.2px -261px;
  background-size: 1375.8px 1084.2px;
  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: 146.4px;
  height: 128.4px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1180.2px -392.4px;
  background-size: 1375.8px 1084.2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.pop-thfl-num {
  width: 99.6px;
  height: 21.6px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-spr.png");
  background-position: -1261.8px -980.4px;
  background-size: 1375.8px 1084.2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  z-index: 10;
  text-align: center;
  font-size: 12px;
  color: #432c18;
  font-weight: bold;
  line-height: 21.6px;
}

.pop-jsfl .pop-bd {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-jsfl-bg.png) no-repeat center top/100% 100%;
  width: 1010.4px;
  height: 507.6px;
  padding-top: 49.2px;
  padding-right: 24.6px;
  box-sizing: border-box;
}
.pop-jsfl .pop-bd .pop-title {
  margin-bottom: 24px;
}

.pop-jsfl .pop-close {
  position: absolute;
  top: 2.4px;
  right: 2.4px;
  width: 34.8px;
  height: 34.8px;
  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: 26.4px;
  line-height: 33.6px;
}
.pop-jsfl .pop-title span::after {
  content: "";
  display: block;
  width: 342px;
  height: 16.8px;
  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: -27.6px;
  pointer-events: none;
}

.jsfl-content {
  width: 954px;
  margin: 0 auto;
}
.jsfl-content .jsfl-left {
  position: relative;
  box-sizing: border-box;
  padding-right: 18px;
}
.jsfl-content .jsfl-left::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1.2px;
  height: 487.8px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/jsfl-line.png) no-repeat center top/100% 100%;
}
.jsfl-content .jsfl-right {
  width: 849.6px;
  color: #2646a8;
  margin: 60px auto 0;
}
.jsfl-content .jsfl-right > p {
  font-size: 12px;
  margin-top: 6px;
  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: 24px;
  line-height: 33.6px;
}
.jsfl-content .pop-jsfl-list {
  margin: 18px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 462px;
  box-sizing: border-box;
  padding-right: 12px;
  height: 414px;
  overflow: auto;
  gap: 18px;
}
.jsfl-content .pop-jsfl-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.jsfl-content .pop-jsfl-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}
.jsfl-content .pop-jsfl-list::-webkit-scrollbar-thumb {
  background: #9371e1;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.jsfl-content .jsfl-box {
  position: relative;
}
.jsfl-content .jsfl-box .name {
  width: 132px;
  height: 30px;
  font-size: 14.4px;
  color: #2646a8;
  line-height: 18px;
  text-align: center;
  padding: 6px 0;
}
.jsfl-content .jsfl-box .jsfl-box-bg {
  width: 132px;
  height: 180px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/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: 124.8px;
  height: 172.8px;
  border-radius: 6px;
  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/jsfl-box-unown.png) no-repeat center top/100%;
  width: 124.8px;
  height: 172.8px;
  position: absolute;
  left: 3.6px;
  top: 3.6px;
}
.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: 24px;
}
.jsfl-content .jsfl-left-bottom .jsfl-left-bttom-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2646a8;
  font-size: 14.4px;
}
.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: 30px;
  object-fit: contain;
  margin: 0 2.4px;
}
.jsfl-content .jsfl-left-bottom .jsfl-left-bttom-txt p:last-child {
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
}
.jsfl-content .jsfl-left-bottom .jsfl-left-bttom-txt p:last-child::before {
  display: block;
  content: "";
  height: 13.2px;
  width: 1px;
  background: #2646a8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6.6px;
}
.jsfl-content .jsfl-left-bottom a {
  margin: 3px auto !important;
}

.pop-jsfl .pop-jsfl-ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.pop-jsfl .pop-jsfl-ul li {
  display: block;
  width: 177.6px;
  margin: 0 10.2px;
  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: 14.4px;
  line-height: 19.2px;
  width: 120%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 0;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.pop-jsfl .pop-jsfl-ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 51.6px;
  z-index: 1;
  width: 182.4px;
  height: 182.4px;
  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: 177.6px;
  height: 177.6px;
  object-fit: contain;
  display: block;
  margin: 3.6px auto 0;
  border-radius: 6px;
  mask: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-img-border-middle-mask.png) no-repeat center center/100% 100%;
  background-size: 177.6px 177.6px;
}

.pop-jsfl .pop-fl-fo2 {
  color: #ffffff;
  font-size: 14.4px;
  line-height: 19.2px;
  margin-top: 12px;
}

.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: 181.8px;
  height: 46.8px;
  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 {
  backdrop-filter: blur(6px);
}

.pop-share .pop-bd {
  padding-top: 351.6px;
  margin-top: 66px;
  width: 398.4px;
  height: 705px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-share-bg.png) no-repeat center top/100% 100%;
}

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

.pop-share .pop-share-img {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-share-img.png) no-repeat center top/100%;
  width: 180px;
  height: 180px;
  padding-top: 14.4px;
  position: absolute;
  right: -204px;
  bottom: 0px;
}

.pop-share .pop-share-img img {
  display: block;
  width: 156px;
  height: 156px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-share .qrcode-msg {
  color: #fff;
  font-size: 14.4px;
  line-height: 16.8px;
  width: 204px;
  text-align: center;
  position: absolute;
  bottom: 186px;
  right: -216px;
}

.pop-share .summoner-name {
  z-index: 3;
  width: 100%;
  color: #defeff;
  background: linear-gradient(to bottom, #defeff 10%, #fdffff 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15.6px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}

.share-lock-text {
  z-index: 3;
  width: 100%;
  color: #defeff;
  font-size: 16.8px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  margin-top: 20.4px;
}

.pop-share .summoner-tips {
  position: absolute;
  z-index: 3;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  line-height: 1;
  margin-top: 193.2px;
}

.pop-share .summoner-tips p {
  color: #ffffff;
  font-size: 16.8px;
  font-weight: normal;
}

.pop-share .summoner-tips span {
  display: block;
  height: 21.6px;
  width: 14.4px;
  border-radius: 2.4px;
  line-height: 21.6px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-share-summoner-tips-num.png) no-repeat center top/100%;
  text-align: center;
  margin: 0 1.2px;
  color: #0064a1;
  font-family: "BeaufortforLOL-Bold";
}

#popQrcode .pop-close {
  display: block;
  top: 0;
  right: -408px;
  width: 81.6px;
  height: 40.8px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/share-close.png) no-repeat center top/100%;
}
#popQrcode .pop-close:hover {
  transform: none !important;
}

.save-pic-box, .save-pic {
  display: none;
}

.pop-share-give .pop-bd {
  width: 391.2px;
  height: 684.6px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-share-give-bg.png) no-repeat center top/100%;
  padding-top: 528px;
  margin-top: 42px;
  padding-right: 19.2px;
}

.pop-share-give .pop-share-img {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pop-share-img.png) no-repeat center top/100%;
  width: 180px;
  height: 180px;
  padding-top: 14.4px;
  position: absolute;
  right: -204px;
  bottom: 0;
}

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

.pop-share-give .qrcode-msg {
  color: #fff9f1;
  font-size: 14.4px;
  line-height: 16.8px;
  width: 204px;
  text-align: center;
  position: absolute;
  bottom: 186px;
  right: -216px;
}

.pop-share-give .avatar-list {
  display: flex;
  justify-content: space-around;
  height: 88.8px;
}

.pop-share-give .avatar-list li {
  width: 120px;
  text-align: center;
  position: relative;
}

.pop-share-give .tx-box {
  width: 48px;
  height: 48px;
  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: 48px;
  height: 48px;
  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: 50.4px;
  height: 50.4px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -25.2px;
  top: -1.2px;
}

.pop-share-give .name {
  font-size: 13.2px;
  color: #e4e3ff;
  line-height: 1.2;
  margin-top: 7.2px;
}

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

.pop-continuous-rule ul {
  color: #3d46c9;
  width: 405.6px;
  margin: 0 auto;
  text-align: justify;
  height: 252px;
  line-height: 1.5;
}

.pop-continuous-rule li {
  min-height: 24px;
}

.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: 12px;
}

.pop-continuous-rule .pop-btn-cancel2 {
  display: block;
  margin: 0 auto;
  font-size: 15.6px;
  line-height: 40.8px;
  font-weight: bold;
  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: 48px;
  height: 48px;
  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: 1000px;
  height: 560px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -280px 0 0 -500px;
}

.pop-video .pop-close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -60px;
  text-indent: -9999px;
  background: 0 0;
}

.pop-video .pop-close:after,
.pop-video .pop-close:before {
  position: absolute;
  left: 26px;
  top: 0;
  content: " ";
  height: 56px;
  width: 4px;
  border-radius: 2px;
  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);
}

.pop-video .video-play {
  width: 1000px;
  height: 560px;
  background: #000;
  border: 2.4px 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: 14.4px;
  color: #efdbbd;
  margin-top: 12px;
}

.pop-living-box {
  width: 480px;
  display: flex;
  justify-content: space-between;
  margin: 22.8px auto 0;
}

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

.pop-living-product-pic-box {
  position: relative;
  width: 131.4px;
}

.pop-living-product-pic-box img {
  width: 131.4px;
  height: 159px;
}

.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: 132px;
  height: 160.8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.pop-living-product-name {
  width: 100%;
  height: 37.2px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  color: #432c18;
  position: absolute;
  top: 122.4px;
  left: 0;
}

.pop-living-price-box {
  display: flex;
  align-items: end;
  margin-left: 18px;
  margin-top: 12px;
}

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

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

.pop-living-price em {
  font-size: 28.8px;
  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: 12px;
  color: #ffebd3;
}

.pop-living-price-normal {
  font-size: 12px;
  color: #b8a083;
  text-decoration: line-through;
}

.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: 119.4px;
  height: 37.8px;
  text-align: center;
  font-size: 14.4px;
  color: #ffffff;
  line-height: 37.8px;
  display: block;
  margin: 9px auto 0;
}

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

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

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