@charset "UTF-8";
.lol-uikit-dialog-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(1, 10, 19, 0.5);
}

.lol-uikit-dialog-frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 10, 19, 0.8);
  z-index: -1;
}

.lol-uikit-dialog-frame-container {
  position: relative;
  min-width: 400px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0);
  -o-border-image: linear-gradient(0deg, #614a1f 0, #463714 5px, #463714) 1 stretch;
  border-image: linear-gradient(0deg, #614a1f 0, #463714 5px, #463714) 1 stretch;
  background: #010a13;
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(1, 10, 19, 0.48);
}

.lol-uikit-dialog-frame-container::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.lol-uikit-dialog-frame-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-align: center;
  color: #f0e6d2;
  font-size: 16px;
  border-bottom: thin solid #1e2328;
  pointer-events: none;
}

.lol-uikit-dialog-frame-content {
  display: flex;
  color: #f0e6d2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lol-uikit-dialog-frame-sub-border:before, .lol-uikit-dialog-frame-sub-border:after {
  content: "";
  position: absolute;
  display: flex;
  box-sizing: border-box;
  left: 12px;
  width: calc(100% - 24px);
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0;
  border-image-width: 4px 4px 0 4px;
  border-image-slice: 4 4 0 4;
  border-image-repeat: stretch;
}

.lol-uikit-dialog-frame-sub-border:before {
  top: -6px;
  border-image-source: url(https://game.gtimg.cn/images/lol/client/lcu/sub-border-secondary-horizontal.png);
}

.lol-uikit-dialog-frame-sub-border:after {
  bottom: -6px;
  border-image-source: url(https://game.gtimg.cn/images/lol/client/lcu/sub-border-primary-horizontal.png);
}

.lol-uikit-dialog-frame-button {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  justify-content: center;
  display: inline-flex;
  z-index: 1001;
}

.lol-uikit-dialog-frame-button-group {
  position: relative;
  background-color: #010a13;
  padding: 0 2px;
  display: flex;
}

.lol-uikit-dialog-frame-button-group .button,
.lol-uikit-dialog-frame-button-group .lol-uikit-button-wrapper {
  margin: 0 2px;
}

.lol-uikit-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 0;
}
.lol-uikit-button-wrapper .button {
  width: 140px;
  height: 32px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/pop-btn-cancel.png) no-repeat;
  background-size: 100% 100%;
  color: #f0e6d2;
  font-size: 12px;
  letter-spacing: 2px;
  text-indent: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  transition: 0.3s;
  margin: 0 10px;
}
.lol-uikit-button-wrapper .button:hover {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/pop-btn-cancel-hover.png) no-repeat;
  background-size: 100% 100%;
}
.lol-uikit-button-wrapper .button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/pop-btn-cancel-hover.png) no-repeat;
  background-size: 100% 100%;
}
.lol-uikit-button-wrapper .button span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lol-uikit-dialog-frame-button-group:before, .lol-uikit-dialog-frame-button-group:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-top: 2px solid rgba(0, 0, 0, 0);
  height: 10px;
}

.lol-uikit-dialog-frame-button-group:before {
  left: 0;
  border-right: 2px solid #614a1f;
}

.lol-uikit-dialog-frame-button-group:after {
  right: 0;
  border-left: 2px solid #614a1f;
}

.lol-uikit-dialog-frame-close-button {
  position: absolute;
  right: 6px;
  top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  cursor: pointer;
  mask-image: url(https://game.gtimg.cn/images/lol/client/lcu/close.png);
  mask-size: contain;
  -webkit-mask-image: url(https://game.gtimg.cn/images/lol/client/lcu/close.png);
  -webkit-mask-size: contain;
  background-color: #a09b8c;
  transition: background-color 0.3s ease-in-out;
}

.lol-uikit-dialog-frame-close-button:hover {
  background-color: #c7c3b8;
}

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

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

fieldset, img {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
}

strong, th {
  font-weight: 700;
}

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

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

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

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

body, html {
  overflow: hidden;
}

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

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

.header {
  position: relative;
  width: 784px;
  margin: 0 0 0 35px;
  padding-top: 79px;
  z-index: 1000;
}

.Menu {
  margin-top: 9px;
}

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

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

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

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

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

.SubNavList a {
  color: #c1b99e;
}

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

.clearfix {
  zoom: 1;
}

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

div {
  outline: 0;
}

.content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.inner {
  width: 100%;
  height: 640px;
  padding-top: 35px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1055px;
  height: 640px;
  z-index: -1;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/bg.jpg) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}

.blue .bg {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/bg2.jpg) no-repeat;
  background-size: 100% 100%;
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 4px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  height: 1px;
  border-radius: 4px;
  background-color: #AD9C68;
}

