@charset "UTF-8";
.pop {
  outline: 0;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  padding-left: 176px;
}

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

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

.pop-bd.pop-bd--xlarge {
  width: 740px;
  height: 566px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/popbg-xlarge.png) no-repeat center top/100%;
  padding-top: 10px;
}

.pop-bd.pop-bd--large {
  width: 485.5px;
  height: 420px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/popbg-large.png) no-repeat center top/100%;
  padding-top: 36px;
}
.pop-bd.pop-bd--large .pop-close {
  position: absolute;
  top: 8px;
  right: -33px;
  width: 27.5px;
  height: 27.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-colse4.png) no-repeat center top/100%;
}

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

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

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

.pop-close {
  width: 32px;
  height: 32px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-close.png) no-repeat center top/100% 100%;
  position: absolute;
  top: 7px;
  right: 7px;
  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: 22px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 30px;
  position: relative;
}
.pop-title span {
  color: var(--pop-btn-color);
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

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

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

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

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

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

.pop-rule-bd h3 {
  margin-top: 2em;
  font-weight: bold;
  font-size: 14px;
  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 1px;
  font-size: 14px;
  margin: 5px auto 10px;
  text-align: center;
  color: #A09B8C;
}

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

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

.pop-rule-table td {
  height: 42px;
  line-height: 42px;
  border: #A09B8C solid 1px;
  text-align: center;
  color: #A09B8C;
  font-size: 12px;
}

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

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

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

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

.pop-buy .pop-bd.pop-bd--small .pop-msg {
  height: 90px;
  margin-top: -8px;
}

.pop-checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 20px;
  cursor: pointer;
  height: 17px;
  line-height: 17px;
}
.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/a20251009pykeunbounds/pop-checkbox-checked.png);
}
.pop-checkbox .pop-checkbox-icon {
  background-repeat: no-repeat;
  background-image: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-checkbox.png);
  background-size: 100%;
  margin-right: 5px;
  display: block;
  width: 16px;
  height: 16px;
}
.pop-checkbox .pop-checkbox-txt {
  color: var(--pop-btn-color);
  font-size: 12px;
  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 14px;
}

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

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

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

.pop-btn-confirm {
  width: 140px;
  height: 32px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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/a20251009pykeunbounds/pop-btn-confirm-hover.png);
}

.pop-btn-cancel {
  width: 140px;
  height: 32px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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/a20251009pykeunbounds/pop-btn-cancel-hover.png);
}

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

.pop-gift-vbg-ani {
  width: 1231px;
  height: 720px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
  display: none;
}

.pop-gift-vbg-ani video,
.pop-gift-vbg-ani canvas {
  width: 1231px;
  height: 720px;
  object-fit: cover;
  object-position: 50% 50%;
}

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

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

#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: 14px;
  margin-bottom: 1px;
  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: 575px;
  margin: 0 auto 15px;
}

.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: 11px;
  line-height: 1.5;
  margin-bottom: 7px;
}

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

.pop-pool .pop-pool-bd-center li {
  width: 100%;
  margin-bottom: 20px;
  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: 208px;
  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: 208px;
  border-radius: 5px;
  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/a20251009pykeunbounds/pop-pool-img-border-xxlarge.png) no-repeat center center/100% 100%;
  width: 325px;
  height: 214px;
  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/a20251009pykeunbounds/pop-img-border-middle2.png) no-repeat center center/100% 100%;
  width: 214px;
  height: 214px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

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

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

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

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

.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: 114px;
  height: 144px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.pop-pool .pop-pool-bd-lg .img {
  width: 103px;
  height: 103px;
  margin: 0 auto;
  position: relative;
}
.pop-pool .pop-pool-bd-lg .img::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-pool-img-border-xlarge.png) no-repeat center center/100% 100%;
  width: 105px;
  height: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.pop-gift-bd {
  height: 100%;
  padding-top: 116px;
  position: relative;
  z-index: 2;
  width: calc(100% - 176px);
}
.pop-gift {
	backdrop-filter: blur(6px);
}

#popGiftBdw {
  backdrop-filter: none;
}

.pop-gift-tit {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  height: 36px;
  line-height: 2;
}

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

.pop-gift-topline {
  width: 157px;
  height: 11px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-topline.png) no-repeat center/100%;
  margin: 0 auto 5px;
}

.pop-gift-stit {
  color: #f2e7d7;
  background: linear-gradient(to bottom, #f0dec5 20%, #f6f9fa 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
}

.pop-gift-stit span {
  color: #f2e7d7;
  background: linear-gradient(to bottom, #fedf80 20%, #eef0eb 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 {
  width: 339.5px;
  height: 289px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-box-bg.png) no-repeat center/100%;
  margin: 80px auto 0;
  position: relative;
}
.pop-cookies .pop-gift-box { margin-top: 50px; }
.pop-gift-box.pop-gift-tag-cs, .pop-gift-box.pop-gift-tag-new, .pop-gift-box.pop-gift-tag-xc, .pop-gift-box.bsNum500 {
	background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-box-bg2.png) no-repeat center/100%;
}
.pop-gift-box::before {
  content: "";
  width: 343.5px;
  height: 294.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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/a20251009pykeunbounds/pop-gift-img-strong2-border.png);
  width: 600px;
  height: 517px;
  background-size: 100% 100%;
  transform: none;
  margin: -196px 0 0 -288px;
}
.pop-gift-box .pop-gift-img {
  width: 100%;
  height: 100%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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-tag-cs .pop-gift-img, .pop-gift-box.pop-gift-tag-new .pop-gift-img, .pop-gift-box.pop-gift-tag-xc .pop-gift-img, .pop-gift-box.bsNum500 .pop-gift-img {
	-webkit-mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-ten-mask2.png) no-repeat center/100%;
}
.pop-gift-box .pop-gift-img img {
  display: block;
  width: 100%;
  height: 100%;
  height: 315px;
  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: 272px;
}
.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/a20251009pykeunbounds/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/a20251009pykeunbounds/pop-gift-tag-cs-light.png);
  width: 322px;
  height: 285px;
  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: 320px;
  height: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -160px;
  pointer-events: none;
  z-index: 10;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 140px;
  height: 56px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  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/a20251009pykeunbounds/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/a20251009pykeunbounds/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/a20251009pykeunbounds/pop-gift-tag-xc-txt.png);
}
.pop-gift-box.bsNum500 .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-tag-xybj-txt.png);
}

.pop-gift-name {
  width: 100%;
  height: 52px;
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: 5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 15px;
  color: #fcf2dc;
  word-break: keep-all;
}

.pop-cookies .pop-gift-tip {
	width: 120%;
  height: auto; font-size: 14px; color: #fcf2dc;
  position: absolute;
  left: -10%;
  top: 350px;
  z-index: 5;
  text-align: center;
}

