@charset "utf-8";
/*================================
  2021共用：
  ◆ 基本設定
  ◆ 置頂 head_banner
  ◆ 置底 navbar
  ◆ 標題和標題背景(公告按鈕 信箱)
  ◆ tab / infoSection

================================*/

html,
body {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a,
button,
a:focus,
a:hover {
  text-decoration: none;
}

body {
  background-color: var(--all-body-bgColor);
  /* font-family: 微軟正黑體, sans-serif, Arial, Tahoma; */
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", sans-serif !important;
  height: 100%;
  font-size: 14px;
  color: var(--normal-font-fifth-color);
  /* position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; */
}

a {
  color: var(--normal-font-fifth-color);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

i {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

*::placeholder {
  color: var(--gray);
}

.primaryFramePD-LR {
  padding-right: 15px;
  padding-left: 15px;
}

.secondFramePD-LR {
  padding-right: 10px;
  padding-left: 10px;
}

/* color settings */
.txt-red,
.color-red,
.color_red {
  color: var(--negative-primary-color) !important;
}

.txt-gray,
.color-gray {
  color: var(--trade-infoSection-font-color);
}

.txt-green,
.color-green,
.color_green {
  color: var(--positive-primary-color) !important;
}

.txt-blue {
  color: var(--blue);
}

.primaryLinear-ToBottom {
  background: var(--normal-bg-secondary-color);
}

.text-center {
  text-align: center;
  font-size: 16px;
}

.txt-small {
  font-size: 0.8em;
}

/* scroll top btn*/
.scroll_top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 25px;
  z-index: 1031;
  font-size: 30px;
  color: rgba(104, 104, 104, 0.5);
}

.scroll_top .scroll_top_bg {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  /* background-color: rgba(255, 255, 255, 0.5); */
  border: solid 1px rgba(104, 104, 104, 0.5);
  text-align: center;
  line-height: 50px;
  background:
    url("../img/icon-scrollTop.svg") no-repeat center,
    rgba(255, 255, 255, 0.5);
  background-size: 30px auto;
}

/* 置頂 head_banner */
.head_banner {
  height: 50px;
  background: var(--all-head_banner-bg);
  z-index: 1041;
  background-size: 100%;
}

.menu_btn {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 10px;
  box-sizing: border-box;
  line-height: 20px;
}

.menu_btn span {
  display: block;
  height: 3px;
  width: 100%;
  background: var(--all-menu_btn-bg);
  margin-bottom: -14px;
  line-height: 18px;
}

/* 回上頁 backPrevPage */
.backPrevPage {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.backPrevPage .backTOindex.angle-left {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.backPrevPage .backTOindex.angle-left::after {
  display: inline;
  content: "";
  flex: none;
  width: 13px;
  height: 13px;
  border-top: 3px solid;
  border-left: 3px solid;
  transform: rotate(-45deg);
  border-radius: 1px;
  border-color: var(--all-menu_btn-bg);
  outline: none;
  cursor: pointer;
  font-weight: unset;
}

.head_banner.hasPrevPage .menu_btn {
  display: none;
}

.head_banner.hasPrevPage .backPrevPage {
  display: block;
}

/*使用者帳號和餘額*/
.money {
  margin: 0 20px 0 10px;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
  text-align: left;
  box-sizing: border-box;
  border-radius: 15px;
  background: var(--all-acc-bg);
  font-size: 13px;
  position: relative;
  display: flex;
  box-shadow: var(--all-acc-inset-shadow);
}
.money::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 15px;
  background: var(--all-acc_after-bg);
  box-shadow: var(--all-acc-shadow);
}
/* -- 202109 new 總資產 */
.money .moneyBox {
  display: none;
  width: 180px;
}

.money .moneyBox.active {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 26px;
  position: relative;
}

.money .switchTag {
  background: var(--head-icon-moneySwitch);
  background-size: contain;
  width: 14px;
  float: left;
  margin: 0 8px;
}
.money .moneyBox b {
  width: 20px;
  height: 20px;
  background: var(--all-header-icon);
  background-size: contain;
}

.money .moneyBox span.amounts {
  text-align: left;
  flex: 1;
  max-width: 155px;
  min-width: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}

.money .moneyBox button.openWallets {
  width: 26px;
  height: 26px;
  background: var(--all-header-openWallets-btn);
  background-size: 16px;
  border: 0;
  outline: none;
}

.acc_money {
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 10px;
  padding-top: 11px;
  text-align: right;
  display: inline-flex;
  float: right;
}
.acc_money .info_switch {
  display: none;
}
.money .dropdown {
  width: 100%;
  height: 28px;
  position: relative;
  background-size: 16px;
  font-size: 13px;
  display: flex;
}

.money .dropdown .dropbtn {
  display: block;
  border: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 0;
  padding-left: 2px;
  background: none;
  font-size: 13px;
  text-align-last: left;
  margin-top: -1px;
  font-weight: normal;
  outline: none;
}
.money .dropdown span {
  text-align: right;
  flex: 1;
  max-width: 155px;
  min-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.money .totalMoneyList {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  margin: 30px 0 0 -5px;
  padding: 5px 10px;
  border-radius: 5px;
  background: var(--normal-font-primary-color);
  overflow: hidden;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
  color: #283763;
}

.money .totalMoneyList.open {
  display: block;
}

.money .totalMoneyList li {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: normal;
  line-height: 28px;
}

.money .totalMoneyList li:nth-of-type(1) {
  border-top: 0;
}

.money .totalMoneyList li span.txt-right {
  margin-left: auto;
}

.acc {
  position: relative;
  width: 120px;
  background: var(--all-acc-bg);
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
  text-align: left;
  box-sizing: border-box;
  padding-right: 10px;
  border-radius: 15px;
  font-size: 13px;
  display: flex;
  align-items: center;
  box-shadow: var(--all-acc-inset-shadow);
  padding-left: var(--all-acc-padding-left);
}
.acc::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  border-radius: 15px;
  background: var(--all-acc_after-bg);
  box-shadow: var(--all-acc-shadow);
}
.acc .myLv {
  height: 100%;
  width: var(--myLv-content-width);
  color: var(--myLv-content-color);
  padding: var(--myLv-content-padding);
  font-size: 11px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.acc .username {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.acc .myLv.lv0 {
  background: var(--myLv-lv0-icon);
  background-size: contain;
}
.acc .myLv.lv1 {
  background: var(--myLv-lv1-icon);
  background-size: contain;
}
.acc .myLv.lv2 {
  background: var(--myLv-lv2-icon);
  background-size: contain;
}
.acc .myLv.lv3 {
  background: var(--myLv-lv3-icon);
  background-size: contain;
}
.acc .myLv.lv4 {
  background: var(--myLv-lv4-icon);
  background-size: contain;
}
.acc .myLv.lv5 {
  background: var(--myLv-lv5-icon);
  background-size: contain;
}
.acc .myLv.lv6 {
  background: var(--myLv-lv6-icon);
  background-size: contain;
}
.acc .myLv.lv7 {
  background: var(--myLv-lv7-icon);
  background-size: contain;
}
.acc .myLv.lv8 {
  background: var(--myLv-lv8-icon);
  background-size: contain;
}
.acc .myLv.lv9 {
  background: var(--myLv-lv9-icon);
  background-size: contain;
}
.acc .myLv.lv10 {
  background: var(--myLv-lv10-icon);
  background-size: contain;
}
.acc .myLv.lv11 {
  background: var(--myLv-lv11-icon);
  background-size: contain;
}
.acc .myLv.lv12 {
  background: var(--myLv-lv12-icon);
  background-size: contain;
}
.acc .myLv.lv13 {
  background: var(--myLv-lv13-icon);
  background-size: contain;
}
.acc .myLv.lv14 {
  background: var(--myLv-lv14-icon);
  background-size: contain;
}
.acc .myLv.lv15 {
  background: var(--myLv-lv15-icon);
  background-size: contain;
}
.acc .myLv.lv16 {
  background: var(--myLv-lv16-icon);
  background-size: contain;
}
/* 置底 navbar */
.icon_bar {
  position: fixed;
  bottom: -2px;
  z-index: 1035;
  display: table;
  width: 100%;
  height: 55px;
  border-radius: 25px 25px 0 0;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  background: var(--all-icon_bar-bg);
  padding: 0;
}

.icon_bar_row {
  display: table-row;
  width: 100%;
}

.icon_bar_cell {
  display: table-cell;
  width: 20%;
}

.icon_bar_cell a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--footerNav-fontColor);
  letter-spacing: 1px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 8px;
}

.icon_bar_text {
  padding-top: 3px;
  font-size: 13px;
  line-height: 1;
  word-break: break-word;
}

.icon_bar_cell a.active {
  color: var(--all-icon_bar_icon_active-font);
}

.icon_bar_cell a div:nth-of-type(1) {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
}

.icon_bar_cell:nth-child(3) a div:nth-of-type(1) {
  width: 45px;
  height: 45px;
  margin-top: -50%;
  transform: translateY(-5px);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
  border-radius: 50%;
}
/*目前無使用icon*/
.icon_bar_cell a .icon_bar_trade {
  background: url("../img/icon-nav-trade.svg") center center no-repeat;
  background-size: contain;
}
.icon_bar_cell a.active .icon_bar_trade {
  background: url("../img/icon-nav-trade-active.svg") center center no-repeat;
  background-size: contain;
}
.icon_bar_cell a .icon_bar_index {
  background: url("../img/icon-nav-index-tg.png") center center no-repeat;
  background-size: contain;
}
.icon_bar_cell a.active .icon_bar_index {
  background: url("../img/icon-nav-index-tg_active.png") center center no-repeat; /*未給*/
  background-size: contain;
}
/*目前使用icon*/
.icon_bar_cell a .icon_bar_home {
  background: url("../img/icon-nav-home.png") center center no-repeat;
  background-size: contain;
}
.icon_bar_cell a.active .icon_bar_home {
  background: var(--all-icon_bar_home_active-bg);
  background-size: contain;
}
.icon_bar_cell a .icon_bar_marketlist {
  background: url("../img/icon-nav-marketlist.png") center center no-repeat;
  background-size: contain;
}
.icon_bar_cell a.active .icon_bar_marketlist {
  background: var(--all-icon_bar_marketlist_active-bg);
  background-size: contain;
}
.icon_bar_cell a .icon_bar_gaming {
  background: var(--footer-icon_bar_gaming-bg);
  background-size: contain;
}
.icon_bar_cell a .icon_bar_history {
  background: url("../img/icon-nav-history.png") center center no-repeat;
  background-size: contain;
}
.icon_bar_cell a.active .icon_bar_history {
  background: var(--all-icon_bar_history_active-bg);
  background-size: contain;
}
.icon_bar_cell a .icon_bar_white-Saba {
  background: var(--footer-icon_bar_white-Saba-bg);
  background-size: contain;
}
.icon_bar_cell a .icon_bar_my {
  background: url("../img/icon-nav-my.png") center center no-repeat;
  background-size: contain;
}
.icon_bar_cell a.active .icon_bar_my {
  background: var(--all-icon_bar_my_active-bg);
  background-size: contain;
}

/* 標題和標題背景 */
.title_background {
  width: 100%;
  height: 35px;
  position: fixed;
  top: 50px;
  right: 0px;
  left: 0px;
  z-index: 11;
  background: var(--all-title-bg);
}

.title_background.bgWhite {
  background-color: var(--normal-font-primary-color);
}

.title_background .title {
  /* display: none; */
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 2px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  /* position: absolute;
  top: 0;
  left: 0; */
}

/* sidy 主要背景 */
.sidy {
  height: 100%;
}

.sidy__content {
  position: relative;
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: auto;
  width: 100%;
  background: var(--sidy__content);
  background-size: cover;
}

.sidy__content.thisThemeBg {
  background: var(--all-thisThemeBg-bg);
  background-size: cover;
}

.thisThemeBg {
  background: var(--all-thisThemeBg-bg);
  background-size: cover;
  /* 給固定popup用的*/
}

/* content wrap*/
/* 聯絡客服 */
.content {
  width: 100%;
  padding-top: 0;
  position: relative;
  padding-bottom: 85px;
  height: 100%;
}

.mainContentWrap {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  height: 100%;
}

/* tabs */
.tabs {
  position: relative;
  margin: 85px auto 0px auto;
  width: 100%;
  height: calc(100% - 85px);
}

input.categoryTab[type="radio"] {
  display: none;
}

.game_detailTab .tabrow {
  top: 175px;
}
.tabrow {
  position: fixed;
  width: 100%;
  display: flex;
  z-index: 1029;
}
.categoryTab {
  flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  background: var(--categoryTab);
  color: var(--categoryTab-color);
  position: relative;
}

.categoryTab::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  background: var(--categoryTab-color);
  right: 0;
  top: 12px;
}

.categoryTab:nth-last-of-type(1)::before {
  display: none;
}

input.tab-selector-1:checked ~ .tabrow .tab-label-1,
input.tab-selector-2:checked ~ .tabrow .tab-label-2,
input.tab-selector-3:checked ~ .tabrow .tab-label-3,
input.tab-selector-4:checked ~ .tabrow .tab-label-4 {
  color: var(--all-categoryTab-color);
}

input.tab-selector-1:checked ~ .tabrow .tab-label-1::after,
input.tab-selector-2:checked ~ .tabrow .tab-label-2::after,
input.tab-selector-3:checked ~ .tabrow .tab-label-3::after,
input.tab-selector-4:checked ~ .tabrow .tab-label-4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: var(--all-categoryTab-checked);
  z-index: 5;
}

.content-1,
.content-2,
.content-3,
.content-4 {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: auto;
  opacity: 0;
  -webkit-transition: opacity linear 0.1s;
  -moz-transition: opacity linear 0.1s;
  -o-transition: opacity linear 0.1s;
  -ms-transition: opacity linear 0.1s;
  transition: opacity linear 0.1s;
  background-color: transparent;
  padding-top: 75px;
  padding-bottom: 85px;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
  /* z-index: 100; */
  display: block;
  z-index: 9;
  opacity: 1;
  -webkit-transition: opacity ease-out 0.2s 0.1s;
  transition: opacity ease-out 0.2s 0.1s;
}

/* infoSection */
.infoSection {
  width: 100%;
  box-shadow: 0 0 5px var(--black-point-2);
  background: var(--deposit-trade-record-bg);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}
.infoSection .info-tit {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  background: var(--deposit-info-tit-bg);
  background-size: cover;
  color: var(--deposit-info-tit-color);
}
.infoSection .info-msg {
  margin-top: 10px;
}
/*title帶icon*/
.infoSection .info-tit.hasIcon::before,
.infoSection .info-tit.hasIcon::after {
  content: "";
  vertical-align: sub;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: var(--deposit-info-title-icon);
  background-size: contain;
}
.infoSection .info-tit.hasIcon::after {
  transform: scaleX(-1);
}

/*內容框*/
.infoSection .primary-infoWrap {
  width: 100%;
  padding: 15px 20px;
}

.infoSection .pay_column {
  padding-bottom: 10px;
  font-size: 15px;
  display: table;
  width: 100%;
}

.infoSection .pay_column .pay_cell_title {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 30px;
  font-size: 15px;
  color: var(--normal-amount-font);
}

.infoSection .pay_column .pay_cell_title::before {
  content: "●";
  font-size: 11px;
  color: var(--assistant-title-before-color);
  margin-left: -15px;
  padding-right: 5px;
}

.infoSection .pay_column .pay_cell_input {
  display: block;
  width: 100%;
  line-height: 40px;
  font-size: 15px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid var(--gray8);
}
.infoSection .pay_column .pay_cell_input .input_text {
  background: none;
  border: 0;
  color: var(--assistant-input-color);
  outline: none;
  padding: 5px 10px;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.infoSection .pay_column .pay_cell_input .selector {
  background: var(--normal-font-primary-color) var(--all-selector-arrow) no-repeat right 15px center;
  background-size: 15px;
  width: 100%;
  border-radius: 5px;
  border: 0;
  padding-left: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.infoSection .pay_column .input_textarea {
  background: none;
  border: 0;
  color: var(--assistant-input-color);
  outline: none;
  padding: 5px 10px;
  display: block;
  width: 100%;
  height: 300px;
  padding: 5px 10px;
  resize: none;
}

.infoSection .pay_column .take_title {
  line-height: 40px;
  font-size: 15px;
  text-align: left;
  padding-right: 5px;
  display: table-cell;
  width: 25%;
}

.infoSection .pay_column .take_input {
  display: table-cell;
}
.infoSection .pay_column .take_input span {
  vertical-align: top;
  display: inline-block;
}

/* 無樣式 提醒*/
.notice_nostyle {
  padding: 0 20px;
  margin: 20px 0;
  list-style: none;
  font-size: 13px;
}

.notice_nostyle li {
  margin-bottom: 5px;
  line-height: 1.5;
}

.take_input .widthdrawVerification {
  display: inline-block;
  width: 52%;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid var(--gray8);
  height: 40px;
  line-height: 40px;
}

.notice_ul {
  list-style: none;
}

.notice_ul li {
  padding-bottom: 10px;
  position: relative;
}

.notice_ul li:nth-last-of-type(1) {
  padding-bottom: 0;
}

/*有線*/
.notice_ul.hasLine li {
  border-bottom: 1px solid var(--black-point-2);
  margin-bottom: 10px;
}
.notice_ul.hasLine li:nth-last-of-type(1) {
  border-bottom: 0;
}

.notice_ul.hasLine li::after {
  content: "";
  width: 20px;
  height: 1px;
  border-bottom: 1px solid var(--black-point-2);
  position: absolute;
  left: -20px;
  bottom: -1px;
}

.notice_ul.hasLine li:nth-last-of-type(1)::after {
  display: none;
}
/*  list style */
.notice_ul.num_style {
  padding: 0;
  margin-left: 20px;
  list-style-type: decimal;
}

.notice_ul.custom_style {
  padding: 0;
  margin-left: 20px;
}
.notice_ul.custom_style li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url(../img/noticelist_bell.svg) center no-repeat;
  background-size: contain;
}

/* submit 確認按鈕 */
.submit {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}

.submit button {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: var(--normal-font-primary-color);
  text-align: center;
  border-radius: 3px;
}

.submit.submit-large {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.submit .primaryColor-gradient {
  border-radius: 5px;
  background: var(--button-normal-primary-bg);
  background-size: 100% 100%;
  border: 0;
}

/* title Announce btn */
.title_background .announcement_btn {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 45px;
  height: 100%;
  border: 0;
  background: var(--all-marqueebox-icon);
  background-size: 25px;
  z-index: 10;
}

/* 市場列表用 search btn */
.title_background .search_btn {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 45px;
  height: 100%;
  border: 0;
  background: var(--domainName-modal-txtareaGroup-bgIcon);
  background-size: 25px;
  z-index: 10;
}

.title_background .mail {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  width: 45px;
  height: 100%;
  background: url(../img/icon-mail.svg) center no-repeat;
  background-size: 25px;
  z-index: 10;
}

.menu_list .mail .message_number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  line-height: 18px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #ed4f73, #c63153);
  color: #fff;
  transform: scale(0.7);
}

.title_background .titleSwitch {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: relative;
  /* .title_market */
}

#marqinfo {
  display: block;
  width: 75%;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: var(--normal-amount-font);
  background-color: var(--normal-font-primary-color);
  /* position: relative;
  top: 0;
  left: 12.5%; */
  margin-left: auto;
  margin-right: auto;
}

/*體驗金活動導引彈出廣告 共用區塊 */
.Mb_banneropen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: var(--black-point-7);
  z-index: -1;
  transition: all 0.3s ease-out;
}