::-webkit-scrollbar-thumb:hover {
  height: 1px;
  border-radius: 4px;
  background-color: #d9c67a;
}

::-webkit-scrollbar-thumb:disabled {
  background-color: #463c76;
}

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

.loading .sprite-spinner {
  width: 40px;
  height: 40px;
  background: url("https://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;
}

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

/* frame end */
.login-container {
  display: none;
}

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

*[class^=m-] {
  display: none !important;
}

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

.logo {
  display: none;
}

.page {
  overflow: hidden;
}

.page .bg {
  z-index: 0;
}

.page .inner {
  z-index: 1;
}

.slogan {
  width: 287px;
  height: 163.5px;
  position: absolute;
  left: 10px;
  top: 15px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/slogan.png) no-repeat center top/100% 100%;
  font-size: 0;
}

.countdown {
  width: 260px;
  height: 27px;
  line-height: 27px;
  font-size: 11px;
  color: #ffffff;
  position: absolute;
  left: 22px;
  top: 122px;
  font-weight: bold;
  text-shadow: 0 0 3px #000000;
  text-align: center;
}

.countdown::before, .countdown::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
}

.countdown::before {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/arr-left.png) no-repeat center top/100% 100%;
  margin-right: 4px;
}

.countdown::after {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/arr-right.png) no-repeat center top/100% 100%;
  margin-left: 4px;
}

.countdown span {
  font-size: 13px;
  font-family: "BeaufortforLOL-Bold";
}

.tx-box {
  display: none;
  width: 400px;
  position: absolute;
  left: 112px;
  bottom: 39px;
  flex-wrap: wrap;
  justify-content: center;
}

.blue .tx-box {
  display: flex;
}

.tx-in {
  width: 151px;
  height: 94px;
  margin: 0 18px 0 18px;
  position: relative;
}

.tx-in img {
  display: block;
  width: 141px;
  height: 84px;
  margin: 4.5px 0 0 5px;
}

.tx-in::after {
  content: "";
  width: 151px;
  height: 94px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/tx-bd.png) no-repeat center top/100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.tx-nm {
  width: 89px;
  height: 15px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/tx-tit1.png) no-repeat center top/100% 100%;
  position: absolute;
  left: 35px;
  top: -20px;
  font-size: 0;
}

.tx-nm2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/tx-tit2.png) no-repeat center top/100% 100%;
}

.right-con {
  margin: 0 0 0 0;
  position: absolute;
  right: 10px;
  top: 16px;
}

.tab-box {
  width: 575px;
  height: 590px;
  overflow: hidden;
}

.tab-boxbtn {
  width: 40px;
  height: 296px;
  position: absolute;
  left: 142px;
  top: 136px;
}

.tab-btn1, .tab-btn2 {
  height: 50%;
  position: relative;
  cursor: pointer;
}
.tab-btn1 .tip-mv, .tab-btn2 .tip-mv {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-12px, -50%);
  width: 153px;
  height: 92px;
  pointer-events: none;
  display: none;
}
.tab-btn1 .tip-mv.show, .tab-btn2 .tip-mv.show {
  display: block;
}
.tab-btn1 .tip-mv img, .tab-btn2 .tip-mv img {
  display: block;
  width: 100%;
  height: auto;
}
.tab-btn1 .tip-mv .close, .tab-btn2 .tip-mv .close {
  position: absolute;
  right: -5px;
  top: -14px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/tip-close.png) no-repeat center center;
  background-size: 50% 50%;
  width: 20px;
  height: 20px;
  pointer-events: auto;
}

