:root {
  /*GRAY灰色*/
  --white: #fff;
  --gray3: #f9f9f9;
  --gray5: #f5f5f5;
  --gray10: #f0f0f0;
  --gray20: #eaeaea;
  --gray30: #e5e5e5;
  --gray40: #dadada;
  --gray45: #d0d0d0;
  --gray50: #999;
  --gray60: #666;
  --gray65: #555;
  --gray70: #444;
  --gray80: #333;
  --gray90: #222;
  --gray95: #151515;
  --black: #000;
  --black85: rgba(0, 0, 0, 0.85);
  --black60: rgba(0, 0, 0, 0.6);
  --black50: rgba(0, 0, 0, 0.5);
  --black40: rgba(0, 0, 0, 0.4);
  --black30: rgba(0, 0, 0, 0.3);
  --black20: rgba(0, 0, 0, 0.2);
  --black15: rgba(0, 0, 0, 0.15);
  --black05: rgba(0, 0, 0, 0.05);
  --white85: rgba(255, 255, 255, 0.85);
  --white70: rgba(255, 255, 255, 0.7);
  --white60: rgba(255, 255, 255, 0.6);
  --white45: rgba(255, 255, 255, 0.45);
  --white30: rgba(255, 255, 255, 0.3);
  --white20: rgba(255, 255, 255, 0.2);
  --white10: rgba(255, 255, 255, 0.1);
  /*品牌色*/
  --primary-color: #1753ad;
  --second-color: #318543;
  --thirdly-color: #b33327;
  --highlight-color: #f60;
  /*比分功能色*/
  --red20: #ec7979;
  --red40: #ec3939;
  /*完场比分,赢*/
  --red60: #be0000;
  /*指数升*/
  --blue10: #ecf4ff;
  --blue40: #0076e3;
  /*进行中比分，中场、走*/
  --blue60: #0057a6;
  --green40: #0d9f1c;
  /*指数降、输*/
  --yellow20: #fdfaee;
  --yellow30: #fff6d1;
  --yellow60: #ffc700;
  /*黄牌*/
  --redbg: #ffe8e8;
  /*指数升背景*/
  --greenbg: #e5ffd9;
  /*指数降背景*/
  --goalbg: #ffe99c;
  /*入球提示背景*/
  --home_team: #de682f;
  /*主队*/
  --away_team: #2495da;
  /*客队*/
  --table_header: var(--gray10);
  /*表格标题*/
  --table_highlight: var(--gray5);
  /*表格突出色*/
  --down: red;
  /*指数降*/
  --up: green;
  /*背景色*/
  --body-bg: var(--gray30);
  --footer-bg: var(--gray65);
  --white-bg: var(--white);
  --bgcolor-1: var(--white);
  --bgcolor-2: var(--gray5);
  --bgcolor-3: var(--gray30);
  --bgcolor-4: var(--gray40);
  /*文字*/
  --text-white: var(--white);
  --textcolor-1: var(--gray80);
  --textcolor-2: var(--gray60);
  --textcolor-3: var(--gray50);
  /*说明*/
  --textcolor-4: var(--gray40);
  /*禁用*/
  /*边框*/
  --border-1: var(--white);
  --border-2: var(--gray10);
  --border-3: var(--gray30);
  --border-4: var(--gray45);
}
.dark {
  /*基础色*/
  /* --blue5: linear-gradient(0deg,#20384e,var(--gray90)); */
  --red40: #d04040;
  --red60: #ad1f1f;
  --blue10: #223240;
  --blue20: #224c73;
  --blue60: #3a8ad4;
  --yellow20: #3a362f;
  --yellow30: #4e473b;
  --redbg: #4e1c1c;
  /*指数升背景*/
  --greenbg: #2c4e1c;
  /*指数降背景*/
  --goalbg: #765e00;
  /*入球提示背景*/
  --table_header: var(--gray80);
  /*表格标题*/
  --table_highlight: var(--gray80);
  /*表格突出色*/
  /*背景色*/
  --body-bg: var(--gray95);
  --footer-bg: var(--gray90);
  --bgcolor-1: var(--gray90);
  --bgcolor-2: var(--gray80);
  --bgcolor-3: var(--gray70);
  --bgcolor-4: var(--gray70);
  --bg-highlight-1: #2c2818;
  --bg-highlight-2: #332f1f;
  /*文字*/
  --textcolor-1: var(--white);
  --textcolor-2: var(--gray40);
  --textcolor-3: var(--gray50);
  /*说明*/
  --textcolor-4: var(--gray60);
  /*禁用*/
  /*边框*/
  --border-2: var(--gray80);
  --border-3: var(--gray70);
  --border-4: var(--gray70);
}
.row {
  margin: 0;
}
.rsmchar {
  padding: 6px;
  background: #ffffff;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}
.rsmchar .sjImg {
  display: inline;
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-right: 5px;
}
.lineTd {
  border-left: solid 1px #e6e6e6;
  padding-left: 5px;
}
.dataBox .icon {
  text-align: center;
}
.playerTechBox {
  overflow: hidden;
  background: #ffffff;
  width: 100%;
  padding: 10px;
}
.playerTechBox .row {
  padding: 5px 0;
  overflow: hidden;
}
.playerTechBox .icon {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
}
.playerTechBox .num {
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
}
.playerTechBox .pname {
  line-height: normal;
  font-weight: normal;
  color: #666666;
  font-size: 12px;
}
.playerTechBox .icon img {
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.playerTechBox .techBox {
  float: left;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
.playerTechBox .techBox li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin: 0;
  padding: 0;
}
.playerTechBox .techBox li > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
}
.playerTechBox .techBox li .PName {
  color: #4d4d4d;
}
.playerTechBox .techBox li .etit {
  line-height: 40px;
}
#content .match .header {
  background: #ffffff;
  color: #000000;
  height: 30px;
  min-height: 30px;
  line-height: 30px;
}
/* mini */

#content .scoreBox span {
  width: 25px;
}
/* def */

