@charset "UTF-8";
:root {
  --main-color: #ffee8f;
  --other-color:#2646a8;
  --progress-color:#ffee8f;
  --progress-bg-color:#FDC119;
  --pop-title-color:#C89B3C;
  --pop-main-color:#fff3e2;
  --pop-btn-color:#F0E6D2;
  --pop-text-color:#A09B8C;
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, td, textarea, th, ul {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, b, caption, cite, code, dfn, em, strong, th, var {
  font-weight: 400;
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-size: 100%;
}

q:after, q:before {
  content: "";
}

abbr, acronym {
  border: 0;
}

strong, th {
  font-weight: 700;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

a:hover {
  text-decoration: none;
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

button, input, option, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input:focus, textarea:focus {
  outline: 0;
}

body, html {
  overflow: hidden;
}

body {
  font: 12px "微软雅黑", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #67240c;
  background-color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.wrap {
  position: relative;
  width: 1055px;
  height: 720px;
  display: block;
  overflow: hidden;
}

.header {
  position: relative;
  width: 985px;
  margin: 0 auto;
  padding-top: 79px;
  z-index: 9999;
}

.Menu {
  margin-top: 9px;
}

.Menu-list {
  display: -webkit-flex;
  display: flex;
  height: 40px;
  text-shadow: 0 0 2px #000;
  font-size: 12px;
}

.Menu-list li {
  display: flex;
  position: relative;
  cursor: pointer;
  margin-right: 30px;
  min-width: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Menu-list a {
  position: relative;
  color: #cdbe91;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "LoL Display", "微软雅黑", "Times New Roman", Times, Baskerville, Georgia, serif;
}

.Menu-list li a:hover {
  color: #f0e6d2;
}

.header-base .tft.active a {
  color: #f0e6d2;
}

.SubNavList a {
  color: #c1b99e;
}

.header-base .tft.active a:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to left, transparent, #cdbe91, transparent);
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

div {
  outline: 0;
}

.content {
  width: 100%;
  height: 640px;
  position: absolute;
  top: 80px;
  left: 0;
  padding-top: 35px;
  box-sizing: border-box;
  overflow: hidden;
}

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

.bg {
  position: absolute;
  left: 0;
  top: 80px;
  width: 1055px;
  height: 640px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  opacity: 1;
}

.bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  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;
}

.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading .sprite-spinner {
  width: 40px;
  height: 40px;
  background: url("//game.gtimg.cn/images/lol/client/lcu/loading.png") no-repeat center/100% 100%;
}

.spin {
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  overflow: hidden;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/*!style*/
.main-nav {
  width: 200px;
  height: 438px;
  position: fixed;
  top: 140px;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

.loginbox, .logo-box {
  display: none;
}

/* frame */
.main-fame {
  height: 100%;
}

/* frame end */
/* page style! */
@font-face {
  font-family: "BeaufortforLOL-Bold";
  src: url("//lol.qq.com/client/lcu/font/BeaufortForLoL-Bold.otf");
}
.ff-bflol {
  font-family: "BeaufortforLOL-Bold";
}

.pane-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pane {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-ys-hover, .nav-num .nav-icon-zl, .nav-num .nav-icon-add, .nav-num .nav-icon-tips, .nav-num, .nav-hover-tips-close, .nav-hover-tips, .nav-items a.nav-btn-fuli:after, .nav-items a.nav-btn-music.off, .nav-items a.nav-btn-music, .nav-items a.nav-btn-history, .nav-items a.nav-btn-pool, .nav-items a.nav-btn-rule, .nav-items a.nav-btn-fuli, .nav-items a.nav-btn-discount, .nav-items a.nav-btn-fullscreen {
  background-image: url("//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/nav-spr.png");
  background-size: 404px 263px;
}

.nav {
  width: 402px;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 13px;
  z-index: 10;
}

.nav-items {
  width: 267px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
}

.nav-items a {
  display: block;
  margin-left: 5px;
  position: relative;
  width: 36px;
  height: 40px;
  flex: none;
}

.nav-items a.nav-btn-fullscreen {
  width: 36px;
  height: 40px;
  background-position: -311px -119px;
}

.nav-items a.nav-btn-discount {
  width: 36px;
  height: 40px;
  background-position: -364px -70px;
}

.nav-items a.nav-btn-fuli {
  width: 36px;
  height: 40px;
  background-position: -274px -119px;
}

.nav-items a.nav-btn-rule {
  width: 36px;
  height: 40px;
  background-position: -274px -201px;
}

.nav-items a.nav-btn-pool {
  width: 36px;
  height: 40px;
  background-position: -348px -160px;
}

.nav-items a.nav-btn-history {
  width: 36px;
  height: 40px;
  background-position: -348px -119px;
}

.nav-items a.nav-btn-music {
  width: 36px;
  height: 40px;
  background-position: -311px -160px;
}
.nav-items a.nav-btn-music.off {
  width: 36px;
  height: 40px;
  background-position: -274px -160px;
}

.nav-items a.nav-btn-fuli:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 48px;
  background-position: -274px -70px;
  -webkit-animation: ani-nav-btn-fuli 2s linear infinite;
  animation: ani-nav-btn-fuli 2s linear infinite;
}

@keyframes ani-nav-btn-fuli {
  0% {
    opacity: 1;
    filter: brightness(1.2);
  }
  50% {
    opacity: 0.55;
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    filter: brightness(1.2);
  }
}
.nav-hover-tips {
  display: block;
  width: 176px;
  height: 65px;
  background-position: 0px -198px;
  font-size: 10px;
  color: #fff2d3;
  line-height: 1.25;
  box-sizing: border-box;
  padding: 25px 7px 0;
  text-align: center;
  position: absolute;
  top: 37px;
  left: 50%;
  margin-left: -88px;
}

.nav-hover-tips-close {
  display: block;
  width: 7.5px;
  height: 7.5px;
  background-position: -394px -35px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 22px;
  left: 155px;
}

.nav-num {
  width: 130px;
  height: 34px;
  width: 130px;
  height: 34px;
  background-position: -274px 0px;
  color: #f0e6d2;
  font-size: 14px;
  line-height: 34px;
  position: relative;
  text-align: left;
  padding: 0 22px 0 12px;
}

.nav-num .nav-icon-stone,
.nav-num .nav-icon-zs {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.nav-num .nav-icon-stone {
  width: 24px;
  height: 24px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/tc-iocn3.png) no-repeat center top/100%;
}

.nav-num .nav-icon-zs {
  width: 24px;
  height: 24px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/tc-iocn2.png) no-repeat center top/100%;
}

.nav-num .nav-icon-tips {
  width: 16px;
  height: 16px;
  background-position: -360px -35px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
}

.nav-num .nav-icon-add,
.nav-num .nav-icon-zl {
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -8px;
}

.nav-num .nav-icon-add {
  width: 16px;
  height: 16px;
  background-position: -343px -35px;
}

.nav-num .nav-icon-zl {
  width: 16px;
  height: 16px;
  background-position: -377px -35px;
}

.nav-num-ww {
  position: absolute;
  right: 0;
  top: 42px;
}

.nav-num .nav-icon-tips:hover p {
  opacity: 1;
  transform: translateY(0);
}

.nav-ys-hover {
  position: absolute;
  left: 50%;
  bottom: -90px;
  margin-left: -88px;
  width: 138px;
  height: 96px;
  background-position: -135px 0px;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease-out opacity, 0.3s ease-out transform;
  pointer-events: none;
  z-index: 4;
}

.nav-btn-zg {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/nav-btn-zhigou.png) no-repeat center top/100% 100%;
  width: 36px;
  height: 40px;
}

.nav-items a.nav-btn-zg:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -24px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/nav-btn-zhigou-on.png) no-repeat center top/100% 100%;
  width: 44px;
  height: 48px;
  -webkit-animation: ani-nav-btn-fuli 2s linear infinite;
  animation: ani-nav-btn-fuli 2s linear infinite;
}

.nav-items a.nav-btn-miyu {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia//nav-items.png) no-repeat;
  background-size: auto 100%;
  background-position: -40px 0;
}

.pane-title {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pane-title.png) no-repeat center top/100%;
  width: 438.5px;
  height: 93px;
  position: absolute;
  top: 12px;
  left: 174px;
  z-index: 10;
  color: #f0dcbe;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  pointer-events: none;
}

.pane-title-box {
  pointer-events: auto;
  display: flex;
  align-items: center;
  position: absolute;
  top: 83px;
  left: 19px;
}

.countDown {
  width: min-content;
  padding: 0 8px;
  background: rgba(1, 10, 19, 0.7);
  border: rgba(255, 255, 255, 0.4) solid 2px;
  box-sizing: border-box;
  border-radius: 12px;
  height: 23px;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.countDown .countDownTime {
  font-size: 14px;
  font-family: "BeaufortforLOL-Bold";
}
.countDown > svg {
  width: 12px;
  height: 12px;
  margin-right: 1px;
  fill: #fff;
}

.pane-title-tag-rarity {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pane-title-tag-rarity.png) no-repeat center top/100%;
  background-size: 100% 100%;
  width: 71px;
  height: 33px;
  margin-left: 4px;
  margin-right: -7px;
}

.pane-title-tag1 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pane-title-tag1.png) no-repeat;
  background-size: 100% 100%;
  width: 83.5px;
  height: 23px;
  margin-left: 9px;
  cursor: pointer;
}

