@charset "UTF-8";
/* ---- 按鈕 ---- */
/* ---- radio ---- */
/* ---- 浮動視窗 ---- */
/* ---- 更新 ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ---- 榮譽 ---- */
/* ---- icon other ---- */
/* ================================================================= */
/* ==================== popoverFlat 浮動視窗_框架 ==================== */
/* ================================================================ */
.popover_base {
  position: absolute;
  padding: 32px 32px;
  background: white;
  font-size: 32px;
  color: #333333;
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 10;
  overflow: hidden;
}
.popover_base div {
  display: flex;
  flex-direction: column;
}
.popover_base p {
  padding: 26px 0;
  line-height: 1.5;
  cursor: pointer;
}
.popover_base a {
  display: block;
  padding: 26px 0;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.popover_base a:active {
  background: whitesmoke;
  transition: background 0s;
  border-radius: 16px;
}
.popover_base button {
  margin-top: 16px;
  margin-bottom: 2px;
  width: 100%;
  height: 80px;
  grid-column: 1/-1;
  font-size: 32px;
  border-radius: 8px;
  border: 1px solid #949494;
  color: #333333;
  background: white;
  transition: background 0.3s ease-out;
}
.popover_base button:active {
  background: whitesmoke;
  transition: background 0s;
}

/* ================================================================= */
/* ========================== 浮動視窗_組件 ========================== */
/* ================================================================ */
/* <<<<<<<<<<<< popover_user 使用者名單 >>>>>>>>>>>> */
.popover_user .userBox {
  min-height: 148px;
  max-height: 1100px;
  min-width: 792px;
}
.popover_user .title {
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin-bottom: 10px;
  height: 52px;
}
.popover_user .title p {
  display: flex;
  align-items: center;
  gap: 16px;
}
.popover_user .title span {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  font-size: 32px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s ease;
  user-select: none;
}
.popover_user .title span.selected {
  border-bottom-color: currentColor;
}
.popover_user .title span.name {
  display: block;
  padding-bottom: 10px;
  max-width: 8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popover_user .title span.vote {
  padding-bottom: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.popover_user .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  overflow-y: auto;
  padding: 26px 2px 26px 0;
}
.popover_user .list > a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 382px;
  padding: 0;
  box-sizing: border-box;
}
.popover_user .list > a .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.popover_user .list > a .name {
  width: 298px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.popover_user .list > a .name p {
  padding: 0;
  font-size: 26px;
}
.popover_user .list > a .name p.killer {
  display: flex;
  align-items: center;
  line-height: 40px;
  color: #757575;
}
.popover_user .list > a .name span.icon_killerint {
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 -1 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.446.7a1.5 1.5 0 0 1 1.5 0l4.196 2.424a1.5 1.5 0 0 1 .75 1.298v4.846a1.5 1.5 0 0 1-.75 1.299L6.946 12.99a1.5 1.5 0 0 1-1.5 0L1.25 10.567A1.5 1.5 0 0 1 .5 9.268V4.422a1.5 1.5 0 0 1 .75-1.298L5.446.7z' fill='%2301A100' stroke='%2301A100'/%3E%3Cpath d='M5.913 2.66a.3.3 0 0 1 .566 0l.824 2.37a.3.3 0 0 0 .277.201l2.508.052a.3.3 0 0 1 .176.539l-2 1.515a.3.3 0 0 0-.105.326l.726 2.401a.3.3 0 0 1-.458.333l-2.06-1.433a.3.3 0 0 0-.342 0l-2.06 1.433a.3.3 0 0 1-.458-.333l.726-2.4a.3.3 0 0 0-.105-.327l-2-1.515a.3.3 0 0 1 .176-.54l2.508-.05a.3.3 0 0 0 .277-.202l.824-2.37z' fill='%23fff'/%3E%3C/svg%3E");
}
.popover_user .list > a .name span.icon_killersport {
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 -1 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.446.7a1.5 1.5 0 0 1 1.5 0l4.197 2.424a1.5 1.5 0 0 1 .75 1.298v4.846a1.5 1.5 0 0 1-.75 1.299L6.946 12.99a1.5 1.5 0 0 1-1.5 0L1.25 10.567A1.5 1.5 0 0 1 .5 9.268V4.422a1.5 1.5 0 0 1 .75-1.298L5.446.7z' fill='%23228ABE' stroke='%23228ABE'/%3E%3Cpath d='M5.913 2.66a.3.3 0 0 1 .567 0l.823 2.37a.3.3 0 0 0 .278.201l2.508.052a.3.3 0 0 1 .175.539l-2 1.515a.3.3 0 0 0-.105.326l.726 2.401a.3.3 0 0 1-.458.333l-2.06-1.433a.3.3 0 0 0-.342 0l-2.06 1.433a.3.3 0 0 1-.458-.333l.727-2.4a.3.3 0 0 0-.106-.327l-2-1.515a.3.3 0 0 1 .176-.54l2.508-.05a.3.3 0 0 0 .277-.202l.824-2.37z' fill='%23fff'/%3E%3C/svg%3E");
}
.popover_user .list > a .name span.icon_killerint, .popover_user .list > a .name span.icon_killersport {
  width: 40px;
  height: 40px;
  background-size: contain;
  flex-shrink: 0;
}
.popover_user .list > a .name p.mark {
  color: #01a100;
}
@charset "UTF-8";
/* ---- 按鈕 ---- */
/* ---- radio ---- */
/* ---- 浮動視窗 ---- */
/* ---- 更新 ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ---- 榮譽 ---- */
/* ---- icon other ---- */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* ========================================================== */
/* ======================= 賽事表_框架 ======================== */
/* ========================================================== */
.gamesBox {
  margin: 48px 0 0 32px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "PingFang TC", "黑體-繁", "Heiti TC", "蘋果儷中黑", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 32px;
  color: #333333;
}
.gamesBox a {
  color: #228abe;
  text-decoration: none;
}
.gamesBox .row {
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: 235px 136px 146px 118px 118px 118px;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}
.gamesBox .rowline {
  margin-top: -18px;
  display: grid;
  grid-template-columns: 243px 144px 154px 126px 126px 118px auto;
}
.gamesBox .rowline .status {
  border-bottom: 2px solid #e0e0e0;
}
.gamesBox .rowline .int {
  border-bottom: 8px solid #01a100;
}
.gamesBox .rowline .sport {
  border-bottom: 8px solid #228abe;
}
.gamesBox .rowline .line--left {
  border-left: 2px solid white;
}

/* -------------------- 抬頭 -------------------- */
.games__title {
  position: relative;
  padding-top: 24px;
  align-items: baseline;
}
.games__title div {
  display: flex !important;
  align-items: center;
  min-height: 80px;
  box-sizing: border-box;
  font-size: 28px;
  color: #757575;
}
.games__title .label {
  position: absolute;
  top: 6px;
  font-size: 32px;
  font-weight: 500;
}
.games__title .label_int {
  left: 243px;
  width: 298px;
  color: #01a100;
}
.games__title .label_sport {
  left: 541px;
  width: 370px;
  color: #228abe;
}
.games__title .status {
  font-size: 44px;
  font-weight: 500;
  color: #333333;
}

/* -------------------- 賽事 -------------------- */
.games__list {
  padding-bottom: 8px;
  border-bottom: 2px solid #e0e0e0;
}
.games__list .time {
  display: flex;
  gap: 8px;
  margin: 8px 32px 4px 0;
  font-size: 28px;
  line-height: 40px;
}
.games__list .time .admin {
  margin-left: auto;
}
.games__list .team {
  padding: 8px 0;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.games__list .team .name {
  line-height: 32px;
  font-size: 28px;
}
.games__list .play {
  display: flex;
  flex-direction: column;
  min-height: 110px;
  padding: 8px 8px;
  line-height: 36px;
  border-radius: 8px;
  background: #f7f7f7;
  cursor: pointer;
}
.games__list .play .odds {
  font-size: 28px;
}
.games__list .play .cnt {
  text-decoration: underline;
}
.games__list .play--none {
  background: white;
}

/*無資料*/
.games__list--none {
  border: 0;
}
.games__list--none .row {
  margin: 256px 0;
  grid-template-columns: 100% !important;
  text-align: center;
  font-size: 32px;
  color: #949494;
}

/* -------------------- 其他 -------------------- */
/*玩法選中顏色*/
.play.is-int {
  background: #e5fae9;
}

.play.is-sport {
  background: #d9f0fd;
}

.info-blue {
  color: #228abe;
}

.info-green {
  color: #01a100;
}

/* ========================================================== */
/* ======================= 已開賽_框架 ======================== */
/* ========================================================== */
/* -------------------- 賽事 -------------------- */
.games__listStarted .teamBox {
  display: flex;
  align-items: center;
}
.games__listStarted .teamBox .score2 {
  width: 52px;
}
.games__listStarted .teamBox .score3 {
  width: 64px;
}
.games__listStarted .teamBox .team {
  flex: 1;
}
.games__listStarted .play {
  padding: 0;
  border-radius: 0;
  background: white;
}
.games__listStarted .Started__line {
  margin-bottom: 8px;
  border-bottom: 2px solid #ededed;
  width: calc(100% - 243px);
  margin-left: auto;
}
@charset "UTF-8";
/* ---- 按鈕 ---- */
/* ---- radio ---- */
/* ---- 浮動視窗 ---- */
/* ---- 更新 ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ---- 榮譽 ---- */
/* ---- icon other ---- */
/* ======================================================== */
/* ======================= 其他樣式 ======================== */
/* ======================================================= */
/*覆蓋dateDay_m.scss單日期選單*/
.dayFlat {
  /*選項 選中底線*/
}
.dayFlat .day__item {
  color: #333333;
}
.dayFlat .selected-item {
  font-weight: normal;
}

/* ======================================================== */
/* ======================= 預測賽事 ======================== */
/* ======================================================= */
/*表格主要樣式於gamesTable_m.scss編寫*/
/* ---------- 抬頭 ---------- */
/* ---------- 賽事 ---------- */
/* ---------- 按鈕 ---------- */
.games__submit {
  margin: 44px 0 88px 0;
  text-align: center;
  width: auto;
}
.games__submit .btn {
  width: 50%;
  height: 116px;
  background: white;
  color: #333333;
  border: 2px solid #bfbfbf;
  border-radius: 8px;
  font-size: 36px;
  cursor: pointer;
  transition: background-color 0.6s ease, color 0.6s ease;
  user-select: none;
}
.games__submit .btn:hover {
  background: whitesmoke;
}

/*底部列*/
.gamesBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 116px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 16px 0;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  webkit-backdrop-filter: blur(8px);
  /*1滑入效果*/
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
  opacity: 0;
  pointer-events: none;
}
.gamesBar .btn {
  width: 500px;
  height: 100%;
  background: white;
  color: #333333;
  border: none;
  font-size: 36px;
  cursor: pointer;
  transition: background-color 0.6s ease, color 0.6s ease;
  user-select: none;
  border: 2px solid #bfbfbf;
  border-radius: 8px;
  box-shadow: 0 -2px 12px -1px rgba(0, 0, 0, 0.1), 0 -2px 4px -2px rgba(0, 0, 0, 0.06);
}
.gamesBar .btn:hover {
  background: whitesmoke;
}

/*1滑入效果*/
.gamesBar.is-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* ========== 已開賽 ==================== */
/* ---------- 賽事 ---------- */
/* ============================================================================================ */
/* ==================================== 預測賽事 各聯盟樣式 ====================================== */
/* =========================================================================================== */
/* <<<<<<<<<<<<<<<<< >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<< CPBL 中職用 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.gamesBoxCPBL .row, .gamesBoxOnlySport .row {
  grid-template-columns: 235px 238px 238px 176px;
}
.gamesBoxCPBL .rowline, .gamesBoxOnlySport .rowline {
  grid-template-columns: 243px 246px 246px 176px auto;
}

/* ---------- 抬頭 ---------- */
.games__titleCPBL .label_sport, .games__titleOnlySport .label_sport {
  left: 243px;
}

/* ---------- 賽事 ---------- */
.games__listCPBL .play, .games__listOnlySport .play {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  gap: 8px;
}
.games__listCPBL .play .odds, .games__listOnlySport .play .odds {
  font-size: 32px;
}

/* ========== 已開賽 ========= */
/* ---------- 賽事 ---------- */
/* <<<<<<<<<<<<<<<<< >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<< Soccer 足球用 / Football 美足用 / Horse 賽馬用 >>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.gamesBoxOnlyInt .row, .gamesBoxSoccer .row, .gamesBoxFootball .row, .gamesBoxHorse .row {
  grid-template-columns: 265px 315px 315px;
}
.gamesBoxOnlyInt .rowline, .gamesBoxSoccer .rowline, .gamesBoxFootball .rowline, .gamesBoxHorse .rowline {
  grid-template-columns: 273px 323px 315px auto;
}

/* ---------- 抬頭 ---------- */
.games__titleOnlyInt .label_int, .games__titleSoccer .label_int, .games__titleFootball .label_int, .games__titleHorse .label_int {
  left: 273px;
}
.games__titleOnlyInt .label_sport, .games__titleSoccer .label_sport, .games__titleFootball .label_sport, .games__titleHorse .label_sport {
  left: 273px;
}

/* ---------- 賽事 ---------- */
.games__listOnlyInt .play, .games__listSoccer .play, .games__listFootball .play, .games__listHorse .play {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  gap: 8px;
}
.games__listOnlyInt .play .odds, .games__listSoccer .play .odds, .games__listFootball .play .odds, .games__listHorse .play .odds {
  font-size: 32px;
}

/* ========== 已開賽 ========= */
/* ---------- 賽事 ---------- */
.games__listStartedOnlyInt .Started__line, .games__listStartedSoccer .Started__line, .games__listStartedFootball .Started__line, .games__listStartedHorse .Started__line {
  width: calc(100% - 273px);
}
@charset "UTF-8";
/* ---- 按鈕 ---- */
/* ---- radio ---- */
/* ---- 浮動視窗 ---- */
/* ---- 更新 ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ---- 榮譽 ---- */
/* ---- icon other ---- */
/* ======================================================== */
/* ======================= 其他樣式 ======================== */
/* ======================================================= */
/*覆蓋dateDay_m.scss單日期選單*/
.dayFlat {
  /*選項 選中底線*/
}
.dayFlat .day__item {
  color: #333333;
}
.dayFlat .selected-item {
  font-weight: normal;
}

/* ======================================================== */
/* ======================= 預測比例 ======================== */
/* ======================================================= */
/*表格主要樣式於gamesTable_m.scss編寫*/
/* ---------- 抬頭 ---------- */
.games__title {
  align-items: center;
}
.games__title div {
  min-height: 100px;
}
.games__title .filter {
  position: relative;
  width: 228px;
  line-height: 36px;
  font-size: 32px;
  text-align: left;
  color: #333333;
  cursor: pointer;
  user-select: none;
}
.games__title .filter .arrow {
  font-size: 36px;
  transition: transform 0.3s ease;
}
.games__title .filter .arrow.is-active {
  transform: rotate(180deg);
}
.games__title .filter .filter__drop {
  position: absolute;
  top: 78px;
  left: 0;
  width: max-content;
  background-color: white;
  padding: 32px 32px;
  font-size: 32px;
  color: #333333;
  border: 1px solid #bdbdbd;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 100;
  list-style: none;
}
.games__title .filter .filter__drop li {
  padding: 26px 0;
  line-height: 1.5;
  cursor: pointer;
}
.games__title .filter .filter__drop li:hover {
  background: whitesmoke;
}
.games__title .filter .filter__drop li.is-selected {
  font-weight: bold;
}

/* ---------- 賽事 ---------- */
.games__list {
  border-bottom: 2px solid #949494;
}
.games__list .play {
  line-height: 32px;
  font-size: 24px;
}
.games__list .play .infoB {
  line-height: 46px;
  font-size: 44px;
}
.games__list .play {
  border-radius: 16px;
  transition: background-color 0.4s ease 0.6s, outline 0.4s ease 0.6s;
}
.games__list .play.is-active-play {
  position: relative;
  background: whitesmoke;
  z-index: 1;
  transition: none !important;
}

/* ========== 已開賽 ==================== */
/* ---------- 賽事 ---------- */
/* ============================================================================================ */
/* ==================================== 預測比例 各聯盟樣式 ====================================== */
/* =========================================================================================== */
/* <<<<<<<<<<<<<<<<< >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<< Nnn聯盟用 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* ---------- 抬頭 ---------- */
/* ---------- 賽事 ---------- */
/* ========== 已開賽 ========= */
/* ---------- 賽事 ---------- */
/* ======================================================================================= */
/* ==================================== 浮動視窗:名單 ====================================== */
/* ====================================================================================== */
.popover_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter-from, .fade-leave-to {
  opacity: 0;
}

/*新增、覆蓋popoverUserList_m.scss*/
.popover_user {
  margin: 0 32px;
}
.popover_user .userBox {
  max-height: 1320px;
}
.popover_user .title {
  flex-direction: column;
  align-items: baseline;
  gap: 0;
  height: 100%;
}
.popover_user .title .league {
  color: #949494;
}
.popover_user .title .team {
  margin-top: 8px;
}
.popover_user .title .title__item {
  flex-direction: row;
  gap: 32px;
  width: 100%;
  border-bottom: 2px solid #e0e0e0;
}
.popover_user .title .title__item p {
  padding: 26px 0 8px 0;
  gap: 0;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s ease;
}
.popover_user .title .title__item p.selected {
  border-bottom-color: currentColor;
}
.popover_user .title .title__item span {
  margin: 0 8px;
  border: 0;
}
.popover_user .note {
  padding-top: 16px;
  font-size: 26px;
  color: #949494;
  border-top: 2px solid #e0e0e0;
}
@charset "UTF-8";
/* ---- 按鈕 ---- */
/* ---- radio ---- */
/* ---- 浮動視窗 ---- */
/* ---- 更新 ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ---- 榮譽 ---- */
/* ---- icon other ---- */
/* ================================================================ */
/* ============================ 活動頁 ============================ */
/* ============================================================== */
/* -------------------- 頁面基礎設定 -------------------- */
.activityBox {
  color: #333333;
  font-size: 32px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "PingFang TC", "黑體-繁", "Heiti TC", "蘋果儷中黑", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
.activityBox .title {
  position: relative;
  margin: 32px 0 0 32px;
  padding: 16px 0;
  font-size: 32px;
  font-weight: 500;
  border-bottom: 2px solid #e0e0e0;
}
.activityBox .hotforum {
  display: block;
  margin: 64px auto 0 auto;
  padding: 16px 64px;
  width: fit-content;
  color: #333333;
  text-decoration: none;
  border: 2px solid #bdbdbd;
  border-radius: 8px;
}
.activityBox button {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "PingFang TC", "黑體-繁", "Heiti TC", "蘋果儷中黑", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
.activityBox a:active, .activityBox button:active {
  background: whitesmoke;
}

/* -------------------- 0.色系 -------------------- */
.info-blue {
  color: #228abe !important;
}

/* -------------------- 1.簡易比分 -------------------- */
.score {
  overflow-x: auto;
}

/*隱藏捲軸*/
.score::-webkit-scrollbar {
  display: none;
}

.scoreBox {
  display: flex;
  margin: 12px 32px 0 32px;
}
.scoreBox .item {
  padding: 0 18px;
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  color: #333333;
  border-left: 2px solid #e0e0e0;
  text-decoration: none;
}
.scoreBox .item .stat {
  margin-bottom: 8px;
  font-size: 24px;
}
.scoreBox .item .away, .scoreBox .item .home {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scoreBox .item .score {
  font-weight: 400;
}
.scoreBox .item:first-child {
  padding-left: 0;
  border: 0;
}

/*無賽事*/
.score--none .scoreBox {
  line-height: 131px;
  justify-content: center;
  color: #949494;
}

/* -------------------- 2.預測場次 -------------------- */
.title .title__g1, .title .title__g2 {
  position: absolute;
  top: 34px;
  font-weight: normal;
  font-size: 24px;
  color: #757575;
}
.title .title__g1 {
  left: 203px;
}
.title .title__g2 {
  left: 576px;
}

.prediction .play {
  position: relative;
  padding-bottom: 8px;
  border-radius: 0;
}
.prediction .play .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: white;
}
.prediction .play .barpct {
  display: block;
  height: 100%;
  background: #228abe;
  transition: width 0.5s ease;
}

/*無賽事*/
.prediction--none .gamesBox {
  padding: 92px 0px;
  text-align: center;
  color: #949494;
}

/* -------------------- 3.Banner -------------------- */
.section.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  background: #107ec0;
}

/*背景層*/
.banner__bg {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 450px;
  background-image: url("/images/FlatUI/event/soccer.png");
  background-size: cover;
  background-position: center;
  z-index: 1;
  will-change: transform; /*優化*/
}

/*內容層*/
.banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0);
}
.banner__content .text h2 {
  margin: 20px 0 0 0;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2px;
}
.banner__content .text h2 span {
  font-size: 42px;
}
.banner__content .text p {
  font-family: "Noto Sans TC", sans-serif;
  margin-top: -20px;
  font-size: 84px;
  font-weight: 900;
  font-style: normal;
  transform: skewX(-6deg);
}
.banner__content .text p .sym, .banner__content .text p .amt, .banner__content .text p .sep {
  font-family: "Fugaz One", sans-serif;
}
.banner__content .text p .sym {
  margin-left: 8px;
  font-size: 80px;
  color: #ffe100;
}
.banner__content .text p .amt {
  margin-left: -8px;
  font-size: 108px;
  color: #ffe100;
  letter-spacing: -6px;
}
.banner__content .text p .sep {
  font-size: 60px;
}

/* -------------------- 4.排行與規則 -------------------- */
.tabs {
  margin-top: 32px;
}
.tabs .header {
  display: flex;
  gap: 64px;
  margin-left: 32px;
  border-bottom: 2px solid #e0e0e0;
}
.tabs .header .btn {
  width: 160px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 38px;
  color: #333333;
  cursor: pointer;
  position: relative;
}
.tabs .header .btn.active {
  color: #333333;
  font-weight: bold;
}
.tabs .header .btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 5px;
  background: #333333;
}
.tabs .content {
  padding: 32px;
  min-height: 500px;
}

