@font-face {
  font-family: 'fzlt-bold';
  src: url('//game.gtimg.cn/images/lol/act/a20230619treasures/fzlt-bold.ttf');
}

@font-face {
  font-family: 'rzrxnf-hj';
  src: url('//game.gtimg.cn/images/lol/act/a20230619treasures/rzrxnf-hj.ttf');
}
.pop-bd {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding-top: 20px; */
  padding-right: 20px;
  box-sizing: border-box;
}

.pop-bd.lg {
  width: 882.5px;
  height: 559.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/popbg-lg.png) no-repeat center top/100% 100%;
}

.pop-bd.lg .pop-tit{
  margin-top: 35px;
}

.pop-bd {
  width: 421px;
  height: 252px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/popbg.png) no-repeat center top/100% 100%;
}

.pop-bd.md {
  width: 421px;
  height: 341.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/popbg-md.png) no-repeat center top/100% 100%;
}

.pop-bd.sm {
  width: 439.5px;
  height: 195px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/popbg-sm.png) no-repeat center top / 100% 100%;
}

.pop-close {
  display: block;
  width: 20px;
  height: 20px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-close2.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 4px;
  right: -25px;
  text-indent: -9999px;
}

.pop-deco-miao {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-deco-miao.png) no-repeat center top/100%;
  width: 195px;
  height: 238.5px;
  position: absolute;
  right: -90px;
  bottom: -80px;
  pointer-events: none;
}

.pop-deco-zed {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-deco-zed.png) no-repeat center top/100%;
  width: 163.8px;
  height: 157.5px;
  position: absolute;
  right: -100px;
  bottom: -30px;
  pointer-events: none;
}

.pop-deco-zed--left {
  right: inherit;
  left: -40px;
}

.pop-tit {
  font-family: "rui";
  color: #fff597;
  background: linear-gradient(to right, #fff597 45%, #fff7bc 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  /* font-style: italic; */
}

/* .pop-tit::before, .pop-tit::after {
  display: inline-block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-tit-icon.png) no-repeat center top;
  background-size: 249px 3px;
  background-position: 0 0;
  width: 65px;
  height: 3px;
  margin: 0 9px;
}

.pop-tit::after {
  background-position: -184px 0;
}

.pop-bd.lg .pop-tit {
  font-size: 30px;
  margin-top: 30px;
} */

.pop-hline {
  width: 307.5px;
  height: 7px;
  /* background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-hline.png) no-repeat center/100%; */
  margin: 11px auto 0;
}

.pop-stit {
  color: #fff9d7;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
/* .pop-stit::before, .pop-stit::after {
  display: inline-block;
  content: "";
  vertical-align: top;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-stit-deco.png) no-repeat;
  background-size: 443.5px 12px;
  height: 12px;
  width: 40px;
  margin: 6px 0 0;
}
.pop-stit::after {
  background-position: -403.5px 0;
} */

.pop-rule-bd {
  width: 785px;
  padding-right: 10px;
  color: #fff9e3;
  font-size: 14px;
  line-height: 30px;
  margin-left: 30px;
  margin-top: 15px;
  height: 300px;
  overflow: auto;
}
.pop-rule-bd h3 {
  font-size: 22px;
  margin-top: 20px;
}
.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;
  color: #fff375;
}

.pop-scrollbar {
  height: 425px;
  width: 806px;
  padding-right: 10px;
  margin-left: 30px;
  margin-top: 20px;
  overflow: auto;
}

.pop-scrollbar::-webkit-scrollbar {
  width: 3px;
  background: #030621;
}

.pop-scrollbar::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #fff375;
  border-radius: 2px;
}

.pop-pool-bd {
  width: 720px;
  font-size: 0;
  margin: 0 auto;
}

.pop-pool-bd li {
  width: 89px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px 15px;
}

.pop-pool-bd .img {
  width: 88px;
  height: 88px;
  border: #fff9d7 solid 1px;
  box-sizing: border-box;
  padding: 1px;
  overflow: hidden;
}

.pop-pool-bd .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(0,0,0,0.15);
}

.pop-pool-bd .name {
  color: #fff9d7;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  margin-top: 4px;
  word-break: keep-all;
}

