: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);
}
#content .match {
  width: 100%;
  text-align: center;
}
#content .gameBox .gameInfo .home,
#content .gameBox .gameInfo .guest {
  width: 34%;
}
#content .gameBox .gameInfo .vs {
  width: 32%;
  line-height: 20px;
}
#content table tr td.name {
  text-align: left;
  padding-left: 5px;
  white-space: normal;
  word-break: break-all;
}
#content .mini .gameBox .gameInfo .vs {
  width: 80px;
  font-weight: 500;
}
#content .mini .gameBox .gameInfo .home {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
}
#content .mini .gameBox .gameInfo .guest {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
}
#content .scoreBox span {
  width: 25px;
}
#boxList {
  background: #f2f2f2;
}
#content.basketball .eventBox {
  height: 100%;
}
.secEnd,
.secStart {
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.basketball.eventBox .eventList::before,
.basketball.eventBox .eventList::after {
  background: none;
  margin: 0;
  padding: 0;
}
.basketball.eventBox .eventList .item {
  background: url(/Images/com/timeline2.png) repeat-y center center;
}
.basketball.eventBox .eventList {
  background: #ffffff;
}
.basketball.eventBox .eventList::before {
  content: "";
  color: #4d4d4d;
}
.basketball.eventBox .eventList::after {
  content: "";
  color: #4d4d4d;
}
.basketball.eventBox .eventList .item > div {
  background: #ffffff;
  text-align: left;
}
.basketball.eventBox .eventList .item .ev-desc {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  margin: 5px 0px;
  text-align: left;
}
.basketball.eventBox .eventList .item .ev-left.ev-desc {
  padding: 0 8px 0 5px;
}
.basketball.eventBox .eventList .item .ev-right.ev-desc {
  padding: 0 5px 0 8px;
}
.basketball.eventBox .eventList .item .ev-left,
.basketball.eventBox .eventList .item .ev-right {
  border-radius: 4px;
  position: relative;
  background: #f2f2f2;
}
.basketball.eventBox .eventList .item .ev-left {
  float: left;
}
.basketball.eventBox .eventList .item .ev-right {
  float: right;
}
.basketball.eventBox .eventList .item .ev-num.up {
  background: #c61c1c;
  border-color: #c61c1c;
  color: #ffffff;
}
.ev-left.ev-num {
  margin-left: 25%;
}
.ev-right.ev-num {
  margin-right: 25%;
}
.basketball.eventBox .eventList .item .ev-num {
  background: transparent;
  width: 15%;
  text-align: center;
  font-weight: bold;
  padding: 0;
}
.basketball.eventBox .eventList .item .ev-stat {
  color: #4d4d4d;
  background: #ffffff;
  width: 20%;
  text-align: center;
}
.roundBox {
  overflow: hidden;
  background: #ffffff;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 5px;
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
  max-width: 1000px;
}
.roundBox ul li {
  min-width: 30px;
  height: 30px;
  border: solid 1px #cccccc;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  float: left;
  border-radius: 4px;
  padding: 0 4px;
}
.roundBox ul li.on {
  background: #c61c1c;
  color: #ffffff;
  border-color: #c3821a;
}
.roundBox .reloadIcon {
  width: 30px;
  height: 30px;
  float: right;
  margin: 0 3px;
  display: block;
  background: url(/Images/com/refresh.png) no-repeat center center;
  background-size: 80% auto;
}
#pullDown {
  line-height: 32px;
  background: #f2f2f2;
  line-height: 40px;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #4d4d4d;
  display: none;
  text-align: center;
}
#pullDown.flip,
#pullDown.loading {
  display: block;
}
#pullDown .pullDownIcon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  background: url(/Images/com/loadding.gif) 0 0 no-repeat;
}
/*.barData .item .home i,.barH {background-color: #de682f!important;}
.barData .item .guest i,.barG {background-color: #2495da!important;}*/

/* #content .mini .gameBox .gameInfo .guest {width: -webkit-calc(50% - 112px);width: -webkit-calc(~"50% - 112px");width: calc(~"50% - 112px");} */