/* ---- 過關高手 ---- */
.rankBox p {
  margin-bottom: 32px;
  font-size: 28px;
}
.rankBox a {
  text-decoration: none;
}

.rank__list {
  display: flex;
  align-items: center;
}
.rank__list .rank {
  width: 80px;
  font-size: 40px;
  color: #333333;
  text-align: center;
}
.rank__list .rank.emoji {
  font-size: 80px;
}
.rank__list .rank.top {
  font-size: 56px;
}
.rank__list .user {
  margin-left: 32px;
  padding: 20px 0;
  width: 560px;
  border-bottom: 2px solid #e0e0e0;
}
.rank__list .user img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  float: left;
}
.rank__list .user .name {
  display: block;
  margin-left: 116px;
  color: #333333;
  font-size: 38px;
}
.rank__list .user .info {
  display: block;
  margin-left: 116px;
  color: #757575;
}
.rank__list .result {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1;
  height: 140px;
  font-size: 38px;
  color: #01a100;
  border-bottom: 2px solid #e0e0e0;
}
.rank__list .result .win {
  position: relative;
  width: 68px;
  height: 76px;
  background: linear-gradient(45deg, #53dd6e, #01a100, #53dd6e);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.rank__list .result .win::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: white;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}

.rank__more {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 32px auto 0 auto;
  padding: 16px 64px;
  width: fit-content;
  color: #333333;
  background: white;
  border: 0;
  border-radius: 8px;
  font-size: 32px;
}
.rank__more .material-icons {
  font-size: 40px;
  color: #bdbdbd;
}

/*尚未出爐*/
.rankBox--none span.text {
  display: block;
  padding: 120px 0px;
  width: 100%;
  text-align: center;
  color: #949494;
}

/* ---- 活動規則 ---- */
.rulesBox {
  /*大項*/
  /*第一層*/
  /*第二層*/
  /*第三層*/
}
.rulesBox a {
  color: #228abe;
  text-decoration: underline;
}
.rulesBox a.rule__link {
  display: block;
  padding: 28px 0;
  font-size: 38px;
  color: #228abe;
  text-align: center;
  text-decoration: none;
}
.rulesBox a.rule__link:last-of-type {
  margin-top: 32px;
}
.rulesBox .verified {
  font-size: 28px;
  color: #01a100;
}
.rulesBox .rule__title {
  margin-top: 20px;
  font-size: 32px;
  font-weight: normal;
  padding-left: 44px;
  text-indent: -44px;
  box-sizing: border-box;
}
.rulesBox ol.level-1 {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 76px;
  margin: 0;
}
.rulesBox ol.level-1 > li {
  margin-top: 20px;
}
.rulesBox ul.level-2 {
  list-style-type: revert;
  list-style-position: outside;
  padding-left: 30px;
  margin-top: 20px;
}
.rulesBox ul.level-2 > li {
  margin-top: 20px;
}
.rulesBox ul.level-3 {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 30px;
  margin-top: 20px;
}
.rulesBox ul.level-3 > li {
  margin-top: 20px;
  position: relative;
}
.rulesBox ul.level-3 li > p {
  margin-top: 10px;
  color: #333333;
}
.rulesBox ul.level-3 > li::before {
  content: "- ";
  position: absolute;
  left: -24px;
}

/* ================================================================= */
/* ============================= 覆蓋樣式 =========================== */
/* ================================================================ */
/* -------------------- 覆蓋 版標 -------------------- */
.winFlat {
  margin: 0;
}

/* -------------------- 覆蓋 預測頁 -------------------- */
.gamesBox {
  margin-top: 0;
}
.gamesBox .games__list:last-child {
  border: 0;
}
.gamesBox .row {
  gap: 38px;
}

.games__list {
  padding: 0;
  border-bottom: 2px solid #e0e0e0;
}
.games__list .time {
  margin: 8px 32px 0 0;
}
.games__list .teamBox {
  gap: 12px;
  color: #228abe;
}
.games__list .teamBox .flag {
  height: 32px;
  font-size: 28px;
}
.games__list .teamBox .flag span {
  border-radius: 4px;
}
.games__list .play {
  flex-direction: row;
  align-items: center;
  gap: 4px;
  min-height: 48px;
  color: #757575;
  font-size: 28px;
}
.games__list .play .infoB {
  font-size: 38px;
  font-weight: 400;
}
.games__list .play .cnt {
  text-decoration: none;
}
.games__list .play img {
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

.gamesBoxSoccer .row {
  grid-template-columns: 165px 335px 335px;
  margin-bottom: 0;
}

.games__listStartedSoccer .Started__line {
  width: calc(100% - 233px);
}

/* -------------------- 覆蓋 預測名單 -------------------- */
.activityBox .popover_user .title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 32px;
  font-weight: normal;
  border: 0;
}