.pane-title-tag2 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pane-title-tag2.png) no-repeat;
  background-size: 100% 100%;
  width: 83.5px;
  height: 23px;
  margin-left: 8px;
  cursor: pointer;
}

.pane-title-tag {
  position: relative;
}

.pane-title-tag .pane-title-tag-hover {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(0);
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
}

.pane-title-tag:hover .pane-title-tag-hover {
  visibility: visible;
  opacity: 1;
  top: 17px;
  transform: translateX(-50%) translateY(10px);
  pointer-events: auto;
}

.pane-title .gift-list-title1 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-list-title1.png) no-repeat center center/100% 100%;
  text-indent: -9999px;
}

.pane-title .gift-list-title2 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-list-title2.png) no-repeat center center/100% 100%;
  text-indent: -9999px;
}

.pane-title-tag-hover .gift-list-img-mask {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 122px;
  -webkit-mask-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-list-img-mask.png);
  mask-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-list-img-mask.png);
  mask-size: 100% 100%;
}

.pane-title-tag-hover img {
  position: absolute;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 210px;
  height: 122px;
  object-fit: cover;
}

.pane-title-tag-hover .gift-list-img::after {
  content: "";
  display: block;
  width: 215.5px;
  height: 125px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-list-img-border.png) no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pane-title .btn-video {
  width: 35px;
  height: 23px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/init-tag-video.png) no-repeat center top/100% 100%;
  display: block;
  z-index: 1;
  margin-left: 8px;
}

.init-pane .bg {
  background-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/cover.jpg);
}

.init-pane .bg video {
  width: 100%;
  height: 100%;
  display: block;
}

.header, .content, .pane-title {
  opacity: 1;
  transition: 0.3s 0.3s ease-out opacity;
}

.full-screen .header, .full-screen .content, .full-screen .pane-title {
  opacity: 0;
}

.more-pic {
  position: relative;
  width: 221px;
  height: 219px;
  position: absolute;
  top: 264px;
  left: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-pic::before {
  position: absolute;
  content: "";
  display: inline-block;
  position: absolute;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/more-border.png) no-repeat center top/100%;
  width: 193px;
  height: 177.5px;
  pointer-events: none;
}
.more-pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.more-pic img {
  display: none;
}
.more-pic .more-name {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}

.init-tag {
  display: none;
}

.init-tag-rarity {
  width: 140px;
  height: 60px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/init-tag-rarity.png) no-repeat center top/100% 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 467px;
  left: 547px;
  display: none;
}

.gift-owned {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/init-tag-owned.png) no-repeat center top/100% 100%;
  width: 105.5px;
  height: 70.5px;
  position: absolute;
  top: 87px;
  right: 133px;
  font-size: 0;
}
.gift-owned .gift-owned-inner {
  position: absolute;
  top: 43px;
  right: 10px;
}
.gift-owned .gift-owned-inner .price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
}
.gift-owned .gift-owned-inner .price span {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/tc-iocn2.png) no-repeat center top/100% 100%;
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 3px;
}
.gift-owned .gift-owned-inner .price em {
  font-size: 14px;
  color: transparent;
  font-family: "BeaufortforLOL-Bold";
  background: linear-gradient(to bottom, #fffdce 10%, #fffff7 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gift-owned .gift-owned-inner .price .init-owned-line {
  width: 1px;
  height: 13px;
  background: linear-gradient(to bottom, rgba(255, 253, 215, 0) 0%, rgba(255, 253, 215, 0.3) 30%, rgba(255, 253, 215, 0.3) 70%, rgba(255, 253, 215, 0) 100%);
  margin: 4px;
}
.gift-owned .gift-owned-inner .price .text {
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: transparent;
  background: linear-gradient(to bottom, #fffdce 10%, #fffff7 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
}
.gift-owned .gift-owned-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-owned-icon.png) no-repeat center top/100% 100%;
  width: 51px;
  height: 14px;
  margin: 6px 10px 0 0;
  display: none;
}
.gift-owned.show .gift-owned-inner {
  top: 45px;
  right: 16px;
}
.gift-owned.show .price {
  display: none;
}
.gift-owned.show .gift-owned-icon {
  display: block;
}

.init-tag .price.gowned {
  pointer-events: none;
}

.init-tag .gift-owned.show {
  display: block;
}

.init-btns {
  width: 624px;
  position: absolute;
  top: 533px;
  left: 303px;
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.init-btns a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.init-btns a:hover {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.init-btns a.call-btn-one {
  width: 262.5px;
  height: 95.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/call-btn.png) no-repeat center/100%;
}

.init-btns a.call-btn-sum {
  width: 262.5px;
  height: 95.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/call-btn-two.png) no-repeat center/100%;
}

.init-btns .call-btn-text {
  position: relative;
  font-weight: bold;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.init-btns .call-btn-text i {
  display: block;
  flex: none;
  margin-right: 3px;
}

.init-btns .call-btn-one .call-btn-text i {
  width: 25.5px;
  height: 25.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/call-btn-one-icon.png) no-repeat center/100%;
  margin-top: 2px;
}

.init-btns .call-btn-sum .call-btn-text i {
  width: 25.5px;
  height: 25.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/call-btn-two-icon.png) no-repeat center/100%;
  margin-top: 2px;
}

.init-btns .call-btn-text font {
  margin-right: 6px;
  font-family: "BeaufortForLoL-Bold";
  font-size: 20px;
}