.layer1, .layer2 {
  display: block;
  width: 154px;
  height: 101px;
  position: absolute;
  left: -152px;
  cursor: auto;
}

.layer1 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/layer-bg1.png) no-repeat center top/100% 100%;
  top: 25px;
}

.layer2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/layer-bg2.png) no-repeat center top/100% 100%;
  top: 18px;
}

.tab-btn1.on .layer1, .tab-btn2.on .layer2 {
  display: none;
}

.tab-btn1.on, .tab-btn2.on {
  pointer-events: none;
}

.layer-close {
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 6px;
  cursor: pointer;
}

.tab-box {
  display: none;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/tab1-bg.png) no-repeat right top/440.5px 564px;
}

.tab-box2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/tab2-bg.png) no-repeat right top/440.5px 564px;
}

.call-num {
  width: 128px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #303283;
  margin: 52px 0 0 307px;
  letter-spacing: 1px;
}

.call-num span {
  display: inline-block;
  padding-left: 2px;
  font-family: "BeaufortforLOL-Bold";
}

.right-top-btn {
  width: 87px;
  height: 21px;
  position: absolute;
  right: 14px;
  top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.right-top-btn a {
  display: block;
  width: 35px;
  height: 21px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  text-decoration: underline;
  color: #22438a;
}

.blue .right-top-btn a {
  color: #084e70;
}

.view-btn {
  display: block;
  width: 142px;
  height: 31px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/view-btn.png) no-repeat center top/100% 100%;
  position: absolute;
  left: 142px;
  bottom: 180px;
  font-size: 9px;
  font-weight: bold;
  color: #1b0d01;
  text-align: center;
  line-height: 31px;
}

.view-btn i {
  display: block;
  font-style: normal;
  position: relative;
}

.view-btn i::before, .view-btn i::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  vertical-align: middle;
  margin: 0 4px 0;
}

.view-btn i::before {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/arr-left3.png) no-repeat center top/100% 100%;
}

.view-btn i::after {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/arr-right3.png) no-repeat center top/100% 100%;
}

.blue .view-btn {
  display: block;
}

.prize-box {
  width: 382px;
  margin: 17px 0 0 179px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.prize-in {
  width: 160px;
  height: 143px;
  margin: 0 9px 0 9px;
}

.prize-tit {
  width: 160px;
  height: 22px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prize-t1.png) no-repeat center top/100% 100%;
  font-size: 0;
  margin: 0 auto 7px;
}

.prize-tit2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prize-t2.png) no-repeat center top/100% 100%;
}

.prize-pic {
  width: 160px;
  height: 90px;
  position: relative;
}

.prize-pic .prize-mask,
.prize-pic .s-prize {
  margin-top: 2px;
}

.prize-pic video,
.prize-pic img {
  width: 152px;
  height: 84px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.98);
  object-fit: cover;
}

.prize-pic::after {
  content: "";
  width: 160px;
  height: 90px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prize-bd.png) no-repeat center top/100% 100%;
}

.prize-name {
  padding-top: 3px;
  text-align: center;
  line-height: 14px;
  color: rgba(38, 73, 146, 0.8);
  font-size: 10px;
  font-weight: bold;
}

.prize-mask {
  display: none;
  width: 160px;
  height: 90px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prize-mask.png) no-repeat center top/100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.prize-in.on .prize-mask {
  display: block;
}

.prize-box2 {
  width: 382px;
  margin: 8px 0 0 179px;
}

.prize-tit3 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prize-t3.png) no-repeat center top/100% 100%;
  width: 336px;
  height: 22px;
}

.second-prize-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}

.second-prize-list li, .s-prize-box, .second-prize-list .s-prize-box div {
  width: 72px;
  height: 72px;
}

.second-prize-list li {
  height: 111px;
  margin: 0 8px 0 8px;
}