#content .gameBox {
  width: 100%;
  text-align: center;
  position: relative;
}
#content .gameBox .header {
  color: #000000;
}
#content .gameBox * {
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#content .gameBox .gameName {
  margin: 0 auto;
  height: 20px;
  opacity: 1;
  max-width: 70%;
  overflow: hidden;
  font-weight: 500;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#content .gameBox .name {
  width: 100%;
  cursor: pointer;
  opacity: 1;
  line-height: 13px;
  display: block;
  clear: both;
  font-size: 12px;
  color: #3264aa;
}
#content .gameBox table tr td {
  background: transparent;
  border: none;
  padding: 0;
  line-height: normal;
  height: auto;
}
#content .gameBox .gameInfo {
  overflow: hidden;
  width: 100%;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#content .gameBox .gameInfo .icon {
  width: 40px;
  overflow: hidden;
  height: 40px;
  display: inline-block;
}
#content .gameBox .gameInfo .icon img {
  width: 100%;
  /*height: 100%;*/
  top: 0;
}
#Tennis #content .gameBox .gameInfo .icon img {
  height: 100%;
  width: auto;
}
#content .gameBox .gameInfo .exlist {
  width: 100%;
}
#content .gameBox .gameInfo .status {
  position: relative;
  color: #e9481e;
}
#content .gameBox .gameInfo .status i.min {
  position: absolute;
  right: -5px;
  top: 0;
  background: url(/Images/in_red.gif) no-repeat top right;
  width: 10px;
  height: 10px;
}
#content .gameBox .gameInfo > div {
  float: left;
}
#content .gameBox .gameInfo .home {
  width: 37.5%;
}
#content .gameBox .gameInfo .vs {
  width: 25%;
  font-weight: normal;
  line-height: 20px;
}
/*#content .tob .gameBox .gameInfo .vs{margin-top:13px;}
*/

#content .gameBox a.back {
  z-index: 99999;
  top: 20px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#content .gameBox .gameInfo .guest {
  width: 37.5%;
}
/* #content .gameBox .gameInfo .HT{float:left}
*/

/*#content .gameBox .gameInfo .video{float:left;padding:0 5px;border-radius:4px;margin:0 5px;line-height:20px;background:-o-linear-gradient(45deg,#2196F3,#16a22f);background:linear-gradient(45deg,#2196F3,#16a22f);}
*/

#content .tob .gameBox .gameInfo .FT {
  color: #333333;
}
#content .gameBox .gameInfo .FT {
  font-size: 20px;
  width: 100%;
  line-height: 16px;
  color: #e9481e;
}
.HomeNum {
  display: block;
  margin: 0 auto;
  line-height: 20px;
  background: #3264aa;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.GuestNum {
  display: block;
  margin: 0 auto;
  line-height: 20px;
  background: #e9481e;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
#content .match {
  position: static;
  z-index: 99;
  top: 0;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
#content h2,
#content .h2 {
  display: block;
  margin: 0;
  border-top: solid 5px #e6e6e6;
  font-weight: bold;
  font-size: 13px;
}
#content h2 .tit {
  float: left;
}
#content table {
  border: solid 1px #e6e6e6;
  border-collapse: collapse;
}
#content table tr.hand {
  cursor: pointer;
}
#content table tr td {
  height: 28px;
  font-size: 11px;
  text-align: center;
  line-height: normal;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
#content table tr td .icon {
  font-size: 16px;
  cursor: pointer;
}
#content table tr th {
  font-size: 11px;
  font-weight: bold;
  background: #ffffff;
  height: 30px;
  line-height: normal;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  color: #666666;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
#content table.fixed {
  table-layout: fixed;
}
#content table.eTable tr td {
  background: #ffffff;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
