body,
html {
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  font-family: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body {
  margin: 0 auto;
  position: relative;
  line-height: 20px;
}
body {
  /* &#Basketball {@primary:red;} */

  /*�ϲ����컯*/

  /*�ϲ����컯end*/

  /*#content .mainTitle {
        display: block;
        font-weight: bold;
        font-size: 18px;
        text-align:center;
        background: @@bg0;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
        height: auto;
    }

    #content .mainTitle:first-child {
        margin-top:0px;
    }*/

  color: #1B1B1B;
  background: #f5f5f5;
}
body .garyS {
  color: #8C8C8C;
}
body #content .match {
  width: 100%;
  text-align: center;
  color: #ffffff;
}
body #content .gameBox {
  width: 100%;
  height: 100%;
}
body #content .gameBox .gameInfo .home,
body #content .gameBox .gameInfo .guest {
  width: 34%;
}
body #content .gameBox .gameInfo .vs {
  width: 32%;
  line-height: 20px;
}
body #content table tr td.name {
  text-align: left;
  padding-left: 5px;
  white-space: normal;
  word-break: break-all;
}
body #content table .teamIcon,
body #content .lineTeamLogo .teamIcon {
  width: 20px;
  height: 20px;
}
body #content .mini .gameBox .gameInfo .vs {
  width: 80px;
  font-weight: 500;
}
body #content .mini .gameBox .gameInfo .home {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
}
body #content .mini .gameBox .gameInfo .guest {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
}
body #content .scoreBox span {
  width: 25px !important;
}
body .tabs .tab.on,
body .tabs.mini .tab.on {
  background-color: #693131;
  color: white;
  font-weight: 500;
}
body .tabs,
body #content h2 .tabs .tab {
  border-color: #693131;
}
body #content .detailMenu .item.on {
  border-bottom: 2px solid #693131;
}
body #boxList {
  background: #ffffff;
}
body #content.basketball .eventBox {
  height: 100%;
}
body .secEnd,
body .secStart {
  text-align: center;
  color: #333;
  font-weight: bold;
}
body .basketball.eventBox .eventList::before,
body .basketball.eventBox .eventList::after {
  background: none;
  margin: 0;
  padding: 0;
}
body .basketball.eventBox .eventList .item {
  background: url(/Images/com/timeline2.png) repeat-y center center;
}
body .basketball.eventBox .eventList {
  background: #ffffff;
}
body .basketball.eventBox .eventList::before {
  content: "";
  color: #434343;
}
body .basketball.eventBox .eventList::after {
  content: "";
  color: #434343;
}
body .basketball.eventBox .eventList .item > div {
  background: #ffffff;
  text-align: left;
}
body .basketball.eventBox .eventList .item .ev-desc {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  margin: 5px 0px;
  text-align: left;
}
body .basketball.eventBox .eventList .item .ev-left.ev-desc {
  padding: 0 8px 0 5px;
}
body .basketball.eventBox .eventList .item .ev-right.ev-desc {
  padding: 0 5px 0 8px;
}
body .basketball.eventBox .eventList .item .ev-left,
body .basketball.eventBox .eventList .item .ev-right {
  border-radius: 4px;
  position: relative;
  background: #EBEBEB;
}
body .basketball.eventBox .eventList .item .ev-left {
  float: left;
}
body .basketball.eventBox .eventList .item .ev-right {
  float: right;
}
body .basketball.eventBox .eventList .item .ev-num.up {
  background: #e81e06;
  border-color: #e81e06;
  color: #ffffff;
}
body .ev-left.ev-num {
  margin-left: 25%;
}
body .ev-right.ev-num {
  margin-right: 25%;
}
body .basketball.eventBox .eventList .item .ev-num {
  background: transparent;
  width: 15%;
  text-align: center;
  font-weight: bold;
  padding: 0;
}
body .basketball.eventBox .eventList .item .ev-stat {
  color: #434343;
  background: #ffffff;
  width: 20%;
  text-align: center;
}
body .roundBox {
  overflow: hidden;
  background: #ffffff;
  border-top: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
  padding: 5px;
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
  max-width: 640px;
}
body .roundBox ul li {
  min-width: 30px;
  height: 30px;
  border: solid 1px #f5f5f5;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  float: left;
  border-radius: 4px;
  padding: 0 4px;
}
body .roundBox ul li.on {
  background: #e81e06;
  color: #ffffff;
  border-color: orange;
}
body .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;
}
body #pullDown {
  line-height: 32px;
  background: #EBEBEB;
  line-height: 40px;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #595959;
  display: none;
  text-align: center;
}
body #pullDown.flip,
body #pullDown.loading {
  display: block;
}
body #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;
}
body .barData .item .home i {
  background-color: #de682f !important;
}
body .barData .item .guest i {
  background-color: #2495da !important;
}
body .playerTechBox .icon {
  width: 40px;
}
body .playerTechBox .techBox {
  float: left;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
body .tabs .tab.on,
body #content .gameBox .gameInfo .vs .ant {
  background-color: #693131;
  color: white;
  font-weight: 500;
}
body .btn-liveTv {
  background: #693131;
}
body .tabs {
  border-color: #693131;
}
body .secEnd {
  text-align: center;
  color: #333;
}
body .secStart {
  text-align: center;
  color: #999999;
}
body .basketball.eventBox .eventList {
  background: #f5f5f5;
}
body .basketball.eventBox .eventList .item .ev-left,
body .basketball.eventBox .eventList .item .ev-right {
  border: solid 1px #f5f5f5;
  border-radius: 4px;
  position: relative;
}
body .basketball.eventBox .eventList .item .ev-num {
  width: 12%;
  text-align: center;
  font-weight: bold;
  padding: 0;
}
body .basketball.eventBox .eventList .item .ev-stat {
  color: #434343;
  background: #f5f5f5;
  width: 26%;
  text-align: center;
}
body .roundBox {
  overflow: hidden;
  background: #e1e1e1;
  border-top: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
  padding: 5px;
  position: fixed;
  z-index: 3;
  bottom: 70px;
  width: 100%;
  max-width: 640px;
}
body .roundBox ul li {
  min-width: 30px;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  float: left;
  border-radius: 4px;
  padding: 0 4px;
}
body .roundBox ul li.on {
  background: #946b24;
  color: #ffffff;
  border-color: orange;
}
body #content .mini .gameBox .gameInfo .guest {
  width: -webkit-calc(50% - 80px);
  width: calc(50% - 80px);
}
body #content table tr td.name {
  text-align: center;
}
body .BDname {
  width: 80px;
  text-align: left;
  padding-left: 0px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}
