.common-nav {
  position: fixed;
  top: 0;
  left: 0;
}

.c-nav-logos {
  position: fixed;
}

body {
  position: relative;
}

#footWrap {
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
}

.main-content.page-event {
  padding: 85px 0 34px;
  background: #f4f4f4;
  min-height: calc(var(--win-height));
  background-image: url(//game.gtimg.cn/images/lpl/web202301/event-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
}

.c-nav-link::before {
  opacity: 1;
}

.module-center {
  width: 1100px;
  margin: 0 auto;
}

.page-event img {
  width: 100%;
  display: block;
}

.page-event .header {
  position: relative;
  width: 1100px;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-event .header.fixed {
  position: fixed;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.page-event .tab-content.fixed {
  margin-top: 250px;
}

.page-event .header .info {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 486px;
  margin-right: 50px;
  height: 100%;
}

.page-event .header .title {
  margin: 50px 0 0 0;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}

.page-event .header .desc {
  line-height: 22px;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}

.page-event .header-tab {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.page-event .header-tab .header-tab-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  min-width: 105px;
  font-family: 'syhtb';
}

.page-event .header-tab .header-tab-item:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #a6a5a4;
  top: 50%;
  transform: translateY(-50%);
}

.page-event .header-tab .header-tab-item > span {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.page-event .header-tab .header-tab-item.on {
  color: #fff;
  font-size: 16px;
}
.page-event .header-tab .header-tab-item span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #1270e0;
  bottom: 0;
  transform: scaleX(0);
  transition: transform 300ms ease;
}
.page-event .header-tab .header-tab-item.on span::before {
  transform: scaleX(1);
}

.page-event .tab-content-item {
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 13px 16px;
  background-color: #fff;
  margin-top: 20px;
}

.page-event .tab-content-item .item-cont-top {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #666;
}

.page-event .tab-content-item .item-cont-top .title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
}

.page-event .tab-content-item .item-cont-top .dots {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.page-event .tab-content-item .item-cont-top .dots .dot {
  width: 4px;
  height: 4px;
  background-color: #000;
}

.page-event .tab-content-item .item-cont-top .space {
  flex: 1;
}

.page-event .highlight-player {
  width: 1100px;
  height: 215px;
}

.page-event .highlight-player .item-cont-bottom {
  height: 134px;
  margin-top: 20px;
  display: flex;
  justify-content: start;
}

.page-event .highlight-player .player-card {
  position: relative;
  height: 100%;
  width: 346px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  border-radius: 10px;
  z-index: 1;
}

.page-event .highlight-player .player-card:hover {
  border: 1px solid #ffce7d;
  box-shadow: 0 0 8px rgba(255, 208, 128, 0.67);
}

.page-event .highlight-player .player-card:nth-child(n+2) {
  margin-left: 14px;
}

.page-event .highlight-player .player-card .team-logo {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  z-index: 2;
}

.page-event .highlight-player .player-card .player-avatar {
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 125px;
  z-index: 2;
}

.page-event .highlight-player .player-card .player-info {
  z-index: 3;
  margin: 10px 0 10px 10px;
}

.page-event .highlight-player .player-card .title {
  font-family: "block-title";
  font-size: 18px;
  line-height: 1;
  color: #050c0f;
}

.page-event .highlight-player .player-card .player-value {
  display: flex;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2))
    drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2))
    drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  margin-top: 18px;
}

.page-event .highlight-player .player-card.kill .player-value {
  margin-top: 0;
}

.page-event .highlight-player .player-card.kill .kill-info {
  display: flex;
  margin-top: 18px;
  align-items: flex-end;
}
.page-event .highlight-player .player-card.kill .usage {
  display: flex;
  font-size: 21px;
  font-family: 'block-title';
  color: #050c0f;
  line-height: 1;
  align-items: center;
  height: 22px;
  margin-left: 10px;
}
.page-event .highlight-player .player-card.kill .usage-text {
    position: relative;
    top: 2px;
}
.page-event .highlight-player .player-card.kill .hero-avatar {
  width: 22px;
  height: 22px;
  border: 1px solid #090a0b;
  margin-left: 10px;
}

/* player value number */
.page-event .highlight-player .player-value .num {
  font-size: 0;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/event-number-spr.png);
  height: 31px;
  width: 24px;
  display: block;
}