.init-btns .call-btn-text font,
.init-btns .call-btn-text strong {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.init-btns .call-btn-text font em {
  margin-right: 4px;
  -webkit-background-clip: unset;
  position: relative;
  font-style: normal;
}

.call-btn-sum .call-btn-text font em {
  margin-right: 2px;
  color: #f58f8f;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #f58f8f;
  position: relative;
  font-style: normal;
}

.init-btns .call-btn-text font em:after {
  content: "";
  width: 107%;
  height: 2px;
  background: #f58f8f;
  position: absolute;
  left: -1%;
  top: 50%;
  margin-top: 0;
}

.init-btns .call-btn-one .call-btn-text font em {
  color: #66d0ba;
  -webkit-text-fill-color: #66d0ba;
  font-weight: bold;
}

.init-btns .call-btn-one .call-btn-text font em:after {
  background: #66d0ba;
}

.init-btns .call-btn-one .call-btn-text font,
.init-btns .call-btn-one .call-btn-text strong {
  color: #defffb;
  background: linear-gradient(to bottom, #defffb 20%, #defffb 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.init-btns .call-btn-sum .call-btn-text font,
.init-btns .call-btn-sum .call-btn-text strong {
  color: #fcefe3;
  background: linear-gradient(to bottom, #fcefe3 20%, #fcefe3 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.init-btns .zhekou {
  line-height: 18px;
  width: 84.5px;
  height: 19px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/call-btn-discount-bg.png) no-repeat center/100%;
  position: absolute;
  left: 50%;
  margin-left: -42px;
  line-height: 19px;
  top: 12px;
  font-size: 10px;
  color: #ec4054;
  font-weight: bold;
  display: none;
}

.init-btns .zhekou span {
  color: #ec4054;
  font-family: "BeaufortForLoL-Bold";
  font-size: 14px;
  font-weight: bold;
  margin: 0 1px;
}

.init-btns .zhekou span,
.init-btns .zhekou em {
  display: inline-block;
  vertical-align: top;
  color: #ec4054;
}

.init-btns .discount .call-btn-text font em,
.init-btns .discount .zhekou {
  display: inline-block;
  vertical-align: top;
}

.info-list {
  position: absolute;
  top: 563px;
  right: 5px;
  font-size: 0;
  text-align: center;
  z-index: 15;
}

.info-list li {
  line-height: 22px;
  height: 22px;
}

.info-list li .continuous,
.info-list li .ticket {
  font-size: 12px;
  position: relative;
  font-weight: bold;
  color: #dce7ed;
  background: linear-gradient(to bottom, #ffd3ca 20%, #fefdfd 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.info-list li .ticket {
  margin: 0 3px;
  text-align: left;
  padding-left: 5px;
  box-sizing: border-box;
}

.info-list li .ticket:nth-of-type(1) {
  text-align: right;
  padding-left: auto;
  padding-right: 5px;
  z-index: 5;
}

.info-list li .ticket span {
  font-family: BeaufortforLOL-Bold;
}

.info-list li .ticket i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10.5px;
  display: none;
}

.info-list li .continuous {
  padding-left: 20px;
}

.info-list li .i-tips {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11.5px;
}

.info-list li .i-tips p {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 162px;
  height: 95px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/tips-hover.png) no-repeat;
  background-size: 100% 100%;
  margin-left: -81px;
  font-size: 11px;
  color: #fff;
  line-height: 16px;
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s ease-out opacity, 0.3s ease-out transform;
  pointer-events: none;
  text-align: justify;
}

.info-list li .i-tips:hover p {
  opacity: 1;
  transform: translateY(0);
}

.info-list li .call-check {
  display: none;
}

.info-list .btn-tick {
  margin-left: 3px;
}

.info-list .call-lab {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 23px;
  line-height: 1;
}

.info-list-qa {
  display: block;
  width: 19.5px;
  height: 20px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/info-list-qa.png) no-repeat center top/100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 3px;
  position: relative;
}
.info-list-qa:hover .info-list-qa-hover {
  display: block;
}

.info-list-qa-hover {
  position: absolute;
  left: 50%;
  margin-left: -166px;
  top: -22px;
  width: 144px;
  box-sizing: border-box;
  height: 60px;
  padding: 0px 5px;
  border-style: solid;
  background: #010A13;
  border-width: 1px;
  border-image: linear-gradient(to bottom, #785A28, #C89B3C) 2;
  color: #A09B8C;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  padding: 5px 5px 10px 5px;
  box-sizing: border-box;
  pointer-events: none;
  display: none;
  -webkit-text-fill-color: initial;
  text-shadow: none;
}
.info-list-qa-hover span {
  color: #F0E6D2;
  font-size: 14px;
}
.info-list-qa-hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 19px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/hover-arrow.png) no-repeat center top/100% 100%;
}

.gift-tips {
  position: absolute;
  top: 130px;
  left: 193px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  display: flex;
  align-items: center;
}

.gift-tips-icon-box {
  display: flex;
  height: 29px;
  align-items: center;
}
.gift-tips-icon-box img {
  display: block;
  width: 29px;
  height: 29px;
  margin-right: 3px;
}