#content table.eTable tr.trRed td {
  background: #ffe1d0;
}
table tr td.rl {
  border-right: solid 1px #ccc;
}
#content table.eTable tr th,
#content table.eTable2 tr th {
  font-size: 11px;
  font-weight: bold;
  background: var(--bgcolor-2);
  height: 26px;
  border: solid 1px #cccccc;
  color: var(--textcolor-3);
}
#content table .oddsSel {
  background: rgba(0, 0, 0, 0);
  font-weight: bold !important;
  font-size: 11px;
  height: 100%;
  width: auto;
  text-align: center;
  border: 0;
  color: #3264AA !important;
  font-family: inherit;
  padding: 0;
  margin: 0;
}
#content .h2,
#content .h3,
#content table,
#content table tr th,
#content table.eTable tr th,
#settingPop table.oTable tr th,
#settingPop table.opTable tr th,
#settingPop table.bodanTable tr th,
#settingPop table.bodanTable td {
  border-color: var(--border-3);
}
#settingPop table.oTable tr:nth-child(even),
#settingPop table.bodanTable tr:nth-child(even),
#settingPop table.opTable tr:nth-child(even),
#settingPop table.oTable tr th,
#settingPop table.bodanTable tr th,
#settingPop table.opTable tr th {
  background: var(--bgcolor-2);
}
#settingPop table.oTable tr th,
#content table.eTable tr th,
#content table.eTable2 tr th,
#settingPop table.opTable tr th {
  background: var(--bgcolor-2);
  color: var(--textcolor-2);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal;
  height: 26px;
  line-height: 20px;
  padding: 3px 0;
  border-bottom: solid 1px var(--border-3);
}
#settingPop table.oTable {
  width: 100%;
}
#settingPop table.oTable:first-child {
  border: none;
}
#settingPop table.oTable tr,
#settingPop table.opTable tr {
  text-align: center;
}
#settingPop .info {
  padding-top: 0;
}
.ddlBox {
  background: #ebebeb;
  border-bottom: solid 1px #bfbfbf;
  height: 100%;
  float: right;
  width: 80%;
  position: relative;
}
.ddlBox.date {
  position: static;
  width: 100%;
  height: auto;
  border-bottom: 0;
}
.ddlwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ddlwrap .ddl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #595959;
  background: #ebebeb;
  position: relative;
  border-bottom: solid 1px #bfbfbf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  line-height: 34px;
  text-align: center;
  padding-right: 15px;
}
.ddlwrap .ddl i {
  position: absolute;
  right: 4px;
  top: 55%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #bfbfbf;
}
.ddlwrap .ddl.on {
  color: #e00606;
}
.ddlwrap .ddl.on i {
  border-top-color: #e00606;
}
.ddlwrap .ddl:not(:last-child) {
  border-right: solid #bfbfbf 1px;
}
.ddlwrap .ddl.filter {
  text-align: right;
}
.ddlwrap .ddl.filter i {
  position: static;
  width: 34px;
  height: 34px;
  border: 0;
  float: right;
  margin: 0;
}
.ddlwrap .ddl.date {
  text-align: left;
}
.ddlwrap .ddl.date i {
  background: url(/Images/com/date.png) no-repeat center center;
  background-size: auto 20px;
  position: static;
  width: 34px;
  height: 34px;
  border: 0;
  float: left;
  margin: 0;
}
.ddlBox:after {
  display: block;
  height: 0;
  clear: left;
  content: "";
}
.ddlBox .ddlHeader {
  background: var(--primary-color);
  z-index: 999;
  position: relative;
  color: #fff;
  padding: 0;
  width: 100%;
}
.ddlBox .ddlHeader .title {
  background: transparent;
  color: #ebebeb;
  font-size: 15px;
  padding: 5px;
  padding-bottom: 0;
  text-align: left;
}
.ddlBox .ddlHeader .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.ddlBox .ddlHeader .info {
  padding: 5px;
  padding-top: 0;
}
.ddlBox .ddlHeader .logo img {
  height: 50px;
}
.ddlBox .tools {
  background: #f5f5f5;
  border-top: solid 1px #bfbfbf;
  width: 100%;
  max-width: none;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  z-index: 999999;
}
.ddlBox .tools .button {
  width: 33.3%;
  line-height: 26px;
  padding: 5px 10px;
  margin: 0 2px;
  font-size: 14px;
  text-align: center;
  background: #ebebeb;
  float: left;
  border-right: solid 1px #bfbfbf;
  display: block;
}
.ddlBox .tools .button.on {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  min-width: 70px;
}
.ddlBox .tools .hideCount {
  float: left;
  width: 80px;
  text-align: center;
}
.ddlBox .tools .hideCount span {
  display: block;
  font-weight: bold;
}
.ddlBox .tools .toolMsg {
  display: block;
  width: 100%;
  line-height: 30px;
  background: #ffc;
  padding: 0 5px;
  border-bottom: solid 1px #bfbfbf;
  color: var(--primary-color);
}
#filterContainer {
  position: fixed;
}
.filterPopup {
  width: 100%;
  max-width: 512px;
  z-index: 9999;
  overflow-y: auto;
  height: -webkit-calc(100% - 50px);
  height: calc(100% - 50px);
  position: fixed;
  padding-bottom: 80px;
}
.filterPopup::after {
  display: block;
  clear: both;
  content: "";
}
.filterPopup ul.SLFilter {
  display: block;
  overflow: hidden;
  width: 100%;
  background: #ebebeb;
}
.filterPopup .dateFilter {
  padding: 10px;
  overflow: hidden;
  background: #ebebeb;
}
.filterPopup#dateList {
  background: rgba(0, 0, 0, 0.5);
  min-height: 1000px;
  position: absolute;
  top: 123px;
}
.filterPopup .dateFilter li {
  width: 14.28%;
  text-align: center;
  font-size: 11px;
  float: left;
}
.filterPopup .dateFilter li span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
}
.filterPopup .dateFilter li.on span {
  color: #595959;
  font-size: 14px;
  background: #e00606;
  overflow: hidden;
  border-radius: 30px;
}
.filterPopup ul.SLFilter li {
  width: 33.3%;
  float: left;
  line-height: 30px;
  padding-left: 10px;
}
.filterPopup .leagueList {
  position: relative;
  background: #ebebeb;
}
.filterPopup .leagueList .league {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: solid 1px #bfbfbf;
}
.filterPopup .leagueList .league .cb {
  float: left;
  margin-top: 8px;
}
.filterPopup .leagueList .league .lname {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: -webkit-calc(100% - 50px);
  max-width: calc(100% - 50px);
  float: left;
}
.filterPopup .leagueList .league.on {
  color: var(--primary-color);
}
.filterPopup .countryFilter {
  padding: 5px;
}
.filterPopup .countryFilter li {
  border: solid 1px #bfbfbf;
  padding: 5px;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  border-radius: 4px;
  overflow: hidden;
  margin: 5px;
  background: #ebebeb;
  float: left;
}
.filterPopup .countryFilter li .cb {
  display: none;
}
.filterPopup .countryFilter li.on {
  background: #ebebeb;
  color: #387f1a;
  border: solid 1px #387f1a;
  position: relative;
}
.filterPopup .countryFilter li.on .cb {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid var(--primary-color);
  border-right: 10px solid var(--primary-color);
  left: auto;
  margin: 0;
  background-color: transparent;
  display: block;
}
.filterPopup .countryFilter li.on .cb:after {
  top: -10px;
  right: -7px;
  bottom: auto;
  left: auto;
}
.filterBox .filterBtn {
  color: #595959;
  display: block;
  line-height: 30px;
  padding: 0 10px;
  border-bottom: solid 1px #bfbfbf;
}
.filterPopup .oddsFilter {
  overflow: hidden;
  background: #ebebeb;
}
.filterPopup .oddsFilter li {
  width: -webkit-calc(33.333% - 4px);
  width: calc(33.333% - 4px);
  display: block;
  float: left;
  padding: 4px;
  margin: 2px;
}
.filterPopup .oddsFilter li.noodds {
  font-size: 11px;
  min-width: 100%;
  min-width: -webkit-calc(100% - 4px);
  min-width: calc(100% - 4px);
}
.filterBox .on {
  color: #1b1b1b;
}
.drowTh {
  position: relative;
  color: #3264aa !important;
  display: flex;
  justify-content: space-around;
  align-content: center;
}
.drowTh .icon-font-open-on,
.drowTh .icon-font-open-off {
  height: 26px;
  color: #3264aa !important;
  float: right;
  line-height: 26px;
}
.drowTh .Rtabbox {
  float: right;
  line-height: 26px;
}
.drowTabs {
  position: absolute;
  left: auto;
  top: 30px;
  background: white;
  border: none;
  border-radius: 4px;
  flex-direction: column;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 9;
  width: 95%;
  max-width: 90px;
}
.drowTabs .tab {
  background: none;
  text-align: center;
  line-height: 28px;
  width: 100%;
  display: block;
  color: black !important;
  cursor: pointer;
}
.drowTabs .tab.on {
  color: #3264aa !important;
  font-weight: bold !important;
}
#content table tr td .lRow {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 20px;
  padding-left: 6px;
}
#content .lRow {
  text-align: left;
  padding-left: 6px !important;
}
#content .LName {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
}
#content .TAL {
  text-align: left;
}
#content .scoreBox span {
  display: block;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 20px;
  margin: 2px auto;
  border-radius: 2px;
}
#content .content {
  margin-bottom: 5px;
}
#eventContent {
  font-size: 11px;
}
.eventBox .timeLine {
  background: #3264aa;
  width: 4px;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2.5px;
}
.eventBox .eventList {
  overflow: hidden;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
.eventBox .eventList img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.eventBox .eventList .item > div {
  background: #f2f2f2;
  float: left;
  min-height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.eventBox .eventList .item > div::before {
  content: " ";
  display: block;
  width: 100%;
}
.eventBox .eventList .item {
  position: relative;
  width: 100%;
  float: left;
  padding: 2px 0;
  background: url("/Images/com/timeline.png") repeat-y center center;
}
.eventBox .eventList .item .homeEvent {
  padding: 0 2px;
  border-radius: 2px;
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  text-align: right;
  position: relative;
}
.eventBox .eventList .item .homeEvent::before {
  content: "";
  height: 5px;
  width: 9px;
  margin-left: -7px;
  background: #f2f2f2;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  position: absolute;
  left: 100%;
  top: 6px;
}
/*.eventBox .eventList .item .homeEvent .name,.eventBox .eventList .item .guestEvent .name{white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;line-height:28px;overflow:hidden;display:inline-block;width:calc(~"100% - 28px");}
*/

.eventBox .eventList .item .homeEvent .name,
.eventBox .eventList .item .guestEvent .name {
  padding: 0 5px;
  vertical-align: middle;
  line-height: 20px;
  display: inline-block;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.eventBox .eventList .item .homeEvent .name2,
.eventBox .eventList .item .guestEvent .name2 {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 28px;
  overflow: hidden;
  display: block;
}
.eventBox .eventList .item .time {
  font-size: 11px;
  position: absolute;
  left: 50%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background: #16c000;
  transform: translateX(-50%);
  padding: 0 3px;
  border-radius: 4px;
  width: 40px;
}
.eventBox .eventList .item .guestEvent {
  float: right;
  padding: 0px 2px;
  border-radius: 2px;
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  position: relative;
}
.eventBox .eventList .item .guestEvent::before {
  content: "";
  background: #f2f2f2;
  height: 5px;
  width: 9px;
  margin-right: -7px;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  position: absolute;
  right: 100%;
  top: 9px;
}
.eventBox .eventList .item .homeEvent > span,
.eventBox .eventList .item .guestEvent > span {
  line-height: normal;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* .eventBox .eventList::before{padding-bottom:10px;background-size:10px 10px;content:"";display:block;text-align:center;line-height:30px;}
.eventBox .eventList::after{padding-top:10px;background-size:10px 10px;content:"";float:left;width:100%;display:block;text-align:center;line-height:30px;}
*/

.eventBox .eventIcon {
  text-align: center;
  padding: 5px 0 4px;
  background: #ffffff;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.eventBox .eventIcon img {
  width: 18px;
  height: 18px;
}
/* ... */

.sjImg {
  width: 24px;
}
.teamBox {
  padding: 5px 0;
  overflow: hidden;
  background: #ffffff;
  border-bottom: solid 1px #cccccc;
}
.teamBox > div {
  float: left;
}
.teamBox .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
}
.teamBox .name {
  line-height: 28px;
  font-weight: bold;
  padding: 0 5px;
}
.teamBox .home {
  width: -webkit-calc(50% - 14px);
  width: calc(50% - 14px);
  text-align: right;
}
.teamBox .home .icon {
  float: right;
  margin-top: 4px;
}
.teamBox .vs {
  width: 20px;
}
.teamBox .guest {
  width: -webkit-calc(50% - 14px);
  width: calc(50% - 14px);
}
.teamBox .guest .icon {
  float: left;
  margin-top: 4px;
}
.pm {
  text-align: center;
}
.pm span {
  display: inline-block;
  margin-bottom: -3px;
  height: 20px;
  overflow: hidden;
}
#companys .company {
  border-radius: 4px;
  height: 25px;
  margin: 2px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #999999;
  display: block;
  line-height: 25px;
  position: relative;
}
#companys .company.on::before {
  content: "";
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  width: 0px;
  height: 0px;
  display: block;
  border-left: solid 6px #2d67b9;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -4px;
}
#companys .company.on {
  border-radius: 4px;
  background: #2d67b9;
  color: #ffffff;
  border-color: #ffffff;
}
#content {
  position: relative;
}
#content .alterbg td {
  background: #e6e6e6;
}
.chart {
  padding: 5px;
}
.tabBox {
  background-color: #ffffff;
  padding: 5px;
}
.tabs {
  /*    position: static;*/
  width: 100%;
  /*    font-size: 14px;
    height: 30px;
    margin: 0 auto;
    // border-color: @color1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/

}
/*
.tabs .tab {
    height: 30px;
    line-height: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: @b06;
    font-weight: normal;
}

.tabs .tab.on {
    border-bottom: solid 2px @color1;
    font-weight: 500;
}

.tabs.mini {
    background-color: @b01;
    overflow: hidden;
    height: auto;
    margin: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    padding: 0;
    float: right;
    // border-color: @color1;
    position: static;
}


.tabs.mini .tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    line-height: 26px;
    cursor: pointer;
    font-size: 12px;
    height: 26px;
    white-space: nowrap;
}

.tabs.mini .tab.on {
    background: @w09;
    color: @b05;
    border: none;
    margin: 2px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 4px;
}
*/

#content table.eTable tr td.rl:last-child {
  border-right: none;
}
#content table tr td.CName {
  text-align: left;
  width: 100px;
  padding-left: 6px;
  color: var(--textcolor-1);
  font-weight: 500;
}
.live_odds_early {
  background: #fbfff0 !important;
}
.pk {
  color: #3264aa;
}
.fr {
  float: right;
  padding-right: 5px;
}
.fl {
  float: left;
  padding-left: 5px;
}
.mainContainer .header .iconfont {
  color: unset;
}
.oddsPopup,
.oPop.ddlBG {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.popMask2 {
  background: black;
  position: fixed;
  height: 100%;
  opacity: 0.5;
}
.oddsPopup {
  padding-top: 71px;
  z-index: 9999;
  margin: 10px;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 4px;
  box-shadow: none;
}
.oddsPopup .header {
  background: var(--primary-color);
  position: absolute;
  width: 100%;
  top: 0;
  height: auto;
  font-size: 12px;
}
.oddsPopup .header .close {
  cursor: pointer;
  right: 5px;
  top: 8px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 9;
}
.oddsPopup .header .title {
  height: 35px;
  line-height: 35px !important;
  width: 100%;
  background: var(--primary-color);
  font-size: 14px;
  padding: 0px;
  text-align: center;
  position: relative;
  color: #ffffff;
  border-bottom: none;
}
.oddsPopup .header .menu span {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  background: #1e3c64;
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
}
.oddsPopup .info,
.oddsPopup .pinfo {
  overflow-y: auto;
  height: 100%;
  padding: 0px;
}
.oddsPopup .info table,
.oddsPopup .pinfo table {
  background: #ffffff;
  width: 100%;
  border-radius: 0 0 4px 4px;
  border-spacing: 0;
}
.oddsPopup .info table tr td {
  text-align: center;
  line-height: normal;
  width: 25%;
  padding: 4px 0;
}
.oddsPopup .info table tr:nth-child(2n) td,
.oddsPopup .pinfo table tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.05);
}
.oddsPopup .pinfo table tr td {
  text-align: center;
  line-height: normal;
  padding: 4px 0;
}
.oddsPopup .pinfo table tr td > span {
  line-height: normal;
  display: block;
}
.loaddingBox {
  -webkit-box-shadow: #999999 0px 0px 6px;
  box-shadow: #999999 0px 0px 6px;
  position: absolute;
  top: 20%;
  left: 50%;
  border: solid 1px #999999;
  font-size: 14px;
  background: #ffffff;
  width: 80px;
  height: 80px;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin-left: -40px;
}
.loaddingBox img {
  vertical-align: middle;
}
.loaddingBox .loaddingMsg {
  font-size: 14px;
  font-weight: bold;
  color: #1e3c64;
}
.NRB {
  border-right: none;
}
.boxtool {
  font-weight: normal;
  float: right;
  font-size: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxtool input[type="checkbox"] + label::before {
  content: "";
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #999999;
  width: 14px;
  height: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 14px;
  font-weight: bold;
  margin-top: -4px;
  margin-right: 3px;
}
.boxtool input[type="checkbox"]:checked + label::before {
  content: "\2714";
}
.boxtool input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.boxtool label {
  padding: 0 5px;
}
#oDetail table {
  width: 100%;
}
.oddsPopup .oTable tr th {
  text-align: center;
  line-height: 30px;
  width: 25%;
  color: #ffffff;
  font-weight: normal;
}
.oddsPopup .opTable tr th {
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-weight: normal;
}
.teamLogo {
  width: 24px;
  margin-right: 5px;
}
.splitbar {
  color: #999999;
  margin: 0px 6px;
}
.redCard {
  color: #ff4b1a !important;
}
.yellowCard {
  color: #fde004 !important;
}
.ball {
  color: #333;
}
.info {
  padding: 5px 0;
}
.info + .info {
  margin-top: -5px;
}
.info table:last-child {
  margin-bottom: 0 !important;
}
.h2hDetail {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.h2hDetail .pItem span {
  color: #999;
}
.h2hDetail img {
  max-width: 32px;
}
.h2hDetail * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h2hDetail .vs {
  flex: 0 0 70% !important;
}
.h2hDetail .avg {
  display: block;
  line-height: normal;
  flex: 1 !important;
}
.h2hDetail .card {
  flex-direction: column;
  flex: 1;
}
.h2hDetail .row {
  display: flex;
  flex-direction: row;
}
.h2hDetail .row > * {
  flex: 1;
  display: flex;
}
.h2hDetail .bar {
  overflow: hidden;
  border-radius: 10px;
  margin: 5px 0 0 0;
  background: #f1f1f1;
  flex: 0 0 6px;
  position: relative;
}
.h2hDetail .bar i {
  position: absolute;
  height: 100%;
}
.h2hDetail .bar .barH {
  left: 0;
}
.h2hDetail .bar .barG {
  right: 0;
}
.h2hDetail .pItem {
  display: block;
  padding: 0 10px;
}
.h2hDetail .pItem span {
  line-height: normal;
  justify-content: flex-start;
}
.h2hDetail .result {
  float: left;
  border-radius: 4px;
  text-align: center;
  height: 24px;
  width: 24px;
  margin: 4px;
  font-size: 20px;
  margin-right: 5px;
}
.h2hDetail.lastMatch .home,
.h2hDetail.curSeasonPanlu .home {
  justify-content: left;
}
.h2hDetail.lastMatch .home span,
.h2hDetail.curSeasonPanlu .home span {
  margin: 0 5px 0 0 !important;
  color: #999999;
}
.h2hDetail.lastMatch .home span .val,
.h2hDetail.curSeasonPanlu .home span .val {
  margin: 0 !important;
}
.h2hDetail.lastMatch .home .msg,
.h2hDetail.curSeasonPanlu .home .msg {
  margin-left: 5px;
}
.h2hDetail.lastMatch .guest,
.h2hDetail.curSeasonPanlu .guest {
  justify-content: right;
}
.h2hDetail.lastMatch .guest span,
.h2hDetail.curSeasonPanlu .guest span {
  margin: 0 0 0 5px !important;
  color: #999999;
}
.h2hDetail.lastMatch .guest span .val,
.h2hDetail.curSeasonPanlu .guest span .val {
  margin: 0 !important;
}
.h2hDetail.lastMatch .guest .msg,
.h2hDetail.curSeasonPanlu .guest .msg {
  margin-right: 5px;
}
.h2hDetail.lastMatch .msg .matchTotal,
.h2hDetail.curSeasonPanlu .msg .matchTotal {
  font-size: 14px;
  font-weight: normal;
  display: inline;
}
.h2hDetail.lastMatch .msg .matchTotal b,
.h2hDetail.curSeasonPanlu .msg .matchTotal b {
  color: #3264aa;
  display: inline;
}
.h2hDetail.lastMatch .bar .barH,
.h2hDetail.curSeasonPanlu .bar .barH {
  left: unset !important;
  right: 50% !important;
}
.h2hDetail.lastMatch .bar .barG,
.h2hDetail.curSeasonPanlu .bar .barG {
  right: unset !important;
  left: 50% !important;
}
.h2hDetail.lastMatch .barDataNew,
.h2hDetail.curSeasonPanlu .barDataNew {
  display: block;
}
.h2hDetail.curSeasonPanlu .barDataNew .home span,
.h2hDetail.curSeasonPanlu .barDataNew .guest span {
  flex: 0;
}
.h2hDetail.curSeasonPanlu .barDataNew .barRow .home,
.h2hDetail.curSeasonPanlu .barDataNew .barRow .guest {
  flex: 0 0 30px;
  width: 30px;
}
.h2hDetail.curSeasonPanlu .barDataNew .barRow .bar {
  height: 6px;
  flex: 1;
  margin: 0;
}
#Baseball .h2hDetail .bar {
  background: #afafaf;
}
.popup .button {
  display: block;
}
.popup {
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 4px;
  z-index: 99999;
  height: 100%;
  overflow-y: scroll;
}
.popup .button {
  display: block;
}
.popup .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.popup .close::before,
.popup .close::after {
  background: #999;
}
.popup .close * {
  background: #666;
}
.popup > .content {
  padding: 10px;
  border-top: solid 1px #f1f1f1;
}
.popup .playMenu {
  margin-bottom: 5px;
}
.popup .playMenu li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  border-bottom: solid 1px #f1f1f1;
  position: relative;
  padding: 5px;
  align-items: center;
  line-height: 30px;
  font-weight: 500;
}
.popup .playMenu li.badge_fill {
  font-size: 15px;
}
.popup .playMenu li:last-child {
  border: none;
}
.popup .score {
  flex: 0 0 40px;
  background: rgba(0, 0, 0, 0.1);
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  color: #ff4b1a;
  text-align: center;
  font-weight: normal;
}
.comboTabs .comboBtns {
  border: none;
}
.playerList .comItem {
  padding: 0 10px;
  border-right: solid 1px #f1f1f1;
}
.playerList .comItem:last-child {
  border: none;
}
.popup .players {
  padding: 0 10px;
  margin-bottom: 0 !important;
}
.odds {
  line-height: 24px;
  width: 33.3%;
}
.tools {
  padding: 5px;
  min-height: 30px;
  display: flex;
  justify-content: space-between;
  background: #f9f9f9;
  /*border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;*/
  margin: -1px -5px 0 -5px;
}
.tools .msg {
  display: flex;
  align-items: center;
}
.tools .msg span {
  margin-left: 10px;
}
.tools .miniTeam {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tools.onDark {
  background-color: #f2f2f2;
}
#Tennis .tools .miniTeam .teamLogo {
  width: auto;
  height: 30px;
}
.tools .tabs.mini {
  float: unset;
  margin: 0 auto;
}
.match-tools {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-block;
}
.match-tools > * {
  cursor: pointer;
  display: inline-block;
  margin: 5px 3px 5px 0;
}
.match-tools .iconfont {
  float: right;
  position: static;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  margin: 5px 0;
  color: #ffffff;
  opacity: 0.9;
}
.popShare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.popShare li {
  background: none;
  float: left;
  padding: 0;
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.popShare li img {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0px auto;
}
.popShare li span {
  display: block;
  line-height: 20px;
}
#content table tr td.tbDesc {
  text-align: left;
  padding: 5px;
}
#content table tr td.tbDesc label {
  white-space: normal;
  color: #666666;
  float: left;
  margin: 0 5px;
}
.boxtool select {
  margin: 0 3px;
  border: solid 1px #b2b2b2;
  position: relative;
  height: 22px;
  background: #ffffff;
  border-radius: 2px;
  padding: 0px;
  font-family: revert;
}
.ec_down_w {
  float: right;
  background: url("/Images/com/ec_down_w.png") center center;
  width: 24px;
  height: 30px;
  background-size: 25px 25px;
  cursor: pointer;
}
.ec_down {
  float: right;
  background: url("/Images/com/ec_down_b.png") center center;
  width: 24px;
  height: 30px;
  background-size: 25px 25px;
  cursor: pointer;
}
.ec_up_w {
  float: right;
  background: url("/Images/com/ec_up_w.png") center center;
  width: 24px;
  height: 30px;
  background-size: 25px 25px;
  cursor: pointer;
}
.ec_up {
  float: right;
  background: url("/Images/com/ec_up_b.png") center center;
  width: 24px;
  height: 30px;
  background-size: 25px 25px;
  cursor: pointer;
}
/*#oddsfilterContainer .ec_down_w,#oddsfilterContainer .ec_up_w {
    width: 32px;
    height: 40px;
}*/