.page-event .highlight-player .player-value .num[data-num="."] {
  background-position: 0 0;
  width: 8px;
}
.page-event .highlight-player .player-value .num[data-num="0"] {
  background-position: -41px 0;
}
.page-event .highlight-player .player-value .num[data-num="1"] {
  background-position: -96px 0;
  width: 14px;
}
.page-event .highlight-player .player-value .num[data-num="2"] {
  background-position: -142px 0;
}
.page-event .highlight-player .player-value .num[data-num="3"] {
  background-position: -197px 0;
}
.page-event .highlight-player .player-value .num[data-num="4"] {
  background-position: -253px 0;
}
.page-event .highlight-player .player-value .num[data-num="5"] {
  background-position: -309px 0;
}
.page-event .highlight-player .player-value .num[data-num="6"] {
  background-position: -365px 0;
}
.page-event .highlight-player .player-value .num[data-num="7"] {
  background-position: -420px 0;
}
.page-event .highlight-player .player-value .num[data-num="8"] {
  background-position: -477px 0;
}
.page-event .highlight-player .player-value .num[data-num="9"] {
  background-position: -533px 0;
}
.page-event .highlight-player .player-value .num:nth-child(n + 2) {
  margin-left: 1px;
}

.page-event .highlight-player .card-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: "block-title";
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.page-event .player-pos {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0px -24px;
  transform-origin: left center;
  background: url(https://game.gtimg.cn/images/lpl/web202301/player-pos-spr.png)
    no-repeat;
  background-size: 120px 48px;
  margin-right: 6px;
}

.page-event .player-pos.top {
  background-position: 0px -24px;
}
.page-event .player-pos.jug {
  background-position: -24px -24px;
}
.page-event .player-pos.mid {
  background-position: -48px -24px;
}
.page-event .player-pos.ad {
  background-position: -72px -24px;
}
.page-event .player-pos.sup {
  background-position: -96px -24px;
}

.page-event .highlight-player .player-name {
  position: relative;
  top: 3px;
}

/* team */
.page-event .game-team .team-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
}

.page-event .game-team .team-list li {
  position: relative;
  width: 140px;
  height: 158px;
  margin-right: 14px;
  background-color: #f4f4f4;
  border-radius: 10px;
  background-size: cover;
}

.page-event .game-team .team-list li:nth-of-type(7n) {
  margin-right: 0;
}

.page-event .game-team .team-list li:not(:nth-of-type(-n + 7)) {
  margin-top: 16px;
}

.page-event .game-team .team-list li:hover {
  box-shadow:
    0 0 0 1px #ffce7d,
    0 0 8px rgba(255, 208, 128, 0.67);
}

.page-event .game-team .team-list .image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.page-event .game-team .team-list .image img {
  width: 108px;
  pointer-events: none;
}

.page-event .game-team .team-list .name {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

/* game-detail */
.page-event .game-detail .select-row {
  height: 30px;
  width: 100%;
  display: flex;
  margin-top: 12px;
}

.page-event .game-detail .select-row .space {
  flex: 1;
}

/* base select overlay 通用 start */
.page-event .base-overlay,
.page-event .base-select {
  position: relative;
}

.page-event .base-overlay .base-overlay-panel,
.page-event .base-select .base-select-list {
  position: absolute;
  display: none;
}

.page-event .base-overlay .overlay-name,
.page-event .base-select .base-select-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  height: 30px;
  width: 100%;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/lpl-2026-schedule-texture.png);
  background-color: #084e9e;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 8px;
  cursor: pointer;
  font-family: "syhtb";
}

.page-event .base-overlay,
.page-event .base-select {
  width: 110px;
}

.page-event .arrow-down-round {
  position: relative;
  top: 1px;
  width: 13px;
  height: 10px;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/event-arrow-spr.png);
  background-position: -18px 0;
}

.page-event .base-select .base-select-list {
  left: 0;
  top: 34px;
  width: 100%;
  border: 1px solid #484848;
  border-radius: 5px;
  overflow: hidden;
  z-index: 999;
}

.page-event .base-select .base-select-list li {
  height: 32px;
  font-size: 16px;
  color: #000;
  text-indent: 10px;
  background-color: #f4f4f4;
  transition: all 0.3s;
  line-height: 30px;
  cursor: pointer;
  font-family: "syhtr";
}

.page-event .base-select .base-select-list li.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #bcbcbc;
  color: #fff;
}

.page-event .base-select .base-select-list li.on,
.page-event .base-select .base-select-list li:hover {
  color: #fff;
  background-color: #114d9d;
}

.page-event .base-overlay .base-overlay-panel {
  display: flex;
  width: 1068px;
  border-radius: 10px;
  border: 1px solid #484848;
  background-color: #f4f4f4;
  right: 0;
  top: 34px;
  z-index: 999;
}