body .rankbox .case {
  text-align: left !important;
}
body .rankbox .case .LName {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: -2px;
}
body .rankbox .case .icon {
  position: relative;
  right: 0;
  height: 33px;
  line-height: 33px;
  display: inline-block;
}
body .rankbox .case .snote {
  position: absolute;
  top: 30px;
  left: -10px;
  background: #333;
  color: #ffffff;
  width: 150px;
  font-size: 11px;
  line-height: normal;
  text-align: left;
  padding: 5px 8px;
  border-radius: 4px;
  z-index: 1;
}
body .rankbox::after {
  content: "";
  display: block;
  clear: both;
}
body .rankdata {
  float: left;
  width: 70%;
  overflow-x: auto;
  border-left: 1px solid #f5f5f5;
}
body .rankbox th {
  font-weight: bold !important;
}
body .rankdata th {
  min-width: 40px !important;
}
body .showMore {
  background: #ffffff;
  color: #0b73c5;
  max-width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
body .showMore a {
  color: #0b73c5;
}
body .matchstat {
  margin-top: 20px;
}
body .techDesc {
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  padding: 10px;
  margin: 0;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
body .techDesc .aDesc {
  padding: 0 10px;
}
body .techDesc .aDesc span {
  width: 100%;
  display: block;
}
body .confirm {
  width: 100%;
  line-height: 26px;
  text-align: center;
  padding-top: 5px;
  margin: 10px 0 0 0;
  border-top: 1px solid #EBEBEB;
}
body .confirm a {
  color: #0b73c5;
  display: block;
}
body #content .peerBox.amt {
  background: #ffffff;
  padding: 0 10px;
}
body #content .peerBox.amt .tabs.mini {
  background: #EBEBEB;
  margin: 0 auto;
  width: 50%;
}
body #content .peerBox.amt .tabs.mini .tab .icon {
  color: #8C8C8C;
}
body #content .peerBox.amt .tabs.mini .tab.on .icon {
  background: #ffffff;
  color: #387f1a;
  font-weight: normal;
}
body .homeBG {
  background: #da2510 !important;
}
body .guestBG {
  background: #1b6ebd !important;
}
body#Basketball .lineupContent .tabs {
  width: 94%;
}
body .lineupContent {
  background: #ffffff;
  padding: 10px;
}
body .lineupContent .tabs.team {
  border: none;
}
body .lineupContent .tabs.team .tab {
  color: #ffffff;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .lineupContent .h3 {
  text-align: center !important;
}
body .lineupContent .leplis,
body .lineupContent .leplis .lepPN {
  display: flex;
  align-items: center;
  padding: 0;
}
body .lineupContent .leplis .lepPN {
  flex: 1;
  padding: 5px;
  overflow: hidden;
}
body .lineupContent .leplis .lepPN:last-child {
  justify-content: flex-end;
  border-left: 1px solid #EBEBEB;
}
body .lineupContent .leplis:nth-child(even) {
  background: #f5f5f5;
}
body .lineupContent .leplis i {
  flex: 0 0 auto;
  margin: 0 6px;
}
body .lineupContent .leplis span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .h2Title {
  margin-top: 8px !important;
  border-top: unset !important;
}
body .ant.basketball {
  padding-left: 35px;
  padding-right: 15px;
}
body .ant .timeLine .info .homeLine .label,
body .ant .timeLine .info .guestLine .label {
  right: -20px;
  left: unset;
}
body .ant.basketball .TNum {
  border-left: unset;
}
body .basketball.ant .timeLine .info {
  border-left: unset;
  border-radius: 0px;
}
body .ePart {
  padding: 10px;
  background: #ffffff;
  margin-bottom: 5px;
}
body .lineTeam {
  width: 35px;
  height: 77px;
  position: absolute;
  border-bottom: solid 1px var(--line3);
  border-left: solid 1px var(--line3);
  z-index: 98;
}
body .lineTeamLogo {
  width: 30px;
  position: absolute;
  left: 5px;
  top: 16px;
  padding-top: 4px;
  z-index: 98;
}
body .lineTeamLogo.g {
  top: 46px;
}
body .lineSp {
  position: relative;
  display: block;
  height: 17px;
  line-height: 17px;
  border-bottom: solid 1px var(--line3);
  border-top: solid 1px var(--line3);
  width: 100%;
  z-index: 2;
}
body #scoreTable .eTable {
  margin-top: 5px;
  margin-bottom: 5px;
  border-left: solid 1px var(--line3);
  border-right: solid 1px var(--line3);
  border-top: solid 1px var(--line3);
}
body #scoreTable .eTable .teamTd {
  text-align: left;
  padding-left: 5px;
}
body #scoreTable .eTable th {
  text-transform: unset !important;
  height: 15px !important;
  line-height: 15px !important;
  padding: 0px !important;
  font-size: 11px !important;
  border-color: var(--line3) !important;
}
body #scoreTable .eTable td {
  border-color: var(--line3) !important;
}
body.dark {
  /*�ϲ����컯*/

  /*�ϲ����컯end*/

  /*#content .mainTitle {
        display: block;
        font-weight: bold;
        font-size: 18px;
        text-align:center;
        background: @@bg0;
        line-height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
        height: auto;
    }

    #content .mainTitle:first-child {
        margin-top:0px;
    }*/

  color: #D9D9D9;
  background: #232323;
}
body.dark .garyS {
  color: #595959;
}
body.dark #content .match {
  width: 100%;
  text-align: center;
  color: #ffffff;
}
body.dark #content .gameBox {
  width: 100%;
  height: 100%;
}
body.dark #content .gameBox .gameInfo .home,
body.dark #content .gameBox .gameInfo .guest {
  width: 34%;
}
body.dark #content .gameBox .gameInfo .vs {
  width: 32%;
  line-height: 20px;
}
body.dark #content table tr td.name {
  text-align: left;
  padding-left: 5px;
  white-space: normal;
  word-break: break-all;
}
body.dark #content table .teamIcon,
body.dark #content .lineTeamLogo .teamIcon {
  width: 20px;
  height: 20px;
}
body.dark #content .mini .gameBox .gameInfo .vs {
  width: 80px;
  font-weight: 500;
}
body.dark #content .mini .gameBox .gameInfo .home {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
}
body.dark #content .mini .gameBox .gameInfo .guest {
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
}
body.dark #content .scoreBox span {
  width: 25px !important;
}
body.dark .tabs .tab.on,
body.dark .tabs.mini .tab.on {
  background-color: #693131;
  color: white;
  font-weight: 500;
}
body.dark .tabs,
body.dark #content h2 .tabs .tab {
  border-color: #693131;
}
body.dark #content .detailMenu .item.on {
  border-bottom: 2px solid #693131;
}
body.dark #boxList {
  background: #1B1B1B;
}
body.dark #content.basketball .eventBox {
  height: 100%;
}
body.dark .secEnd,
body.dark .secStart {
  text-align: center;
  color: #BFBFBF;
  font-weight: bold;
}
body.dark .basketball.eventBox .eventList::before,
body.dark .basketball.eventBox .eventList::after {
  background: none;
  margin: 0;
  padding: 0;
}
body.dark .basketball.eventBox .eventList .item {
  background: url(/Images/com/timeline2.png) repeat-y center center;
}
body.dark .basketball.eventBox .eventList {
  background: #1B1B1B;
}
body.dark .basketball.eventBox .eventList::before {
  content: "";
  color: #8C8C8C;
}
body.dark .basketball.eventBox .eventList::after {
  content: "";
  color: #8C8C8C;
}
body.dark .basketball.eventBox .eventList .item > div {
  background: #1B1B1B;
  text-align: left;
}
body.dark .basketball.eventBox .eventList .item .ev-desc {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  margin: 5px 0px;
  text-align: left;
}
body.dark .basketball.eventBox .eventList .item .ev-left.ev-desc {
  padding: 0 8px 0 5px;
}
body.dark .basketball.eventBox .eventList .item .ev-right.ev-desc {
  padding: 0 5px 0 8px;
}
body.dark .basketball.eventBox .eventList .item .ev-left,
body.dark .basketball.eventBox .eventList .item .ev-right {
  border-radius: 4px;
  position: relative;
  background: #262626;
}
body.dark .basketball.eventBox .eventList .item .ev-left {
  float: left;
}
body.dark .basketball.eventBox .eventList .item .ev-right {
  float: right;
}
body.dark .basketball.eventBox .eventList .item .ev-num.up {
  background: #F44336;
  border-color: #F44336;
  color: #ffffff;
}
body.dark .ev-left.ev-num {
  margin-left: 25%;
}
body.dark .ev-right.ev-num {
  margin-right: 25%;
}
body.dark .basketball.eventBox .eventList .item .ev-num {
  background: transparent;
  width: 15%;
  text-align: center;
  font-weight: bold;
  padding: 0;
}
body.dark .basketball.eventBox .eventList .item .ev-stat {
  color: #8C8C8C;
  background: #1B1B1B;
  width: 20%;
  text-align: center;
}
body.dark .roundBox {
  overflow: hidden;
  background: #ffffff;
  border-top: solid 1px #262626;
  border-bottom: solid 1px #262626;
  padding: 5px;
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
  max-width: 640px;
}
body.dark .roundBox ul li {
  min-width: 30px;
  height: 30px;
  border: solid 1px #262626;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  float: left;
  border-radius: 4px;
  padding: 0 4px;
}
body.dark .roundBox ul li.on {
  background: #F44336;
  color: #ffffff;
  border-color: orange;
}
body.dark .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;
}
body.dark #pullDown {
  line-height: 32px;
  background: #262626;
  line-height: 40px;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #8C8C8C;
  display: none;
  text-align: center;
}
body.dark #pullDown.flip,
body.dark #pullDown.loading {
  display: block;
}
body.dark #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;
}
body.dark .barData .item .home i {
  background-color: #de682f !important;
}
body.dark .barData .item .guest i {
  background-color: #2495da !important;
}
body.dark .playerTechBox .icon {
  width: 40px;
}
body.dark .playerTechBox .techBox {
  float: left;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
body.dark .tabs .tab.on,
body.dark #content .gameBox .gameInfo .vs .ant {
  background-color: #693131;
  color: white;
  font-weight: 500;
}
body.dark .btn-liveTv {
  background: #693131;
}
body.dark .tabs {
  border-color: #693131;
}
body.dark .secEnd {
  text-align: center;
  color: #BFBFBF;
}
body.dark .secStart {
  text-align: center;
  color: #999999;
}
body.dark .basketball.eventBox .eventList {
  background: #232323;
}
body.dark .basketball.eventBox .eventList .item .ev-left,
body.dark .basketball.eventBox .eventList .item .ev-right {
  border: solid 1px #262626;
  border-radius: 4px;
  position: relative;
}
body.dark .basketball.eventBox .eventList .item .ev-num {
  width: 12%;
  text-align: center;
  font-weight: bold;
  padding: 0;
}
body.dark .basketball.eventBox .eventList .item .ev-stat {
  color: #8C8C8C;
  background: #232323;
  width: 26%;
  text-align: center;
}
body.dark .roundBox {
  overflow: hidden;
  background: #e1e1e1;
  border-top: solid 1px #262626;
  border-bottom: solid 1px #262626;
  padding: 5px;
  position: fixed;
  z-index: 3;
  bottom: 70px;
  width: 100%;
  max-width: 640px;
}
body.dark .roundBox ul li {
  min-width: 30px;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  float: left;
  border-radius: 4px;
  padding: 0 4px;
}
body.dark .roundBox ul li.on {
  background: #946b24;
  color: #ffffff;
  border-color: orange;
}
body.dark #content .mini .gameBox .gameInfo .guest {
  width: -webkit-calc(50% - 80px);
  width: calc(50% - 80px);
}
body.dark #content table tr td.name {
  text-align: center;
}
body.dark .BDname {
  width: 80px;
  text-align: left;
  padding-left: 0px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}
