@charset "UTF-8";
:root {
  --main-color: #ffee8f;
  --other-color:#2646a8;
  --progress-color:#ffee8f;
  --progress-bg-color:#FDC119;
  --pop-title-color:#C89B3C;
  --pop-main-color:#E6DFE0;
  --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; z-index: 10;
}

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

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1055px;
  height: 720px;
  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;
}

/* 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;
}
.pane:after { content: ''; width: 100%; height: 100%; background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/cover-mask.png) no-repeat 0 0/cover; position: absolute; top: 0; left: 0; pointer-events: none; z-index: 9; }

.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/a20251009pykeunbounds/nav-spr.png");
  background-size: 404px 263px;
}

.nav {
  width: 400px;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 22px;
  left: 640px;
}

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

.nav-items a {
  display: block;
  margin-left: 4px;
  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;
  background-position: -274px 0px;
  color: #f0e6d2;
  font-size: 14px;
  line-height: 34px;
  position: relative;
  text-align: left;
  padding: 0 22px 0 8px;
}

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

.pane-title {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pane-title.png) no-repeat center top/100%;
  width: 276.5px;
  height: 143px;
  position: absolute;
  left: 170px;
  top: 82px;
  z-index: 11;
  color: #f0dcbe;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}

.pane-ftitle {
  position: absolute;
  bottom: -2px;
  left: 0;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pane-ftitle.png) no-repeat center top/100%;
  width: 314.5px;
  height: 22px;
}

.pane-ftitle-icon {
  z-index: 88;
  position: absolute;
  right: 55px;
  top: 3.5px;
  display: inline-block;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pane-ftitle-icon.png) no-repeat center top/100%;
  width: 16px;
  height: 16px;
}
.pane-ftitle-icon .hover {
  position: absolute;
  left: 50%;
  width: 123px;
  box-sizing: border-box;
  height: 48px;
  padding: 0px 5px;
  border-style: solid;
  background: #010A13;
  border-width: 1px;
  border-image: linear-gradient(to bottom, #785A28, #C89B3C) 2;
  margin-left: -62px;
  top: -62px;
  font-size: 12px;
  box-sizing: border-box;
  color: #fff;
  line-height: 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;
  flex-direction: column;
}
.pane-ftitle-icon .hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 19px;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%) rotate(180deg);
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/hover-arrow.png) no-repeat center top/100% 100%;
}
.pane-ftitle-icon .hover em {
  color: #f6bc84;
  font-style: normal;
  font-size: 0.9em;
  opacity: 0.8;
}
.pane-ftitle-icon:hover .hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/*.pane-title-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 38px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}*/

.gift-owned {
  width: 114px;
  height: 38px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/init-tag-owned.png) no-repeat center top/100% 100%;
  font-size: 0;
  z-index: 10;
  text-indent: -999px;
  margin: 0 -5px;
}

/*.pane-title p {
  height: 38px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0px;
  filter: drop-shadow(0 1px 4px #2e1558);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.pane-title p::before {
  content: "";
  width: 8.5px;
  height: 9px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pane-title-icon1.png) no-repeat center top/100% 100%;
  display: block;
  margin-right: 3px;
}

.pane-title p::after {
  content: "";
  width: 8.5px;
  height: 9px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pane-title-icon2.png) no-repeat center top/100% 100%;
  display: block;
  margin-left: 3px;
}

.pane-title p strong {
  margin: 0 2px;
}

.pane-title p span {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pane-title-num.png) no-repeat center top/100% 100%;
  width: 16px;
  height: 19.5px;
  font-size: 16px;
  display: inline-block;
  margin: 0 2px;
  color: #000000;
  text-align: center;
  line-height: 1.2;
}*/

