@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, th, var {
  font-weight: 400;
  font-style: normal;
}

ol, ul {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}

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

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

body {
  font: 12px "微软雅黑", "Times New Roman", Times, serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #12151e;
  padding-top: 42px;
}

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

.wrap {
  width: 100%;
  position: relative;
  height: 990px;
  overflow: hidden;
}

.wrap {
  width: 1920px;
}

.clearfix {
  zoom: 1;
}

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

div {
  outline: 0;
}

#afooter {
  min-width: 1200px;
  text-align: center;
  line-height: 20px;
  color: #eff5fe;
  background-color: #000;
  padding: 20px 0;
  font-size: 12px;
}

#afooter a {
  color: #eff5fe;
}

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

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

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

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  width: 100%;
  height: 81px;
  display: none;
}

.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: 60px;
  height: 60px;
  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);
  }
}
/*!style*/
.main-nav {
  width: 200px;
  height: 438px;
  position: fixed;
  top: 140px;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

.main-fame {
  height: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 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;
}

.logo-box {
  position: absolute;
  width: 224px;
  height: 32px;
  left: 65px;
  top: 20px;
  z-index: 6;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/logo.png) no-repeat center top/100%;
  display: flex;
  justify-content: space-between;
}

.logo-box a {
  display: block;
  width: 80px;
  height: 100%;
}

.loginbox {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: 25px;
  left: 310px;
  z-index: 9;
}

.loginbox a {
  color: #ffffff;
  text-decoration: underline;
}

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

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

.init-pane {
  transform: translate(0, 0);
  z-index: 5;
  display: block;
}

.init-pane .bg {
  top: -80px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/cover.jpg) 50% 66% no-repeat;
  background-size: 100% auto;
}

.init-pane .content {
  padding-top: 838px;
  box-sizing: border-box;
}

.full-screen .init-pane .bg:after {
  opacity: 0;
}

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

.more-pic {
  position: relative;
  width: 331.5px;
  height: 328.5px;
  position: absolute;
  top: 396px;
  left: 202.5px;
  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/a20250626tftstarguardian/more-border.png) no-repeat center top/100%;
  width: 289.5px;
  height: 266.25px;
  pointer-events: none;
}
.more-pic img {
  display: none;
}
.more-pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.more-pic .more-name {
  position: absolute;
  bottom: 37.5px;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.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/a20250626tftstarguardian/nav-spr.png");
  background-size: 606px 394.5px;
}

.nav {
  width: 603px;
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 79px;
  left: 1252.5px;
}

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

.nav-items a {
  display: block;
  margin-left: 7.5px;
  position: relative;
  width: 54px;
  height: 60px;
  flex: none;
}

.nav-items a.nav-btn-fullscreen {
  width: 54px;
  height: 60px;
  background-position: -466.5px -178.5px;
}

.nav-items a.nav-btn-discount {
  width: 54px;
  height: 60px;
  background-position: -546px -105px;
}

.nav-items a.nav-btn-fuli {
  width: 54px;
  height: 60px;
  background-position: -411px -178.5px;
}

.nav-items a.nav-btn-rule {
  width: 54px;
  height: 60px;
  background-position: -411px -301.5px;
}

.nav-items a.nav-btn-pool {
  width: 54px;
  height: 60px;
  background-position: -522px -240px;
}

.nav-items a.nav-btn-history {
  width: 54px;
  height: 60px;
  background-position: -522px -178.5px;
}

.nav-items a.nav-btn-music {
  width: 54px;
  height: 60px;
  background-position: -466.5px -240px;
}
.nav-items a.nav-btn-music.off {
  width: 54px;
  height: 60px;
  background-position: -411px -240px;
}

.nav-items a.nav-btn-fuli:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 72px;
  background-position: -411px -105px;
  -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: 264px;
  height: 97.5px;
  background-position: 0px -297px;
  font-size: 15px;
  color: #fff2d3;
  line-height: 1.25;
  box-sizing: border-box;
  padding: 37.5px 10.5px 0;
  text-align: center;
  position: absolute;
  top: 55.5px;
  left: 50%;
  margin-left: -132px;
}

.nav-hover-tips-close {
  display: block;
  width: 11.25px;
  height: 11.25px;
  background-position: -591px -52.5px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 33px;
  left: 232.5px;
}

