@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;
  }
}
.text-block {
  padding: 10px 0;
}
.text-block > div {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 16px;
}
@media (min-width: 768px) {
  .text-block > div {
    padding: 30px;
  }
}
h2 {
  font-size: 20px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
ol {
  list-style: cjk-ideographic;
  margin: 5px 0 5px 68px;
}
ol ol {
  list-style: decimal-leading-zero;
  margin: 5px 0 5px 38px;
}
.md-table {
  border: 3px solid #000;
  width: 100%;
}
.md-table th {
  border: 2px solid #000;
}
.md-table th:first-child,
.md-table th:nth-child(2) {
  width: 72px;
}
.md-table th:nth-child(4) {
  width: 100px;
}
.md-table td {
  line-height: 36px;
  padding: 0 4px;
}
.md-table .double-border {
  border: 2px solid #000;
  border-top: 4px double #000;
}
.md-table .solid-border {
  border: 2px solid #000;
}
 .el-divider {
  margin: 14px 0;
}