body.dark .rankbox .case {
  text-align: left !important;
}
body.dark .rankbox .case .LName {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: -2px;
}
body.dark .rankbox .case .icon {
  position: relative;
  right: 0;
  height: 33px;
  line-height: 33px;
  display: inline-block;
}
body.dark .rankbox .case .snote {
  position: absolute;
  top: 30px;
  left: -10px;
  background: #333;
  color: #ffffff;
  width: 150px;
  font-size: 11px;
  line-height: normal;
  text-align: left;
  padding: 5px 8px;
  border-radius: 4px;
  z-index: 1;
}
body.dark .rankbox::after {
  content: "";
  display: block;
  clear: both;
}
body.dark .rankdata {
  float: left;
  width: 70%;
  overflow-x: auto;
  border-left: 1px solid #262626;
}
body.dark .rankbox th {
  font-weight: bold !important;
}
body.dark .rankdata th {
  min-width: 40px !important;
}
body.dark .showMore {
  background: #1B1B1B;
  color: #0a6bb7;
  max-width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
body.dark .showMore a {
  color: #0a6bb7;
}
body.dark .matchstat {
  margin-top: 20px;
}
body.dark .techDesc {
  background: #1B1B1B;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  padding: 10px;
  margin: 0;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
body.dark .techDesc .aDesc {
  padding: 0 10px;
}
body.dark .techDesc .aDesc span {
  width: 100%;
  display: block;
}
body.dark .confirm {
  width: 100%;
  line-height: 26px;
  text-align: center;
  padding-top: 5px;
  margin: 10px 0 0 0;
  border-top: 1px solid #1B1B1B;
}
body.dark .confirm a {
  color: #0a6bb7;
  display: block;
}
body.dark #content .peerBox.amt {
  background: #1B1B1B;
  padding: 0 10px;
}
body.dark #content .peerBox.amt .tabs.mini {
  background: #262626;
  margin: 0 auto;
  width: 50%;
}
body.dark #content .peerBox.amt .tabs.mini .tab .icon {
  color: #595959;
}
body.dark #content .peerBox.amt .tabs.mini .tab.on .icon {
  background: #1B1B1B;
  color: #295d13;
  font-weight: normal;
}
body.dark .homeBG {
  background: rgba(218, 37, 16, 0.6) !important;
}
body.dark .guestBG {
  background: rgba(27, 110, 189, 0.6) !important;
}
body.dark#Basketball .lineupContent .tabs {
  width: 94%;
}
body.dark .lineupContent {
  background: #1B1B1B;
  padding: 10px;
}
body.dark .lineupContent .tabs.team {
  border: none;
}
body.dark .lineupContent .tabs.team .tab {
  color: #ffffff;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.dark .lineupContent .h3 {
  text-align: center !important;
}
body.dark .lineupContent .leplis,
body.dark .lineupContent .leplis .lepPN {
  display: flex;
  align-items: center;
  padding: 0;
}
body.dark .lineupContent .leplis .lepPN {
  flex: 1;
  padding: 5px;
  overflow: hidden;
}
body.dark .lineupContent .leplis .lepPN:last-child {
  justify-content: flex-end;
  border-left: 1px solid #262626;
}
body.dark .lineupContent .leplis:nth-child(even) {
  background: #232323;
}
body.dark .lineupContent .leplis i {
  flex: 0 0 auto;
  margin: 0 6px;
}
body.dark .lineupContent .leplis span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.dark .h2Title {
  margin-top: 8px !important;
  border-top: unset !important;
}
body.dark .ant.basketball {
  padding-left: 35px;
  padding-right: 15px;
}
body.dark .ant .timeLine .info .homeLine .label,
body.dark .ant .timeLine .info .guestLine .label {
  right: -20px;
  left: unset;
}
body.dark .ant.basketball .TNum {
  border-left: unset;
}
body.dark .basketball.ant .timeLine .info {
  border-left: unset;
  border-radius: 0px;
}
body.dark .ePart {
  padding: 10px;
  background: #1B1B1B;
  margin-bottom: 5px;
}
body.dark .lineTeam {
  width: 35px;
  height: 77px;
  position: absolute;
  border-bottom: solid 1px var(--line3);
  border-left: solid 1px var(--line3);
  z-index: 98;
}
body.dark .lineTeamLogo {
  width: 30px;
  position: absolute;
  left: 5px;
  top: 16px;
  padding-top: 4px;
  z-index: 98;
}
body.dark .lineTeamLogo.g {
  top: 46px;
}
body.dark .lineSp {
  position: relative;
  display: block;
  height: 17px;
  line-height: 17px;
  border-bottom: solid 1px var(--line3);
  border-top: solid 1px var(--line3);
  width: 100%;
  z-index: 2;
}
body.dark #scoreTable .eTable {
  margin-top: 5px;
  margin-bottom: 5px;
  border-left: solid 1px var(--line3);
  border-right: solid 1px var(--line3);
  border-top: solid 1px var(--line3);
}
body.dark #scoreTable .eTable .teamTd {
  text-align: left;
  padding-left: 5px;
}
body.dark #scoreTable .eTable th {
  text-transform: unset !important;
  height: 15px !important;
  line-height: 15px !important;
  padding: 0px !important;
  font-size: 11px !important;
  border-color: var(--line3) !important;
}
body.dark #scoreTable .eTable td {
  border-color: var(--line3) !important;
}