.title-tag-box { width: 120%; height: auto; display: flex; justify-content: flex-start; align-items: center; padding-left: 10px; position: absolute; left: 0; top: 142px; }
.title-tag-box .time-tag { width: auto; height: 19px; font-size: 12px; line-height: 19px; color: #fff; font-weight: bold; background: #010a13b3; border-radius: 9px; border: 1px solid #ffffff1f; box-shadow: 0 0 4px #fff6; padding: 0 8px; display: flex; justify-content: center; align-items: center; margin: 0 5px; }
.title-tag-box .time-tag span.countDownTime { font-size: 14px; font-family: "BeaufortForLoL-Bold"; font-weight: normal; margin: 0 2px; }
.title-tag-box .time-tag:before { content: ''; width: 14px; height: 14px; -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/i-time.png) no-repeat 0 0/100%; mask: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/i-time.png) no-repeat 0 0/100%; background: #fff; }
.title-tag-box .time-tag.yellow { color: #3b3719; background: #e8be2c; border: 0; box-shadow: 0 0 4px #e8be2c; }
.title-tag-box .time-tag.yellow:before { background: #3b3719; }
.title-tag-box .anim-tag { width: 92.5px; height: 22px; margin: 0 5px; }
.title-tag-box .anim-tag1 { background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pane-title-tag1.png) no-repeat 0 0/100%; }
.title-tag-box .anim-tag2 { background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pane-title-tag2.png) no-repeat 0 0/100%; }

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

.init-pane .bg video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 100%;
}

.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/a20251009pykeunbounds/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 {
  position: absolute;
  left: 788px;
  top: 202px;
}

.init-tag .init-tag-title {
  width: 30px;
  height: 229px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/init-tag.png) no-repeat center top/100%;
  display: block;
  pointer-events: none;
}

.init-tag .init-tag-rarity {
  width: 22px;
  height: 110px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/init-tag-rarity.png) no-repeat center top/100% 100%;
  display: block;
  position: absolute;
  top: -10px;
  left: -24px;
  z-index: 1;
}

.init-tag .btn-video {
  width: 45px;
  height: 46px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/init-tag-video.png) no-repeat center top/100% 100%;
  display: block;
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
  bottom: -18px;
  z-index: 1;
}

.init-tag .price {
  position: absolute;
  bottom: -63px;
  left: -38px;
  width: 111px;
  height: 42px;
  padding: 5px 0 0px 11px;
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/init-tag-price.png) no-repeat center top/100% 100%;
  box-sizing: border-box;
  text-align: center;
}
.init-tag .price span {
  font-size: 13px;
  font-weight: bold;
  background: linear-gradient(to bottom, #fffced 20%, #fee39c 80%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

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

.gift-owned {
  width: 15.5px;
  height: 71.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/init-tag-owned.png) no-repeat center top/100% 100%;
  position: absolute;
  left: 28px;
  top: 71%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 10;
  text-indent: -999px;
}

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

.init-btns {
  width: 600px;
  position: absolute;
  top: 520px;
  left: 315px;
  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-bottom: 2px;
}

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

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

.init-btns a.call-btn-sum {
  width: 257px;
  height: 82px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/call-btn-ten.png) no-repeat center/100%;
}
.init-btns a.call-btn-sum.discount { background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/call-btn-ten-discount.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;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}

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

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

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

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

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

.init-btns .call-btn-text font,
.init-btns .call-btn-text strong {
  line-height: 1;
  color: #ffdd9d;
}

.call-btn-one .call-btn-text font em {
  margin-right: 4px;
  font-weight: bold;
  color: #fffac580;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fffac580;
  position: relative;
  font-style: normal;
}

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

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

.init-btns .call-btn-one .call-btn-text font em {
  color: #ffb4d8;
  font-weight: bold;
  opacity: 0.5;
}

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

.init-btns .call-btn-sum .call-btn-text font em:after {
  background: #ffdd9d66;
}

.init-btns .call-btn-one .call-btn-text font,
.init-btns .call-btn-one .call-btn-text strong {
  color: #fffac5;
}

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

.init-btns .zhekou {
  line-height: 18px;
  width: 91px;
  height: 23px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/call-btn-discount-bg.png) no-repeat center/100%;
  position: absolute;
  left: 50%;
  line-height: 22px;
  transform: translateX(-50%);
  top: 8px;
  font-size: 10px;
  color: #7948b6;
  display: none;
}