.gift-tips span {
  color: #e4f2ff;
  background: linear-gradient(to bottom, #fff0c6 20%, #fffced 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  display: block;
}

.content--showpbar:after {
  display: block;
  content: "";
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation: fadein 0.3s ease both;
  z-index: 10;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gift-progbar-entrance {
  width: 102.5px;
  height: 92.5px;
  position: absolute;
  left: 563px;
  top: 528px;
  padding-top: 51px;
  box-sizing: border-box;
  z-index: 12;
}
.gift-progbar-entrance::before {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-progbar-entrance.png) no-repeat center top/100%;
  width: 90px;
  height: 71.5px;
  display: block;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.gift-progbar-entrance > img {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gift-progbar-entrance > img[src*=jd-gift1] {
  width: 44px;
  height: auto;
  top: 56%;
}
.gift-progbar-entrance > img[src*=jd-gift2] {
  width: 50px;
  height: auto;
  top: 53%;
  left: 50%;
}
.gift-progbar-entrance > img[src*=jd-gift3] {
  width: 59px;
  height: 44.5px;
  top: 53%;
}
.gift-progbar-entrance > img[src*=jd-gift4] {
  width: 67.5px;
  height: 85.5px;
  top: 44%;
}
.gift-progbar-entrance > span {
  position: absolute;
  right: 25px;
  top: 58px;
  z-index: 1;
  color: #fef7ed;
  font-size: 13px;
  font-family: "BeaufortForLoL-Bold";
  text-align: center;
  z-index: 5;
  text-shadow: 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 2px #000000;
}
.gift-progbar-entrance p {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-progbar-entrance-desc.png) no-repeat center top/100%;
  width: 117.5px;
  height: 30px;
  font-size: 10.5px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 23px;
  z-index: 5;
  box-sizing: border-box;
  padding-bottom: 3px;
  pointer-events: none;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift-progbar-entrance p span {
  color: #fcefe3;
  filter: drop-shadow(rgba(134, 12, 16, 0.6) 0 0 5px) drop-shadow(rgba(134, 12, 16, 0.6) 0 0 5px) drop-shadow(rgba(134, 12, 16, 0.6) 0 0 5px);
}
.gift-progbar-entrance p em {
  font-size: 14px;
  font-family: "BeaufortforLOL-Bold";
  font-style: normal;
  margin-left: 2px;
  margin-right: 3px;
}
.gift-progbar-entrance p.gift-progbar-entrance-unlock {
  display: none;
}
.gift-progbar-entrance.on {
  filter: brightness(1.1);
}
.gift-progbar-entrance.unlock > span {
  display: none;
}
.gift-progbar-entrance.unlock p {
  display: none;
}
.gift-progbar-entrance.unlock p.gift-progbar-entrance-unlock {
  display: flex;
}
.gift-progbar-entrance.unlock::before {
  filter: brightness(0.5);
}
.gift-progbar-entrance.unlock img {
  filter: brightness(0.5);
}
.gift-progbar-entrance.unlock::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-progbar-entrance-on.png) no-repeat center top/100%;
  width: 43.5px;
  height: 36.5px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.gift-progbar {
  position: absolute;
  width: 100%;
  top: 0;
}

.gift-progbar-box {
  width: 627px;
  height: 129px;
  position: absolute;
  left: 57.5%;
  top: 394px;
  z-index: 20;
  visibility: hidden;
  transform: translate(-50%, 25px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.gift-progbar-box.show {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}

.gift-progbar-area {
  display: block;
  background: transparent;
  width: 100%;
  height: 160%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 60% 50%, 60% 100%, 40% 100%, 40% 50%, 0% 50%);
}

.gift-progbar .pbar {
  width: 484px;
  height: 10.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/progress-bar.png) no-repeat center left;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
}

.gift-progbar .pbar-line {
  width: 0%;
  height: 100%;
  position: relative;
}

.gift-progbar .pbar-line span {
  display: block;
  width: 100%;
  height: 9.5px;
  overflow: hidden;
  position: absolute;
  left: 0.5px;
  top: 50%;
  transform: translateY(-50%);
}

.gift-progbar .pbar-line span i {
  display: block;
  width: 483px;
  height: 9.5px;
  background-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pbar-line.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 2.5px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.gift-progbar .jd-drop {
  width: 120%;
  height: 100%;
  position: absolute;
  top: -52px;
  left: 0px;
  padding-left: 10px;
  color: #fff;
  font-size: 0;
  z-index: 1;
  text-align: left;
}
.gift-progbar .jd-drop > p {
  position: absolute;
  left: -40px;
  top: 24px;
  white-space: nowrap;
  color: #fff;
  font-size: 10px;
  display: none;
}
.gift-progbar .jd-drop a {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  position: relative;
  margin-left: 32px;
}
.gift-progbar .jd-drop .jd-gift-box {
  width: 48px;
  height: 48px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.gift-progbar .jd-drop .gift-box {
  display: block;
  margin: 0 auto;
  padding-top: 6px;
  box-sizing: border-box;
  position: relative;
  width: 46px;
  height: 46.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pbar-gift-box.png) no-repeat center top/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gift-progbar .jd-drop .gift-box img {
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.gift-progbar .jd-drop .gift-box img[src*=jd-gift1] {
  height: 30px;
}
.gift-progbar .jd-drop .gift-box img[src*=jd-gift2] {
  height: 25px;
}
.gift-progbar .jd-drop .gift-box img[src*=jd-gift3] {
  width: 59px;
  height: 44.5px;
  top: 51%;
  left: 64%;
}
.gift-progbar .jd-drop .jd-gift-name {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  z-index: 1;
  color: #ffffff;
  font-size: 11px;
  font-family: "BeaufortForLoL-Bold";
  text-align: center;
  text-shadow: 0 0 1px rgba(90, 11, 11, 0.85), 0 0 1px rgba(90, 11, 11, 0.85), 0 0 1px rgba(90, 11, 11, 0.85), 0 0 1px rgba(90, 11, 11, 0.85);
}
.gift-progbar .jd-drop .jd-gift-box .jd-gift-checked {
  width: 32px;
  height: 28.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pbar-gift-checked.png) no-repeat center top/100%;
  display: none;
}
.gift-progbar .jd-drop .pbar-num {
  width: 37px;
  height: 12.5px;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 13px auto 0;
  font-size: 12.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pbar-num.png) no-repeat;
  background-size: 100% 100%;
  color: #741c07;
  text-shadow: 0 0 1px #434343, 0 0 1px #434343, 0 0 1px #434343, 0 0 1px #434343;
  line-height: 25px;
  text-align: center;
  font-family: "BeaufortforLOL-Bold";
  text-indent: -9999px;
}
.gift-progbar .jd-drop a.on {
  filter: none;
  pointer-events: auto;
  cursor: pointer;
}
.gift-progbar .jd-drop a.on .pbar-num {
  color: #ffffff;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pbar-num-on.png) no-repeat center top/100%;
}
.gift-progbar .jd-drop a.done .jd-gift-box .jd-gift-checked {
  display: block;
}
.gift-progbar .jd-drop a.done .gift-box {
  filter: brightness(0.5);
}
.gift-progbar .jd-drop a.done .pbar-num {
  color: #fefeff;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pbar-num-on.png) no-repeat center top/100%;
}
.gift-progbar .jd-drop a:hover,
.gift-progbar .jd-drop a.on:hover {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.gift-progbar .jd-drop a .hover {
  position: absolute;
  left: 50%;
  width: 126px;
  box-sizing: border-box;
  height: 30px;
  border-width: 1.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/progress-hover.png) no-repeat center top/100%;
  margin-left: -63px;
  top: -40px;
  font-size: 12px;
  padding-bottom: 5px;
  box-sizing: border-box;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
  transform: translateY(-10px);
  transition: 0.3s ease-out visibility, 0.3s ease-out opacity, 0.3s ease-out transform;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift-progbar .jd-drop a .hover em {
  color: #f6bc84;
  font-style: normal;
  font-size: 0.9em;
  opacity: 0.8;
}
.gift-progbar .jd-drop a.jd-20 .hover, .gift-progbar .jd-drop a.jd-50 .hover {
  height: 45px;
  top: -55px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/progress-hover2.png) no-repeat center top/100%;
}
.gift-progbar .jd-drop a:hover .hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.num-list {
  list-style: none;
  width: 120%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0px;
  padding-left: 10px;
  text-align: left;
  font-size: 0;
  pointer-events: none;
  z-index: 4;
}
.num-list li {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  position: relative;
  margin-left: 32px;
  font-size: 12px;
  color: #741c07;
  line-height: 12px;
  text-align: center;
  font-family: "BeaufortforLOL-Bold";
}
.num-list li.on, .num-list li.done {
  color: #741c07;
}

.pbar-desc {
  position: absolute;
  top: 87px;
  right: 62px;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
  box-sizing: border-box;
  font-weight: bold;
  font-weight: normal;
  pointer-events: none;
  background: linear-gradient(to bottom, #ffd3cb 20%, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.pbar-desc span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

.pbar-curnum {
  position: absolute;
  left: 84px;
  top: 86px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  text-align: left;
  background: linear-gradient(to bottom, #ffd3cb 20%, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pbar-curnum span {
  font-family: "BeaufortForLoL-Bold";
  font-size: 12px;
}

.gift-dh {
  width: 127.5px;
  height: 76.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-dh.png) no-repeat center center/100% 100%;
  box-sizing: border-box;
  position: absolute;
  top: 86.5px;
  right: 16px;
  padding: 13px 11px 0;
}

.gift-dh .num-box {
  display: flex;
  justify-content: flex-start;
}

.gift-dh .gift-dh-daibi {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0;
}

.gift-dh .num-box p {
  font-weight: bold;
  font-size: 11px;
  height: 19px;
  line-height: 19px;
  font-weight: bold;
  font-family: "BeaufortforLOL-Bold";
}

.have-box {
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
}

.have-current {
  color: #f7edc9;
  font-size: 10px;
  font-weight: bold;
  margin-left: 5px;
  white-space: nowrap;
}

.gift-dh .have {
  color: #fdefcb;
  display: none;
}

.gift-dh .num {
  min-width: 30px;
  height: 22px;
  color: #f7edc9;
  border-radius: 2.5px;
  margin-left: 5px;
  text-align: center;
  padding: 0 2.5px;
}

.gift-dh .gift-dh-exchangeshop {
  display: block;
  width: 92.5px;
  height: 21.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-dh-exchangeshop.png) no-repeat center center/100% 100%;
  color: #ccf8ff;
  font-size: 12.5px;
  font-weight: bold;
  line-height: 21.5px;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 5px;
  margin: 2px auto 0;
  z-index: 10;
}
.gift-dh .gift-dh-exchangeshop span {
  background: linear-gradient(to bottom, #ffeebd 10%, #fffefc 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--other-color);
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5));
}

.gift-dh .hover {
  position: absolute;
  left: -100px;
  top: 0px;
  width: 97.5px;
  height: 319px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/main-spr.png");
  background-position: 0px -226px;
  background-size: 688.5px 545px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: 0.3s ease-out visibility, 0.3s ease-out opacity, 0.3s ease-out transform;
  pointer-events: none;
  box-sizing: border-box;
  padding-right: 5px;
  z-index: 10;
}

.gift-dh:hover .hover {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.add-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.gift-dh .add-list li {
  width: 71px;
  height: 71px;
  position: relative;
}
.gift-dh .add-list li::after {
  display: block;
  content: "";
  width: 71px;
  height: 71px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/main-spr.png");
  background-position: -402px -217.5px;
  background-size: 688.5px 545px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gift-dh .add-list li:nth-last-child(1) {
  margin-bottom: 0;
}

.gift-dh .add-list img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url("//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/main-spr.png");
  -webkit-mask-position: -198.5px -226px;
  -webkit-mask-size: 688.5px 545px;
}

.gift-list {
  position: absolute;
  left: 868px;
  top: 217px;
}

.gift-list li {
  position: relative;
  margin-bottom: 4px;
}

.gift-list-title {
  margin: 0 auto -9px;
  width: 103.5px;
  height: 39px;
  color: var(--main-color);
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

.gift-list-title1 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-list-title1.png) no-repeat center center/100% 100%;
  text-indent: -9999px;
}

.gift-list-title2 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-list-title2.png) no-repeat center center/100% 100%;
  text-indent: -9999px;
}

.gift-list-img {
  width: 210px;
  height: 122px;
  position: relative;
}

.gift-list .gift-list-img-mask {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 122px;
  -webkit-mask-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-list-img-mask.png);
  mask-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-list-img-mask.png);
  mask-size: 100% 100%;
}