.s-prize-box {
  position: relative;
}

.s-prize-box::after {
  content: "";
  width: 72px;
  height: 72px;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 10;
  pointer-events: none;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-bd.png) no-repeat center top/100% 100%;
}

.s-prize-box2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-bg.jpg) no-repeat center top/100% 100%;
}

.s-prize-mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-mask.png) no-repeat center top/100% 100%;
}

.s-check-btn {
  display: block;
  width: 67px;
  height: 18px;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 3px;
  bottom: 2px;
  font-size: 12px;
  text-align: center;
  color: #d5dcfb;
  z-index: 9;
}

.third-prize-list .s-check-btn {
  width: 45px;
  font-size: 10px;
  bottom: 2px;
}

.second-prize-list li.on .s-prize-mask {
  display: block;
}

.s-prize-name {
  padding-top: 5px;
  text-align: center;
  line-height: 14px;
  color: rgba(38, 73, 146, 0.8);
  font-size: 10px;
  font-weight: bold;
}

.s-prize1 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-pic1.jpg) no-repeat center top/100% 100%;
}

.s-prize2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-pic2.jpg) no-repeat center top/100% 100%;
}

.s-prize3 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-pic3.jpg) no-repeat center top/100% 100%;
}

.s-prize4 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-pic4.jpg) no-repeat center top/100% 100%;
}

.s-prize5 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-pic5.jpg) no-repeat center top/100% 100%;
}

.s-prize6 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-pic6.jpg) no-repeat center top/100% 100%;
}

.prize-tit4 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prize-t4.png) no-repeat center top/100% 100%;
  width: 336px;
  height: 22px;
}

.third-prize-list li, .third-prize-list li, .third-prize-list li .s-prize-box, .third-prize-list .s-prize-box div {
  width: 50px;
  height: 50px;
}

.third-prize-list li .s-prize-box::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-bd.png) no-repeat center top/100% 100%;
}

.third-prize-list li {
  height: 77px;
  margin: 0 3.5px 0 3.5px;
}

.third-prize-list .s-prize1 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/t-prize-pic1.png) no-repeat center top/100% 100%;
}

.third-prize-list .s-prize2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/t-prize-pic2.jpg) no-repeat center top/100% 100%;
}

.third-prize-list .s-prize3 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/t-prize-pic3.jpg) no-repeat center top/100% 100%;
}

.third-prize-list .s-prize4 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/t-prize-pic4.jpg) no-repeat center top/100% 100%;
}

.third-prize-list .s-prize5 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/t-prize-pic5.png) no-repeat center top/100% 100%;
}

.third-prize-list .s-prize6 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/t-prize-pic6.png) no-repeat center top/100% 100%;
}

.third-prize-list .s-prize7 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/t-prize-pic7.png) no-repeat center top/100% 100%;
}

.call-btn {
  display: block;
  width: 212px;
  height: 66px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/call-btn.png) no-repeat center top/100% 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s;
  -webkit-transition: -webkit-filter 0.3s;
}
.call-btn.disabled {
  pointer-events: none;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  filter: grayscale(0.5);
}

.call-btn.gray {
  font-size: 17px;
  color: #3f1c00;
  font-weight: bold;
}

.call-btn.gray i, .call-btn.gray em, .call-btn.gray strong {
  display: none;
}

.call-btn i {
  display: inline-block;
  width: 23px;
  height: 24px;
  margin-right: 2px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/dj-icon.png) no-repeat center top/100% 100%;
}

.call-btn span {
  font-size: 20px;
  color: #3f1c00;
  font-weight: bold;
  text-decoration: line-through;
  font-family: "BeaufortforLOL-Bold";
}

.call-btn em, .call-btn strong {
  color: #3f1c00;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#3f1c00), to(#3f1c00));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.call-btn em {
  font-size: 20px;
  display: inline-block;
  margin: 0 5px 0 3px;
  font-family: "BeaufortforLOL-Bold";
}

.call-btn strong {
  font-size: 16px;
}