.page-event .base-overlay .title {
  font-family: "block-title";
  font-size: 16px;
  line-height: 1;
  color: #000;
  margin-top: 11px;
  margin-bottom: 13px;
}

/* base select overlay 通用 end */
.page-event .game-detail .commentary-overlay {
  --commentary-size: 70px;
  padding-bottom: 10px;
}

.page-event .game-detail .commentary-overlay .group {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 1;
  padding: 0 28px;
}

.page-event .game-detail .commentary-overlay .group:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 2px;
  height: calc(100% - 40px - 28px);
  background-color: #c8c8c8;
}

.page-event .game-detail .commentary-overlay .tips {
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-size: 12px;
  color: #000;
}

.page-event .game-detail .commentary-overlay .list {
  display: flex;
  flex-wrap: wrap;
}

.page-event .game-detail .commentary-overlay .list .avatar {
  width: var(--commentary-size);
  height: var(--commentary-size);
  border-radius: 6px;
  border: 1px solid #4b4c4d;
  box-shadow: 1px 1px 2px #195397;
}

.page-event .game-detail .commentary-overlay .list li {
  position: relative;
  margin-bottom: 12px;
  margin-right: 29px;
}

.page-event .game-detail .commentary-overlay .list li:nth-child(5n) {
  margin-right: 0;
}

.page-event .game-detail .commentary-overlay .list .name {
  width: var(--commentary-size);
  position: relative;
  color: #000;
  text-align: center;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  margin-top: 5px;
  display: flex;
  justify-content: center;
}

/* game-rule */
.page-event .game-rule {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.page-event .game-rule .rule-box {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  width: 338px;
  height: 140px;
  border: 1px solid #484848;
  border-radius: 10px;
  background-color: #f4f4f4;
  box-sizing: border-box;
  padding: 9px 12px;
  padding-right: 4px;
}

.page-event .game-rule .rule-box-wrap:nth-child(n + 2) {
  margin-left: 25px;
}

.page-event .game-rule .rule-name {
  color: #050c0f;
  font-size: 18px;
  font-family: "block-title";
  line-height: 1;
}

.page-event .game-rule .rule-text {
  flex: 1;
  margin-top: 0px;
  font-size: 14px;
  color: #050c0f;
  line-height: 25px;
  font-family: "syhtr";
  overflow-y: auto;
  scrollbar-gutter: stable;
  word-break: break-all;
}

.page-event .game-rule .rule-text::-webkit-scrollbar{
  width: 8px;
}
.page-event .game-rule .rule-text::-webkit-scrollbar-track{
  background: transparent;
}
.page-event .game-rule .rule-text::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  border-radius:10px;
}
.page-event .game-rule .rule-text::-webkit-scrollbar-thumb:hover{
  background: #333;
}

.page-event .game-rule .rule-text p:nth-child(n + 2) {
  margin-top: 5px;
}

/* game-bonus */
.page-event .game-bonus {
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-event .game-bonus .bonus-title {
  font-size: 18px;
  font-family: "block-title";
  color: #000;
  line-height: 1;
  text-indent: 10px;
}

.page-event .game-bonus .trophy-box {
  margin-top: 22px;
  display: flex;
}

.page-event .game-bonus .trophy-box .trophy-item {
  display: flex;
  position: relative;
  flex: 1;
  padding-left: 28px;
  box-sizing: border-box;
}

.page-event .game-bonus .trophy-box .trophy-item:first-child {
  padding-left: 15px;
  width: 280px;
  flex: none;
}

.page-event .game-bonus .trophy-box .trophy-item .bonus {
  font-family: "DIN-Bold";
  color: #d69e08;
  font-size: 33px;
  line-height: 1;
}

.page-event .game-bonus .trophy-box .trophy-item .bonus-unit {
  margin-top: 3px;
  font-size: 13px;
  color: #000;
}
.page-event .game-bonus .trophy-box .trophy-simple {
  display: block;
  width: 18px;
  height: 17px;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/trophy-spr.png);
  background-position: -368px -1px;
}

.page-event .game-bonus .trophy-box .trophy {
  width: 86px;
  height: 82px;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/trophy-spr.png);
  margin-right: 10px;
}

.page-event .game-bonus .trophy-box .trophy.first {
  background-position: -2px -1px;
}

.page-event .game-bonus .trophy-box .trophy.second {
  background-position: -92px -1px;
}

.page-event .game-bonus .trophy-box .trophy.third {
  background-position: -181px -1px;
}

