@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;
  font-size: 12px;
}

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

.bg-item { width: 100%; height: 100%; background-size: 100% 100%; position: absolute; top: 0; left: 0; transition: all .3s ease .2s; opacity: 0; z-index: 1;}
.bg-item.show { opacity: 1; transition: all .3s ease;}
.bg-item1 { background-image: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/cover1.jpg);}
.bg-item2 { background-image: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/cover2.jpg);}
.bg-sw-box { width: 232px; height: 36px; position: absolute; z-index: 5; left: 50%; top: 685px; margin-left: -116px;}
.bg-sw { position: absolute; top: 0; left: 0; width: 100px; height: 100px; pointer-events: none; opacity: 0;}
.bg-sw-control { position: relative; z-index: 3; width: 110%; margin-left: -5%; height: 36px; line-height: 36px; font-size: 0; text-align: center;}
.bg-sw-prev { cursor: pointer; display: inline-block; vertical-align: middle; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/bg-sw-prev.png) no-repeat 0 0; background-size: 100% 100%; width: 32px; height: 22px;}
.bg-sw-next { cursor: pointer; display: inline-block; vertical-align: middle; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/bg-sw-next.png) no-repeat 0 0; background-size: 100% 100%; width: 32px; height: 22px;}
.bg-sw-pagin { width: 106px !important; height: 100%; display: inline-block; vertical-align: middle;}
.bg-sw-pagin span { display: inline-block; vertical-align: middle; width: 36px; height: 36px; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/bg-sw-pag.png) no-repeat 0 0; background-size: 100% 100%; cursor: pointer; margin: 0 3.5px;}
.bg-sw-pagin span.bg-sw-pag-spcur { background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/bg-sw-pag-cur.png) no-repeat 0 0; background-size: 100% 100%;}
.bg-sw-tips { position: absolute; top: -106px; width: 170px; left: 50%; margin-left: -85px;}
.bg-sw-tips li { display: none; width: 170px; height: 100px; position: relative; cursor: pointer;}
.bg-sw-tips li em { position: absolute; left: 0; top: 0;}
.bg-sw-tips li em.bg-sw-tips1 { background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/bg-sw-tips1.png) no-repeat 0 0; background-size: 100% 100%; width: 170px; height: 100px;}
.bg-sw-tips li em.bg-sw-tips2 { background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/bg-sw-tips2.png) no-repeat 0 0; background-size: 100% 100%; width: 258px; height: 168px; top: -54px; left: -27px;}
.bg-sw-prev:hover,.bg-sw-next:hover,.bg-sw-pagin span:hover,.bg-sw-tips li:hover {
  text-decoration: none;
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}
.bg-sw-pagin span.bg-sw-pag-sp.bg-sw-pag-spcur { pointer-events: none;}

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

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

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

.nav-btn-discount-btn {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.pane-title {
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/pane-title.png) no-repeat center top/100%;
  width: 661px;
  height: 365px;
  position: absolute;
  left: 0;
  top: -73px;
  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/a20251204checkerboard/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/a20251204checkerboard/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/a20251204checkerboard/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: 61px;
  transform: translateY(28.5px);
  left: -9px;
}

.gift-owned {
  width: 171px;
  height: 57px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/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/a20251204checkerboard/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/a20251204checkerboard/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/a20251204checkerboard/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;
}*/

.title-tag-box { width: 100%; height: auto; display: flex; justify-content: flex-start; align-items: center; padding-left: 0; position: absolute; left: 60px; top: 274px; }
.title-tag-box .time-tag { width: auto; height: 34px; font-size: 17px; line-height: 34px; color: #fff; font-weight: bold; background: #010a13b3; border-radius: 32px; border: 2px solid #ffffff1f; box-shadow: 0 0 4px #fff6; padding: 0 12px; display: flex; justify-content: center; align-items: center; margin: 0 3px; position: relative; top: 1px;}
.title-tag-box .time-tag span.countDownTime { font-size: 17px; font-family: "BeaufortForLoL-Bold"; font-weight: normal; margin: 0 2px; }
.title-tag-box .time-tag:before { content: ''; width: 19px; height: 20px; -webkit-mask: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/i-time.png) no-repeat 0 0/100%; mask: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/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 { height: 66px;}
.title-tag-box .anim-tag1 { width: 174px; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/pane-title-tag1.png) no-repeat 0 0/100%; margin: 0 -14px 0 5px;}
.title-tag-box .anim-tag2 { width: 174px; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/pane-title-tag2.png) no-repeat 0 0/100%; }
.title-tag-box .anim-tag3 { width: 174px; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/pane-title-tag3.png) no-repeat 0 0/100%; margin: 0 -14px 0 5px;}
.title-tag-box .anim-tag4 { width: 174px; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/pane-title-tag4.png) no-repeat 0 0/100%; }

