<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.live-table {
  width: 1200px;
}

.more:after {
  z-index: 1;
}

/* æ»šåŠ¨æ¡æ&nbsp;·å¼ */
.live-match-content::-webkit-scrollbar {
  width: 10px;
  height: 24px;
  background: #ddd;
  border-radius: 12px;
}

/*è®¾ç½®æ»šåŠ¨æ¡ä¸Šçš„æ»šåŠ¨æ»‘å—æ&nbsp;·å¼*/
.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;
}

/* æ»šåŠ¨æ¡æ&nbsp;·å¼ */
.live-match-content::-webkit-scrollbar {
  width: 8px;
  height: 24px;
}

/*è®¾ç½®æ»šåŠ¨æ¡ä¸Šçš„æ»šåŠ¨æ»‘å—æ&nbsp;·å¼*/
.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;
}
</pre></body></html>