@charset "UTF-8";
.liveScore_scroll * {
  -webkit-user-select: text;
  -ms-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

.liveScore_scroll {
  background-color: #ededed;
  width: 100%;
  height: calc(100% - 70px);
  overflow-y: auto;
  color: #333;
}

.liveScore_scroll.scrollbar-macosx > .scroll-element div.scroll-bar {
  background-color: #666;
}

.btn_liveScore_T {
  background-color: #dbdbdb;
  color: #000;
  position: relative;
  padding-left: 50px;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  cursor: pointer;
}

.btn_liveScore_T.off {
  border-bottom: 1px solid #e6e6e6;
}

.btn_liveScore_T.off:nth-last-child(2) {
  border-bottom: 0;
}

.btn_liveScore_T:hover {
  background-color: #d3d3d3;
}

.btn_liveScore_T:before {
  content: '';
  background: url(/images/bb/btn_arrow.svg) no-repeat center;
  background-size: 13px;
  width: 50px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.5;
}

.btn_liveScore_T.off:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.liveScore_In {
  padding: 25px 5px 0 5px;
  font-size: 0;
}

.LS_list {
  font-size: 13px;
  display: inline-block;
  margin: 0 1%;
  width: 12%;
  cursor: pointer;
  vertical-align: top;
}

.LS_list:nth-child(7n + 1) {
  margin-left: 2%;
}

.LS_list:nth-child(7n + 7) {
  margin-right: 2%;
}

.LS_list a {
  color: #3fa381;
  font-weight: bold;
  text-decoration: none;
}

.LS_list a:hover {
  text-decoration: underline;
}

.LS_list_img {
  background: transparent;
  width: 120px;
  height: 45px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
          box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.LS_list_img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.LS_list_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 6px;
}

.LS_list_text {
  text-align: center;
  height: 40px;
  margin-top: 10px;
  line-height: 15px;
}

.ruleStruc {
  height: calc(100% - 70px);
  background-color: #ededed;
}

.ruleStruc_L {
  float: left;
  width: 170px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ccc;
}

.ruleStruc_R {
  float: right;
  width: calc(100% - 170px);
  height: 100%;
}

.ruleStruc_R * {
  -webkit-user-select: text;
  -ms-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

.RB_menuT {
  background-color: #bdbdbd;
  color: #3b3b3b;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  -webkit-user-select: text;
  -ms-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

.RB_menuIn_scroll {
  width: 100%;
  height: calc(100% - 36px);
  overflow-y: auto;
  color: #333;
}

.RB_menuIn_scroll.scrollbar-macosx > .scroll-element div.scroll-bar {
  background-color: #666;
}

.RB_menuIn_scroll li.on,
.RB_menuIn_scroll li:hover {
  background-color: #fff;
}

.RB_menuIn_scroll li.on > div:nth-last-child(n + 2) {
  background-color: #ededed;
}

.RB_menuIn_scroll img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(100% - 45px);
  margin: auto;
  width: auto;
  height: 100%;
  max-height: 18px;
}

.RB_menuList_T {
  height: 35px;
  line-height: 120%;
  position: relative;
  padding-left: 45px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.RB_menuList_In {
  display: none;
}

li.on .RB_menuList_In {
  display: block;
}

.RB_menuList_In a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 35px;
  padding: 5px 0 5px 45px;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  text-decoration: none;
}

.RB_menuList_In a.on,
.RB_menuList_In a:hover {
  color: #005aff;
}

.ruleBox_T {
  background-color: #bdbdbd;
  color: #3b3b3b;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  display: none;
}

.ruleBox_T:first-child {
  display: block;
}

.ruleBox_In_scroll {
  width: 100%;
  height: calc(100% - 36px);
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.ruleBox_In_scroll.scrollbar-macosx > .scroll-element div.scroll-bar {
  background-color: #666;
}

.ruleBox_In_scroll h3 {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.ruleBox_In_scroll h5 {
  font-size: 14px;
  margin: 0 0 10px 17px;
}

.ruleBox_In_scroll h5 + .RB_list {
  margin-left: 25px;
}

.ruleBox_In {
  padding: 20px 15px 0;
  margin-bottom: -20px;
  display: none;
  position: relative;
}

.ruleBox_In:first-child {
  display: block;
}

.RB_list,
.RB_listPoint {
  padding-left: 25px;
  margin: 0 0 20px;
}

.RB_list li {
  list-style: decimal;
  padding-left: 5px;
  margin-bottom: 10px;
}

.RB_listPoint li {
  list-style: disc;
  padding-left: 5px;
  margin-bottom: 10px;
}

.RB_textBox {
  display: inline-table;
  width: 100%;
  margin-top: 10px;
}

.RB_textIn,
.RB_textT {
  display: table-cell;
}

.RB_textT {
  width: 1%;
  min-width: 14px;
  white-space: nowrap;
}

.RB_calcText {
  margin: 0 0 20px;
}

.RB_contentText {
  margin: 0 0 20px;
}

h3 + .RB_contentText {
  margin-top: -10px;
}

.RB_contentText + .RB_table,
.RB_contentText + .RB_tableBet {
  margin-top: -10px;
}

.RB_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #585858;
  color: #fff;
  font-size: 13px;
  margin-bottom: 20px;
}

.RB_table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.RB_table td,
.RB_table th {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  height: 25px;
  line-height: 17px;
}

.RB_table th {
  background-color: #404040;
  color: #fff;
  font-weight: 400;
  position: relative;
  padding: 3px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.RB_table th:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  margin: auto 0;
}

.RB_table th:first-child:before {
  display: none;
}

.RB_table td {
  border-left: 1px solid #5f5f5f;
  border-bottom: 1px solid #666;
}

.RB_table td:first-child {
  border-left: 0;
}

.RB_table .t_gray {
  color: #bbb;
}

th.RBT_subTitle {
  padding: 0 14px;
  text-align: left;
  background-color: #696969;
  color: #fff;
}

th.RBT_correctT {
  padding: 0 14px;
  text-align: left;
  background-color: #636363;
}

.RBT_time {
  width: 10%;
}

td.RBT_time {
  color: #bbb;
}

.RBT_name {
  width: 18%;
}

td.RBT_name {
  text-align: left;
  border-left: none;
}

.RBT_w14 {
  width: 14%;
}

.RBT_row {
  padding: 0 5px;
  line-height: 20px;
}

.RBT_rowBorder {
  padding: 0 5px;
  line-height: 25px;
  text-align: left;
  border-top: 1px solid #666;
}

.RBT_rowBorder:first-child {
  border-top: 0;
}

.RBT_bet {
  display: table;
  width: 100%;
  color: #ffdf1b;
  border-top: 1px solid #5f5f5f;
  height: 25px;
  line-height: 25px;
}

.RBT_bet:first-child {
  border-top: 0;
}

.RBT_betL {
  float: left;
  padding-right: 5px;
  width: 50%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

.RBT_betR {
  float: right;
  padding-left: 5px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.RBT_betT {
  color: #fff;
}

.RB_table + .RB_tableEx,
.RB_tableEx + .RB_tableEx {
  margin-top: -10px;
}

.RB_tableEx {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #000;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 13px;
  margin-bottom: 20px;
  table-layout: fixed;
}

.RB_tableEx td,
.RB_tableEx th {
  vertical-align: middle;
  height: 25px;
  line-height: 17px;
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.RB_tableEx th {
  background-color: #ddd;
  color: #000;
  border-left: 1px solid #999;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.RB_tableEx th:first-child {
  border-left: 1px solid #ccc;
}

.RB_tableEx th:after,
.RB_tableEx th:before {
  content: '';
  position: absolute;
  left: -2px;
  width: 3px;
  height: 6px;
  background-color: #ddd;
}

.RB_tableEx th:before {
  top: -0.2px;
}

.RB_tableEx th:after {
  bottom: -0.2px;
}

.RB_tableEx th:first-child:after,
.RB_tableEx th:first-child:before {
  display: none;
}

.RB_tableEx td {
  background-color: #f3f3f3;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.RB_tableEx td.on {
  background-color: #e8e8e8;
}

.RB_tableEx .t_red {
  color: red;
}

.RB_tableEx th.RBT_subTitle {
  padding: 3px 14px;
  background-color: #c3c3c3;
  color: #000;
}

.RBT_alignC {
  text-align: center;
}

@media (min-width: 600px) {
  .RB_tableEx td,
  .RB_tableEx th {
    border-top: 0.5px solid transparent;
  }
}

@media (min-width: 768px) {
  .RB_tableEx td,
  .RB_tableEx th {
    border-top: 0 solid transparent;
  }
}

.RB_tableEx_multi {
  text-align: center;
}

.RB_tableEx_multi th:first-child {
  width: 9%;
}

.RB_tableEx_pankou tr td:nth-child(-n + 2) {
  padding-left: 5.2%;
}

.RB_tableEx_prompt {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  color: #000;
  border: 1px solid #ccc;
  font-size: 13px;
  margin-bottom: 20px;
  table-layout: fixed;
  background-color: #f3f3f3;
}

.RB_tableEx_prompt td,
.RB_tableEx_prompt th {
  vertical-align: middle;
  height: 25px;
  line-height: 17px;
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.RB_tableEx_prompt th {
  background-color: #ddd;
}

.btn_ANC_service {
  background: url(/images/bb/btn_service.svg) no-repeat top;
  background-size: 100% 200%;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
}

.btn_ANC_service:hover {
  background-position: center bottom;
}

.ANC_scroll {
  height: calc(100% - 110px);
  overflow-y: auto;
  background-color: #e5e5e5;
}

.ANC_scroll:after {
  display: none;
}

.ANC_scroll.scrollbar-macosx > .scroll-element div.scroll-bar {
  background-color: #666;
}

.ANC_tableIn,
.ANC_tableT {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 14px;
}

.ANC_tableT {
  background-color: #d8d8d8;
  height: 40px;
  border-bottom: 1px solid #bbb;
}

.ANC_tableIn *,
.ANC_tableT * {
  -webkit-user-select: text;
  -ms-user-select: text;
  -moz-user-select: text;
       user-select: text;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ANC_tableIn tr:nth-child(odd) {
  background-color: #ededed;
}

.ANC_tableIn td {
  padding: 10px 5px;
  height: 40px;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ANC_tableIn td:last-child {
  border-right: 0;
}

.ANCT_date {
  width: 12%;
  text-align: center;
}

.ANCT_sort {
  width: 18%;
  text-align: center;
}

td.ANCT_In {
  text-align: left;
  padding: 10px;
}

td.ANCT_In a {
  color: #0053ff;
  text-decoration: underline;
}

td.ANCT_In a:hover {
  color: #ff5e00;
}

.ANC_noInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
}

.ANC_noInfo img {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto 5px;
  opacity: 0.5;
}

@font-face {
  font-family: ReviseText;
  unicode-range: U+78A7, U+7B75, U+7db0;
  font-style: normal;
  font-weight: 700;
  src: url(/font/NotoSansTC-Regular.woff) format("woff");
  font-display: auto;
}

@font-face {
  font-family: ReviseText;
  unicode-range: U+78A7, U+7B75, U+7db0;
  font-style: normal;
  font-weight: 400;
  src: local(Microsoft JhengHei);
}

@font-face {
  font-family: ReviseText;
  unicode-range: U+5173, U+6D45;
  src: url(/font/NotoSansSC-Light.woff) format("woff");
  font-display: auto;
}

@font-face {
  font-family: ReviseText;
  unicode-range: U+5173, U+6D45;
  font-weight: 700;
  src: url(/font/NotoSansSC-Regular.woff) format("woff");
  font-display: auto;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: Arial, ReviseText, Microsoft JhengHei, Microsoft YaHei, sans-serif;
  font-size: 13px;
}

body:before {
  content: '碧筵綰关浅';
  font-weight: 700;
  font-size: 0;
  position: fixed;
  z-index: -999;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

a {
  border: 0;
  outline: 0;
  hlbr: expression(this.onFocus=this.blur());
  cursor: pointer;
}

li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: Arial, ReviseText, Microsoft JhengHei, Microsoft YaHei, sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  border: 0;
  padding: 0;
  font-size: 14px;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  -webkit-user-select: text;
  -ms-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

select {
  color: #000;
  background: #fff url(/images/bb/icon_select_20211006.svg) no-repeat calc(100% - 8px) 50%;
  background-size: 10px auto;
}

select.on,
select:active {
  background-image: url(/images/bb/icon_select_on_20211006.svg);
}

select.noActive.on:active,
select.noActive:active {
  background-image: url(/images/bb/icon_select_20211006.svg);
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
}

button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled {
  cursor: default;
  background-color: #bbb;
  color: #fff;
  opacity: 1;
  border: 0;
}

::-ms-clear {
  display: none;
}

input[type='text'] {
  border: 1px solid transparent;
}

input[type='text'].focus {
  border-color: #2682d5;
}

input[type='text'].error {
  border-color: red;
}

.error_t {
  color: red;
}

.t_yellow {
  color: #ffea01;
}

.t_orange {
  color: #d36200;
}

.t_lightBlue {
  color: #9cf;
}

.t_blue {
  color: #005aff;
}

.t_red {
  color: red;
}

.t_gray {
  color: #666;
}

.t_green {
  color: #20b616;
}

.t_white {
  color: #fff;
}

.t_black {
  color: #000;
}

.t_pink {
  color: #ff7b7b;
}

.t_size12 {
  font-size: 12px;
}

.t_inlineBox {
  display: inline-block;
  white-space: nowrap;
}

.btn_link {
  cursor: pointer;
}

.btn_link:hover {
  opacity: 0.5;
}

.scrollbar-macosx {
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

.scrollbar-macosx > .scroll-element div.scroll-bar {
  background-color: #fff;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  opacity: 0.2 !important;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -3px !important;
  width: 3px !important;
}

.scroll-content:after {
  content: '';
  display: table;
  width: 100%;
  height: 30px;
}

.scrollbar-macosx.scroll-wrapper > .scroll-content,
div.scroll-wrapper > .scroll-content {
  overflow-x: hidden !important;
}

.mainStruc {
  position: fixed;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.MS_content,
.MS_header,
.MS_setUp {
  min-width: 1200px;
}

.MS_header {
  height: 70px;
  border-bottom: 1px solid #5082b3;
  background-color: #369;
}

.MS_setUp {
  height: 35px;
  line-height: 35px;
  background-color: #369;
  color: #9cf;
}

.MS_content {
  width: 100%;
  height: calc(100% - 106px);
}

.headerBox {
  display: table;
  width: 100%;
  height: 100%;
}

.headerBox_C,
.headerBox_L,
.headerBox_R {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.headerBox_L,
.headerBox_R {
  width: 1%;
}

.headerBox_R {
  min-width: 380px;
  text-align: right;
}

.logoName {
  min-width: 200px;
  text-align: center;
  color: #ebebeb;
  font-size: 25px;
  line-height: 23px;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.logoName img {
  vertical-align: bottom;
  margin-right: 5px;
}

.navTop {
  display: table;
  margin: 0 auto;
  height: 100%;
}

.btn_navTop {
  display: table-cell;
  height: 100%;
  line-height: 70px;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  padding: 0 21px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.btn_navTop:after {
  content: '';
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: 16px;
  left: 30px;
  right: 30px;
  border-radius: 10px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.btn_navTop:hover:after {
  background-color: #01adff;
  left: 16px;
  right: 16px;
}

.btn_navTop.t_yellow {
  color: #ffea01;
}

.btn_navTop.off,
.btn_navTop.off:hover {
  color: #bbb;
  cursor: default;
}

.btn_navTop.off:before {
  content: '';
  background: url(/images/bb/icon_event.svg) no-repeat center;
  background-size: 100% auto;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.btn_navTop.off:after {
  display: none;
}

.navTop_info {
  position: absolute;
  top: calc(50% + 20px);
  left: -8px;
  margin-right: -148px;
  display: none;
}

.navTop_info:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #f0f0f0 transparent;
  position: absolute;
  left: 8px;
  top: -10px;
  z-index: 1;
}

.navTop_infoBox {
  background-color: #f0f0f0;
  white-space: normal;
  max-width: 250px;
  padding: 5px 10px;
  line-height: 20px;
  color: #000;
  display: none;
}

.IDInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  margin-right: 12px;
  line-height: 30px;
}

.IDName {
  position: relative;
}

.btn_IDNum,
.btn_level {
  display: inline-block;
  position: relative;
}

.IDInfo_prompt {
  position: absolute;
  background-color: #f0f0f0;
  color: #000;
  border-radius: 3px;
  padding: 2px 7px;
  line-height: 17px;
  white-space: nowrap;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  display: none;
}

.btn_level img {
  width: 20px;
  height: 20px;
  display: block;
  display: inline-block;
  margin-top: -3px;
  padding: 0 5px;
  vertical-align: middle;
}

.IDInfo_T {
  margin-right: 5px;
  color: #9cf;
}

li.btn_IDPoint {
  padding-left: 15px;
  cursor: pointer;
}

li.btn_IDPoint:hover {
  color: #9cf;
}

.btn_giftPoint {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 10px;
}

.btn_giftPoint:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/bb/icon_gift.svg) no-repeat center 45%;
  background-size: 18px;
}

.btn_giftPoint.on:before,
.btn_giftPoint:hover:before {
  filter: brightness(3);
  -webkit-filter: brightness(3);
}

.GP_In {
  position: absolute;
  top: calc(100% + 8px);
  right: -5px;
  z-index: 15;
  display: none;
}

.GP_In:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #f0f0f0 transparent;
  position: absolute;
  right: 11px;
  top: -10px;
  z-index: 1;
  cursor: default;
}

.GP_InBox {
  color: #000;
  background-color: #f0f0f0;
  line-height: initial;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  padding: 8px 15px;
  min-width: 212px;
  max-width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  display: none;
}

.GP_InBox_T {
  white-space: nowrap;
  text-align: center;
  color: #ff4b4b;
  background-color: #ddd;
  border-radius: 100px;
  padding: 3px 10px;
  min-height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.GP_InBox_In {
  margin-top: 5px;
  text-align: left;
}

.menuBox {
  position: relative;
  z-index: 13;
}

.menuBox.point:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
  top: 1px;
  right: 1px;
  z-index: 1;
}

.btn_menu {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
}

.btn_menu:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/bb/btn_menu.svg) no-repeat center;
  background-size: 16px;
  z-index: 1;
}

.btn_menu.on:after {
  filter: brightness(2);
  -webkit-filter: brightness(2);
}

.btn_menu:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #5082b3;
  border-radius: 50%;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  opacity: 0;
}

.btn_menu.on:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.menuIn {
  display: none;
}

.menuIn ul {
  position: absolute;
  top: 40px;
  right: -7px;
  background-color: #f0f0f0;
  border-radius: 8px;
  min-width: 200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  padding: 10px;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}

.menuIn li {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75px;
  height: 75px;
  padding: 0 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.menuIn li:hover {
  background-color: #ddd;
  color: #006ede;
}

.menuIn li span {
  text-align: center;
  height: 30px;
  line-height: 15px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.menuIn li:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

li.btn_transfer:before {
  background: url(/images/bb/btn_transfer_20220315.svg) no-repeat center bottom;
  background-size: 100%;
}

li.btn_tutorials:before {
  background: url(/images/bb/btn_tutorials_20220315.svg) no-repeat center bottom;
  background-size: 100%;
  width: 26px;
}

li.btn_service:before {
  background: url(/images/bb/btn_service_20220315.svg) no-repeat center bottom;
  background-size: 100%;
}

li.btn_announcement:before {
  background: url(/images/bb/btn_announcement_20220315.svg) no-repeat 60% bottom;
  background-size: 100%;
  width: 28px;
  height: 28px;
}

li.btn_count:before {
  background: url(/images/bb/btn_count_20220315.svg) no-repeat center bottom;
  background-size: 100%;
}

li.btn_funSet:before {
  background: url(/images/bb/btn_funSet_20220315.svg) no-repeat center bottom;
  background-size: 100%;
}

li.btn_announcement.point:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: red;
  position: absolute;
  left: calc(50% + 11px);
  bottom: calc(50% + 18px);
  border-radius: 50%;
}

.currentTime {
  width: 135px;
  text-align: center;
  float: left;
  height: 100%;
}

.currentTime_date,
.currentTime_time {
  margin: 0 5px;
}

.skin {
  float: left;
  width: 65px;
  height: 100%;
}

.btn_moon,
.btn_sun {
  float: left;
  width: 30px;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.btn_sun {
  margin: 0 5px 0 -5px;
}

.btn_moon:before,
.btn_sun:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  opacity: 0.4;
}

.btn_sun:before {
  background: url(/images/bb/btn_sun.svg) no-repeat center top;
  background-size: 100% 200%;
}

.btn_moon:before {
  background: url(/images/bb/btn_moon.svg) no-repeat center top;
  background-size: 100% 200%;
}

.btn_moon.on:before,
.btn_sun.on:before {
  background-position: center bottom;
  opacity: 1;
}

.skin_prompt {
  position: absolute;
  background-color: #f0f0f0;
  color: #000;
  border-radius: 3px;
  padding: 2px 7px;
  line-height: 17px;
  white-space: nowrap;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  z-index: 10;
  pointer-events: none;
  display: none;
}

.setUpMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  height: 100%;
}

.setUpMenu > li {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.setUpMenu > li:before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: -1px;
  width: 1px;
  background-color: #5082b3;
}

.setUpMenu > li:first-child:before {
  display: none;
}

.btn_alliance {
  cursor: pointer;
}

.btn_alliance:hover {
  color: #fff;
}

.btn_alliance.on,
.btn_alliance.on:hover {
  color: #ffea01;
}

li.btn_setUpMenu_list {
  padding: 0 28px 0 10px;
  cursor: pointer;
  position: relative;
}

li.btn_setUpMenu_list.on,
li.btn_setUpMenu_list:hover {
  color: #fff;
}

.btn_setUpMenu_list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #aed0ff transparent transparent transparent;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

.btn_setUpMenu_list.on:after,
.btn_setUpMenu_list:hover:after {
  border-top-color: #fff;
}

.btn_setUpMenu_list.on:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.SUM_In {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 12;
  left: -80px;
  display: none;
}

.SUM_In:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #ddd transparent;
  position: absolute;
  right: 6px;
  top: -10px;
  z-index: 1;
}

.SUM_InBox {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 120px;
  text-align: left;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  display: none;
}

.SUM_InBox a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 0 15px;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
}

.SUM_InBox a:hover {
  background-color: #f0f0f0;
}

.SUM_InBox a.on {
  background-color: #f0f0f0;
  color: #006ede;
  font-weight: 700;
}

.advanceDay {
  display: none;
}

.advanceDay .SUM_InBox {
  text-align: center;
}

.bg_fastBet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fastBet {
  display: table;
  height: 100%;
  float: right;
}

.fastBet > li {
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
  height: 100%;
  padding-left: 11px;
}

.fastBet > li:first-child {
  padding: 0;
}

.FB_input {
  border-radius: 3px;
  background-color: #0f3a6d;
  color: #fff;
  width: 110px;
  height: 25px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  display: block;
  -webkit-user-select: text;
  -ms-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

.FB_input::-webkit-input-placeholder {
  color: #dbdbdb;
  font-size: 14px;
  -webkit-transform: translateY(1px);
  transform: translateY(0);
}

.FB_input::-moz-placeholder {
  color: #dbdbdb;
  opacity: 1;
  font-size: 14px;
}

.FB_input:-ms-input-placeholder {
  color: #dbdbdb;
  font-size: 14px;
}

.FB_input:-moz-placeholder {
  color: #dbdbdb;
  opacity: 1;
  font-size: 14px;
}

.FB_inputBox {
  position: relative;
}

.FBI_prompt {
  position: absolute;
  bottom: -6px;
  left: -50px;
  right: -50px;
  height: 1px;
  z-index: 5;
  display: none;
}

.FBI_prompt:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #f0f0f0 transparent;
  position: absolute;
  left: 11px;
  right: 0;
  top: -10px;
  margin: 0 auto;
  z-index: 1;
}

.FBI_promptIn {
  position: relative;
  background: url(/images/bb/icon_event.svg) no-repeat 7px 9px;
  background-size: auto 18px;
  top: 0;
  left: 5px;
  display: table;
  margin: 0 auto;
  text-align: left;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  background-color: #f0f0f0;
  min-width: 110px;
  max-width: 250px;
  color: red;
  padding: 8px 8px 8px 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
}

@media (max-width: 768px) {
  .FB_input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #dbdbdb;
    -webkit-transform: scale(0.96) translateY(-1px);
    transform: scale(0.96) translateY(-1px);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}

.btn_FB_switch {
  background-color: #953b3b;
  border-radius: 30px;
  height: 25px;
  line-height: 25px;
  width: 55px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding-left: 23px;
  text-align: center;
}

.btn_FB_switch:hover {
  background-color: #c12d2d;
}

.btn_FB_switch.on {
  background-color: #1fbb00;
  padding-left: 0;
  padding-right: 23px;
  font-size: 14px;
}

.btn_FB_switch.on:hover {
  background-color: #2ac90b;
}

.btn_FB_switch:after {
  content: '';
  width: 23px;
  height: 23px;
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: left ease 0.2s;
  transition: left ease 0.2s;
}

.btn_FB_switch.on:after {
  left: 31px;
}

.btn_FB_prompt {
  position: relative;
}

.icon_FB_prompt {
  font-family: Arial;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 26px;
  margin: auto;
  background-color: #103c6d;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.FBP_In {
  position: absolute;
  bottom: -6px;
  right: -5px;
  z-index: 10;
  display: none;
}

.FBP_In:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #f0f0f0 transparent;
  position: absolute;
  right: 8px;
  top: -10px;
  z-index: 1;
}

.FBP_InBox {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 140px;
  text-align: left;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  background-color: #f0f0f0;
  color: #000;
  line-height: 20px;
  display: none;
}

.FBP_InBoxT {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 5px 20px 4px;
}

.FBP_InBoxIn {
  display: table;
  padding: 8px 20px;
  margin: 0 auto;
}

.shopCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn_shopCart {
  background: #ffdf1b;
  background-size: 100% 200%;
  border-radius: 100px;
  position: relative;
  width: 45px;
  height: 25px;
  cursor: pointer;
}

.btn_shopCart:before {
  content: '';
  background: url(/images/bb/btn_shopCart.svg) no-repeat center top;
  background-size: 100% 200%;
  height: 22px;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btn_shopCart.on:before {
  background-position: center bottom;
}

.btn_shopCart:hover {
  filter: brightness(1.05);
  -webkit-filter: brightness(1.05);
}

.btn_shopCart span {
  position: absolute;
  top: -3px;
  right: -7px;
  background-color: red;
  color: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-family: Arial;
  font-size: 12px;
  transform: scale(0.9) translateZ(0);
  -webkit-transform: scale(0.9) translateZ(0);
  font-weight: 700;
}

.gameStruc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #333;
}

.gameStruc_C,
.gameStruc_L,
.gameStruc_R {
  vertical-align: top;
  height: 100%;
  padding: 0;
}

.gameStruc_L {
  background-color: #373737;
}

.gameStruc_C {
  width: 100%;
}

.gameStruc_R {
  background-color: #666;
  border-left: 2px solid #333;
  position: relative;
  display: none;
}

.sportMenu {
  width: 200px;
  height: 100%;
  overflow: hidden;
}

.sportMenu_in {
  width: 200px;
  height: 100%;
  position: relative;
}

.SM_T {
  background-color: #404040;
  color: #fff;
  height: 35px;
  border-bottom: 1px solid #333;
  width: 100%;
}

.SM_scroll {
  position: absolute;
  top: 36px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: initial !important;
  z-index: auto;
}

.SM_scroll .scroll-y {
  pointer-events: none;
}

.btn_sportMenu_switch {
  float: right;
  width: 17%;
  height: 100%;
  display: block;
  position: relative;
}

.btn_sportMenu_switch:after {
  content: '';
  background: url(/images/bb/btn_arrow_w.svg) no-repeat center;
  background-size: 16px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
}

.btn_sportMenu_switch:hover:after {
  opacity: 1;
}

.SM_T_menu {
  float: left;
  width: 83%;
  height: 100%;
}

.SM_T_menuT {
  display: none;
}

.SM_T_menuIn {
  display: table;
  width: 100%;
  height: 100%;
}

.SM_T_menuIn li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.SM_T_menuIn li:first-child {
  padding-left: 2px;
}

.SM_T_menuIn li.on {
  padding-bottom: 8px;
}

.SM_T_menuIn li a {
  position: relative;
  display: inline-block;
  min-width: 28px;
  color: #bbb;
  text-decoration: none;
}

.SM_T_menuIn li:not(.on):hover a {
  color: #fff;
}

.SM_T_menuIn li a:after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -8px;
  background-color: transparent;
  height: 3px;
  border-radius: 10px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.SM_T_menuIn li.on a {
  color: #fff;
}

.SM_T_menuIn li.on a:after {
  left: -5px;
  right: -5px;
  background-color: #01adff;
}

.SM_T_menuIn li.on a.roll:after {
  background-color: #ffad00;
}

.sportMenu.ZoomOut {
  width: 60px;
}

.sportMenu.ZoomOut .sportMenu_in {
  width: 100%;
}

.sportMenu.ZoomOut .SM_T {
  height: auto;
}

.sportMenu.ZoomOut .SM_scroll {
  top: 72px;
}

.sportMenu.ZoomOut .SM_scroll .scroll-content {
  top: 0;
}

.sportMenu.ZoomOut .btn_sportMenu_switch {
  float: none;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #333;
}

.sportMenu.ZoomOut .btn_sportMenu_switch:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: 0;
}

.sportMenu.ZoomOut .SM_T_menu {
  float: none;
  width: 100%;
  height: 35px;
}

.sportMenu.ZoomOut .SM_T_menuT {
  background-color: #343434;
  width: 100%;
  line-height: 29px;
  padding-bottom: 6px;
  text-align: center;
  display: block;
  cursor: pointer;
}

.sportMenu.ZoomOut .SM_T_menuT a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.sportMenu.ZoomOut .SM_T_menuT a:after {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -2px;
  background-color: #01adff;
  height: 3px;
  border-radius: 10px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.sportMenu.ZoomOut .SM_T_menuT a.roll:after {
  background-color: #ffad00;
}

.sportMenu.ZoomOut .SM_T_menuIn {
  position: fixed;
  left: 0;
  margin: -35px 0 0 72px;
  min-width: 125px;
  background-color: #ddd;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  z-index: 1;
  width: auto;
  height: auto;
  display: none;
}

.sportMenu.ZoomOut .SM_T_menuIn:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 11px 9px 0;
  border-color: transparent #ddd transparent transparent;
  position: absolute;
  left: -10px;
  top: 8px;
}

.sportMenu.ZoomOut .SM_T_menuIn:after {
  content: '';
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
}

.sportMenu.ZoomOut .SM_T_menuIn li {
  color: #000;
  padding-left: 0;
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  -webkit-transition: none;
  transition: none;
}

.sportMenu.ZoomOut .SM_T_menuIn li:hover {
  background-color: #f0f0f0;
}

.sportMenu.ZoomOut .SM_T_menuIn li a {
  color: #000;
}

.sportMenu.ZoomOut .SM_T_menuIn li.on a {
  color: #006ede;
}

.sportMenu.ZoomOut .SM_T_menuIn li.on a.roll {
  color: #f80;
}

.sportMenu.ZoomOut .SM_T_menuIn li.on {
  background-color: #f0f0f0;
  font-weight: 700;
}

.sportMenu.ZoomOut .SM_T_menuIn li.on a:after {
  display: none;
}

.btn_SM_listT {
  height: 35px;
  line-height: 35px;
  background-color: #474747;
  position: relative;
  padding-left: 48px;
  border-bottom: 1px solid #333;
  cursor: pointer;
}

.btn_SM_listT:hover {
  background-color: #545454;
}

.SM_scroll.SM_hoverNo .btn_SM_listT:hover {
  background-color: #474747;
}

.SM_list.on .btn_SM_listT {
  background-color: #545454 !important;
}

.btn_SM_listT img {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  right: calc(100% - 48px);
  margin: auto;
  width: auto;
  height: 100%;
  max-height: 18px;
}

.SM_listIn {
  display: none;
}

.SM_list.on .SM_listIn {
  display: block;
}

.SM_listIn li {
  height: 35px;
  line-height: 35px;
  padding-left: 48px;
  cursor: pointer;
  position: relative;
}

.SM_listIn li:hover {
  background-color: #3c3c3c;
}

.SM_listIn li.on {
  color: #9adeff;
}

li.SM_listIn_title {
  color: #777;
  text-align: center;
  font-weight: 700;
  border-bottom-width: 3px !important;
  display: none;
  cursor: default;
}

li.SM_listIn_title:hover {
  background-color: transparent !important;
}

.SM_listIn_counter,
.SM_listT_counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #9adeff;
  width: 41px;
  text-align: center;
}

.SM_listIn_counter {
  color: #999;
}

.icon_SM_checkbox,
.icon_SM_checkboxAll {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #454545;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

.icon_SM_checkbox.on,
.icon_SM_checkboxAll.on {
  background: url(/images/bb/icon_check.svg) no-repeat center;
  background-size: 14px;
}

.sportMenu.ZoomOut .SM_list {
  position: relative;
}

.sportMenu.ZoomOut .btn_SM_listT {
  font-size: 0;
  padding-left: 0;
}

.sportMenu.ZoomOut .btn_SM_listT img {
  right: 0;
}

.sportMenu.ZoomOut .SM_listT_counter {
  display: none;
}

.sportMenu.ZoomOut .SM_listIn {
  position: fixed;
  left: 0;
  margin-left: 72px;
  min-width: 125px;
  color: #000;
  background-color: #ddd;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  display: none;
  z-index: 1;
}

.sportMenu.ZoomOut .SM_listIn:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 11px 9px 0;
  border-color: transparent #ddd transparent transparent;
  position: absolute;
  left: -10px;
  top: 8px;
}

.sportMenu.ZoomOut .SM_listIn.bottom:before {
  top: auto !important;
  bottom: 8px;
}

.sportMenu.ZoomOut .SM_listIn:after {
  content: '';
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
}

.sportMenu.ZoomOut .SM_listIn li {
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
}

.sportMenu.ZoomOut .SM_listIn li:hover {
  background-color: #f0f0f0;
}

.sportMenu.ZoomOut .SM_listIn li.on {
  color: #006ede;
  background-color: #f0f0f0;
  font-weight: 700;
}

.sportMenu.ZoomOut .SM_listIn_title {
  display: block;
}

.sportMenu.ZoomOut .SM_listIn_counter {
  display: none;
}

.sportMenu.ZoomOut .icon_SM_checkbox,
.sportMenu.ZoomOut .icon_SM_checkboxAll {
  position: relative;
  border: 1px solid #777;
  opacity: 0.5;
  vertical-align: middle;
  left: -10px;
  top: -1px;
}

.sportMenu.ZoomOut .icon_SM_checkbox.on,
.sportMenu.ZoomOut .icon_SM_checkboxAll.on {
  background: url(/images/bb/icon_check_black.svg) no-repeat center;
}

.gameMain {
  width: 100%;
  height: 100%;
}

.gamePanel {
  display: table;
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.gamePanel_L,
.gamePanel_R {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #585858;
}

.gamePanel_L {
  width: 100%;
  border-left: 2px solid #333;
}

.gamePanel_R {
  padding-left: 0;
  border-left: 2px solid #333;
  display: none;
}

.gamePanelL_In {
  width: 100%;
  /*height: 100%;*/
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.betInfo {
  width: 300px;
  height: 100%;
}

.betInfo.active {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.betInfo_T {
  display: table;
  background-color: #404040;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #333;
  table-layout: fixed;
}

.betInfo_In {
  height: calc(100% - 35px);
  position: relative;
}

.betInfo_scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.betInfo_T > li {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.BIT_list {
  cursor: pointer;
}

.BIT_list a {
  display: inline-block;
  position: relative;
  color: #bbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.BIT_list:hover a {
  color: #fff;
}

.BIT_list.on a {
  color: #fff;
  padding-bottom: 6px;
}

.BIT_list a:after {
  content: '';
  height: 3px;
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -4px;
  background-color: transparent;
  border-radius: 10px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.BIT_list.on a:after {
  left: -6px;
  right: -6px;
  bottom: -1px;
  background-color: #00aeff;
}

.BIT_Num {
  margin-left: 5px;
  color: #ffea01;
}

.betInfoBlock,
.newbetBlock {
  height: calc(100% - 36px);
}

.betInfo_SubT {
  display: table;
  width: 100%;
  color: #fff;
  table-layout: fixed;
  background-color: #666;
  border-spacing: 5px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.betInfo_SubT li {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #555;
  cursor: pointer;
}

.betInfo_SubT li:hover {
  background-color: #5e5e5e;
}

.betInfo_SubT li.on {
  color: #000;
  background-color: #bbb;
}

.betInfo_SubT li:first-child span {
  color: #00aeff;
  margin-left: 5px;
}

.betInfo_SubT li.on:first-child span {
  color: #005aff;
}

.betInfo_SubT li:last-child span {
  color: #ffea01;
  margin-left: 5px;
}

.betInfo_List {
  color: #000;
  background-color: #bbb;
  margin: 5px;
  border-radius: 3px;
}

.betInfo_List_NG {
  color: #000;
  background-color: #d0acac;
  margin: 5px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.BIL_T {
  display: table;
  width: 100%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  border-bottom: 1px solid #888;
}

.betInfo_List_NG .BIL_T {
  color: #fff;
  background-color: #d18d8c;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.BIL_T_text {
  display: table-cell;
  line-height: 16px;
  vertical-align: top;
  padding: 7px 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.betInfo_List_NG .BIL_T_text span {
  color: #fff;
  font-weight: 400;
}

.btn_BIL_close {
  display: table-cell;
  background: url(/images/bb/btn_close.svg) no-repeat center 8px;
  background-size: 13px;
  width: 30px;
  opacity: 0.5;
  cursor: pointer;
}

.btn_BIL_close:hover {
  opacity: 1;
}

.betInfo_List_NG .btn_BIL_close {
  background-image: url(/images/bb/btn_close_w.svg);
}

.BIL_In {
  padding: 7px 10px;
}

.BIL_In > ul > li {
  line-height: 16px;
  margin-top: 5px;
}

.BIL_In > ul:first-child > li:first-child {
  margin-top: 0;
}

.BIL_In .t_green {
  color: #0a9c00;
}

.BIL_In .btn_link {
  display: table;
}

.BIL_input {
  margin: 5px 0 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.BIL_keyNum,
.BIL_showNum {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border-radius: 3px;
  height: 30px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: 700;
}

.BIL_keyNum.off,
.BIL_showNum.off {
  background-color: #eee;
}

.BIL_keyNum:disabled,
.BIL_showNum:disabled {
  color: #545454;
  background-color: #e0e0e0;
  opacity: 1;
}

.BIL_showNum {
  margin-left: 7px;
  color: #005aff !important;
}

.BIL_keyNum::-webkit-input-placeholder,
.BIL_showNum::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.BIL_keyNum::-moz-placeholder,
.BIL_showNum::-moz-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.BIL_keyNum:-ms-input-placeholder,
.BIL_showNum:-ms-input-placeholder {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.BIL_keyNum:-moz-placeholder,
.BIL_showNum:-moz-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

@media (max-width: 768px) {
  .BIL_keyNum::-webkit-input-placeholder,
  .BIL_showNum::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    -webkit-transform: scale(0.95) translateY(-1px);
    transform: scale(0.95) translateY(-1px);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    font-weight: 400;
  }
}

.betLimit_t {
  color: #006a8a;
}

.betInfo_List.off,
.betInfo_List_NG.off {
  position: relative;
  overflow: hidden;
}

.betInfo_List.off:before,
.betInfo_List_NG.off:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.betInfo_List.off .gameBetOff,
.betInfo_List_NG.off .gameBetOff {
  display: block;
}

.gameBetOff {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin-right: -40%;
  color: #fff;
  font-size: 15px;
  z-index: 6;
  display: none;
  background: rgba(0, 0, 0, 0.5) url(/images/bb/icon_event.svg) no-repeat 16px 50%;
  background-size: 17px auto;
  line-height: 19px;
  padding: 8px 15px 8px 40px;
  border-radius: 100px;
  max-width: 205px;
}

.betInfo_List.off .btn_BIL_close,
.betInfo_List_NG.off .btn_BIL_close {
  position: relative;
  background-image: url(/images/bb/btn_close_w.svg);
  z-index: 6;
  opacity: 1;
}

.betInfo_List.off .btn_BIL_close:hover,
.betInfo_List_NG.off .btn_BIL_close:hover {
  opacity: 0.6;
}

.BIL_NG {
  background-color: #d66764;
  color: #fff;
  padding: 3px 20px;
  border-radius: 100px;
  margin: 0 10px 10px;
}

.betInfo_List + .BIL_NG,
.betInfo_List_NG + .BIL_NG {
  padding: 3px 10px;
  border-radius: 3px;
  margin: 0 5px 5px;
}

.BIL_NG_text {
  display: table;
  margin: 0 auto;
  line-height: 19px;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.BIL_allNG {
  background-color: #a72120;
  color: #fff;
  padding: 2px 10px 3px;
  border-bottom: 1px solid #333;
}

.BIL_allNG .BIL_NG_text {
  background: url(/images/bb/icon_event.svg) no-repeat left 50%;
  background-size: 21px auto;
  padding-left: 30px;
  display: none;
  border-radius: 0;
}

.betComplex {
  background-color: #bbb;
  color: #000;
  margin: 5px;
  border-radius: 3px;
}

.betComplex_T {
  text-align: center;
  line-height: 35px;
  background-color: #d0d0d0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 0 33px;
  border-radius: 3px;
}

.betComplex_T.on {
  border-bottom: 1px solid #888;
  border-radius: 3px 3px 0 0;
}

.betComplex_T:after {
  content: '';
  background: url(/images/bb/btn_arrow.svg) no-repeat center;
  background-size: 13px;
  position: absolute;
  width: 33px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.5;
}

.betComplex_T.on:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.betComplex_T:hover:after {
  opacity: 1;
}

.betComplex_In {
  display: none;
}

.BC_list {
  padding: 3px 10px 7px;
  border-bottom: 1px solid #888;
}

.BC_list .error_t {
  padding: 3px 0 0 50px;
}

.BC_listT {
  color: #555;
  line-height: 22px;
}

.BC_listIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.BC_doubleNum {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
}

.BC_keyNum,
.BC_showNum {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border-radius: 3px;
  width: 35%;
  height: 30px;
  padding: 0 3px 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.BC_keyNum.off,
.BC_showNum.off {
  background-color: #eee;
}

.BC_keyNum:disabled,
.BC_showNum:disabled {
  color: #545454;
  background-color: #e0e0e0;
  opacity: 1;
}

.BC_showNum {
  margin-left: 7px;
  color: #005aff !important;
}

.BC_keyNum::-webkit-input-placeholder,
.BC_showNum::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.BC_keyNum::-moz-placeholder,
.BC_showNum::-moz-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.BC_keyNum:-ms-input-placeholder,
.BC_showNum:-ms-input-placeholder {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.BC_keyNum:-moz-placeholder,
.BC_showNum:-moz-placeholder {
  opacity: 1;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

@media (max-width: 768px) {
  .BC_keyNum::-webkit-input-placeholder,
  .BC_showNum::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    -webkit-transform: scale(0.95) translateY(-1px);
    transform: scale(0.95) translateY(-1px);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    font-weight: 400;
  }
}

.BC_total {
  padding: 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 40px;
}

.betPass_list {
  border-radius: 3px;
  border: 1px solid #bbb;
  color: #fff;
  padding: 7px 10px;
  margin: 5px;
  line-height: 16px;
}

.betPass_list li + li {
  margin-top: 5px;
}

.betInfo_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 36px);
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 23px;
  color: #fff;
}

.betInfo_textIn {
  text-align: center;
}

.betInfo_text img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 5px;
  opacity: 0.5;
}

.betInfo_prompt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 15px;
  color: #fff;
  line-height: 23px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.betInfo_prompt img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 5px;
  opacity: 0.5;
}

.betPlay {
  margin-top: -5px;
}

.betPlay_In {
  border-bottom: 1px solid #333;
  padding: 5px 0;
}

.betPlay_list {
  display: table;
  width: 100%;
  padding: 5px 10px;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.betPlay_list ul {
  display: table-row;
}

.betPlay_list li {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}

.betPlay_list .error_t {
  display: table-row;
  color: #ff8686;
}

.betPlay_list .error_t:before {
  content: '';
  display: table-cell;
}

.BP_listT,
.BP_listT_pass {
  width: 1px;
  white-space: nowrap;
  padding-right: 14px !important;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.BP_listT_pass {
  width: 75px;
  line-height: 16px;
}

.BP_listT:after {
  content: '：';
  position: absolute;
  right: 1px;
  top: 11px;
  line-height: 18px;
}

@media screen and (min-width: 0\0) {
  .BP_listT:after {
    line-height: 16px;
  }
}

.BP_name {
  display: inline-block;
}

.BP_listT_double {
  float: right;
  color: #ffea01;
  margin-left: 5px;
  position: relative;
}

.BP_listT_double .t_gray {
  color: #aaa;
  margin-left: 3px;
}

.BP_listT_double:after {
  content: '：';
  position: absolute;
  right: -14px;
  top: 0;
  color: #fff;
}

@media screen and (min-width: 0\0) {
  .BP_listT_double:after {
    line-height: 12px;
  }
}

.BP_bet {
  float: left;
  clear: both;
  white-space: nowrap;
  font-size: 12px;
  color: #ff8686;
}

.BP_listIn {
  position: relative;
}

.BP_InputKey,
.BP_InputWin {
  border-radius: 3px;
  width: 100%;
  height: 30px;
  padding: 0 60px 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bbb;
  font-size: 15px;
  font-weight: 700;
}

.BP_InputKey::-webkit-input-placeholder,
.BP_InputWin::-webkit-input-placeholder {
  font-weight: 400;
}

.BP_InputKey::-moz-placeholder,
.BP_InputWin::-moz-placeholder {
  font-weight: 400;
}

.BP_InputKey:-ms-input-placeholder,
.BP_InputWin:-ms-input-placeholder {
  font-weight: 400;
}

.BP_InputKey:-moz-placeholder,
.BP_InputWin:-moz-placeholder {
  font-weight: 400;
}

.BP_InputKey.off,
.BP_InputWin.off {
  background-color: #e0e0e0;
}

.BP_InputKey:disabled,
.BP_InputWin:disabled {
  color: #545454;
  background-color: #ccc;
  opacity: 1;
}

.BP_InputWin {
  color: #005aff !important;
}

.betComplex ~ .betPlay .BP_InputKey,
.betComplex ~ .betPlay .BP_InputWin {
  padding-right: 5px;
}

.BP_double {
  color: #004eff;
  position: absolute;
  top: 5px;
  right: 0;
  line-height: 30px;
  padding-right: 8px;
  width: 45px;
  text-align: right;
}

.BP_double:before {
  content: '';
  position: absolute;
  width: 1px;
  left: 0;
  top: 3px;
  bottom: 3px;
  background-color: #a3a3a3;
}

.betPlay_chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  margin-bottom: 5px;
  padding: 0 10px 0 3px;
}

.btn_chipNext,
.btn_chipPrev {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.btn_chipNext:before,
.btn_chipPrev:before {
  content: '';
  background: url(/images/bb/btn_arrow_w.svg) no-repeat center;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}

.btn_chipPrev:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn_chipNext:hover:before,
.btn_chipPrev:hover:before {
  opacity: 1;
}

.betPlay_chipBox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
}

.BPC_List {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 33%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.BPC_List[class*='icon_chip']:before {
  content: '';
  background: url(/images/bb/icon_chip_20210115.png) no-repeat;
  background-size: auto 100%;
  width: 57px;
  height: 37px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.BPC_List:hover[class*='icon_chip']:before {
  bottom: 8px;
}

.BPC_List.icon_chip1:before {
  background-position: 0 center;
}

.BPC_List.icon_chip5:before {
  background-position: -57px center;
}

.BPC_List.icon_chip10:before {
  background-position: calc(-57px * 2) center;
}

.BPC_List.icon_chip100:before {
  background-position: calc(-57px * 3) center;
}

.BPC_List.icon_chip500:before {
  background-position: calc(-57px * 4) center;
}

.BPC_List.icon_chip1K:before {
  background-position: calc(-57px * 5) center;
}

.BPC_List.icon_chip2K:before {
  background-position: calc(-57px * 6) center;
}

.BPC_List.icon_chip5K:before {
  background-position: calc(-57px * 7) center;
}

.BPC_List.icon_chip10K:before {
  background-position: calc(-57px * 8) center;
}

.BPC_List.icon_chipCustom {
  font-family: Arial;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  margin-left: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  -webkit-transition: all ease 90ms;
  transition: all ease 90ms;
  color: #fff;
}

.BPC_List.icon_chipCustom:before {
  background-position: calc(-57px * 9) center;
  z-index: -1;
}

.BPC_List:hover.icon_chipCustom {
  line-height: 29px;
}

.betPlay_btm {
  padding: 15px 10px;
}

.betPlay_btmMoney {
  display: table;
  width: 100%;
  padding-bottom: 15px;
}

.BPBM_L {
  width: calc(50% - 4px);
  float: left;
}

.BPBM_R {
  width: calc(50% - 4px);
  float: right;
}

.BPBM_L span,
.BPBM_R span {
  font-weight: 700;
  letter-spacing: -0.5px;
}

.betPlay_btm .BIL_allNG {
  margin: 0 -10px 15px -10px;
  border-top: 1px solid #333;
}

.betPlay_btmBotton {
  text-align: center;
  font-size: 0;
}

.btn_betPlay_change,
.btn_betPlay_clear,
.btn_betPlay_confirm,
.btn_betPlay_confirmOK {
  width: calc(50% - 5px);
  height: 40px;
  border-radius: 3px;
  font-weight: 700;
}

.btn_betPlay_clear {
  background-color: #929292;
  color: #fff;
  margin-right: 5px;
}

.btn_betPlay_clear:hover {
  background-color: #aaa;
}

.btn_betPlay_confirm {
  background-color: #ffdf1b;
  margin-left: 5px;
}

.btn_betPlay_confirm:hover {
  background-color: #ffff1b;
}

.btn_betPlay_confirmOK {
  background-color: #3a86de;
  color: #fff;
  margin-left: 5px;
}

.btn_betPlay_confirmOK:hover {
  background-color: #3a9dff;
}

.btn_betPlay_change {
  background-color: #41b590;
  color: #fff;
  margin-left: 5px;
}

.btn_betPlay_change:hover {
  background-color: #44d2a5;
}

.t_oddsChange {
  background-color: #41b590;
  color: #fff;
  padding: 1px 2px;
}

.BPBM_R .t_oddsChange {
  margin: 1px -1px;
}

.BIL_inputShow {
  display: table;
  width: 100%;
}

.BIL_inputShow li:nth-child(odd) {
  float: left;
  width: 43%;
}

.BIL_inputShow li:nth-child(even) {
  float: left;
  width: 57%;
}

.BIL_iG_T,
.BIL_iR_T,
.BIL_i_T,
.BIL_waitT,
.icon_BIL_no,
.icon_BIL_ok {
  position: relative;
  margin-top: 5px;
  line-height: 17px;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon_BIL_no,
.icon_BIL_ok {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
}

.BIL_iG_T,
.BIL_iR_T,
.BIL_i_T,
.BIL_waitT {
  padding-right: 5px;
  cursor: pointer;
}

.icon_BIL_ok {
  color: #148800;
}

.icon_BIL_no {
  color: red;
}

.BIL_waitT {
  color: #005aff;
}

.BIL_i_T {
  color: #fa3535;
}

.BIL_iR_T {
  color: red;
}

.BIL_iG_T {
  color: #065f00;
}

.BIL_iG_T:before,
.BIL_iR_T:before,
.BIL_i_T:before,
.BIL_waitT:before,
.icon_BIL_no:before,
.icon_BIL_ok:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}

.icon_BIL_ok:before {
  background: url(/images/bb/icon_bet_check.svg) no-repeat center;
  background-size: 100%;
}

.icon_BIL_no:before {
  background: url(/images/bb/icon_bet_refuse.svg) no-repeat center;
  background-size: 100%;
}

.BIL_waitT:before {
  background: url(/images/bb/icon_bet_situation.svg) no-repeat center;
  background-size: 100%;
}

.BIL_i_T:before {
  background: url(/images/bb/icon_bet_i.svg) no-repeat center;
  background-size: 100%;
}

.BIL_iR_T:before {
  background: url(/images/bb/icon_bet_iR.svg) no-repeat center;
  background-size: 100%;
}

.BIL_iG_T:before {
  background: url(/images/bb/icon_bet_iG.svg) no-repeat center;
  background-size: 100%;
}

.btn_BIL_i,
.btn_BIL_iG,
.btn_BIL_iR,
.btn_BIL_wait {
  position: relative;
  display: table;
}

.BIL_iG_In,
.BIL_iR_In,
.BIL_i_In,
.BIL_waitIn {
  position: absolute;
  top: -6px;
  left: -7px;
  cursor: default;
  pointer-events: none;
  display: none;
}

.BIL_iG_In:before,
.BIL_iR_In:before,
.BIL_i_In:before,
.BIL_waitIn:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9px 0 9px;
  border-color: #f0f0f0 transparent transparent transparent;
  position: absolute;
  left: 6px;
  bottom: -10px;
  z-index: 1;
}

.BIL_iG_InBox,
.BIL_iR_InBox,
.BIL_i_InBox,
.BIL_waitInBox {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 220px;
  text-align: left;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  background-color: #f0f0f0;
  color: #000;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  margin-right: -220px;
  display: none;
}

.BIL_iR_InBox {
  color: #000;
}

.BIL_iG_InBox {
  color: #087b00;
}

.NB_Complex:first-child .betInfo_List:first-child .BIL_iG_In,
.NB_Complex:first-child .betInfo_List:first-child .BIL_iR_In,
.NB_Complex:first-child .betInfo_List:first-child .BIL_i_In,
.NB_Complex:first-child .betInfo_List:first-child .BIL_waitIn,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_iG_In,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_iR_In,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_i_In,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_waitIn {
  top: auto;
  bottom: -12px;
  z-index: 1;
}

.NB_Complex:first-child .betInfo_List:first-child .BIL_iG_In:before,
.NB_Complex:first-child .betInfo_List:first-child .BIL_iR_In:before,
.NB_Complex:first-child .betInfo_List:first-child .BIL_i_In:before,
.NB_Complex:first-child .betInfo_List:first-child .BIL_waitIn:before,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_iG_In:before,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_iR_In:before,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_i_In:before,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_waitIn:before {
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #f0f0f0 transparent;
  top: -10px;
  bottom: auto;
}

.NB_Complex:first-child .betInfo_List:first-child .BIL_iG_InBox,
.NB_Complex:first-child .betInfo_List:first-child .BIL_iR_InBox,
.NB_Complex:first-child .betInfo_List:first-child .BIL_i_InBox,
.NB_Complex:first-child .betInfo_List:first-child .BIL_waitInBox,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_iG_InBox,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_iR_InBox,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_i_InBox,
:not(.NB_Complex_In) > .betInfo_List:first-child .BIL_waitInBox {
  top: 0;
  bottom: auto;
}

.betInfo_mask {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(100% - 36px);
  background: rgba(0, 0, 0, 0.45);
  padding: 0 15px 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.loading {
  background: url(/images/bb/icon_loading.svg) no-repeat center;
  background-size: 100%;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  animation: loading 1s steps(12) infinite;
  -webkit-animation: loading 1s steps(12) infinite;
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.newbet_scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.BIL_name {
  margin-right: 8px;
}

.BIL_score {
  color: red;
  display: inline-block;
  white-space: nowrap;
  margin-right: 8px;
}

.BIL_time {
  color: #666;
  display: inline-block;
  white-space: nowrap;
}

.NB_Complex {
  background-color: #bbb;
  color: #000;
  cursor: pointer;
  border-radius: 3px;
  margin: 5px;
}

.NB_Complex_T {
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 5px 33px 5px 10px;
}

.NB_Complex_T:after {
  content: '';
  background: url(/images/bb/btn_arrow.svg) no-repeat center;
  background-size: 13px;
  position: absolute;
  width: 33px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.5;
}

.NB_Complex.on .NB_Complex_T:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.NB_Complex:hover .NB_Complex_T:after {
  opacity: 1;
}

.NBC_list + .NBC_list {
  margin-top: 1px;
}

.NB_Complex_In {
  display: none;
  padding-bottom: 5px;
}

.NB_Complex_In .BIL_T {
  border-bottom: 1px solid #999;
}

.NB_Complex_In .betInfo_List {
  background-color: #d2d2d2;
  border: 1px solid #999;
  margin-top: 0;
  margin-bottom: 0;
}

.NB_Complex_In .betInfo_List + .betInfo_List {
  margin-top: 5px;
}

.NBC_list span {
  display: inline-block;
}

.btn_NB_load {
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  position: relative;
  border: 1px solid #333;
  margin: 5px;
  border-radius: 3px;
}

.btn_NB_load:hover {
  background-color: #777;
}

[class*='btn_BIL_cash'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  font-size: 14px;
  min-width: 60px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  margin-top: 5px;
}

.btn_BIL_cash {
  width: 100%;
  background-color: #369;
  color: #fff;
}

.btn_BIL_cash:hover {
  background-color: #3e79b3;
}

.btn_BIL_cash span {
  color: #ffdf1b;
  font-size: 17px;
  font-weight: 700;
  margin-left: 13px;
}

.BIL_cashBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.BIL_cashBox button + button,
.BIL_cashBox button + div,
.BIL_cashBox div + button {
  margin-left: 10px;
}

.btn_BIL_cashCancel {
  background-color: #888;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.btn_BIL_cashCancel:hover {
  background-color: #999;
}

.btn_BIL_cashConfirm {
  background-color: #eaca48;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.btn_BIL_cashConfirm:hover {
  background-color: #ffdc4e;
}

.btn_BIL_cashConfirm span {
  color: red;
  font-size: 17px;
  font-weight: 700;
  margin-left: 13px;
}

.btn_BIL_cashChange {
  background-color: #41b590;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.btn_BIL_cashChange:hover {
  background-color: #44d2a5;
}

.btn_BIL_cashChange span {
  font-size: 17px;
  font-weight: 700;
  margin-left: 13px;
}

.btn_BIL_cashBack {
  background-color: #a72120;
  color: #fff;
}

.btn_BIL_cashBack:hover {
  background-color: #b72b2a;
}

.BIL_cashLoad,
.BIL_cashNo,
.BIL_cashOk,
.BIL_cashStop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  margin-top: 5px;
}

.BIL_cashLoad {
  background-color: #ccc;
  color: #005aff;
}

.BIL_cashLoad:before {
  content: '';
  background: url(/images/bb/icon_loading2_blue.png) no-repeat center;
  background-size: 100%;
  width: 17px;
  height: 17px;
  display: block;
  margin: -1px 5px 0 0;
  animation: cashLoad 0.5s linear infinite;
  -webkit-animation: cashLoad 0.5s linear infinite;
}

@keyframes cashLoad {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes cashLoad {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.BIL_cashNo {
  background-color: #ccc;
  color: #fe0000;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.BIL_cashNo:before {
  content: '';
  background: url(/images/bb/icon_prohibit.svg) no-repeat center;
  background-size: 100%;
  width: 17px;
  height: 17px;
  display: block;
  margin: -1px 5px 0 0;
}

.BIL_cashOk {
  background-color: #ccc;
  color: #148800;
}

.BIL_cashOk:before {
  content: '';
  background: url(/images/bb/icon_check2_greenDark.svg) no-repeat center;
  background-size: 100%;
  width: 17px;
  height: 17px;
  display: block;
  margin: -1px 5px 0 0;
}

.BIL_cashOk span {
  font-size: 17px;
  font-weight: 700;
  margin-left: 13px;
}

.BIL_cashStop {
  background-color: #ccc;
  color: #333;
}

.calculator {
  width: 100%;
  max-width: 390px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #d8d8d8;
  position: relative;
  display: none;
}

.btn_calculator_close {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  background: url(/images/bb/btn_close_w.svg) no-repeat center;
  background-size: 13px;
  opacity: 0.5;
  cursor: pointer;
}

.btn_calculator_close:hover {
  opacity: 1;
}

.calcT {
  background-color: #369;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
}

.calcTable {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #bbb;
}

.calcTable tr {
  display: table;
  width: 100%;
  border-top: 1px solid #bbb;
}

.calcTable th {
  background-color: #b8b8b8;
  height: 30px;
  white-space: nowrap;
  font-size: 14px;
}

.calcTable td,
.calcTable th {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

.calcTable td {
  height: 46px;
}

.calcTable td:first-child,
.calcTable th:first-child {
  width: 60px;
}

.calcTable td:first-child {
  line-height: 16px;
}

.calcTable td:nth-child(2),
.calcTable th:nth-child(2) {
  width: 109px;
}

.calcTable tr.error_t {
  border-top: 0;
  margin-top: -3px;
}

.calcTable tr.error_t td {
  text-align: left;
  border-top: 0;
  height: 1px;
  padding: 0 15px 5px 60px;
  line-height: 17px;
}

.calcPassCount {
  white-space: nowrap;
  font-size: 0;
}

.CPC_text {
  margin: 0 10px 0 20px;
  font-size: 14px;
  vertical-align: middle;
}

.calcPassCount .CPC_text:last-child {
  margin: 0 15px;
}

.CPC_selT,
.calcOdds,
.calcPassCount_ratio {
  border-radius: 3px;
  height: 30px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.calcOdds {
  width: 105px;
  padding: 0 5px;
}

.calcPassCount_select {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.CPC_selT {
  background-color: #fff;
  width: 65px;
  padding: 0 20px 0 7px;
  color: #0371fe;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.CPC_selT:after {
  content: '';
  background: url(/images/bb/icon_select_20211006.svg) center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 10px;
  height: 10px;
  margin: auto 0;
}

.CPC_selT:hover:after,
.calcPassCount_select.on .CPC_selT:after {
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.calcPassCount_select.on .CPC_selT:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.CPC_selIn {
  color: #0371fe;
  background-color: #fff;
  border: 1px solid #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}

.CPC_selIn li {
  text-align: left;
  padding: 0 6px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.CPC_selIn li:hover {
  background-color: #daedff;
}

.CPC_selIn li.on {
  color: #fff;
  background-color: #1e90ff;
}

.calcPassCount_select.on .CPC_selIn {
  display: block;
}

.calcPassCount_ratio {
  width: 45px;
  padding: 0 5px;
  margin-left: 10px;
  text-align: center;
}

.calcPassCount_ratio.off,
.calcPassCount_ratio:disabled {
  color: #000;
  background-color: #bbb;
  opacity: 1;
  text-align: center;
}

.calc_totalBet {
  display: table;
  width: 100%;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 14px;
}

.calc_totalBetL {
  width: calc((100% - 12px) / 2);
  float: left;
  text-align: right;
}

.calc_totalBetR {
  width: calc((100% - 12px) / 2);
  float: right;
  text-align: right;
}

.calc_totalBet input[type='text'] {
  width: 115px;
  height: 30px;
  border-radius: 3px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 700;
}

.calc_totalBet input[type='text'].off {
  background-color: #bbb;
}

.calc_totalBet input[type='text']:disabled {
  color: #545454;
  background-color: #bbb;
  opacity: 1;
}

.calc_totalBetR input[type='text']:disabled {
  color: red !important;
}

.calc_totalBetL.error input,
.calc_totalBetR.error input {
  border: 1px solid red;
  position: relative;
}

.calc_totalBetL.error .error_t,
.calc_totalBetR.error .error_t {
  display: block;
  float: right;
  width: 115px;
  text-align: left;
  padding-top: 5px;
  margin-bottom: -7px;
  white-space: nowrap;
  font-size: 13px;
}

.calc_button {
  display: table;
  width: 100%;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}

.btn_calc_clear,
.btn_calc_run {
  width: calc((100% - 12px) / 2);
  height: 40px;
  border-radius: 3px;
  font-weight: 700;
}

.btn_calc_clear {
  background-color: #7e7e7e;
  color: #fff;
  float: left;
}

.btn_calc_clear:hover {
  background-color: #aaa;
}

.btn_calc_run {
  background-color: #ffdf1b;
  float: right;
}

.btn_calc_run:hover {
  background-color: #ffff1b;
}

.btn_calcPrompt {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 40px;
  cursor: pointer;
}

.icon_calcPrompt {
  font-family: Arial;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  background-color: #103c6d;
  height: 25px;
  width: 25px;
  line-height: 26px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.calcPromptIn {
  position: absolute;
  bottom: -6px;
  left: 2px;
  right: -300px;
  z-index: 2;
  cursor: default;
  display: none;
}

.calcPromptIn:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 11px;
  top: -10px;
  z-index: 1;
}

.calcPromptInBox {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  background-color: #fff;
  color: #000;
  padding-bottom: 12px;
  color: #666;
  padding: 0 20px;
  display: none;
}

.calcPromptT {
  text-align: center;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  color: #000;
  margin: 0 -20px;
  padding: 0 20px;
}

.calcPromptList {
  display: table-row;
}

.calcPromptList li {
  display: table-cell;
  text-align: left;
  padding-top: 8px;
  line-height: 17px;
}

.calcPromptList + .calcPromptList li {
  padding-top: 6px;
}

.calcPromptList:last-child li {
  padding-bottom: 10px;
}

.CP_listT {
  width: 1px;
  padding-right: 13px;
  white-space: nowrap;
  position: relative;
}

.CP_listT:after {
  content: '：';
  position: absolute;
  right: 0;
}

.formula {
  font-size: 14px;
  text-align: left;
  margin: 0 12px 10px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px 7px;
  border: 2px dashed #999;
  display: none;
}

.formula_T {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
}

.btn_formulaPrompt {
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
}

.btn_formulaPrompt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/images/bb/icon_info3.svg) center top;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.btn_formulaPrompt.on:before {
  background-position: center bottom;
}

.btn_formulaPrompt:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9px 0 9px;
  border-color: #ffffbd transparent transparent transparent;
  position: absolute;
  top: -10px;
  left: 2px;
  z-index: 1;
  opacity: 0;
  transition: 0.2s opacity;
  -webkit-transition: 0.2s opacity;
}

.btn_formulaPrompt.on:after {
  opacity: 1;
}

.formulaPromptBox {
  font-size: 13px;
  position: absolute;
  bottom: calc(100% + 9px);
  left: -20px;
  margin-right: -180px;
  max-width: 220px;
  text-align: left;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  background-color: #ffffbd;
  color: #000;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  white-space: normal;
  cursor: default;
  opacity: 0;
  transition: 0.2s opacity 50ms;
  -webkit-transition: 0.2s opacity 50ms;
  display: none;
  z-index: 1;
}

.btn_formulaPrompt.on .formulaPromptBox {
  opacity: 1;
}

.functionSet {
  display: table;
  width: 390px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #d8d8d8;
  position: relative;
  display: none;
}

.btn_funSet_close {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  background: url(/images/bb/btn_close_w.svg) no-repeat center;
  background-size: 13px;
  opacity: 0.5;
  cursor: pointer;
}

.btn_funSet_close:hover {
  opacity: 1;
}

.funSetT {
  background-color: #369;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
}

.funSetIn {
  background-color: #eee;
  font-size: 14px;
  text-align: left;
}

.funSetIn ul {
  display: table;
  width: 100%;
}

.funSetIn ul + ul li {
  border-top: 1px solid #ccc;
}

.funSetIn li {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0 10px;
}

.funSetIn li:first-child {
  width: 140px;
  text-align: left;
  padding: 0 30px 0 25px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.funSetIn li:last-child {
  padding-right: 9px;
}

.btn_funSel {
  min-width: 75px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  padding: 0 8px;
  background-color: #fff;
  float: left;
  margin: 5px 5px 0 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn_funSel:hover {
  background-color: #dbe8f1;
}

.btn_funSel.on {
  background-color: #c3dff2;
}

.defaultMoney {
  float: left;
  width: calc(100% - 5px);
  height: 30px;
  border-radius: 3px;
  margin-top: 5px;
  margin-right: 5px;
  text-align: center;
  display: none;
}

.btn_chip {
  float: left;
  margin: 0 13px 0 9px;
  padding: 5px 0;
  cursor: pointer;
}

.btn_chip:nth-child(3n + 3) {
  margin-right: 0;
}

.btn_chip[class*='icon_chip']:before {
  content: '';
  background: url(/images/bb/icon_chip_20210115.png) no-repeat;
  background-size: auto auto;
  width: 57px;
  height: 37px;
  display: block;
  margin: 0 auto;
  opacity: 0.2;
}

.btn_chip.hover[class*='icon_chip']:before {
  opacity: 0.5;
}

.btn_chip.on[class*='icon_chip']:before {
  opacity: 1;
}

.btn_chip.icon_chip1:before {
  background-position: 0 center;
}

.btn_chip.icon_chip5:before {
  background-position: -57px center;
}

.btn_chip.icon_chip10:before {
  background-position: calc(-57px * 2) center;
}

.btn_chip.icon_chip100:before {
  background-position: calc(-57px * 3) center;
}

.btn_chip.icon_chip500:before {
  background-position: calc(-57px * 4) center;
}

.btn_chip.icon_chip1K:before {
  background-position: calc(-57px * 5) center;
}

.btn_chip.icon_chip2K:before {
  background-position: calc(-57px * 6) center;
}

.btn_chip.icon_chip5K:before {
  background-position: calc(-57px * 7) center;
}

.btn_chip.icon_chip10K:before {
  background-position: calc(-57px * 8) center;
}

.funSet_button {
  border-top: 1px solid #ccc;
  display: table;
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.btn_funSet_run {
  width: 180px;
  height: 40px;
  border-radius: 3px;
  background-color: #ffdf1b;
  font-weight: 700;
}

.btn_funSet_run:hover {
  background-color: #ffff1b;
}

.btn_funSetPrompt {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 40px;
  cursor: pointer;
}

.icon_funSetPrompt {
  font-family: Arial;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  background-color: #103c6d;
  height: 25px;
  width: 25px;
  line-height: 26px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.funSetPromptIn {
  position: absolute;
  bottom: -6px;
  left: 2px;
  right: -300px;
  z-index: 1;
  cursor: default;
  display: none;
}

.funSetPromptIn:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 11px;
  top: -10px;
  z-index: 1;
}

.funSetPromptInBox {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  background-color: #fff;
  color: #000;
  padding-bottom: 12px;
  color: #666;
  padding: 0 20px;
  display: none;
}

.FS_PromptT {
  text-align: center;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  color: #000;
  margin: 0 -20px;
  padding: 0 20px;
}

.FS_PromptIn {
  text-align: left;
  padding: 15px 0 20px;
}

.FSP_listT {
  font-weight: 700;
  color: #369;
}

li + .FSP_listT {
  margin-top: 15px;
}

.fastTransfer {
  position: relative;
  width: 450px;
  margin: 0 auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  color: #000;
  display: none;
}

.btn_fastTransfer_close {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  background: url(/images/bb/btn_close_w.svg) no-repeat center;
  background-size: 13px;
  opacity: 0.5;
  cursor: pointer;
}

.btn_fastTransfer_close:hover {
  opacity: 1;
}

.fastTransfer_T {
  background-color: #369;
  text-align: center;
  color: #fff;
  font-size: 19px;
  height: 40px;
  line-height: 40px;
}

.fastTransfer_In {
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d8d8d8;
  position: relative;
}

.FT_form {
  text-align: left;
}

.FT_form li {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}

.FT_Form_In,
.FT_Form_T,
.FT_Form_btn {
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  position: relative;
}

.FT_Form_T {
  font-size: 18px;
  width: 100px;
}

.FT_Form_T.t_blue {
  color: #2f8be6;
}

.FT_Form_btn {
  width: 1%;
  white-space: nowrap;
  padding-left: 10px;
}

.FT_pointNum {
  background-color: #fff;
  color: #05931d;
  font-size: 22px;
  font-weight: 700;
  border-radius: 3px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 45px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn_FT_Refresh {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
}

.btn_FT_Refresh:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  background: url(/images/bb/btn_FT_Refresh.svg) no-repeat center top;
  background-size: 100% auto;
}

.btn_FT_Refresh:hover:before {
  background-position: center bottom;
}

.FT_keyboard {
  font-size: 28px;
  font-weight: 700;
  border-radius: 3px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.FT_keyboard.off {
  background-color: #bbb;
}

.FT_keyboard:disabled {
  color: #545454;
  background-color: #bbb;
  opacity: 1;
}

.FT_keyboard::-webkit-input-placeholder {
  color: #aaa;
  font-size: 18px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-2px);
  font-weight: 400;
}

.FT_keyboard::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 46px;
}

.FT_keyboard:-ms-input-placeholder {
  color: #aaa !important;
  font-size: 18px;
  font-weight: 400;
}

.FT_keyboard::-ms-input-placeholder {
  color: #aaa !important;
  font-size: 18px;
  font-weight: 400;
}

.FT_keyboard:-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 46px;
}

@supports (-webkit-overflow-scrolling: touch) {
  @media (min-width: 0px) {
    .FT_keyboard {
      line-height: initial;
    }
    .FT_keyboard::-webkit-input-placeholder {
      font-size: 18px;
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
    }
  }
}

.btn_FT_transferAll {
  font-size: 18px;
  border-radius: 3px;
  background-color: #00b2b9;
  color: #fff;
  width: 70px;
  height: 45px;
  vertical-align: middle;
}

.btn_FT_transferAll:hover {
  background-color: #3bccd1;
}

.FT_footBtn {
  display: table;
  margin-top: 20px;
  width: 100%;
}

.btn_FT_reset,
.btn_FT_submit {
  font-size: 17px;
  width: 48.5%;
  width: calc(50% - 5px);
  height: 45px;
  border-radius: 3px;
}

.btn_FT_reset {
  float: left;
  color: #2f8be6;
  border: 1px solid #2f8be6;
  background-color: transparent;
}

.btn_FT_reset:hover {
  background-color: rgba(50, 171, 255, 0.1);
}

.btn_FT_submit {
  float: right;
  color: #fff;
  background-color: #2f8be6;
}

.btn_FT_submit:hover {
  background-color: #3a9dff;
}

.noGmae {
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.noGmae img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 10px;
  opacity: 0.5;
}

.mask {
  position: absolute;
  min-width: 1200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 30;
  display: none;
}

.popUp_sysMsg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin: 0 -35% -35% 0;
  min-width: 260px;
  max-width: 400px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  background-color: #d8d8d8;
  color: #000;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  z-index: 31;
  display: none;
}

.popSM_T {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #286fc1;
  color: #fff;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popSM_In {
  padding: 15px 20px;
  line-height: 20px;
  font-size: 14px;
  display: table;
  width: 100%;
  height: 95px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popSM_InText {
  display: table-cell;
  vertical-align: middle;
}

.popSM_btn {
  text-align: center;
  font-size: 0;
  padding: 0 15px 20px;
}

.btn_popSM_clear,
.btn_popSM_confirm {
  width: 50%;
  min-width: 120px;
  max-width: 150px;
  height: 33px;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
}

.popSM_btn input:nth-child(n + 2) {
  width: 48%;
  min-width: 0;
  margin-left: 2%;
}

.popSM_btn input:nth-last-child(n + 2) {
  width: 48%;
  min-width: 0;
  margin-right: 2%;
}

.btn_popSM_clear {
  background-color: #929292;
}

.btn_popSM_clear:hover {
  background-color: #aaa;
}

.btn_popSM_confirm {
  background-color: #2f8be6;
}

.btn_popSM_confirm:hover {
  background-color: #3a9dff;
}

.btn_closeSM {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  background: url(/images/bb/btn_close_w.svg) no-repeat center;
  background-size: 13px;
  opacity: 0.5;
  cursor: pointer;
}

.btn_closeSM:hover {
  opacity: 1;
}

.bg_popUpBox_scroll {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: none;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
}

.bg_popUpBox {
  width: 100%;
  height: 100%;
  display: table;
}

@supports (-webkit-overflow-scrolling: touch) {
  @media (min-width: 0px) {
    .bg_popUpBox {
      padding-left: 1px;
    }
    .bg_popUpBox_Y {
      padding-left: 0;
      margin-bottom: 1px;
    }
  }
}

.popUpBox {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.allianceSel {
  position: relative;
  margin: 0 auto;
  width: 980px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  color: #000;
  display: none;
}

.alliance_T {
  background-color: #369;
  text-align: center;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}

.btn_alliance_close {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  background: url(/images/bb/btn_close_w.svg) no-repeat center;
  background-size: 13px;
  opacity: 0.5;
  cursor: pointer;
}

.btn_alliance_close:hover {
  opacity: 1;
}

.alliance_In {
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #d8d8d8;
  position: relative;
}

.alliance_set {
  display: table;
  width: 100%;
}

.AL_set {
  float: right;
}

.AL_set li {
  float: left;
  line-height: 30px;
  padding-right: 35px;
  position: relative;
}

.icon_AL_checkbox {
  background-color: #fff;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.btn_AL_allSel,
.btn_AL_showSel {
  cursor: pointer;
  padding-left: 32px;
}

.AL_set li.on .icon_AL_checkbox {
  background: #fff url(/images/bb/icon_check_blue.svg) no-repeat center;
  background-size: 14px;
}

.AL_set li.off {
  cursor: default;
}

.AL_set li.off .icon_AL_checkbox {
  background: #bebebe;
  background-size: 14px;
}

li.btn_AL_setMenu {
  padding: 0 25px 0 35px;
  cursor: pointer;
  position: relative;
  z-index: 11;
}

li.btn_AL_setMenu.on,
li.btn_AL_setMenu:hover {
  color: #006ede;
}

.btn_AL_setMenu:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 20px;
  margin: auto 0;
  background-color: #888;
}

.btn_AL_setMenu:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  opacity: 0.5;
}

.btn_AL_setMenu.on:after,
.btn_AL_setMenu:hover:after {
  border-top-color: #006ede;
  opacity: 1;
}

.btn_AL_setMenu.on:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ALSM_In {
  position: absolute;
  bottom: -5px;
  right: -10px;
  z-index: 1;
  display: none;
}

.ALSM_In:after,
.ALSM_In:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #bdbdbd transparent;
  position: absolute;
  right: 6px;
  top: -11px;
  z-index: 0;
}

.ALSM_In:after {
  top: -10px;
  border-color: transparent transparent #ddd transparent;
  z-index: 1;
}

.ALSM_InBox {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 126px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  display: none;
}

.ALSM_InBox a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 0 15px;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
}

.ALSM_InBox a:hover {
  background-color: #f0f0f0;
}

.ALSM_InBox a.on {
  background-color: #f0f0f0;
  color: #006ede;
  font-weight: 700;
}

.alliance_scroll {
  max-height: 320px !important;
  min-height: 170px;
  margin-top: 15px;
  margin-right: -2px;
}

.alliance_scroll.scrollbar-macosx > .scroll-element div.scroll-bar {
  background-color: #666;
}

.alliance_scroll.scrollbar-macosx > .scroll-element div {
  left: -1px;
}

.alliance_scroll li {
  font-size: 13px;
  float: left;
  width: calc((100% - 6px) / 3);
  height: 30px;
  cursor: pointer;
  border: 1px solid #bebebe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2px 2px 0;
  line-height: 28px;
  position: relative;
  padding-left: 32px;
  text-align: left;
}

.alliance_scroll li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.alliance_scroll .icon_AL_checkbox {
  border: 1px solid #bbb;
  left: 2px;
}

.alliance_scroll li.on .icon_AL_checkbox {
  background: #fff url(/images/bb/icon_check_blue.svg) no-repeat center;
  background-size: 14px;
}

.AL_nameT {
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.AL_nameShow {
  text-align: left;
  position: absolute;
  background-color: #f0f0f0;
  color: #000;
  border-radius: 3px;
  line-height: 16px;
  bottom: 28px;
  left: 30px;
  right: 2px;
  padding: 3px 5px;
  max-width: 400px;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  word-break: break-all;
  word-wrap: break-word;
  display: none;
  pointer-events: none;
}

.AL_nameShow:before {
  content: '';
  border-style: solid;
  border-color: #f0f0f0 transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  position: absolute;
  left: 8px;
  bottom: -5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .AL_nameShow {
    word-break: break-word;
  }
}

.alliance_scroll li.boxDown .AL_nameShow {
  top: 28px;
  bottom: auto;
}

.alliance_scroll li.boxDown .AL_nameShow:before {
  border-color: transparent transparent #f0f0f0 transparent;
  border-width: 0 5px 6px 5px;
  top: -5px;
  bottom: auto;
}

.alliance_btn {
  font-size: 0;
  text-align: center;
  padding: 20px 0 5px;
  display: table;
  width: 100%;
}

.btn_AL_clear,
.btn_AL_confirm {
  font-weight: 700;
  display: inline-block;
  width: 160px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  margin: 0 5px;
}

.btn_AL_clear {
  background-color: #929292;
}

.btn_AL_clear:hover {
  background-color: #aaa;
}

.btn_AL_confirm {
  background-color: #2f8be6;
}

.btn_AL_confirm:hover {
  background-color: #3a9dff;
}

.allianceFAV .alliance_scroll li {
  border: 0;
}

.allianceFAV .btn_AL_showSel {
  padding-right: 0;
}

.allianceFAV .icon_AL_checkbox {
  border: 0;
  left: 4px;
}

li[class*='AL_li_'] {
  width: calc(100% - 2px);
  color: #fff;
}

li[class*='AL_li_'] .icon_AL_checkbox {
  left: 4px;
}

li.AL_li_olympic {
  background-color: #bb3b3c;
}

li.AL_li_olympic:hover {
  background-color: #ce4142;
}

li.AL_li_worldCup {
  background-color: #3ca925;
}

li.AL_li_worldCup:hover {
  background-color: #42ba29;
}

li.AL_li_UEFA {
  background-color: #568ec7;
}

li.AL_li_UEFA:hover {
  background-color: #5f9cdb;
}

li.AL_li_fives {
  background-color: #dc5e5e;
}

li.AL_li_fives:hover {
  background-color: #f26767;
}

li.AL_li_champion {
  background-color: #b1ae1b;
}

li.AL_li_champion:hover {
  background-color: #c3bf1e;
}

li.AL_li_soccer {
  background-color: #208750;
}

li.AL_li_soccer:hover {
  background-color: #239458;
}

li.AL_li_basketball {
  background-color: #d37245;
}

li.AL_li_basketball:hover {
  background-color: #e87d4c;
}

li.AL_li_baseball {
  background-color: #bb9b50;
}

li.AL_li_baseball:hover {
  background-color: #ceaa58;
}

li.AL_li_tennis {
  background-color: #7d9364;
}

li.AL_li_tennis:hover {
  background-color: #89a26e;
}

li.AL_li_hockey {
  background-color: #75aaa8;
}

li.AL_li_hockey:hover {
  background-color: #81bbb9;
}

li.AL_li_football {
  background-color: #b25332;
}

li.AL_li_football:hover {
  background-color: #c45b37;
}

li.AL_li_volleyball {
  background-color: #e0bf36;
}

li.AL_li_volleyball:hover {
  background-color: #f6d23b;
}

li.AL_li_badminton {
  background-color: #dc7d90;
}

li.AL_li_badminton:hover {
  background-color: #f2899e;
}

li.AL_li_handball {
  background-color: #ad9e60;
}

li.AL_li_handball:hover {
  background-color: #beae6a;
}

li.AL_li_waterpolo {
  background-color: #489ab7;
}

li.AL_li_waterpolo:hover {
  background-color: #4fa9c9;
}

li.AL_li_pingpong {
  background-color: #c6914b;
}

li.AL_li_pingpong:hover {
  background-color: #da9f52;
}

li.AL_li_billiard {
  background-color: #a370ab;
}

li.AL_li_billiard:hover {
  background-color: #b37bbc;
}

li.AL_li_pcgame {
  background-color: #7082b1;
}

li.AL_li_pcgame:hover {
  background-color: #7b8fc3;
}

li.AL_li_boxing {
  background-color: #b93939;
}

li.AL_li_boxing:hover {
  background-color: #cb3f3f;
}

li.AL_li_other {
  background-color: #6e889c;
}

li.AL_li_other:hover {
  background-color: #7996ac;
}

.alliance_A-Z {
  width: 100%;
  max-width: 700px;
  min-width: 514px;
}

.alliance_A-Z .alliance_In {
  height: 460px;
}

.alliance_A-Z .alliance_scroll {
  width: 95%;
  height: 320px;
}

.alliance_A-Z .alliance_scroll li {
  width: 100%;
  text-align: left;
}

.alliance_A-Z .alliance_scroll li:nth-child(n + 3):nth-child(-n + 6) .AL_nameShow {
  top: auto;
  bottom: 28px;
}

.alliance_A-Z .alliance_scroll li:nth-child(n + 3):nth-child(-n + 6) .AL_nameShow:before {
  border-color: #f0f0f0 transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  top: auto;
  bottom: -5px;
}

.alliance_A-Z .alliance_scroll .AL_nameShow:before {
  left: 16px;
}

.btn_A-Z {
  position: absolute;
  top: 60px;
  right: 28px;
  table-layout: fixed;
  height: 320px;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  display: none;
}

.btn_A-Z td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.btn_A-Z td span {
  width: 20px;
  height: 20px;
  line-height: 21px;
  border-radius: 50%;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

.btn_A-Z td.on span {
  color: #fff;
  background-color: #006ede;
}

.btn_A-Z td:not(.on):hover span {
  background-color: #bbb;
}

@media (max-width: 605px) {
  .alliance_A-Z .btn_AL_allSel,
  .alliance_A-Z .btn_AL_showSel {
    padding: 0 20px 0 30px;
  }
  .alliance_A-Z .btn_AL_setMenu {
    padding-left: 20px;
  }
}

@media (max-width: 540px) {
  .alliance_A-Z .btn_AL_allSel,
  .alliance_A-Z .btn_AL_showSel {
    padding: 0 15px 0 25px;
  }
  .alliance_A-Z .btn_AL_setMenu {
    padding-left: 15px;
  }
}

.openWindows {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.openWindows_scroll {
  max-width: 1150px;
  min-width: 980px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  background-color: #d8d8d8;
}

.openWindows_scroll.scrollbar-macosx > .scroll-element div.scroll-bar {
  background-color: #666;
}

.openWindows_scroll.scroll-content.scroll-scrolly_visible:after {
  display: none;
}

.openWindows_T {
  background-color: #3fa381;
  position: relative;
  height: 50px;
  width: 100%;
}

.openWindows_set {
  background-color: #404040;
  color: #bbb;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.openWindows_set > a {
  color: #bbb;
  padding: 0 15px;
  text-decoration: none;
  display: inline-block;
}

.openWindows_set > a:first-child {
  padding-left: 20px;
}

.openWindows_set > a:hover {
  color: #fff;
}

.openWindows_set > a.on {
  color: #ffe900;
}

.openWindows_set.RT_holdTop {
  z-index: 6;
}

.OW_T_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  height: 40px;
  font-size: 0;
}

.OW_T_logo h3 {
  color: #ebebeb;
  font-size: 21px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  line-height: 40px;
}

.OW_T_nav {
  text-align: center;
  height: 70px;
  line-height: 70px;
}

.OW_T_nav a {
  color: #fff;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.OW_T_nav a:after {
  content: '';
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  border-radius: 10px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.OW_T_nav a.on:after,
.OW_T_nav a:hover:after {
  background-color: #01adff;
  left: 10px;
  right: 10px;
}

.OW_setR {
  float: right;
  height: 100%;
}

.btn_OW_checkbox {
  display: inline-block;
  cursor: pointer;
  padding-left: 44px !important;
  position: relative;
}

.btn_OW_checkbox.on,
.btn_OW_checkbox:hover {
  color: #fff;
}

.icon_OW_checkbox {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #767676;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

.btn_OW_checkbox.on .icon_OW_checkbox {
  background: url(/images/bb/icon_check.svg) no-repeat center;
  background-size: 14px;
}

.btn_OW_setMenu {
  min-width: 76px;
  padding: 0 30px 0 10px;
  cursor: pointer;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border: 1px solid #767676;
  border-radius: 3px;
  height: 26px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}

.btn_OW_setMenu:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  opacity: 0.5;
}

.btn_OW_setMenu.on:after,
.btn_OW_setMenu:hover:after {
  opacity: 1;
}

.btn_OW_setMenu.on:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.OSM_T {
  color: rgba(255, 255, 255, 0.5);
}

.btn_OW_setMenu.on .OSM_T,
.btn_OW_setMenu:hover .OSM_T {
  color: #fff;
}

.OSM_In {
  position: absolute;
  bottom: -5px;
  right: -1px;
  z-index: 1;
  display: none;
}

.OSM_In:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #ddd transparent;
  position: absolute;
  right: 7px;
  top: -10px;
  z-index: 1;
}

.OSM_InBox {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 76px;
  text-align: left;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  display: none;
}

.OSM_InBox a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 0 15px;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}

.OSM_InBox a:hover {
  background-color: #f0f0f0;
}

.OSM_InBox a.on {
  background-color: #f0f0f0;
  color: #006ede;
  font-weight: 700;
}

.btn_OW_back,
.btn_OW_button {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-left: 10px;
  border-radius: 3px;
  padding: 0 12px;
  height: 26px;
  background-color: #369;
  color: #fff;
  vertical-align: top;
  min-width: 55px;
}

.btn_OW_button:hover {
  background-color: #4782bd;
}

.btn_OW_back {
  background: #ddd url(/images/bb/btn_back.svg) no-repeat 5px 50%;
  background-size: 13px;
  color: #000;
  padding-left: 23px;
}

.btn_OW_back:hover {
  background-color: #fff;
}

.btn_OW_goTop {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 15px;
  bottom: 25px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 6;
  display: none;
}

.btn_OW_goTop.hover,
.btn_OW_goTop:active {
  opacity: 1;
}

.btn_OW_goTop:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/images/bb/btn_goTop.svg) no-repeat center top;
  background-size: 100%;
}

@media (min-width: 1005px) {
  .btn_OW_goTop {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(545px);
    -webkit-transform: translateX(545px);
  }
}

.popUp_FastBet {
  position: absolute;
  width: 270px;
  background-color: #f0f0f0;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 31;
  display: none;
}

.popUp_FastBet:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 11px 9px;
  border-color: transparent transparent #f0f0f0 transparent;
  position: absolute;
  right: 0;
  left: 0;
  top: -10px;
  margin: 0 auto;
  z-index: 1;
}

.popUp_FastBet.bottom:before {
  border-width: 11px 9px 0 9px;
  border-color: #f0f0f0 transparent transparent transparent;
  right: 0;
  left: 0;
  top: auto;
  bottom: -10px;
}

.popUp_FastBet.right {
  left: auto !important;
}

.popUp_FastBet.right:before {
  right: 8px;
  left: auto !important;
}

.btn_closeFB {
  background: url(/images/bb/btn_close.svg) no-repeat center;
  background-size: 13px;
  width: 33px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  opacity: 0.5;
}

.btn_closeFB:hover {
  opacity: 1;
}

.popFB_info {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 0 23px 8px 0;
  margin: -1px 0 10px;
  line-height: 19px;
}

.popFB_info_T {
  color: #005aff;
}

.popFB_info_bet {
  margin-top: 5px;
  color: #666;
}

.popFB_money {
  float: left;
  width: 55%;
  height: 35px;
  line-height: 35px;
}

.popFB_money span {
  font-size: 19px;
  font-weight: 700;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}

.btn_popFB_change,
.btn_popFB_close,
.btn_popFB_confirm,
.btn_popFB_confirmOK,
.btn_popFB_loading {
  border-radius: 3px;
  height: 35px;
  line-height: 35px;
  width: 45%;
  float: right;
  font-weight: 700;
  font-size: 14px;
}

.btn_popFB_confirm {
  background-color: #ffdf1b;
}

.btn_popFB_confirm:hover {
  background-color: #ffff1b;
}

.btn_popFB_change {
  background-color: #41b590;
  color: #fff;
}

.btn_popFB_change:hover {
  background-color: #44d2a5;
}

.btn_popFB_close,
.btn_popFB_confirmOK {
  background-color: #3a86de;
  color: #fff;
}

.btn_popFB_close:hover,
.btn_popFB_confirmOK:hover {
  background-color: #3a9dff;
}

.btn_popFB_loading {
  background-color: #d83838;
  color: #fff;
  text-align: center;
}

.btn_popFB_loading:after {
  content: '';
  background: url(/images/bb/icon_loading2.png) no-repeat center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 8px;
  animation: FB_loading 0.5s linear infinite;
  -webkit-animation: FB_loading 0.5s linear infinite;
}

@media screen and (min-width: 0\0) {
  .btn_popFB_loading:after {
    margin: -4px 0 0 8px;
  }
}

@keyframes FB_loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes FB_loading {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.popFB_prompt {
  color: red;
  display: table;
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 13px;
  background-color: #e1e1e1;
  text-align: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.popFavMsg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  min-width: 250px;
  max-width: 80%;
  border-radius: 100px;
  margin-right: -30%;
  z-index: 5;
  display: none;
}

.popFavMsg_In {
  display: table;
  margin: 0 auto;
  color: #fff;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 700;
}

.tutorials {
  position: relative;
  width: 830px;
  margin: 0 auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  color: #000;
  display: none;
}

.tutorials_T {
  background-color: #369;
  text-align: center;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}

.btn_tutorials_close {
  position: absolute;
  right: 0;
  height: 40px;
  width: 40px;
  background: url(/images/bb/btn_close_w.svg) no-repeat center;
  background-size: 13px;
  opacity: 0.5;
  cursor: pointer;
}

.btn_tutorials_close:hover {
  opacity: 1;
}

[class*='tutorials_nav'] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.tutorials_nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background-color: #404040;
  color: #bbb;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tutorials_nav li {
  cursor: pointer;
  padding: 0 20px;
}

.tutorials_nav li.on,
.tutorials_nav li:active,
.tutorials_nav li:hover {
  color: #ffea01;
}

.tutorialsIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 630px;
  padding-bottom: 18px;
  background-color: #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 18px 0;
}

.tutorialsIn .btn_OW_goTop {
  position: absolute;
  left: initial;
  right: 12px;
  bottom: 18px;
  margin: 0;
  transform: none;
  -webkit-transform: none;
}

.btn_OW_goTop:before {
  top: 0;
  left: 0;
}

.tutorialsIn_nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.tutorialsIn_nav ul {
  padding-bottom: 10px;
  font-size: 15px;
  display: none;
}

.tutorialsIn_nav ul.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tutorialsIn_nav li {
  background-color: #fff;
  padding: 0 26px;
  height: 32px;
  line-height: 32px;
  margin-right: 16px;
  border-radius: 15px;
  color: #5993cc;
  cursor: pointer;
}

.tutorialsIn_nav li.on,
.tutorialsIn_nav li:hover {
  color: #fff;
  background-color: #5993cc;
}

.tutorialsIn_nav li:last-child {
  margin-right: 0;
}

.tutorials_scroll {
  width: 100%;
  overflow-y: scroll;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tutorials_scroll.scrollbar-macosx > .scroll-element div.scroll-bar {
  background-color: #666;
}

.tutorials_scroll.scroll-content.scroll-scrolly_visible:after {
  display: none;
}

.tutorials_main {
  display: none;
}

.tutorials_main.on {
  display: block;
}

.tutorials_list {
  padding: 20px 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.tutorials_list:first-child {
  padding-top: 5px;
}

.tutorials_list:last-child {
  margin-bottom: 20px;
}

.tutorials_listT {
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  min-height: 30px;
  margin: 0;
}

.tutorials_card {
  padding: 10px 10px 0;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.tutorials_card + .tutorials_card {
  margin-left: 8px;
}

.mid_detal,
.tutorials_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.mid_detal {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

.tutorials_bottom {
  position: relative;
  margin: 10px 0 0;
  padding: 8px 0;
  color: #888;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 700;
}

.L_team {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.mid_detal {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.R_team {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.tutorials [class*='_team'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tutorials [class*='_team'] .team_hard {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: nearest-neighbor;
}

.L_team .team_hard {
  background: url(/images/bb/icon_tutorials_home.png) no-repeat;
  background-size: 100%;
}

.C_team .team_hard {
  background: url(/images/bb/icon_tutorials_home.png) no-repeat, #fff;
  background-size: 100%;
  filter: grayscale(1) opacity(0.8);
  -webkit-filter: grayscale(1) opacity(0.8);
}

.R_team .team_hard {
  background: url(/images/bb/icon_tutorials_away.png) no-repeat;
  background-size: 100%;
}

.team_bottom {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  font-size: 14px;
  min-height: 30px;
  line-height: 100%;
  padding: 0 14px;
  color: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.L_team .team_bottom {
  background-color: #03a7ff;
}

.C_team .team_bottom {
  background-color: #82ab7f;
}

.R_team .team_bottom {
  background-color: #ff5353;
}

.tutorials [class*='_point'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.mid_point {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  font-family: Arial;
}

.mid_point span {
  font-size: 14px;
  color: #888;
  font-weight: 400;
}

.result {
  width: 45px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 21px;
  font-weight: 700;
  border-radius: 100%;
  color: #aaa;
  border: 1px solid #aaa;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.result.num {
  font-size: 12px;
  letter-spacing: -0.8px;
  font-family: Arial;
}

.result.win {
  color: #05931d;
  border-color: #05931d;
}

.result.lose {
  color: red;
  border-color: red;
}

.sub_point {
  font-size: 13px;
  font-family: Arial;
  font-weight: 700;
  white-space: nowrap;
  margin: 0 -5px;
}

.alone {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.alone .tutorials_card {
  width: 100%;
}

.alone .tutorials_card + .tutorials_card {
  margin: 8px 0 0 0;
}

.alone .tutorials_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alone [class*='_team'] {
  position: relative;
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.alone .mid_detal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: initial;
      -ms-flex-order: initial;
          order: initial;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding: 0;
}

.alone .result {
  position: absolute;
  left: calc(50% + 40px);
  width: 38px;
  height: 38px;
  font-size: 18px;
}

.tutorials .three .team_hard {
  width: 57px;
  height: 57px;
}

.three .team_bottom {
  width: 80px;
}

.three .mid_point {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 26px;
  letter-spacing: 3px;
  padding-left: 4px;
}

.three .mid_detal {
  margin: 0 -10px;
}

.three .L_point,
.three .R_point {
  width: 48%;
}

.three .result {
  width: 30px;
  height: 30px;
}

.three .result:not(.num) {
  font-size: 15px;
}

.three .sub_point {
  letter-spacing: -1px;
}

.demo .tutorials_top [class*='_team'] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(50% - 50px);
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.demo .tutorials_top .L_team {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.demo .tutorials_top .R_team {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.demo .mid_detal {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
  padding-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.demo .tutorials_top .team_hard {
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.team_name {
  padding: 0 12px;
  font-size: 16px;
}

.demo .tutorials_top .L_team {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.tutorials_mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}

.tutorials_mid [class*='_team'] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 50px);
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.tutorials_mid .L_team {
  margin-right: 50px;
}

.tutorials_mid .R_team {
  margin-left: 50px;
}

.tutorials_mid .L_team .team_hard {
  margin-right: 5px;
}

.tutorials_mid .R_team .team_hard {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 5px;
}

.demo .tutorials_mid .team_hard {
  width: 40px;
  height: 40px;
  margin-block: 0;
}

.team_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

.team_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 50px;
          flex: 1 50px;
  max-width: 100px;
  height: 50px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.team_list li + li {
  margin-left: 4px;
}

.team_list.team_list li:active,
.team_list.team_list li:hover {
  background-color: #b0d8ff;
}

.team_list.team_list li.on {
  border-color: #fff;
  background-color: #2f8be6;
  color: #fff;
}

.team_list span {
  color: #777;
  font-size: 14px;
}

.team_list li.on span {
  color: #fff;
}

.team_list div {
  font-weight: 700;
  margin: 2px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team_list div.up {
  color: #ff3b3b;
}

.team_list div.down {
  color: #25a13a;
}

.team_list div.down:after,
.team_list div.up:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 -11px 0 5px;
  border-style: solid;
}

.team_list div.up:after {
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #ff3b3b transparent;
}

.team_list div.down:after {
  border-width: 5px 3px 0 3px;
  border-color: #25a13a transparent transparent transparent;
}

.team_list li.on div.down {
  color: #07fe0b;
}

.team_list li.on div.up {
  color: #ffadad;
}

.team_list li.on div.down:after {
  border-color: #07fe0b transparent transparent transparent;
}

.team_list li.on div.up:after {
  border-color: transparent transparent #ffadad transparent;
}

.demo .tutorials_bottom {
  border: 0;
  background-color: #eff6ff;
  border-radius: 10px;
  margin: 15px 0 10px;
  padding: 15px 50px 15px 20px;
  text-align: left;
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  display: none;
}

.demo .tutorials_bottom.on {
  display: block;
}

.demo .tutorials_bottom b {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.demo .result {
  position: absolute;
  top: 7px;
  right: 7px;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.demo .result:not(.num) {
  font-size: 18px;
}

.demo .result.num {
  font-size: 17px;
}

.rollLive .GSOdds_B,
.rollLive .GSOdds_R,
.rollLive .SM_listIn li.on,
.rollLive .SM_listT_counter,
.rollLive .btn_GLOdds {
  color: #ffdf1b;
}

.rollLive .sportMenu.ZoomOut .SM_listIn li.on {
  color: #f80;
}

.oddsText {
  color: #dab1ff !important;
}

.btn_GLOdds.on .oddsText,
.btn_GSOdds.on .oddsText {
  color: #bb6fff !important;
}

.oddsUp {
  color: #fe8989 !important;
}

.btn_GLOdds.on .oddsUp,
.btn_GLOdds.on.oddsUp,
.btn_GSOdds.on .oddsUp,
.btn_GSOdds.on.oddsUp {
  color: red !important;
}

.oddsDown {
  color: #07fe0b !important;
}

.btn_GLOdds.on .oddsDown,
.btn_GLOdds.on.oddsDown,
.btn_GSOdds.on .oddsDown,
.btn_GSOdds.on.oddsDown {
  color: #0c0 !important;
}

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

.none {
  display: none !important;
}

.noneOdds {
  text-align: center;
  vertical-align: middle;
}

div.GSOddsBox div.noneOdds {
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 45px !important;
  padding: 4px 0 !important;
}

.csHeight {
  height: 30px;
}

.gameStruc_C,
.gameStruc_L {
  display: block !important;
}

#alertBlock,
#alertMask {
  z-index: 42 !important;
}

#maintain {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 41;
  display: none;
}

.maintain_In {
  height: 100%;
  width: 100%;
}

#sportList {
  top: 0 !important;
}

#modeOption,
#sportList > div.SM_list > ul.SM_listIn {
  z-index: 3;
}

.cursor {
  cursor: pointer !important;
}

.noCursor {
  cursor: default !important;
}

.noMore {
  cursor: default;
}

.sportMenu.ZoomOut .SM_listIn.bottom:before {
  top: auto !important;
  bottom: 8px;
}

#outerPage > div.gamePanelL_In > div.gameListAll_scroll > div.gameFAVbox:last-child > div.gameList:last-child,
#outerPage > div.gamePanelL_In > div.gameList_scroll > div.gameList:last-child,
#sportList > div.SM_list:last-child {
  margin-bottom: 150px;
}

.BIL_allNG {
  display: none;
}

#outerPage > div.gamePanelL_In > div {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

#outerPage > div.gamePanelL_In li.GLInTBox_round > div.t_score > span.Ball_green {
  visibility: hidden;
}

#outerPage > div.gamePanelL_In li.GLInTBox_round > div.t_score > span.show {
  visibility: visible !important;
}

#innerTeamA > .t_red,
#innerTeamB > .t_red {
  color: #ff7b7b;
}

.GDT_textL .GDT_textBox,
.GDT_textR .GDT_textBox {
  color: #fff !important;
}

#innerScore > span.GDT_redCard {
  display: none;
}

#innerScore > span.GDT_redCard.show {
  display: inline-block;
}

#outerPage > div.gamePanelL_In li.GLInTBox_round > div.t_score {
  width: 15px;
}

#innerScore > span.GDT_redCard,
#outerPage > div.gamePanelL_In div.GLInTBox_nameBox > div.GLInTBox_redCard,
#outerPage > div.gamePanelL_In span.GLInBoxT_score > span.GLInBoxT_redCard {
  display: none;
}

#innerScore > span.GDT_redCard.show,
#outerPage > div.gamePanelL_In div.GLInTBox_nameBox > div.show,
#outerPage > div.gamePanelL_In span.GLInBoxT_score > span.show {
  display: inline-block;
}

#leagueOption {
  background-color: rgba(0, 0, 0, 0.2);
}

#leagueOption.reset > div.bg_popUpBox {
  display: block;
}

#leagueOption.reset > div.bg_popUpBox > div.popUpBox {
  display: block;
  height: 100%;
  padding: 0;
}

.fastCartArrowHidden::before {
  display: none;
}

#leagueOptionList > li:not(.ballCkb) {
  width: calc((100% - 6px) / 3);
}

#leagueOption
> div.bg_popUpBox
> div.popUpBox
> div.alliance_A-Z
> div.alliance_In
> div
> #leagueOptionList
> li:not(.ballCkb) {
  width: 100%;
}

#innerMenu > li.btn_GDListT_menu > div.GDLT_In > div.GDLT_InBox > a {
  display: none;
}

#innerMenu > li.btn_GDListT_menu > div.GDLT_In > div.GDLT_InBox > a.show {
  display: block;
}

div.bigW #innerMenu {
  width: 100% !important;
}

tr.GLInList > td > div.GLOddsPcgame {
  display: none;
}

tr.GLInList > td > div.GLOddsPcgame.show {
  display: block;
}

#scheduleNoData {
  z-index: 1;
}

#mainStruc > div.GT_nameShow,
#outerPage > div.gamePanelL_In > table.gameTitle,
#outerPage > div.gamePanelL_In > table.gameTitle > tbody > tr > td {
  z-index: 2;
}

#outerPage > div.gamePanelL_In > table.gameTitle {
  position: relative;
}

.animate1 {
  animation-name: animate1;
  animation-duration: 5s;
  animation-iteration-count: 1;
  -moz-animation-name: animate1;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-name: animate1;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes animate1 {
  0% {
    border-radius: 0;
  }
  100% {
    border-radius: 0;
  }
}

@keyframes animate1 {
  0% {
    border-radius: 0;
  }
  100% {
    border-radius: 0;
  }
}

.animate2 {
  animation-name: animate2;
  animation-duration: 5s;
  animation-iteration-count: 1;
  -moz-animation-name: animate2;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-name: animate2;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes animate2 {
  0% {
    border-radius: 0;
  }
  100% {
    border-radius: 0;
  }
}

@keyframes animate2 {
  0% {
    border-radius: 0;
  }
  100% {
    border-radius: 0;
  }
}

.paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

#fastTransferMask {
  top: 0 !important;
}

#fastTransfer.trunPointBlockForK {
  width: 428px;
  height: 360px;
}

#fastTransfer.trunPointBlockForK_VI {
  width: 500px;
  height: 360px;
}

#fastTransfer > iframe.trunPointIfrmaeForK {
  width: 100%;
  height: 360px;
  padding: 0;
}

#fastTransfer > div.trunPointCloseForK {
  width: 52px;
  height: 52px;
  z-index: 1;
  background: url(/images/bb/btn_fastTransClose_ku.png) no-repeat center;
}

#fastTransfer.trunPointBlockForT {
  width: 508px;
  height: 440px;
}

#fastTransfer.trunPointBlockForT_ZH {
  width: 508px;
  height: 468px;
}

#fastTransfer > iframe.trunPointIfrmaeForT {
  width: 508px;
  height: 440px;
  padding: 0;
}

#fastTransfer > iframe.trunPointIfrmaeForT_ZH {
  width: 508px;
  height: 468px;
  padding: 0;
}

#fastTransfer > div.trunPointCloseForT {
  width: 43px;
  height: 44px;
  z-index: 1;
  background: url(/images/bb/ft_close.svg) no-repeat center;
}

div.openWindows > div.openWindows_scroll:not(.liveScoreUse) {
  max-width: none;
}

@media (min-width: 1005px) {
  #backTop {
    right: 15px;
    left: auto;
    transform: none;
    -webkit-transform: none;
  }
}

