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;
  /*height:auto !important;*/

}
body {
  /*#content .match {width: 100%;text-align: center;color: #333;}
#content .gameBox {padding:0 0 5px 0;width: 100%;height: 100%;background: @@primary-basketball;}
#content .gameBox .date {line-height: 16px;}
#content .gameBox .gameInfo .vs{line-height: 16px;width:30%;}
#content .gameBox .gameInfo .home, #content .gameBox .gameInfo .guest {
    width: 35%;
}*/

  color: #1B1B1B;
  background: #EBEBEB;
}
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.dark {
  /*#content .match {width: 100%;text-align: center;color: #333;}
#content .gameBox {padding:0 0 5px 0;width: 100%;height: 100%;background: @@primary-basketball;}
#content .gameBox .date {line-height: 16px;}
#content .gameBox .gameInfo .vs{line-height: 16px;width:30%;}
#content .gameBox .gameInfo .home, #content .gameBox .gameInfo .guest {
    width: 35%;
}*/

  color: #D9D9D9;
  background: #262626;
}
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;
}
