/*雷达图*/

.radarbox {
  height: 300px;
}
/*赛程*/

.schedule .list .schedulis {
  padding: 10px 0;
}
.schedule .list .events {
  width: 104px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.schedule .list .events img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.schedule .list .events .count {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  display: inline-block;
  position: relative;
}
.schedule .list .events .count i {
  background: var(--bgcolor-1);
  color: var(--red40);
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  padding: 0 1px;
  transform: scale(0.8);
  top: -3px;
  right: -3px;
  position: absolute;
  z-index: 1;
}
.schedule .list .time {
  color: var(--textcolor-2);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid var(--border-3);
  border-radius: 50%;
  display: inline-block;
}
/*球员统计*/

.stat .toolitem .selectbox {
  margin-right: 10px;
}
.stat .toolitem .selectbox:first-child {
  min-width: 40%;
}
.stat .statevents {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.stat .statevents li {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  flex: 1;
}
.stat .statevents img {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  display: block;
}
.stat .statevents span {
  color: var(--textcolor-3);
  font-weight: normal;
  display: block;
}
.stat .statbox {
  display: flex;
  margin: 10px 0;
}
.stat .statbox .tecstatbox {
  background: rgba(214, 68, 68, 0.1);
  margin-right: 10px;
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
}
.stat .statbox .tecstatbox:last-child {
  margin: 0;
}
.stat .statbox .tecstatbox:nth-child(2) {
  background: rgba(0, 118, 227, 0.1);
}
.stat .statbox .tecstatbox:nth-child(2) .title {
  background: #568ee9;
}
.stat .statbox .tecstatbox:nth-child(3) {
  background: rgba(242, 182, 25, 0.1);
}
.stat .statbox .tecstatbox:nth-child(3) .title {
  background: #e6bb4b;
}
.stat .statbox .title {
  background: #f16868;
  color: var(--text-white);
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
.stat .statbox .tecstatlis {
  font-size: 13px;
  padding: 10px 8px;
  border-bottom: 1px solid var(--black05);
  display: flex;
  justify-content: space-between;
}
.stat .statbox .tecstatlis:last-child {
  border: none;
}
.stat .coachbox {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.stat .coachbox span {
  font-size: 14px;
  line-height: 20px;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}
.stat .coachbox .icon {
  width: 20px;
  height: 20px;
  color: #59b1ff;
  font-size: 20px;
  line-height: 20px;
  object-fit: cover;
  margin-right: 4px;
  display: inline-block;
}