.nav-num {
  width: 195px;
  height: 51px;
  width: 195px;
  height: 51px;
  background-position: -411px 0px;
  color: #f0e6d2;
  font-size: 21px;
  line-height: 51px;
  position: relative;
  text-align: left;
  padding: 0 33px 0 18px;
}

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

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

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

.nav-num .nav-icon-tips {
  width: 24px;
  height: 24px;
  background-position: -540px -52.5px;
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -12px;
}

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

.nav-num .nav-icon-add {
  width: 24px;
  height: 24px;
  background-position: -514.5px -52.5px;
}

.nav-num .nav-icon-zl {
  width: 24px;
  height: 24px;
  background-position: -565.5px -52.5px;
}

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

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

.nav-ys-hover {
  position: absolute;
  left: 50%;
  bottom: -135px;
  margin-left: -132px;
  width: 207px;
  height: 144px;
  background-position: -202.5px 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/a20250626tftstarguardian/nav-btn-zhigou.png) no-repeat center top/100% 100%;
  width: 54px;
  height: 60px;
}

.nav-items a.nav-btn-zg:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -33px;
  margin-top: -36px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/nav-btn-zhigou-on.png) no-repeat center top/100% 100%;
  width: 66px;
  height: 72px;
  -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/a20250626tftstarguardian/pane-title.png) no-repeat center top/100%;
  width: 436px;
  height: 225px;
  position: absolute;
  left: 15px;
  top: 50px;
  z-index: 10;
  color: #f0dcbe;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}

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

.pane-ftitle-icon {
  position: absolute;
  right: 82.5px;
  top: 5.25px;
  display: inline-block;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pane-ftitle-icon.png) no-repeat center top/100%;
  width: 24px;
  height: 24px;
}
.pane-ftitle-icon .hover {
  position: absolute;
  left: 50%;
  width: 184.5px;
  box-sizing: border-box;
  height: 72px;
  padding: 0px 7.5px;
  border-style: solid;
  background: #010A13;
  border-width: 1.5px;
  border-image: linear-gradient(to bottom, #785A28, #C89B3C) 2;
  margin-left: -93px;
  top: -93px;
  font-size: 18px;
  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: 60px;
  height: 28.5px;
  left: 50%;
  bottom: -28.5px;
  transform: translateX(-50%) rotate(180deg);
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/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: 57px;
  position: absolute;
  bottom: 25px;
  transform: translateY(28.5px);
  left: 5px;
}

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

.pane-title p {
  width: 270px;
  height: 57px;
  color: #ffffff;
  font-size: 19.5px;
  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: 12.75px;
  height: 13.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pane-title-icon1.png) no-repeat center top/100% 100%;
  display: block;
  margin-right: 4.5px;
}

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

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

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

.init-tag {
  position: absolute;
  left: 1247px;
  top: 193px;
  transform: scale(1.4);
}

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

.init-tag .init-tag-rarity {
  width: 26.25px;
  height: 76.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/init-tag-rarity.png) no-repeat center top/100% 100%;
  display: block;
  position: absolute;
  left: -21px;
  top: 20px;
  z-index: 1;
}

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

.init-tag .price {
  position: absolute;
  bottom: -80px;
  left: -39px;
  width: 215px;
  height: 84px;
  padding: 21px 0 0px 20px;
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/init-tag-price.png) no-repeat center top/100% 100%;
  box-sizing: border-box;
  text-align: center;
}
.init-tag .price span {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(to bottom, #ffffff, #fff6d8);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

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

.gift-owned {
  width: 42px;
  height: 84px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/init-tag-owned.png) no-repeat center top/100% 100%;
  position: absolute;
  left: 37.5px;
  top: 55%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 10;
  text-indent: -999px;
  pointer-events: none;
}

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

.init-tag1 {
  position: absolute;
  top: 160.5px;
  left: 563px;
}
.init-tag1 .init-tag-title {
  width: 50.25px;
  height: 207px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/init-tag-title1.png) no-repeat center top/100%;
  display: block;
}

.init-tag3 {
  position: absolute;
  top: 510px;
  left: 331px;
}
.init-tag3 .init-tag-title {
  width: 50.25px;
  height: 200.25px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/init-tag-title3.png) no-repeat center top/100%;
}

.init-tag4 {
  position: absolute;
  top: 478px;
  left: 707px;
}
.init-tag4 .init-tag-title {
  width: 50.25px;
  height: 155.25px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/init-tag-title4.png) no-repeat center top/100%;
}

