<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.brief-introduction table,
.brief-introduction table a {
  color: var(--color-text-primary);
}

.brief-introduction table a:hover {
  color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .personal-information .name-questions-and-answers {
    margin-left: 20px !important;
    justify-content: center;
    margin: 20px;
    margin-bottom: 20px !important;
  }
}

.correlation-encyclopedia-issue .correlation-content .content-title {
  font-size: 14px !important;
}

/* çƒå‘˜ä¿¡æ¯ */
.team-information {
  background-color: var(--background-primary);
  border-radius: 10px;
  padding: 30px;
}

.team-information .information {
  margin-bottom: -15px;
}

.team-information .team-logo {
  width: 96px;
  height: 96px;
  object-fit: contain !important;
  border-radius: var(--border-radius-base);
}

.personal-information .information-head-portrait .information {
  font-size: 14px;
  color: var(--color-text-primary);
  line-height: 36px;
}

.personal-information .information-head-portrait .information .left .label-name,
.personal-information .information-head-portrait .information .right .label-name {
  margin-right: 30px;
}

.personal-information .information-head-portrait .information .left .label-name {
  min-width: 28px;
}

.personal-information .information-head-portrait .head-portrait .team-logo {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: var(--border-radius-base);
}

.like-collect-transmit {
  margin: 0;
  padding: 0;
}

/* çƒå‘˜ä»‹ç» */
.brief-introduction {
  background-color: var(--background-primary);
  border-radius: 10px;
  padding: 24px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .brief-introduction {
    padding: 10px;
  }
}

.brief-introduction .big-title {
  font-size: 18px;
  color: var(--color-text-primary);
  padding-bottom: 18px;
  margin-right: 60px;
}

.brief-introduction .big-title:hover {
  color: var(--color-primary);
}

.brief-introduction .checked {
  font-weight: bold;
  color: var(--color-primary);
}

.brief-introduction .introduction {
  display: none;
}

.brief-introduction .introduction .introduction-title,
.brief-introduction .glory .glory-title {
  font-size: 18px;
  padding: 18px 0;
  color: var(--color-text-primary);
}

.brief-introduction .introduction .introduction-content {
  padding-top: 20px;
}

.brief-introduction .introduction .introduction-content p,
.brief-introduction .glory .glory-content p {
  margin: 0;
  font-size: 14px;
  color: var(--color-text-primary);
  line-height: 28px;
}

.brief-introduction .battle-array {
  display: none;
}

.zebra-table th,
.zebra-table td {
  font-size: 14px !important;
  padding: 8px !important;
  text-align: center;
}

.transfers-black .transfers-player-photo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}

.transfers-black .transfers-info-icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-top: 5px;
  margin-left: 5px;
}

.honor-black .honor-img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.honor-black .honor-tag {
  padding: 10px 20px;
  background: #ffe951;
  color: #cd9317;
  font-weight: bold;
  border-radius: 10px;
}

.correlation-encyclopedia-issue .title {
  margin-top: 24px;
}

.correlation-encyclopedia-issue {
  padding-top: 0px;
}

@media screen and (max-width: 767px) {
  .information-head-portrait {
    flex-direction: column;
  }

  .information-head-portrait .head-portrait {
    margin-bottom: 20px;
  }

  .footer {
    margin-bottom: 62px;
  }

  .brief-introduction .big-title {
    margin-right: 32px;
    font-size: var(--font-size-small);
  }
}

.latest-news-tag {
  white-space: wrap;
  text-align: left;
  line-height: 1.5;
}</pre></body></html>