.gift-list-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  display: block;
  width: 210px;
  height: 122px;
  object-fit: cover;
}

.gift-list .gift-list-img::after {
  content: "";
  display: block;
  width: 215px;
  height: 125px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-list-img-border.png) no-repeat center center/100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-box {
  width: 116.5px;
  height: 180px;
  position: absolute;
  top: 187.5px;
  right: 19px;
  z-index: 10;
}
.add-box img {
  display: block;
  width: 116.5px;
  height: 109px;
}

.gift-send {
  width: 125.5px;
  height: 130.5px;
  z-index: 20;
  position: absolute;
  top: 167px;
  right: 15px;
}
.gift-send::before {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-send1.png) no-repeat center center/100% 100%;
  width: 125.5px;
  height: 130.5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.gift-send .gift-send-btn {
  width: 95px;
  height: 33.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-send-btn.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 16px;
  top: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift-send .gift-send-btn span {
  background: linear-gradient(to bottom, #ffeebe 10%, #fffefb 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12.5px;
  font-weight: bold;
  color: #f7feff;
}
.gift-send .gift-send-btn.gray {
  pointer-events: none;
  filter: grayscale(1) !important;
}
.gift-send .gift-hover {
  display: none;
  position: absolute;
  left: 50%;
  top: 118px;
  margin-left: -102.25px;
}
.gift-send .gift-hover .gift-hover-inner {
  width: 176.5px;
  height: 56px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-send-hover.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.gift-send .gift-hover .gift-hover-inner span {
  display: block;
  font-size: 10px;
  color: #ffffff;
}
.gift-send .gift-hover .gift-hover-inner strong, .gift-send .gift-hover .gift-hover-inner em {
  font-weight: bold;
  font-size: 11px;
  color: #fff1c9;
  width: 94%;
  font-style: normal;
}
.gift-send .gift-hover .gift-hover-inner i {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-tips-icon1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 2px;
}
.gift-send:hover .gift-hover {
  display: block;
}

.gift-send2 {
  height: 105.5px;
  z-index: 10;
  top: 306px;
}
.gift-send2::before {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/gift-send2.png) no-repeat center center/100% 100%;
  width: 125.5px;
  height: 105.5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.gift-send2 img {
  height: 105.5px;
}
.gift-send2 .gift-hover {
  top: 111px;
}
.gift-send2 .gift-hover .gift-hover-inner {
  height: 76px;
}
.gift-send2 .gift-send-btn {
  top: 76px;
}

.ad {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/tmo.png) no-repeat center top/100%;
  width: 180px;
  height: 106px;
  position: absolute;
  left: 177px;
  top: 378px;
  z-index: 2;
}

.tip-costContent {
  position: absolute;
  left: 24px;
  bottom: 10px;
  z-index: 6;
}

.cover-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: opacity 0.3s ease-out;
  opacity: 1;
  display: none;
}

.cover-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover-video .btn-skip {
  position: absolute;
  right: 38px;
  top: 130px;
  z-index: 9;
  width: 67px;
  height: 32px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/cover-video-btn-skip.png) no-repeat;
  background-size: 100% 100%;
}

.cover-video .video-lab {
  position: absolute;
  right: 130px;
  top: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 23px;
  line-height: 23px;
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 2px 9.1px rgba(54, 12, 15, 0.9);
  z-index: 3;
}

.cover-video .btn-tick {
  margin-left: 4px;
}

.cover-video .call-check {
  display: none;
}

html.start .cover-video {
  opacity: 0;
  pointer-events: none;
  background: transparent;
}

.lef-vdbox {
  width: 189px;
  height: 121px;
  position: absolute;
  top: 366px;
  left: 202px;
}

.lef-tit {
  margin: 0 auto 3px;
}

.lef-tit1 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/lef-tit1.png) no-repeat center top/100% 100%;
  width: 158px;
  height: 23px;
}

.lef-vdbx {
  width: 189px;
  height: 106px;
  position: relative;
}

.lef-vdbx1 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/lef-vdbx1.png) no-repeat center top/100% 100%;
}

.lef-vdbx2 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/lef-vdbx2.png) no-repeat center top/100% 100%;
}

.lef-vdbtn {
  display: block;
  width: 100%;
  height: 100%;
}

.lef-vdbtn::after {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/lef-vdbtn.png) no-repeat center top/100% 100%;
  width: 48.5px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gray {
  -webkit-filter: opacity(0.5);
  -moz-filter: opacity(0.5);
  -ms-filter: opacity(0.5);
  -o-filter: opacity(0.5);
  filter: opacity(0.5);
  pointer-events: none;
}

.mob-show, .show-m {
  display: none !important;
}

.midas_minipay_dialog_wrap_no_border {
  margin-top: -52px;
}

.bg::before {
  display: none !important;
}

.wrap {
  height: 640px;
}

.header {
  display: none !important;
}

.cover-video {
  height: 640px;
  top: 80px;
}

.cover-video .btn-skip {
  top: 50px;
}

.pane-wrap {
  height: 720px;
  margin-top: -80px;
}

#coverVideo {
  position: relative;
}

#coverVideo video {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

#coverVideo.fade-out video {
  opacity: 0;
}

.video-pc {
  display: none;
}

.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;
}

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

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

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

.pop-bd.pop-bd--large {
  width: 471.5px;
  height: 408.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/popbg-large.png) no-repeat center top/100%;
  margin-top: 16px;
  padding-top: 25px;
}
.pop-bd.pop-bd--large .pop-close {
  position: absolute;
  top: 0;
  right: -41px;
  width: 30px;
  height: 30px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-close4.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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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;
  font-size: 12px;
  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/a20260122mythmakerlrelia/pop-checkbox-checked.png);
}
.pop-checkbox .pop-checkbox-icon {
  background-repeat: no-repeat;
  background-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-btn-confirm-hover.png);
}

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

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

.pop-icon-stone-lg {
  display: block;
  margin: 0 auto 10px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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-around;
}

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

#popComm2 {
  z-index: 1001;
}

#popGiftCover {
  z-index: 999;
}

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

.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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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: 100px;
  margin: 5px auto 0;
}

.pop-gift-bd {
  height: 100%;
  padding-top: 107px;
  position: relative;
  z-index: 2;
}

