.tr-title {
  background: var(--table_header);
}
/* 技术统计 */

.fx20 {
  padding: 20px 0px;
  clear: both;
  margin-bottom: 20px;
}
.stat-bar {
  transition: width 1s ease;
}
.stat-c {
  display: inline-block;
  width: 9%;
  text-align: center;
  font-size: 14px;
}
.stat .aways .lose-bg,
.dark .stat .aways .lose-bg,
.stat .homes .lose-bg,
.dark .stat .homes .lose-bg {
  background-color: var(--gray50) !important;
}
.font-left {
  text-align: left;
  padding-left: 10px;
}
.font-right {
  text-align: right;
  padding-right: 10px;
}
.switch-tech {
  display: block;
  overflow: initial;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
.switch-btn {
  background: var(--bgcolor-3);
  min-width: 200px;
  padding: 2px;
  margin: 0 0 10px 0;
  border-radius: 20px;
  float: none;
  display: inline-block;
  position: relative;
}
.switch-btn span {
  color: var(--textcolor-2);
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  width: 50%;
  border-radius: 20px;
  float: left;
  display: inline-block;
  cursor: pointer;
}
.switch-btn span.on {
  background: var(--bgcolor-1);
  color: var(--textcolor-1);
  font-weight: bold;
}
.Q-switch-btn {
  text-align: center;
  margin: 10px;
}
.Q-switch-btn span {
  display: inline-block;
  padding: 0 5px;
  margin: 0 2px;
  height: 30px;
  line-height: 30px;
  min-width: 90px;
  text-align: center;
  border: 1px solid var(--border-3);
  border-radius: 4px;
  cursor: pointer;
}
.Q-switch-btn span.on {
  background-color: var(--primary-color);
  font-weight: 600;
  color: #fff;
}
/* 球员技术统计 */

.gts .red {
  background: none;
}
#playerTech {
  display: none;
  margin-top: 20px;
}
#playerTech img {
  border-width: 0;
}
#playerTech a:hover {
  color: #F60;
  text-decoration: underline;
}
#playerTech .team_tit {
  height: 120px;
  width: 120px;
  padding-right: 1px;
  padding-bottom: 1px;
  background-repeat: no-repeat;
}
#playerTech .sd {
  margin-bottom: 20px;
  border: 1px solid var(--border-3);
  border-bottom: none;
  clear: both;
}
#playerTech .tr-title th {
  line-height: 30px;
  border-bottom: 1px solid var(--border-3);
}
#playerTech .gts td {
  line-height: 30px;
  padding: 2px 0;
  border-bottom: 1px solid var(--border-3);
}
#playerTech .gts .td-c {
  background: var(--bgcolor-1);
  text-align: center;
}
#playerTech .gts .td-c:nth-child(odd) {
  background: var(--bgcolor-2);
}
#playerTech .gts .td-d td {
  background: var(--yellow20);
  text-align: center;
}
#playerTech .gts img {
  vertical-align: 1px;
  margin-left: 5px;
}
#playerTech .rs_tit {
  color: var(--textcolor-1);
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  padding-left: 5px;
}
/* 动画直播 */

.live-plate {
  display: flex;
  margin: 10px 0 0 0;
  background: var(--gray70);
  padding: 10px 10px;
}
.live-plate .animation {
  flex: 2;
}
.live-plate .text {
  flex: 1;
  height: 490px;
  background: var(--bgcolor-1);
  margin-left: 10px;
}
.live-plate .ant .liveBox .dataBox_pop .info .tit {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
.live-plate .ant .liveBox .dataBox_pop .timeBox li.home,
.live-plate .ant .liveBox .dataBox_pop .timeBox li.guest {
  width: 50px;
}
.live-plate .ant .liveBox .homeEventBox .team,
.live-plate .ant .liveBox .guestEventBox .team,
.live-plate .ant .liveBox .msg {
  font-size: 15px;
  line-height: 20px;
}