.pop-pool-bd-lg {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.pop-pool-bd-lg li {
  width: 318px;
}

.pop-pool-bd-lg .img {
  width: 300px;
  height: 196px;
  background: none;
  border-radius: 0;
}

.pop-pool-bd-center {
  justify-content: center;
}
.pop-pool-bd.pop-pool-bd-center li .img img{
  background-color: transparent;
}
.pop-pool-bd.pop-pool-bd-lg.pop-pool-bd-center li{
  width: 320px;
}
.pop-pool-bd-center.pop-pool-bd .img{
  border: none;
  width: 320px;
  height: 208px;
}

.pop-pool-table {
  width: 680px;
  border: #ffe6b4 solid 1px;
  font-size: 14px;
  margin: 20px auto 0;
  text-align: center;
  color: #fff7d1;
}

.pop-pool-table:last-child {
  margin-bottom: 10px;
}

.pop-pool-table th {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.1);
  width: 50%;
  height: 42px;
  line-height: 42px;
  border: #ffe6b4 solid 1px;
  text-align: center;
}

.pop-pool-table td {
  /* width: 50%; */
  height: 42px;
  line-height: 42px;
  border: #ffe6b4 solid 1px;
  text-align: center;
}

.pop-pool-table td:first-child {
  color: #fff;
}

.pop-msg {
  color: #fff9e3;
  font-size: 14px;
  text-align: center;
  /* height: 120px; */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16px auto 0;
  padding: 0 10px;
}

.pop-msg .icon-mntlsw {
  margin-top: -10px;
}

#popComm .pop-msg {
  height: 100%;
  margin: 0;
  padding-left: 20px;
  line-height: 22px;
}

.pop-bd.sm .pop-close {
  right: -28px;
}

.pop-bd.sm .pop-msg {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.pop-btns {
  text-align: center;
  font-size: 0;
  margin-top: 15px;
}

.pop-btns .pop-btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.pop-btn {
  display: inline-block;
  width: 152px;
  height: 41.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-btn.png) no-repeat;
  background-size: 100% auto;
  font-size: 16px;
  color: #f1203d;
  text-align: left;
  text-indent: 25px;
  line-height: 46.5px;
  font-family: 'rzrxnf-hj';
}
.pop-btn-cancel {
    background-image: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-btn-cancel.png);
    color: #fffefe;
    text-indent: 65px;
}
#receivePackage{
  /* text-indent: 47px; */
}

#receivePackage + .pop-btn-confirm{
  text-indent: 46px;
}

.pop-gift {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-gift-bg2.jpg) no-repeat center bottom/100%;
}

.pop-gift .pop-close{
  width: 25px;
  height: 25px;
  top: 20px;
  right: 140px;
}

.pop-gift .pop-gift-bd .pop-gift-btmline.space-between{
  justify-content: space-between;
}
.pop-gift::before {
  content: "";
  position: absolute;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 81px;
  box-shadow: 0 5px 62px rgba(0, 0, 0, 0.5), 0 10px 75px #000;
}

.pop-gift-bd {
  height: 535px;
  margin-top: 130px;
  position: relative;
  z-index: 2;
}

.pop-gift-tit {
  color: #fff9e3;
  font-size: 24px;
  text-align: center;
  font-family: 'rzrxnf-hj';
  height: 42px;
  line-height: 40px;
  text-indent: 20px;
}

.pop-gift-topline {
  width: 448px;
  height: 9.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-gift-topline.png) no-repeat center/100%;
  margin: 0 auto 10px;
}

.pop-gift-stit {
  color: #fff9e3;
  font-size: 30px;
  font-family: 'rzrxnf-hj';
  text-align: center;
}

.pop-gift-box {
  width: 295px;
  height: 265px;
  margin: 10px auto 0;
  position: relative;
  padding-top: 2px;
  transform: scale(.9);
  transform-origin: center center;
}
.pop-gift-box::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-gift-img.png) no-repeat center top/100%;
  pointer-events: none;
  z-index: 2;
}

.pop-gift-img {
  width: 287.5px;
  height: 249.5px;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-ten-mask.png) no-repeat center/100%;
  margin: 7.5px auto 0;
}

.pop-gift-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.pop-gift-name {
  width: 100%;
  height: 52px;
  position: absolute;
  left: 0;
  bottom: -53px;
  /* bottom: 0; */
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff9e3;
  word-break: keep-all;
}