.init-btns .zhekou span {
  color: #4d3e6d;
  background: linear-gradient(to bottom, #4d3e6d 20%, #7948b6 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  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;
  *zoom: 1;
  *display: inline;
  color: #502800;
  background: linear-gradient(to bottom, #502800 20%, #502800 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.info-list {
  width: 600px;
  position: absolute;
  top: 610px;
  left: 50%;
  margin-left: -213px;
  font-size: 0;
  text-align: center;
  z-index: 15;
}

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

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

.info-list li .ticket {
  display: inline-block;
  vertical-align: top;
  width: 243px;
  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;
}

.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/a20251009pykeunbounds/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: 14px;
  height: 14px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/info-list-qa.png) no-repeat center top/100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  position: relative;
}
.info-list-qa:hover .info-list-qa-hover {
  display: block;
}

.info-list-qa-hover {
  position: absolute;
  left: 50%;
  margin-left: -72px;
  top: -72px;
  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;
}
.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;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%) rotate(180deg);
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/hover-arrow.png) no-repeat center top/100% 100%;
}

.gift-tips {
  position: absolute;
  right: 8px;
  top: 531px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
}

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

.gift-tips ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}
.gift-tips ul li {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/gift-pic-bg.png) no-repeat center top/100% 100%;
  width: 32px;
  height: 32px;
  position: relative;
  margin-right: 5px;
}
.gift-tips ul li img {
  width: 29px;
  height: 29px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gift-progbar-entrance {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/gift-progbar-entrance.png) no-repeat center top/100%;
  width: 95px;
  height: 77.5px;
  position: absolute;
  left: 567px;
  top: 514px;
  padding-top: 51px;
  box-sizing: border-box;
  z-index: 12;
}
.gift-progbar-entrance > img {
  width: 57px;
  height: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gift-progbar-entrance.unlock > img { filter: brightness(.6); }
.gift-progbar-entrance > img[src*=jd-gift1] {
  width: 70px;
  height: auto;
  top: 53%;
  left: 49%;
}
.gift-progbar-entrance > img[src*=jd-gift2] {
  width: auto;
  height: 50px;
}
.gift-progbar-entrance > img[src*=jd-gift3] {
  top: 53%;
}
.gift-progbar-entrance > span {
  position: absolute;
  right: 16px;
  top: 44px;
  z-index: 1;
  color: #fff9f4;
  font-size: 14px;
  font-family: "BeaufortForLoL-Bold";
  text-align: center;
  z-index: 5;
  text-shadow: 0 0 1px #000,0 0 1px #000,0 0 2px #000,0 0 2px #000;
}
.gift-progbar-entrance p {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/gift-progbar-entrance-desc.png) no-repeat center top/100%;
  width: 117px;
  height: 36px;
  color: #fbf3ff;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 9px;
  z-index: 5;
  box-sizing: border-box;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift-progbar-entrance p span {
  font-size: 15px;
  font-family: "BeaufortforLOL-Bold";
  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 {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/gift-progbar-entrance-on.png) no-repeat center top/100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.gift-progbar-entrance.unlock::after {
  z-index: 2;
}
.gift-progbar-entrance p strong {
	display: flex;
  justify-content: center;
  align-items: center;
	background: linear-gradient(to bottom, #fffcf3 10%, #ffe199 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gift-progbar {
  position: absolute;
  width: 1215px;
  top: 0;
  left: 0;
}

.gift-progbar-box {
  width: 627px;
  height: 129px;
  position: absolute;
  left: 50%;
  top: 395px;
  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: 683.5px;
  height: 9.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 6px;
  overflow: hidden;
  position: absolute;
  border-radius: 2.5px;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
}

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

.gift-progbar .pbar-fire-icon {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pbar-fire.png) no-repeat center left;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  z-index: 2;
  pointer-events: none;
  width: 68px;
  height: 20px;
}

.gift-progbar .jd-drop {
  width: 120%;
  height: 100%;
  position: absolute;
  top: -52px;
  left: -20px;
  color: #fff;
  font-size: 0;
  z-index: 3;
  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: 55px;
  position: relative;
  margin-left: 11px;
}
.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: 48px;
  height: 46px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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: 36px;
  border-radius: 50%;
}
.gift-progbar .jd-drop .gift-box img[src*=jd-gift2] {
  height: 50px;
}
.gift-progbar .jd-drop .gift-box img[src*=jd-gift3] {
  height: 38px;
}
.gift-progbar .jd-drop .jd-gift-name {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  z-index: 1;
  color: #fff9f4;
  font-size: 11px;
  font-family: "BeaufortForLoL-Bold";
  text-align: center;
  text-shadow: 0 0 1px #887d67, 0 0 1px #887d67, 0 0 1px #887d67, 0 0 2px #887d67;
}
.gift-progbar .jd-drop .jd-gift-box .jd-gift-checked {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pbar-gift-checked.png) no-repeat center top/100%;
  display: none;
}
.gift-progbar .jd-drop .pbar-num {
  width: 40px;
  height: 13px;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 12px auto 0;
  font-size: 11px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/pbar-num.png) no-repeat center top/100%;
  color: #4b2b0b;
  text-shadow: 0 0 1px #333333, 0 0 1px #333333, 0 0 1px #333333, 0 0 1px #333333;
  line-height: 28px;
  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 {
  filter: brightness(.7);
}
.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 {
  filter: brightness(.7);
}
.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: 131px;
  box-sizing: border-box;
  height: 36px;
  border-width: 1.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbound/progress-hover.png) no-repeat center top/100%;
  margin-left: -70px;
  top: -40px;
  font-size: 11px;
  padding-bottom: 5px;
  box-sizing: border-box;
  color: #ffffff;
  line-height: 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:hover .hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.num-list {
  list-style: none;
  width: 120%;
  height: 100%;
  position: absolute;
  top: -2px;
  left: -20px;
  text-align: left;
  font-size: 0;
  pointer-events: none;
  z-index: 4;
}
.num-list li {
  display: inline-block;
  vertical-align: top;
  width: 55px;
  position: relative;
  margin-left: 11px;
  font-size: 12px;
  color: #4b2b0b;
  /*text-shadow: 0 0 1px #434343, 0 0 1px #434343, 0 0 1px #434343, 0 0 1px #434343, 0 0 1px #434343, 0 0 1px #434343, 0 0 1px #434343, 0 0 1px #434343;*/
  line-height: 12px;
  text-align: center;
  font-family: "BeaufortforLOL-Bold";
}
.num-list li.on, .num-list li.done {
  color: #ffffff;
}