.page-event .game-bonus .trophy-box .trophy-item.other {
  width: 230px;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  font-size: 14px;
  color: #000;
  line-height: 1;
  flex: none;
}

.page-event .game-bonus .trophy-box .trophy-item.other .trophy-simple {
  margin-right: 10px;
}

.page-event .game-bonus .trophy-box .trophy-item.other li {
  display: flex;
  position: relative;
  padding-left: 12px;
  align-items: center;
  justify-content: flex-start;
}

.page-event .game-bonus .trophy-box .trophy-item.other li:nth-child(n + 2) {
  margin-top: 10px;
}

.page-event .game-bonus .trophy-box .trophy-item.other li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 16px;
  background-color: #191919;
  left: 0;
  top: 0;
}

.page-event .game-bonus .trophy-box .trophy-item:nth-child(1)::after,
.page-event .game-bonus .trophy-box .trophy-item:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 48px;
  background-color: #d1d1d1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* glory-road */
.page-event .glory-road {
  padding: 25px 25px 0 25px;
  background-size: cover !important;
  background-repeat: no-repeat;
  min-height: 250px;
}

.page-event .glory-road .glory-info {
  display: flex;
}

.page-event .glory-road .glory-info .left {
  width: 830px;
}

.page-event .glory-road .title {
  font-family: "block-title";
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

.page-event .glory-road .about-text {
  font-size: 12px;
  font-family: "syhtr";
  line-height: 24px;
}

.glory-road.lpl .title {
  color: #fff;
}
.glory-road.lpl .team-name {
  color: #fff;
}
.glory-road.lpl .about-text {
  color: #eee;
}

.page-event .glory-road .winner {
  display: flex;
}

.page-event .glory-road .trophy-winner {
  width: 96px;
  height: 108px;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/trophy-spr.png);
  background-position: -270px -1px;
  margin-right: 30px;
}

.page-event .glory-road .team-logo {
  width: 90px;
  height: 90px;
}

.page-event .glory-road .team-name {
  font-family: "syhtb";
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
}

.glory-history {
  position: relative;
  padding-top: 40px;
}

.glory-road.lpl .timeline-item .icon-circle {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%);
  background: url(//game.gtimg.cn/images/lpl/web202301/lpl-2026-event-timeline-spr.png);
  background-position: -1px -1px;
}

.glory-road.lpl .timeline-item.active .icon-circle {
  width: 26px;
  height: 26px;
  background-position: -18px -1px;
  top: -3px;
}

.glory-road.lpl .glory-history .timeline-item .icon-site {
  display: block;
  position: relative;
  width: 11px;
  height: 19px;
  margin: 0 auto;
  background: url(//game.gtimg.cn/images/lpl/web202301/lpl-2026-event-timeline-spr.png);
  background-position: -45px -1px;
  opacity: 0;
  visibility: hidden;
}

.page-event .glory-road .winner-info {
  width: 90px;
  height: 109px;
}
.page-event .glory-road .no-winner {
  width: 90px;
  height: 109px;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-event .glory-history .glory-history-swiper {
  position: relative;
  padding-top: 5px;
}

.page-event .glory-history .glory-history-swiper::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 7px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}

.page-event .glory-history .timeline-item {
  position: relative;
  width: 137px;
  padding-top: 25px;
  text-align: center;
  color: #ffff;
  cursor: pointer;
}

.page-event .glory-road .glory-history .timeline-item.active .icon-site {
  opacity: 1;
  visibility: visible;
}

.page-event .glory-history .timeline-item .text {
  line-height: 18px;
  margin-top: 0;
  font-size: 14px;
  color: #e8e8e8;
}
.page-event .glory-history .timeline-item.active .text {
  color: #fff;
}

.page-event .glory-history .swiper-control {
  position: absolute;
  display: flex;
  top: 10px;
  right: 0;
  z-index: 2;
  /* font-size: 0; */
  width: 80px;
  justify-content: space-between;
}

.page-event .glory-history .base-swiper-btn {
  width: 35px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 18px;
  color: #000;
  font-family: "block-title";
  line-height: 1;
}

.page-event .glory-history .base-swiper-btn .arrow {
  display: block;
  width: 8px;
  height: 13px;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/event-arrow-spr.png);
  background-position: -10px -1px;
}

.page-event .glory-history .base-swiper-btn .arrow.left {
  transform: scaleX(-1);
}

.page-event .glory-history .base-swiper-btn.gray {
  pointer-events: none;
  background-color: transparent;
  color: #fff;
}

