@charset "UTF-8";
.ball {
  background: 50% / cover no-repeat url(../images/bg/ball.svg);
  border-radius: 50px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 34px;
  letter-spacing: 1px;
  line-height: 34px;
  width: 34px;
}
@media (min-width: 768px) {
  .ball {
    font-size: 20px;
    height: 48px;
    letter-spacing: 2px;
    line-height: 48px;
    width: 48px;
  }
}
.color-super {
  background: 50% / cover no-repeat url(../images/bg/ball_super.svg);
  color: #fff;
}
.color-super.ball {
  position: relative;
}
.color-super.ball.secondary-area,
.color-super.ball.special-number {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area,
  .color-super.ball.special-number {
    margin-top: 34px;
  }
}
.color-super.ball.secondary-area:before {
  content: "第二區";
}
.color-super.ball.special-number:before {
  content: "特別號";
}
.color-super.ball.secondary-area:before,
.color-super.ball.special-number:before {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 1px;
  line-height: 1;
  min-width: -moz-max-content;
  min-width: max-content;
  position: absolute;
  top: 0;
  transform: translate(-50%, -150%);
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area:before,
  .color-super.ball.special-number:before {
    font-size: 16px;
    line-height: 1.4;
  }
}
.color-bigSmall {
  background: 50% / cover no-repeat url(../images/bg/ball_big_small.svg);
}
.color-singleDouble {
  background: 50% / cover no-repeat url(../images/bg/ball_single_double.svg);
  color: #fff;
}
.custom-container {
  margin-inline: auto !important;
  width: calc(100vw - 32px) !important;
}
@media (min-width: 768px) {
  .custom-container {
    width: 90vw !important;
  }
}
@media (min-width: 1024px) {
  .custom-container {
    max-width: 1200px !important;
    width: 75vw !important;
  }
}
.hint {
  color: #797979;
  font-size: 14px;
  line-height: 1.71;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .hint {
    font-size: 16px;
    line-height: 1.75;
    margin: 12px 0 0;
  }
}
section {
  scroll-margin-top: 90px;
}
section .header {
  margin: 0 0 16px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  section .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
  }
}
section .header h2 {
  margin: auto auto 6px;
}
@media (min-width: 768px) {
  section .header h2 {
    margin: 0;
    padding: 0 0 0 90px;
    text-align: left;
  }
  section .header h2:before {
    color: #ff8550;
    content: "0" counter(h2);
    counter-increment: h2;
    font-size: 28px;
    left: 50%;
    letter-spacing: 0.4px;
    position: absolute;
    top: 0;
    transform: translate(calc(-50vw + 50% + 64px));
  }
  section .header h2:after {
    background-color: #ff8550;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 24px;
    transform: translate(-50vw);
    width: 60px;
  }
}
@media (min-width: 1024px) {
  section .header h2 {
    padding: 0;
  }
}
section .header p {
  color: #797979;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
section button {
  display: block;
}
#statistics_bets,
#statistics_hot_cold_numbers,
#statistics_sales {
  background: #ffe87d;
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  #statistics_bets,
  #statistics_hot_cold_numbers,
  #statistics_sales {
    padding: 80px 0 0;
  }
}
#statistics_bets .body,
#statistics_hot_cold_numbers .body,
#statistics_sales .body {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  #statistics_bets .body,
  #statistics_hot_cold_numbers .body,
  #statistics_sales .body {
    padding: 32px;
  }
}
#statistics_bets .body > div:not(:first-child),
#statistics_hot_cold_numbers .body > div:not(:first-child),
#statistics_sales .body > div:not(:first-child) {
  margin-top: 28px;
}
#statistics_bets .body .table-md:not(:last-child),
#statistics_bets .body h5,
#statistics_hot_cold_numbers .body .table-md:not(:last-child),
#statistics_hot_cold_numbers .body h5,
#statistics_sales .body .table-md:not(:last-child),
#statistics_sales .body h5 {
  margin-bottom: 12px;
}
#statistics_first_prize_cities {
  background: bottom/contain no-repeat
    url(../images/wave/double_yellow_with_green_triangle.svg);
  padding: 20px 0 60px;
  scroll-margin-top: 110px;
}
@media (min-width: 768px) {
  #statistics_first_prize_cities {
    padding: 58px 0 160px;
    scroll-margin-top: 90px;
  }
  #statistics_first_prize_cities .body {
    align-items: center;
    display: flex;
  }
  #statistics_first_prize_cities
    .body
    .first-prize-statistics {
    margin-left: 50px;
    max-width: 60%;
  }
}
#statistics_first_prize_cities
  .body
  .first-prize-statistics
  > div:not(.first-prize-count) {
  margin: 28px 0;
}
@media (min-width: 768px) {
  #statistics_first_prize_cities
    .body
    .first-prize-statistics
    > div:not(.first-prize-count) {
    margin: 26px 0;
  }
}
#statistics_first_prize_cities
  .body
  .first-prize-statistics
  > div:not(.first-prize-count)
  p:first-child:before {
  border-radius: 3px;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 0 12px 0 4px;
  vertical-align: sub;
  width: 20px;
}
@media (min-width: 768px) {
  #statistics_first_prize_cities
    .body
    .first-prize-statistics
    > div:not(.first-prize-count)
    p:first-child:before {
    margin: 0 12px 0 0;
  }
}
#statistics_first_prize_cities
  .body
  .first-prize-statistics
  > div:not(.first-prize-count)
  p:last-child {
  padding: 0 0 0 36px;
}
@media (min-width: 768px) {
  #statistics_first_prize_cities
    .body
    .first-prize-statistics
    > div:not(.first-prize-count)
    p:last-child {
    padding: 0 0 0 32px;
  }
}
#statistics_first_prize_cities
  .body
  .first-prize-statistics
  > div:not(.first-prize-count):first-of-type
  p:before {
  background: red;
}
#statistics_first_prize_cities
  .body
  .first-prize-statistics
  > div:not(.first-prize-count):nth-of-type(2)
  p:before {
  background: #ff8550;
}
#statistics_first_prize_cities
  .body
  .first-prize-statistics
  > div:not(.first-prize-count):nth-of-type(3)
  p:before {
  background: #efdd00;
}
#statistics_first_prize_cities
  .body
  .first-prize-statistics
  > div:not(.first-prize-count)
  b {
  font-size: 20px;
}
@media (min-width: 768px) {
  #statistics_first_prize_cities
    .body
    .first-prize-statistics
    > div:not(.first-prize-count)
    b {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 1.79;
  }
  #statistics_first_prize_cities
    .body
    .first-prize-statistics
    .first-prize-count {
    border-top: 1px solid #dadada;
    padding: 28px 22px;
  }
}
#statistics_bets button {
  color: #ff8550;
  text-decoration-line: underline;
}
@media (max-width: 480px) {
  #statistics_bets
    .earn-first-prize-count
    > div
    > div:nth-child(2)
    > div {
    display: block;
  }
  #statistics_bets
    .earn-first-prize-count
    > div
    > div:nth-child(2)
    > div
    > div:first-child,
  #statistics_bets
    .earn-first-prize-count
    > div
    > div:nth-child(2)
    > div
    > div:nth-child(2) {
    width: 100%;
  }
}
#statistics_bets button {
  text-align: left;
}
@media (min-width: 768px) {
  #statistics_bets button {
    margin: auto;
    text-align: center;
  }
}
#statistics_sales
  .highest-prize-and-sell
  > div
  > div:nth-child(2)
  > div {
  display: block;
}
#statistics_sales
  .highest-prize-and-sell
  > div
  > div:nth-child(2)
  > div
  > div:first-child,