.Mb_banneropen.active {
  opacity: 1;
  top: 0;
  z-index: 1042;
}

.Mb_banneropen .mb_banner_content {
  position: absolute;
  bottom: -100%;
  left: 3%;
  width: 94%;
  height: calc(100vh - 95px);
  max-height: 730px;
  border-radius: 15px 15px 0 0;
  background: var(--mb-adv);
  background-size: cover;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-out;
}

.Mb_banneropen.active .mb_banner_content {
  bottom: 0%;
}

.Mb_banneropen .close_ad {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  background:
    url("../img/close_icon_white.png") center center no-repeat,
    transparent;
  background-size: 20px auto;
  border: none;
}

.Mb_banneropen .not_show {
  margin-bottom: 20px;
  padding: 20px 30px;
  color: var(--gray9);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Mb_banneropen .not_show input[type="checkbox"] {
  border: 1px solid var(--gray9);
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border: 1rpx solid var(--gray9);
}

.Mb_banneropen .not_show label {
  margin-bottom: 0;
}

.mb_banner {
  margin: 20px 0;
}

.mb_banner img {
  width: 100%;
}

.Mb_banneropen .btnsGroup {
  margin-top: auto;
}

/* 彈窗背景 透明黑 */
.cover,
#Modal_coverchgall .cover {
  display: none;
  position: fixed;
  z-index: 1040;
  padding-top: 20%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--black-point-7);
}