.unlock-prompt-text {
  width: 385px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  position: absolute;
  right: 17px;
  top: 600px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 0 0 #303283, 0 1px 0 #303283, 0 -1px 0 #303283, -1px 0 0 #303283, 1px 0 1px #303283, 0 1px 1px #303283, 0 -1px 1px #303283, -1px 0 1px #303283;
}

.unlock-prompt-text strong {
  font-weight: bold;
}

.s-prize-box:hover .hover-tips {
  display: flex;
}

.second-prize-list .hover-tips {
  display: none;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 38.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/hover-tips-bg.png) no-repeat center top/100% 100%;
  position: absolute;
  left: 50%;
  transform: translate(-70%, 0px);
  bottom: 100%;
  font-size: 9px;
  color: #fff;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0 6px 0;
}

.second-prize-list .hover-tips::after {
  content: "";
  display: none;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 27.5%;
  top: 100%;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/hover-arr-icon.png) no-repeat center top/100% 100%;
}

.blue .call-num {
  color: #3a2932;
}

.blue .prize-tit {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/e-prize-t1.png) no-repeat center top/100% 100%;
}

.blue .prize-tit2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/e-prize-t2.png) no-repeat center top/100% 100%;
}

.blue .prize-tit3 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/e-prize-t3.png) no-repeat center top/100% 100%;
}

.blue .prize-tit4 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/e-prize-t4.png) no-repeat center top/100% 100%;
}

.blue .s-prize-name {
  color: #084e70;
}

.blue .prize-name {
  color: #084e70;
}

.blue .prize-pic::after {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prize-bd2.png) no-repeat center top/100% 100%;
}

.blue .s-prize-box::after {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-bd2.png) no-repeat center top/100% 100%;
}

.blue .s-prize-box2 {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-bg2.jpg) no-repeat center top/100% 100%;
}

.blue .third-prize-list li .s-prize-box::after {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-bd2.png) no-repeat center top/100% 100%;
}

.blue .prize-tips {
  color: #efe4ff;
  text-shadow: 1px 1px 1px #493971, 1px -1px 1px #493971, -1px -1px 1px #493971, -1px 1px 1px #493971;
}

.blue .call-btn {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/call-btn2.png) no-repeat center top/100% 100%;
  width: 212px;
  height: 66px;
}

.blue .call-btn i {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/dj-icon2.png) no-repeat center top/100% 100%;
}

.blue .call-btn span {
  color: #3f1c00;
}

.blue .call-btn em, .blue .call-btn strong {
  color: #3f1c00;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#3f1c00), to(#3f1c00));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue .unlock-prompt-text {
  color: #ffffff;
  text-shadow: 1px 0 0 #275064, 0 1px 0 #275064, 0 -1px 0 #275064, -1px 0 0 #275064, 1px 0 1px #275064, 0 1px 1px #275064, 0 -1px 1px #275064, -1px 0 1px #275064;
}

.blue .s-check-btn {
  color: #b4ffe9;
}

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

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

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

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

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

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

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

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

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

.pop-gift-vbg-ani {
  width: 1055px;
  height: 720px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  pointer-events: none;
  display: none;
}

.pop-gift-vbg-ani video,
.pop-gift-vbg-ani canvas {
  width: 1055px;
  height: 720px;
}

.pop-gift-vbg-ani {
  top: -80px;
}

.pop {
  outline: none;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
}

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

.pop-bd {
  width: 449px;
  height: 253px;
}

.pop-close {
  display: block;
  width: 22px;
  height: 22px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/close-btn.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 13px;
  right: -16px;
  text-indent: -9999px;
  z-index: 20;
}

.pop-comm {
  width: 449px;
  height: 253px;
  padding: 5px 15px 20px 15px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/pop-bg1.png) no-repeat center top/100% 100%;
  background-size: 100% 100%;
}

