#info {
  background: none !important;
  width: 1060px;
  padding: 0;
}
#info .header {
  background: var(--bgcolor-1);
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  -webkit-text-size-adjust: none;
}
#info .header #imgBox {
  height: 60px;
  width: 60px;
  margin-right: 10px;
  border-radius: 50%;
}
#info .header #imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#info .header .title-box {
  flex: 1;
}
#info .header .title-box .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 6px;
  /*min-height:30px;min-width:225px;*/

}
#info .header .title-box .bottom-info {
  display: flex;
}
#info .header .title-box .bottom-info > * {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
#info .header .title-box .bottom-info a:hover {
  color: var(--text-primary);
  text-decoration: none;
}
#info .header .title-box .bottom-info img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  object-fit: cover;
}
#info .header .title-box .bottom-info .headpic {
  width: 14px;
}
#info .header .information-box {
  width: 45%;
  border: 1px solid var(--border-3);
  border-radius: 4px;
  display: flex;
}
#info .header .information-box li {
  text-align: center;
  padding: 8px 0;
  flex: 1 0 auto;
}
#info .header .information-box li span {
  color: var(--textcolor-3);
  margin-bottom: 5px;
  display: block;
}
#info .header .information-box li > div {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#info .header .PLnum {
  color: var(--text-white);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  font-family: cursive;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
#info .header .PLnum .icon {
  color: var(--text-primary);
  font-size: 36px;
  font-weight: normal;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
#info .header .start {
  background: var(--bgcolor-2);
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  margin-left: 20px;
}
#info .header .start .icon {
  font-size: 20px;
}
#info .left-side {
  float: left;
  width: 690px;
}
#info .right-side {
  float: right;
  width: 360px;
}
.plates {
  background: var(--bgcolor-1);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.plates h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: left;
  margin: 0;
  padding-bottom: 10px;
}
.plates .tooltitle {
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.plates .tooltitle h2 {
  padding: 0;
}
.plates .tooltitle .selectbox {
  text-align: center;
  min-width: 20%;
}
.plates .toolitem {
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}
.plates .toolitem .selectbox {
  text-align: left;
  padding: 7px 10px;
  min-width: 20%;
}
.plates .toolitem .selectbox text:after {
  margin-top: 5px;
  float: right;
}
.plates .toolitem .selectbox .selectpop {
  top: 26px;
}
.plates .toolitem .segmented-buttons:last-child,
.plates .toolitem .selectbox:last-child {
  margin: 0;
}
/*下拉按钮*/

.selectbox {
  width: max-content;
  padding: 4px 12px;
  border-radius: 5px;
  border: 1px solid var(--border-3);
  position: relative;
  cursor: pointer;
}
.selectbox text:after {
  content: "";
  margin-left: 5px;
  vertical-align: -2px;
  border-width: 4px;
  border-style: solid;
  border-color: var(--textcolor-2) transparent transparent transparent;
  display: inline-block;
}
.selectbox:hover .selectpop {
  display: block;
}
.selectbox .selectpop {
  display: none;
  transition: opacity 0.2s ease-out;
  background: var(--bgcolor-1);
  width: calc(100% - 6px);
  max-height: 300px;
  padding: 6px;
  border: 1px solid var(--border-3);
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 5px 8px var(--black15);
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  overflow-y: auto;
  z-index: 10;
}
.selectbox .selectpop::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  background: var(--bgcolor-2);
  border-radius: 10px;
}
.selectbox .selectpop::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}
.selectbox .selectpop li {
  color: var(--textcolor-2);
  text-align: center;
  line-height: 20px;
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
  display: block;
  cursor: pointer;
}
.selectbox .selectpop li:hover {
  color: var(--text-primary);
  background: none;
}
.selectbox .selectpop .on,
.selectbox .selectpop .on:hover {
  background: var(--bgcolor-2);
  color: var(--textcolor-1);
}
/*页切换器*/

.page-switcher {
  margin: 10px;
  text-align: center;
}
.page-switcher > span {
  min-width: 14px;
  line-height: 26px;
  text-align: center;
  padding: 0 6px;
  margin: 0 2px;
  border: 1px solid var(--textcolor-4);
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}
.page-switcher > span.on {
  border-color: var(--primary-color);
  color: var(--text-primary);
}
/*分段按钮组*/