.btn_LS_backTop {
  display: block;
}

.fade-show-active {
  -webkit-animation: show 1s;
          animation: show 1s;
}

.fade-hide-active {
  -webkit-animation: hide 1s;
          animation: hide 1s;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

@-webkit-keyframes hide {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0;
  }
}

@keyframes hide {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0;
  }
}

#contentBlock td.RT_info {
  padding-left: 5px;
}

#reportBlock #backTop,
#reportBlock .OSM_In,
#reportBlock .OSM_InBox,
#reportBlock .classify_In,
#reportBlock div.btn_RT_i:hover > div.RT_i_In,
#reportBlock div.btn_RT_i:hover > div.RT_i_In > div.RT_i_InBox,
#reportBlock div.btn_RT_iG:hover > div.RT_iG_In,
#reportBlock div.btn_RT_iG:hover > div.RT_iG_In > div.RT_iG_InBox,
#reportBlock div.btn_RT_iR:hover > div.RT_iR_In,
#reportBlock div.btn_RT_iR:hover > div.RT_iR_In > div.RT_iR_InBox,
#reportBlock div.btn_RT_wait:hover > div.RT_wait_In,
#reportBlock div.btn_RT_wait:hover > div.RT_wait_In > div.RT_wait_InBox {
  display: block;
}