.pop-gift-changearea {
  padding: 4px 12px;
  font-size: 14px;
  border: #f8c73e solid 1px;
  color: #fdf7d5;
}

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

.pop-gift-ten .pop-gift-changearea {
  bottom: 0;
  font-size: 12px;
  padding: 1px 6px;
}

.pop-gift-btmline {
  width: 700px;
  height: 52.5px;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  bottom: 7px;
  display: flex;
  justify-content: center;
}

.pop-gift-btmline a {
  margin: 0 15px;
  font-size: 13px;
  line-height: 34px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-btn.png) no-repeat center/100%;
  width: 149px;
  height: 37px;
  border: none;
}
.pop-gift-btmline a span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
  background: linear-gradient(to top, #fffffe 20%, #fff9c9 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 2px #0008);
}

.pop-gift-ten-lt {
  width: 800px;
  height: 375px;
  position: relative;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pop-gift-ten-lt li {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-box-bg.png) no-repeat center/100%;
  width: 140px;
  height: 124.5px;
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.pop-gift-ten-lt li.pop-gift-tag-cs, .pop-gift-ten-lt li.pop-gift-tag-new, .pop-gift-ten-lt li.pop-gift-tag-xc, .pop-gift-ten-lt li.bsNum500 {
	background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-box-bg2.png) no-repeat center/100%;
}
.pop-gift-ten-lt li::before {
  content: "";
  width: 142px;
  height: 122px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 142px;
  height: 122px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-box-border2.png) no-repeat center top/100%;
  pointer-events: none;
  z-index: 3;
}
.pop-gift-ten-lt li .back::before {
	background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-box-border.png) no-repeat center top/100%;
}
.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/a20251009pykeunbounds/pop-gift-img-strong2-border.png);
  width: 248px;
  height: 214px;
  background-size: 100%;
  transform: none;
  margin: -80px 0 0 -119px;
}
.pop-gift-ten-lt li .pop-gift-ten-img {
  width: 100%;
  height: 100%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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-tag-cs .pop-gift-ten-img, .pop-gift-ten-lt li.pop-gift-tag-new .pop-gift-ten-img, .pop-gift-ten-lt li.pop-gift-tag-xc .pop-gift-ten-img, .pop-gift-ten-lt li.bsNum500 .pop-gift-ten-img {
	-webkit-mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-ten-mask2.png) no-repeat center/100%;
}
.pop-gift-ten-lt li .pop-gift-ten-img img {
  display: block;
  width: 100%;
  height: 100%;
  height: 151.2px;
  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: 120px;
  width: auto;
}
.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/a20251009pykeunbounds/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/a20251009pykeunbounds/pop-gift-tag-cs-light.png);
  width: 154.56px;
  height: 136.8px;
  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: 153.6px;
  height: 153.6px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -76.8px;
  margin-top: -76.8px;
  pointer-events: none;
  z-index: 10;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 80.64px;
  height: 32.256px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.76px;
  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/a20251009pykeunbounds/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/a20251009pykeunbounds/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/a20251009pykeunbounds/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/a20251009pykeunbounds/pop-gift-tag-xybj-txt.png);
}

.pop-gift-ten-name {
	width: 84%;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin: 126px 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: 7.5px;
}

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

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

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

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

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

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

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

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

.pop-gift-ten .pop-gift-ten-lt li:nth-child(11)::after {
  content: "";
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-ten-icon.png) no-repeat;
  background-size: 100% 100%;
  width: 99px;
  height: 22px;
  position: absolute;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
  top: 165px;
  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, -25px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop-gift .pop-gift-topline {
  animation: fadein 0.5s 0.2s ease both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pop-gift .pop-gift-ten-lt li:nth-child(11) {
  background: none;
  animation: ani-ten-item-in 0.3s 1.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both 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: 350px;
}

.pop-gift-double-list .pop-gift-box {
  flex: none;
  transform: scale(0.75);
  margin: 62px -28px 0;
}

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

.pop-gift-qipan .pop-gift-btmline {
  bottom: 50px;
}

.pop-gift-qipan .pop-gift-btmline .call-one {
  width: 181px;
  height: 46px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/call-btn-two.png) no-repeat center center/100% 100%;
  font-weight: bold;
  box-sizing: border-box;
  margin: 0 40px;
}
.pop-gift-qipan .pop-gift-btmline .call-one span {
  font-size: 17px;
  color: #ffffff;
  background: linear-gradient(to top, #ffffff 20%, #fff9c9 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop-gift-qipan .pop-gift-btmline .call-sum {
  width: 181px;
  height: 46px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/call-btn.png) no-repeat center center/100% 100%;
  box-sizing: border-box;
  font-weight: bold;
  margin: 0 40px;
}
.pop-gift-qipan .pop-gift-btmline .call-sum span {
  font-size: 17px;
  color: #ffffff;
  background: linear-gradient(to top, #ffffff 20%, #fff9ca 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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: 13.5px;
  display: block;
  bottom: -75px;
}

.pop-gift-special-tips {
  font-size: 13.5px;
  line-height: 17.5px;
  text-align: center;
  color: #f9ffff;
  margin-top: 61px;
}

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

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

.pop-gift-bdw-box {
  width: 544px;
  height: 280px;
  position: relative;
  margin: 50px auto 0;
}

.pop-gift-bdw-box img {
  width: 491px;
  height: 280px;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-bdw-mask.png) no-repeat 0 0/100%;
  mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-bdw-mask.png) no-repeat 0 0/100%;
  margin: 0 auto;
}

.pop-gift-bdw-box::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-gift-bdw-border.png) no-repeat;
  background-size: 100% 100%;
  width: 767px;
  height: 503px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.pop-gift-bdw-name {
  text-align: center;
  font-size: 18px;
  color: #f5f9ff;
  margin: 40px 0;
  font-weight: bold;
}

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

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

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

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

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

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

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

.pop-recharge .pop-recharge-l-send:nth-child(4) {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-recharge-l-pic4.jpg) no-repeat;
  background-size: 100% 100%;
  width: 124.5px;
  height: 169px;
  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: 60px;
  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: 12px;
  text-align: center;
  padding-top: 130px;
}

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

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

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

.pop-recharge .pop-recharge-l-send .pic {
  display: block;
  margin: 0 auto;
  width: 124.5px;
  height: 124px;
  position: relative;
}

.pop-recharge .pop-recharge-l-send .icon {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-recharge-zsong-icon.png) no-repeat;
  background-size: 100% 100%;
  width: 83px;
  height: 84px;
  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: 18px;
  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: 30px;
  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: 135px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: hyky;
  filter: drop-shadow(1px 1px 2px rgba(114, 109, 96, 0.7)) drop-shadow(-1px -1px 2px rgba(114, 109, 96, 0.7));
}

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

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

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

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

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

