.live-table {
  width: 1200px;
}

.more:after {
  z-index: 1;
}

/* 滚动条样式 */
.live-match-content::-webkit-scrollbar {
  width: 10px;
  height: 24px;
  background: #ddd;
  border-radius: 12px;
}

/*设置滚动条上的滚动滑块样式*/
.live-match-content::-webkit-scrollbar-thumb {
  background: #2A1C6A;
  border-radius: 12px;

}

.live-match-title{
  margin-top: 60px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.live-table-wrap {
  width: 1200px;
  margin: auto;
  border-radius: 12px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
}

/* .live-table table {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
} */


.live-match-content {
  max-height: 754px;
  overflow: auto;
  border-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-bottom: 12px;
  margin-top: 0;
  width: 1208px;
}

.wai {
  width: 1208px;
}

/* 滚动条样式 */
.live-match-content::-webkit-scrollbar {
  width: 8px;
  height: 24px;
}

/*设置滚动条上的滚动滑块样式*/
.live-match-content::-webkit-scrollbar-thumb {
  background: #008CE9;
}

.top_info {
  width: 1208px !important;
  left: 0;
}

.disc-a li{
  padding-left: 75px;
}

.layui-tab-content{
  padding: 0;
}


/* 联赛介绍 */
.league-introduction__content {
  line-height: 34px;
  padding-bottom: 15px;
  font-size: 16px;
  padding: 0 15px;
}
.league-introduction__content a {
  color: blue!important;
}
.league-introduction__content--height {
  height: 130px!important;
  overflow: hidden;
}
.league-introduction__more {
  text-align: center;
  color: #9F9F9F;
  border: 1px solid #9F9F9F;
  width: 100px;
  margin: 0 auto;
  line-height: 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  display: none;
  cursor: pointer;
}