.page-event .glory-history .base-swiper-btn.gray .arrow {
  background-position: -1px -1px;
}

/* game progress */
.page-event .game-progress .game-type-select {
  width: 200px;
  margin-top: 14px;
}

.page-event .game-progress .game-progress-info {
  width: 100%;
  border: 1px solid #484848;
  border-radius: 10px;
  margin: 14px auto 0;
  background-color: #f4f4f4;
  padding: 30px 30px 30px;
  box-sizing: border-box;
}

.page-event .game-progress .game-progress-info .wait-tip {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

/* schedule  */
.page-event .schedule {
  margin-bottom: 18px;
}

.page-event .schedule .select-row {
  display: flex;
  align-items: center;
  height: 60px;
}

.page-event .schedule .select-row .space {
  flex: 1;
}

.page-event .schedule .team-select {
  display: flex;
  align-items: center;
  height: 100%;
}

.page-event .schedule .team-select .team-item {
  width: 45px;
  height: 45px;
  opacity: 0.5;
  transition: all 0.3s;
  filter: grayscale(1);
}

.page-event .schedule .team-select .team-item.on,
.page-event .schedule .team-select .team-item:hover {
  opacity: 1;
  filter: none;
}

.page-event .schedule .team-select .all-team {
  width: 50px;
  height: 25px;
  background-color: #090a0b;
  color: #f4f4f4;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 5px;
}

/* week-list */
/* 日历(周) */
.page-event .week-list {
  user-select: none;
  margin-top: 9px;
  display: flex;
  justify-content: space-between;
}

.page-event .week-item {
  display: flex;
  height: 60px;
  font-size: 16px;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 8px;
  box-shadow: 2px 2px 2px #ddd;
}

.page-event .day-wrap {
  display: flex;
  justify-content: center;
  width: 34px;
}

.page-event .day-item {
  position: relative;
  width: 34px;
  height: 60px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.2s;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-event .day-item.right-radius {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.page-event .week-item .day-wrap:first-child .day-item {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.page-event .week-item .day-wrap:last-child .day-item {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.page-event .day-item.gray {
  background-color: #eee;
}

.page-event .day-item.active {
  /* background-color: #c3001b; */
  background-color: #090a0b;
  color: #fff;
  padding: 4px 0;
  margin-top: -4px;
  border-radius: 8px;
}

/* match-calendar */
.page-event .calendar-content {
  background-color: transparent;
  margin-top: 20px;
}

.page-event .match-row-wrap {
  margin-bottom: 7px;
}

.page-event .match-row {
  border-radius: 8px;
}

.page-event .match-row:first-child {
  margin-top: 3px;
}

.page-event .match-row:nth-child(n+2) {
  /* margin-top: 10px; */
}

.page-event .match-name-wrap {
  position: relative;
  display: flex;
  height: 35px;
  font-size: 16px;
  color: #ffffff;
  /* background-color: #f4f4f4; */
}

.page-event .match-name {
  position: absolute;
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  background-color: #090a0b;
  border-radius: 8px;
  box-sizing: border-box;
  background-repeat: repeat;
}

.page-event .match-name-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0; /* 关键 */
}

.page-event .match-list {
  position: relative;
  display: flex;
  padding: 10px 0;
  box-sizing: border-box;
}

.page-event .match-list .match-col {
  position: absolute;
  left: 0;
  transition: background-color .1s;
}

.page-event .match-col.active {
  background-color: #f4f4f4;
  border-radius: 8px;
}

.page-event .match-col.active .match-card::before {
  position: absolute;
  content: '';
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  border: 1px solid #090a0b;
  border-radius: 8px;
  background-color: rgba(224, 224, 224, 0.1);
  z-index: 1;
}

.page-event .match-col.active .match-card.now::before {
  border: 1px solid #ff003f;
}

.page-event .match-col .match-card:nth-child(n+2) {
  margin-top: 10px;
}

.page-event .match-card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 29px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  height: 130px;
  border-radius: 8px;
  z-index: 2;
}

.page-event .match-card.now {
  background-color: #ff003f;
  color: #fff;
}
.page-event .match-card.now .score {
  color: #fff!important;
}

.page-event .match-card .team-logo img {
  width: 100%;
} 

.page-event .match-card .line {
  width: 20px;
  height: 1px;
  background-color: #e1e1e1;
}

.page-event .match-card .score.red {
  color: #f52217;
}
.page-event .match-card .score.black {
  color: #090a0b;
}

.page-event .match-card .score {
  font-size: 32px;
  color: #b4b4b5;
  text-align: center;
  line-height: 1;
  font-family: 'Knucklehead';
}

.page-event .match-card .team-1 .score {
  transform: translateY(5px);
}

.page-event .match-card .team-2 .score {
  transform: translateY(9px);
}


/* 赛程 */
.page-event .match-list__item {
  width: 1100px;
  height: 165px;
  margin-bottom: 18px;
}
.page-event .match-list__item:last-child {
  margin-bottom: 0;
}
.page-event .match-list__item.today-no-match {
  height: 52px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 17px 0px rgba(224, 224, 224, 0.39);
}
.page-event .no-match__tips {
  color: #231a07;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-event .no-match__tips-a {
  color: #231a07;
  position: relative;
}
.page-event .no-match__tips-a::after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #231a07;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-event .item-top {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  box-sizing: border-box;
  padding: 0 12px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  background: #090a0b;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/schedule-item-top-before.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* .match-list__item.playing .item-top {
  background-color: #ff003f;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/schedule-item-top-playing.jpg);
}
.page-event .match-list__item.finish .item-top {
  background-color: #c0c0c0;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/schedule-item-top-end.jpg);
} */

.page-event .item-body {
  display: flex;
  justify-content: space-between;
  height: 130px;
  border-radius: 6px;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 17px 0px rgba(224, 224, 224, 0.39);
}
/* 左 */
.page-event .item-body__left {
  display: flex;
  align-items: flex-end;
  width: 100px;
  box-sizing: border-box;
  padding-left: 6px;
}
.page-event .item-body__game-logo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
/* 中 */
.page-event .item-body__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
}
.page-event .item-body__score-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  margin-bottom: 22px;
}
.page-event .item-body__team-name {
  color: #050c0f;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  width: 82px;
}
.page-event .item-body__team-name:nth-child(1) {
  display: flex;
  justify-content: flex-end;
}
.page-event .item-body__team-logo {
  width: 62px;
  height: 62px;
}
.page-event .item-body__team-logo:nth-child(2) {
  margin-left: 14px;
}
.page-event .item-body__team-logo:nth-child(6) {
  margin-right: 14px;
}
.page-event .item-body__team-score {
  color: #f1f1f1;
  /* text-shadow: -0.1px -0.1px 0 #4c4c4c, 0.1px -0.1px 0 #4c4c4c, 0.1px 0.1px 0 #4c4c4c, -0.1px 0.1px 0 #4c4c4c; */
  font-size: 48px;
  line-height: 1;
  font-family: 'Knucklehead';
  text-align: center;
  width: 15px;
  transform: translateY(10px);
}
.page-event .item-body__team-score:nth-child(3) {
  /* margin-left: 38px; */
}
.page-event .item-body__team-score:nth-child(5) {
  /* margin-right: 38px; */
}
/* .page-event .item-body__team-score.win {
  color: #ff003f;
  text-shadow: -0.1px -0.1px 0 #ff003f, 0.1px -0.1px 0 #ff003f, 0.1px 0.1px 0 #ff003f, -0.1px 0.1px 0 #ff003f;
}
.page-event .item-body__team-score.lose {
  color: #9b9b9b;
  text-shadow: -0.1px -0.1px 0 #9b9b9b, 0.1px -0.1px 0 #9b9b9b, 0.1px 0.1px 0 #9b9b9b, -0.1px 0.1px 0 #9b9b9b;
}

.page-event .match-list__item.finish .item-body__team-score.win {
  color: #4c4c4c;
  text-shadow: -0.1px -0.1px 0 #4c4c4c, 0.1px -0.1px 0 #4c4c4c, 0.1px 0.1px 0 #4c4c4c, -0.1px 0.1px 0 #4c4c4c;
} */