.button-normal .border-idle {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 2px 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/a20251009pykeunbounds/pop-recharge-bg.png) no-repeat center/100% 100%;
  width: 643px;
  height: 472.5px;
  padding-right: 25px;
  padding-top: 10px;
}

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

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

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

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

.pop-recharge-title-txt a {
  display: block;
  width: 15px;
  height: 15px;
  background: #f0e6d2;
  border-radius: 50%;
  color: #3789f5;
  font-size: 13px;
  text-align: center;
  line-height: 14px;
  margin-left: 3px;
  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: 22px;
  font-weight: 400;
  color: #9f9f9f;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  width: 266px;
  margin-left: -133px;
  background: #0d0922;
  border: #463714 solid 1.5px;
}

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

.pop-recharge-icon-stone {
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-recharge-icon-stone.png) no-repeat center/100%;
  width: 15px;
  height: 22px;
  margin: 0 5px 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pop-recharge2 .pop-bd {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-recharge-bg2.png) no-repeat center/100% 100%;
  width: 418.5px;
  height: 263.5px;
  padding-top: 15px;
  padding-right: 20px;
}

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

.pop-recharge-stone {
  display: block;
  margin: 60px auto 10px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-icon-stone-lg.png) no-repeat center/100%;
  width: 109px;
  height: 119px;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

.pop-recharge-stone + .pop-recharge-notice-txt {
  height: 20px;
  margin-top: 7.5px;
  margin-bottom: 25px;
}

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

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

.pop-recharge-notice-num .pop-recharge-input input {
  color: var(--pop-btn-color);
  font-family: BeaufortforLOL-Bold;
  font-size: 13px;
  width: 100%;
  height: 100%;
  border: transparent solid 1px;
  border-radius: 9px;
  outline: 0;
  text-align: center;
  padding: 1.5px 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: 16px;
  position: absolute;
  top: 52.5px;
  left: 0;
  width: 100%;
  text-align: center;
}

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

#popRechargeNotice5 .btn-db-sub {
  width: 30px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popRechargeNotice5 .btn-db-sub::after {
  content: "";
  width: 12px;
  height: 2px;
  mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-exchange-icon-sub.png) no-repeat center top/100% 100%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 30px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popRechargeNotice5 .btn-db-add::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-exchange-icon-add.png) no-repeat center top/100% 100%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 46.5px;
  color: #ead7a5;
  margin-top: -9px;
  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: 21px;
  position: relative;
  z-index: 2;
}

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

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

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

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

#popRechargeNotice5 .pop-bd {
  width: 404px;
  height: 426px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-exchange-num-bg.png) no-repeat center top/100%;
  padding-top: 10px;
  padding-right: 0;
}

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

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

.pop-recharge-pic {
  width: 148px;
  height: 148px;
  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: 30px;
  font-size: 14px;
  font-weight: bold;
  color: var(--pop-btn-color);
  margin: 5px 0 5px;
  padding: 0;
}

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

.pop-recharge-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  font-size: 12px;
  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/a20251009pykeunbounds/pop-recharge-icon.png) no-repeat center top/100%;
  width: 30px;
  height: 30px;
  margin: 0 -1px;
}

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

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

#popRechargeNotice4 .pop-confirm,
#popRechargeNotice5 .pop-confirm {
  margin: 0 5px;
  font-size: 13px;
  line-height: 34px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 32px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 12px;
}
#popRechargeNotice4 .pop-confirm:hover,
#popRechargeNotice5 .pop-confirm:hover {
  filter: none;
  background-image: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-btn-confirm-hover.png);
}
#popRechargeNotice4 .pop-confirm.gray,
#popRechargeNotice5 .pop-confirm.gray {
  background-image: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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 15px;
  font-size: 13px;
  line-height: 34px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 32px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-btn-cancel.png) no-repeat center top/100% 100%;
}
#popRechargeNotice4 .pop-cancle span,
#popRechargeNotice5 .pop-cancle span {
  font-size: 12px;
  color: var(--pop-btn-color);
}
#popRechargeNotice4 .pop-cancle:hover,
#popRechargeNotice5 .pop-cancle:hover {
  filter: none;
  background-image: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-btn-cancel-hover.png);
}
#popRechargeNotice4 .pop-cancle.gray,
#popRechargeNotice5 .pop-cancle.gray {
  background-image: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 32px;
  height: 32px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-close.png) no-repeat center top/100% 100%;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 5;
  text-indent: -9999px;
  transition: transform 0.3s ease-out;
}

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

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

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

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

.pop-history .dialog-history__li {
  height: 38px;
  text-align: center;
  position: relative;
  font-size: 11px;
  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: 645px;
  font-size: 12px;
  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: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.pop-history .pagination__pages {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  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 10px;
}

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

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

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

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

.pop-mall-ct {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 0 70px 0 30px;
  text-align: center;
  color: #beb3ec;
  margin: 50px auto 0;
  position: relative;
}

.pop-mall-ct::before {
  display: block;
  content: "";
  height: 150px;
  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: -75px;
}

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

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

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

.pop-mall .pop-mall-btns p {
  line-height: 24px;
  margin-top: 4px;
  margin-bottom: 30px;
  color: #efdbbd;
}

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

#popExchange1 .pop-bd,
#popExchange2 .pop-bd {
  width: 404px;
  height: 426px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-exchange-num-bg.png) no-repeat center top/100%;
  padding-top: 10px;
  padding-right: 0;
}

.pop-exchange .pop-exchange-stit {
  color: #efe1b9;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16px auto 0;
  padding: 0 10px;
  flex-direction: row;
  margin-top: 6px;
}

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

.pop-exchange .pop-iconlist {
  width: 152px;
  height: 152px;
  margin: 40px auto 0;
  text-align: center;
  position: relative;
}
.pop-exchange .pop-iconlist::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 214px;
  height: 214px;
}

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

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

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

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

.pop-exchange-notice-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #efdbbd;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 10px 0 20px;
}

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

.pop-exchange .pop-giftList {
  display: flex;
  width: 720px;
  height: 444px;
  margin: 18px auto 0;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 40px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px;
}

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

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

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

.pop-giftList .item .box {
  height: 152px;
  width: 152px;
}
.pop-giftList .item .box::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-img-border-middle.png) no-repeat center center/100% 100%;
  width: 152px;
  height: 152px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-giftList .item .box img {
  border-radius: 5px;
  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: 320px;
  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/a20251009pykeunbounds/pop-exchange-img-border-large.png) no-repeat;
  background-size: 100% 100%;
  width: 320px;
  height: 152px;
  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: 14px;
  color: var(--pop-btn-color);
  margin: 0px auto;
  line-height: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.pop-giftList .item .num {
  color: var(--pop-title-color);
  text-align: center;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

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

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

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

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

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

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

.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: 13px;
  line-height: 34px;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-btn-confirm.png) no-repeat center/100% 100%;
  width: 140px;
  height: 32px;
  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/a20251009pykeunbounds/pop-btn-confirm-hover.png);
}
.pop-giftList .item .exchange-btn.gray {
  background-image: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-btn-gray.png);
  filter: none;
  pointer-events: none;
  color: #5B5A56;
}
.pop-giftList .item .exchange-btn.gray span {
  color: #5B5A56;
}