.pop-tit {
  padding-top: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 31px;
  color: #ffeeab;
  font-size: 22px;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffeda8), to(#fffefb));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop-msg-box {
  width: 344px;
  min-height: 84px;
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-msg {
  font-size: 12px;
  color: #f0e6d2;
  line-height: 20px;
  text-align: center;
}

.pop-boxbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pop-boxbtn a {
  display: block;
  width: 163px;
  height: 34px;
  line-height: 34px;
  margin: 0 2px 0 2px;
  text-align: center;
  color: #3f1c00;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
}

.pop-boxbtn .pop-sure-btn {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/pop-btn.png) no-repeat center top/100% 100%;
}

.pop-boxbtn a i {
  font-style: normal;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#3f1c00), to(#3f1c00));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop-boxbtn2 a {
  letter-spacing: 0;
}

.pop-pool {
  width: 785px;
  height: 590px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/pop-bg2.png) no-repeat center top/100% 100%;
}

.pop-pool .pop-tit {
  padding-top: 33px;
}

.pop-pool-list {
  width: 682px;
  max-height: 463px;
  margin: 25px 0 0 25px;
  overflow: auto;
}

.pop-pool-list::-webkit-scrollbar {
  width: 4px;
  background: none;
}

.pop-pool-list::-webkit-scrollbar-thumb {
  background-color: #785A28;
  border-radius: 0;
}

.pop-pool-list li {
  width: 103px;
  height: 146px;
  float: left;
  margin: 0 8px 0 0;
}

.pop-pool-box {
  width: 103px;
  height: 103px;
  position: relative;
  overflow: hidden;
}

.pop-pool-box::after {
  content: "";
  width: 103px;
  height: 103px;
  border: 2px solid #3C3C41;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.pop-pool-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pop-pool-name {
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #A09B8C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 4px;
}

.pop-none {
  width: 100%;
  height: auto;
  background: none;
}

.pop-tit2 {
  text-indent: 14px;
  line-height: 22px;
  color: #cbfdfb;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 16px;
  background: -webkit-linear-gradient(top, #adfef9, #e1fdfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0.05rem 0;
}

.pop-tit2-line {
  width: 447.75px;
  height: 17.25px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/pop-line.png) no-repeat center top/100% 100%;
  margin: 5px auto 5px;
}

.pop-subtit {
  font-size: 22px;
  color: #adfef9;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background: -webkit-linear-gradient(top, #adfef9, #e1fdfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0.05rem 0;
}

.pop-subtit strong {
  color: #f8f79f;
  background: -webkit-linear-gradient(top, #f8f79f, #edfcea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 11px;
}

.pop-none2 .prop-box-item {
  margin: 0 10px 0 10px;
  transform: scale(0.85);
}

.pop-none2 .prop-box-reward {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85);
}

.pop-none2 .prop-box-reward2 .prop-box-item {
  zoom: 0.7;
}

.prop-box-reward {
  padding-top: 40px;
  height: auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.prop-box-item {
  width: 324px;
  margin: 0 10px 0 10px;
  position: relative;
}

.prop-hexagon {
  width: 324px;
  height: 291px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  overflow: hidden;
}

.prop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prop-hexagon.png) no-repeat center center/100% 100%;
}

.prop-box-item::after {
  content: "";
  width: 364px;
  height: 314px;
  position: absolute;
  left: -20px;
  top: -10px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prop-mask.png) no-repeat center top/100% 100%;
}

.prop-img-name {
  text-align: center;
  line-height: 20px;
  font-size: 17px;
  color: #f8f79f;
  font-weight: bold;
  margin-top: 15px;
  background: -webkit-linear-gradient(top, #f8f79f, #edfcea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0.05rem 0;
}

.blue .prop-box-item::after {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/blue-prop-mask.png) no-repeat center top/100% 100%;
}

.prop-box-reward2 .prop-box-item {
  width: 466px;
}

.prop-box-reward2 .prop-box-item::after {
  content: "";
  width: 529px;
  height: 320.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prop-mask2.png) no-repeat center top/100% 100%;
  position: absolute;
  left: -38px;
  top: -26px;
}

.prop-box-reward2 .prop-hexagon {
  width: 466px;
  height: 276px;
  clip-path: none;
}