/* .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: -50px;
} */
.pop-gift-ten .pop-gift-changearea {
  bottom: 0px;
  font-size: 12px;
  margin: 0px auto 10px;
  display: block;
  width: fit-content;
  box-sizing: border-box;
  padding: 2px 8px;
  text-align: center;
  border: 1px solid #feef4c;
  color: #feef4c;
}

.pop-gift-btmline {
  width: 350px;
  /* height: 32.5px; */
  position: absolute;
  left: 50%;
  margin-left: -160px;
  bottom: -10px;
  display: flex;
  justify-content: center;
}

/* .pop-gift-btmline.hidden{
  display: none;
} */

/* .pop-gift-btmline.hidden a:nth-child(-n+2){
  display: none;
}

.pop-gift-btmline a:last-child{
  display: none;
} */

/* .pop-gift-btmline.hidden a:last-child{
  display: block;
} */

.pop-operation-tip{
  color: #fff9e3;
  font-size: 16px;
  text-align: center;
  margin-top: 63px;
  animation: ani-box-upin 0.5s 0.5s ease both;
}

/* .pop-gift-btmline::before, .pop-gift-btmline::after {
  display: block;
  content: "";
  width: 200px;
  height: 3px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-gift-btmline.png) no-repeat center;
  background-size: auto 100%;
  margin-top: 14px;
}
.pop-gift-btmline::before {
  background-position: 0 0;
}
.pop-gift-btmline::after {
  background-position: -298.5px 0;
} */

.pop-gift-close {
  display: block;
  width: 152px;
  height: 41.5px;
  flex: none;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-btn.png) no-repeat;
  background-size: 100% 100%;
  /* margin: 0 10px; */
  color: #f1203d;
  font-size: 18px;
  text-align: left;
  text-indent: 43px;
  font-family: 'rzrxnf-hj';
  line-height: 46.5px;
  letter-spacing: 1px;
}

.pop-gift-close.pop-gift-changearea{
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-btn-cancel.png) no-repeat center top;
  background-size: 100% 100%;
  color: #fffefe;
  text-indent: 53px;
  margin-right: 15px;
  line-height: 51px;
}

.pop-gift-share {
  display: block;
  width: 167px;
  height: 45.5px;
  flex: none;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-btn-cancel.png) no-repeat center top/100%;
  /* margin: 0 5px; */
  color: #fffefe;
  font-size: 18px;
  text-align: left;
  font-family: 'rzrxnf-hj';
  text-indent: 50px;
  line-height: 49.5px;
  letter-spacing: 1px;
}

.pop-gift-close.word4{
  width: 167px;
  height: 45.5px;
  line-height: 49.5px;
}

.max{
  width: 192px;
  height: 45.5px;
  line-height: 50.5px;
  text-indent: 13px;
}

.pop-gift-hero .pop-gift-box {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-gift-hero.png) no-repeat center/100%;
  width: 538.5px;
  height: 471.5px;
  pointer-events: none;
  margin: -20px 0 0 310px;
}
.pop-gift-hero .pop-gift-box::after {
  display: none;
}

.pop-gift-qipan .pop-gift-box {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/qipan-pic.png?d=0631) no-repeat center/100%;
  width: 422.5px;
  height: 288.5px;
  margin:  30px auto 0;
}
.pop-gift-qipan .pop-gift-box::before {
    display: none;
}

.pop-gift-qipan .pop-qipan-tip{
  width: 100%;
  text-align: center;
  color: #fff7d9;
  font-size: 12px;
  font-family: 'fzlt-bold';
}

.pop-gift-ten-lt {
  width: 1000px;
  height: 375px;
  position: relative;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pop-gift-ten-lt li {
  width: 172.5px;
  height: 183.5px;
  margin: 0 -5px;
}

.pop-gift-ten-lt li .front, .pop-gift-ten-lt li .back {
  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(0deg);
  -webkit-transform: rotateY(0deg);
  z-index: 2;
}

.pop-gift-ten-lt li .front .pop-gift-ten-img p {
  /* width: 143px;
  height: 127.5px; */
  width: 142px;
  height: 127.5px;
  -webkit-mask: none;
}

.pop-gift-ten-lt li .front .pop-gift-ten-img::after {
  display: none;
}

.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(0deg);
  -webkit-transform: rotateY(0deg);
  z-index: 2;
}

.pop-gift-ten-img {
  width: 148px;
  height: 133.5px;
  position: relative;
  margin-left: 10px;
  /* overflow: hidden; */
}

.pop-gift-ten-img::after {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-ten-border.png) no-repeat center top/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5.5px;
  left: 0px;
}