#Modal_cover.nobg {
  background-color: transparent;
  padding-top: 0;
  overflow: hidden;
}

/* 保本＋體驗金 icon */
.guaranteed .icon-pawben {
  display: inline-block;
  vertical-align: text-top;
  height: 100%;
  width: 25px;
  background: var(--common-pawbenIcon);
  background-size: contain;
}

.guaranteed .icon_pay-experience {
  display: inline-block;
  vertical-align: text-top;
  height: 100%;
  width: 45px;
  background: var(--common-trialIcon);
  background-size: contain;
}

/* 按鈕大小 */
.btnsGroup {
  width: 100%;
  padding: 20px 0;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.btnsGroup button {
  flex: 1;
  outline: none;
  font-size: 15px;
  margin: 0 20px;
}

.btnsGroup button.btnNormal_close {
  margin-top: 0 !important;
}
.btnsGroup.has2btn button {
  margin: 0 4.5%;
}

.btnsGroup.hasTxt {
  flex-wrap: wrap;
}

.btnsGroup.hasTxt .txt-discription {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: left;
  color: var(--trade-infoSection-font-color);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.btnsGroup.fixed-btm {
  position: absolute;
  bottom: 40px;
  left: 0;
}

.btnBorder {
  border: var(--btnsGropu-cancel-border);
  border-radius: var(--button-Border-radius);
  background: var(--button-Border-bg);
  color: var(--btnsGropu-cancel-fontColor);
  cursor: pointer;
  word-break: keep-all;
  height: 50px;
  /* line-height: 50px; */
}

.btnNormal.Btnleft {
  border: 0;
  border-radius: 3px;
  background: var(--normal-font-primary-color);
  color: var(--gray5);
  border: 1px solid var(--gray5);
}
.btnNormal_close {
  border: 1px solid #707070;
  border-radius: 3px;
  margin-top: 1.5% !important;
  box-shadow: none;
  cursor: pointer;
  word-break: keep-all;
  height: 50px;
  line-height: 40px;
  background: #fff;
}
.btnNormal {
  border: 0;
  border-radius: var(--button-Border-radius);
  background: var(--button-normal-primary-bg);
  background-size: cover;
  color: var(--normal-font-primary-color);
  box-shadow: none;
  cursor: pointer;
  word-break: keep-all;
  height: 50px;
  line-height: 40px;
  box-shadow: var(--button-Border-shadow);
}

/* 系統提示窗  */
#lock_win.newModal {
  z-index: 2061;
}

.newModal {
  background: var(--black-point-6);
  z-index: 1061;
}
.newModal .modal-dialog {
  margin: 1.25rem;
}

.newModal .modal-header {
  background: var(--normal-header-primary-bg);
  background-size: cover;
  text-align: center;
  justify-content: center;
  padding: 0;
  height: 40px;
  line-height: 40px;
  color: var(--dialog-header-fontColor);
  border-bottom: 0;
  border-radius: var(--dialog-header-bdrs);
}

.modal-header .modal-title {
  line-height: 40px;
  font-weight: normal;
  font-size: 17px;
  letter-spacing: 1px;
}

.newModal .modal-body {
  line-height: 1.8;
  min-height: 150px;
  text-align: center;
  color: var(--modal-body-fontColor);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto;
  width: 100%;
}

.modal-content {
  border-radius: var(--normal-header-primary-radius);
  background: var(--dialog-bg-body);
  border: none;
}
.newModal .modal-body [data-step="strangeValid_1"],
.newModal .modal-body [data-step="strangeValid_2"] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.newModal .modal-body .select_verify {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.newModal .modal-body [data-role="verifyWay"] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.newModal .modal-body .select_verify span {
  color: #283763;
  font-weight: bold;
}
.newModal .modal-body .select_verify input {
  width: 100%;
  height: 40px;
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid var(--green-point-5);
}
.newModal .modal-body .select_verify .errorMsg {
  color: var(--negative-primary-color);
}

.newModal .modal-body.txt-left {
  line-height: 1.8;
  min-height: 160px;
  text-align: left;
  color: var(--normal-font-third-color);
  padding: 10px 20px;
}
.newModal .modal-body .sysNotice {
  margin: 10px auto;
  width: 100%;
}

.newModal .modal-body .sysNotice input {
  width: 90%;
  border: 1px solid var(--gray4);
  border-radius: 5px;
  padding: 5px;
}

.newModal .modal-footer {
  border-top: 0;
  padding: 10px 15px;
  flex-wrap: nowrap;
}

.modal-footer > * {
  margin: 1.5%;
  padding: 0;
}

/**陌生驗證*/

.newModal .modal-body .sysNotice input {
  width: 90%;
  border: 1px solid var(--gray4);
  border-radius: 5px;
  padding: 5px;
}
/* 側選單 */
.sidy__panel {
  position: fixed;
  -webkit-overflow-scrolling: auto;
  overflow-x: hidden;
  overflow-y: auto;
  top: 100vh;
  bottom: 0;
  left: 0px;
  right: 0;
  z-index: -9999;
  background: var(--sidy-menu-bg);
  border-radius: 15px 15px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.sidy--opened .sidy__panel {
  top: 50px;
  z-index: 1051;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidy--opened .sidy__content::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--black-point-7);
  content: "";
  -webkit-transition: all 0s;
  transition: all 0s;
  z-index: 1041;
}

/* menu_head */
.menu_head_bg {
  position: relative;
  width: 100%;
  background: var(--header-menu-head-bg);
  height: var(--header-menu-head-bg-height);
}

.menu_head_title {
  position: relative;
  left: auto;
  right: auto;
  margin: auto;
  background: var(--menu-menu_head_title-bg);
  background-size: auto 65%;
  height: inherit;
  width: 100%;
  top: 10px;
}

/* menu_top */
.menu_top {
  background: var(--header-menu-head-bg);
  border-radius: 0 0 15px 15px;
  padding: 15px 20px;
  flex: 0 0 auto;
}

.menu_bottom-adApp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px 0;
  position: relative;
}

.menu_top .menu_text {
  position: relative;
  top: auto;
  left: auto;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
}

.menu_bottom-logout .menu_logout_icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: var(--sideNav-icon-logout);
  background-size: contain;
  margin: 0 18px 0 0;
}