#popGiftBdw .pop-gift-bd {
  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: #ffdad0;
  background: linear-gradient(to bottom, #ffdad0 20%, #ffece6 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

@keyframes ani-gift-tag {
  0% {
    background-position: 0 0;
  }
  2.08% {
    background-position: 16.6666666667% 0%;
  }
  4.17% {
    background-position: 0% 16.6666666667%;
  }
  6.25% {
    background-position: 16.6666666667% 16.6666666667%;
  }
  8.33% {
    background-position: 33.3333333333% 0%;
  }
  10.42% {
    background-position: 33.3333333333% 16.6666666667%;
  }
  12.50% {
    background-position: 0% 33.3333333333%;
  }
  14.58% {
    background-position: 16.6666666667% 33.3333333333%;
  }
  16.67% {
    background-position: 33.3333333333% 33.3333333333%;
  }
  18.75% {
    background-position: 50% 0%;
  }
  20.83% {
    background-position: 50% 16.6666666667%;
  }
  22.92% {
    background-position: 50% 33.3333333333%;
  }
  25.00% {
    background-position: 0% 50%;
  }
  27.08% {
    background-position: 16.6666666667% 50%;
  }
  29.17% {
    background-position: 33.3333333333% 50%;
  }
  31.25% {
    background-position: 50% 50%;
  }
  33.33% {
    background-position: 66.6666666667% 0%;
  }
  35.42% {
    background-position: 66.6666666667% 16.6666666667%;
  }
  37.50% {
    background-position: 66.6666666667% 33.3333333333%;
  }
  39.58% {
    background-position: 66.6666666667% 50%;
  }
  41.67% {
    background-position: 0% 66.6666666667%;
  }
  43.75% {
    background-position: 16.6666666667% 66.6666666667%;
  }
  45.83% {
    background-position: 33.3333333333% 66.6666666667%;
  }
  47.92% {
    background-position: 50% 66.6666666667%;
  }
  50.00% {
    background-position: 66.6666666667% 66.6666666667%;
  }
  52.08% {
    background-position: 83.3333333333% 0%;
  }
  54.17% {
    background-position: 83.3333333333% 16.6666666667%;
  }
  56.25% {
    background-position: 83.3333333333% 33.3333333333%;
  }
  58.33% {
    background-position: 83.3333333333% 50%;
  }
  60.42% {
    background-position: 83.3333333333% 66.6666666667%;
  }
  62.50% {
    background-position: 0% 83.3333333333%;
  }
  64.58% {
    background-position: 16.6666666667% 83.3333333333%;
  }
  66.67% {
    background-position: 33.3333333333% 83.3333333333%;
  }
  68.75% {
    background-position: 50% 83.3333333333%;
  }
  70.83% {
    background-position: 66.6666666667% 83.3333333333%;
  }
  72.92% {
    background-position: 83.3333333333% 83.3333333333%;
  }
  75.00% {
    background-position: 100% 0%;
  }
  77.08% {
    background-position: 100% 16.6666666667%;
  }
  79.17% {
    background-position: 100% 33.3333333333%;
  }
  81.25% {
    background-position: 100% 50%;
  }
  83.33% {
    background-position: 100% 66.6666666667%;
  }
  85.42% {
    background-position: 100% 83.3333333333%;
  }
  87.50% {
    background-position: 0% 100%;
  }
  89.58% {
    background-position: 16.6666666667% 100%;
  }
  91.67% {
    background-position: 33.3333333333% 100%;
  }
  93.75% {
    background-position: 50% 100%;
  }
  95.83% {
    background-position: 66.6666666667% 100%;
  }
  97.92%, 100% {
    background-position: 83.3333333333% 100%;
  }
}
.pop-gift-box {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-gift-box-bg.png) no-repeat center/100%;
  margin: 80px auto 0;
  width: 323px;
  height: 289.5px;
  position: relative;
  width: 318px;
  height: 285px;
}
.pop-gift-box::before {
  content: "";
  width: 380px;
  height: 380px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-gift-img-strong2-border.png);
  width: 380px;
  height: 380px;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
}
.pop-gift-box .pop-gift-img {
  width: 100%;
  height: 100%;
  mask: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-ten-mask.png) no-repeat center/100%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-ten-mask.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pop-gift-box .pop-gift-img img {
  display: block;
  width: 100%;
  height: 100%;
  height: 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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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: 10px;
  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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-gift-tag-xc-txt.png);
}
.pop-gift-box.bsNum500 .pop-gift-tag::after {
  background-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-gift-tag-xybj-txt.png);
}

.pop-gift-name {
  width: 100%;
  height: 52px;
  position: absolute;
  left: 0;
  bottom: -72px;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  font-size: 15px;
  color: #ffd8cd;
  word-break: keep-all;
  background: linear-gradient(to bottom, #ffdcd2 20%, #fff7f4 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.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: 15px;
  line-height: 34px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-gift-btn.png) no-repeat center/100%;
  width: 139.5px;
  height: 32.5px;
  border: none;
}
.pop-gift-btmline a span {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffefc0;
  background: linear-gradient(to bottom, #ffefc0 20%, #fff7e2 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.pop-gift-ten-lt {
  width: 900px;
  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/a20260122mythmakerlrelia/pop-gift-box-bg.png) no-repeat center/100%;
  width: 147px;
  height: 135px;
  width: 152.64px;
  height: 136.8px;
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.pop-gift-ten-lt li::before {
  content: "";
  width: 182.4px;
  height: 182.4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/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: 182.4px;
  height: 182.4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-gift-box-border2.png) no-repeat center top/100%;
  pointer-events: none;
  z-index: 3;
}
.pop-gift-ten-lt li .pop-gift-ten-img p {
  width: 100%;
  height: 100%;
}
.pop-gift-ten-lt li.pop-gift-tag-cs::before, .pop-gift-ten-lt li.pop-gift-tag-new::before, .pop-gift-ten-lt li.pop-gift-tag-xc::before, .pop-gift-ten-lt li.bsNum500::before {
  content: "";
  background-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-gift-img-strong2-border.png);
  width: 182.4px;
  height: 182.4px;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
}
.pop-gift-ten-lt li .pop-gift-ten-img {
  width: 100%;
  height: 100%;
  mask: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-ten-mask.png) no-repeat center/100%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-ten-mask.png) no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.pop-gift-ten-lt li .pop-gift-ten-img img {
  display: block;
  width: 100%;
  height: 100%;
  height: 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: 130.56px;
}
.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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-gift-tag-xybj-txt.png);
}

.pop-gift-ten-name {
  width: 80px;
  color: #e6dfe0;
  font-size: 12px;
  text-align: center;
  margin: 145px 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: 11px;
}

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

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

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

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

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

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

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

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

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

.pop-gift-ten .pop-gift-ten-lt li:nth-child(11)::after {
  content: "";
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-gift-ten-icon.png) no-repeat;
  background-size: 100% 100%;
  width: 84.5px;
  height: 19.5px;
  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.9);
  margin: 80px 10px 0;
}

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

.pop-gift-qipan .pop-gift-btmline .call-one {
  width: 262.5px;
  height: 95.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-call-btn2.png) no-repeat center center/100% 100%;
  font-weight: bold;
  box-sizing: border-box;
  padding-top: 0px;
}
.pop-gift-qipan .pop-gift-btmline .call-one span {
  font-size: 17px;
  color: #ffecb0;
  background: linear-gradient(to top, #ffecb0 20%, #e8d2c2 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: none;
}

.pop-gift-qipan .pop-gift-btmline .call-sum {
  width: 262.5px;
  height: 95.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-call-btn1.png) no-repeat center center/100% 100%;
  box-sizing: border-box;
  font-weight: bold;
  box-sizing: border-box;
  padding-top: 0px;
}
.pop-gift-qipan .pop-gift-btmline .call-sum span {
  font-size: 17px;
  color: #deffec;
  background: linear-gradient(to top, #deffec 20%, #edfbf3 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: none;
}

.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;
}

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

.pop-gift-bdw-box {
  width: 478px;
  height: 283.5px;
  position: relative;
  margin: 52px auto 0;
}

.pop-gift-bdw-box img {
  width: 491.5px;
  height: 287px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-gift-bdw-mask.png) no-repeat center/100%;
  mask: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-gift-bdw-mask.png) no-repeat center/100%;
  object-fit: cover;
}

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