div.btn_OW_goTop:hover {
  opacity: 1;
}

#reportBlock td.RT_info {
  padding-left: 5px;
}

#reportLockUI {
  z-index: 40;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: wait;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  background-color: gray;
}

#reportLockUI .loading {
  background: url(/images/bb/closeLoading.gif) no-repeat center !important;
  background-size: 40px !important;
  width: 40px;
  height: auto !important;
  max-width: 80px;
  animation: none !important;
  -webkit-animation: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.loading-leave-to {
  opacity: 0;
}

.loading-leave {
  opacity: 1;
}

.loading-leave-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.title {
  width: auto !important;
}

.titleWidth {
  width: 75px;
}

.gameWidth {
  width: 74px;
}

#innerLoading {
  height: calc(230.28px);
}

div.bigW #innerLoading {
  height: calc(313.28px);
}

#btnRefresh.rotate {
  animation: rotate 0.5s ease both;
  -webkit-animation: rotate 0.5s ease;
}

@keyframes rotate {
  0%,
  7% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  15%,
  7.01% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  15.01%,
  23% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  23.01%,
  31% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  31.01%,
  39% {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
  }
  39.01%,
  47% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  47.01%,
  55% {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
  }
  55.01%,
  63% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  63.01%,
  72% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  72.01%,
  80% {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
  }
  80.01%,
  90% {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
  }
  100%,
  90.01% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  0%,
  7% {
    -webkit-transform: rotate(30deg);
  }
  15%,
  7.01% {
    -webkit-transform: rotate(60deg);
  }
  15.01%,
  23% {
    -webkit-transform: rotate(90deg);
  }
  23.01%,
  31% {
    -webkit-transform: rotate(120deg);
  }
  31.01%,
  39% {
    -webkit-transform: rotate(150deg);
  }
  39.01%,
  47% {
    -webkit-transform: rotate(180deg);
  }
  47.01%,
  55% {
    -webkit-transform: rotate(210deg);
  }
  55.01%,
  63% {
    -webkit-transform: rotate(240deg);
  }
  63.01%,
  72% {
    -webkit-transform: rotate(270deg);
  }
  72.01%,
  80% {
    -webkit-transform: rotate(300deg);
  }
  80.01%,
  90% {
    -webkit-transform: rotate(330deg);
  }
  100%,
  90.01% {
    -webkit-transform: rotate(360deg);
  }
}