.menu_bottom-adApp .menu_qrcode_icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: var(--icon-menu-appDownload);

  background-size: contain;
  margin: 0 18px 0 0;
}

.menu_bottom-adApp::before {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 10px;
  background: var(--normal-font-third-color);
}

/* menu_block_group */
.menu_block_group {
  /* padding: 0 3rem; */
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-items: center;
  align-items: flex-start;
  flex: 0 0 auto;
  width: 100%;
}

.menu_block_group .menu_block {
  flex: 1;
  position: relative;
}

.menu_block_group .menu_block .menu_live_icon {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0;
  background: var(--all-sideNav-icon-c2c);
  background-size: contain;
  width: var(--header-menu-live-icon-width);
  height: var(--header-menu-live-icon-height);
  margin-right: var(--header-menu-live-icon-margin);
}

.menu_block_group .menu_block .menu_intelligent_icon {
  display: block;
  background-size: contain;
  width: var(--header-menu-live-icon-width);
  height: var(--header-menu-live-icon-height);
  background: var(--all-sideNav-icon-mb);
  background-size: contain;
  position: relative;
  margin-right: var(--header-menu-live-icon-margin);
}

.menu_block_group .menu_block .menu_wd_icon {
  display: block;
  width: 100%;
  height: 45px;
  background: url(../img/side_nav/menu_wd_icon.png) no-repeat center;
  background-size: contain;
}

.menu_block_group .menu_block .menu_intelligentOrder_icon {
  display: block;
  width: 100%;
  height: 45px;
  background: url(../img/side_nav/menu_intelligentOrder_icon.png) no-repeat center;
  background-size: contain;
  position: relative;
}

.menu_block_group .menu_block .hasNEW::before {
  content: "NEW";
  display: block;
  font-size: 11px;
  color: var(--normal-font-primary-color);
  width: 36px;
  height: 18px;
  border-radius: 8px;
  background: var(--new-icon-before);
  position: absolute;
  top: -8px;
  left: 15%;
  transform: scale(0.8);
}

.menu_block_group .menu_block .menu_block_text {
  line-height: 1;
  padding: var(--header-menu-block-text-padding);
  word-break: break-word;
}

/* menu list*/
.menu_list {
  padding: 0 0 0 20px;
  flex: 0 0 auto;
  margin-top: 10px;
  background: var(--header-menu_list-bg);
}

.menu_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu_list ul li {
  width: 100%;
  height: 50px;
  background: var(--header-menu_list-bg);
  padding: 5px 0;
  position: relative;
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid var(--black-point-1);
}

.menu_list ul li:nth-last-of-type(1) {
  border-bottom: 0 solid var(--black-point69);
}

.menu_list ul li div {
  flex: none;
  width: 26px;
  height: 26px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}

.menu_list ul li div.menu_text {
  display: block;
  flex: 1;
  width: auto;
  left: auto;
  word-break: keep-all;
  font-size: 15px;
  margin-left: 15px;
  letter-spacing: 1px;
  line-height: 26px;
}

.menu_list ul li div.menu_arrow {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  margin-right: auto;
  background: var(--sideNav-arrow-menuList);
  background-size: auto 65%;
  margin-right: 3rem;
}