.pop-gift-ten-img p {
  width: 142px;
  height: 123.5px;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-ten-mask2.png) no-repeat center/100%;
  margin: 0 auto;
  padding: 0;
  /* margin: 16px 0 0 15px; */
}

.pop-gift-ten-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.25);
}

.front .pop-gift-ten-img img{
  background: transparent;
}

.pop-gift-ten-name {
  color: #fff9e3;
  font-size: 12px;
  text-align: center;
  width: 90px;
  margin: -7px auto 0;
  word-break: keep-all;
  text-shadow: 0 1px 1px rgba(56, 13, 69, 0.5);
}

.pop-history .pop-bd {
  text-align: center;
}
.pop-history .dialog-history__table {
  width: 800px;
  color: #fff9e1;
  margin: 0 auto 0;
}
.pop-history .dialog-history__empty {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-history .dialog-history__li {
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: relative;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  box-sizing: border-box;
}
.pop-history .dialog-history__li a {
    color: #bae6ff;
}
.pop-history .dialog-history__li:nth-child(2n) {
  /* background: #333a70a3; */
  background: linear-gradient(to right, transparent 0%, #4a2a49 5%, #543653 95%, transparent 100%);
  /* background: rgba(0, 0, 0, 0.1); */
}
.pop-history .dialog-history__li_th {
  width: 800px;
  color: #fff375;
  font-size: 14px;
  font-weight: bold;
  /* background: rgba(0,0,0,0.15); */
  background: linear-gradient(to right, transparent 0%, #53244c 5%, #95407e 95%, transparent 100%);
  margin: 20px auto 0;
}
.pop-history .dialog-history__li_th .dialog-history__date {
  opacity: 1;
}
.pop-history .dialog-history__date {
  width: 20%;
  padding-left: 10px;
  text-align: left;
  opacity: 0.7;
}
.pop-history .dialog-history__li_th .dialog-history__name{
  text-align: center;
}

.pop-history .dialog-history__name {
  width: 35%;
  text-align: left;
}
/* .pop-history .dialog-history__status {
  width: 20%;
} */

.pop-history .dialog-history__status {
  width: 110px;
  position: absolute;
  top: 50%;
  right: 180px;
  transform: translateY(-50%);
  text-align: center;
}


.pop-history .dialog-history__li>div{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pop-history .dialog-history__area {
  width: 22%;
  padding-right: 10px;
  text-align: right;
}

.pop-history .dialog-history__switch{
  width: 151.5px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 170px;
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pop-history .dialog-history__switch a{
  height: 24px;
  display: inline-block;
  font-size: 12px;
  color: #da7bc0;
  text-align: center;
  line-height: 24px;
}

.pop-history .dialog-history__switch .dialog-switching-area{
  width: 92px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/switching-area-bg.png) no-repeat 0 0/100% 100%;
}
.pop-history .dialog-history__switch .dialog-min-resolve{
  width: 50.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/min-resolve-bg.png) no-repeat 0 0/100% 100%;
}

.pop-history .dialog-history__bottom {
  color: #e8c291;
  font-size: 0;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  padding: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
}
.pop-history .pagination__pages {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  height: 18.5px;
  line-height: 18.5px;
  color: #e0f721;
  font-family: "BeaufortForLoL-Bold";
}
.pop-history .pagination__btn-page {
  display: inline-block;
  vertical-align: top;
  width: 18.5px;
  height: 18.5px;
  text-align: center;
  line-height: 18.5px;
  color: #e0f721;
  margin: 0 5px 0;
  font-weight: bold;
  font-family:"BeaufortForLoL-Bold";
}
.pop-history .pagination__btn-page.on {
  background-color: #fff375;
  border-radius: 50%;
  color: #10081d;
}
.pop-history .pagination__btn-prev, .pop-history .pagination__btn-next {
  display: inline-block;
  vertical-align: top;
  width: 18.5px;
  height: 18.5px;
  margin: 0 5px;
}
.pop-history .pagination__btn-prev {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-btn-prev.png) no-repeat center/100%;
}
.pop-history .pagination__btn-next {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-btn-next.png) no-repeat center/100%;
}
.pop-history .pagination__ellipsis {
  display: inline-block;
  vertical-align: top;
}

.pop-mall .pop-tit {
  margin-top: 30px;
}
.pop-mall .pop-bd {
  background-image: url(//game.gtimg.cn/images/lol/act/a20230619treasures/popbg-mall.png);
}
.pop-mall-ct {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding: 0 60px 0 40px;
  text-align: center;
  color: #fff9e3;
  margin: 20px auto 0;
  position: relative;
}
.pop-mall-ct::before {
  display: block;
  content: "";
  height: 150px;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #873568), to(transparent));
  background: -webkit-linear-gradient(top, transparent 0%, #873568 50%, transparent 100%);
  background: -moz-linear-gradient(top, transparent 0%, #873568 50%, transparent 100%);
  background: -o-linear-gradient(top, transparent 0%, #873568 50%, transparent 100%);
  background: linear-gradient(to bottom, transparent 0%, #873568 50%, transparent 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -75px;
}
.pop-mall-ct .pop-btn {
  margin: 25px auto 0;
}
.pop-mall-ct .qrcode {
  margin-bottom: 10px;
  border: #ab4689 solid 1px;
  padding: 2px;
}
.pop-mall-ct .qrcode img {
  display: block;
  width: 109px;
}
.pop-mall .pop-mall-btns p {
  line-height: 24px;
  margin-top: 4px;
}

.pop-gift .pop-gift-vbg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.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-stit span{
  color: #ffed8b;
  font-family: 'rzrxnf-hj';
}

.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(n+7){
  margin-top: 7px;
}

.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) {
  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) {
  animation: ani-ten-item-in 0.3s 1.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.pop-icon-stone-lg {
  display: block;
  margin: 0px auto 10px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-icon-stone-lg.png) no-repeat center/100%;
  width: 127.5px;
  height: 128.5px;
  margin-top: 10px;
  pointer-events: none;
}

.pop-fuli .pop-tit {
  margin-top: 35px;
}

.pop-fuli-box {
  border: rgba(120, 39, 128, 0.8) solid 1px;
  box-shadow: inset 0 0 25px rgba(120, 39, 128, 0.6);
  border-radius: 10px;
  width: 172px;
  height: 154.5px;
  margin: 15px auto 0;
  display: flex;
}

.pop-fuli-box > div {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 126px;
  box-sizing: border-box;
}

.pop-fuli-box > div::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.pop-fuli-box .pop-fuli-stone::after {
  width: 127.5px;
  height: 128.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-icon-stone-lg.png) no-repeat center top/100%;
  top: -8px;
}

.pop-fuli-box p {
  color: #ffe5b2;
  font-size: 13px;
  text-align: center;
}

.pop-fuli-btns {
  display: flex;
  width: 380px;
  justify-content: space-between;
  margin: 15px auto 0;
}

.pop-fuli-btn {
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/hero-btn-bg.png) no-repeat center/100%;
  width: 178px;
  height: 51px;
  text-indent: -9999px;
  font-size: 0;
}

.pop-fuli-btn-one::before {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/hero-btn-one.png) no-repeat center/auto 100%;
  width: 130px;
  height: 21.5px;
  margin: 16px auto 0;
}

.pop-fuli-btn-ten::before {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/hero-btn-ten.png) no-repeat center/auto 100%;
  width: 130px;
  height: 21.5px;
  margin: 16px auto 0;
}

.pop-fuli-leftnum {
  width: auto;
  padding: 0 10px;
  height: 26px;
  background: rgba(111, 59, 180, 0.3);
  border-radius: 13px;
  position: absolute;
  right: 40px;
  top: 35px;
  color: #fff9d7;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-fuli-leftnum i {
  display: block;
  width: 16px;
  height: 12px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-fuli-icon.png) no-repeat center/100%;
  margin-right: 4px;
}

