/* 公用样式 */
* {
  margin: 0;
  padding: 0;
  font-family: Arial, system-ui, -apple-system, sans-serif;
  list-style: none;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.ad-anchor {
  text-align: center;
}

/* main header */
.header-common {
  margin: 8px 0;
  padding: 0 8px;
}
.header-common .logo {
  width: 84px;
  height: 18px;
}
.header-common .flag {
  float: right;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  object-fit: cover;
}
.nav-main {
  margin-bottom: 8px;
  padding: 0 8px;
  text-align: center;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  overflow: hidden;
}
.nav-main a {
  float: left;
  width: 33%;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 400;
  color: black;
}
.nav-main a.active {
  font-weight: 700;
  border-bottom: 2px solid rgba(86, 144, 255, 1);
}

/* header with fresh */
.header-refresh {
  padding: 8px 8px 0;
}
.header-refresh .logo {
  width: 84px;
  height: 18px;
}
.header-refresh .refresh {
  float: right;
}

/* header back */
.header-back {
  margin: 6px 0;
  padding: 0 6px;
}
.header-back span {
  font-size: 10px;
  color: rgba(18, 72, 176, 1);
}

/* header-close */
.header-close {
  width: 100%;
  padding: 8px;
  overflow: hidden;
}
.header-close img:first-child {
  width: 40%;
  float: left;
}

.header-close img:last-child {
  float: right;
}

/* back scores */
.back-scores {
  margin: 4px 0;
}
.back-scores img {
  vertical-align: middle;
}
.back-scores span {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
  color: rgba(18, 72, 176, 1);
}
.back-scores .match-status {
  float: right;
  margin-top: 3px;
  margin-right: 8px;
  font-size: 11px;
  font-weight: 700;
}

/* news card */
.card-news {
  display: block;
  padding: 4px 6px;
  border-bottom: 1px solid rgba(227, 227, 227, 1);
  overflow: hidden;
}
.card-news .main {
  margin-bottom: 2px;
  overflow: hidden;
}
.card-news h3 {
  width: 100%;
  margin-right: 60px;
  font-size: 11px;
  font-weight: 700;
  color: black;
  word-wrap: break-word;
}
.card-news img {
  float: right;
  width: 54px;
  height: 54px;
  margin-left: 6px;
  object-fit: cover;
}
.card-news .source {
  font-size: 11px;
  font-weight: 400;
  color: rgba(81, 81, 81, 1);
}
.card-news .time-ago {
  float: right;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
  color: rgba(81, 81, 81, 1);
}

/* league card */
.events-header {
  position: relative;
  display: block;
  padding: 2px 8px;
  background-color: rgba(227, 227, 227, 1);
}
.events-header div {
  margin-right: 27px;
  padding: 5px 0;
  font-size: 11px;
  font-weight: 700;
  color: rgba(25, 25, 25, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events-header img {
  position: absolute;
  top: 2px;
  right: 8px;
}

/* match card */
.card-event {
  position: relative;
  display: block;
  padding: 5px 8px 4px;
  border-bottom: 1px solid rgba(227, 227, 227, 1);
}
.card-event .status {
  position: absolute;
  top: 13px;
  width: 20px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}
.card-event .teams {
  margin-left: 45px;
  margin-right: 27px;
  color: rgba(25, 25, 25, 1);
  font-size: 11px;
  font-weight: 400;
}
.card-event .away {
  margin-top: 2px;
}
.card-event .score {
  float: right;
}
.card-event .name {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-event .right {
  position: absolute;
  top: 10px;
  right: 8px;
  width: 22px;
}

/* h2h card */
.card-h2h {
  margin: 8px 6px 4px;
}
.card-h2h .header {
  width: 100%;
  padding: 5px 0;
  overflow: hidden;
}
.card-h2h .header div {
  float: left;
  font-size: 11px;
  color: rgba(25, 25, 25, 1);
}
.card-h2h .header .name {
  width: 25%;
  font-weight: 600;
}
.card-h2h .title {
  width: 50%;
  line-height: 12px;
  font-weight: 400;
  text-align: center;
}
.card-h2h .header .title-only {
  width: unset;
  float: unset;
}
.card-h2h .bar {
  margin: 2px 0 6px;
  overflow: hidden;
}
.card-h2h .bar div {
  float: left;
  height: 8px;
}
.card-h2h .bar .win {
  background-color: rgba(87, 165, 75, 1);
}
.card-h2h .bar .draw {
  background-color: rgba(238, 238, 238, 1);
}
.card-h2h .bar .lost {
  background-color: rgba(183, 183, 183, 1);
}
.card-h2h .bar .lost.loose {
  background-color: rgba(235, 54, 108, 1);
}
.card-h2h .footer {
  overflow: hidden;
}
.card-h2h .h2h-block {
  float: left;
  width: 33%;
}
.card-h2h .h2h-block.draw {
  text-align: center;
}
.card-h2h .h2h-block.draw .rate-box {
  text-align: left;
}
.card-h2h .h2h-block.lost {
  text-align: right;
}
.card-h2h .block {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  padding: 9px 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: rgba(25, 25, 25, 1);
}
.card-h2h .block.win {
  background-color: rgba(87, 165, 75, 1);
  color: rgba(255, 255, 255, 1);
}
.card-h2h .block.draw {
  background-color: rgba(238, 238, 238, 1);
}
.card-h2h .block.lost {
  background-color: rgba(183, 183, 183, 1);
}
.card-h2h .block.lost.loose {
  background-color: rgba(235, 54, 108, 1);
  color: #fff;
}
.card-h2h .rate-box {
  display: inline-block;
  vertical-align: top;
}
.card-h2h .label {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(25, 25, 25, 1);
}
.card-h2h .rate {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  color: rgba(25, 25, 25, 0.5);
}
.card-h2h .see-all {
  margin-top: 6px;
  text-align: center;
}
.card-h2h .see-all a {
  display: inline-block;
  padding: 8px 23px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: rgba(18, 72, 176, 1);
}

/* pagination */
.pagination {
  position: relative;
  height: 22px;
  margin-top: 8px;
}
.pagination .arrow {
  position: absolute;
  top: 0;
}
.pagination .arrow span {
  position: absolute;
  top: 5px;
  font-size: 10px;
  font-weight: 400;
  color: rgba(18, 72, 176, 1);
}
.pagination .prev {
  left: 0;
}
.pagination .next {
  right: 0;
}
.pagination .next span {
  right: 22px;
}
.pagination .center {
  padding: 4px 0;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  color: rgba(25, 25, 25, 0.75);
}

/* news detail */
.article-title {
  padding: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  color: rgba(25, 25, 25, 1);
}
.article-wrapper {
  padding: 0 4px;
}
#article-render {
  min-height: 312px;
  height: 312px;
  overflow: hidden;
}
#article-render img {
  width: 100%;
  margin-top: 6px;
}
#article-render h1,
#article-render h2,
#article-render h3,
#article-render h4,
#article-render h5,
#article-render h6,
#article-render p,
#article-render li {
  margin: 4px 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}
#read-more {
  display: block;
  width: 108px;
  height: 27px;
  margin: 8px auto;
  background: rgba(18, 72, 176, 1);
  font-size: 11px;
  font-weight: 700;
  line-height: 27px;
  color: white;
  outline: none;
  border: none;
}
.explore-title {
  margin: 12px 0 8px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

/* nav scores */
.nav-scores {
  margin: 8px 8px 0;
}
.nav-scores .time-list {
  overflow: hidden;
}
.nav-scores .time-item {
  float: left;
  width: 33.33%;
  font-size: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.nav-scores .t-1 {
  text-align: center;
}
.nav-scores .t-2 {
  text-align: right;
}
.nav-scores a.active {
  color: rgba(18, 72, 176, 1);
}
.nav-scores .more {
  margin-top: 4px;
  overflow: hidden;
}

.nav-scores .more .time-item {
  margin-top: 3px;
}

.nav-scores .time-refresh {
  float: right;
}

.nav-scores .time-refresh span {
  display: inline;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
  color: rgba(18, 72, 176, 1);
}

.nav-scores .time-refresh img {
  vertical-align: middle;
}

.nav-scores .day-title {
  float: right;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 700;
}

.events {
  margin-top: 8px;
}

/* scores more */
.scores-more {
  padding: 0 5px;
}
.scores-more .more-list {
  position: relative;
  padding: 7px;
  border-bottom: 1px solid rgba(227, 227, 227, 1);
}
.scores-more .more-list span {
  font-size: 11px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.scores-more .more-list span.active {
  font-weight: 600;
}
.scores-more .more-list img {
  position: absolute;
  top: 5px;
  right: 0;
}

/* live */
.live-time-refresh {
  margin: 0 0 8px 8px;
}

.live-time-refresh span {
  display: inline;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
  color: rgba(18, 72, 176, 1);
}

.live-time-refresh img {
  vertical-align: middle;
}

/* select locale */
.locale-list {
  padding: 0 8px;
}
.locale-list li {
  padding: 5px 0 4px;
  border-bottom: 1px solid rgba(218, 218, 218, 1);
}
.locale-list li span {
  color: #000;
  font-size: 11px;
  font-weight: 400;
}
.locale-list li.active {
  border-bottom: 1px solid rgba(86, 144, 255, 1);
}
.locale-list li.active span {
  font-weight: 700;
}

/* page league */
.league-name {
  padding: 1px 6px 7px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}
.nav-league {
  margin-bottom: 6px;
  padding: 0 8px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}
.nav-league a {
  float: left;
  width: 33%;
  padding: 5px 0;
  font-size: 11px;
  font-weight: 400;
  color: #000;
}
.nav-league-item.active {
  font-weight: 700;
  border-bottom: 2px solid rgba(86, 144, 255, 1);
}
.league-matches .date {
  padding: 7px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: rgba(18, 72, 176, 1);
}
.league-matches .matches-types {
  padding: 0 8px 8px;
  overflow: hidden;
}
.league-matches .matches-types a {
  float: left;
  width: 48%;
  padding: 5px 0;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  color: #000;
  background: rgba(244, 244, 244, 1);
}
.league-matches .matches-types .results {
  float: right;
}
.league-matches .matches-types a.active {
  font-weight: 700;
  background: rgba(230, 238, 255, 1);
}
.league-table {
  margin: 0 5px 5px;
}
.league-table table {
  width: 100%;
  border: 1px solid rgba(218, 218, 218, 1);
  border-spacing: 0;
  border-radius: 8px;
}
.league-table table td {
  height: 30px;
  border-top: 1px solid rgba(218, 218, 218, 1);
  font-size: 11px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(25, 25, 25, 1);
}
.league-table table td.highlight {
  font-weight: 700;
}
.league-table thead td {
  color: rgba(81, 81, 81, 1);
  border-top: none;
}
.league-table .rank {
  position: relative;
  min-width: 24px;
}
.league-table .cursor {
  position: absolute;
  left: 10px;
  width: 16px;
  height: 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* match detail */
.match-info-notstarted {
  padding: 6px;
}
.match-info-notstarted .team {
  margin: 5px 0;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}
.match-info-notstarted .vs {
  margin: 6px;
  font-size: 10px;
  font-weight: 400;
  color: rgba(138, 138, 138, 1);
}
.match-info-result {
  margin-bottom: 8px;
  padding: 0 5px;
}
.match-info-result table {
  width: 100%;
  font-size: 12px;
  font-weight: 700;
}
.match-info-result td {
  padding: 5px 0;
}
.match-info-result .score {
  text-align: right;
}
.match-info-error {
  margin-bottom: 8px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}
.nav-match {
  margin-bottom: 8px;
  padding: 0 6px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}
.nav-match a {
  float: left;
  width: 25%;
  padding: 5px 0;
  font-size: 11px;
  font-weight: 400;
  color: black;
  word-break: break-all;
  text-align: center;
}
.nav-match a.active {
  font-weight: 700;
  border-bottom: 2px solid rgba(86, 144, 255, 1);
}
.match-info-basic {
  margin: 8px 8px 0;
}
.match-info .info-item {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  color: rgba(0, 0, 0, 1);
}
.match-info .float {
  float: right;
  font-weight: 700;
}
.match-info-tabs {
  margin: 0 8px 8px;
}
.match-info-tabs a {
  display: inline-block;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  color: #1248b0;
  border: 1px solid #1248b0;
}
.match-info-tabs a.active {
  color: #fff;
  background-color: #1248b0;
}
.match-info-events {
  margin: 0 8px;
}
.match-info-events .event {
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #dadada;
  overflow: hidden;
}
.match-info-events .time {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  color: #57a54b;
}
.match-info-events .icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.match-info-events span {
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
}
.match-info-events .team {
  color: rgba(25, 25, 25, 0.75);
}
.match-info-events .event-items {
  float: left;
  margin-left: 22px;
}
.match-info-comments .comment {
  margin: 0 8px;
  padding: 4px 0;
  border-bottom: 1px solid rgba(218, 218, 218, 1);
}
.match-info-comments .time {
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  color: rgba(87, 165, 75, 1);
}
.match-info-comments .content {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
}
.match-info-comments .team {
  color: rgba(25, 25, 25, 0.75);
}
.h2h-tabs {
  padding: 0 5px;
  overflow: hidden;
}
.h2h-tabs a {
  float: left;
  padding: 5px 8px;
  border: 1px solid #1248b0;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  color: #1248b0;
}
.h2h-tabs a.active {
  color: #ffffff;
  background-color: #1248b0;
}
.h2h-items {
  margin-top: 12px;
}
.h2h-item-header {
  position: relative;
  padding: 3px 0;
  font-size: 10px;
  font-weight: 400;
  background-color: #eeeeee;
  overflow: hidden;
}
.h2h-item-header .name {
  width: 65%;
  padding-left: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.h2h-item-header .date {
  position: absolute;
  top: 3px;
  right: 0;
}
.h2h-item-header .result {
  display: inline-block;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.h2h-item-header .time {
  margin-right: 3px;
}
.h2h-item-header .result.L {
  background-color: rgba(235, 54, 108, 1);
}
.h2h-item-header .result.W {
  background-color: rgba(87, 165, 75, 1);
}
.h2h-item-header .result.D {
  color: rgba(25, 25, 25, 1);
  background-color: rgba(218, 218, 218, 1);
}

/* status empty */
.status-empty {
  margin: 12px 8px;
}

/* page error */
.page-err {
  padding: 20px;
}
.page-err .msg {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.page-err .tips {
  margin-top: 5px;
  text-align: center;
  color: rgba(25, 25, 25, 0.75);
}

/* footer */
.footer-operate {
  padding: 8px 8px 0;
  overflow: hidden;
}
.footer-operate div,
.footer-operate a {
  display: inline-block;
  width: 45%;
  padding: 3px 0;
  text-align: center;
  border: 1px solid rgba(227, 227, 227, 1);
}
.footer-operate div {
  float: left;
}

.footer-operate a {
  float: right;
}

.footer-operate span {
  margin-left: 8px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(25, 25, 25, 1);
}

.footer-items {
  padding: 8px 8px 0;
}
.footer-items a,
.footer-items div {
  display: block;
  margin: 2px 0;
  font-size: 10px;
  font-weight: 400;
  color: rgba(18, 72, 176, 1);
}
.footer-items div {
  height: 19px;
  font-size: 11px;
}
.footer-items div img {
  margin-top: -3px;
  vertical-align: middle;
}
.footer .desc {
  padding: 8px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}