/* icon */
.menu_list ul li div.market_list_icon {
  background: url(../img/side_nav/menu_marketlist_icon.svg) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.ranking_icon {
  background: url(../img/side_nav/menupage-body-rankings-ic.svg) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.insurance_icon {
  background: var(--common-insureIcon);
  background-size: contain;
}

.menu_list ul li div.livematches_icon {
  background: url(../img/side_nav/menu_livematches.png) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.trade_detail_icon {
  background: url(../img/side_nav/menu_trade_detail_icon.svg) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.history_icon {
  background: url(../img/side_nav/menu_history_icon.svg) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.game_result_icon {
  background: url(../img/side_nav/menu_game_result_icon.svg) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.nowscore_icon_2018 {
  background: url(../img/side_nav/menu_us-icon-temporarily.svg) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.Jihai-icon {
  background: url("/assets/GS/normal/img/menu-icon/Jihai.png") center no-repeat;
  background-size: contain;
}
.menu_list ul li div.menu_activity_icon {
  background: url(../img/side_nav/menu_activity_icon.svg?v=20220525) center no-repeat;
  background-size: contain;
}
.menu_list ul li div.menu_hotNews_icon {
  background: url(../img/side_nav/menu_hotNews_icon.svg) center no-repeat;
  background-size: contain;
}
.menu_list ul li div.menu_ann_icon {
  background: url(../img/side_nav/menu_ann_icon.svg) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.menu_history_stat_icon {
  background: url(../img/side_nav/menu_history_stat_icon.svg) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.menu_rules_icon {
  background: url(../img/side_nav/menu_rules_icon.svg) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.menu_reserveRules_icon {
  background: url(../img/side_nav/menupage-body-booking-ic.svg) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.menu_discuss_icon {
  background: url(../img/side_nav/menu_discuss_icon.svg) center no-repeat;
  background-size: contain;
}

.menu_list ul li div.menu_help_icon {
  background: url(../img/side_nav/menu_help_icon.svg) center no-repeat;
  background-size: contain;
}

/*舊客服預計移除*/
.menu_list ul li div.menu_service_icon {
  /* background: url(../img/side_nav/menu_service_icon2.svg) center no-repeat; */
  background: var(--icon-service-a-second) center no-repeat;
  background-size: contain;
}
/*新客服-非全天*/
.menu_list ul li div.menu_service_primary {
  background: url("/assets/primary/normal/img/services/primary-service-d.png") center no-repeat;
  background-size: contain;
}
/*新客服-24h*/
.menu_list ul li div.menu_service_advanced {
  background: url("/assets/primary/normal/img/services/advanced-service-d.png") center no-repeat;
  background-size: contain;
}

.menu_list ul li div.menu_officialVideo_icon {
  background: url(../img/side_nav/icon-officialvideo.svg) center no-repeat;
  background-size: contain;
}
/* 熱門賽事 */
.menu_list ul .union_list.active li div.menu_arrow {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu_list ul .union_list .sub-content {
  margin-left: -20px;
  padding-left: 20px;
  border-top: 1px solid var(--black-point-1);
  display: none;
}
.menu_list ul .union_list.active .sub-content {
  display: block;
}
.menu_list ul .union_list {
  border-bottom: 1px solid var(--black-point-1);
}
.menu_list ul .union_list li {
  background: transparent;
}
.menu_list ul li div.union_list_icon {
  background: url(../img/side_nav/sideIcon-popular.svg) no-repeat center/contain;
}
.menu_list ul div.union_list.active .sub-content .competition_logo img {
  width: 100%;
}
/* page loading */
/* .Loading {
  width: 100px;
  height: 100px;
  margin: 100px 35%;
  background: url(../img/loading.svg) no-repeat top 5% center;
  background-size: 100% 100%;
} */

/*LOADING*/
.loading .loading_block {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px 30px;
  border-radius: 10px;
  display: block;
  text-align: center;
  opacity: 0.5;
  transform: translate(-50%, -50%);
}

.loading .loading_block .lds-spinner {
  color: official;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loading .loading_block .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.loading .loading_block .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: var(--normal-font-primary-color);
}
.loading .loading_block .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.loading .loading_block .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.loading .loading_block .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.loading .loading_block .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.loading .loading_block .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.loading .loading_block .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.loading .loading_block .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.loading .loading_block .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.loading .loading_block .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.loading .loading_block .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.loading .loading_block .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.loading .loading_block .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

.loading .loading_block span {
  font-size: 12px;
  color: var(--normal-font-primary-color);
  margin-top: 5px;
  display: block;
}

.loading .loading_block span b {
  width: 2px;
  height: 2px;
  margin-left: 5px;
  border-radius: 50%;
  background: var(--normal-font-primary-color);
  vertical-align: middle;
  display: inline-block;
  animation: lds-spinner 1.2s linear infinite;
}

.loading .loading_block span b:nth-child(1) {
  animation-delay: -1s;
}

.loading .loading_block span b:nth-child(2) {
  animation-delay: -0.8s;
}

.loading .loading_block span b:nth-child(3) {
  animation-delay: -0.6s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* input select */
.selector {
  background: var(--normal-font-primary-color) var(--all-selector-arrow) no-repeat scroll right 15px center;
  background-size: 16px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--green-point-5);
  opacity: 1;
  height: 40px;
  z-index: 0;
  padding-left: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}
.selector:disabled {
  background:
    url(../img/arrow_down_disabled.png) no-repeat center right 10px,
    #e7e6e6;
  background-size: 16px;
}

/* */
.modal-content {
  border-radius: var(--normal-header-primary-radius);
  /* overflow: hidden; */
}

/*智能客服*/
.show24Hservice_header {
  position: relative;
  background: var(--all-service_header-bg);
  background-size: cover;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  color: var(--all-service_header-font);
  height: 50px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}

.show24Hservice_header .close {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.show24Hservice_header .close .backLastPage {
  width: 16px;
  height: 16px;
  border-top: 4px solid;
  border-left: 4px solid;
  transform: rotate(-45deg);
  border-radius: 1px;
  border-color: var(--normal-amount-font);
  display: block;
}

.service_frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}

/* 2021 提領訊息 deposit_infoPopup*/
.submit_infoPopup.open {
  display: block;
}
.submit_infoPopup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black-point-6);
  z-index: 1062;
}

.submit_infoPopup .dialogBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 0 5px var(--black-point-2);
  background: var(--dialog-bg-body);
}

.submit_infoPopup .dialogBox h1 {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--normal-font-fifth-color);
  width: 100%;
  text-align: center;
  line-height: 30px;
  position: relative;
  padding-top: 35px;
}
.submit_infoPopup .dialogBox h1::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.dialogBox h1.icon-success::before {
  background: var(--icon-common-success);
  background-size: contain;
}

.dialogBox h1.icon-error::before {
  background: var(--icon-common-error);
  background-size: contain;
}

.dialogBox h1.icon-warning::before {
  background: var(--icon-common-warning);
  background-size: contain;
}

.dialogBox h1.icon-maintain::before {
  background: var(--icon-common-maintain);
  background-size: contain;
}
.dialogBox .text-box {
  width: 100%;
  min-height: 150px;
  padding: 10px 20px;
}
.dialogBox .text-box p {
  line-height: 1.6;
  font-size: 15px;
  padding: 5px;
  margin: 0;
}

.dialogBox .text-box {
  width: 100%;
  min-height: 150px;
  padding: 10px 20px;
}
.dialogBox .text-box p {
  line-height: 1.6;
  font-size: 15px;
  padding: 5px;
  margin: 0;
}

.dialogBox .btnsGroup button {
  margin: 0 30px;
}
/*共用格式*/
input.error::placeholder {
  color: #ff0000;
}

.error_message {
  color: #ff0000;
  margin-top: 5px;
}
input:disabled {
  background-color: var(--normal-disabled-secondary-color) !important;
}

.noContent {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/bg-nodata.png) no-repeat top 30% center;
  background-size: 70%;
  padding-top: 60%;
  z-index: 1030;
  text-align: center;
  padding-left: 0;
  transform: translateY(-50%);
}

.noContent .noticeTitle {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.noContent .noticeWord {
  position: absolute;
  right: 0;
  left: 0;
}
.modal.in .modal-dialog,
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, -50%);
  top: 50%;
}

.popup_box input.error::placeholder,
.captchaBox .inputGroup input.error::placeholder,
.popup_box input.error::-webkit-input-placeholder,
.captchaBox .inputGroup input.error::-webkit-input-placeholder,
.popup_box input.error:-ms-input-placeholder,
.captchaBox .inputGroup input.error:-ms-input-placeholder,
.popup_box input.error::-moz-placeholder,
.captchaBox .inputGroup input.error::-moz-placeholder,
.error::placeholder {
  color: var(--negative-third-color);
}

.guaranteedNomo {
  color: var(--normal-font-primary-color);
  background: url(../img/common/holdIco.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 0px;
  width: 35px;
  height: 35px;
  line-height: 26px;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
}

.insureIcon {
  background: var(--common-insureIcon);
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 0px;
  width: 35px;
  height: 35px;
  line-height: 26px;
  font-size: 11px;
  text-align: center;
  font-weight: 600;
}
.cover.nobg {
  background-color: transparent;
}

.deposits_hasNoTit {
  margin: 50px auto 0px auto;
}

.fixed-btm-btn {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.fixed-btm-btn button {
  flex: 1;
  outline: none;
  font-size: 15px;
  margin: 0 15%;
}

.fixed-btm-btn.has2btn button {
  margin: 0 4.5%;
}

/* -免手續費彈窗*/
.freeCharge_popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--black-point-6);
  z-index: 1035;
}

.freeCharge_popup.open {
  display: block;
}

.freeCharge_popup .dialog_freeCharge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  background: var(--normal-font-primary-color);
}

.freeCharge_popup .dialog_freeCharge .banner {
  width: 100%;
}

.dialog_freeCharge .banner img {
  width: 100%;
}

.freeCharge_popup .dialog_freeCharge .clzBtn {
  width: 100%;
  height: 50px;
  color: var(--normal-amount-font);
  background: var(--normal-font-primary-color);
  border: 0;
  outline: none;
  font-size: 17px;
  position: relative;
}

.freeCharge_popup .dialog_freeCharge .clzBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  width: 100%;
  height: 4px;
  background: var(--free-charge-btn) no-repeat center;
}

.red-flashing {
  animation-name: redFlashing;
  animation-duration: 2s;
}

.sreaming_icon {
  display: inline-block;
  content: "";
  background: url(../img/icon/icon-beta.png) no-repeat center;
  background-size: contain;
  width: 70px;
  height: 20px;
  position: absolute;
  margin: 2px 2px 0px 10px;
}

@keyframes redFlashing {
  0% {
    color: var(--normal-font-fifth-color);
  }

  25% {
    color: var(--negative-primary-color);
  }

  50% {
    color: var(--normal-font-fifth-color);
  }

  75% {
    color: var(--negative-primary-color);
  }

  100% {
    color: var(--normal-font-fifth-color);
  }
}
.menu_list ul li div.intelligentOrder_icon {
  background: url(../img/side_nav/menu_intelligentOrder.svg) center no-repeat;
  background-size: contain;
}

.menu_block_group .menu_block .menu_sports_icon {
  display: block;
  width: 100%;
  height: 45px;
  background: url(../img/side_nav/menu_sports_icon.png) no-repeat center;
  background-size: contain;
  position: relative;
}

.NEW_icon {
  display: inline-block;
  font-size: 11px;
  color: var(--normal-font-primary-color);
  width: 42px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  background: var(--new-icon);
  transform: scale(0.8);
  text-align: center;
  vertical-align: text-top;
}

/* 202109 新增 篩選popup */
.filter_selector_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--black-point-8);
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
  z-index: 1041;
  transition: all 0.3s ease-in-out;
}

.filter_selector_popup .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90vw;
  border-radius: 10px;
  background: var(--normal-font-primary-color);
  z-index: 10;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.filter_selector_popup .popup > div {
  display: flex;
  height: 65px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.filter_selector_popup .popup a {
  display: block;
  min-width: 45%;
  font-family: "微軟正黑體", Arial;
  font-size: 15px;
  color: var(--gray7);
  font-weight: normal;
  text-align: center;
}

.btnsGroup .btnNormal:disabled,
.btnsGroup .btnBorder:disabled {
  background: var(--normal-disabled-secondary-color);
  color: var(--normal-font-primary-color);
}

nav .logout-group {
  width: 100%;
  height: 55px;
  background: var(--header-menu_bottom-logout-bg);
  position: relative;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}

nav .logout-group .menu_bottom-logout {
  height: 55px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px 0;
  position: relative;
}

.menu_top .payments_shorts {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  background: var(--header-payments_shorts-bg);
  box-shadow: var(--header-payments_shorts-shadow);
  position: relative;
  margin: var(--header-menu-payment-shorts-margin);
  display: flex;
  flex-direction: row;
}

.payments_shorts .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  gap: 5px;
  flex: 1;
  position: relative;
}

.payments_shorts .item.receive::before,
.payments_shorts .item.transfer::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 8px;
  background: var(--header-payments-item-before);
}

.payments_shorts .item .icon {
  flex: 0 0 30px;
  height: 25px;
}

.payments_shorts .item.deposits .icon {
  background: url("../img/deposit/icon_index_deposit.svg") no-repeat center;
  background-size: contain;
}

.payments_shorts .item.receive .icon {
  background: url("../img/deposit/icon_index_receive.svg") no-repeat center;
  background-size: contain;
}

.payments_shorts .item.transfer .icon {
  background: url("../img/deposit/icon_index_transfer.svg") no-repeat center;
  background-size: contain;
}

.msg_toast {
  width: 60%;
  height: 42px;
  border-radius: 20px;
  color: var(--normal-font-primary-color);
  text-align: center;
  line-height: 42px;
  font-size: 17px;
  letter-spacing: 5px;
  background: var(--normal-font-third-color);
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1042;
  transition: all 0.2s ease-out;
  display: none;
}

.msg_toast.show {
  opacity: 1;
  transition: all 0.2s ease-out;
  display: block;
}

/* --------------------- tg-modal -----------------------*/
.tg-modal,
.tg-modal__container,
.tg-modal__header,
.tg-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.tg-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 20px;
  height: 100%;
  background: transparent;
  visibility: hidden;
  transition: all 0.2s ease-out;
}