.init-tag {
  position: absolute;
  left: 467px;
  top: 314px;
}

.init-tag.hide {
  opacity: 0;
  pointer-events: none;
}

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

.init-tag1 .init-tag-title {
  width: 81px;
  height: 305px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/init-tag1.png) no-repeat center top/100%;
}

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

.init-tag1 .init-tag-rarity {
  width: 29px;
  height: 112px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/init-tag-rarity1.png) no-repeat center top/100% 100%;
}

.init-tag .btn-video {
  width: 71px;
  height: 59px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/init-tag-video.png) no-repeat center top/100% 100%;
  display: block;
  position: absolute;
  left: 3px;
  top: 245px;
  z-index: 1;
}

.init-tag1 .btn-video {
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/init-tag-video1.png) no-repeat center top/100% 100%;
  top: 274px;
}

.init-tag .price {
  position: absolute;
  bottom: -107px;
  left: -46px;
  width: 178px;
  height: 68px;
  padding: 8px 0 0px 14px;
  display: block;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/init-tag-price.png) no-repeat center top/100% 100%;
  box-sizing: border-box;
  text-align: center;
}

.init-tag1 .price {
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/init-tag-price1.png) no-repeat center top/100% 100%;
}

.init-tag .price span {
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(to bottom, #fffced 20%, #fee39c 80%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.init-tag1 .price span {
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(to bottom, #fafbfe 20%, #d5d6f4 80%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

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

.gift-owned {
  width: 24px;
  height: 101px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/init-tag-owned.png) no-repeat center top/100% 100%;
  position: absolute;
  left: 55px;
  top: 152px;
  font-size: 0;
  z-index: 10;
  text-indent: -999px;
  margin: 0;
}

.init-tag1 .gift-owned {
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/init-tag-owned1.png) no-repeat center top/100% 100%;
  top: 183px;
}

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

.init-btns {
  width: 836px;
  position: absolute;
  top: 775px;
  left: 50%;
  margin-left: -418px;
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

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

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

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

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

.init-btns a.call-btn-sum.discount {
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/call-btn-ten-discount.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: 30px;
  height: 31px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/call-btn-one-icon.png) no-repeat center/100%;
  margin-top: 3px;
}

.init-btns .call-btn-sum .call-btn-text i {
  width: 29px;
  height: 31px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/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;
  line-height: 1;
}

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

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

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

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

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

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

.init-btns .zhekou {
  line-height: 32px;
  width: 138px;
  height: 35px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/call-btn-discount-bg.png) no-repeat center/100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  font-size: 15px;
  color: #4d3e6d;
  display: none;
}

.init-btns .zhekou span {
  font-family: "BeaufortForLoL-Bold";
  font-size: 20px;
  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, #8d654e 20%, #451e24 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: 913px;
  left: 50%;
  margin-left: -427.5px;
  font-size: 0;
  text-align: center;
  z-index: 21;
}