.pbar-desc {
  position: absolute;
  top: 87px;
  right: -40px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
  box-sizing: border-box;
  font-weight: bold;
  pointer-events: none;
}
.pbar-desc span {
  font-size: 10px;
  background: linear-gradient(to bottom, #fffcef 10%, #fff4c7 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pbar-curnum {
  position: absolute;
  left: -24px;
  top: 86px;
  color: #ffe8b8;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  text-align: left;
}

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

.gift-dh {
  position: absolute;
  top: 156px;
  left: 857px;
  width: 194px;
  height: 66px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/gift-dh.png) no-repeat center center/100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 18px 0 18px;
}

.gift-dh .gift-dh-daibi {
  display: block;
  width: 50px;
  height: auto;
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -25px;
}

.gift-dh .num-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gift-dh .num-box:before {
	content: '';
	width: 28px;
	height: 28px;
	
}

.gift-dh .num-box p {
  font-size: 13px;
  height: 16px;
  line-height: 16px;
  font-family: "BeaufortforLOL-Bold";
}

.have-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.gift-dh .num {
  min-width: 30px;
  height: 14px;
  color: #fce6ac;
  background: linear-gradient(to bottom, #fce6ac 10%, #fffffb 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 2.5px;
  margin-left: 2px;
  text-align: center;
  padding: 0 2.5px;
}

.gift-dh .gift-dh-exchangeshop {
  display: block;
  width: 89.5px;
  height: 25px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/gift-dh-exchangeshop.png) no-repeat center center/100% 100%;
  color: #ffe1a2;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 1.5px;
  flex-shrink: 0;
}
.gift-dh .hover {
  position: absolute;
  left: -100px;
  top: 0px;
  width: 97.5px;
  height: 319px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/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/a20251009pykeunbounds/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/a20251009pykeunbounds/main-spr.png");
  -webkit-mask-position: -198.5px -226px;
  -webkit-mask-size: 688.5px 545px;
}