.tg-modal.active {
  z-index: 9999;
  background: var(--black-point-7);
  visibility: visible;
}

.tg-modal__container {
  width: 100%;
  opacity: 0;
  visibility: hidden;

  border-radius: 15px;
  background: var(--normal-font-primary-color);

  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  margin-top: 30%;
}

.tg-modal.active .tg-modal__container {
  opacity: 1;
  visibility: visible;
}

.tg-modal__header,
.tg-modal__content {
  padding: 10px 20px;
  position: relative;
}

.tg-modal__content {
  /* max-height: 60vh; */
  margin-bottom: 1em;
  overflow: auto;
}

.tg-modal__close {
  width: 100%;
  height: 40px;
  background: url(../img/close_icon_white.png) no-repeat center;
  background-size: 18px;
}

/* --------------------- tg-modal -----------------------*/

/* --------------------- tg-modal--bottom -----------------------*/
.tg-modal--bottom.tg-modal {
  padding: 0;
  justify-content: flex-end;
}

.tg-modal--bottom .tg-modal__container {
  border-radius: 1.5rem 1.5rem 0 0;
  margin-top: 0;
}

/* --------------------- tg-modal--botto -----------------------*/

/* --------------------- tg-modal-multi -----------------------*/
.tg-modal-multi .tg-modal__container {
  display: none;
}

.tg-modal-multi .tg-modal__container.show {
  display: flex;
}

/* --------------------- tg-modal-multi -----------------------*/
/* --------------------- tg-list -----------------------*/
.tg-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: auto;
  color: var(--normal-font-third-color);
  gap: 15px;
}

.tg-list > * {
  padding: 10px;
}

.tg-list--collapse > .tg-list__item {
  border-top: solid 1px var(--normal-font-third-color);
}

.tg-list--collapse > .tg-list__item:first-child {
  border-top: unset;
}

.tg-list--collapse > .tg-list__item:last-child() {
  border-bottom: unset;
}

.tg-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  position: relative;
}

.tg-list__item.collapse-control[aria-expanded="true"] {
  margin-bottom: 0;
}

.tg-list__item.collapse-control[aria-expanded="true"]::after {
  transform: rotate(90deg);
}
.tg-list__item.collapse-control::after {
  content: "";
  position: absolute;
  right: 1rem;
  background: url(../img/icon/arrow_right.svg) no-repeat top center;
  background-size: 50%;
  height: 12px;
  width: 12px;
}

.tg-list.collapse {
  background-color: #efefef;
  color: var(--normal-font-fifth-color);
  border-top: solid 1px var(--normal-font-third-color);
  padding-top: 0;
  overflow-y: auto;
  max-height: 150px;
}

.tg-list.collapse.show {
  min-height: 100px;
  display: flex;
}
/* --------------------- tg-list -----------------------*/

/* 娛樂平台 */
.menu_block_group .menu_block .menu_entertainment_icon {
  display: block;
  width: var(--header-menu-live-icon-width);
  height: var(--header-menu-live-icon-height);
  background: url(../img/side_nav/menu_entertainment_icon.png) no-repeat center;
  background-size: contain;
  position: relative;
  margin-right: var(--header-menu-live-icon-margin);
}

.icon_bar_cell:nth-child(3) a div:nth-of-type(1) {
  width: 45px;
  height: 45px;
  margin-top: -50%;
  transform: translateY(-5px);
  filter: drop-shadow(0 0 5px var(--black-point-3));
  border-radius: 50%;
}

/* --------------------------- tg-nav----------------------------*/

.tg-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;

  margin: 0 auto;

  overflow: auto;

  gap: 15px;
}

.tg-nav.list-group {
  flex-direction: row;
}

.tg-list .list-group-item,
.tg-nav .list-group-item {
  background-color: unset;
  border: unset;
}

.tg-list .list-group-item.active,
.tg-nav .list-group-item.active {
  background-color: unset;
  border-color: unset;
}