.prop-box-reward2 .prop-img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.pop-coupons-tips {
  width: 540px;
  min-height: 15px;
  text-align: center;
  padding-bottom: 9px;
  line-height: 18px;
  font-size: 14px;
  color: #ffffff;
  margin: 25px auto 3px;
  text-align: center;
}

.pop-record-tit {
  width: 648px;
  height: 28px;
  line-height: 21px;
  color: #f0e6d2;
  font-size: 12px;
  font-weight: bold;
  border-bottom: rgba(240, 230, 210, 0.5) solid 1px;
  margin: 25px auto 0;
}

.pop-record-tit p {
  width: 190px;
  float: left;
  text-align: center;
}

.pop-record-tit p:nth-child(2) {
  width: 260px;
}

.pop-record-tit p:last-child {
  float: right;
}

.pop-record-list {
  width: 648px;
  margin: 0 auto;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pop-record-list li {
  width: 648px;
  float: left;
  height: 38px;
  border-bottom: rgba(240, 230, 210, 0.3) solid 1px;
}

.pop-record-list li:last-child {
  border-bottom: none;
}

.pop-record-list li p {
  float: left;
  height: 36px;
  text-align: center;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #f0e6d2;
}

.pop-record-list .pop-record-time {
  width: 190px;
}

.pop-record-list .pop-server-name {
  width: 190px;
  float: right;
}

.pop-record-list .pop-prop-name {
  width: 260px;
  font-weight: bold;
  color: #f0e6d2;
}

.prompt-no-buy {
  text-align: center;
  line-height: 60px;
  color: #f0e6d2;
  font-size: 24px;
}

.page-turning-in {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-turning-in a {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #fff09d;
  text-decoration: underline;
}

.page-turning-in a:hover, .page-turning-in a.on {
  color: #fff09d;
  font-weight: bold;
}

.page-turning-in a.page-prev-btn {
  width: 24px;
  height: 24px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/page-prev-btn.png) no-repeat center top/100% 100%;
  margin-right: 14px;
}

.page-turning-in a.page-next-btn {
  width: 24px;
  height: 24px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/page-next-btn.png) no-repeat center top/100% 100%;
  margin-left: 16px;
}

.page-turning-in span {
  display: block;
  padding: 0 5px 0 6px;
  color: #fff09d;
}

.pop-rule-list {
  width: 680px;
  height: 457px;
  padding: 20px 20px;
  overflow: auto;
  margin: 5px;
}

.pop-rule-list li {
  width: 650px;
  float: left;
  color: #f0e6d2;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
  text-align: justify;
}

.pop-rule-list li:last-child {
  margin-bottom: 0;
}

.pop-rule-list li strong {
  display: block;
  padding-top: 4px;
}

.pop-rule-list::-webkit-scrollbar {
  width: 5px;
}

.pop-rule-list::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #785A28;
  border-radius: 3px;
  border-radius: 0;
}

.pop-rule-list li strong {
  display: block;
  padding: 3px 0 3px 0;
  color: #fff09d;
  font-size: 14px;
  font-weight: bold;
}

.pop-rule-tab {
  width: 88%;
  margin: 8px 0 8px 0;
}

.pop-rule-tab tr th, .pop-rule-tab tr td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0 5px 0;
  font-size: 12px;
  border: rgba(240, 230, 210, 0.3) solid 1px;
}

.pop-rule-tab tr th.wd1 {
  width: 50%;
}

.pop-rule-tab tr th.wd2 {
  width: 26%;
}

.pop-rule-tab tr th.wd3 {
  width: 26%;
}

.gray {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translateZ(0);
  filter: grayscale(1);
}

.pop-loading {
  z-index: 10086;
}

.pop-loading p {
  width: 184px;
  height: 25px;
  line-height: 25px;
  background-color: #1f162e;
  border: #d3bda2 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  text-align: center;
}

.pop-loading span {
  color: #fffcd2;
}

