/*下拉*/

.toolitem .selectbox {
  flex: 1 0 auto;
  margin-right: 10px;
}
.right-side .toolitem .selectbox:last-child,
.stat .toolitem .selectbox:nth-child(2) {
  min-width: auto;
  max-width: 100px;
}
.right-side .toolitem .segmented-buttons:last-child {
  max-width: 120px;
}
.plates .tooltitle .selectbox {
  text-align: left;
  padding: 7px 10px;
  min-width: 35%;
}
.plates .tooltitle .selectbox text:after {
  margin-top: 5px;
  float: right;
}
.plates .tooltitle .selectbox .selectpop {
  top: 26px;
}
/* 赛程 */

.schedule .list .date {
  width: 100px;
}
.schedule .current {
  font-weight: bold;
}
/*阵容*/

.lineup .list li > span {
  width: 100px;
}
.lineup .list .lineuplis {
  padding: 5px 0;
}
.lineup .list .title .player {
  justify-content: center;
}
.lineup .list .player {
  text-align: left;
  flex: 1;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.lineup .list .player .headpic {
  width: 22px;
  height: 30px;
  margin: 0 10px;
  border-radius: 3px;
  object-fit: cover;
}
.lineup .list .name {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lineup .list .name .des {
  color: var(--textcolor-3);
  font-size: 12px;
  display: block;
}