.tg-list .list-group-item:first-child,
.tg-nav .list-group-item:first-child {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

/* --------------------------- tg-nav----------------------------*/

.flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* --------------------------- tg-btn----------------------------*/
.tg-btn {
  outline: none;
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -ms-flex-pack: distribute;
  justify-content: space-around;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: 97% 97%;

  padding: 5px 3px;

  width: 100%;
}

.tg-btn-round.list-group-item:first-child,
.tg-btn-round.list-group-item:last-child,
.tg-btn-round {
  border-radius: 1rem;
}

.tg-btn-round--pill.list-group-item:first-child,
.tg-btn-round--pill.list-group-item:last-child,
.tg-btn-round--pill {
  border-radius: 50rem;
}

.tg-btn b {
  width: 30px;
  height: 30px;
  margin: 5px 0 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.tg-btn.active b {
  width: 40px;
  height: 40px;
  margin: 0 0 5px;
}

.tg-btn b img {
  width: 100%;
  object-fit: contain;
}

.tg-btn i {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}

.tg-btn span {
  display: inline-block;
  word-break: break-word;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.tg-btn.flex-vertical b {
  width: 70%;
  height: 70%;
  -webkit-box-flex: 0;
  -ms-flex: 0 70%;
  flex: 0 0 70%;
  margin: 0;
}

/* --------------------------- tg-btn----------------------------*/

/* --------------------------- tg-btn-category extend tg-btn----------------------------*/
.tg-btn-category {
  color: var(--gray10);
}

.tg-btn-category.active {
  color: var(--index-category_active-font);
}

.tg-btn.tg-btn-category.flex-vertical {
  width: 20vw;
  height: 20vw;
}

/* --- theme ---*/
/*全部*/
.flex-vertical.tg-btn-category--all b {
  background-image: url("../img/thirdParty/icons/entertainment_all_btn.png");
}
.tg-btn-category--all.active b,
.flex-vertical.tg-btn-category--all.active b {
  background-image: url("../img/thirdParty/icons/entertainment_all_btn.png?v=20220111");
}
/* 體育 */
.flex-vertical.tg-btn-category--sports b {
  background-image: url("../img/thirdParty/icons/entertainment_sports_btn.png");
}
.tg-btn-category--sports b {
  background-image: url("../img/thirdParty/icons/icon-sports.png");
}
.tg-btn-category--sports.active b,
.flex-vertical.tg-btn-category--sports.active b {
  background-image: url("../img/thirdParty/icons/icon-sports_active.png?v=20220111");
}
/* 真人 */
.flex-vertical.tg-btn-category--casinos b {
  background-image: url("../img/thirdParty/icons/entertainment_real_btn.png");
}
.tg-btn-category--casinos b {
  background-image: url("../img/thirdParty/icons/icon-casinos.png");
}
.tg-btn-category--casinos.active b,
.flex-vertical.tg-btn-category--casinos.active b {
  background-image: url("../img/thirdParty/icons/icon-casinos_active.png?v=20220111");
}

/* 棋牌 */
.flex-vertical.tg-btn-category--pokers b {
  background-image: url("../img/thirdParty/icons/entertainment_chess_btn.png");
}
.tg-btn-category--pokers b {
  background-image: url("../img/thirdParty/icons/icon-pokers.png");
}
.tg-btn-category--pokers.active b,
.flex-vertical.tg-btn-category--pokers.active b {
  background-image: url("../img/thirdParty/icons/icon-pokers_active.png?v=20220111");
}

/* 電子 */
.flex-vertical.tg-btn-category--gaming b {
  background-image: url("../img/thirdParty/icons/entertainment_electronic_btn.png");
}
.tg-btn-category--gaming b {
  background-image: url("../img/thirdParty/icons/icon-gaming.png");
}
.tg-btn-category--gaming.active b,
.flex-vertical.tg-btn-category--gaming.active b {
  background-image: url("../img/thirdParty/icons/icon-gaming_active.png?v=20220111");
}

/* 彩票 */
.flex-vertical.tg-btn-category--lotteries b {
  background-image: url("../img/thirdParty/icons/entertainment_lottery_btn.png");
}
.tg-btn-category--lotteries b {
  background-image: url("../img/thirdParty/icons/icon-lotteries.png");
}
.tg-btn-category--lotteries.active b,
.flex-vertical.tg-btn-category--lotteries.active b {
  background-image: url("../img/thirdParty/icons/icon-lotteries_active.png?v=20220111");
}

/* 電競 */
.flex-vertical.tg-btn-category--esports b {
  background-image: url("../img/thirdParty/icons/entertainment_gaming_btn.png");
}
.tg-btn-category--esports b {
  background-image: url("../img/thirdParty/icons/icon-esports.png");
}
.tg-btn-category--esports.active b,
.flex-vertical.tg-btn-category--esports.active b {
  background-image: url("../img/thirdParty/icons/icon-esports_active.png?v=20220111");
}

/* --------------------------- tg-btn-category ----------------------------*/

.tg-callout {
  margin: 13px 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--nav-thirdparty-title-fontColor);
  text-align: left;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tg-callout::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 18px;
  border-radius: 3px;
  background: var(--nav-thirdparty-title-before);
  margin-right: 5px;
}

/* --------------------------- tg-callout-card ----------------------------*/
.tg-callout-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tg-callout-card__content {
  display: flex;
  align-items: center;
}

/* --------------------------- tg-callout-card ----------------------------*/

/* 綁定資訊 */
.bind_info {
  padding: 10px 20px;
}
.bind_info .bind_col {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.bind_info .bind_col > span {
  margin-bottom: 5px;
}
.bind_info .bind_col input {
  position: relative;
  background-color: var(--normal-font-primary-color);
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid var(--green-point-5);
  opacity: 1;
  z-index: 0;
}
.bind_info .bind_col input:disabled {
  background-color: var(--normal-disabled-secondary-color);
}
.bind_info .bind_col .bind_row {
  position: relative;
  display: flex;
  gap: 10px;
}
.bind_info .bind_col .bind_row input {
  width: auto;
  flex: 1;
}
.bind_info .bind_col .bind_row button.pwd_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 36px;
  height: 30px;
  border: none;
  outline: none;
  background: var(--register-pwdHide-bg);
  background-size: 75% auto;
  transform: translateY(-50%);
}
.bind_info .bind_col .bind_row button.pwd_btn.show {
  background: var(--register-pwdShow-bg);
  background-size: 75% auto;
}

/* 保本＋體驗金 icon--hover */
.indexGuaranteed.show::before {
  content: "Stake Returned";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  transform: translateX(-80%);
  white-space: nowrap;
}
.indexGuaranteed2.show::before {
  content: "VIP Stake Returned";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  transform: translateX(-80%);
  white-space: nowrap;
}
.insureIcon.show::before {
  content: "Insurance";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  transform: translateX(-80%);
  white-space: nowrap;
}
.guaranteed .icon-pawben.show::before {
  content: "Stake Returned";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  transform: translateX(-80%);
  white-space: nowrap;
}
.guaranteed .icon-pawben.show::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
  transform: translateX(-50%);
}

.guaranteed .icon_pay-experience.show::before {
  content: "Trial Fund";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  transform: translateX(-60%);
  white-space: nowrap;
}
.guaranteed .icon_pay-experience.show::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
  transform: translateX(-50%);
}

.guaranteed .icon-pawbenVip.show::before {
  content: "VIP Stake Returned";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  transform: translateX(-83%);
  white-space: nowrap;
}
.guaranteed .icon-pawbenVip.show::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
  transform: translateX(-50%);
}

.guaranteed .guaranteedNomo.show::before,
.game_detail .guaranteedNomo.show::before,
.content_table .guaranteed_detailNomo.show::before {
  content: "Stake Returned";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  transform: translateX(-20%);
  white-space: nowrap;
}
.guaranteed .guaranteedNomo.show::after,
.game_detail .guaranteedNomo.show::after,
.content_table .guaranteed_detailNomo.show::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
  transform: translateX(-50%);
}

.game_detail .icon-pawbenVip.show::before,
.content_table .guaranteed_VIP.show::before {
  content: "VIP Stake Returned";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  transform: translateX(-20%);
  white-space: nowrap;
}
.game_detail .icon-pawbenVip.show::after,
.content_table .guaranteed_VIP.show::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
  transform: translateX(-50%);
}

.content_table .icon_pay-experience.show::before,
.trade_success_cell .icon_pay-experience.show::before {
  content: "Trial Fund";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  transform: translateX(-50%);
  white-space: nowrap;
}
.content_table .icon_pay-experience.show::after,
.trade_success_cell .icon_pay-experience.show::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
  transform: translateX(-50%);
}

.order_content5 .tradeBox .icon-pawben.show::before,
.trade_success_cell .icon-pawben.show::before {
  content: "Stake Returned";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  transform: translateX(-70%);
  white-space: nowrap;
}
.order_content5 .tradeBox .icon-pawben.show::after,
.trade_success_cell .icon-pawben.show::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
  transform: translateX(-50%);
}

.trade_success_cell .icon-pawbenVip.show::before,
.guaranteed .marketList.icon-pawbenVip.show::before,
.order_content5 .tradeBox .icon-pawbenVip.show::before {
  content: "VIP Stake Returned";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
  transform: translateX(-70%);
  white-space: nowrap;
}
.trade_success_cell .icon-pawbenVip.show::before::after,
.guaranteed .marketList.icon-pawbenVip.show::after,
.order_content5 .tradeBox .icon-pawbenVip.show::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
}

.switch-input {
  opacity: 0;
  display: none;
}

.switch-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}

.switch-input + .switch-label {
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 20px;
  color: var(--login-label-color);
  font-size: 20px;
}

.switch-input + .switch-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  pointer-events: all;
  border-radius: var(--login-saveLogin-box-bdrs);
  background: var(--login-saveLogin-box-bg);
  border: var(--login-saveLogin-box-bd) solid 1px;
  transition: all 0.15s ease-in-out;
}

.switch-input:checked + .switch-label::before {
  background: var(--login-checked-bg);
  background-size: contain;
  transition: all 0.15s ease-in-out;
  border: 0;
}

/*排行榜時間切換彈窗*/
#rankDateBox ul.rankDateList {
  list-style: none;
  padding: 0;
  margin: 0;
}

#rankDateBox ul.rankDateList li {
  min-height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*排行榜倒數視窗*/
#rankTimer .rankTimerBox {
  position: relative;
  padding: 30px 20px 20px;
  background: var(--popup_rankTimerBoxBg);
  background-size: 100% 100%;
}

#rankTimer .rankTimerBox .EndTime_info {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 130px 10px 20px;
}

#rankTimer .rankTimerBox .timer {
  margin: 0 130px 0 20px;
  display: flex;
  align-items: stretch;
  gap: 10px;
}

#rankTimer .rankTimerBox .timer > div {
  min-width: 40px;
  color: #283763;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 3px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#rankTimer .rankTimerBox .timer > div b {
  color: #707070;
  font-size: 13px;
}

#rankTimer .rankTimerBox .info {
  padding: 15px 10px;
  margin: 30px 5px 20px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#rankTimer .rankTimerBox .info .my_ranking {
  color: #b82967;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#rankTimer .rankTimerBox .info .my_ranking b {
  font-size: 24px;
}

#rankTimer .rankTimerBox .info .info_row {
  display: flex;
  align-items: flex-start;
}

#rankTimer .rankTimerBox .info .info_row .info_col {
  flex: 1;
  padding: 0 5px;
  border-right: 1px solid #c8c8c8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#rankTimer .rankTimerBox .info .info_row .info_col:last-child {
  border-right: none;
}

#rankTimer .rankTimerBox .info .info_row .info_col span {
  color: #283763;
  font-size: 17px;
  font-weight: bold;
}

#rankTimer .rankTimerBox .info .info_row .info_col b {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 2px;
}

#rankTimer .rankTimerBox .info .info_row .info_col b::before {
  content: "";
  width: 30px;
  height: 30px;
  background: var(--popup_mybonus_money);
  background-size: contain;
}

#rankTimer .rankTimerBox .btnNormal {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

/*我的奖金彈窗*/
.my_bonus_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--black-point-8);
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
  z-index: 1041;
}