.page-event .item-body__team-colon {
  width: 5px;
  height: 26px;
  background: url(//game.gtimg.cn/images/lpl/web202301/schedule-colon.png) 0 0 / 100% 100% no-repeat;
  margin: 0 15px;
}
.page-event .item-body__match-name {
  color: #050c0f;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
/* 右 */
.page-event .item-body__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100px;
  box-sizing: border-box;
  padding: 0 16px 6px 0;
}
.page-event .item-body__match-bo {
  color: #050c0f;
  font-size: 16px;
  line-height: 26px;
}
/* 按钮 */
.page-event .item-body__btns {
  display: flex;
  position: absolute;
  right: 14px;
  top: 35px;
}
.page-event .item-body__btn {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  width: 92px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid;
  margin-left: 7px;
}
.page-event .item-body__btn--live {
  color: #fff;
  border-color: #c3001b;
  background: #c3001b;
}
.page-event .item-body__btn--data {
  color: #fff;
  border-color: #090a0b;
  background: #090a0b;
}
.page-event .item-body__btn--playback {
  color: #090a0b;
  border-color: #090a0b;
  background: transparent;
}

.page-event .no-b-match {
  color: #050c0f;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 50px 0;
}

.page-event .schedule__match-list .item-body .time-info {
  font-family: 'Knucklehead';
  font-size: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
  margin: 0 10px;
}

.page-event .schedule__match-list .item-body .time-info .time {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  background-color: #333;
  border-radius: 10px;
}

.page-event .schedule__match-list .item-body .time-info .time span {
  position: relative;
  transform: translateY(10px);
  color: #f1f1f1;
}

.page-event .schedule__match-list .item-body .item-body__team-separator {
  width: 10px;
  height: 3px;
  background-color: #f1f1f1;
  margin: 0 4px;
}

.page-event .schedule__match-list .item-body .item-body__team-score-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  background-color: #333;
  border-radius: 10px;
  margin: 0 10px;
}