#content .mini .gameBox .gameInfo .guest {
  width: -webkit-calc(50% - 80px);
  width: calc(50% - 80px);
}
#listul {
  padding: 0 3px;
  font-size: 11px;
}
#listul li.listli {
  background-color: #ffffff;
  display: inline-block;
  padding: 0;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05) !important;
}
#listul li.listli .type {
  width: 15%;
  line-height: 48px;
  font-weight: 600;
}
#listul li.listli .typetitle {
  width: 15%;
  color: #4d4d4d;
  line-height: 24px;
}
#listul li.listli .typetitle .line {
  height: 24px;
  line-height: 24px;
}
#listul li.listli .Early {
  float: left;
  width: -webkit-calc(70% - 50px);
  width: calc(70% - 50px);
  border-right: 1px #f0f0f0 solid;
}
#listul li.listli .Early .status {
  height: 24px;
  line-height: 24px;
}
#listul li.listli .enter {
  width: 50px;
  line-height: 48px;
  height: 48px;
  float: right;
  text-align: center;
}
#listul li.listli .enter .icon {
  font-size: 16px;
  color: #666666;
  margin: 0 2px;
  line-height: 48px;
}
.grid {
  width: 25%;
  display: block;
  float: left;
  line-height: 24px;
  text-align: center;
}
.type,
.typetitle {
  float: left;
  height: 48px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px #f0f0f0 solid;
}
#content div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ed_title {
  width: 25%;
}
.ed_odds {
  width: 50%;
}
.ed_odds span {
  width: 50%;
}
.ed_time {
  width: 25%;
}
/*.oddsTabs, #nba_tabs {
    min-width: 210px;
}
*/

.oddsTabs {
  width: 70% !important;
}
@media screen and (min-width: 710px) {
  /*    .oddsTabs {
          min-width: 320px;
      }*/
}
.lq_ht {
  color: #ababab;
}
.lq_ft {
  color: #3264aa;
}
.hsLine {
  color: #6ab0e2;
}
.gsLine {
  color: #ef7a73;
}
.tecPlayerName {
  width: 100%;
  min-width: 150px;
  text-align: left;
}
.tecPlayerName img {
  padding: 0 5px;
}
.chart .team {
  width: 100%;
}
.comboBtns .button {
  font-size: 12px;
  font-weight: 200;
}
.comboTabs.lqPlayer .tit {
  display: none;
}
.comboTabs.lqPlayer .lqCol {
  width: 100%;
  float: left;
}
.comboTabs.lqPlayer .lqCol {
  display: none !important;
}
.comboTabs.lqPlayer .lqCol:nth-child(2) {
  display: block !important;
}
/*.oddsTabs{
    max-width:220px;
}*/

.lqMatchScore {
  width: 100%;
  background-color: white;
}
.basketball.eventBox * {
  align-items: center;
  justify-content: center;
}
.basketball.eventBox .lqLiveTitle {
  display: flex;
  text-align: center;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.05);
  color: #333333;
  height: 32px;
}
.basketball.eventBox .item {
  display: flex;
  text-align: center;
  min-height: 32px;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}
.basketball.eventBox .tTime,
.basketball.eventBox .ev-Time {
  width: 50px;
  flex: 0 0 50px;
}
.basketball.eventBox .tTeam,
.basketball.eventBox .ev-Team {
  width: 50px;
  flex: 0 0 50px;
}
.basketball.eventBox .tTeam img,
.basketball.eventBox .ev-Team img {
  height: 20px;
  width: 20px;
}
.basketball.eventBox .tPlay,
.basketball.eventBox .ev-Play {
  text-align: left;
  flex: 1;
}
.basketball.eventBox .tScore,
.basketball.eventBox .ev-Score {
  width: 70px;
  flex: 0 0 70px;
}
.basketball.eventBox .tScore span,
.basketball.eventBox .ev-Score span {
  padding: 0 2px;
  text-align: center;
}
.basketball.eventBox .tScore .up,
.basketball.eventBox .ev-Score .up {
  background: #c61c1c;
  border-color: #c61c1c;
  border-radius: 4px;
  color: white;
}
@media screen and (min-width: 710px) {
  .comboTabs.lqPlayer .tit {
    display: unset;
  }
  .comboTabs.lqPlayer .lqCol {
    width: 33.3%;
    float: left;
  }
  .comboTabs.lqPlayer .lqCol {
    display: block !important;
  }
  .lqMatchScore {
    width: 50%;
  }
  .lqMatchScore .miniLogo {
    width: 28px;
    height: 28px;
  }
  .lqMatchScore .eTable {
    height: 130px;
  }
  .lqMatchScore .eTable th {
    height: 26px !important;
  }
  .lqMatchScore .eTable td {
    height: auto !important;
    font-size: 13px !important;
  }
  /*#popPlayerTech .players .player {
          cursor:unset;
      }*/
}
#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;
}