.gift-list {
  position: absolute;
  left: 869px;
  top: 228px;
}

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

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

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

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

.gift-list-img {
  width: 170px;
  height: 94px;
  position: relative;
}

.gift-list .gift-list-img-mask {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 94px;
}

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

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

.add-box {
  width: 121px;
  height: 156px;
  position: absolute;
  left: 17px;
  top: 465px;
  cursor: pointer;
}

.add-box:hover {
  text-decoration: none;
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.add-box-title {
  margin: 0 auto;
  font-size: 0;
  text-indent: -999px;
}

.add-box .hover {
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -82.75px;
  font-size: 12px;
  color: #f4f1b6;
  line-height: 1.2;
  padding: 1.5px 15px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s ease-out visibility, 0.3s ease-out opacity, 0.3s ease-out transform;
  pointer-events: none;
  z-index: 4;
}

.add-box:hover .hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.add-box-bg {
  width: 121px;
  height: 156px;
  position: relative;
}

.add-box-bg:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.add-box .swiper-container {
  width: 113px;
  height: 146px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add-box li {
  width: 100%;
  height: 100%;
  position: relative;
}

.add-box img {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%);
  display: block;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out transform;
}

.add-box img[src*="v7-add1.png"] {
  width: 100px;
  height: 138px;
}

.add-box img[src*="v7-add2.png"] {
  width: 121px;
  height: 156px;
}

.add-box li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}

.add-box li a:hover img {
  transform: scale(1.05);
}

.add-box .swiper-pagination.swiper-pagination-horizontal {
  font-size: 0;
  text-align: center;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-3px);
  bottom: -12.5px !important;
}

.add-box .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #857751;
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  cursor: pointer;
}

.add-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/swiper-pagination-bullet-active.png) no-repeat center center/100% 100%;
}

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

.reward-gift {
  position: absolute;
  left: 96px;
  bottom: 37px;
}

.reward-gift-box1 {
  position: relative;
}

.reward-gift-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reward-gift-pic img {
  width: 104.5px;
  height: 99px;
  margin: 0 5px;
}

.reward-gift-box2 {
  margin: 10px auto 0;
}

.reward-gift-pic3 {
  width: 100.5px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.reward-gift-desc1 {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/reward-gift-desc1.png) no-repeat;
  background-size: 100% 100%;
  width: 171px;
  height: 33px;
  margin: 15px auto 0;
}

.reward-gift-desc2 {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/reward-gift-desc2.png) no-repeat;
  background-size: 100% 100%;
  width: 145px;
  height: 33px;
  margin: 5px auto 0;
}