.segmented-buttons {
  background: var(--bgcolor-2);
  padding: 0;
  margin: 0 10px 0 0;
  border: 1px solid var(--border-2);
  border-radius: 5px;
  text-align: center;
  flex: 1 0 auto;
  align-items: center;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.segmented-buttons span {
  color: var(--textcolor-2);
  text-align: center;
  line-height: 20px;
  padding: 4px;
  vertical-align: middle;
  flex: 1;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
}
.segmented-buttons span.on {
  color: var(--textcolor-1);
  border-radius: 4px;
  z-index: 2;
}
.segmented-buttons .background-indicator {
  background: var(--bgcolor-1);
  width: 33.33%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 10px var(--black15);
  top: 0;
  left: 0;
  padding: 0 !important;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 0;
}
.segmented-buttons .background-indicator.two {
  width: 50%;
}
.segmented-buttons.left .background-indicator {
  transform: translateX(0);
}
.segmented-buttons.middle .background-indicator,
.segmented-buttons.right .background-indicator.two {
  transform: translateX(100%);
}
.segmented-buttons.right .background-indicator {
  transform: translateX(200%);
}
/*赛事列表*/

.schedule .list > div {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-2);
}
.schedule .list > div > span {
  text-align: center;
}
.schedule .list .title .home,
.schedule .list .title .away {
  font-size: 12px;
  justify-content: center;
}
.schedule .list .title .score {
  font-size: 12px;
  font-weight: normal;
}
.schedule .list .lgeitem {
  background: var(--bgcolor-2);
  color: var(--textcolor-2);
  border: none;
}
.schedule .list .lgeitem a {
  font-size: 12px;
}
.schedule .list .lgeitem img {
  width: 15px;
  height: 10px;
  margin: 5px;
}
.schedule .list .schedulis {
  line-height: 20px;
  padding: 12px 0;
  transition: all 0.2s linear;
}
.schedule .list .schedulis:hover {
  background: var(--list_highlight);
}
.schedule .list .start,
.schedule .list .icon {
  width: 25px;
}
.schedule .list .start .icon.on {
  color: var(--yellow60);
}
.schedule .list .date {
  color: var(--textcolor-2);
  width: 70px;
}
.schedule .list .home,
.schedule .list .away {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: right;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
}
.schedule .list .home > span,
.schedule .list .away > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 3px;
}
.schedule .list .home img,
.schedule .list .away img {
  width: 16px;
  height: 16px;
  margin: 0 2px;
}
.schedule .list .home .winer,
.schedule .list .away .winer {
  font-weight: bold;
}
.schedule .list .away {
  justify-content: left;
}
.schedule .list .redcard,
.schedule .list .yellowcard {
  background: var(--red40);
  color: var(--text-white);
  width: 6px;
  height: 14px;
  font-size: 11px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  line-height: 14px;
  padding: 0 2px;
  margin: 0 2px;
  border-radius: 2px;
  display: inline-block;
}
.schedule .list .yellowcard {
  background: #e7b70b;
}
.schedule .list .rank {
  color: var(--textcolor-3);
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0 2px;
}
.schedule .list .score {
  width: 50px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.schedule .list .status {
  font-weight: bold;
  font-size: 11px;
  color: var(--red60);
}
.schedule .list .odds {
  display: flex;
  width: 120px;
  justify-content: center;
  cursor: pointer;
}
.schedule .list .odds > span {
  flex: 1;
}
.schedule .list .odds.selectbox {
  padding: 0;
  border: none;
}
.schedule .list .odds .tocolor {
  color: var(--blue40);
  background: none;
  padding: 0;
}
.schedule .list .data {
  font-size: 12px;
  width: 40px;
}
.schedule .list .data .rate {
  min-width: 18px;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  display: inline-block;
}
.schedule .list .data .result {
  color: var(--text-white);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
}
.schedule .list .icon-icon-live1 {
  color: var(--text-primary);
  cursor: pointer;
}
.schedule .list .bound {
  background: var(--table_highlight);
  padding: 4px 0;
}
.schedule .list .bound .score {
  font-weight: normal;
}
.schedule .list .explain {
  color: var(--textcolor-2);
  font-size: 12px;
  padding: 6px 0;
  justify-content: center;
  align-items: center;
}
/*统计*/

.stat .list {
  text-align: center;
}
.stat .list .title .rank {
  font-weight: normal;
}
.stat .list .title .player {
  text-align: center;
}
.stat .list .statlis {
  font-size: 14px;
  padding: 6px 0;
}
.stat .list .rank {
  color: var(--textcolor-2);
  font-size: 12px;
  font-weight: bold;
  width: 40px;
}
.stat .list .player {
  flex: 1;
  text-align: left;
  cursor: pointer;
}
.stat .list .player img {
  width: 20px;
  height: auto;
  max-height: 26px;
  min-width: 20px;
  min-height: 20px;
  margin: 0 4px;
  vertical-align: middle;
}
.stat .list .player .name {
  line-height: 30px;
}
.stat .list .data {
  width: 100px;
}
/*转会*/

.transfer .translis {
  font-size: 14px;
  padding: 10px 0;
  cursor: pointer;
}
.transfer .translis:last-child {
  border: none;
}
.transfer .headpic {
  width: 30px;
  height: 40px;
  border-radius: 3px;
  object-fit: contain;
}
.transfer .des {
  color: var(--textcolor-3);
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.transfer .type {
  line-height: 20px;
  font-weight: bold;
  text-align: right;
}
.transfer .name {
  flex: 1;
  line-height: 20px;
  text-align: left;
  margin: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transfer .name .teamlogo {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: -2px;
  object-fit: cover;
}
/*积分榜*/

.standings .list {
  margin-bottom: 10px;
}
.standings .list .title .team {
  text-align: center;
}
.standings .list li > span {
  min-width: 25px;
}
.standings .list .group {
  padding: 5px;
  justify-content: center;
}
.standings .list .standlis {
  font-size: 14px;
}
.standings .list .standlis.on {
  background: var(--yellow20);
}
.standings .list .standlis .rank {
  font-size: 12px;
  line-height: 32px;
}
.standings .list .team {
  flex: 1;
  text-align: left;
  cursor: pointer;
}
.standings .list .team img {
  width: 16px;
  min-width: 16px;
  min-height: 16px;
  margin: 0 4px;
  vertical-align: -2px;
}
.standings .list .team .name {
  width: calc(100% - 30px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.standings .list .key {
  width: 30px;
}
.standings .explain {
  color: var(--textcolor-2);
  margin: 0px;
  display: inline-block;
}
.standings .explain span {
  margin: 3px 10px 3px 0;
  display: inline-block;
}
.standings .explain i {
  height: 10px;
  width: 10px;
  margin-right: 5px;
  border-radius: 2px;
  display: inline-block;
}
.sub.selectbox {
  width: inherit;
  margin-bottom: 5px;
  padding: 7px 12px;
  display: flex;
  justify-content: space-around;
}
.sub.selectbox .selectpop {
  margin-top: 10px;
}
/*星星*/

.start {
  cursor: pointer;
}
.start .icon {
  color: var(--textcolor-3);
  transition: all 0.2s linear;
}
.start.on .icon-font-collect-on {
  color: var(--yellow60);
}
.list .title,
.list .title:hover {
  background: var(--table_header);
  color: var(--textcolor-2);
  font-size: 12px;
  line-height: 20px;
  border: none !important;
}
.list li {
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid var(--border-2);
  transition: all 0.2s linear;
}
.list li:hover {
  background: var(--list_highlight);
}
.dis-over {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.blue {
  color: var(--blue40) !important;
}
.red {
  color: var(--red40) !important;
}
.gear-1 {
  background: #0fade8;
  color: var(--text-white);
}
/* > 9.1分 */

.gear-2 {
  background: #f2bb07;
  color: var(--text-white);
}
/* 8.0 - 9.0分 */

.gear-3 {
  background: #31ad42;
  color: var(--text-white);
}
/* 7.1 - 8.0分 */

.gear-4 {
  background: #ff6a13;
  color: var(--text-white);
}
/* 6.1 - 7.0分 */

.gear-5 {
  background: #f33426;
  color: var(--text-white);
}
/* 5.1 - 6.0分 */

.gear-6 {
  background: #808080;
  color: var(--text-white);
}
/* < 5.0分 */

/*指向说明*/

.home-stadium {
  position: relative;
}
.home-stadium: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: 50px;
  right: 0;
  z-index: 10;
}
/*无数据*/

.no_data {
  display: inline-block !important;
  width: 100%;
  text-align: center;
  border-bottom: none !important;
}
.no_data img {
  height: 50px;
}
.no_data .logo {
  margin-top: 30px;
}
.no_data .text {
  font-size: 16px;
  padding: 10px 0;
  line-height: 30px;
}