@-webkit-keyframes timeMin {
  0% {
    color: #ffffff;
  }
  25% {
    color: #b2b2b2;
  }
  75% {
    color: #4d4d4d;
  }
  100% {
    color: #ffffff;
  }
}
.red2 {
  color: #ff2626;
}
#content .gameBox .gameInfo div.video {
  padding: 0 5px;
  border-radius: 20px;
  line-height: 20px;
  background: #16c000;
  height: 20px;
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
#content .gameBox .gameInfo div.video .icon {
  height: auto;
  /*width:100%;*/
  color: #ffffff;
  font-weight: normal;
  float: left;
  width: 20px;
  height: 20px;
}
#content .gameBox .gameInfo div.video .videoTitle {
  font-size: 10px;
  height: auto;
  color: #ffffff;
  display: inline-block;
}
#content .gameBox .gameInfo div.video .noStartTitle {
  font-size: 10px;
  height: auto;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0 10px;
}
#content .gameBox .gameInfo div.video.off {
  background-color: rgba(0, 0, 0, 0.1);
}
#content .gameBox .gameInfo div.video.off .videoTitle {
  color: #ffffff;
}
#content .gameBox .gameInfo .vs .score {
  position: absolute;
  width: 40px;
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
}
#content .gameBox .gameInfo .vs .hs {
  left: -20px;
}
#content .gameBox .gameInfo .vs .as {
  right: -20px;
}
#Baseball #content .gameBox .gameInfo .icon img {
  height: 40px;
}
#Baseball .gameBox .header,
#Basketball .gameBox .header,
#Football .gameBox .header,
#Tennis .gameBox .header {
  background: transparent !important;
  font-size: 12px;
  font-weight: normal;
  /* z-index: 999;*/

}
#content .gameBox .header > .iconfont {
  font-size: 30px;
  color: #808080;
  width: 40px;
  height: 44px;
  float: right;
  background: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  line-height: 44px;
}
#content .gameBox .header > .iconfont.on {
  background-color: #3264aa;
  color: #ffffff !important;
}
#content .gameBox .gameName {
  margin: 0 auto;
  height: auto;
  opacity: 1;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 40px;
  line-height: 15px;
  margin-top: 5px;
}
#content .gameBox .gameName a {
  display: block;
}
#content .gameBox .gameInfo .exlist {
  margin: 0 auto;
  float: unset;
  clear: left;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 0 10px;
  border-radius: 4px;
  width: auto;
}
/* #content .match .header{background:transparent;}
*/