#statistics_sales
  .highest-prize-and-sell
  > div
  > div:nth-child(2)
  > div
  > div:nth-child(2) {
  width: 100%;
}
#statistics_sales
  .highest-prize-and-sell
  > div
  > div:nth-child(2)
  > div
  > div:nth-child(2)
  button {
  display: block;
  text-align: left;
}
#statistics_hot_cold_numbers {
  padding: 40px 0;
}
@media (min-width: 768px) {
  #statistics_hot_cold_numbers {
    padding: 60px 0 80px;
  }
}
#statistics_hot_cold_numbers .header {
  flex-wrap: wrap;
}
#statistics_hot_cold_numbers .header a {
  background: #fff;
  border: 1px solid #ff8550;
  border-radius: 6px;
  color: #ff8550;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  #statistics_hot_cold_numbers .header a {
    padding: 10px 20px;
  }
}
#statistics_hot_cold_numbers .header a:hover {
  background: linear-gradient(
      0deg,
      rgba(255, 133, 80, 0.15),
      rgba(255, 133, 80, 0.15)
    ),
    #fff;
}
#statistics_hot_cold_numbers .border-top-gray {
  margin-top: 16px;
  position: relative;
}
#statistics_hot_cold_numbers .border-top-gray:before {
  border: solid #dadada;
  border-width: 1px 0 0;
  content: "";
  left: -12px;
  position: absolute;
  top: -16px;
  width: calc(100% + 24px);
}

  .el-table
  .el-scrollbar__wrap.el-scrollbar__wrap--hidden-default {
  overflow-y: hidden;
}
 .el-table .el-scrollbar__bar.is-vertical {
  display: none;
}
.table-md {
  border: 3px solid #efdd00;
  border-radius: 6px;
  overflow: hidden;
}
.table-md > div:first-child > div:first-child {
  border-radius: 6px 6px 0 0;
}
.table-md > div > div:first-child {
  background: linear-gradient(180deg, #fff59b, #efdd00 76.79%);
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 8px 0;
  text-align: center;
}
.table-md > div > div:nth-child(2) {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 16px 12px;
}
.table-md > div > div:nth-child(2) > div {
  display: flex;
  flex-direction: row;
}
.table-md > div > div:nth-child(2) > div > div:first-child {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  width: 50%;
  word-break: break-word;
}
.table-md > div > div:nth-child(2) > div > div:nth-child(2) {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  width: 50%;
  word-break: break-word;
}
.table-md .expand-btn {
  background-color: #ff855026;
  color: #ff8550;
  padding: 9px 0;
  width: 100%;
}