/* template */
.page-event .world-score-tip,
.page-event .rank-title {
  display: none!important;
}

/* world-score */
.world-score .item-cont-bottom {
  display: flex;
  justify-content: space-between;
  padding: 25px 56px 55px;
  height: 1173px;
}

.world-score .item-cont-bottom .right {
  display: flex;
  flex-direction: column;
  width: 412px;
  height: 100%;
}


.world-score .item-cont-bottom .left {
  width: 490px;
  height: 100%;
}

.page-event .table-style-1 {
  background-color: #f1f1f1;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 0 22px;
  overflow: hidden;
  font-size: 14px;
  color: #1c2132;
}

.page-event .table-style-1 .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-top: 18px;
  margin-bottom: 16px;
}

.page-event .table-style-1 .table {
  width: 100%;
}

.page-event .table-style-1 .thead {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #f4f4f4;
  background-color: #15437d;
  border-radius: 8px;
}

.page-event .table-style-1 .thead,
.page-event .table-style-1 .table-row {
  display: flex;
  align-items: center;
}

.page-event .table-style-1 .tbody .table-row:nth-child(n+2) {
  border-top: 1px solid #d4d4d4;
}

/* .world-score-table */
.page-event .world-score .world-score-table .table-col {
  flex: 1;
  text-align: center;
  position: relative;
}

.page-event .world-score .world-score-table .tbody .table-row {
  height: 45px;
}

.page-event .world-score .table-style-1 .thead .col1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-event .world-score .world-score-table .col1 {
  width: 146px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.page-event .world-score .world-score-table .col1 .seq {
  color: #1c2132;
  font-size: 14px;
  width: 26px;
  text-align: right;
}

.page-event .world-score .world-score-table .col1 .team-info {
  color: #1c2132;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.page-event .world-score .world-score-table .col1 .team-info .team-name {
  display: block;
  width: 60px;
  text-align: left;
}

.page-event .world-score .world-score-table .col1 .team-info .team-logo {
  width: 44px;
  height: 44px;
  margin-right: 8px;
}

.page-event .world-score .world-score-table .tbody .col1 {
  padding-left: 20px;
} 

.page-event .world-score .world-score-table .table-col.no {
  font-size: 0;
}

.page-event .world-score .world-score-table .table-col.no::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #090a0c;
  width: 14px;
  height: 2px;
}

/* .score-rule-table */
.page-event .world-score .score-rule-table {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}
.page-event .world-score .score-rule-table .col1 {
  width: 80px;
  flex: none;
}

.page-event .world-score .score-rule-table .table-col {
  flex: 1;
  text-align: center;
}
.page-event .world-score .score-rule-table .tbody .table-row {
  min-height: 45px;
}

/* .score-rule-text */
.page-event .world-score .score-rule-text {
  background-color: #f1f1f1;
  border-radius: 8px;
  flex: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 22px 0px;
  font-size: 14px;
  color: #000;
}

.page-event .world-score .score-rule-text .title {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 20px;
}

.page-event .world-score .score-rule-text .sub-text {
  padding-left: 17px;
  margin-bottom: 10px;
}

.page-event .world-score .score-rule-text .sub-text2 {
  font-weight: bold;
  padding-left: 8px;
  margin-bottom: 10px;
  line-height: 18px;
}

.page-event .world-score .score-rule-text .sub-text3 {
  font-size: 14px;
  line-height: 16px;
  padding-left: 17px;
  margin-bottom: 10px;
}