.init-tag5 {
  position: absolute;
  top: 501px;
  left: 1581px;
}
.init-tag5 .init-tag-title {
  width: 50.25px;
  height: 207.75px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/init-tag-title5.png) no-repeat center top/100%;
}

.init-btns {
  width: 840px;
  position: absolute;
  top: 801px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

.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: #ffffff;
}

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

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

.init-btns .call-btn-text font em:after {
  content: "";
  width: 107%;
  height: 3px;
  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: #ffb4d8;
}

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

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

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

.init-btns .zhekou {
  line-height: 27px;
  width: 122.25px;
  height: 40.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/call-btn-discount-bg.png) no-repeat center/100%;
  position: absolute;
  left: 50%;
  line-height: 37.5px;
  transform: translateX(-50%);
  top: -10.5px;
  font-size: 15px;
  color: #7948b6;
  display: none;
}

.init-btns .zhekou span {
  color: #4d3e6d;
  background: linear-gradient(to bottom, #4d3e6d 20%, #4d3e6d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "BeaufortForLoL-Bold";
  font-size: 21px;
  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: #4d3e6d;
  background: linear-gradient(to bottom, #4d3e6d 20%, #4d3e6d 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: 900px;
  position: absolute;
  top: 922.5px;
  left: 50%;
  margin-left: -427.5px;
  font-size: 0;
  text-align: center;
  z-index: 15;
}

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

.info-list li .continuous,
.info-list li .ticket {
  font-size: 18px;
  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: 364.5px;
  margin: 0 4.5px;
  text-align: left;
  padding-left: 7.5px;
  box-sizing: border-box;
}

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

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

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

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

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

.info-list li .i-tips p {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 243px;
  height: 142.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/tips-hover.png) no-repeat;
  background-size: 100% 100%;
  margin-left: -81px;
  font-size: 11px;
  color: #fff;
  line-height: 24px;
  padding: 15px;
  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: 4.5px;
}

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

.info-list-qa {
  display: block;
  width: 21px;
  height: 21px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/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: -108px;
  top: -108px;
  width: 216px;
  box-sizing: border-box;
  height: 90px;
  padding: 0px 7.5px;
  border-style: solid;
  background: #010A13;
  border-width: 1px;
  border-image: linear-gradient(to bottom, #785A28, #C89B3C) 2;
  color: #A09B8C;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  padding: 7.5px 7.5px 15px 7.5px;
  box-sizing: border-box;
  pointer-events: none;
  display: none;
  -webkit-text-fill-color: initial;
}
.info-list-qa-hover span {
  color: #F0E6D2;
  font-size: 21px;
}
.info-list-qa-hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 28.5px;
  left: 50%;
  bottom: -28.5px;
  transform: translateX(-50%) rotate(180deg);
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/hover-arrow.png) no-repeat center top/100% 100%;
}

.gift-tips {
  position: absolute;
  right: 54px;
  bottom: 197px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
}

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

.gift-tips ul {
  display: flex;
  justify-content: center;
  margin-top: 7.5px;
}
.gift-tips ul li {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/gift-pic-bg.png) no-repeat center top/100% 100%;
  width: 54px;
  height: 54px;
  position: relative;
  margin-right: 6px;
}
.gift-tips ul li img {
  width: 43.5px;
  height: 43.5px;
  position: absolute;
  top: 47%;
  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;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gift-progbar-entrance {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/gift-progbar-entrance.png) no-repeat center top/100%;
  width: 143px;
  height: 138px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 772px;
  padding-top: 76.5px;
  box-sizing: border-box;
  z-index: 12;
}
.gift-progbar-entrance::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/gift-progbar-entrance-border.png) no-repeat center top/100%;
  width: 123px;
  height: 140.25px;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
}
.gift-progbar-entrance > img {
  width: 85.5px;
  height: 82.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gift-progbar-entrance > img[src*=jd-gift1] {
  width: 97.5px;
  height: auto;
  border-radius: 50%;
}
.gift-progbar-entrance > img[src*=jd-gift2] {
  width: 90px;
  height: auto;
}
.gift-progbar-entrance > span {
  position: absolute;
  right: 0px;
  top: 85px;
  z-index: 1;
  color: #fff9f4;
  font-size: 18px;
  font-family: "BeaufortForLoL-Bold";
  text-align: center;
  z-index: 5;
}
.gift-progbar-entrance p {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/gift-progbar-entrance-desc.png) no-repeat center top/100%;
  width: 250px;
  height: 35px;
  color: #fbf3ff;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 27px;
  z-index: 5;
  box-sizing: border-box;
  padding-top: 11px;
  pointer-events: none;
}
.gift-progbar-entrance p span {
  font-weight: bold;
  font-family: "BeaufortforLOL-Bold";
  margin-left: 3px;
  margin-right: 4.5px;
}
.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;
  padding-top: 21px;
}
.gift-progbar-entrance.unlock p.gift-progbar-entrance-unlock {
  display: block;
}
.gift-progbar-entrance.unlock::before {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/gift-progbar-entrance-on.png) no-repeat center top/100%;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.gift-progbar-entrance.unlock::after {
  z-index: 2;
}

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

