@charset "UTF-8";
/* ---- 按鈕 ---- */
/* ---- 更新 ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ---- LOGO ---- */
/* ---- 導覽列 ---- */
/* ---- icon ---- */
/* ============================== 走地樣式 ============================== */
/*走地警語*/
.betgame-warning {
  width: 960px;
}
.betgame-warning .betgame-warning__inPlay {
  text-align: right;
  color: #bdbdbd;
  font-size: 15px;
  padding: 10px 0;
}

/*走地標籤 聯盟選單*/
.menugroupbox-con .tag-box ol li {
  position: relative;
}
.menugroupbox-con .tag-box ol li .game__tag {
  position: absolute;
  top: -6px;
  left: -6px;
  display: block;
  padding-left: 1px;
  padding-right: 1px;
  height: 14px;
  width: auto;
  line-height: 14px;
  background: #149817;
  border-radius: 3px;
  color: white;
  font-size: 12px;
}
.menugroupbox-con .tag-box ol li .game__tag--en {
  font-size: 10px;
}
.menugroupbox-con .tag-box ol li.tag-chosen .game__tag {
  left: -7px;
}
.menugroupbox-con .tag-box ol li.tag-chosen .game__tag--en {
  font-size: 10px;
}
.menugroupbox-con .tag-box ol.tag-con {
  padding-left: 58px;
  overflow: inherit;
}

/*球隊資訊內容 新添加class*/
.bet-teaminfo_td_livegame a {
  display: block;
  width: 140px;
}
.bet-teaminfo_td_livegame span.livegame_state {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 44px;
  /*壘包*/
  /*壘包 end*/
  /*好壞球*/
  /*好壞球 end*/
}
.bet-teaminfo_td_livegame span.livegame_state .onbase {
  display: block;
  width: 50px;
  position: relative;
}
.bet-teaminfo_td_livegame span.livegame_state .onbase .onbase__one, .bet-teaminfo_td_livegame span.livegame_state .onbase .onbase__two, .bet-teaminfo_td_livegame span.livegame_state .onbase .onbase__three {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background: #cecece;
  border-radius: 2px;
  transform: rotate(45deg);
}
.bet-teaminfo_td_livegame span.livegame_state .onbase .onbase__one {
  top: 20px;
  left: 30px;
}
.bet-teaminfo_td_livegame span.livegame_state .onbase .onbase__two {
  top: 8px;
  left: 18px;
}
.bet-teaminfo_td_livegame span.livegame_state .onbase .onbase__three {
  top: 20px;
  left: 6px;
}
.bet-teaminfo_td_livegame span.livegame_state .onbase .onbase--on {
  background: #bd231b;
}
.bet-teaminfo_td_livegame span.livegame_state .balls {
  display: block;
  margin-top: 2px;
  width: 40px;
  font-size: 12px;
  font-family: Courier New;
}
.bet-teaminfo_td_livegame span.livegame_state .balls span.ballnone {
  display: inline-block;
  margin: -2px 0 0 4px;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #cecece;
  /*vertical-align: middle;*/
}
.bet-teaminfo_td_livegame span.livegame_state .balls span.balls__strike, .bet-teaminfo_td_livegame span.livegame_state .balls span.balls__ball, .bet-teaminfo_td_livegame span.livegame_state .balls span.balls__out {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 110%;
  color: #212121;
  font-weight: bold;
}
.bet-teaminfo_td_livegame span.livegame_state .balls span.ball--strike {
  background: #feb805;
}
.bet-teaminfo_td_livegame span.livegame_state .balls span.ball--ball {
  background: #297416;
}
.bet-teaminfo_td_livegame span.livegame_state .balls span.ball--out {
  background: #bd231b;
}