<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åˆ†æžé¡µ */
.analyse .slider-box .score {
  padding: 30px 40px;
  border-top: none;
}

.analyse .slider-box .score .score-left {
  font-size: 48px;
  font-weight: bold;
  color: #ff6261;
}

.analyse .slider-box .score .score-right {
  font-size: 48px;
  font-weight: bold;
  color: #0287fc;
}

.analyse .slider-box .score-progress-bar .details {
  line-height: 36px;
}

.analyse .slider-box .score-progress-bar .details span {
  color: #ff4e4c;
}

.analyse .slider-box .score-progress-bar .score-progress {
  height: 10px;
  width: 330px;
  margin: 0 10px;
}

.analyse .table-content {
  margin-top: 40px;
}

.analyse .table-content .table-title {
  font-size: 18px;
}

.analyse .table-content .table-left,
.analyse .table-content .table-right {
  width: 50%;
  padding: 0 10px;
}

.analyse .table-content .table-left .left-title,
.analyse .table-content .table-right .right-title {
  line-height: 48px;
}

.analyse .table-content .table-left .left-title {
  font-size: 16px;
  background: #fff6f6;
  font-weight: bold;
  color: #ff6261;
}

.analyse .table-content .table-right .right-title {
  font-size: 16px;
  background: #eff6ff;
  font-weight: bold;
  color: #0287fc;
}

.analyse .table-content table {
  width: 100%;
}

.analyse .table-content tr {
  border: 1px solid #ededed;
}

.analyse .table-content thead tr {
  border-top: none;
}

.analyse .table-content tr th,
.analyse .table-content tr td {
  text-align: center;
  font-size: 16px;
  padding: 18px 22px;
}

.analyse .table-content .title-box {
  padding: 8px 22px;
  background: var(--background-secondary);
  border: 1px solid #ededed;
}