.gift-progbar-box {
  width: 940px;
  height: 193.5px;
  position: absolute;
  left: 50%;
  top: 592.5px;
  z-index: 20;
  visibility: hidden;
  transform: translate(-50%, 37.5px);
  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: 948.75px;
  height: 13.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/progress-bar.png) no-repeat center left;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 105px;
}

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

.gift-progbar .pbar-line span {
  display: block;
  width: 1263px;
  height: 12px;
  background-image: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pbar-line.png);
  background-size: 1263px 12px;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 1.5px;
  top: 46%;
  transform: translateY(-50%);
}

.gift-progbar .pbar-fire {
  display: none;
  position: absolute;
  top: -27px;
  left: 0;
  margin-left: -111px;
  z-index: 2;
  pointer-events: none;
  width: 120.75px;
  height: 81.75px;
  display: none;
}

.gift-progbar .jd-drop {
  width: 120%;
  height: 100%;
  position: absolute;
  top: -78px;
  left: 0px;
  padding-left: 15px;
  color: #fff;
  font-size: 0;
  z-index: 1;
  text-align: left;
}
.gift-progbar .jd-drop > p {
  position: absolute;
  left: -60px;
  top: 36px;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  display: none;
}
.gift-progbar .jd-drop a {
  display: inline-block;
  vertical-align: top;
  width: 82.5px;
  position: relative;
}
.gift-progbar .jd-drop .jd-gift-box {
  width: 72px;
  height: 72px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.gift-progbar .jd-drop .gift-box {
  display: block;
  margin: 0 auto;
  padding-top: 9px;
  box-sizing: border-box;
  position: relative;
  width: 61.5px;
  height: 61.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/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: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.gift-progbar .jd-drop .gift-box img[src*=jd-gift1] {
  height: 60px;
  border-radius: 50%;
}
.gift-progbar .jd-drop .gift-box img[src*=jd-gift2] {
  height: 40px;
}
.gift-progbar .jd-drop .jd-gift-name {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 52.5px;
  z-index: 1;
  color: #fff9f4;
  font-size: 16.5px;
  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: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pbar-gift-checked.png) no-repeat center top/100%;
  display: none;
}
.gift-progbar .jd-drop .pbar-num {
  width: 55.5px;
  height: 18px;
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 18px auto 0;
  font-size: 16.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/pbar-num.png) no-repeat center top/100%;
  color: #ffffff;
  text-shadow: 0 0 1px #333333, 0 0 1px #333333, 0 0 1px #333333, 0 0 1px #333333;
  line-height: 42px;
  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/a20250626tftstarguardian/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/a20250626tftstarguardian/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: 322.5px;
  box-sizing: border-box;
  height: 82.5px;
  padding: 0px 7.5px;
  border-style: solid;
  background: #010A13;
  border-width: 2.25px;
  border-image: linear-gradient(to bottom, #785A28, #C89B3C) 2;
  margin-left: -162px;
  top: -120px;
  font-size: 18px;
  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;
}
.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: -7.5px;
  left: 0px;
  padding-left: 15px;
  text-align: left;
  font-size: 0;
  pointer-events: none;
  z-index: 4;
}
.num-list li {
  display: inline-block;
  vertical-align: top;
  width: 82.5px;
  position: relative;
  margin: 4.5px auto 0;
  font-size: 18px;
  color: #ffffff;
  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: 18px;
  text-align: center;
  font-family: "BeaufortforLOL-Bold";
}
.num-list li.on, .num-list li.done {
  color: #ffffff;
}

.pbar-desc {
  position: absolute;
  top: 130.5px;
  right: -46px;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  text-align: right;
  box-sizing: border-box;
  font-weight: bold;
  pointer-events: none;
}
.pbar-desc span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

