@charset "UTF-8";
/* ---- 按鈕 ---- */
/* ---- 更新 ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ==================================================================== */
/* ============================ 猜數字(電腦版) ========================= */
/* ==================================================================== */
/* 最近單雙、大小結果 */
.resultBox {
  display: flex;
  margin: 16px 0 56px 0;
  font-size: 15px;
  color: #090;
  /* 表格 */
  /* 效果 */
}
.resultBox .result__title {
  position: relative;
}
.resultBox .result__title .title_list {
  width: 67px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: white;
  background: #0277BD;
  border: 1px #e0e0e0 solid;
}
.resultBox .result__title .title_list--line {
  border-bottom: 0px;
}
.resultBox .result__title .title_new {
  position: absolute;
  top: -1px;
  left: 67px;
  width: 64px;
  height: 119px;
  border: 2px #bdbdbd solid;
}
.resultBox .result__title .title_mark {
  position: absolute;
  top: 120px;
  left: 84px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #bdbdbd;
}
.resultBox .result__title .title_period {
  position: absolute;
  top: 130px;
  left: 72px;
  width: 150px;
  color: #212121;
}
.resultBox .result__title .title_period span {
  font-weight: 300;
  color: #757575;
}
.resultBox table, .resultBox tr, .resultBox td {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  text-align: center;
  /*min-width: 46px;*/
}
.resultBox .result__table {
  width: 100%;
}
.resultBox .result__table .number td {
  color: #096096;
}
.resultBox .table-slide {
  transition: transform 0.5s ease-in-out;
  transform: translateX(46px);
}
.resultBox .fade-enter-active, .resultBox .fade-leave-active {
  transition: opacity 1s;
}
.resultBox .fade-enter {
  opacity: 0;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.resultBox .fade-enter-active, .resultBox .fadeIn {
  animation: fadeInAnimation 0.5s ease-in-out;
}

/* ================== 05/30異動(覆蓋樣式) ================== */
.predictgame-table .bet-bankinfo_th {
  width: 57%;
}
.predictgame-table .bet-bankinfo_td a {
  padding: 0 !important;
  line-height: 48px;
}
.predictgame-table table.bet-number {
  width: 100%;
  /*已關*/
}
.predictgame-table table.bet-number tr {
  background: white;
}
.predictgame-table table.bet-number td {
  padding: 0;
  width: 20%;
  text-align: center;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.predictgame-table table.bet-number td.number__title {
  line-height: 30px;
  background: #f4f4f4;
  color: #757575;
}
.predictgame-table table.bet-number td.number__title a {
  color: #757575;
  text-decoration: none;
}
.predictgame-table table.bet-number td.number__firstrow,
.predictgame-table table.bet-number td.number__range {
  width: 28.5%;
}
.predictgame-table table.bet-number span.bet-bank_closed {
  padding: 0;
  line-height: 48px;
}

/* ================== 06/06異動(覆蓋樣式) ================== */
/* 表格 */
.result__table td.tdbg_green {
  background: #F1F8E9;
}