@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;
  }
}
.el-divider {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .el-divider {
    margin: 20px 0;
  }
}
.el-collapse {
  border: none;
}
.el-collapse-item:before {
  background: linear-gradient(180deg, #fff59b, #efdd00);
  border-radius: 10px 0 0 10px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
.el-collapse-item {
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  margin: 16px 0;
  padding: 18px 12px 18px 22px;
  position: relative;
}
@media (min-width: 768px) {
  .el-collapse-item {
    padding: 30px 32px;
  }
}
 .el-collapse-item__header {
  border-bottom: none;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  justify-content: space-between;
  line-height: 24px;
}
 .el-collapse-item__header > div:first-child {
  width: calc(100% - 18px);
}
 .el-collapse-item__header img {
  margin-left: 10px;
  width: 20px;
}
@media (min-width: 768px) {
   .el-collapse-item__header {
    font-size: 20px;
  }
   .el-collapse-item__header img {
    width: auto;
  }
}
 .el-collapse-item__wrap {
  border-bottom: none;
  border-top: none;
}
 .el-collapse-item__content {
  font-size: 16px;
  overflow: hidden;
  padding: 0;
  word-break: break-word;
}
@media (min-width: 768px) {
   .el-collapse-item__content {
    font-size: 18px;
  }
}
 .el-collapse-item__arrow {
  display: none;
}
.open-icon {
  background-color: #797979;
  border-radius: 2px;
  height: 2px;
  position: relative;
  width: 12px;
}
@media (min-width: 768px) {
  .open-icon {
    width: 18px;
  }
}
.open-icon:before {
  background-color: #797979;
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-90deg);
  transition: all 0.3s;
  width: 12px;
}
@media (min-width: 768px) {
  .open-icon:before {
    width: 18px;
  }
}
 .el-collapse-item__header.is-active .open-icon:before {
  transform: rotate(0);
}