.pbar-curnum {
  position: absolute;
  left: 0px;
  top: 129px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  text-align: left;
}

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

.gift-progbar .jd-drop a .hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 28.5px;
  left: 50%;
  bottom: -28.5px;
  transform: translateX(-50%) rotate(180deg);
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/hover-arrow.png) no-repeat center top/100%;
}

.gift-dh {
  position: absolute;
  top: 223px;
  left: 1674px;
  width: 183px;
  height: 198.75px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/gift-dh.png) no-repeat center center/100% 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}

.gift-dh .gift-dh-daibi {
  display: block;
  width: 172.5px;
  margin: -22.5px 0 -34.5px;
}

.gift-dh .num-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

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

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

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

.gift-dh .num {
  min-width: 45px;
  height: 21px;
  background: #2c215e;
  color: #fdefcb;
  border-radius: 3.75px;
  margin-left: 7.5px;
  text-align: center;
  padding: 0 3.75px;
}

.gift-dh .gift-dh-exchangeshop {
  display: block;
  width: 130.5px;
  height: 45px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/gift-dh-exchangeshop.png) no-repeat center center/100% 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2.25px;
}
.gift-dh .hover {
  position: absolute;
  left: -150px;
  top: 0px;
  width: 146.25px;
  height: 478.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/main-spr.png");
  background-position: 0px -339px;
  background-size: 1032.75px 817.5px;
  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: 7.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: 106.5px;
  height: 106.5px;
  position: relative;
}
.gift-dh .add-list li::after {
  display: block;
  content: "";
  width: 106.5px;
  height: 106.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/main-spr.png");
  background-position: -603px -326.25px;
  background-size: 1032.75px 817.5px;
  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/a20250626tftstarguardian/main-spr.png");
  -webkit-mask-position: -297.75px -339px;
  -webkit-mask-size: 1032.75px 817.5px;
}

.gift-bundle {
  position: absolute;
  left: 1660px;
  top: 480px;
}
.gift-bundle-tit {
  width: 121.5px;
  height: 22.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/main-spr.png");
  background-position: -878.25px -439.5px;
  background-size: 1032.75px 817.5px;
  margin: 0 auto;
}
.gift-bundle-box {
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/gift-bundle.png) no-repeat center top/100%;
  width: 197.25px;
  height: 213.75px;
  padding-top: 157.5px;
  box-sizing: border-box;
}
.gift-bundle-btn {
  display: block;
  width: 133.5px;
  height: 33px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/main-spr.png");
  background-position: -852.75px -296.25px;
  background-size: 1032.75px 817.5px;
  margin: 0 auto 0;
  color: #ffffff;
  font-size: 16.5px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.gift-bundle-btn span {
  color: #ffffff;
}

.gift-list {
  position: absolute;
  left: 1677px;
  top: 444px;
}

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

.gift-list-title {
  margin: 0 auto 6px;
  width: 148.5px;
  height: 18px;
  color: var(--main-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

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

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

.gift-list-img {
  width: 177px;
  height: 99px;
  position: relative;
}

.gift-list .gift-list-img-mask {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177px;
  height: 99px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/gift-list-img-mask.png) no-repeat center center/100% 100%;
}

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

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

.add-box {
  width: 169.5px;
  height: 219px;
  position: absolute;
  left: 64.5px;
  top: 735px;
  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: -60px;
  margin-left: -124.125px;
  font-size: 18px;
  color: #f4f1b6;
  line-height: 1.2;
  padding: 2.25px 22.5px 7.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: 169.5px;
  height: 219px;
  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: 169.5px;
  height: 219px;
  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: 150px;
  height: 207px;
}

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

.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: 7.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-4.5px);
  bottom: -18.75px !important;
}

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

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

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

.cover-video {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  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: 57px;
  top: 120px;
  z-index: 9;
  width: 100.5px;
  height: 48px;
  background: url(//game.gtimg.cn/images/lol/act/a20250626tftstarguardian/cover-video-btn-skip.png) no-repeat;
  background-size: 100% 100%;
}

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

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

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

html.start .cover-video {
  opacity: 0;
  pointer-events: none;
  background: 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;
}

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

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

html, body {
  height: 100%;
  position: relative;
  overflow: hidden;
}

html.start {
  height: auto;
  overflow: inherit;
}

html.start body {
  overflow-y: auto;
  overflow-x: hidden;
}

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

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

#coverVideo.ending video {
  opacity: 0;
}

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