.pop-fuli-leftnum span {
  color: #fff9d7;
  font-weight: bold;
  font-size: 1.2em;
}

.pop-fuli-btn-dq {
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-fuli-btn-dq.png) no-repeat center/100%;
  width: 209.5px;
  height: 62.5px;
  color: #0d0922;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  text-indent: 0;
  text-align: center;
  padding: 10px 21px 11px 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.pop-fuli-btn-dq span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f025c3;
  font-size: 14px;
  line-height: 15px;
  font-family: "BeaufortForLoL-Bold";
  text-shadow: 0 0 1px rgb(255, 246, 233), 0 0 2px rgb(255, 246, 233);
}

.pop-fuli-btn-dq span i {
  display: block;
  width: 15px;
  height: 15px;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-icon-dq.png) no-repeat center/100%;
  margin-right: 2px;
}

.pop-fuli-btn-dq span em {
  font-size: 12px;
  color: #7828c7;
  margin-left: 4px;
  position: relative;
  text-shadow: none;
}

.pop-fuli-btn-dq span em::before {
  display: block;
  content: "";
  background: #7828c7;
  width: 100%;
  height: 1.5px;
  transform: rotate(-10deg);
  position: absolute;
  left: 0;
  top: 50%;
}

.pop-fuli-tip {
  color: #ffe982;
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
}