.mainContainer .leftContainer > #content > div {
  border: none;
}
.eventBox .eventList .item .homeEvent > span,
.eventBox .eventList .item .guestEvent > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#content .gameBox .name {
  line-height: 16px;
  font-weight: 500;
  font-size: 15px;
}
#content .h2 .icon {
  color: var(--textcolor-2);
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 4px -5px 0 0;
  float: right;
}
#content .h2 .tabs {
  background: var(--bgcolor-3);
  float: right;
  width: auto;
  padding: 1px;
  margin: 5px;
  border-radius: 5px;
  position: static;
  overflow: hidden;
}
#content .h2 .tabs .tab {
  color: var(--textcolor-2);
  padding: 0 8px;
  min-width: 40px;
  width: auto;
  white-space: nowrap;
  text-align: center;
  line-height: 26px;
  border-radius: 4px;
  cursor: pointer;
}
#content .h2 .tabs .tab.on,
.boxtool .selectbox .on {
  background: var(--bgcolor-1);
  color: var(--textcolor-1);
  font-weight: bold;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.boxtool .selectbox {
  background: var(--bgcolor-3);
  padding: 1px;
  margin: 5px;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
}
.boxtool .selectbox span {
  color: var(--textcolor-2);
  min-width: 40px;
  border-radius: 4px;
  padding: 0 6px;
  margin: 0;
  line-height: 26px;
  text-align: center;
}
.panel.peerBox {
  display: flex;
}
.panel.peerBox .tabs.mini {
  background: var(--bgcolor-3);
  min-width: 120px;
  width: auto;
  padding: 1px;
  margin: 6px 5px;
  border-radius: 5px;
  border: 0;
  overflow: hidden;
  float: right;
  position: static;
  display: flex;
  flex: 1 0 auto;
}
.panel.peerBox .tabs.mini .tab {
  color: var(--textcolor-2);
  border-radius: 4px;
}
.panel.peerBox .tabs.mini .tab.on {
  background: var(--primary-color);
  color: var(--text-white);
}
.dbtools .tabs .tab.on input,
.h2 .tabs .tab.on input {
  color: #ffffff;
}
.oddsPopup .info table tr td {
  text-align: center;
  line-height: normal;
  width: 25%;
  padding: 4px 0;
}
#settingPop .title .Hft .tabs {
  background: var(--black20);
  margin: 5px auto;
  float: none;
  display: flex;
  overflow: hidden;
}
#settingPop .title .Hft .tabs .tab {
  color: var(--white60);
  flex: 1;
}
#settingPop .title .Hft .tabs .tab.on {
  background: var(--white-bg);
  color: var(--textcolor-1);
  font-weight: bold;
}
/* 指数底色开始 */