.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;
  color: #fbe0cb;
  /*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/a20251204checkerboard/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/a20251204checkerboard/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/a20251204checkerboard/hover-arrow.png) no-repeat center top/100% 100%;
}

.gift-tips {
  position: absolute;
  right: 62px;
  top: 788px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
}

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

.gift-tips span.col { color: #fff1b7;}

.gift-tips ul {
  display: flex;
  justify-content: right;
  margin-top: 7.5px;
}
.gift-tips ul li {
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-pic-bg.png) no-repeat center top/100% 100%;
  width: 50px;
  height: 50px;
  position: relative;
  margin-left: 6px;
}
.gift-tips ul li img {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 6px;
  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 {
  width: 160px;
  height: 209px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 737px;
  padding-top: 70px;
  box-sizing: border-box;
  z-index: 12;
}
.gift-progbar-entrance::after {
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-progbar-entrance.png) no-repeat center top/100%;
  width: 400px;
  height: 224px;
  left: 50%;
  top: -30px;
  margin-left: -189px;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.gift-progbar-entrance > img {
  width: auto;
  height: 82.5px;
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
  margin-left: 2px;
  z-index: 3;
}
.gift-progbar-entrance > img[src*=jd-gift0] {
  width: auto;
  left: 51%;
}
.gift-progbar-entrance > img[src*=jd-gift2] {
  left: 46.5%;
}
/*.gift-progbar-entrance > img[src*=jd-gift2] {
  width: 90px;
  height: auto;
}*/
.gift-progbar-entrance > span {
  position: absolute;
  right: 25px;
  top: 95px;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  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 {
  width: 279px;
  height: 136px;
  line-height: 136px;
  color: #f9eae0;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 82px;
  left: 50%;
  margin-left: -139px;
  z-index: 5;
  box-sizing: border-box;
  pointer-events: none;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-progbar-entrance-desc.png) no-repeat center top/100%;
}
.gift-progbar-entrance p strong {
  display: flex;
  justify-content: center;
  align-items: center;
	background: linear-gradient(to bottom, #f6f6f6 10%, #fed7bd 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: -5px;
}
.gift-progbar-entrance p span {
  font-weight: bold;
  font-family: "BeaufortforLOL-Bold";
  font-size: 22px;
  margin-right: 2px;
}
.gift-progbar-entrance p b {
  font-weight: normal;
}
.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: block;
}
.gift-progbar-entrance.unlock::before {
  display: block;
  content: "";
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-progbar-entrance-on.png) no-repeat center top/100%;
  width: 35px;
  height: 31px;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translateX(-50%);
  z-index: 7;
  margin: -31px 0 0 -5px;
}
.gift-progbar-entrance.unlock::after {
  z-index: 2;
}

.gift-progbar-entrance.unlock img {
	-webkit-filter: brightness(0.5); -moz-filter: brightness(0.5); -ms-filter: brightness(0.5); -o-filter: brightness(0.5); filter: brightness(0.5);
}

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

.gift-progbar-box {
  width: 1042px;
  height: 193.5px;
  position: absolute;
  left: 50%;
  top: 584px;
  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: 1042px;
  height: 18px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/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%;
  position: relative;
}

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

.gift-progbar .pbar-line span i {
  display: block;
  width: 1042px;
  height: 18px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/progress-bar-i.png) no-repeat right center;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

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