.pop-exchange .pop-giftList .imitate-li {
  width: 150px;
  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: 4px;
  background: transparent;
}

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

.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: 14px;
  text-align: center;
  padding: 10px 0;
}

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

.pop-exchange .pop-exchange-stit .btn-box {
  width: 104px;
  box-sizing: border-box;
  height: 26px;
  border-radius: 15px;
  background: #1E2328;
  margin: 0 5px;
  line-height: 26px;
  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: 30px;
  margin-right: 2px;
  margin-left: -5px;
}

.pop-exchange .dh-add {
  width: 12px;
  height: 12px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -1133px -243px;
  background-size: 1146.5px 903.5px;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  display: none;
}

.pop-exchange .dh-zl {
  width: 16px;
  height: 16px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -1106.5px -327px;
  background-size: 1146.5px 903.5px;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}

.pop-exchange .dh-wh {
  width: 13.5px;
  height: 13px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -1133px -217.5px;
  background-size: 1146.5px 903.5px;
  position: absolute;
  right: 27px;
  top: 50%;
  margin-top: -8px;
  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: 14px;
  right: 50px;
  font-size: 12px;
  text-decoration: underline;
  margin-left: 4px;
  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: 12px;
  color: #efdbbd;
  line-height: 16px;
  text-align: center;
  margin-top: 40px;
  height: 30px;
}

.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: 142.5px;
  position: relative;
  height: 160px;
  margin: 0 10px;
  transition: 0.3s ease-out opacity;
  cursor: pointer;
}
.pop-exchange-select .select-list li .select-box {
  width: 144.5px;
  height: 144px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -838px -145px;
  background-size: 1146.5px 903.5px;
  padding-top: 8px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.pop-exchange-select .select-list li img {
  height: 98px;
  display: block;
  margin: 0 auto;
}
.pop-exchange-select .select-list li .name {
  color: #efdbbd;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
}
.pop-exchange-select .select-list li .select-box-checkbox {
  margin-right: 5px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -1107.5px -289px;
  background-size: 1146.5px 903.5px;
}
.pop-exchange-select .select-list li .num {
  color: #efdbbd;
  font-size: 12px;
  line-height: 18px;
  width: 96px;
  margin: 5px auto 0;
}
.pop-exchange-select .select-list li .select-box-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
}
.pop-exchange-select .select-list li.sel .select-box, .pop-exchange-select .select-list li:hover .select-box {
  width: 144.5px;
  height: 144px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -838px 0px;
  background-size: 1146.5px 903.5px;
}
.pop-exchange-select .select-list li.sel .select-box-checkbox {
  width: 18px;
  height: 18px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -1128px -268.5px;
  background-size: 1146.5px 903.5px;
}
.pop-exchange-select .select-list li.sel .name {
  color: #efdbbd;
}

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

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

.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: 12px;
  line-height: 16px;
  text-align: center;
  height: 40px;
  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: -45px;
  bottom: 25px;
  width: 160px;
  border-style: solid;
  background: #010A13;
  border-width: 1px;
  border-image: linear-gradient(to bottom, #785A28, #C89B3C) 2;
  font-size: 10px;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  padding: 6px 5px 10px;
  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: 40px;
  height: 19px;
  right: 4px;
  bottom: -19px;
  transform: rotate(180deg);
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/hover-arrow.png) no-repeat center top/100% 100%;
}

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

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

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

.pop-thfl .pop-title span {
  background: linear-gradient(to top, #6b3d0c 10%, #ae5907 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  line-height: 28px;
}
.pop-thfl .pop-title span::after {
  content: "";
  display: block;
  width: 156px;
  height: 11px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-title-line.png) no-repeat center center/100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -18px;
  pointer-events: none;
}

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

.pop-thfl .pop-thfl-ul .name {
  background: linear-gradient(to top, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.pop-thfl .pop-thfl-ul .name::before {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-thfl-deco1.png) no-repeat center center/100% 100%;
  width: 22.5px;
  height: 11px;
  margin: 0 4px;
}
.pop-thfl .pop-thfl-ul .name::after {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-thfl-deco2.png) no-repeat center center/100% 100%;
  width: 22.5px;
  height: 11px;
  margin: 0 4px;
}
.pop-thfl .pop-thfl-ul .name span {
	background: linear-gradient(to top, #6f471a 20%, #b17e4c 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: .04rem;
}

.pop-thfl .pop-thfl-propbg {
  width: 136px;
  height: 155.5px;
  margin: 5px auto;
  position: relative;
}
.pop-thfl .pop-thfl-propbg::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-img-border-middle3.png) no-repeat center center/100% 100%;
  width: 140px;
  height: 160.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; pointer-events: none;
}
.pop-thfl .pop-thfl-propbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-thfl .pop-thfl-tips {
  color: #633600;
  font-size: 12px;
  line-height: 16px;
  margin-top: 7px;
  white-space: nowrap;
}

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

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

.pop-thfl .pop-thfl-ul .discount {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/discount.png) no-repeat center center/100%;
  width: 71px;
  height: 22px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: -13px;
  color: #5c1d7f;
  font-size: 14px;
  line-height: 22px;
  font-family: "BeaufortForLoL-Bold";
}
.pop-thfl .pop-thfl-ul .discount b {
	background: linear-gradient(to top, #8f5b21 20%, #844201 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.pop-thfl .pop-btn-confirm{
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-btn-confirm2.png) no-repeat center center/100% 100%;
  width: 166px;
  height: 31px;
}
.pop-thfl .pop-btn-cancel {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-btn-cancel2.png) no-repeat center center/100% 100%;
  width: 166px;
  height: 31px;
}
.pop-thfl .pop-btn-confirm span,
.pop-thfl .pop-btn-cancel span {
  background: linear-gradient(to top, #fffffe, #fff9cb);
  -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: 15px;
}

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

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

.pop-thfl-get .pop-thfl-get-img {
  width: 152px;
  height: 152px;
  margin: 40px auto 0;
  position: relative;
}
.pop-thfl-get .pop-thfl-get-img::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-img-border-middle.png) no-repeat center center/100% 100%;
  width: 152px;
  height: 152px;
  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: 12px;
  color: var(--pop-btn-color);
  text-align: center;
  margin-top: 10px;
}
.pop-thfl-get .pop-thfl-get-tip {
  color: var(--pop-btn-color);
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
}
.pop-thfl-get .pop-btns {
  margin-top: 20px;
}

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

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

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