.oddsPopup .info {
  height: 95%;
}
#Football .oddsPopup .info table tr:nth-child(2n) td,
#Basketball .oddsPopup .info table tr:nth-child(2n) td {
  background: transparent;
}
.oddsPopup .info tr.run td {
  background: #fffdef !important;
  border-bottom: solid 1px #cccccc !important;
}
.oddsPopup .info tr.live td {
  background: #ffffff !important;
  border-bottom: solid 1px #cccccc !important;
}
.oddsPopup .info tr.early td {
  background: #e7f3ff !important;
  border-bottom: solid 1px #cccccc !important;
}
.statusBar {
  background: #ffffff;
  line-height: 30px;
  text-align: center;
}
.statusBar .run,
.statusBar .live,
.statusBar .early {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  vertical-align: middle;
}
.oddsPopup .run,
.statusBar .run {
  background: #fffdef;
  border: solid 1px #cccccc;
}
.oddsPopup .live,
.statusBar .live {
  background: #ffffff;
  border: solid 1px #cccccc;
}
.oddsPopup .early,
.statusBar .early {
  background: #e7f3ff;
  border: solid 1px #cccccc;
}
/* 指数底色结束 */

#liveOddsTabs {
  height: auto;
  margin: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  padding: 0;
  float: right;
  position: static;
  border: 0px;
}
#liveOddsTabs .tab {
  border-radius: 3px;
  border: solid 1px #cccccc;
  margin-right: 6px;
  height: 22px;
}
#liveOddsTabs .tab.on {
  border-color: #1e3c64;
}
.oddsMenu {
  display: -webkit-box;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.oddsMenu .item {
  flex: unset;
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  margin-right: 3px;
}
.oddsMenu::-webkit-scrollbar {
  display: none;
}
.nearDays {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px !important;
  color: #666666;
}
.firstOdds {
  font-size: 12px;
  padding-right: 5px;
}
.tabs.mini.lineuptabs {
  width: 80%;
}
.teamLineup {
  width: 100%;
}
#guestLineup {
  display: none;
}
#guestSubstitutes {
  display: none;
}
#guestSuspend {
  display: none;
}
#popPlayerTech {
  max-height: 100%;
  z-index: 10000;
  bottom: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  float: left;
  background-color: white;
}
#popPlayerTech .content {
  bottom: 0;
  width: 100%;
  top: 0;
  position: relative;
  overflow-y: auto;
  max-height: 100%;
  padding-bottom: 40px;
}
#popPlayerTech .title {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  line-height: 40px !important;
  background: #1e3c64;
  color: white;
  height: auto;
  padding: 0;
  top: 0;
  border-bottom: unset;
  margin-bottom: 0px;
}
#popPlayerTech .title > span {
  padding: 0 0 0 10px;
}
#popPlayerTech .title .close,
#popPlayerTech .title .close_b {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
#odds_tabs {
  min-width: 150px;
  width: auto;
}
#odds_tabs_r,
#htbox {
  width: auto;
}
#odds_tabs .tab {
  min-width: 70px;
}
#odds_tabs_r .tab,
#htbox .tab {
  min-width: 40px;
}
.tabs.lineuptabs .tab {
  height: 30px;
  line-height: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.tabs.lineuptabs .tab.on {
  /* border-bottom: solid 2px @color1;*/
  font-weight: 500;
}
.tabs.lineuptabs {
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: auto;
  margin: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  padding: 0;
  float: right;
  position: static;
}
.tabs.lineuptabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  line-height: 26px;
  cursor: pointer;
  font-size: 12px;
  height: 26px;
  white-space: nowrap;
}
.tabs.lineuptabs .tab.on {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.5);
  border: none;
  margin: 2px;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  border-radius: 4px;
}
.matchList {
  margin: 0;
}
.matchList.rightP .item .team .status {
  width: 50px;
  flex: 0 0 50px !important;
}
.matchList.rightP .item .score {
  height: auto !important;
}
.matchList .item.f .score span,
.matchList .item.ft .score span {
  color: #3264aa;
}
.matchList.rightP a .item {
  border-bottom: solid 1px #e6e6e6;
}
/*.matchList.rightP a .item:last-child {
    border:unset;
}*/