#lockUI {
  z-index: 40;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: wait;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
}

.loading {
  background: url(/images/bb/closeLoading.gif) no-repeat center !important;
  background-size: 40px !important;
  width: 40px;
  height: auto !important;
  max-width: 80px;
  animation: none !important;
  -webkit-animation: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.defCursor {
  display: block !important;
  visibility: hidden !important;
  cursor: default !important;
}

#lockUI.gray {
  background-color: gray;
}

#innerGameLive > div.liveTv_console > ul.LT_line > li {
  visibility: hidden;
}

#innerGameLive > div.liveTv_console > ul.LT_line > li.show {
  visibility: visible;
}

video.liveTv_view {
  height: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

video.smallTv {
  max-height: 326px;
}

.liveTv {
  height: 208.125px;
}

.btn_liveTv_unmute {
  z-index: 0 !important;
}

#innerVideoDiv,
#innerVideoDiv > div,
#innerVideoDiv > div > video.liveMc_view,
#popVideoDiv,
#popVideoDiv > div,
#popVideoDiv > div > video.liveMc_view {
  height: 100%;
  width: 100%;
}

#innerVideoDiv > video,
#popVideoDiv > video {
  width: 100% !important;
  height: 100% !important;
}

#innerVideoDiv > canvas,
#popVideoDiv > canvas {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