.pop-fuli-meteor .pop-tit {
  font-size: 24px;
}

.pop-fuli1 .pop-fuli-box {
  margin-top: 50px;
}

.pop-fuli5 .pop-bd {
  height: 364px;
  background-size: 100% 100%;
}
/* .pop-fuli5 .pop-close {
  top: 4px;
} */
.pop-fuli5 .pop-fuli-btns {
  position: relative;
}

.pop-fuli-link {
  color: #fff29d;
  font-size: 12px;
  text-decoration: underline;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 65px;
}

.pop-gift-vbg-ani, .pop-fuli-meteor-ani {
  width: 1055px;
  height: 720px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
  display: none;
}

.pop-fuli-meteor-ani canvas, .pop-gift-vbg-ani video, .pop-gift-vbg-ani canvas {
  width: 1055px;
  height: 720px;
}

.pop-fuli5.ani {
  animation: ani-fuli5-bg 0.2s ease both;
}

@keyframes ani-fuli5-bg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.6);
  }
}
@keyframes ani-scalein {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ani-center-scalein {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.pop-fuli5.ani .pop-bd {
  animation: ani-center-scalein 0.2s ease both;
}

.pop-fuli5.ani::before {
  animation: ani-scalein 0.2s ease both;
}

.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;
}

.pop-recharge .pop-bd {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-recharge-bg.png) no-repeat center/100% 100%;
  width: 496px;
  height: 504.5px;
}
.pop-recharge .pop-close {
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/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;
  align-items: center;
  color: #f0e6d2;
  margin-top: 15px;
}
.pop-recharge-title h2 {
  font-size: 20px;
  font-weight: bold;
}
.pop-recharge-title-txt {
  font-size: 16px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.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: normal;
  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: normal;
  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: normal;
}
.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/a20230619treasures/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: 190px auto 0;
  font-weight: 600;
}

.pop-recharge-desc {
  color: #9f9f9f;
  font-size: 14px;
  text-align: center;
  margin: 5px auto 0;
}

.pop-recharge-range {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  height: 32px;
}
.pop-recharge-range > * {
  margin: 0 5px;
}
.pop-recharge-range a {
  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: 0 1em;
  height: 32px;
  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: #666666 !important;
}
.pop-recharge-range a.gray .border-idle {
  display: none;
}
.pop-recharge-range a[type=circle] {
  width: 32px;
  height: 32px;
}
.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: 131.5px;
  height: 100%;
  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: none;
  text-align: center;
  padding: 1px 7px;
  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: 35px;
  left: 0;
  width: 100%;
  text-align: center;
}

.pop-recharge-btns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pop-recharge-btns .button-normal {
  width: 167.5px;
}
.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/a20230619treasures/pop-recharge-bg2.png) no-repeat center/100% 100%;
  width: 418.5px;
  height: 263.5px;
  padding-top: 15px;
}

.pop-recharge2 .pop-close {
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-recharge-close.png) no-repeat center/100%;
  width: 29.5px;
  height: 29.5px;
  top: 2.5px;
  right: 2.5px;
}

.pop-recharge-stone {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-recharge-stone.png) no-repeat center/100%;
  width: 116px;
  height: 127px;
  margin: -20px auto 0;
}

.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-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;
  margin: 10px auto 0;
}
.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-task .pop-close {
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-recharge-close.png) no-repeat center/100%;
  width: 29.5px;
  height: 29.5px;
  top: 2.5px;
  right: 2.5px;
} */
.pop-task-box {
  border: rgba(120, 39, 128, 0.8) solid 1px;
  box-shadow: inset 0 0 25px rgba(120, 39, 128, 0.6);
  border-radius: 10px;
  width: 172px;
  height: 154.5px;
  margin: 25px auto 0;
  display: flex;
  flex-direction: column;
}
.pop-task-txt {
  color: #ffe5b2;
  font-size: 13px;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px 0;
  box-sizing: border-box;
}
.pop-task .pop-btn {
  display: block;
  margin: 20px auto 0;
}