.pop-thfl-box {
  width: 600px;
  height: 230px;
  margin: 15px 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: 30px;
  font-size: 15px;
  font-weight: bold;
}

.pop-thfl-subtitle::before {
  content: "";
  width: 6px;
  height: 5.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -1133px -231.5px;
  background-size: 1146.5px 903.5px;
  display: inline-block;
  margin-right: 5px;
}

.pop-thfl-subtitle::after {
  content: "";
  width: 6px;
  height: 5.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -1140px -231.5px;
  background-size: 1146.5px 903.5px;
  display: inline-block;
  margin-left: 5px;
}

.pop-thfl-cot {
  width: 122px;
  height: 107px;
  position: relative;
  margin-top: 30px;
}

.pop-thfl-cot::after {
  content: "";
  width: 123px;
  height: 108.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -983.5px -217.5px;
  background-size: 1146.5px 903.5px;
  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: 122px;
  height: 107px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -983.5px -327px;
  background-size: 1146.5px 903.5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.pop-thfl-num {
  width: 83px;
  height: 18px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-spr.png");
  background-position: -1051.5px -817px;
  background-size: 1146.5px 903.5px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: 10;
  text-align: center;
  font-size: 10px;
  color: #432c18;
  font-weight: bold;
  line-height: 18px;
}

.pop-jsfl .pop-bd {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-jsfl-bg.png) no-repeat center top/100% 100%;
  width: 842px;
  height: 423px;
  padding-top: 41px;
  padding-right: 20.5px;
  box-sizing: border-box;
}
.pop-jsfl .pop-bd .pop-title {
  margin-bottom: 20px;
}

.pop-jsfl .pop-close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 29px;
  height: 29px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 22px;
  line-height: 28px;
}
.pop-jsfl .pop-title span::after {
  content: "";
  display: block;
  width: 285px;
  height: 14px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-title-line.png) no-repeat center center/100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -23px;
  pointer-events: none;
}

.jsfl-content {
  width: 795px;
  margin: 0 auto;
}
.jsfl-content .jsfl-left {
  position: relative;
  box-sizing: border-box;
  padding-right: 15px;
}
.jsfl-content .jsfl-left::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 406.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/jsfl-line.png) no-repeat center top/100% 100%;
}
.jsfl-content .jsfl-right {
  width: 100%;
  color: #2646a8;
  margin: 0 auto 0;
}
.jsfl-content .jsfl-right > p {
  font-size: 10px;
  margin-top: 5px;
  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: 20px;
  line-height: 28px;
}
.jsfl-content .pop-jsfl-list {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 385px;
  box-sizing: border-box;
  padding-right: 10px;
  height: 345px;
  overflow: auto;
  gap: 15px;
}
.jsfl-content .pop-jsfl-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.jsfl-content .pop-jsfl-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
.jsfl-content .pop-jsfl-list::-webkit-scrollbar-thumb {
  background: #9371e1;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.jsfl-content .jsfl-box {
  position: relative;
}
.jsfl-content .jsfl-box .name {
  width: 110px;
  height: 25px;
  font-size: 12px;
  color: #2646a8;
  line-height: 15px;
  text-align: center;
  padding: 5px 0;
}
.jsfl-content .jsfl-box .jsfl-box-bg {
  width: 110px;
  height: 150px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 104px;
  height: 144px;
  border-radius: 5px;
  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/a20251009pykeunbounds/jsfl-box-unown.png) no-repeat center top/100%;
  width: 104px;
  height: 144px;
  position: absolute;
  left: 3px;
  top: 3px;
}
.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: 20px;
}
.jsfl-content .jsfl-left-bottom .jsfl-left-bttom-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2646a8;
  font-size: 12px;
}
.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: 25px;
  object-fit: contain;
  margin: 0 2px;
}
.jsfl-content .jsfl-left-bottom .jsfl-left-bttom-txt p:last-child {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
.jsfl-content .jsfl-left-bottom .jsfl-left-bttom-txt p:last-child::before {
  display: block;
  content: "";
  height: 11px;
  width: 1px;
  background: #2646a8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
}
.jsfl-content .jsfl-left-bottom a {
  margin: 2.5px auto !important;
}

.pop-jsfl .pop-jsfl-ul li {
  display: block;
  width: 148px;
  margin: 0 8.5px;
  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: 12px;
  line-height: 16px;
  width: 120%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 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: 43px;
  z-index: 1;
  width: 152px;
  height: 152px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-img-border-middle3.png) no-repeat center top/100%;
}

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

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

.pop-jsfl .pop-jsfl-ul a,
.pop-jsfl .jsfl-left a {
  margin: 0 auto 0;
  background: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-jsfl-btn.png") no-repeat center center/100%;
  width: 151.5px;
  height: 39px;
  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 {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-bg.jpg) no-repeat center top/100% 100%;
  width: 1055px;
  height: 720px;
}

.pop-share .pop-bd {
  padding-top: 302px;
  width: 337px;
  height: 580px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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/a20251009pykeunbounds/pop-share-img.png) no-repeat center top/100%;
  width: 151px;
  height: 149.5px;
  padding-top: 4px;
  position: absolute;
  right: -160px;
  bottom: 8px;
}

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

.pop-share .qrcode-msg {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  width: 170px;
  text-align: center;
  position: absolute;
  bottom: 160px;
  right: -170px;
}

.pop-share .summoner-name {
  z-index: 3;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.share-lock-text {
  z-index: 3;
  width: 100%;
  color: #defeff;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  margin-top: 17px;
  opacity: 0;
  visibility: hidden;
}

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

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

.pop-share .summoner-tips span {
  display: block;
  height: 18px;
  width: 12px;
  border-radius: 2px;
  line-height: 18px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-share-summoner-tips-num.png) no-repeat center top/100%;
  text-align: center;
  margin: 0 1px;
  color: #52391d;
  font-family: "BeaufortforLOL-Bold";
}

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

.pop-share-give .pop-bd {
  width: 326px;
  height: 570.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-share-give-bg.png) no-repeat center top/100%;
  padding-top: 440px;
  margin-top: 35px;
  padding-right: 16px;
}

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

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

.pop-share-give .qrcode-msg {
  color: #fff9f1;
  font-size: 12px;
  line-height: 14px;
  width: 170px;
  text-align: center;
  position: absolute;
  bottom: 155px;
  right: -180px;
}

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

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

.pop-share-give .tx-box {
  width: 40px;
  height: 40px;
  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/a20251009pykeunbounds/tx-box-border.png) no-repeat center top/100%;
  width: 40px;
  height: 40px;
  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: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: -1px;
}

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

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