#popGameLive {
  transform: none;
  -webkit-transform: none;
  right: auto;
  top: auto;
  margin: 0 !important;
}

#popGameLive:not(.full) {
  width: 580px;
  height: 326px;
  min-width: 370px !important;
  min-height: 208px !important;
  max-width: 933px !important;
  max-height: 525px !important;
}

#popGameLive.full {
  max-width: none !important;
  max-height: none !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.sldp_message {
  display: none !important;
}

video::-webkit-media-controls-play-button {
  display: none !important;
}

video::-webkit-media-controls-timeline {
  display: none !important;
}

video::-webkit-media-controls-current-time-display {
  display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

video::-webkit-media-controls-toggle-closed-captions-button {
  display: none !important;
}

.v-leave {
  opacity: 1;
}

.v-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.v-leave-to {
  opacity: 0;
}

.v-enter {
  opacity: 0;
}

.v-enter-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.v-enter-to {
  opacity: 1;
}

#chatLockUI {
  z-index: 1;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: wait;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  background-color: gray;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#chatLockUI > font {
  color: #fff;
}

#delayInfo {
  z-index: 2;
}

.noChatroom {
  bottom: 0 !important;
}

.slide-enter-active {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.slide-leave-active {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to,
.slide-leave {
  max-height: 500px;
  overflow: hidden;
}

.slide-enter,
.slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

.fadeOut {
  -webkit-animation: fadeOut 0.3s linear forwards;
  animation: fadeOut 0.3s linear forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.slideUp {
  -webkit-animation: slideUp 0.3s linear forwards;
  animation: slideUp 0.3s linear forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(100%);
    visibility: hidden;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: hidden;
  }
}

.chatroom_scroll .__view {
  display: table;
}

#chatRoomScrollBar {
  width: 100%;
  position: absolute;
}

.giftList_scroll {
  max-height: 177px;
  min-height: 177px;
}

.giftList_scroll .__panel {
  width: 100% !important;
}

#receiptInfo.newbetBlock {
  height: 100% !important;
}