.pop-gift-bdw-name {
  text-align: center;
  font-size: 16px;
  color: #ffe9e2;
  margin: 15px 0;
  font-weight: bold;
  background: linear-gradient(to bottom, #ffded4 20%, #f7f0ee 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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/a20260122mythmakerlrelia/pop-recharge-r.png) no-repeat;
  background-size: 100% 100%;
}

.pop-recharge-r-pic1 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-exchange-icon-sub.png) no-repeat center top/100% 100%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-exchange-icon-add.png) no-repeat center top/100% 100%;
  -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-exchange-num-bg.png) no-repeat center top/100%;
  margin-top: 16px;
  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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-btn-confirm-hover.png);
}
#popRechargeNotice4 .pop-confirm.gray,
#popRechargeNotice5 .pop-confirm.gray {
  background-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-btn-cancel-hover.png);
}
#popRechargeNotice4 .pop-cancle.gray,
#popRechargeNotice5 .pop-cancle.gray {
  background-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-exchange-num-bg.png) no-repeat center top/100%;
  margin-top: 16px;
  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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-btn-confirm-hover.png);
}
.pop-giftList .item .exchange-btn.gray {
  background-image: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/hover-arrow.png) no-repeat center top/100% 100%;
}

.pop-exchange .pop-giftList .item:nth-child(3) .name,
.pop-exchange .pop-giftList .item:nth-child(4) .name {
  font-size: 11px;
}

.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/a20260122mythmakerlrelia/pop-close4.png) no-repeat center top/100%;
}

.pop-thfl .pop-title span {
  color: #83efff;
  background: linear-gradient(to bottom, #ef6560 20%, #e32c37 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: 181.5px;
  height: 9.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-title-line.png) no-repeat center center/100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -16px;
  pointer-events: none;
}

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

.pop-thfl .pop-thfl-ul .name {
  background: linear-gradient(to bottom, #f35a53 20%, #f62a31 80%);
  -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, .pop-thfl .pop-thfl-ul .name::after {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-thfl-deco1.png) no-repeat center center/100% 100%;
  width: 26.5px;
  height: 5px;
  margin: 0 4px;
}
.pop-thfl .pop-thfl-ul .name::after {
  transform: scale(-1, 1);
}

.pop-thfl .pop-thfl-propbg {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0 auto;
  margin-top: 5px;
}
.pop-thfl .pop-thfl-propbg::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-img-border-middle3.png) no-repeat center center/100% 100%;
  width: 157.5px;
  height: 158.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.pop-thfl .pop-thfl-propbg img {
  width: 150px;
  height: 150px;
  border-radius: 4px 0 4px 0;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-thfl .pop-thfl-tips {
  color: #a55f2c;
  font-size: 12px;
  line-height: 14px;
  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: 15px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}

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

.pop-thfl .pop-thfl-ul .discount {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/discount.png) no-repeat center center/100% 100%;
  width: 63px;
  height: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  color: #096c5a;
  font-size: 12px;
  line-height: 13px;
  font-family: "BeaufortForLoL-Bold";
}

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

.pop-thfl .pop-btn-confirm,
.pop-thfl .pop-btn-cancel {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-btn-confirm2.png) no-repeat center center/100% 100%;
  width: 154px;
  height: 32.5px;
}
.pop-thfl .pop-btn-confirm span,
.pop-thfl .pop-btn-cancel span {
  background: linear-gradient(to bottom, #deffec 20%, #badacd 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12.5px;
}
.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-btn-confirm {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-btn-confirm2_2.png) no-repeat center center/100% 100%;
}
.pop-thfl .pop-btn-confirm span {
  background: linear-gradient(to bottom, #fff2cc 20%, #fffbf3 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12.5px;
}
.pop-thfl .pop-btn-confirm.gray {
  opacity: 0.7;
  filter: saturate(0.7);
  pointer-events: none;
}
.pop-thfl .pop-btn-confirm .discount {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/discount2.png) no-repeat center center/100% 100%;
  color: #db2f2a;
}

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

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

.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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-jsfl-bg.png) no-repeat center top/100% 100%;
  width: 805px;
  height: 408px;
  padding-top: 25px;
  box-sizing: border-box;
}
.pop-jsfl .pop-bd .pop-title {
  margin-bottom: 20px;
}

.pop-jsfl .pop-close {
  position: absolute;
  top: 15px;
  right: -29.5px;
  width: 20px;
  height: 20px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-close4.png) no-repeat center top/100%;
}

.pop-jsfl .pop-title span {
  background: linear-gradient(to bottom, #ee635f, #e32c37);
  -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: 181.5px;
  height: 9.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-title-line.png) no-repeat center center/100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -18px;
  pointer-events: none;
}

.jsfl-content {
  width: 754px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 10px;
}
.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/a20260122mythmakerlrelia/jsfl-line.png) no-repeat center top/100% 100%;
}
.jsfl-content .jsfl-right {
  width: 706px;
  color: #a55f2c;
  margin: 23px auto 0;
}
.jsfl-content .jsfl-right > p {
  font-size: 11px;
  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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/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 {
  display: flex;
  justify-content: center;
  text-align: center;
}

.pop-jsfl .pop-jsfl-ul li {
  display: block;
  width: 148px;
  margin: 0 8px;
  position: relative;
}

.pop-jsfl .pop-jsfl-ul .pop-fl-fo1 {
  color: #4953b2;
  background: linear-gradient(to bottom, #f35a53 20%, #f62a31 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  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);
  font-weight: bold;
}

.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/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-img-border-middle-mask.png) no-repeat center center/100% 100%;
  background-size: 148px 148px;
}

.pop-jsfl .pop-fl-fo2 {
  color: #d0f7ff;
  font-size: 12px;
  height: 41px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pop-jsfl .pop-jsfl-ul a,
.pop-jsfl .jsfl-left a {
  margin: 0 auto 0;
  background: url("//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-btn-confirm2_2.png") no-repeat center center/100%;
  width: 153.5px;
  height: 32.5px;
  padding-bottom: 0;
  position: relative;
  margin-left: -7.5px;
}
.pop-jsfl .pop-jsfl-ul a span,
.pop-jsfl .jsfl-left a span {
  background: linear-gradient(to bottom, #fff2cc, #fffbf3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12.5px;
  font-weight: bold;
}

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

.jsfl-right .discount {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/discount.png) no-repeat center center/100% 100%;
  width: 64.5px;
  height: 19.5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.25;
  font-family: "BeaufortForLoL-Bold";
}

.pop-share {
  width: 1055px;
  height: 640px;
}

.pop-share .pop-bd {
  padding-top: 261px;
  margin-top: 40px;
  width: 363px;
  height: 574.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/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/a20260122mythmakerlrelia/pop-share-img.png) no-repeat center top/100%;
  width: 147px;
  height: 147px;
  padding-top: 12px;
  position: absolute;
  right: -150px;
  bottom: 4px;
}

.pop-share .pop-share-img img {
  display: block;
  width: 128px;
  height: 128px;
  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: 156px;
  right: -163px;
}

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

.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;
  display: none;
}

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

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

.pop-share .summoner-tips span {
  display: block;
  width: 12px;
  height: 18.5px;
  line-height: 17px;
  font-size: 13px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-share-summoner-tips-num.png) no-repeat center top/100%;
  text-align: center;
  margin: 0 2px;
  color: #f02828;
  font-family: "BeaufortforLOL-Bold";
}

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

.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);
  }
}
.pop-video-bd {
  width: 700px;
  height: 400px;
  margin: -200px 0 0 -350px;
  position: absolute;
  left: 57%;
  top: 50%;
}

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

.pop-video .pop-close:after,
.pop-video .pop-close:before {
  position: absolute;
  left: 13px;
  top: 0;
  content: " ";
  height: 28px;
  width: 2px;
  border-radius: 2px;
  background-color: #fff;
}

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

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

.pop-video .video-play {
  width: 100%;
  height: 100%;
  background: #000;
  border: 2px solid transparent;
  border-image: linear-gradient(45deg, #ccb492, #fff) 1/1/0 stretch;
  position: relative;
  z-index: 2;
}

@font-face {
  font-family: "BEAUFORTFORLOL-BOLD";
  src: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/BEAUFORTFORLOL-BOLD.TTF);
}
.pop-bd.pop-bd-small {
  width: 333px;
  height: 181.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-miyu-bg.png) no-repeat 0 0/100%;
  padding-top: 11.5px;
}
.pop-bd.pop-bd-small .pop-close {
  width: 16.5px;
  height: 16.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-miyu-close.png) no-repeat 0 0/100%;
  top: 3px;
  right: -12px;
}