.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: 40px;
  height: 40px;
  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);
  }
}
@font-face {
  font-family: "BEAUFORTFORLOL-BOLD";
  src: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/BEAUFORTFORLOL-BOLD.TTF);
}
#certificate4 .pop-bd {
  background: none;
  width: 946px;
  height: auto;
  padding: 0;
}
#certificate4 .pop-bd .pop-close {
  width: 42px;
  height: 42px;
  top: 0px;
}
#certificate4 .pop-bd .pop-xzjl-toptitle {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-title.png) no-repeat center top/100%;
  width: 130.5px;
  height: 43px;
  margin: 0 auto;
}
#certificate4 .pop-bd .text {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 20px;
}

.pop-xzjl {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl1.png) no-repeat center top/100%;
  width: 946px;
  height: 373.5px;
  box-sizing: border-box;
  padding: 0;
}
.pop-xzjl.pop-xzjl2 {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl2.png) no-repeat center top/100%;
}
.pop-xzjl .pop-xzjl-tabs {
  width: 946px;
  height: 31px;
  display: flex;
  justify-content: space-between;
}
.pop-xzjl .pop-xzjl-tabs .pop-xzjl-tab {
  width: 50%;
  height: 31px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-xzjl .pop-xzjl-tabs .pop-xzjl-tab span {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-tab-icon1.png) no-repeat center top/100%;
  width: 65px;
  height: 18px;
  color: #ebdabc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: "BeaufortForLoL-Bold";
  box-sizing: border-box;
  padding-bottom: 2px;
}
.pop-xzjl .pop-xzjl-tabs .pop-xzjl-tab span em {
  font-weight: bold;
}
.pop-xzjl.pop-xzjl1 .pop-xzjl-tab.pop-xzjl-tab1 {
  color: #ab8021;
}
.pop-xzjl.pop-xzjl1 .pop-xzjl-tab.pop-xzjl-tab1 span {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-tab-icon2.png) no-repeat center top/100%;
  color: #654909;
}
.pop-xzjl.pop-xzjl2 .pop-xzjl-tab.pop-xzjl-tab2 {
  color: #ab8021;
}
.pop-xzjl.pop-xzjl2 .pop-xzjl-tab.pop-xzjl-tab2 span {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-tab-icon2.png) no-repeat center top/100%;
  color: #654909;
}
.pop-xzjl .pop-xzjl-item {
  display: none;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner {
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin: 5px auto 0;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .pop-xzjl-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .pop-xzjl-title span {
  font-size: 15px;
  color: #d29611;
  font-weight: bold;
  margin: 0 10px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .pop-xzjl-title .pop-xzjl-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-icon1.png) no-repeat center top/100%;
  width: 9px;
  height: 9px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .num {
  text-align: center;
  font-size: 12px;
  color: #5d450e;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner li {
  margin-top: 10px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box1 {
  width: 260px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box1 .pic-box {
  width: 255px;
  height: 155px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  overflow: hidden;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box1 .pic-box img {
  width: 273px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
  border-radius: 15px;
  filter: grayscale(0.2);
  object-fit: contain;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box1 li {
  position: relative;
  margin-top: 50px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box1 li::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-border1-1.png) no-repeat center top/100% 100%;
  width: 255px;
  height: 159px;
  display: block;
  position: absolute;
  top: 42%;
  left: 49%;
  transform: translate(-50%, -50%);
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box1 .name {
  text-align: center;
  color: #8f7f5f;
  font-size: 12px;
  margin-top: 10px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box1 li.on .pic-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box1 li.on::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-border1-2.png) no-repeat center top/100%;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box2 {
  width: 235px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box2 .pic-box {
  width: 110px;
  height: 110px;
  position: relative;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box2 .pic-box img {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box2 .pic-box::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-border2-1.png) no-repeat center top/100%;
  width: 111.5px;
  height: 114px;
  display: block;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box2 li.on .pic-box::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-border2-2.png) no-repeat center top/100%;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box2 li.on .pic-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box2 .name {
  text-align: center;
  color: #8f7f5f;
  font-size: 11px;
  margin-top: 10px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 {
  width: 350px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 ul {
  width: 100%;
  max-height: 275px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 10px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li {
  position: relative;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 .pic-box {
  width: 80px;
  height: 80px;
  position: relative;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 .pic-box img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.98);
  border-radius: 15px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 .pic-box::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-border3-1.png) no-repeat center top/100%;
  width: 80.5px;
  height: 83px;
  display: block;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li.on .pic-box::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-border3-2.png) no-repeat center top/100%;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li.on .pic-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 .name {
  display: none;
  z-index: 10;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li:hover .name {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name.png) no-repeat center top/100%;
  width: 140px;
  height: 37px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  box-sizing: border-box;
  padding-top: 10px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 ul::-webkit-scrollbar-track {
  background: linear-gradient(to right, transparent 40%, #e5a34a 50%, transparent 60%);
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 ul::-webkit-scrollbar-thumb {
  background-color: #e5a34a;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li:nth-child(1):hover .name {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name3.png) no-repeat center top/100%;
  top: 80px;
  left: 112%;
  padding-top: 12.5px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li:nth-child(2):hover .name,
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li:nth-child(3):hover .name {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name5.png) no-repeat center top/100%;
  top: 80px;
  padding-top: 12.5px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li:nth-child(4):hover .name {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name4.png) no-repeat center top/100%;
  top: 80px;
  left: -8%;
  padding-top: 12.5px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li:nth-child(5):hover .name,
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li:nth-child(9):hover .name,
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li:nth-child(13):hover .name {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name1.png) no-repeat center top/100%;
  left: 112%;
  padding-top: 10px;
}
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li:nth-child(8):hover .name,
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li:nth-child(12):hover .name,
.pop-xzjl .pop-xzjl-item1 .pop-xzjl-item-inner .box3 li:nth-child(15):hover .name {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name2.png) no-repeat center top/100%;
  left: -8%;
  padding-top: 10px;
}
.pop-xzjl .pop-xzjl-item2 {
  width: 900px;
  margin: 5px auto 0;
}
.pop-xzjl .pop-xzjl-item2 .pop-xzjl-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-xzjl .pop-xzjl-item2 .pop-xzjl-title span {
  font-size: 15px;
  color: #d29611;
  font-weight: bold;
  margin: 0 10px;
}
.pop-xzjl .pop-xzjl-item2 .pop-xzjl-title .pop-xzjl-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-icon1.png) no-repeat center top/100%;
  width: 9px;
  height: 9px;
}
.pop-xzjl .pop-xzjl-item2 .num {
  text-align: center;
  font-size: 12px;
  color: #5d450e;
}
.pop-xzjl .pop-xzjl-item2 li {
  margin-top: 10px;
}
.pop-xzjl .pop-xzjl-item2 .box4 {
  width: 900px;
  transform: translateX(10px);
}
.pop-xzjl .pop-xzjl-item2 .box4 ul {
  width: 100%;
  max-height: 285px;
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
  margin: 10px auto 0;
}
.pop-xzjl .pop-xzjl-item2 .box4 li {
  position: relative;
  margin: 0 7px 10px;
}
.pop-xzjl .pop-xzjl-item2 .box4 li::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-border4-1.png) no-repeat center top/100%;
  width: 132.5px;
  height: 199.5px;
  display: block;
  position: absolute;
  top: 49.5%;
  left: 50.1%;
  transform: translate(-50%, -50%);
}
.pop-xzjl .pop-xzjl-item2 .box4 .pic-box {
  width: 132.5px;
  height: 195px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.pop-xzjl .pop-xzjl-item2 .box4 .pic-box img {
  width: 132.5px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}
.pop-xzjl .pop-xzjl-item2 .box4 li.on::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-border4-2.png) no-repeat center top/100%;
  width: 134.5px;
  height: 201.5px;
}
.pop-xzjl .pop-xzjl-item2 .box4 li.on::after .pic-box::before {
  display: none;
}
.pop-xzjl .pop-xzjl-item2 .box4 li.on .pic-box::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.pop-xzjl .pop-xzjl-item2 .box4 .name {
  display: none;
  pointer-events: none;
}
.pop-xzjl .pop-xzjl-item2 .box4 li:hover .name {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name.png) no-repeat center top/100%;
  width: 140px;
  height: 37px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
  box-sizing: border-box;
  padding-top: 10px;
  z-index: 10;
}
.pop-xzjl .pop-xzjl-item2 .box4 li.hover-top:hover .name {
  top: -40px;
}
.pop-xzjl .pop-xzjl-item2 .box4 li.hover-bottom:hover .name {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name3.png) no-repeat center top/100%;
  top: 196px;
  padding-top: 12.5px;
}
.pop-xzjl .pop-xzjl-item2 .box4 li:nth-child(1):hover .name {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name3.png) no-repeat center top/100%;
  top: 196px;
  left: 80%;
  padding-top: 12.5px;
}
.pop-xzjl .pop-xzjl-item2 .box4 li:nth-child(2):hover .name,
.pop-xzjl .pop-xzjl-item2 .box4 li:nth-child(3):hover .name,
.pop-xzjl .pop-xzjl-item2 .box4 li:nth-child(4):hover .name,
.pop-xzjl .pop-xzjl-item2 .box4 li:nth-child(5):hover .name {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name5.png) no-repeat center top/100%;
  top: 196px;
  padding-top: 12.5px;
}
.pop-xzjl .pop-xzjl-item2 .box4 li:nth-child(6):hover .name {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name4.png) no-repeat center top/100%;
  top: 196px;
  left: 15%;
  padding-top: 12.5px;
}
.pop-xzjl .pop-xzjl-item2 .box4 ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.pop-xzjl .pop-xzjl-item2 .box4 ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
.pop-xzjl .pop-xzjl-item2 .box4 ul::-webkit-scrollbar-thumb {
  background-color: #e5a34a;
  border-radius: 5px;
}

.pop-xzjl-progress {
  width: 926.5px;
  position: relative;
  display: flex;
  margin: 95px auto 0;
}

.pop-xzjl-bar {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-bar.png) no-repeat center top/100%;
  width: 926.5px;
  height: 13px;
  position: relative;
}
.pop-xzjl-bar .pop-xzjl-line {
  width: 50%;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  background: linear-gradient(to right, #e15989, #edb179, #f9e994);
  border-radius: 5px;
}
.pop-xzjl-bar .pop-xzjl-line .pop-xzjl-progress-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-progress-icon.png) no-repeat center top/100%;
  width: 165.5px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -37px;
}