.pop-fixed {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.pop-video {
  outline: none;
  width: 700px;
  height: 400px;
  float: left;
  border: #614a1f solid 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-video .pop-close {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: -30px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/close-btn.png) no-repeat center top/100% 100%;
}

.pop-video #video {
  width: 100%;
  height: 100%;
}

.video-btn-we, .video-btn-qp, .m-qp-ani {
  display: none;
}


.prize-mask,
.s-prize-mask,
.s-prize {
  width: calc(100% - 6px) !important;
  height: calc(100% - 6px) !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.third-prize-list .prize-mask,
.third-prize-list .s-prize-mask,
.third-prize-list .s-prize {
  width: calc(100% - 4px) !important;
  height: calc(100% - 4px) !important;
}

.s-prize {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-bg.jpg) no-repeat center top/100% 100%;
}
.s-prize img {
  display: block;
  width: 100%;
  height: 100%;
}

.blue .s-prize {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-bg2.jpg) no-repeat center top/100% 100%;
}

#costContent {
  left: 23px;
  bottom: 17px;
  position: absolute;
  z-index: 21;
}

.act_nav {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-top: 0 !important;
}

.lb-cont {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 96px;
  height: 118.5px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: #050924;
  z-index: 21;
}
.lb-cont.show {
  opacity: 1;
}
.lb-cont:before {
  content: "";
  width: 118px;
  height: 141px;
  position: absolute;
  left: -11px;
  bottom: -10.5px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/lb-frame1.png) no-repeat center bottom/100% 100%;
  z-index: 0;
  pointer-events: none;
}
.lb-cont .swiper {
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow-y: visible;
  overflow: visible;
}
.lb-cont .swiper img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: contain;
}
.lb-cont .swiper a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.lb-cont .swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lb-cont .swiper-pagination .swiper-pagination-bullet {
  display: inline-flex;
  width: 4px;
  height: 4px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/swiper-pagination-1.png) no-repeat center bottom/100% 100%;
  border-radius: 0;
  margin: 0 1.5px;
  opacity: 1;
}
.lb-cont .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 6.5px;
  height: 6px;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/swiper-pagination-on-1.png) no-repeat center bottom/100% 100%;
}
.lb-cont .swiper-slide {
  width: 100%;
}
.lb-cont .swiper-slide img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.lb-cont .slide2 img {
  width: 115px;
  left: auto;
  right: 1px;
}
.lb-cont .slide3 img {
  width: 123px;
  left: 1px;
}

.blue .lb-cont {
  background: #050924;
}
.blue .lb-cont:before {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/lb-frame2.png) no-repeat center bottom/100% 100%;
}
.blue .lb-cont .swiper-pagination .swiper-pagination-bullet {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/swiper-pagination-2.png) no-repeat center bottom/100% 100%;
}
.blue .lb-cont .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/swiper-pagination-on-2.png) no-repeat center bottom/100% 100%;
}

.nav-nums {
  display: none;
}

._lottery-prize .prize-pic:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -99999;
  opacity: 0;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prize-bd-light.png) no-repeat center top/100% 100%;
}
._lottery-prize .s-prize-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -99999;
  opacity: 0;
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-bd-light.png) no-repeat center top/100% 100%;
}
._lottery-prize.obtained .s-prize-mask,
._lottery-prize.obtained .prize-mask {
  display: block;
}
._lottery-prize.highlight .prize-pic:after {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/prize-bd-light.png) no-repeat center top/100% 100% !important;
}
._lottery-prize.highlight .s-prize-box:after {
  background: url(//game.gtimg.cn/images/lol/act/a20250714fighting/s-prize-bd-light.png) no-repeat center top/100% 100% !important;
}
._lottery-prize.zoom .s-prize-box,
._lottery-prize.zoom .prize-pic {
  -webkit-animation: aniZoom 0.2s 0.5s linear 2;
  animation: aniZoom 0.2s 0.5s linear 2;
}
._lottery-prize.zoom .s-prize-box:after,
._lottery-prize.zoom .prize-pic:after {
  opacity: 1;
  animation: none;
}

@-webkit-keyframes aniZoom {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes aniZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

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