.pop-bd.pop-bd-small:before {
  content: "";
  width: 127px;
  height: 115.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-miyu-icon-l.png) no-repeat 0 0/100%;
  position: absolute;
  bottom: 9px;
  left: -40px;
  z-index: 1;
  pointer-events: none;
}

.pop-miyu .pop-title {
  margin-bottom: 0;
}

.pop-miyu .pop-title span {
  background: linear-gradient(to bottom, #de94ff 40%, #97f5ff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  line-height: 1;
}

.pop-miyu .pop-title span::after {
  content: "";
  display: block;
  width: 213.5px;
  height: 9.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-title-line2.png) no-repeat center center/100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -59px;
  pointer-events: none;
}

.pop-miyu .pop-subtit {
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 18.5px;
  color: #e8affa;
  text-align: center;
  margin-top: 8px;
}

.pop-miyu .pop-input-box {
  width: 159px;
  height: auto;
  margin: 29px auto 0;
  position: relative;
}

.pop-miyu .pop-input-box .pop-input {
  width: 159px;
  height: 19px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-miyu-input.png) no-repeat 0 0/100%;
  position: relative;
}

.pop-miyu .pop-input-box .pop-input input {
  width: 110px;
  height: 19px;
  background: none;
  outline: none;
  border: 0;
  font-size: 12px;
  color: #957fdf;
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding-left: 10px;
}

.pop-miyu .pop-input-box .pop-input input::-ms-input-placeholder {
  color: #957fdf;
}

.pop-miyu .pop-input-box .pop-input input::-webkit-input-placeholder {
  color: #957fdf;
}

.pop-miyu .pop-input-box .pop-btn {
  width: 63px;
  height: 20px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-miyu-btn.png) no-repeat 0 0/100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}

.pop-miyu .pop-input-box .pop-btn span {
  background: linear-gradient(to bottom, #f2c9fe 20%, #fffdff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 2px #9058ee);
}

.pop-miyu .pop-miyu-rule {
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 17px;
  color: #e8affa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
}

.pop-miyu .pop-miyu-qa {
  width: 13.5px;
  height: 14px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-miyu-qa.png) no-repeat center top/100% 100%;
  position: relative;
  margin-left: 5px;
  z-index: 5;
}

.pop-miyu .pop-miyu-qa .pop-miyu-qa-hover {
  width: 529px;
  height: 289.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-miyu-qa-hover.png) no-repeat center top/100%;
  position: absolute;
  left: 50%;
  top: -300px;
  margin-left: -290px;
  padding: 10px 20px 0;
  z-index: 2;
  display: none;
}

.pop-miyu .pop-miyu-qa .pop-miyu-qa-hover p {
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-align: center;
  position: relative;
}

.pop-miyu .pop-miyu-qa .pop-miyu-qa-hover p.qa-txt2 {
  text-align: justify;
  padding: 0 20px;
}

.pop-miyu .pop-miyu-qa .pop-miyu-qa-hover p.qa-txt:before {
  content: "";
  width: 11px;
  height: 10px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-miyu-qa-icon.png) no-repeat 0 0/100%;
  position: absolute;
  left: 0;
  top: 3px;
  pointer-events: none;
}

.pop-miyu .pop-rule-table {
  margin: 11px auto;
}

.pop-miyu .pop-miyu-qa-hover .pop-rule-table td {
  width: 50%;
  height: 22px;
  border: #7f757a solid 1px;
  color: #fff;
}

.pop-miyu .pop-miyu-qa-hover .pop-rule-table td p {
  text-align: center;
}

.pop-miyu .pop-miyu-qa:hover .pop-miyu-qa-hover {
  display: block;
}

.pop-bd.pop-collection {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-bd-collection.png) no-repeat center top/100%;
  width: 572px;
  height: 384px;
  padding-top: 15px;
}

.pop-bd.pop-collection .pop-close {
  position: absolute;
  top: 0;
  right: -42px;
  width: 32px;
  height: 32px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-close4.png) no-repeat center top/100%;
}

.pop-bd.pop-collection .pop-title span {
  color: #ef6560;
  background: linear-gradient(to bottom, #ef6560 20%, #e32c37 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  line-height: 28px;
}
.pop-bd.pop-collection .pop-title span::after {
  content: "";
  display: block;
  width: 181.5px;
  height: 9.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-title-line.png) no-repeat center center/100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -16px;
  pointer-events: none;
}

.pop-bd.pop-collection .text {
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
  font-size: 9px;
  color: #a55f2c;
  line-height: 12px;
  font-weight: bold;
}

.pop-bd.pop-collection .pop-collection-box {
  width: 524px;
  height: 243px;
  margin: 15px auto 0;
  background: rgba(128, 34, 27, 0.1);
  border-radius: 6px;
  display: flex;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 {
  width: 306px;
  margin: 31px 0 0 0;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 .pop-collection-num {
  display: block;
  width: 98px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #f4313a;
  background: #fee8dd;
  border-radius: 10px;
  font-weight: bold;
  box-sizing: border-box;
  border: #fc4443 solid 1px;
  margin: 0 auto;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 .pop-collection-num span {
  font-family: "BEAUFORTFORLOL-BOLD";
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 9px auto 0;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul li {
  width: 139px;
  margin: 0 4px;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .pic {
  display: block;
  width: 131px;
  height: 106.5px;
  position: relative;
  margin: 0 auto;
}
.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .pic:after {
  content: "";
  width: 138.5px;
  height: 114px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-collection-border.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .pic1 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-collection-pic1.png) no-repeat center top/100%;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .pic2 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-collection-pic2.png) no-repeat center top/100%;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .name {
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #a55f2c;
  line-height: 13px;
  margin: 5px auto 0;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box1 ul .pop-collection-btn {
  color: #f67e72;
  background: linear-gradient(to bottom, #f67e72 20%, #f3343f 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-underline-offset: 2px;
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 5px;
  position: relative;
}

.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 {
  display: block;
  width: 23px;
  height: 24.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-collection-icon.png) no-repeat center top/100%;
  margin: 100px 0 0 10px;
}

.pop-collection-box2 {
  width: 184px;
  margin: 11px auto 0;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box2 .pic3 {
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-collection-pic3.png) no-repeat center top/100%;
  width: 170px;
  height: 151.5px;
  margin: 0 auto;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box2 .name {
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #a55f2c;
  line-height: 13px;
  margin: 4px auto 0;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box2 .pop-collection-btn {
  display: block;
  width: 157px;
  height: 36.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20260122mythmakerlrelia/pop-collection-btn.png) no-repeat center top/100%;
  margin: 7px auto 0;
  font-size: 12.5px;
  color: #ffd693;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 3px;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box2 .pop-collection-btn span {
  color: #fff2ca;
  background: linear-gradient(to bottom, #fff2ca 20%, #fffcf5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.pop-bd.pop-collection .pop-collection-box .pop-collection-box2 .pop-collection-btn.gray {
  filter: grayscale(1);
  pointer-events: none;
}

.pop-gift-vbg-ani {
  width: 1055px;
  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: 1055px;
  height: 720px;
}

.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;
}

#popQrcode .pop-close {
  top: 20px;
}

.pop-gift {
  padding-left: 180px;
  box-sizing: border-box;
  backdrop-filter: blur(6px);
}

.pop-bd {
  transform: translate(calc(-50% + 90px), -50%);
}

.pop-gift-vbg-ani {
  left: 90px;
  overflow: hidden;
  -webkit-mask: linear-gradient(to right, transparent 0%, #000 5%);
  mask: linear-gradient(to right, transparent 0%, #000 5%);
}

.pop-loading p {
  left: 90px;
}

#popGiftDouble .pop-gift-double-list {
  transform: scale(0.8);
}

#content .consumptiongifts-floating {
  left: 180px;
  top: 460px;
}

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