@charset "UTF-8";

.team-page .position,
.team-page .position .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 15px;
  font-size: 14px;
  color: #666;
  background: #f8f5ff;
}

.team-page .position a {
  color: #333;
}

.team-page .container.flex-between {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.team-page .container_left {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 0 20px 20px;
}

.team-page .container_right {
  width: 320px;
  flex-shrink: 0;
}

.team-page .lmtit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 2px solid #6c4cff;
  padding: 14px 0 10px;
  margin-bottom: 12px;
}

.team-page .lmtit .lmname {
  font-size: 18px;
  font-weight: 700;
  color: #2b2240;
}

.team-page .lmtit .team-more {
  font-size: 13px;
  color: #6c4cff;
  text-decoration: none;
}

.team-page .lmtit .team-more:hover {
  text-decoration: underline;
}

.team-page .team-empty {
  padding: 18px 0;
  text-align: center;
  color: #999;
  font-size: 13px;
}

.team-page .team-match-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-page .team-match-list li {
  border: 1px solid #ece8f4;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}

.team-page .team-match-list li a {
  display: block;
  padding: 12px 14px;
  color: inherit;
  text-decoration: none;
}

.team-page .team-match-list li a:hover {
  background: #faf7ff;
}

.team-page .team-match-list .meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #888;
}

.team-page .team-match-list .meta .league {
  color: #6c4cff;
  font-weight: 600;
}

.team-page .team-match-list .teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.team-page .team-match-list .team {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}

.team-page .team-match-list .team.away {
  justify-content: flex-end;
  text-align: right;
}

.team-page .team-match-list .team img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.team-page .team-match-list .team em {
  font-style: normal;
  font-size: 13px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-page .team-match-list .vs {
  flex: 0 0 auto;
  color: #999;
  font-size: 12px;
  font-weight: 700;
}

  border-bottom: 2px solid #6c4cff;
  margin-bottom: 16px;
  padding-top: 16px;
}

.team-page .lmname {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 3px solid #6c4cff;
  margin-bottom: -2px;
}

.team-page .qdqyinfo {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.team-page .qdqy_logo {
  width: 180px;
  text-align: center;
}

.team-page .qdqy_logo img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin: 0 auto 12px;
}

.team-page .qdqy_logo h1 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
}

.team-page .qy_qyxx {
  flex: 1;
  min-width: 240px;
}

.team-page .qy_qyxx ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-page .qy_qyxx li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
  line-height: 1.6;
}

.team-page .qy_qyxx li span:first-child {
  width: 88px;
  flex-shrink: 0;
  color: #888;
}

.team-page .qdqy_lmjieshao {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

.team-page .hot_qiuyuan_main {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.team-page .hot_member_item {
  width: calc(20% - 13px);
  min-width: 100px;
  text-align: center;
}

.team-page .hot_member_item .pic img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 50%;
  background: #f5f5f5;
  display: block;
  margin: 0 auto 8px;
}

.team-page .hot_member_item .info {
  font-size: 13px;
  color: #333;
  line-height: 1.4;
}

.team-page .hot_member_item .info em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}

.team-page .hotsaishimain {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.team-page .hotsaishimain > a {
  width: calc(33.33% - 8px);
  text-align: center;
  color: #333;
  font-size: 13px;
}

.team-page .hotsaishimain .pic img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  background: #f7f7f7;
  border-radius: 6px;
}

.team-page .bgwhite {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 0 16px 16px;
}

.team-page .index_video_list_qh ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.team-page .index_video_list_qh ul.show {
  display: block;
}

.team-page .index_video_list_qh li {
  border-bottom: 1px solid #f0f0f0;
}

.team-page .index_video_list_qh li a {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  color: #333;
  font-size: 13px;
}

.team-page .section-tit-nav2 span {
  display: inline-block;
  padding: 6px 10px;
  margin: 0 4px 8px 0;
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
  background: #f3f3f3;
}

.team-page .section-tit-nav2 span.on {
  background: #6c4cff;
  color: #fff;
}

.team-page .hottagmain {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 0 4px;
}

.team-page .hottagmain a {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  background: #f3f0fa;
  border: 1px solid #e4dcf5;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.3;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-page .hottagmain a:hover {
  background: #6c4cff;
  border-color: #6c4cff;
  color: #fff;
}

.team-page .mt20 {
  margin-top: 20px;
}

.team-page .pdtb20 {
  padding: 10px 0 20px;
}

/* 球队列表页 */
.team-page .saishi_item .qiudui {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 16px 0 8px;
}

.team-page .qiudui_item {
  width: calc(20% - 13px);
  min-width: 110px;
  text-align: center;
  box-sizing: border-box;
}

.team-page .qiudui_item .pic {
  margin-bottom: 8px;
}

.team-page .qiudui_item .pic img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 50%;
  background: #f5f5f5;
  display: block;
  margin: 0 auto;
}

.team-page .qiudui_item .title p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.team-page .qiudui_item .title a {
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-page .qiudui_item .title a:hover {
  color: #6c4cff;
}

.team-page .fenye {
  margin: 20px 0 10px;
}

.team-page .fenye ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.team-page .fenye ul a,
.team-page .fenye ul span {
  display: inline-block;
  min-width: 32px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #f3f3f3;
  color: #333;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  box-sizing: border-box;
}

.team-page .fenye ul .thisclass a,
.team-page .fenye ul .current a,
.team-page .fenye .thisclass {
  background: #6c4cff;
  color: #fff;
}

.team-page .hot_news_list ul,
.team-page .hotnews ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-page .hot_news_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}

.team-page .hot_news_list li span {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  background: #f0ebff;
  color: #6c4cff;
  font-size: 12px;
  font-weight: 700;
}

.team-page .hot_news_list li:nth-child(1) span,
.team-page .hot_news_list li:nth-child(2) span,
.team-page .hot_news_list li:nth-child(3) span {
  background: #6c4cff;
  color: #fff;
}

.team-page .hot_news_list li a {
  flex: 1;
  min-width: 0;
  display: block;
  padding: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-page .hot_news_list li a:hover {
  color: #6c4cff;
}

.team-page .luxiangtuijian .index_video_list_qh ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.team-page .luxiangtuijian .index_video_list_qh ul.show {
  display: block;
}

.team-page .luxiangtuijian .index_video_list_qh li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: #333;
}

.team-page .luxiangtuijian .index_video_list_qh li .ico {
  flex: 0 0 36px;
}

.team-page .luxiangtuijian .index_video_list_qh li .ico img {
  width: 36px;
  height: 36px;
  display: block;
}

.team-page .luxiangtuijian .index_video_list_qh li .nr {
  flex: 1;
  min-width: 0;
}

.team-page .luxiangtuijian .index_video_list_qh li .nr p {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-page .luxiangtuijian .index_video_list_qh li .nr span {
  color: #999;
  font-size: 12px;
}

.team-page .luxiangtuijian .index_video_list_qh li a:hover .nr p {
  color: #6c4cff;
}

@media (max-width: 960px) {
  .team-page .container.flex-between {
    flex-direction: column;
  }

  .team-page .container_right {
    width: 100%;
  }

  .team-page .hot_member_item {
    width: calc(33.33% - 11px);
  }

  .team-page .qiudui_item {
    width: calc(33.33% - 11px);
  }
}