.page-event .world-score .score-rule-text .sub-text3 .seq {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

/* .mvp-score */
.page-event .mvp-score {
  padding-bottom: 40px;
}

.page-event .mvp-score .item-cont-bottom {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}

.page-event .mvp-score .mvp-score-table {
  width: 475px;
  padding-bottom: 15px;
  box-sizing: border-box;
}

.page-event .mvp-score .mvp-score-table:nth-child(n+3) {
  margin-top: 30px;
}

.page-event .mvp-score .mvp-score-table .col1 {
  width: 95px;
  text-align: center;
}

.page-event .mvp-score .mvp-score-table .col2 {
  text-align: left;
  flex: 1;
  display: flex;
  align-items: center;
}

.page-event .mvp-score .mvp-score-table .col2 .team-logo {
  width: 44px;
  height: 44px;
}

.page-event .mvp-score .mvp-score-table .thead .col2 {
  text-indent: 88px;
}

.page-event .mvp-score .mvp-score-table .col2 .player-pos {
  margin: 0 15px;
}

.page-event .mvp-score .mvp-score-table .col3 {
  width: 100px;
  text-align: center;
}

.page-event .mvp-score .mvp-score-table .tbody {
  font-size: 14px;
}

.page-event .mvp-score .mvp-score-table .tbody .table-row {
  height: 45px;
}

/* recommend */
.page-event .lpl-middle-advt {
  position: relative;
  display: none;
  width: 1100px;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.page-event .lpl-middle-advt img {
  width: 100%;
  height: auto;
}

.page-event .lpl-middle-advt .tag {
  content: '';
  position: absolute;
  padding: 2px 6px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  top: 5px;
}

.page-event .lpl-middle-advt .tag.tag1 {
  left: 8px;
}

.page-event .lpl-middle-advt .tag.tag2 {
  right: 8px;
}

/* skin */
.page-event[data-game-id="237"] .header {
  background-image: url(//game.gtimg.cn/images/lpl/web202301/team-lpl-logo20260413.png);
}
.page-event[data-game-id="237"] .header-tab .header-tab-item span::before {
    background-color: #6227ff;
}
.page-event[data-game-id="237"] .highlight-player .player-value .num {
  background-image: url(//game.gtimg.cn/images/lpl/web202301/event-number-spr-20260421.png);
  display: block;
}
.page-event[data-game-id="237"] .glory-road {
  background: url(//game.gtimg.cn/images/lpl/web202301/lpl-2026-event-glory-road-bg.png);
}

.page-event[data-game-id="237"] .glory-road .timeline-item.active .icon-circle {
  background-position: -57px -1px;
}

.page-event[data-game-id="237"] .day-item.active {
  background-color: #2d1a67;
}

.page-event[data-game-id="237"] .item-body__btn--live {
  background-color: #2d1a67;
  border-color: #2d1a67;
}

/* select overlay */
.page-event[data-game-id="237"] .base-overlay .overlay-name,
.page-event[data-game-id="237"] .base-select .base-select-value {
  background-image: url(//game.gtimg.cn/images/lpl/web202301/lpl-2026-schedule-texture3.png);
  background-color: #2d1a67;
}
.page-event[data-game-id="237"] .base-select .base-select-list li.on,
.page-event[data-game-id="237"] .base-select .base-select-list li:hover {
  background-color: #2d1a67;
}

.page-event[data-game-id="237"] .schedule .team-select .all-team {
  background-color: #2d1a67;
}

/* table thead */
.page-event[data-game-id="237"] .table-style-1 .thead {
  background-color: #2d1a67;
}

.page-event[data-game-id="237"] .game-team .team-list li:hover {
  box-shadow:
    0 0 0 1px #5a3abd,
    0 0 8px rgba(45, 26, 103, 0.67);
}

.page-event[data-game-id="237"] .highlight-player .player-card:hover {
  border: 1px solid #5a3abd;
  box-shadow: 0 0 8px rgba(45, 26, 103, 0.67);
}

/* 2026职业联赛 */
.page-event .match-list__item.match-item-gameid-237 .item-top,
.page-event .match-name.match-name-237 {
  background-color: #2d1a67;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/lpl-2026-schedule-texture2.png);
  color: #fff;
}

/* 2026全球先锋赛 */
.page-event .match-list__item.match-item-gameid-238 .item-top {
  background-color: #ff5601;
  background-image: url(//game.gtimg.cn/images/lpl/web202301/first-stand-2026-schedule-texture.png);
}