.showFormBox_scroll .__view {
  width: auto !important;
}

.liveTv_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
}

.liveTv_mask.on {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}

.btn_play {
  width: 100%;
  height: 100%;
  background: url(/images/bb/btn_play.svg) no-repeat center;
  background-size: 17% auto;
  cursor: pointer;
}

.box .bl,
.box .br,
.box .tl,
.box .tr {
  width: 10px;
  height: 10px;
  position: absolute;
  opacity: 0;
  z-index: 20;
  cursor: nwse-resize;
}

.box .bl,
.box .tl {
  left: 0;
}

.box .br,
.box .tr {
  right: 0;
}

.box .bl,
.box .br {
  bottom: 0;
}

.box .tl,
.box .tr {
  top: 0;
}

.box .bl,
.box .tr {
  cursor: nesw-resize;
}

div[contenteditable] > img,
input.takeName {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div[contenteditable] {
  overflow: hidden;
}

.CRB_keyIn_Text [class*='icon_face'] {
  margin: -2px 5px -2px 0 !important;
}

#innerBulletScreen,
#popBulletScreen {
  display: block;
}

[class*='bulletArea'].active .bulletTxt {
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}

.bulletArea_all .bulletTrack {
  height: calc(100% / 12) !important;
}

.bulletArea_half .bulletTrack {
  height: calc(100% / 4) !important;
}

@-webkit-keyframes run {
  from {
    left: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes run {
  from {
    left: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.giftPopup {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.newbet_scroll:after {
  content: '';
  display: table;
  width: 100%;
  height: 50px;
}

#innerChatRoom > div.chatroom_btm:hover > ul > li.btn_chatroom:not(.on):before {
  opacity: 0.6;
}

.giftList_longT {
  visibility: hidden !important;
  display: block !important;
}

.giftPopup {
  bottom: 58px !important;
}

.fastTransfer_In {
  position: absolute !important;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element,
.scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: 0;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element .scroll-element_track {
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #fff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eee;
}

.scrollbar-outer > .scroll-element .scroll-bar,
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  display: block;
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #fff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #fff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #ccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer {
  overflow: hidden;
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #fff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}
/*# sourceMappingURL=rule.css.map */