.reward-gift-btn {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/reward-gift-btn.png) no-repeat;
  background-size: 100% 100%;
  width: 94px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 85px;
  font-size: 10px;
  font-weight: bold;
}
.reward-gift-btn span {
  color: #7a5425;
  background: linear-gradient(to bottom, #7a5425 20%, #b48128 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reward-gift-btn.gray {
  background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/reward-gift-btn-gray.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  filter: opacity(1);
}
.reward-gift-btn.gray span {
  color: #676767;
  background: linear-gradient(to bottom, #676767 20%, #676767 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

.bg { height: 640px; left: auto; top: auto; right: 0; bottom: 0; }
body { margin-top: -80px !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;
}

.gift-bundle2 { width: 153.5px; height: 130px; position: absolute; top: 363px; left: 184px; }
.gift-bundle2 a { width: 100%; height: 100%; display: block; }
.gift-bundle2 a img { width: 100%; height: 100%; }

.gift-bundle3 { width: 206px; height: 82px; background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/gift-bundle3.png) no-repeat 0 0/100%; position: absolute; top: 394px; left: 340px;}
.gift-bundle3.not .info-tip-cookie { opacity: 0 !important;}
.gift-bundle3 .probabilityNum { width: 100%; height: auto; font-size: 22px; line-height: 30px; color: #ffeed1; font-family: "BeaufortForLoL-Bold"; text-align: center; position: absolute; top: 18px; left: 0; }
.gift-bundle3 .num { width: 100%; height: auto; font-size: 12px; line-height: 20px; color: #fff; font-family: "BeaufortForLoL-Bold"; text-align: left; padding-left: 40px; position: absolute; left: 0; top: 56px; text-shadow: 0 0 1px #4d0000ed, 0 0 3px #4d0000ed, 0 0 5px #4d0000ed; }
.gift-bundle3 .num span { font-size: 16px; font-family: "BeaufortForLoL-Bold"; margin-left: 4px;}
.gift-bundle3 .info-tip-cookie { width: 189px; height: 65px; background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/info-tip-cookie.png) no-repeat center top/100% 100%; position: absolute; left: 0; bottom: 100%; pointer-events: none; opacity: 0; transform: translateY(-20%); transition: all .3s; }
.gift-bundle3:hover .info-tip-cookie { display: block; transform: translateY(0); opacity: 1;}
.hover-rhhd { width: 63px; height: 14px; background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/text-rhhd.png) no-repeat 0 0/100%; position: absolute; left: 5px; bottom: -8px; cursor: pointer; }

.gift-bundle4 { width: 148px; height: 134px; position: absolute; left: 186px; top: 214px; }
.gift-bundle4 img { width: 122.5px; height: auto; position: absolute; top: -21px; left: 14px; }
.gift-bundle4 .btn-gift-lq { display: block; width: 77px; height: 21.5px; background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/gift-dh-exchangeshop.png) no-repeat center center/100% 100%; color: #ffffff; font-size: 12px; font-weight: bold; line-height: 22px; text-align: center; box-sizing: border-box; position: absolute; top: 73px; left: 36px; }
.gift-bundle4 .btn-gift-lq span { background: linear-gradient(to bottom, #fff7e8 10%, #ffe5b1 90%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.gift-bundle4 .btn-gift-lq.gray { opacity: .8; filter: grayscale(1); }
.gift-bundle4 .gift-bundle4-zs { width: 180px; height: 40px; background: url(//game.gtimg.cn/images/lol/act/a20251009pykeunbounds/gift-bundle4-zs.png) no-repeat 0 0/100%; padding: 6px 0 0 40px; position: absolute; left: 0; bottom: 0; }
.gift-bundle4 .gift-bundle4-zs span { width: 140%; height: auto; display: block; font-size: 12px; line-height: 1; color: #fff; text-align: left; text-shadow: 0 0 4px #70069340; transform: scale(.83); transform-origin: 0 50%; }
.gift-bundle4 .gift-bundle4-zs p { width: 100%; height: auto; font-size: 12px; line-height: 1; font-weight: bold; text-align: left; background: linear-gradient(to bottom, #ffefad, #fffefa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-top: 2px; filter: drop-shadow(0 0px 4px #70069340); transform: scale(.83); transform-origin: 0 50%; }

.coin-bg { width: 1143px; height: 640px; position: absolute; left: 0; bottom: 0; z-index: -1; pointer-events: none; }
.coin-bg video { width: 100%; height: 100%; object-fit: cover; object-fit: 0 100%; }
/*# sourceMappingURL=index.css.map */