.pop-xzjl-progress ul {
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  display: flex;
}
.pop-xzjl-progress ul li {
  margin-left: 82px;
}

.pop-xzjl-progress-gift {
  height: 100px;
  position: relative;
  display: block;
}

.pop-xzjl-progress-gift-pic {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-progress-gift.png) no-repeat center top/100%;
  width: 75.5px;
  height: 71.5px;
  position: relative;
  box-sizing: border-box;
  padding-top: 50px;
}
.pop-xzjl-progress-gift-pic .text {
  text-align: center;
  font-size: 12px;
  color: #fff9f4;
  font-weight: bold;
}

.pop-xzjl-progress-gift .num {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-progress-gift-num.png) no-repeat center top/100%;
  width: 49px;
  height: 17px;
  text-align: center;
  line-height: 1.4;
  color: #f7fffe;
  font-size: 12px;
  text-shadow: 1px 1px 1px #333333, -1px 1px 1px #333333, 1px -1px 1px #333333, -1px -1px 1px #333333;
  position: absolute;
  left: 50%;
  transform: translateX(-55%);
  bottom: 0;
}

.hover {
  display: none;
}

.pop-xzjl-progress-gift:hover .hover {
  display: block;
}

.hover-inner {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/hover-inner.png) no-repeat center top/100%;
  width: 185px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 17px;
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-51%);
  bottom: 100px;
  z-index: 10;
}

.pop-xzjl-progress ul li .pop-xzjl-progress-gift.on .pop-xzjl-progress-gift-pic {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-progress-gift-on.png) no-repeat center top/100%;
}
.pop-xzjl-progress ul li .pop-xzjl-progress-gift.on .num {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-progress-gift-num-on.png) no-repeat center top/100%;
  width: 70px;
  height: 32px;
  text-indent: -9999px;
  bottom: -5px;
}

.pop-xzjl-progress ul li .pop-xzjl-progress-gift.done .pop-xzjl-progress-gift-pic {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-progress-gift-done.png) no-repeat center top/100%;
}
.pop-xzjl-progress ul li .pop-xzjl-progress-gift.done .num {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-progress-gift-num-done.png) no-repeat center top/100%;
}

.pop-xzjl-progress ul li:last-child .hover-inner {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-name2.png) no-repeat center top/100%;
  width: 185px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 17px;
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  left: -35%;
  transform: translateX(-51%);
  bottom: 100px;
  z-index: 10;
}

.pop-xzjl-progress ul li:nth-child(5) .pop-xzjl-progress-gift-pic,
.pop-xzjl-progress ul li:nth-child(6) .pop-xzjl-progress-gift-pic {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-progress-gift2.png) no-repeat center top/100%;
}
.pop-xzjl-progress ul li:nth-child(5) .pop-xzjl-progress-gift.on .pop-xzjl-progress-gift-pic,
.pop-xzjl-progress ul li:nth-child(6) .pop-xzjl-progress-gift.on .pop-xzjl-progress-gift-pic {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-progress-gift2-on.png) no-repeat center top/100%;
}
.pop-xzjl-progress ul li:nth-child(5) .pop-xzjl-progress-gift.done .pop-xzjl-progress-gift-pic,
.pop-xzjl-progress ul li:nth-child(6) .pop-xzjl-progress-gift.done .pop-xzjl-progress-gift-pic {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-xzjl-progress-gift2-done.png) no-repeat center top/100%;
}

