.maindt-nodata {
  float: left;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #d2d2d2;
  font-weight: bold;
  text-align: center;
}
.statistics table td {
  text-align: center;
}
.statistics .time {
  text-align: left;
  padding: 0 3px;
}
.tdlink.sub-head th {
  font-weight: bold;
}
/*��Աҳ��ҳ��ť*/

.pages {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.pages ul {
  width: 35%;
  margin: 0 auto;
  text-align: center;
}
.pages ul::after {
  content: "";
  clear: both;
  display: block;
}
.pages li {
  float: left;
  background: var(--bgcolor-3);
  color: var(--textcolor-2);
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  margin: 0 2px;
  padding: 0 15px;
  cursor: pointer;
}
.pages li:hover {
  background: var(--bgcolor-4);
}
.pages .pagechose {
  color: var(--textcolor-2);
  background: none !important;
  float: left;
  line-height: 26px;
  margin: 0 5px;
  padding: 0;
}
.pagechose select {
  margin-left: 5px;
  padding: 2px 5px;
}
.pages .pageicon {
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--textcolor-2);
  border-left: 2px solid var(--textcolor-2);
  transform: rotate(-45deg);
  margin: 9px 2px;
}
.pages .pageicon.next {
  transform: rotate(135deg);
}
.team-head .teamicon {
  width: 70px;
  height: 70px;
  margin: 6px auto;
  border-radius: 6px;
}
.team-head .Tname {
  font-size: 14px;
  font-weight: bold;
}
#main_dt .othTeam {
  color: var(--textcolor-1) !important;
}
/*�����Ա�б�*/

.info_nav .tdlink .currPlayer {
  background: var(--yellow20) !important;
}
.info_nav .tdlink .currPlayer a {
  color: var(--home_team) !important;
}
.left_list2 {
  width: 140px;
  background-color: #eef7e3;
  border-top: 1px solid #d7e6c5;
  padding-left: 10px;
  font-weight: bold;
  float: left;
  height: 19px;
  padding-top: 6px;
}
.left_list2 a:hover {
  color: #00328F;
}
.left_list2 a:link,
.left_list2 a:visited {
  color: #00328F;
}
.dark .left_list2 {
  background-color: #2c440e;
  border-top: 1px solid #444;
}
#left {
  min-width: 148px;
  width: 148px;
  float: left;
  padding-right: 10px;
}
#i_left {
  float: left;
  width: 150px;
  background-color: var(--primary-color);
}
#i_left2 {
  float: left;
  overflow: hidden;
}
.team-head.tdlink tr:nth-child(odd) {
  background: transparent;
}
.team-head .content-bg {
  background-color: var(--bgcolor-1);
}
.team-head .title-bg {
  background-color: var(--bgcolor-2);
}
.left_font {
  text-align: left;
  margin-left: 10px;
}
.info_nav {
  float: left;
  width: 150px;
}
.info_nav ul {
  margin: 0;
  float: left;
  padding: 0px;
}
.info_nav li {
  float: left;
  width: 138px;
  list-style-type: none;
  background: url(/images/nbaline.gif) no-repeat bottom;
  clear: both;
}
.info_nav li a {
  display: block;
}
.info_nav li span a {
  line-height: 30px;
  padding-left: 19px;
  background: url(/images/liargif.gif) no-repeat 6px 10px;
}
.info_nav li span a:link {
  color: #333333;
}
.info_nav li span a:visited {
  color: #333333;
}
.info_nav li span a:hover {
  color: #FFFFFF;
  background-color: #FF6600;
  text-decoration: none;
}
.info_nav li span b {
  font-weight: normal;
  color: blue;
}
.info_nav .tdlink a:link,
.info_nav .tdlink a:visited {
  color: var(--textcolor-1);
}
.redcard {
  background: #ff0000;
  color: #fff;
  margin-left: 2px;
  padding: 1px 2px;
}
.redcard:empty {
  display: none;
}
.explainIcon {
  position: relative;
  background: #1b60b9;
  color: #fff;
  border-radius: 50%;
  padding: 0 4px;
  margin-left: 2px;
  cursor: pointer;
}
.explainIcon[explain=''] {
  display: none;
}
.explainIcon:hover::after {
  content: attr(explain);
  background: var(--gray70);
  color: var(--text-white);
  font-size: 12px;
  line-height: normal;
  text-align: left;
  text-transform: capitalize;
  white-space: pre-wrap;
  border-radius: 3px;
  box-shadow: 0 0 6px var(--black50);
  width: max-content;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 10;
}