.pop-task-stone {
  width: 140px;
  height: 130px;
  margin: -20px auto 0;
}
.pop-task-stone.stone1 {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-recharge-stone.png) no-repeat center/100%;
  background-size: 116px;
}
.pop-task-stone.stone2 {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-task-stone2.png) no-repeat center;
  background-size: 111px;
}
.pop-task-stone.stone3 {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-task-stone3.png) no-repeat center;
  background-size: 139.5px;
}
.pop-task-stone.stone4 {
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-task-stone4.png) no-repeat center;
  background-size: 133.5px;
  margin-top: -10px;
}
.pop-task-stone.stone4 + .pop-task-txt {
  margin-top: 0;
}

.pop-task-succ .pop-tit {
  margin-top: 30px;
}
.pop-task-succ .pop-task-txt {
  font-size: 14px;
  margin-top: 10px;
  padding-top: 0;
  height: auto;
}

.pop-task-notice-btns {
  width: 250px;
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
}

.pop-qrcode-img {
  display: block;
  width: 153.5px;
  height: 153.5px;
  /* padding: 10px; */
  overflow: hidden;
  box-sizing: border-box;
  background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-qrcode-box.png) no-repeat center/100%;
  margin: 35px auto 0;
}
.pop-qrcode-img img {
  display: block;
  width: 139.5px;
  height: 139.5px;
  margin: 7px auto 0;
  border: #c34997 solid 1px;
}

.pop-bundle .pop-tit {
  white-space: nowrap;
  margin-top: 30px;
}
.pop-bundle .pop-tit::before, .pop-bundle .pop-tit::after {
  transform: scale(0.7);
}
.pop-bundle-lt {
  display: flex;
  margin: 15px auto 0;
  justify-content: space-between;
}
.pop-bundle-lt li {
  flex: none;
  color: #fff9d7;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
.pop-bundle .pop-fuli-btn-dq {
  margin-top: 10px;
}
.pop-bundle-btns {
  display: flex;
  justify-content: center;
}
.pop-bundle-btns > a {
  margin: 0 6px;
}

.pop-bundle1 .pop-bundle-lt {
  width: 400px;
}
.pop-bundle1 .pop-bundle-lt li {
  width: 172px;
  height: 154.5px;
  box-sizing: border-box;
  padding-top: 130px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pop-bundle1 .pop-bundle-lt li:nth-child(1) {
  background-image: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-bundle1-pic1.png);
}
.pop-bundle1 .pop-bundle-lt li:nth-child(2) {
  background-image: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-bundle1-pic2.png);
}

.pop-bundle2 .pop-bd {
  width: 604px;
  height: 369px;
  background-image: url(//game.gtimg.cn/images/lol/act/a20230619treasures/popbg-bundle2.png);
}
.pop-bundle2 .pop-bundle-lt {
  width: 510px;
  margin-top: 0;
}
.pop-bundle2 .pop-bundle-lt li {
  height: 195.5px;
  box-sizing: border-box;
  padding-top: 165px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pop-bundle2 .pop-bundle-lt li:nth-child(1) {
  width: 183.5px;
  margin: 0 0 0 -10px;
  background-image: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-bundle2-pic1.png);
}
.pop-bundle2 .pop-bundle-lt li:nth-child(2) {
  width: 147px;
  margin-left: -9px;
  background-image: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-bundle2-pic2.png);
}
.pop-bundle2 .pop-bundle-lt li:nth-child(3) {
  width: 161.5px;
  background-image: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-bundle2-pic3.png);
}
.pop-receive-twice-img {
    background: url(//game.gtimg.cn/images/lol/act/a20230619treasures/pop-receive-teice-imgbg.png) no-repeat center / 100%;
    width: 304px;
    height: 143.5px;
    margin: 20px auto 0;
}
.pop-receive-twice-img img {
    width: 160px;
    height: 106px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.pop-receive-twice-name {
    color: #fff9e3;
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
}
.pop-receive-twice-area {
    text-align: center;
    font-size: 12px;
    color: #fff9e3;
    margin-top: 8px;
}
.pop-receive-twice-area a {
    color: #fff375;
}

img[src='']{opacity: 0;}