.gift-progbar .jd-drop {
  width: 120%;
  height: 100%;
  position: absolute;
  top: -76px;
  left: 0;
  padding-left: 2px;
  color: #fff;
  font-size: 0;
  z-index: 3;
  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: 66px;
  position: relative;
  margin-left: 50px;
}
.gift-progbar .jd-drop .jd-gift-box {
  width: 66px;
  height: 66px;
  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: 66px;
  height: 67px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/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: 67px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.gift-progbar .jd-drop .gift-box img[src*=jd-gift0] {
  margin: 0px 0 0 12px;
}
.gift-progbar .jd-drop .gift-box img[src*=jd-gift1] {
  height: 48px;
  margin: 1px 0 0 3px;
}
.gift-progbar .jd-drop .jd-gift-name {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 51.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/a20251204checkerboard/pbar-gift-checked.png) no-repeat center top/100%;
  display: none;
}
.gift-progbar .jd-drop .pbar-num {
  width: 58px;
  height: 19px;
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 19px auto 0;
  font-size: 18px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/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: 19px;
  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(1);
}
.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: 239px;
  box-sizing: border-box;
  height: 60px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/progress-hover.png) no-repeat center top/100%;
  margin-left: -119.5px;
  font-size: 16.5px;
  top: -65px;
  padding-bottom: 5px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  transform: translateY(-10px);
  transition: 0.3s ease-out visibility, 0.3s ease-out opacity, 0.3s ease-out transform;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 6px;
}
.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: 0;
  left: 0;
  padding-left: 2px;
  text-align: left;
  font-size: 0;
  pointer-events: none;
  z-index: 4;
}
.num-list li {
  display: inline-block;
  vertical-align: top;
  width: 66px;
  position: relative;
  margin-left: 50px;
  font-size: 18px;
  color: #300d17;
  /*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: 19px;
  text-align: center;
  font-family: "BeaufortforLOL-Bold";
}


.pbar-desc {
  position: absolute;
  top: 132px;
  right: 0;
  color: #fff1b8;
  font-size: 17px;
  line-height: 1.2;
  text-align: right;
  box-sizing: border-box;
  font-weight: bold;
  pointer-events: none;
}
.pbar-desc span {
  color: #ffebde;
  /* background: linear-gradient(to bottom, #fffbec 10%, #fff4c8 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.pbar-desc span em {
  font-weight: bold;
}

.pbar-curnum {
  position: absolute;
  left: 0;
  top: 132px;
  color: #ffe6d5;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  text-align: left;
}

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

.gift-dh {
  position: absolute;
  top: 220px;
  right: 31px;
  width: 324px;
  height: 140px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-dh.png) no-repeat center center/100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 34px 0 24px;
}

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

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

.gift-dh .num-box p {
  font-weight: bold;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  font-family: "BeaufortforLOL-Bold";
  color: #fae5c4;
  background: linear-gradient(to bottom, #f7e8cc, #ffe1b9);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.have-box {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-16px, 0);
}

.gift-dh .have {
  display: none;
}

.gift-dh .num {
  min-width: 38px;
  height: 21px;
  margin-left: 7.5px;
  text-align: center;
  padding: 0 3.75px;
}

.gift-dh .gift-dh-exchangeshop {
  display: block;
  width: 133px;
  height: 37px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-dh-exchangeshop.png) no-repeat center center/100% 100%;
  color: #ecc9a9;
  font-size: 18px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  left: -10px;
}
.gift-dh .hover {
  position: absolute;
  left: -150px;
  top: 0px;
  width: 146.25px;
  height: 478.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20251204checkerboard/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/a20251204checkerboard/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/a20251204checkerboard/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/a20251204checkerboard/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/a20251204checkerboard/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/a20251204checkerboard/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;
  right: 56px;
  top: 339px;
  width: 272px;
}

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

.gift-list-title {
  margin: 0 auto -5px;
  width: 119px;
  height: 33px;
  font-size: 0;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  text-indent: 999px;
}

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

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

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

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

.gift-list-img {
  width: 272px;
  height: 166px;
  position: relative;
}

.gift-list .gift-list-img-mask {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-list-img-mask.png);
  mask-image: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-list-img-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.gift-list .li2 .gift-list-img-mask {
  -webkit-mask-image: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-list-img-mask2.png);
  -webkit-mask-size: 100% 100%;
  mask-image: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-list-img-mask2.png);
  mask-size: 100% 100%;
}

.gift-list-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gift-list .gift-list-img::after {
  content: "";
  display: block;
  width: 327px;
  height: 220px;
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-list-img-border.png) no-repeat center center/100% 100%;
  position: absolute;
  top: -28px;
  left: -29px;
  pointer-events: none;
}

.gift-list .li2 .gift-list-img::after {
  background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-list-img-border2.png) no-repeat center center/100% 100%;
}

.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/a20251204checkerboard/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/a20251204checkerboard/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;
  font-size: 1px;
}

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

.qcwx-login, .milo-qcwx-login, .qConnectLogin {
  z-index: 9999;
}

.show-m {
  display: none;
}

.gift-bundle2 { width: 277px; height: 235px; position: absolute; z-index: 5; top: 691px; left: 24px; display: none;}
.gift-bundle2 a { width: 100%; height: 100%; display: block; }
.gift-bundle2 a img { width: 100%; height: 100%; }

.gift-bundle3 { position: absolute; z-index: 7; top: 568px; left: 213px; width: 308px; height: 124px;}
.gift-bundle3.not .info-tip-cookie { opacity: 0 !important;}
.gift-bundle3:before { content: ""; width: 637px; height: 174px; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-bundle3.png) no-repeat 0 0/100%; position: absolute; z-index: 1; top: -36px; left: -116px; pointer-events: none;}
.gift-bundle3 .probabilityNum { width: 136px; height: 40px; font-size: 36px; line-height: 40px; color: #ffeed1; font-family: "BeaufortForLoL-Bold"; text-align: center; position: absolute; z-index: 3; top: 29px; left: 98px; }
.gift-bundle3 .probabilitytext { width: 136px; height: 40px; font-size: 15px; line-height: 22px; color: #fff; text-align: center; position: absolute; z-index: 3; top: 72px; left: 98px; }
.gift-bundle3 .num { width: 80px; height: auto; font-size: 16px; line-height: 24px; color: #fff; font-family: "BeaufortForLoL-Bold"; text-align: left; position: absolute; z-index: 3; left: 68px; top: 84px; text-shadow: 0 0 1px #4d0000ed, 0 0 3px #4d0000ed, 0 0 5px #4d0000ed; }
.gift-bundle3 .num span { font-size: 22px; margin-left: 4px;}
.gift-bundle3 .info-tip-cookie { width: 378px; height: 130px; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/info-tip-cookie.png) no-repeat center top/100% 100%; position: absolute; left: 0px; bottom: 100%; pointer-events: none; opacity: 0; transform: translateY(-10px); transition: all .3s; }
.gift-bundle3:hover .info-tip-cookie { display: block; transform: translateY(0); opacity: 1;}
.hover-rhhd { width: 107px; height: 23px; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/text-rhhd.png) no-repeat 0 0/100%; position: absolute; left: 9px; top: 119px; z-index: 3; cursor: pointer; }

.gift-bundle4 { width: 332px; height: 276px; position: absolute; z-index: 6; left: 185px; top: 295px; }
.gift-bundle4 img { width: 171px; height: auto; position: absolute; top: 0; left: 55px; }
.gift-bundle4 .btn-gift-lq { display: block; width: 145px; height: 41px; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-bundle4-btn.png) no-repeat center center/100% 100%; color: #ffecc1; font-size: 20px; font-weight: bold; line-height: 41px; text-align: center; box-sizing: border-box; position: absolute; top: 164px; left: 67px; }
.gift-bundle4 .btn-gift-lq span { background: linear-gradient(to bottom, #fff8e3 10%, #ffe3a9 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: 332px; height: 76px; background: url(//game.gtimg.cn/images/lol/act/a20251204checkerboard/gift-bundle4-zs.png) no-repeat 0 0/100%; padding: 15px 0 0 70px; position: absolute; left: 0; bottom: 0; }
.gift-bundle4 .gift-bundle4-zs span { width: 100%; height: auto; display: block; font-size: 17px; line-height: 22px; color: #fff; text-align: left; text-shadow: 0 0 4px #70069340;}
.gift-bundle4 .gift-bundle4-zs p { width: 100%; height: auto; font-size: 17px; line-height: 22px; 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);}

.moving-div{z-index:10;position:absolute;left:263px;top:701px;width:318px;height:318px;transition:none;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:0;pointer-events:none;transform:translate(-50%,-50%)}
.moving-div canvas{display:block;width:100%;height:100%}

.coin-bg { width: 100%; height: 100%; position: absolute; top: -80px; left: 0; z-index: -1; }
.coin-bg video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }

#content .consumptiongifts-floating {
  left: 30rem;
  top: 580rem;
}

.wrap.show-qp .anim-tag1,.wrap.show-qp .anim-tag2,.wrap.show-qp .gift-list li.li1,.wrap.show-qp .gift-list li.li2 { display: none;}
.wrap.show-js .anim-tag3,.wrap.show-js .anim-tag4,.wrap.show-js .gift-list li.li3,.wrap.show-js .gift-list li.li4 { display: none;}
.load-img { position: absolute; top: 0; left: 0; pointer-events: none; opacity: 0; width: 100%; height: 10px; overflow: hidden;}
.load-img img { display: block; width: 100%;}
/*# sourceMappingURL=index.css.map */