.my_bonus_popup .btn_close {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 0;
  background: url("../img/close_icon_white.png") no-repeat center;
  background-size: 18px;
}

.my_bonus_popup .my_bonus_frame {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  background: var(--index-tg-modal-bg), var(--normal-font-primary-color);
  background-size: cover;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
}

.my_bonus_popup .my_bonus_frame .title {
  color: var(--transfer-frame-tit-color);
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
  border-bottom: 1px solid #283763;
}

.my_bonus_popup .my_bonus_frame .mask {
  flex: 1;
  overflow-y: auto;
}

.my_bonus_popup .my_bonus_frame ul {
  list-style: none;
  padding: 15px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.my_bonus_popup .my_bonus_frame ul li {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.my_bonus_popup .my_bonus_frame .card_info {
  padding: 10px;
  background: var(--popup_mybonus_cardBG);
  background-size: 100% 100%;
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.my_bonus_popup .my_bonus_frame .card_info::before {
  content: "";
  width: 50px;
  background: var(--popup_mybonus_money);
  background-size: contain;
}

.my_bonus_popup .my_bonus_frame .card_info .record_col {
  flex: 1;
  padding: 10px 0 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.my_bonus_popup .my_bonus_frame .card_info .record_col .category {
  color: #283763;
}

.my_bonus_popup .my_bonus_frame .card_info .record_col .wins {
  color: #707070;
}

.my_bonus_popup .my_bonus_frame .card_info .bonus_col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.my_bonus_popup .my_bonus_frame .card_info .bonus_col .date {
  color: #707070;
  font-size: 11px;
  margin-bottom: 10px;
}

.my_bonus_popup .my_bonus_frame .card_info .bonus_col .bonus {
  color: #b82967;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.my_bonus_popup .my_bonus_frame .card_info .bonus_col .bonus b {
  font-size: 12px;
}

.my_bonus_popup .my_bonus_frame .ft_row {
  color: #283763;
  font-weight: bold;
  padding: 6px 10px;
  background: linear-gradient(to top, #fbeeff, #dbbcff);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.my_bonus_popup .my_bonus_frame .ft_row .btnNormal {
  min-width: 100px;
  height: 26px;
  line-height: 1.2;
}

.my_bonus_popup .my_bonus_frame .ft_row .btnNormal:disabled {
  background: var(--normal-disabled-secondary-color);
  color: #999;
}

/*玩家資訊*/
.user_info_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--black-point-8);
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
  z-index: 1041;
}

.user_info_popup .btn_close {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 15px;
  left: 0;
  background: url("../img/close_icon_white.png") no-repeat center;
  background-size: 18px;
}

.user_info_popup .user_info_frame {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  padding: 0 0;
  background: var(--index-tg-modal-bg), var(--normal-font-primary-color);
  background-size: 100% 100%,cover;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
}

.user_info_popup .user_info_frame .title {
  color: var(--transfer-frame-tit-color);
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
}

.user_info_popup .user_info_frame .ordershow_title {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_info_popup .user_info_frame .ordershow_title .nickname {
  color: var(--user_info_frametitle_color);
  font-size: 18px;
  font-weight: bold;
}
.user_info_popup .user_info_frame .ordershow_title .bet_status {
  color: #707070;
}

.user_info_popup .user_info_frame .ordershow_title .bet_status b {
  color: var(--user_info_frametitle_color);
}

.user_info_popup .user_info_frame .user_info_tab {
  padding: 0 20px;
  margin: 10px 0;
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.user_info_popup .user_info_frame .user_info_tab button {
  flex: 1;
  min-height: 30px;
  color: #707070;
  padding: 0 20px;
  border-radius: 15px;
  border: 1px solid #707070;
  background: #fff;
  outline: none;
}
.user_info_popup .user_info_frame .user_info_tab button.active {
  color: #fff;
  border: none;
  background: linear-gradient(to bottom, #ff7979, #b82967);
}

.user_info_popup .user_info_frame #rankCategoryListContent {
  overflow-y: auto;
}

.user_info_popup .user_info_frame .mask {
  flex: 1;
  padding: 10px 20px 20px;
}

.user_info_popup .user_info_frame .tittle {
  color: #283763;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.user_info_popup .user_info_frame .currently_row {
  padding: 15px 0 10px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}

.user_info_popup .user_info_frame .currently_row .col {
  color: #fff;
  padding: 0 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  flex: 0 0 calc(100% / 3 - 7px);
}

.user_info_popup .user_info_frame .currently_row .col.today {
  background: var(--popup_todayBg);
  background-size: 100% 100%;
}
.user_info_popup .user_info_frame .currently_row .col.week {
  background: var(--popup_weekBg);
  background-size: 100% 100%;
}
.user_info_popup .user_info_frame .currently_row .col.month {
  background: var(--popup_monthBg);
  background-size: 100% 100%;
}

.user_info_popup .user_info_frame .currently_row .col .ranking {
  width: 50px;
  height: 50px;
  margin: -15px 0 0;
  background-size: auto 45px;
}

.ranking_record {
  margin-top: 15px;
}

.ranking_record .record_tab {
  display: flex;
  align-items: stretch;
}

.ranking_record .record_tab button {
  flex: 1;
  color: #707070;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  word-wrap: break-word;
  line-height: 1.2;
  border: none;
  background: transparent;
  outline: none;
}

.ranking_record .record_tab button.active {
  color: #b82967;
  border-bottom: 3px solid #b82967;
}

.ranking_record .record_content .content {
  min-height: 270px;
  padding: 15px 0;
}
.ranking_record .record_content .content#content1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ranking_record .period {
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(to top, #eee3ff, #fcf8ff);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ranking_record .period .row {
  margin: 0;
  gap: 10px;
}

.ranking_record .period .row .ranking {
  width: 40px;
  height: 40px;
}

.record_table {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.record_table .record_head {
  color: #fff;
  background: linear-gradient(to bottom, #bba3ff, #4779dc);
  display: flex;
  align-items: stretch;
}

.record_table .record_head > div {
  padding: 10px 2px;
  text-align: center;
}

.record_table .record_body {
}

.record_table .record_body .record_tr {
  display: flex;
}

.record_table .record_body .record_tr > div {
  padding: 5px;
  text-align: center;
}

.record_table .record_body .record_tr:nth-child(even) {
  background: #f4f4f4;
}

.record_table .category {
  width: 100px;
}

.record_table .date {
  width: 90px;
}

.record_table .ranking {
  width: 60px;
}

.record_table .bonus {
  flex: 1;
}

.record_table .record_page {
  padding: 5px 20px;
  border-top: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.record_table .record_page span {
  flex: 1;
  display: flex;
  justify-content: center;
}

.record_table .record_page button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: var(--cashback-control-arrow);
  background-size: contain;
}

.record_table .record_page button.prev {
  transform: scaleX(-1);
}

.record_table .record_page button:disabled {
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}

.user_info_popup .user_info_frame ul {
  list-style: none;
  padding: 15px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.user_info_popup .user_info_frame ul li {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.user_info_popup .user_info_frame .card_info {
  padding: 10px;
  background: var(--popup_mybonus_cardBG);
  background-size: 100% 100%;
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.user_info_popup .user_info_frame .card_info::before {
  content: "";
  width: 50px;
  background: var(--popup_mybonus_money);
  background-size: contain;
}

.user_info_popup .user_info_frame .card_info .record_col {
  flex: 1;
  padding: 10px 0 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.user_info_popup .user_info_frame .card_info .record_col .category {
  color: #283763;
}
.user_info_popup .user_info_frame .card_info .record_col .wins {
  color: #707070;
}

.user_info_popup .user_info_frame .card_info .bonus_col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.user_info_popup .user_info_frame .card_info .bonus_col .date {
  color: #707070;
  font-size: 11px;
  margin-bottom: 10px;
}

.user_info_popup .user_info_frame .card_info .bonus_col .bonus {
  color: #b82967;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.user_info_popup .user_info_frame .card_info .bonus_col .bonus b {
  font-size: 12px;
}

.user_info_popup .user_info_frame .ft_row {
  color: #283763;
  font-weight: bold;
  padding: 6px 10px;
  background: linear-gradient(to top, #fbeeff, #dbbcff);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user_info_popup .user_info_frame .ft_row .btnNormal {
  min-width: 100px;
  height: 26px;
  line-height: 1.2;
}

.user_info_popup .user_info_frame .ft_row .btnNormal:disabled {
  background: var(--normal-disabled-secondary-color);
  color: #999;
}

.statistics {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
}

.statistics .statistics_item {
  flex: 1;
  min-width: calc(50% - 7px);
  color: #b82967;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(to top, #eee3ff, #fcf8ff);
  display: flex;
  flex-direction: column;
}

.statistics .statistics_item span {
  color: #283763;
}