.analyse .table-content .title-box .left select {
  background: var(--background-primary) url('../images/bottom_triangle.png') no-repeat;
  background-size: 18px 10px;
  background-position: right 10px center;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 12px 18px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.analyse .table-content .title-box .left button {
  font-size: 16px;
  padding: 8px 24px;
  background: var(--background-primary);
  border: 1px solid var(--background-primary);
  border-radius: 24px;
  margin-right: 10px;
}

.analyse .table-content .title-box .left button:hover,
.analyse .table-content .title-box .left button.checked {
  color: #ffffff;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.analyse .table-content .table-left .title-box,
.analyse .table-content .table-right .title-box {
  padding: 8px 15px;
  padding-right: 8px;
}

.analyse .table-content .table-left .title-box {
  background: #fff6f6;
}

.analyse .table-content .table-right .title-box {
  background: #eff6ff;
}

.analyse .table-content .table-left .title-box .left button,
.analyse .table-content .table-right .title-box .left button {
  padding: 8px 16px;
  margin-right: 8px;
}

.analyse .table-content .table-left .title-box .left button:last-child,
.analyse .table-content .table-right .title-box .left button:last-child {
  margin-right: 0;
}

.analyse .table-content .table-left .title-box .left select,
.analyse .table-content .table-right .title-box .left select {
  padding: 12px 16px;
  padding-right: 36px;
}

.analyse .table-content .table-left .title-box .left .title,
.analyse .table-content .table-right .title-box .left .title {
  font-size: 16px;
  font-weight: bold;
}

.analyse .table-content .table-left .title-box .left .title {
  color: #ff6261;
}

.analyse .table-content .table-right .title-box .left .title {
  color: #0287fc;
}

.analyse .table-content .table-left tr th,
.analyse .table-content .table-left tr td,
.analyse .table-content .table-right tr th,
.analyse .table-content .table-right tr td {
  font-size: 14px;
  padding: 18px 6px;
}

.analyse .table-content .table-left tbody tr:nth-child(odd),
.analyse .table-content .table-right tbody tr:nth-child(odd) {
  background-color: var(--background-secondary);
  /* ä½&nbsp;æƒ³è¦çš„é¢œè‰² */
}

.analyse .table-content .table-left tr th,
.analyse .table-content .table-right tr th {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.analyse .table-content .status-tag-win,
.analyse .table-content .status-tag-lose,
.analyse .table-content .status-tag-flat {
  display: inline-flex;
  gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  overflow: visible;
  flex-wrap: nowrap;
}

.analyse .table-content .status-tag-win .tag-win,
.analyse .table-content .status-tag-lose .tag-lose,
.analyse .table-content .status-tag-flat .tag-flat {
  color: white;
  padding: 3px;
  line-height: 1;
  border-radius: 3px;
}

.analyse .table-content .echarts-box {
  height: 260px;
}

.analyse .table-content .status-tag-win {
  color: #ff6261;
}

.analyse .table-content .status-tag-win .tag-win {
  background-color: #ff6261;
}

.analyse .table-content .status-tag-lose {
  color: #27ae60;
}

.analyse .table-content .status-tag-lose .tag-lose {
  background-color: #27ae60;
}

.analyse .table-content .status-tag-flat .tag-flat {
  background-color: #999999;
}

@media screen and (max-width: 767px) {
  .analyse .slider-box .team-name .team {
    width: 140px;
  }

  .analyse .slider-box .team-name .statistics {
    margin: 0 5px;
  }

  .analyse .title {
    font-size: var(--font-size-min);
  }
}

/* åˆ†æžé¡µ */
.analyse .slider-box .list-content .list-progress-box {
  padding: 20px 20px;
  border: 1px solid #ededed;
  border-top: none;
}

.analyse .slider-box .list-content .list-progress-box:nth-child(even) {
  background-color: #f8f8f8;
}

.analyse .slider-box .list-content .list-progress-box .analyse .slider-box .list-content .title {
  font-size: 16px;
}

.analyse .slider-box .list-content .left,
.analyse .slider-box .list-content .right {
  flex: 1;
}

.analyse .slider-box .list-content .progress-bar-left,
.analyse .slider-box .list-content .progress-bar-right {
  height: 14px;
  width: 90%;
}

.analyse .slider-box .list-content .numerical {
  width: 20px;
  margin: 0 16px;
  text-align: center;
}

.analyse .slider-box .list-content .title {
  width: 120px;
  text-align: center;
}

/* é˜µå®¹é¡µ */
.analyse .slider-box .left-palyer-list,
.analyse .slider-box .right-palyer-list {
  width: 35%;
}

.analyse .slider-box .left-palyer-list .palyer-list:nth-child(even) {
  background: #fff6f7;
}

.analyse .slider-box .palyer-list {
  width: 100%;
  font-size: 14px;
  padding: 12px 18px;
  background: #ffffff;
  border: 1px solid #ededed;
  border-top: none;
}

.analyse .slider-box .palyer-list .logo {
  max-width: 222px;
  font-size: 18px;
  line-height: 18px;
}

.analyse .slider-box .palyer-list img {
  width: 18px;
  height: 18px;
}

.analyse .slider-box .palyer-list span.none {
  display: none;
}

.analyse .slider-box .palyer-list .palyer-logo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.analyse .slider-box .palyer-list .name {
  margin: 0 10px;
}

.analyse .slider-box .football-field img {
  width: 343px;
}

.analyse .slider-box .table-content .head-portrait-name {
  width: 33%;
  padding: 10px 20px;
}

.analyse .slider-box .table-content .head-portrait-name-content tr:nth-child(even) {
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .title-header .title-content {
    font-size: 14px;
    color: #999999;
    margin-left: 20px;
    margin-bottom: 12px;
  }

  .game-team {
    padding: 20px;
    justify-content: space-between;
  }

  .game-team .content {
    width: 100%;
  }

  .game-team .team-name .team-log img {
    width: 40px;
    height: 40px;
  }

  .big-img img {
    height: 258px;
  }

  .analyse .slider-box .team-name {
    padding: 8px;
  }

  .analyse .slider-box .team-name {
    justify-content: space-evenly;
  }

  .analyse .slider-box .score {
    padding: 12px;
    width: 100%;
  }

  .analyse .slider-box .score .score-left,
  .analyse .slider-box .score .score-right {
    font-size: 24px;
  }

  .analyse .slider-box .score-progress-bar .score-progress {
    width: 100%;
  }

  .analyse .slider-box .score-progress-bar .details {
    line-height: 1.5;
  }

  .analyse .table-content .table-content-box {
    display: block;
  }

  .analyse .table-content .table-left,
  .analyse .table-content .table-right {
    width: 100%;
    margin-bottom: 20px;
  }

  .analyse .table-content .title-box {
    justify-content: center;
  }

  .analyse .table-content .title-box .left {
    display: flex;
    margin-bottom: 8px;
  }

  .analyse .table-content .title-box .left select {
    margin-right: 10px;
    height: 40px;
    padding: 0px 12px;
    padding-right: 36px;
  }

  .analyse .table-content .title-box .left button {
    height: 40px;
    padding: 0px 12px;
  }

  .analyse .table-content .title-box .left button:last-child {
    margin-right: 0px;
  }

  .analyse .table-content .title-box {
    padding: 8px 12px;
  }

  .analyse .table-content tr th,
  .analyse .table-content tr td {
    font-size: 14px;
    padding: 18px 8px;
  }

  .analyse .table-content .recent-record-content {
    display: block;
  }

  .analyse .table-content .table-left .title-box .left,
  .analyse .table-content .table-right .title-box .left {
    display: block;
    text-align: center;
  }

  .analyse .table-content .table-left .title-box .left select,
  .analyse .table-content .table-right .title-box .left select {
    padding: 0px 12px;
    padding-right: 36px;
  }

  .select-button-box {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 8px;
  }

  .analyse .table-content .table-left .title-box .left button,
  .analyse .table-content .table-right .title-box .left button {
    margin: 2px;
  }

  .trade-trend-content,
  .future-events-content,
  .captain-ball-content,
  .corner-content,
  .single-or-double-content {
    display: block;
  }
}
</pre></body></html>