@charset "UTF-8";
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,
i {
  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;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

a:hover {
  -webkit-filter: brightness(1.1);
  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;
  -webkit-user-drag: none;
}

body {
  font: 12px "Microsoft YaHei", "LoL Display", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background-color: #000;
}

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

.subnav {
  position: absolute;
  z-index: 1000;
  top: 88px;
  left: 35px;
}

div {
  outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@font-face {
  font-family: "sellnum-1";
  src: url("//game.gtimg.cn/images/lol/common/sell/font/sellnum-1.eot");
  src: url("//game.gtimg.cn/images/lol/common/sell/font/sellnum-1.woff") format("woff"), url("//game.gtimg.cn/images/lol/common/sell/font/sellnum-1.ttf") format("truetype"), url("//game.gtimg.cn/images/lol/common/sell/font/sellnum-1.svg") format("svg");
}
@font-face {
  font-family: "lol-bold";
  src: url("//game.gtimg.cn/images/lol/act/a20250627msievent/fonts/lol-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lol-medium";
  src: url("//game.gtimg.cn/images/lol/act/a20250627msievent/fonts/lol-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "din-black";
  src: url("//game.gtimg.cn/images/lol/act/a20250627msievent/fonts/din-black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.spr,
.home-title p::before,
.top-right-btn-box a,
.matches-task .task-award,
.matches-task .btn-lq,
.custom-dropdown .selected::after,
.match-camp .select::before,
.red-blue-box .match-info .time::before {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/spr.png");
  background-size: 929px 318.5px;
  background-repeat: no-repeat;
}

.pop-spr {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop-spr.png");
  background-size: 945px 708.5px;
  background-repeat: no-repeat;
}

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

.top-box {
  display: none;
}

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

.m {
  display: none !important;
}

.loading {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/loading.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-animation: load-rotate 2s infinite;
  animation: load-rotate 2s infinite;
  background-size: cover;
  z-index: 990;
}

@-webkit-keyframes load-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}
.page-swiper .page-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.page-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.page-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.page-swiper .swiper-slide .tit-box {
  width: 100%;
  padding-left: 119.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 73px;
}
.page-swiper .bg1,
.page-swiper .bg3,
.page-swiper .bg4,
.page-swiper .bg5 {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.home-title {
  position: absolute;
  top: 32.5px;
  left: 19.5px;
  z-index: 22;
}
.home-title h2 {
  display: block;
  width: 291.5px;
  height: 79px;
  position: relative;
}
.home-title h2::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 291.5px;
  height: 79px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/tit.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.home-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 291.5px;
  height: 12px;
  font-size: 12px;
  color: #d1d1d1;
  margin-top: 7px;
  line-height: 12px;
  font-weight: bold;
}
.home-title p::before {
  content: "";
  width: 12.5px;
  height: 12px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/time_icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.nav-slide {
  position: absolute;
  top: 155px;
  height: 230px;
  left: 34.5px;
  width: 98.5px;
  z-index: 22;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/nav-slide.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.nav-slide a {
  display: block;
  height: 22px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 26px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  font-family: "Microsoft YaHei";
  color: rgba(209, 209, 209, 0.5);
  position: relative;
  margin-top: 21.5px;
}
.nav-slide a:first-child {
  margin-top: 18px;
}
.nav-slide a::before {
  content: "";
  display: none;
  pointer-events: none;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/nav-slide-on.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.nav-slide a.on {
  cursor: auto;
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
.nav-slide a.on::before {
  display: block;
}

.top-right-btn-box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 49px;
  right: 42px;
  z-index: 30;
  font-size: 0;
}
.top-right-btn-box a {
  width: 28.5px;
  height: 32px;
}
.top-right-btn-box .btn-record {
  margin-left: 10.5px;
  background-position: -39px 0;
}

.lottery-box {
  width: 110px;
  height: auto;
  position: absolute;
  top: 416px;
  left: 29.5px;
  z-index: 22;
}
.lottery-box .bg {
  display: block;
  width: 100%;
  height: 77px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/lottery_btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.lottery-box p {
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  margin-top: 4px;
  color: #e2e2e2;
  font-weight: bold;
}
.lottery-box p span {
  font-size: 12px;
  -webkit-transform: scale(0.83);
      -ms-transform: scale(0.83);
          transform: scale(0.83);
}
.lottery-box p em {
  font-family: "lol-bold";
  font-weight: normal;
}
.lottery-box .btn-lottery {
  display: block;
  width: 79px;
  height: 25.5px;
  text-align: center;
  font-size: 12px;
  line-height: 25.5px;
  color: #d1d1d1;
  font-weight: bold;
  background-position: -72.5px 0;
  margin: 4.5px auto 0;
}
.lottery-box .btn-lottery.gray {
  -webkit-filter: grayscale(1.1);
          filter: grayscale(1.1);
  pointer-events: none;
}

/* 赛事直播 */
.live-matches {
  position: relative;
  width: 100%;
  height: 100%;
}
.live-matches .btn-m-live {
  position: absolute;
  top: 49px;
  right: 115.5px;
  width: 51px;
  height: 32px;
  background-position: -811px -47px;
}
.live-matches .video-flex {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.live-matches .video-con-info {
  width: 630px;
  height: 384px;
  margin-left: 162.5px;
  margin-top: 163px;
}
.live-matches .video-title {
  width: 630px;
  height: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/video-tit.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.live-matches .video-title .v-state {
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  color: #e9372d;
  padding-left: 12.5px;
  position: relative;
}
.live-matches .video-title .v-state::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7px;
  width: 2px;
  height: 13px;
  background-color: #e9372d;
}
.live-matches .video-title .v-title {
  font-size: 12px;
  line-height: 30px;
  margin-left: 10px;
  color: rgba(209, 209, 209, 0.5);
}
.live-matches .matches-content {
  width: 214px;
  margin-left: 8.5px;
}
.live-matches .matches-pass {
  width: 100%;
  height: 94.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/matches-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 158.5px;
  overflow: hidden;
}
.live-matches .matches-pass .pass-tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #d1d1d1;
  text-align: center;
  margin-top: 18px;
}
.live-matches .matches-pass .input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 175px;
  height: 20px;
  border: 1px solid #3b3b3b;
  background-color: #161616;
  margin: 20px auto 0;
}
.live-matches .matches-pass .pass-input {
  width: 100%;
  height: 100%;
  text-align: center;
  width: 175px;
  height: 20px;
  color: #d1d1d1;
  font-size: 12px;
  background: none;
  border: none;
}
.live-matches .matches-pass .pass-input::-webkit-input-placeholder {
  color: #d1d1d1;
}
.live-matches .matches-pass .pass-input::-moz-placeholder {
  color: #d1d1d1;
}
.live-matches .matches-pass .pass-input:-ms-input-placeholder {
  color: #d1d1d1;
}
.live-matches .matches-pass .pass-input::-ms-input-placeholder {
  color: #d1d1d1;
}
.live-matches .matches-pass .pass-input::placeholder {
  color: #d1d1d1;
}
.live-matches .matches-pass .btn-dh {
  display: block;
  width: 95px;
  height: 25px;
  line-height: 25px;
  background-position: -221.5px 0;
  margin: 10px auto 0;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  font-size: 12px;
  color: #d1d1d1;
}
.live-matches .matches-box {
  width: 212px;
  margin-left: 1.5px;
  margin-top: 7.5px;
}
.live-matches .match-tabs {
  width: 100%;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 13px;
}
.live-matches .match-tabs .match-tit {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: #e9372d;
  padding-left: 7px;
  position: relative;
}
.live-matches .match-tabs .match-tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 13px;
  background-color: #e9372d;
}
.live-matches .match-tabs .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 13px;
  margin-left: 14px;
  gap: 0 7.5px;
}
.live-matches .match-tabs .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 13px;
  text-align: center;
  padding-top: 1.5px;
  color: #d1d1d1;
  border-bottom: 1px solid rgba(209, 209, 209, 0.3);
  cursor: pointer;
  position: relative;
}
.live-matches .match-tabs .tab-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.live-matches .match-tabs .tab-list li span {
  display: block;
  font-size: 12px;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.live-matches .match-tabs .tab-list li.active {
  pointer-events: none;
  border-color: #e9372d;
  color: #e9372d;
}
.live-matches .match-tabs .tab-list li.active a {
  pointer-events: none;
}
.live-matches .match-cont {
  position: relative;
  width: 212px;
  height: 167px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/matches-bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.live-matches .match-cont::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 1px;
  width: 210px;
  height: 1px;
  background-color: #3b3b3b;
}
.live-matches .match-cont .match-prog-content {
  position: relative;
  margin: 0 10px;
  height: 18.5px;
  overflow: hidden;
}
.live-matches .match-cont .swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none;
}
.live-matches .match-cont .my-match-prev,
.live-matches .match-cont .my-match-next {
  position: absolute;
  top: 5.5px;
  width: 5.5px;
  height: 8px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/prev.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: pointer;
}
.live-matches .match-cont .my-match-prev {
  left: 3px;
}
.live-matches .match-cont .my-match-next {
  right: 3px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.live-matches .match-cont .match-cont-tabs {
  height: 17.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1px;
  position: relative;
  z-index: 2;
}
.live-matches .match-cont .match-cont-tabs li {
  width: 35px;
  height: 18.5px;
  line-height: 18.5px;
  color: #d1d1d1;
  text-align: center;
  cursor: pointer;
  position: relative;
  pointer-events: all !important;
}
.live-matches .match-cont .match-cont-tabs li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.live-matches .match-cont .match-cont-tabs li span {
  position: relative;
  z-index: 2;
  display: block;
  width: 60.5px;
  -webkit-transform: scale(0.58);
      -ms-transform: scale(0.58);
          transform: scale(0.58);
  margin-left: -13px;
  white-space: nowrap;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.live-matches .match-cont .match-cont-tabs li.on {
  pointer-events: none !important;
  color: #1a1a1a;
}
.live-matches .match-cont .match-cont-tabs li.on a {
  pointer-events: none !important;
}
.live-matches .match-cont .match-cont-tabs li.on::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 17.5px;
  background-color: #e9372d;
}
.live-matches .match-cont .match-cont-box {
  width: 199.5px;
  height: 135px;
  padding-right: 2px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-left: 6px;
  margin-top: 5px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, #000 90%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #000), to(transparent));
          mask-image: linear-gradient(to bottom, #000 90%, transparent 100%);
}
.live-matches .match-cont .match-cont-box .match-cont-box-con {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.live-matches .match-cont .match-cont-box::-webkit-scrollbar {
  width: 1px;
}
.live-matches .match-cont .match-cont-box::-webkit-scrollbar-thumb {
  background-color: #e9372d;
}
.live-matches .match-cont .match-cont-box::-webkit-scrollbar-track {
  background-color: #3b3b3b;
}
.live-matches .match-cont .match-cont-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 199.5px;
  height: 53px;
  position: relative;
  border-bottom: 1px solid #3b3b3b;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
}
.live-matches .match-cont .match-cont-box li::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 209.5px;
  height: 53px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/matches-bg3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.live-matches .match-cont .match-cont-box li:last-child {
  border-bottom: none;
}
.live-matches .match-cont .match-cont-box .ing::before {
  display: block;
}
.live-matches .match-cont .match-cont-box .ing .time-status {
  color: #d1d1d1;
}
.live-matches .match-cont .match-cont-box .ing .score {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/score_bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.live-matches .match-cont .match-cont-box .ing .score p {
  color: #1a1a1a;
}
.live-matches .match-cont .match-cont-box .ing .btn-see {
  background-color: #e9372d;
  color: #1a1a1a;
}
.live-matches .match-cont .match-cont-box .end .btn-see {
  border: 1px solid #e9372d;
  color: #e9372d;
}
.live-matches .match-cont .match-cont-box .end .score {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/score_bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.live-matches .match-cont .match-cont-box .end .score p:nth-child(1) {
  color: #1b1b1b;
}
.live-matches .time-status {
  width: 74px;
  text-align: center;
  margin-top: 10px;
  color: #676767;
}
.live-matches .time {
  font-size: 20px;
  line-height: 20px;
  font-family: "din-bold";
  margin-bottom: 4px;
  margin-top: -2px;
}
.live-matches .date,
.live-matches .status {
  font-size: 12px;
  line-height: 7px;
}
.live-matches .date span,
.live-matches .status span {
  display: block;
  white-space: nowrap;
  text-align: center;
  -webkit-transform: scale(0.58);
      -ms-transform: scale(0.58);
          transform: scale(0.58);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.live-matches .team-box {
  width: 120.5px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.live-matches .team-box .team-a,
.live-matches .team-box .team-b {
  width: 38px;
  height: auto;
}
.live-matches .team-box .team-a img,
.live-matches .team-box .team-b img {
  display: block;
  width: 24px;
  height: auto;
  margin: 0 auto 0;
}
.live-matches .team-box .team-a .team-name,
.live-matches .team-box .team-b .team-name {
  font-size: 12px;
  margin-top: 3px;
}
.live-matches .team-box .team-a .team-name span,
.live-matches .team-box .team-b .team-name span {
  display: block;
  margin-left: -40%;
  width: 180%;
  font-size: 12px;
  color: #999999;
  text-align: center;
  -webkit-transform: scale(0.58);
      -ms-transform: scale(0.58);
          transform: scale(0.58);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.live-matches .team-status {
  width: 38.5px;
}
.live-matches .team-status .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38.5px;
  height: 16px;
  color: #999999;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/score_bg3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.live-matches .team-status p {
  width: 14.5px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-family: "din-bold";
  text-align: center;
  color: #999999;
}
.live-matches .btn-see {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38.5px;
  height: 12px;
  line-height: 12px;
  margin-top: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #303030;
  color: #6b6b6b;
}
.live-matches .btn-see span {
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transform: scale(0.58);
      -ms-transform: scale(0.58);
          transform: scale(0.58);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.live-matches .zm-box {
  position: relative;
  width: 212px;
  height: 95.5px;
  margin-left: 1.5px;
  margin-top: 5.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/zm-info.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.live-matches .zm-box:hover img {
  opacity: 1;
}
.live-matches .zm-box img {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: -117px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 93.5px;
  height: 120px;
}

.video-contain {
  position: absolute;
  top: 193px;
  left: 162.5px;
  width: 630px;
  height: 354px;
  z-index: 111;
}

.video-contain video {
  width: 100%;
  height: 100%;
}

/* 绽灵花开 */
.bg2 .bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/bg2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.bg2 .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/mask2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bg2 .bg-video {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.bg2 #specialVideo {
  z-index: 2;
  opacity: 0;
}

.flowers-bloom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flowers-bloom .tit-box {
  width: 100%;
  padding-left: 119.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 73px;
}
.flowers-bloom .tit-box .tit {
  width: 165.5px;
  height: 43px;
  background-position: -544px 0;
  margin: 0 auto;
}
.flowers-bloom .tit-box .sub_tit {
  color: #d1d1d1;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  margin-top: 9.5px;
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
}
.flowers-bloom .task-box {
  position: absolute;
  top: 171.5px;
  right: 40px;
  width: 214px;
  height: 305.5px;
  overflow: hidden;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/task-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flowers-bloom .task-tit {
  width: 158px;
  height: 22px;
  margin: 23.5px auto 0;
  background-position: -712px 0;
}
.flowers-bloom .task-list {
  width: 189px;
  height: 250px;
  overflow-x: hidden;
  padding-right: 5px;
  overflow-y: auto;
  margin-left: 12.5px;
}
.flowers-bloom .task-list::-webkit-scrollbar {
  width: 2px;
}
.flowers-bloom .task-list::-webkit-scrollbar-thumb {
  background-color: #5b2cf5;
}
.flowers-bloom .task-list::-webkit-scrollbar-track {
  background-color: #1c1d1d;
}
.flowers-bloom .task-list li {
  position: relative;
  width: 100%;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #747474;
}
.flowers-bloom .task-list li:last-child {
  border-bottom: none;
}
.flowers-bloom .task-list li .img-box {
  position: relative;
  width: 42.5px;
  height: 42px;
  border: 1px solid #5d5b5a;
  margin-left: 8px;
  margin-top: 10.5px;
}
.flowers-bloom .task-list li .img-box img {
  width: 100%;
  height: 100%;
}
.flowers-bloom .task-list li .img-box .num {
  position: absolute;
  left: 20px;
  top: 26px;
  font-size: 12px;
  color: #d1d1d1;
  font-family: "lol-bold";
}
.flowers-bloom .task-list li .img-box .num span {
  display: block;
  -webkit-transform: scale(0.93);
      -ms-transform: scale(0.93);
          transform: scale(0.93);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.flowers-bloom .task-list li .txt-box {
  margin-top: 11px;
  margin-left: 6px;
  font-size: 12px;
  width: 72px;
}
.flowers-bloom .task-list li .txt-box .task-name {
  width: 180%;
  height: 26px;
  line-height: 13px;
  color: #d1d1d1;
}
.flowers-bloom .task-list li .txt-box .task-num {
  line-height: 12px;
  color: #d1d1d1;
  margin-top: 4.5px;
}
.flowers-bloom .task-list li .btn-lq {
  position: absolute;
  top: 35px;
  right: 0;
  width: 53.5px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  line-height: 18px;
  color: #d1d1d1;
  font-size: 12px;
  background-position: -875px 0;
}
.flowers-bloom .task-list li .btn-lq.gray {
  -webkit-filter: grayscale(1.1);
          filter: grayscale(1.1);
  pointer-events: none;
}
.flowers-bloom .flowers-mile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 166.5px;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(96%, transparent));
  -webkit-mask-image: linear-gradient(to right, #000000 0% 90%, transparent 96% 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(96%, transparent));
          mask-image: linear-gradient(to right, #000000 0% 90%, transparent 96% 100%);
  -webkit-mask-size: 100% 130.5px;
          mask-size: 100% 130.5px;
  padding-top: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flowers-bloom .flowers-mile:hover .swiper-scrollbar {
  opacity: 1;
}
.flowers-bloom .num-box {
  width: 109.5px;
  height: 119px;
  margin-left: 168px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/mile_bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flowers-bloom .num-box img {
  display: block;
  width: auto;
  height: 39.5px;
  margin: 21px auto 0;
}
.flowers-bloom .num-box .name {
  font-size: 13px;
  line-height: 13px;
  margin-top: 3px;
  color: #d1d1d1;
  text-align: center;
}
.flowers-bloom .num-box .num {
  color: #d1d1d1;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 17px;
  margin-top: 3px;
}
.flowers-bloom .mile-list {
  width: 730px;
  height: 130.5px;
  overflow: hidden;
  position: relative;
  margin-left: 22.5px;
}
.flowers-bloom .mile-list .swiper-scrollbar-drag {
  background-color: #5b2cf5;
}
.flowers-bloom .mile-list .swiper-scrollbar {
  opacity: 0;
  background-color: #1c1d1d;
}
.flowers-bloom .mile-list ul {
  position: relative;
  width: 1380px;
  height: 90%;
}
.flowers-bloom .mile-list li {
  position: relative;
  z-index: 4;
  width: 68px;
  height: 120px;
  pointer-events: all !important;
  margin-right: 27px;
}
.flowers-bloom .mile-list li:first-child {
  margin-left: 3.5px;
}
.flowers-bloom .mile-list li:nth-last-child {
  margin-right: 0;
}
.flowers-bloom .mile-list li.active .img-box::after, .flowers-bloom .mile-list li.active .img-box::before {
  display: none;
}
.flowers-bloom .mile-list li.active .num {
  color: #d1d1d1;
}
.flowers-bloom .mile-list li.active i {
  background-position: -22.5px -111.5px;
}
.flowers-bloom .mile-list li.active a {
  display: block;
  pointer-events: all;
}
.flowers-bloom .mile-list li.on a {
  display: none;
}
.flowers-bloom .mile-list li.on .img-box::before {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/lock1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flowers-bloom .mile-list .img-box {
  position: relative;
  width: 68px;
  height: 74.5px;
  background-position: -38.5px -32.5px;
}
.flowers-bloom .mile-list .img-box em {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/mile_bd.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flowers-bloom .mile-list .img-box img {
  width: 100%;
  height: 100%;
}
.flowers-bloom .mile-list .img-box::before {
  content: "";
  position: absolute;
  top: 29.5px;
  left: 25.5px;
  width: 19px;
  height: 19px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/lock2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
.flowers-bloom .mile-list .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-mask-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/mask.png");
          mask-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/mask.png");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.flowers-bloom .mile-list .img-box a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.flowers-bloom .mile-list .img-box .num {
  position: absolute;
  font-size: 13px;
  color: #7d7d7d;
  font-family: "lol-bold";
  letter-spacing: 1px;
  top: 53px;
  right: 0;
  z-index: 4;
  text-shadow: 0px 0px 1px #010a13, 0 1px 0 #010a13, 0 -1px 0 #010a13, 1px 0 0 #010a13, -1px 0 0 #010a13, 0 0 1px #010a13;
}
.flowers-bloom .mile-list i {
  display: block;
  width: 22.5px;
  height: 21.5px;
  margin: 0 auto 0;
  background-position: -8px -38.5px;
}
.flowers-bloom .mile-list .require-num {
  text-align: center;
  font-size: 14.5px;
  line-height: 14.5px;
  color: #d1d1d1;
  margin-top: 3px;
}
.flowers-bloom .mile-list .progress {
  position: absolute;
  left: 15px;
  top: 80.5px;
  width: 1345px;
  height: 7.5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #707176;
  background-color: #353535;
  border-left: none;
}
.flowers-bloom .mile-list .progress::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -15px;
  width: 17px;
  height: 9.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/line_bf1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flowers-bloom .mile-list .progress .progress-bar {
  position: absolute;
  z-index: 2;
  left: 1px;
  top: 0;
  width: auto;
  height: 7.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/line1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.flowers-bloom .mile-list .progress .progress-bar::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -15px;
  width: 17px;
  height: 7.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/line_bf2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flowers-bloom .tips-box {
  position: absolute;
  bottom: 128px;
  left: 0;
  z-index: 22;
  width: 134.5px;
  height: 38.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/tips.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
}
.flowers-bloom .tips-box p {
  color: #fff;
  line-height: 12px;
  margin-top: 9px;
}

/* 终极预言 */
.ultimate-prophecy {
  width: 100%;
  height: 100%;
}
.ultimate-prophecy .tit-box {
  margin-top: 126px !important;
}
.ultimate-prophecy .tit {
  width: 165.5px;
  height: 43px;
  background-position: -112px -35px;
  margin: 0 auto;
}
.ultimate-prophecy .sub_tit {
  font-size: 12px;
  line-height: 9px;
  color: #d1d1d1;
  margin-top: 11px;
}
.ultimate-prophecy .sub_tit span {
  display: block;
  font-size: 12px;
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  text-align: center;
}
.ultimate-prophecy .sub_tit em {
  color: #ee382e;
  font-style: normal;
  font-weight: normal;
}
.ultimate-prophecy .ultimate-box {
  width: 428.5px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 119.5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 26.5px auto 0;
}
.ultimate-prophecy .ultimate-box .ultimate-item {
  position: relative;
  width: 194px;
  height: 260px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/select1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ultimate-prophecy .ultimate-box .btn-select {
  position: absolute;
  width: 105px;
  height: 27px;
  bottom: 49.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: -164px -88px;
}
.ultimate-prophecy .ultimate-box .text1,
.ultimate-prophecy .ultimate-box .true_txt,
.ultimate-prophecy .ultimate-box .yc_txt,
.ultimate-prophecy .ultimate-box .text2 {
  position: absolute;
  width: 100%;
  height: 14.5px;
  line-height: 14.5px;
  bottom: 55.5px;
  left: 0;
  text-align: center;
  display: none;
  color: #d1d1d1;
  letter-spacing: 1.5px;
  text-indent: 1.5px;
  font-weight: bold;
}
.ultimate-prophecy .ultimate-box .end .btn-select,
.ultimate-prophecy .ultimate-box .true .btn-select,
.ultimate-prophecy .ultimate-box .false .btn-select,
.ultimate-prophecy .ultimate-box .on .btn-select {
  display: none;
}
.ultimate-prophecy .ultimate-box .end .text1 {
  display: block;
  color: #676767;
}
.ultimate-prophecy .ultimate-box .true,
.ultimate-prophecy .ultimate-box .false,
.ultimate-prophecy .ultimate-box .on {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/select2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ultimate-prophecy .ultimate-box .true .true_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ultimate-prophecy .ultimate-box .true i {
  width: 27.5px;
  height: 34px;
  margin-top: -7px;
  margin-left: -3px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/yl-icon7.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ultimate-prophecy .ultimate-box .true::before {
  content: "";
  position: absolute;
  bottom: 52px;
  left: 49px;
  width: 45.5px;
  height: 18.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/icon2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ultimate-prophecy .ultimate-box .false .text2 {
  display: block;
  color: #676767;
}
.ultimate-prophecy .ultimate-box .on .yc_txt {
  display: block;
}
.ultimate-prophecy .ultimate-box .on::before {
  content: "";
  position: absolute;
  bottom: 52.5px;
  left: 90px;
  width: 45.5px;
  height: 18.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/icon2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ultimate-prophecy .team img {
  display: block;
  height: 73px;
  width: auto;
  margin: 70px auto 0;
}

/* 神话图鉴 */
.mythological-illustrated {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mythological-illustrated .icon {
  position: absolute;
  top: 52.5px;
  right: 42px;
  width: 188px;
  height: 75px;
  background-position: -133.5px -209px;
}
.mythological-illustrated .icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 75px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/yl-icon3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mythological-illustrated .icon .fire-num {
  position: absolute;
  width: 70px;
  right: 0;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #d1d1d1;
  -webkit-transform: scale(0.83);
      -ms-transform: scale(0.83);
          transform: scale(0.83);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  bottom: 13px;
}
.mythological-illustrated .icon.on a {
  pointer-events: none;
}
.mythological-illustrated .icon.on a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-mask-image: url(//game.gtimg.cn/images/lol/act/a20250627msievent/mask.png);
          mask-image: url(//game.gtimg.cn/images/lol/act/a20250627msievent/mask.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.mythological-illustrated .icon.on a::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 24px;
  width: 19px;
  height: 19px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/lock1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
.mythological-illustrated .icon.gray a {
  pointer-events: none;
}
.mythological-illustrated .icon.gray a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-mask-image: url(//game.gtimg.cn/images/lol/act/a20250627msievent/mask.png);
          mask-image: url(//game.gtimg.cn/images/lol/act/a20250627msievent/mask.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.mythological-illustrated .icon.gray a::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 24px;
  width: 19px;
  height: 19px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/lock2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
.mythological-illustrated .icon a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mythological-illustrated .tit-box {
  margin-top: 73px;
}
.mythological-illustrated .tit-box .tit {
  width: 165.5px;
  height: 43px;
  margin: 0 auto;
  background-position: -297.5px -56.5px;
}
.mythological-illustrated .tit-box .sub_tit {
  font-size: 12px;
  line-height: 12px;
  margin-top: 9.5px;
  text-align: center;
  color: #d1d1d1;
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
}
.mythological-illustrated .illustrated-box {
  width: 600px;
  padding-left: 119.5px;
  margin: 18.5px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mythological-illustrated .illustrated-box li {
  position: relative;
  width: 168.5px;
  margin-bottom: 17px;
}
.mythological-illustrated .illustrated-box li.active .illus-box {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/illustrated_bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mythological-illustrated .illustrated-box li.active .illus-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/mask3_1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mythological-illustrated .illustrated-box li.active .btn-illus {
  background-position: -633px -50.5px;
  color: #ffffff;
}
.mythological-illustrated .illustrated-box li.active .btn-illus i {
  display: none;
}
.mythological-illustrated .illustrated-box li.on .illus-box {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/illustrated_bg3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mythological-illustrated .illustrated-box li.on .illus-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/mask3_2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mythological-illustrated .illustrated-box li.on .tag-name,
.mythological-illustrated .illustrated-box li.on .tag-desc {
  color: #ffffff !important;
}
.mythological-illustrated .illustrated-box li.on .btn-illus {
  display: none;
}
.mythological-illustrated .illustrated-box li.on .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d1d1d1;
  text-align: center;
  font-size: 12px;
  height: 32.5px;
  line-height: 14px;
  font-weight: bold;
}
.mythological-illustrated .illustrated-box li.active:nth-child(-n+4) img, .mythological-illustrated .illustrated-box li.on:nth-child(-n+4) img, .mythological-illustrated .illustrated-box li.gray:nth-child(-n+4) img {
  display: block;
  height: 171.5px;
  width: auto;
  margin: 9px auto 0;
}
.mythological-illustrated .illustrated-box li.active:nth-child(5) img, .mythological-illustrated .illustrated-box li.on:nth-child(5) img, .mythological-illustrated .illustrated-box li.gray:nth-child(5) img {
  height: 86px;
  margin-top: 33px;
}
.mythological-illustrated .illustrated-box li.gray {
  -webkit-filter: none;
          filter: none;
}
.mythological-illustrated .illustrated-box li.gray .illus-box {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/illustrated_bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mythological-illustrated .illustrated-box li.gray .illus-box img {
  display: block;
  height: 171.5px;
  width: auto;
  margin: 9px auto 0;
}
.mythological-illustrated .illustrated-box li.gray .illus-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/mask3_1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mythological-illustrated .illustrated-box li.gray .btn-illus {
  display: none;
}
.mythological-illustrated .illustrated-box li.gray .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d1d1d1;
  text-align: center;
  font-size: 12px;
  height: 32.5px;
  line-height: 14px;
  font-weight: bold;
}
.mythological-illustrated .illustrated-box li.gray .txt2 {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  color: #d1d1d1;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  -webkit-transform: scale(0.83);
      -ms-transform: scale(0.83);
          transform: scale(0.83);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
  bottom: -10px;
}
.mythological-illustrated .illustrated-box .txt,
.mythological-illustrated .illustrated-box .txt2 {
  display: none;
}
.mythological-illustrated .illustrated-box .illus-box {
  position: relative;
  width: 168.5px;
  height: 185.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/illustrated_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mythological-illustrated .illustrated-box .illus-box img {
  display: block;
  width: auto;
  height: 96px;
  margin: 28px auto 0;
}
.mythological-illustrated .illustrated-box .illus-box .tag-box {
  position: absolute;
  left: 0;
  top: 131.5px;
  width: 100%;
  z-index: 4;
}
.mythological-illustrated .illustrated-box .illus-box .tag-box .tag-name {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2px;
  text-indent: 1.2px;
  text-align: center;
  font-weight: bold;
  color: #8c8c8c;
}
.mythological-illustrated .illustrated-box .illus-box .tag-box .tag-desc {
  text-align: center;
  color: #8c8c8c;
  margin-top: 6px;
}
.mythological-illustrated .illustrated-box .illus-box .tag-box .tag-desc span {
  display: block;
  font-size: 12px;
  -webkit-transform: scale(0.83);
      -ms-transform: scale(0.83);
          transform: scale(0.83);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}
.mythological-illustrated .illustrated-box .illus-btn-box {
  width: 100%;
  height: 32.5px;
  margin-top: 5px;
  position: relative;
  z-index: 8;
}
.mythological-illustrated .illustrated-box .illus-btn-box .btn-illus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 158px;
  height: 32.5px;
  background-position: -469px -50.5px;
  font-size: 12px;
  line-height: 32.5px;
  color: #1a1a1a;
  font-weight: bold;
  margin: 0 auto;
}
.mythological-illustrated .illustrated-box .illus-btn-box .btn-illus i {
  position: relative;
  width: 11.5px;
  height: 11.5px;
  background-position: 0 -66.5px;
  margin-left: 3.5px;
}
.mythological-illustrated .illustrated-box .illus-btn-box .btn-illus:hover .tips-box {
  opacity: 1;
}
.mythological-illustrated .tips-box {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 198.5px;
  height: 110px;
  overflow: hidden;
  top: -115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/tips-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mythological-illustrated .tips-box .tips-tit {
  margin-top: 7px;
  text-align: center;
  line-height: 13px;
  font-size: 13px;
  color: #d1d1d1;
  font-weight: bold;
}
.mythological-illustrated .tips-box .player-label,
.mythological-illustrated .tips-box .tips-label {
  width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  color: #8c8c8c;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mythological-illustrated .tips-box .player-label p:nth-child(1) span,
.mythological-illustrated .tips-box .tips-label p:nth-child(1) span {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.mythological-illustrated .tips-box .player-label p:nth-child(2) span,
.mythological-illustrated .tips-box .tips-label p:nth-child(2) span {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.mythological-illustrated .tips-box .player-label span,
.mythological-illustrated .tips-box .tips-label span {
  display: block;
  height: 12px;
  line-height: 10px;
  font-size: 12px;
  -webkit-transform: scale(0.83);
      -ms-transform: scale(0.83);
          transform: scale(0.83);
}
.mythological-illustrated .tips-box .tips-label {
  margin-top: 10px;
  height: 10px;
  position: relative;
  color: #c4c6d7;
  padding: 0 6px;
}
.mythological-illustrated .tips-box .tips-label::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -4px;
  left: 0;
  background-color: #d1d1d1;
}
.mythological-illustrated .tips-box .player-label {
  height: 16px;
  line-height: 16px;
}
.mythological-illustrated .tips-box .player-label:nth-child(3) {
  margin-top: 10px;
}
.mythological-illustrated .tips-box .player-label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 英雄契约 */
.hero-contract {
  width: 934.5px;
  margin-left: 120.5px;
}
.hero-contract::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 332px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/mask4.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-contract .hero-tit {
  position: relative;
  z-index: 2;
  width: 165.5px;
  height: 43px;
  background-position: -282.5px -107px;
  margin: 73px auto 0;
}
.hero-contract .sub-tit {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 12px;
  line-height: 12px;
  -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
          transform: scale(0.92);
  text-align: center;
  color: #d1d1d1;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 9.5px auto 0;
}
.hero-contract .task-box {
  width: 823px;
  height: 74.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -14.5px;
  margin-left: 52px;
  z-index: 2;
}
.hero-contract .task-box .task-item {
  width: 220px;
  height: 74.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-position: -707px -99.5px;
}
.hero-contract .task-box .task-item:nth-child(2) .info-tit::before {
  width: 74px;
  height: 4px;
  top: 9.5px;
}
.hero-contract .task-box .info-box {
  position: relative;
  width: 152px;
}
.hero-contract .task-box .info-tit {
  font-size: 12px;
  font-weight: bold;
  color: #d1d1d1;
  line-height: 12px;
  margin-left: 9px;
  margin-top: 25px;
  position: relative;
}
.hero-contract .task-box .info-tit span {
  position: relative;
  z-index: 2;
}
.hero-contract .task-box .info-tit::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -1px;
  width: 49px;
  height: 2.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/icon3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-contract .task-box .btn-lq {
  position: absolute;
  top: 23.5px;
  left: 93px;
  width: 51px;
  height: 15px;
  background-color: #e9372d;
  -webkit-filter: grayscale(1.1);
          filter: grayscale(1.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  white-space: nowrap;
}
.hero-contract .task-box .btn-lq span {
  font-size: 12px;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  color: #d1d1d1;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.hero-contract .task-box .btn-lq.active {
  -webkit-filter: none;
          filter: none;
}
.hero-contract .task-box .btn-lq.on {
  pointer-events: none;
}
.hero-contract .task-box .text {
  position: relative;
  margin-top: 6px;
  color: #8a8a8a;
  font-size: 0;
}
.hero-contract .task-box .text p {
  font-size: 12px;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  position: absolute;
  top: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.hero-contract .task-box .text p:nth-child(1) {
  left: 9px;
}
.hero-contract .task-box .text p:nth-child(2) {
  right: 0;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.hero-contract .task-box .text .task-status {
  margin-left: 0;
  color: #d1d1d1;
}
.hero-contract .task-box .fire-box {
  position: relative;
  width: 68px;
  height: 74.5px;
}
.hero-contract .task-box .fire-box img {
  width: 100%;
  height: 100%;
}
.hero-contract .task-box .num {
  position: absolute;
  color: #d1d1d1;
  bottom: 9px;
  left: 44%;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: scale(0.83) translateX(-50%);
      -ms-transform: scale(0.83) translateX(-50%);
          transform: scale(0.83) translateX(-50%);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.hero-contract .hero-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 819px;
  height: 251px;
  margin-top: 16px;
  margin-left: 54px;
  z-index: 2;
}
.hero-contract .hero-list li {
  position: relative;
  width: 150px;
  height: 251px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/hero_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-contract .hero-list li .hero-img {
  display: none;
  position: relative;
  width: 100%;
  height: 251px;
}
.hero-contract .hero-list li .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero-contract .hero-list li .hero-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/hero-mask.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-contract .hero-list li .hero-name {
  position: absolute;
  bottom: 13px;
  width: 95%;
  left: 50%;
  height: 22.5px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 12;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 22.5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 22.5px;
  text-align: center;
  color: #fbf8f0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hero-contract .hero-list li .hero-name span {
  -webkit-transform: scale(0.91);
      -ms-transform: scale(0.91);
          transform: scale(0.91);
}
.hero-contract .hero-list li::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 154.5px;
  height: 260px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/hero_bd.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-contract .hero-list li .btn-bind {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-contract .hero-list li .btn-bind::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/btn-bind.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-contract .hero-list li.on .btn-bind {
  display: none;
}
.hero-contract .hero-list li.on .hero-img {
  display: block;
}
.hero-contract .hero-list li.on .hero-name {
  opacity: 1;
}
.hero-contract .hero-list li.gray {
  -webkit-filter: none;
          filter: none;
}
.hero-contract .hero-list li.gray .btn-bind {
  display: none;
}
.hero-contract .hero-list li.gray .hero-img {
  display: block;
}
.hero-contract .hero-list li.gray .hero-name {
  opacity: 1;
}
.hero-contract .hero-mile {
  margin-top: 24.5px;
  margin-left: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 23;
}
.hero-contract .hero-mile .experi-box {
  position: relative;
  padding-top: 44.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 105.5px;
  height: 114.5px;
  background-position: 0 -204px;
}
.hero-contract .hero-mile .experi-box i {
  position: absolute;
  width: 14.5px;
  z-index: 222;
  height: 14.5px;
  top: 4px;
  left: 103px;
  cursor: pointer;
  background-position: 0 -92.5px;
}
.hero-contract .hero-mile .mile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 735px;
  margin-left: -10.5px;
}
.hero-contract .hero-mile .mile-list li {
  width: 105px;
  height: auto;
  position: relative;
}
.hero-contract .hero-mile .mile-list li .icon {
  display: block;
  width: 100%;
  height: 108.5px;
  margin-top: -13px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/jc2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-contract .hero-mile .mile-list li .num {
  position: absolute;
  top: 53px;
  left: 64.5px;
  color: #7d7d7d;
  font-size: 13.5px;
  font-family: "lol-bold";
  letter-spacing: 1px;
  z-index: 4;
  text-shadow: 0px 0px 1px #010a13, 0 1px 0 #010a13, 0 -1px 0 #010a13, 1px 0 0 #010a13, -1px 0 0 #010a13, 0 0 1px #010a13;
}
.hero-contract .hero-mile .mile-list li.on .text {
  color: rgba(209, 209, 209, 0.35);
}
.hero-contract .hero-mile .mile-list li.on::before {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/lock1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-contract .hero-mile .mile-list li.active .icon {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/jc1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-contract .hero-mile .mile-list li.active::before {
  display: none;
}
.hero-contract .hero-mile .mile-list li.active .num {
  color: #d1d1d1;
}
.hero-contract .hero-mile .mile-list li.active .btn-lq {
  display: block;
}
.hero-contract .hero-mile .mile-list li.active .text {
  display: none;
}
.hero-contract .hero-mile .mile-list li::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/lock2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-contract .hero-mile .mile-list li::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 1px;
  height: 90.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/line2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-contract .hero-mile .mile-list li:last-child::after {
  display: none;
}
.hero-contract .hero-mile .mile-list .btn-box {
  position: absolute;
  top: 84.5px;
  left: 0;
  width: 100%;
  height: 22px;
  line-height: 22px;
}
.hero-contract .hero-mile .mile-list .btn-lq {
  display: none;
  width: 66px;
  height: 22px;
  margin: 0 auto 0;
  color: #d1d1d1;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  font-size: 12px;
  background-position: -195px -164.5px;
}
.hero-contract .hero-mile .mile-list .text {
  width: 100%;
  height: 100%;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #cfd0d0;
  letter-spacing: 1px;
}
.hero-contract .hero-mile .mile-list .text span {
  -webkit-transform: scale(0.83);
      -ms-transform: scale(0.83);
          transform: scale(0.83);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.hero-contract .expri-tit {
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #d1d1d1;
}
.hero-contract .expri-num {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 4.5px;
  text-align: center;
  line-height: 19px;
}

.expri-tips-box {
  display: none;
  position: absolute;
  bottom: 150px;
  left: 100px;
  z-index: 23;
  pointer-events: none;
  width: 366px;
  height: 115px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/tips-bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.expri-tips-box .tit {
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  font-weight: bold;
  color: #d1d1d1;
  margin-top: 7.5px;
  margin-bottom: 5px;
}
.expri-tips-box .desc {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 3.5px;
  color: #8c8c8c;
  padding: 0 12px;
}

.dialog,
.pop,
.pop-bind-hero,
.pop-common {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dia-cont {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.dia-close {
  position: absolute;
  top: -4px;
  right: -47px;
  display: block;
  width: 30.5px;
  height: 26px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/close.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.dia-title {
  position: relative;
  height: 20px;
  line-height: 20px;
  color: #d1d1d1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.dia-title span {
  position: relative;
  z-index: 2;
}
.dia-title::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/icon3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.common-btns {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}

.btn-common1 {
  display: block;
  width: 109.5px;
  height: 30.5px;
  background-position: -355.5px 0;
  margin: 0 22.5px;
  font-size: 0;
}

.btn-common2 {
  margin: 0 22.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 109.5px;
  height: 30.5px;
  background-position: -130px -202px;
  font-size: 0;
}

.btn-common3 {
  margin: 0 22.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 109.5px;
  height: 30.5px;
  background-position: -484.5px 0;
  font-size: 0;
}

.common-cont {
  width: 563px;
  height: 211.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop6.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-cont .common-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d1d1d1;
  width: 90%;
  line-height: 16px;
  font-size: 12px;
  height: 51px;
  text-align: center;
  margin: 30px auto 0;
}
.common-cont .common-text span {
  color: #5b2cf5;
  font-weight: bold;
}
.common-cont .msg {
  color: #d1d1d1;
  width: 90%;
  line-height: 16px;
  font-size: 12px;
  height: 51px;
  text-align: center;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-cont .msg .privacy-txt {
  margin-top: 8px;
}
.common-cont .btn-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d1d1d1;
}
.common-cont .btn-agree i {
  width: 15px;
  height: 15px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pricy.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.common-cont .btn-agree.on i {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pricy-on.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.common-cont .dia-title::after {
  width: 87px;
  height: 4.5px;
}
.common-cont .tips {
  display: none;
}
.common-cont .common-btns {
  margin-top: 23px;
}

.mobile-live-cont {
  width: 408px;
  height: 290.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 32.5px;
}
.mobile-live-cont .dia-title::after {
  content: "";
  width: 130px;
  height: 7px;
}
.mobile-live-cont .text {
  font-size: 12px;
  margin-top: 14px;
  line-height: 12px;
  text-align: center;
  color: rgba(209, 209, 209, 0.5);
}
.mobile-live-cont img {
  display: block;
  width: 139px;
  height: 139px;
  margin: 25px auto;
}

.unlimate-cont {
  width: 725px;
  height: 322px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 31px;
}
.unlimate-cont .dia-title::after {
  content: "";
  width: 170.5px;
  height: 9px;
}
.unlimate-cont .unlimate-team {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: rgba(209, 209, 209, 0.5);
  margin-top: 19px;
}
.unlimate-cont .unlimate-team span {
  font-weight: bold;
  color: #dd342b;
  padding: 0 5px;
}
.unlimate-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
}
.unlimate-cont ul li {
  width: 107.5px;
  height: auto;
  margin: 0 15px;
}
.unlimate-cont ul li.active .text {
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/unlimate-bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #e9372d;
}
.unlimate-cont ul li.active .award {
  color: #e9372d;
}
.unlimate-cont ul .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 106.5px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  line-height: 23px;
  color: #8b8b8b;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1.9px;
  text-indent: 1.9px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/unlimate-bg1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.unlimate-cont ul .award {
  letter-spacing: 1.2px;
  text-indent: 1.2px;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin-top: 4px;
  color: #8d8d8d;
}
.unlimate-cont ul .award span {
  display: block;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  white-space: nowrap;
  text-align: center;
}
.unlimate-cont ul .award em {
  font-weight: bold;
}
.unlimate-cont .btn-yc {
  display: block;
  width: 180.5px;
  height: 44px;
  line-height: 44px;
  margin: 31px auto 0;
  font-size: 14px;
  text-align: center;
  color: #d1d1d1;
}
.unlimate-cont .btn-yc.gray {
  -webkit-filter: grayscale(1.1);
          filter: grayscale(1.1);
  pointer-events: none;
}

.hero-cont {
  padding-top: 21px;
}
.hero-cont .select-hero-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 23px;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
  margin-bottom: 4px;
}
.hero-cont .select-hero-top .select-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d1d1d1;
}
.hero-cont .select-hero-top .select-item span {
  font-size: 13px;
  font-weight: bold;
}
.hero-cont .select-hero-top .select-item::after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.5px;
  width: 67.5px;
  height: 2.5px;
  background-color: #e9372d;
  border-radius: 1.5px;
}
.hero-cont .select-hero-top .select-item.on {
  color: #e9372d;
}
.hero-cont .select-hero-top .select-item.on::after {
  opacity: 1;
}
.hero-cont .select-hero-list {
  width: 101%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 355px;
  padding-top: 8px;
  padding-left: 7.5px;
  margin-left: -7.5px;
  padding-right: 18px;
}
.hero-cont .select-hero-list li {
  width: 116.5px;
  height: 150px;
  margin-right: 19px;
  margin-bottom: 6px;
  cursor: pointer;
}
.hero-cont .select-hero-list li:nth-child(5n) {
  margin-right: 0;
}
.hero-cont .select-hero-list li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.hero-cont .select-hero-list li.on .img-box::after {
  display: none;
}
.hero-cont .select-hero-list li.on .img-box::before {
  content: "";
  position: absolute;
  width: 120.5px;
  height: 122.5px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/select_bg_on.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-cont .select-hero-list li .img-box {
  width: 116.5px;
  height: 116.5px;
  position: relative;
}
.hero-cont .select-hero-list li .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 114px;
  height: 114px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hero-cont .select-hero-list li .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 116.5px;
  height: 116.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/select_bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-cont .select-hero-list li .hero-name {
  height: 30px;
  font-size: 12.5px;
  line-height: 15px;
  color: #d1d1d1;
  text-align: center;
  margin-top: 4px;
}
.hero-cont .btn-submit {
  display: block;
  width: 119.5px;
  height: 31px;
  background-position: -227px 0;
  font-weight: bold;
  color: #ebe9e2;
  line-height: 31px;
  font-size: 13px;
  text-align: center;
  margin: 25px auto 0;
}
.hero-cont .btn-submit.gray {
  -webkit-filter: grayscale(1.1);
          filter: grayscale(1.1);
  pointer-events: none;
}

.pop-bind-hero .dia-title {
  margin-left: 95.5px;
}
.pop-bind-hero .dia-title::after {
  content: "";
  width: 231px;
  height: 12px;
  top: 15px;
}
.pop-bind-hero .hero-cont {
  width: 830.5px;
  height: 535px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.pop-bind-hero .hero-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}
.pop-bind-hero .selected-box {
  overflow: hidden;
  width: 65.5px;
  height: 354.5px;
  margin-left: 20px;
  margin-top: 31px;
}
.pop-bind-hero .selected-box .selected-item {
  position: relative;
  width: 65.5px;
  height: 65.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/selected_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pop-bind-hero .selected-box .selected-item img {
  display: none;
  width: 100%;
  height: 65.5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pop-bind-hero .selected-box .selected-item.on img {
  display: block;
}
.pop-bind-hero .selected-box .selected-item.on .select-txt {
  display: none;
}
.pop-bind-hero .selected-box .selected-item.on .delete-hero {
  display: block;
}
.pop-bind-hero .selected-box .selected-item.on::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/selected_bg_on.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.pop-bind-hero .selected-box .selected-item .select-txt {
  font-size: 12px;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  color: #d1d1d1;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.pop-bind-hero .selected-box .selected-item .delete-hero {
  display: none;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  width: 28.5px;
  height: 27px;
  background-position: -189.5px 0px;
}
.pop-bind-hero .select-hero-box {
  position: relative;
  width: 658.5px;
  margin-left: 42.5px;
}
.pop-bind-hero .btn-submit {
  display: block;
}
.pop-bind-hero .btn-one {
  position: absolute;
  bottom: 8px;
  right: 0;
  font-size: 12px;
  color: #d1d1d1;
  letter-spacing: 0.12px;
  text-decoration: underline;
}

.pop-hero-confirm,
#pop-common4 {
  z-index: 1010;
}

.hero-confirm-cont {
  width: 620.5px;
  height: 487px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop4.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.hero-confirm-cont .dia-title::after {
  width: 87px;
  height: 4.5px;
}
.hero-confirm-cont .sub-title {
  font-size: 12px;
  line-height: 12px;
  margin-top: 23px;
  text-align: center;
  color: rgba(209, 209, 209, 0.5);
}
.hero-confirm-cont .hero-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 500px;
  margin: 25.5px auto 0;
}
.hero-confirm-cont .hero-box li {
  width: 116.5px;
  height: 148.5px;
  margin: 0 9.5px;
  margin-bottom: 9.5px;
}
.hero-confirm-cont .hero-box li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.hero-confirm-cont .hero-box .img-box {
  width: 116.5px;
  height: 116.5px;
  position: relative;
}
.hero-confirm-cont .hero-box .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 114px;
  height: 114px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hero-confirm-cont .hero-box .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 116.5px;
  height: 116.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/select_bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hero-confirm-cont .hero-box .hero-name {
  height: 30px;
  font-size: 12.5px;
  line-height: 15px;
  color: #d1d1d1;
  text-align: center;
  margin-top: 4px;
}
.hero-confirm-cont .common-btns {
  margin-top: 10px;
}

#pop-hero-confirm2 .sub-title {
  font-size: 12px;
  line-height: 17px;
  color: #d1d1d1;
  margin-top: 12px;
}
#pop-hero-confirm2 .sub-title span {
  font-weight: bold;
}
#pop-hero-confirm2 .hero-box {
  margin-top: 17px;
}

#pop-change-hero .hero-cont {
  width: 755.5px;
  height: 535px;
}
#pop-change-hero .dia-title::after {
  width: 206.5px;
  height: 10.5px;
}
#pop-change-hero .select-hero-box {
  width: 680px;
  margin: 15px auto 0;
}
#pop-change-hero .select-hero-box li {
  margin-right: 25px;
}
#pop-change-hero .select-hero-box li:nth-child(5n) {
  margin-right: 0;
}

.change-confirm-cont {
  width: 519px;
  height: 392.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop6.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 30.5px;
}
.change-confirm-cont .dia-title::after {
  width: 131px;
  height: 7px;
  top: 18px;
}
.change-confirm-cont .sub-tit {
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
  text-align: center;
  color: rgba(209, 209, 209, 0.5);
}
.change-confirm-cont .sub-tit span {
  font-weight: bold;
}
.change-confirm-cont .hero-box {
  margin: 47px auto 0;
  height: 150px;
  width: 363px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.change-confirm-cont .hero-box .hero-item {
  width: 116.5px;
  height: 150px;
}
.change-confirm-cont .hero-box .hero-item .img-box {
  width: 116.5px;
  height: 116.5px;
  position: relative;
}
.change-confirm-cont .hero-box .hero-item .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 114px;
  height: 114px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.change-confirm-cont .hero-box .hero-item .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 116.5px;
  height: 116.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/select_bg2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.change-confirm-cont .hero-box .hero-item .hero-name {
  height: 30px;
  font-size: 12.5px;
  line-height: 15px;
  color: #d1d1d1;
  text-align: center;
  margin-top: 4px;
}
.change-confirm-cont .hero-box .icon {
  position: absolute;
  top: 48px;
  left: 130px;
  width: 101px;
  height: 23px;
  background-position: -613.5px 0px;
}
.change-confirm-cont .common-btns {
  margin-top: 30px;
}

.scroller-bar {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 41px;
}
.scroller-bar::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
.scroller-bar::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #5b2cf5;
  border-radius: 3px;
}
.scroller-bar::-webkit-scrollbar-track {
  width: 2px;
  background-color: #d1d1d1;
  border-radius: 3px;
}

.record-cont {
  width: 755.5px;
  height: 535px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop9.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
}
.record-cont .dia-title::after {
  width: 127.5px;
  height: 7px;
}
.record-cont .table-box {
  width: 658.5px;
  height: 415px;
  margin: 10.5px auto 25px;
}
.record-cont .table-box table {
  width: 100%;
  font-size: 12px;
  color: #d1d1d1;
}
.record-cont .table-box table a {
  color: #6228f9;
  text-decoration: underline;
  font-weight: bold;
}
.record-cont .table-box tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
.record-cont .table-box td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  line-height: 14px;
  text-align: center;
}
.record-cont .table-box td:nth-child(1) {
  width: 25%;
}
.record-cont .table-box td:nth-child(2) {
  width: 25%;
}
.record-cont .table-box td:nth-child(3) {
  width: 40%;
}
.record-cont .table-box td:nth-child(4) {
  width: 10%;
}
.record-cont .table-box thead {
  font-size: 13px;
  font-weight: bold;
  color: #d1d1d1;
  margin-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.record-cont .table-box thead tr {
  border-bottom: none;
}
.record-cont .table-box thead td {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.record-cont .record-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: rgba(209, 209, 209, 0.5);
}
.record-cont .record-pagination a {
  font-size: 12px;
  color: rgba(209, 209, 209, 0.5);
  padding: 2px;
  text-decoration: underline;
}
.record-cont .record-pagination a.current {
  text-decoration: none;
  color: #d1d1d1;
}
.record-cont .record-pagination a.ellipsis {
  text-decoration: none;
}
.record-cont .record-pagination a.btn-prev {
  margin-right: 12px;
}
.record-cont .record-pagination a.btn-next {
  margin-left: 12px;
}

.rule-cont {
  width: 755.5px;
  height: 535px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop9.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
}
.rule-cont .dia-title::after {
  width: 86.5px;
  height: 4.5px;
}
.rule-cont .rule-box {
  width: 674px;
  margin-top: 24px;
  margin-left: 39px;
  height: 435px;
  padding-right: 26px;
}
.rule-cont .rule-box a {
  text-decoration: underline;
  color: #d1d1d1;
}
.rule-cont .rule-box .rule-block {
  padding-left: 25px;
  margin-bottom: 8px;
  position: relative;
}
.rule-cont .rule-box .rule-block em {
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  text-align: center;
  width: 16px;
  height: 18px;
  font-family: "sellnum-1";
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d1d1d1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 3px;
}
.rule-cont .rule-box .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rule-cont .rule-box .td {
  text-align: center;
  border: 1px solid #d1d1d1;
  border-right: none;
  border-bottom: none;
  height: 40px;
  line-height: 14px;
  color: #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rule-cont .rule-box .table {
  margin-bottom: 20px;
  margin-top: 20px;
}
.rule-cont .rule-box .table1 .td {
  width: 50%;
}
.rule-cont .rule-box .table2 .td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rule-cont .rule-box .table3 .td {
  width: 50%;
}
.rule-cont .rule-box .table3 .thead .td:nth-child(1) {
  width: 20%;
}
.rule-cont .rule-box .table3 .thead .td:nth-child(2) {
  width: 80%;
}
.rule-cont .rule-box .table4 .td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rule-cont .rule-box .tr .td:last-child {
  border-right: 1px solid #d1d1d1;
}
.rule-cont .rule-box .tr:last-child .td {
  border-bottom: 1px solid #d1d1d1;
}
.rule-cont .rule-box .r-sj {
  text-indent: 2em;
}
.rule-cont .rule-box .p-sj {
  padding-left: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
}
.rule-cont .rule-box .p-jc {
  font-weight: bold;
  font-size: 13px;
}
.rule-cont .rule-box .p-jc em {
  font-weight: bold;
}
.rule-cont .rule-box .lis {
  position: absolute;
  left: 0;
  top: 0;
}
.rule-cont .rule-box .r-bot {
  margin-bottom: 20px;
}
.rule-cont .rule-box .s-bot {
  margin-bottom: 5px;
}
.rule-cont .rule-box p {
  font-size: 12px;
  color: #d1d1d1;
  line-height: 18px;
}

.milo-paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: rgba(209, 209, 209, 0.5);
}
.milo-paginator .my-page-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.milo-paginator .my-page-prev {
  font-size: 12px;
  color: rgba(209, 209, 209, 0.5);
  cursor: pointer;
  text-decoration: underline;
  margin-right: 24px;
}
.milo-paginator .my-page-next {
  font-size: 12px;
  color: rgba(209, 209, 209, 0.5);
  cursor: pointer;
  text-decoration: underline;
  margin-left: 24px;
}
.milo-paginator .my-page-cell {
  cursor: pointer;
  font-size: 12px;
  color: rgba(209, 209, 209, 0.5);
  padding: 2px;
  text-decoration: underline;
}
.milo-paginator .my-page-cell.my-page-checked {
  cursor: default;
  text-decoration: none;
  color: #d1d1d1;
}
.milo-paginator .my-page-cell.ellipsis {
  text-decoration: none;
}

.get-cont {
  width: 408px;
  height: 288.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop8.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.get-cont .dia-title::after {
  width: 88px;
  height: 4.5px;
}
.get-cont .award-box {
  width: auto;
  margin-top: 23px;
}
.get-cont .img-box {
  width: 115.5px;
  height: 115.5px;
  background-position: 0 -67px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.get-cont .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.get-cont .award-name {
  width: auto;
  font-size: 12px;
  line-height: 12px;
  color: #d1d1d1;
  margin-top: 4.5px;
  text-align: center;
}
.get-cont .common-btns {
  margin-top: 25px;
}

.record-none {
  width: 100% !important;
}

.no-data td {
  width: 100% !important;
  text-align: center;
}
.no-data td::before {
  display: none !important;
}

.replay-cont {
  width: 725px;
  height: 367px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop10.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 26.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.replay-cont .dia-title::after {
  width: 92.5px;
  height: 5px;
}
.replay-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 555px;
  height: 277px;
  margin: 20px auto 0;
  gap: 18px 25px;
}
.replay-cont ul li {
  width: 168px;
  height: 129px;
  cursor: pointer;
  position: relative;
}
.replay-cont ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.replay-cont ul li.on {
  pointer-events: none;
}
.replay-cont ul li.on a {
  pointer-events: none;
}
.replay-cont ul li.on .img-box::before {
  display: none;
}
.replay-cont ul li.on .replay-name {
  color: #e9372d;
}
.replay-cont ul li .img-box {
  position: relative;
  width: 168px;
  height: 97.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.replay-cont ul li .img-box img {
  width: 166px;
  height: 96.5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.replay-cont ul li .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.replay-cont ul li .img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/video_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.replay-cont ul li .replay-name {
  font-size: 12px;
  line-height: 13px;
  color: #aaaaaa;
  text-align: center;
  margin-top: 5px;
}

.informationDialog-cont {
  width: 540.5px;
  height: 387.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/pop11.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.informationDialog-cont .dia-title::after {
  width: 87px;
  height: 4.5px;
  top: 18px;
}
.informationDialog-cont .dialog-main-info {
  width: 343px;
  margin: 18px auto 0;
}
.informationDialog-cont .dialog-main-info .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 27px;
  margin-bottom: 10px;
}
.informationDialog-cont .dialog-main-info .form-item label {
  width: 60px;
  font-size: 12px;
  color: #8a8a8a;
  margin-right: 7px;
  line-height: 27px;
}
.informationDialog-cont .dialog-main-info .form-item input {
  width: 276px;
  height: 27px;
  color: #d1d1d1;
  font-size: 12px;
  line-height: 27px;
  padding-left: 16px;
  background-color: #161616;
  border: 1px solid #3b3b3b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.informationDialog-cont .dialog-main-info .region {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.informationDialog-cont .dialog-main-info .region label {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  font-size: 12px;
  height: 27px;
  line-height: 27px;
  color: #8a8a8a;
  margin-right: 7px;
}
.informationDialog-cont .dialog-main-info .region .input-box {
  width: 276px;
  height: 27px;
  color: #d1d1d1;
  margin-left: 67px;
  margin-bottom: 5px;
  background-color: #161616;
  border: 1px solid #3b3b3b;
  overflow: hidden;
  position: relative;
}
.informationDialog-cont .dialog-main-info .region .input-box:last-child {
  margin-bottom: 0;
}
.informationDialog-cont .dialog-main-info .region .input-box::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 8px;
  height: 5.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.informationDialog-cont .dialog-main-info .region .input-box select {
  width: 100%;
  background: none;
  border: none;
  height: 27px;
  color: #d1d1d1;
  line-height: 27px;
  padding-left: 16px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.informationDialog-cont .dialog-main-info .region .input-box select option {
  color: #000;
}
.informationDialog-cont .sell-btn {
  display: block;
  width: 129.5px;
  height: 30.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/dialog/btn1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 8px auto 10px;
}
.informationDialog-cont .agreetxt {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #8a8a8a;
}

#pop-address-tip .btn-common1 {
  width: 109.5px;
  height: 30.5px;
  background-image: url("//game.gtimg.cn/images/lol/act/a20250627msievent/btn1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0;
}

.mile-cont .dia-title {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mile-cont .dia-title::after {
  width: 87px;
  height: 4.5px;
}
.mile-cont .dia-close {
  top: -50px;
  left: 70%;
}
.mile-cont .mile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mile-cont .mile-list li {
  width: 115.5px;
  height: auto;
  margin: 0 10px 10px;
}
.mile-cont .mile-list li .img-box {
  width: 115.5px;
  height: 115.5px;
  background-position: 0 -67px;
}
.mile-cont .mile-list li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mile-cont .mile-list li .award-name {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #d1d1d1;
  margin-top: 4.5px;
  text-align: center;
  font-weight: bold;
}
.mile-cont .common-btns {
  margin-top: 10px;
}