.rightDiv {
  display: inline-block;
  vertical-align: top;
  margin: auto;
}
.rightDiv .date {
  margin: auto;
  width: fit-content;
}
.titleTjBG {
  font-weight: 500;
}
.getMissTb {
  border: none !important;
}
.getMissTb th {
  background-color: unset !important;
  border: none !important;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
}
.matchList.detail .item {
  height: 42px;
}
.matchList.detail .item .odds span:nth-child(2) {
  border-bottom: solid 1px #cccccc;
}
.matchList.detail .item > .icon {
  height: 40px;
}
.matchList.detail .item .odds span span {
  border-bottom: none !important;
}
.matchList.detail .item .team {
  display: flex;
  flex: 1;
  flex-direction: row;
  overflow: hidden;
}
.matchList.detail .item .team .name {
  max-width: 100%;
}
.matchList.detail .item .team .status {
  flex: 0 0 60px;
  flex-direction: column;
  width: 60px;
}
.matchList.detail .item .team .status {
  justify-content: center;
}
.matchList.detail .item .team .status .gameName {
  text-align: center;
  float: unset;
  width: 50px;
  flex: 1;
  line-height: 20px;
}
.matchList.detail .item .team .status .time {
  flex: 1;
  text-align: center;
  width: 100%;
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.matchList.detail .item .remainTime {
  width: 100%;
}
.matchList.detail .item .s {
  display: block !important;
  width: 100%;
}
.matchList.detail .item .team.ft .status .s {
  color: #3264aa;
}
.matchList.detail .item .tob .team .status .s {
  display: none;
}
.matchList.detail .item .timeScore span,
.matchList.detail .item .score span {
  line-height: 18px !important;
  height: 18px !important;
}
.matchList.detail .item .resultBox {
  height: 40px;
}
#Basketball .matchList.detail .item .timeScore span,
.score span {
  line-height: 18px !important;
}
#Tennis .matchList .item .team .homeTeam,
#Tennis .matchList .item .team .guestTeam {
  width: 100%;
}
.miniMLTitle {
  display: flex;
  text-align: center;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.05);
  color: #333333;
}
.miniMLTitle .tTime {
  flex: 0 0 50px;
}
.miniMLTitle .tTeam {
  text-align: left;
  flex: 1;
}
.miniMLTitle .tHt {
  width: 35px;
  flex: 0 0 35px;
}
.miniMLTitle .tFt {
  width: 35px;
  flex: 0 0 35px;
}
.miniMLTitle .tResutl {
  width: 34px;
  flex: 0 0 34px;
}
.sameOdds {
  width: 100%;
  display: unset;
  float: left;
  padding: 5px 15px;
}
.sameOdds img {
  max-width: 32px;
}
.sameOdds .tools {
  font-weight: normal;
}
.sameOdds .tools .pan {
  width: 70px;
  text-align: center;
}
.sameOdds .tools .trend {
  flex: 1;
  text-align: center;
}
.sameOdds .tools .more {
  width: 70px;
}
.sameOdds .matchList .item .status {
  flex-direction: column !important;
  flex: 0 0 60px !important;
}
.sameOdds .matchList .item .teamInfo .vsTeam {
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex: 1;
}
.sameOdds .matchList .item .teamInfo .vsTeam .vs {
  color: #999999;
  margin: 0 5px;
  display: block;
}
.sameOdds .sameOddsResult {
  text-align: center;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.sameOdds .sameOddsResult .pan,
.sameOdds .sameOddsResult .more {
  flex: 1;
  align-items: center;
  vertical-align: middle;
  display: flex;
}
.sameOdds .sameOddsResult .pan {
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  flex: 0 0 70px;
}
.sameOdds .sameOddsResult .more {
  justify-content: right;
  text-align: right;
  color: #3264aa;
  flex: 0 0 70px;
  cursor: pointer;
}
.sameOdds .resultBox {
  flex: 0 0 34px;
  height: 35px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.sameOdds .resultBox span {
  margin: 0 5px;
}
.sameOdds .nodata {
  min-height: 35px !important;
}
@media screen and (max-width: 710px) {
  #staList {
    overflow: hidden;
  }
  #staList .col-6 {
    width: 100%;
  }
}
@media screen and (min-width: 710px) {
  .matchList.detail .item {
    height: 35px;
  }
  .matchList.detail .item .team .status {
    flex: 0 0 90px;
    flex-direction: row;
  }
  .matchList.detail .item .team .status {
    justify-content: flex-start;
  }
  .teamLineup {
    width: 50%;
    display: unset;
    float: left;
    padding: 5px;
  }
  .teamLineup .players {
    padding: 0;
  }
  .lineuptools {
    display: none;
  }
  #guestLineup {
    display: unset;
  }
  #guestSubstitutes {
    display: unset;
  }
  #guestSuspend {
    display: unset;
  }
  #popPlayerTech {
    overflow: hidden;
    border-radius: 4px;
    max-height: auto;
    height: auto;
    width: 360px;
    bottom: unset;
    top: 100px;
    z-index: 10000;
    position: fixed;
    max-width: 1000px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    float: left;
    background-color: white;
  }
  #popPlayerTech .content {
    max-height: 500px;
    padding-bottom: 10px;
  }
  #popPlayerTech .popup {
    overflow-y: unset;
  }
  #odds_tabs_r,
  #htbox {
    width: auto;
  }
  .miniMLTitle {
    display: none;
  }
  .barDataNew .item,
  .barDataNew .indexItem {
    width: 50%;
    float: left;
  }
  .sameOdds {
    width: 50%;
  }
}
@media screen and (max-width: 710px) {
  .dbtools {
    padding: 0;
  }
  #staList {
    overflow: hidden;
  }
  #staList .col-6 {
    width: 100%;
  }
  .matchList .item .score {
    height: unset;
    top: 0;
  }
  .item .timeScore i {
    height: 16px;
    line-height: 16px;
  }
  .h2hDetail.lastMatch .msg {
    margin: 0px;
    width: 100%;
  }
  .h2hDetail.lastMatch .home .msg {
    justify-content: left;
  }
  .h2hDetail.lastMatch .guest .msg {
    justify-content: right;
  }
  .h2hDetail.lastMatch .winInfo {
    flex-direction: column;
  }
}
.h2hDetail {
  padding: 5px 0;
  border-bottom: 1px solid #e6e6e6 !important;
}
.barDataNew {
  padding: 10px;
}
#oContent table.eTable tr td {
  word-break: break-all;
}
#oDetail .sjImg {
  display: inline;
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-right: -21px;
  margin-left: 5px;
}
#oContent .ee {
  color: white;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  background: #55239e;
  text-align: center;
  margin-right: 2px;
  transform: scale(0.8);
  vertical-align: -1px;
}
.oddsTable table tr:nth-child(odd) td {
  background: #f7f7f7 !important;
}