.pop-progress-num {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: -67px;
  left: 0;
  line-height: 17.5px;
}
.pop-progress-num .pop-progress-num-text {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-progress-num-text.png) no-repeat center top/100%;
  width: 65px;
  height: 18px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fffcf0;
  font-family: "BEAUFORTFORLOL-BOLD";
  box-sizing: border-box;
  padding-bottom: 2px;
  margin-top: 5px;
}

.gift-send {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/gift-send.png) no-repeat center top/100%;
  width: 302.5px;
  height: 305px;
  position: absolute;
  top: 276px;
  left: 126px;
}
.gift-send .gift-send-btn {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/gift-send-btn.png) no-repeat center top/100%;
  width: 79.5px;
  height: 29.5px;
  display: block;
  position: absolute;
  top: 145px;
  left: 98px;
  text-align: center;
  line-height: 2.8;
  color: #ffffff;
  font-size: 12px;
}
.gift-send .gift-send-btn.gray {
  filter: grayscale(1);
}

.ad {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/ad.png) no-repeat center top/100%;
  width: 175px;
  height: 148.5px;
  position: absolute;
  bottom: 29px;
  left: 8px;
}

.pop-jsfl .pop-bd { width: 515.5px; height: 562.5px; background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-jsfl-bg.png) no-repeat 0 0/100%; padding: 22px 0 0; }
.pop-jsfl .pop-close { top: 8px; right: -30px; }
.pop-jsfl .pop-title span { font-size: 22.5px; background: linear-gradient(to top, #6b3d0c, #ae5907); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.pop-jsfl .pop-title span::after { width: 156px; height: 11px; bottom: -17px; }
.jsfl-content { width: 500px; }
.pop-jsfl .pop-jsfl-ul { width: 462px; height: 460px; font-size: 0; text-align: left; padding: 0 14px; margin: 0 auto; overflow: hidden; overflow-y: auto; }
.pop-jsfl .pop-jsfl-ul::-webkit-scrollbar { width: 4px; height: 4px; }
.pop-jsfl .pop-jsfl-ul::-webkit-scrollbar-track { background: transparent; border-radius: 2px; }
.pop-jsfl .pop-jsfl-ul::-webkit-scrollbar-thumb { background: #582c0066; border-radius: 5px; transition: background 0.3s ease; }
.pop-jsfl .pop-jsfl-ul li { width: 119px; height: auto; display: inline-block; vertical-align: top; margin: 0 12px; }
.pop-jsfl .pop-jsfl-ul .pop-fl-fo1 { width: 130%; height: 32px; color: #5e380d; text-align: center; margin: 0 0 0 -15%; left: auto; transform: scale(.8); transform-origin: 50% 50%; }
.pop-jsfl .pop-jsfl-ul img { width: 120px; height: 136px; object-fit: cover; object-position: 50% 50%; border-radius: 0; mask: none; margin: -2px auto 0; }
.pop-jsfl .pop-jsfl-ul li:after { width: 122px; height: 140px; top: 28px; }
.pop-jsfl .pop-fl-fo2 { width: 130%; height: 32px; color: #5e380d; text-align: center; margin: -2px 0 0 -15%; transform: scale(.8); transform-origin: 50% 50%; display: flex; justify-content: center; align-items: center; }
.pop-jsfl .pop-jsfl-ul a { width: 117px; height: 30px; background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-jsfl-btn.png) no-repeat 0 0/100%; }
.pop-jsfl .pop-jsfl-ul a span { font-size: 14px; background: linear-gradient(to bottom, #fff9c9 20%, #fffffd 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

.pop-bd.pop-collection {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-bd-collection.png) no-repeat center top/100%;
  width: 586px;
  height: 397.5px;
  padding-top: 28px;
}
.pop-bd.pop-collection .pop-close {
  position: absolute;
  top: 10px;
  right: -25px;
  width: 27.5px;
  height: 27.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-colse4.png) no-repeat center top/100%;
}
.pop-bd.pop-collection .pop-title span {
  background: linear-gradient(to bottom, #b3661b, #6e3f0c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  line-height: 25px;
}
.pop-bd.pop-collection .pop-title span::after {
  content: "";
  display: block;
  width: 156px;
  height: 11px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-title-line.png) no-repeat center center/100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -18px;
  pointer-events: none;
}
.pop-bd.pop-collection .text {
  text-align: center;
  font-size: 9px;
  line-height: 12px;
  color: #633600;
  margin-top: 30px;
}
.pop-bd.pop-collection .pop-collection-box {
  width: 510px;
  height: 235px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px auto 0;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 {
  width: 294px;
  height: 176px;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 .pop-collection-num {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-collection-num.png) no-repeat center top/100%;
  width: 108px;
  height: 18.5px;
  margin: 0 auto;
  text-align: center;
  font-size: 10.5px;
  color: #fffcfa;
  line-height: 18px;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 .pop-collection-num span {
  font-family: "BEAUFORTFORLOL-BOLD";
  color: #fffcfa;
  background: linear-gradient(to bottom, #ffe7cf 20%, #fff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .pic1 {
  width: 135.5px;
  height: 103px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pic1.png) no-repeat center top/100%;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .pic2 {
  width: 135.5px;
  height: 103px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pic2.png) no-repeat center top/100%;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .name {
  text-align: center;
  font-size: 10px;
  color: #3f2200;
  margin-top: 8px;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .pop-collection-btn {
  color: #622400;
  background: linear-gradient(to bottom, #7e2600 20%, #522300 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 2px;
  position: relative;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .pop-collection-btn::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #7e5a32;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .pop-collection-btn.gray {
  filter: grayscale(1);
  pointer-events: none;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .pop-collection-btn.gray::after {
  display: none;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-collection-icon.png) no-repeat center top/100%;
  width: 25px;
  height: 31.5px;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box2 .pic3 {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pic3.png) no-repeat center top/100%;
  width: 188.5px;
  height: 172.5px;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box2 .name {
  text-align: center;
  font-size: 9px;
  line-height: 12px;
  color: #633600;
  margin-top: 4px;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box2 .pop-collection-btn {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pop-collection-btn.png) no-repeat center top/100%;
  width: 156.5px;
  height: 29.5px;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-top: 8.5px;
  margin: 6px auto;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box2 .pop-collection-btn span {
  color: #fcf7f0;
  background: linear-gradient(to bottom, #fffacf 20%, #fffffe 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box2 .pop-collection-btn.gray {
  filter: grayscale(1);
  pointer-events: none;
}

/*.pop-bd {
  top: 50% !important;
}

.pop-gift, .pop-share, .pop-share-give {
  height: 720px;
  margin-top: -80px;
}

.pop-bd.pop-bd--xlarge, .pop-bd.pop-bd--large {
  margin-top: 0;
}

.pop-gift-vbg-ani {
  top: -80px;
}*/

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