@charset "UTF-8";
.dateheader{height:40px;line-height:40px;border-radius:0px;width:100%;margin:0px 0% ;background-color:#eee;color:#0a5165;font-weight:700;font-size:14px; padding-left: 5px;}
.dateheader a{line-height:40px;color:#ffd7b9;font-weight:700;font-size:18px}
.tags{margin-bottom:30px}
.tags h2{font-size:16px;font-weight:bold;margin-bottom:15px;padding-top:15px;padding-left:15px;}
.tags li{float:left;width: auto!important;height:auto!important;padding:5px 15px;background:#F2F2F2;border-radius:10px;margin:5px 10px;font-size:14px}

/*上一篇下一篇*/
.nextinfo {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: rgba(51, 51, 51, 0.65);
  padding: 15px 20px 20px;
  border-top: 1px solid #eee;
}
.nextinfo p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nextinfo p span {
  font-size: 14px;
}
.nextinfo p.prev {
  margin-left: 0;
  margin-right: 8px;
  text-align: left;
}
.nextinfo p.next {
  margin-left: 8px;
  margin-right: 0;
  text-align: right;
}

.crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  background: #f8f5ff;
  padding: 10px 5px;
  box-sizing: border-box;
  user-select: none;
  box-shadow: rgba(37, 47, 104, 0.1) 0px 2px 2px 0px;
}

.crumbs span {
  font-size: 12px;
  color: #595561;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .categorySwitch {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #d0cfd1;
  overflow-x: auto;
}

.main .categorySwitch li {
  border-bottom: 2px solid transparent;


}

.main .categorySwitch li a {
  display: block;
  padding: 10px 30px;
  box-sizing: border-box;
  font-size: 18px;
  color: #626161;
  font-weight: 600;
  white-space: nowrap;
}

.main .categorySwitch .active {
  border-bottom-color: #caafff;
}

.main .categorySwitch .active a {
  color: #7633ff;
}

a {
  color: #7633ff;
}

.crumbs span::before {
  content: '';
  width: 4px;
  height: 12px;
  border-radius: 6px;
  background: #8c55fd;
}

.crumbs ul {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
  padding-right: 20px;
}

.crumbs ul li {
  display: flex;
  align-items: center;
}

.crumbs ul li a {
  color: #595561;
  font-size: 12px;
  white-space: nowrap;
}

.crumbs ul li::after {
  content: '>';
  font-size: 12px;
  color: #595561;
  margin: 0 5px;
}

.crumbs ul li:last-child {
  flex: 1;
  overflow: hidden;
}

.crumbs ul li:last-child a {
  color: #8c55fd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.crumbs ul li:last-child::after {
  display: none;
}

.page {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #f8f5ff;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
  box-shadow: rgba(37, 47, 104, 0.1) 0px 2px 2px 0px;
}

.page .pagination {
  display: flex;
  gap: 10px;
  user-select: none;
}

.page .pagination li {
  width: auto;
  height: auto;
  padding: 3px 10px;
  border-radius: 5px;
  background: #fff;
}

.page .pagination li span,
.page .pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: #595561;
  font-size: 14px;
}

.page .pagination .active {
  background: #7633ff;
}

.page .pagination .active span {
  color: #fff;
}

.page .pagination .disabled {
  cursor: pointer;
  user-select: none;
}

.page .pagination .disabled span {
  color: #cdcdcd;
  white-space: nowrap;
}

.page .pagination .omit {
  cursor: default;
  width: auto;
  border: none;
}

/* 全局样式修改 */
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: initial;
}

a:focus {
  outline: none;
}

a.hidefocus {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type=text],
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  /*去除iPhone input默认样式}*/
}

input {
  outline: none;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

body {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 14px;
}

.clear {
  clear: both;
}

div,
ul,
li,
input {
  box-sizing: border-box;
}

em,
i,
strong {
  font-style: normal;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background: #6d72f3;
}

::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: #fff;
}

.w {
  width: 1024px;
  margin: 0 auto;
}

figure {
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .w {
    width: 100%;
  }
}

.header {
  height: 74px;
  background: url(../images/header.png) no-repeat;
  background-repeat: repeat-x;
  background-position: left top;
}

/* ===== 新版顶部导航 site-header ===== */
.site-header {
  position: relative;
  z-index: 100;
  background: linear-gradient(135deg, #6a2cf0 0%, #7633ff 42%, #8b55ff 100%);
  box-shadow: 0 8px 24px rgba(118, 51, 255, 0.22);
}

.site-header__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  overflow: visible;
}

.site-header .w {
  max-width: 1200px;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}

.site-brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  line-height: 0;
}

.site-brand img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.site-nav {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  overflow: visible;
}

.site-nav__link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.site-nav__link:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.site-nav__link.is-active {
  background: #fff;
  color: #7633ff;
  box-shadow: 0 6px 16px rgba(42, 16, 96, 0.18);
  font-weight: 600;
}

.site-nav__item {
  position: relative;
  flex: 0 0 auto;
}

.site-nav__item--drop > .site-nav__link {
  cursor: pointer;
}

.site-nav__drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  min-width: 132px;
  padding: 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(42, 16, 96, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 120;
}

.site-nav__drop a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #4b3b78;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav__drop a:hover {
  background: #f3edff;
  color: #7633ff;
}

.site-nav__item--drop:hover > .site-nav__drop,
.site-nav__item--drop:focus-within > .site-nav__drop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.site-header__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-search {
  width: 168px;
  height: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
  gap: 6px;
  transition: background-color .2s ease, border-color .2s ease;
}

.site-search:focus-within {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.4);
}

.site-search span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.site-search form {
  flex: 1;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.site-search input[type="text"] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 13px;
}

.site-search input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.site-burger {
  display: none;
  position: relative;
  z-index: 210;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.site-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  left: 11px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.site-burger span:nth-of-type(1) {
  top: 12px;
  transform-origin: center;
}

.site-burger span:nth-of-type(2) {
  top: 20px;
  transform-origin: center;
}

.site-burger span:nth-of-type(3) {
  top: 28px;
  transform-origin: center;
}

.site-burger.is-open span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 20px;
  left: 11px;
}

.site-burger.is-open span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}

.site-burger.is-open span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 20px;
  left: 11px;
}

.header .nav {
  height: 100%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.header .nav .logo {
  width: 15%;
}

.header .nav .logo img {
  vertical-align: bottom;
}

.header .nav .select {
  flex: 1;
  overflow: hidden;
  height: 100%;
  background: url(../images/select.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(-3px);
  padding: 0 50px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}

.header .nav .select ul {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 16px;
  user-select: none;
}

.header .nav .select ul li {
  width: fit-content;
  height: fit-content;
}

.header .nav .select ul li a {
  display: block;
  padding: 5px 20px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
}.header .nav .select ul .active {
  background: url(../images/active.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.header .nav .select ul .active a {
  color: #7633ff;
}

.header .nav .operate {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.header .nav .operate .search {
  width: 118px;
  height: 29px;
  overflow: hidden;
  background: #7633ff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  box-sizing: border-box;
  gap: 5px;
}

.header .nav .operate .search span {
  color: #ad85ff;
}

.header .nav .operate .search input {
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
}.header .nav .operate .search input::placeholder {
  color: #fff;
  font-size: 14px;
}

.header .nav .operate .burger {
  position: relative;
  width: 40px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  display: none;
}

.header .nav .operate .burger input {
  display: none;
}

.header .nav .operate .burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: black;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.header .nav .operate .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.header .nav .operate .burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.header .nav .operate .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.header .nav .operate .hide span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.header .nav .operate .hide span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.header .nav .operate .hide span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}

.footer {
  background: linear-gradient(180deg, #2a2148 0%, #1a1430 100%);
  padding: 36px 0 32px;
  border-top: 3px solid #7633ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.footer .content ul:empty {
  display: none;
}

.footer .content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .content ul li {
  display: flex;
  align-items: center;
}

.footer .content ul li::after {
  content: '';
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.28);
  margin: 0 8px;
}

.footer .content ul li:last-child::after {
  display: none;
}

.footer .content ul li a {
  font-size: 14px;
  color: #e8e2f8;
}

.footer .content p,
.footer .footer-copy,
.footer .footer-note {
  margin: 0;
  text-align: center;
}

.footer .footer-copy,
.footer .content p.footer-copy {
  font-size: 14px;
  line-height: 24px;
  color: #efeafc;
  letter-spacing: 0.02em;
}

.footer .footer-note,
.footer .content p.footer-note,
.footer .content p {
  max-width: 920px;
  font-size: 13px;
  line-height: 22px;
  color: #9d96b3;
}

.footer .content p a,
.footer .footer-copy a,
.footer .footer-note a {
  color: #cbb8ff;
  text-decoration: none;
}

.footer .content p a:hover,
.footer .footer-copy a:hover,
.footer .footer-note a:hover {
  color: #fff;
}

.footer .content p .svgCode {
  height: 14px;
  vertical-align: middle;
}

.main .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

.main .title .subject {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.main .title .subject p {
  font-size: 18px;
  color: #7633ff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.main .title .subject p::before {
  content: '';
  width: 20px;
  height: 4px;
  background: #7633ff;
}

.main .title .subject span {
  font-size: 28px;
  color: #332f3b;
  white-space: nowrap;
  font-weight: 600;
}

.main .title .more {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main .title .more span {
  font-size: 14px;
  color: #56525c;
  font-weight: 600;
}

.main .newscolumn {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-top: 26px;
}

.main .newscolumn li figure {
  display: flex;
  gap: 32px;
}

.main .newscolumn li figure figcaption {
  order: 1;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 23px;
}

.main .newscolumn li figure figcaption .time_info {
  display: flex;
  height: fit-content;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 10px;
  white-space: nowrap;
  background: #f1f1f1;
  border-radius: 10px;
}

.main .newscolumn li figure figcaption .time_info span {
  font-size: 38px;
  color: #332f3b;
  font-weight: 600;
}

.main .newscolumn li figure figcaption .time_info time {
  font-size: 16px;
  color: #332f3b;
  font-weight: 600;
}

.main .newscolumn li figure figcaption article {
  display: flex;
  flex: 1;
  overflow: hidden;
  min-height: 102px;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.main .newscolumn li figure figcaption article .tag-type {
  font-size: 14px;
  line-height: 1.4;
  color: #1aa6a6;
  font-weight: 600;
}

.main .newscolumn li figure figcaption article .tag-type em {
  font-style: normal;
  color: #1aa6a6;
}

.main .newscolumn li figure figcaption article span {
  font-size: 20px;
  color: #332f3b;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  display: block;
}

.main .newscolumn li figure figcaption article p {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 26px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.main .newscolumn li figure .cover {
  width: 30%;
  height: 160px;
  order: 2;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
}

.main .newscolumn li figure .cover .Image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .newscolumn li.tag-news-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.main .newscolumn li.tag-news-empty {
  padding: 28px 12px;
  color: #999;
  list-style: none;
}

.main .newscolumn li:hover figure figcaption .time_info {
  background: #e8dcff;
}

.main .newscolumn li:hover figure figcaption .time_info span,
.main .newscolumn li:hover figure figcaption .time_info time {
  color: #7633ff;
}

.main .newscolumn li:hover figure figcaption article span {
  color: #7633ff;
}

.main .video_arrange {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
  gap: 22px;
}

.main .video_arrange li {
  width: calc(100% / 3 - 15px);
}

.main .video_arrange li figure {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(37, 47, 104, 0.1) 0px 2px 10px 0px;
  border: 2px solid transparent;
}

.main .video_arrange li figure .cover {
  position: relative;
  width: 100%;
  height: 185px;
}

.main .video_arrange li figure .cover .Image {
  width: 100%;
  height: 100%;
}

.main .video_arrange li figure .cover .play {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 35px;
  height: 35px;
}

.main .video_arrange li figure .cover .play img {
  width: 100%;
  height: 100%;
}

.main .video_arrange li figure .cover time {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  color: #fefefe;
  white-space: nowrap;
}

.main .video_arrange li figure .cover .duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

.main .video_arrange li figure figcaption {
  height: 60px;
  color: #595561;
  font-size: 14px;
  line-height: 22px;
  padding: 15px;
  background: #f8f5ff;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.main .video_arrange li:hover figure {
  border-color: #8d55fe;
}

.main .video_arrange li:hover figure figcaption {
  background: #8d55fe;
  color: #fff;
}.main .nbaSwitch {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  border-bottom: 3px solid #d0cfd1;
}

.main .nbaSwitch li {
  border-bottom: 2px solid transparent;
}

.main .nbaSwitch li a {
  display: block;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 18px;
  color: #626161;
  font-weight: 600;
  white-space: nowrap;
}

.main .nbaSwitch .active {
  border-bottom-color: #caafff;
}

.main .nbaSwitch .active a {
  color: #7633ff;
}

.main .showMatch {
  height: fit-content;
  background: url(../images/showmatch.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}

.main .showMatch .match_view {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
}

.main .showMatch .match_view ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 1538px;
  overflow-y: auto;
}

.main .showMatch .match_view .match_every {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 10px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #faf8ff;
  border-left: 4px solid #e8dcff;
  white-space: nowrap;
}

.main .showMatch .match_view .match_every:hover {
  background: #e8dcff;
  border-left-color: #935dff;
}

.main .showMatch .match_view .match_every span {
  font-size: 14px;
  color: #615d6a;
}

.main .showMatch .match_view .match_every .kind {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px;
}

.main .showMatch .match_view .match_every .kind .category {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .showMatch .match_view .match_every .kind .category img {
  width: 20px;
  height: auto;
}

.main .showMatch .match_view .match_every .kind time {
  font-size: 14px;
  color: #615d6a;
  display: flex;
  flex-direction: column;
}

.main .showMatch .match_view .match_every .kind time span {
  font-size: 14px;
}

.main .showMatch .match_view .match_every .rank {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 10px;
}

.main .showMatch .match_view .match_li {
  grid-template-columns: 1fr 3fr;
}

.main .showMatch .match_view .match_li > .linkBox {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.main .showMatch .match_view .match_every .rank .team:first-child span {
  text-align: right;
}

.main .showMatch .match_view .match_every .rank .team {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .showMatch .match_view .match_every .rank .team img {
  width: 44px;
  height: auto;
}

.main .showMatch .match_view .match_every .rank .team span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: #4a4a4a;
}

.main .showMatch .match_view .match_every .rank .vs {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 5px;
}

.main .showMatch .match_view .match_every .rank .vs span {
  font-size: 14px;
  color: #7633ff;
  font-weight: 600;
}

.main .showMatch .match_view .match_every .rank .vs span:nth-child(2) {
  color: #615d6a;
}

.main .showMatch .match_view .match_every .operate {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  user-select: none;
}

.main .showMatch .match_view .match_every .operate .backwards {
  display: flex;
  gap: 5px;
}

.main .showMatch .match_view .match_every .operate .backwards span {
  width: 30px;
  height: 24px;
  background: #f1f1f1;
  border-radius: 5px;
  font-size: 14px;
  color: #615d6a;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .showMatch .match_view .match_every .operate .backwards span:nth-child(2) {
  width: fit-content;
  height: fit-content;
  background: transparent;
}

.main .showMatch .match_view .match_every .operate .backwards span:nth-child(4) {
  width: fit-content;
  height: fit-content;
  background: transparent;
}

.main .showMatch .match_view .match_every .operate .status {
  width: 76px;
  height: 25px;
  background: url(../images/operate.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #635f6c;
  font-size: 14px;
}

.main .showMatch .match_view .match_every .operate .status a {
  color: #635f6c;
  font-size: 14px;
}

.main .showMatch .match_view .match_every .wait .status {
  background: url(../images/wait.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .showMatch .match_view .match_every .wait .status,
.main .showMatch .match_view .match_every .wait .status a {
  color: #fff;
}

.main .showMatch .match_view .match_every .start .status {
  background: url(../images/start.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .showMatch .match_view .match_every .start .status,
.main .showMatch .match_view .match_every .start .status a {
  color: #fff;
}.main .showMatch .match_view .match_every .isFen .backwards span {
  background: #e8dcff;
}

.main .showMatch .match_view .head_every {
  background: #e8dcff;
  border: none;
}

.main .showMatch .match_view .head_every span {
  color: #7633ff;
  font-size: 14px;
  font-weight: 600;
}

.main .recom_Video {
  position: relative;
  padding: 50px 0;
}

.main .recom_Video::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 546px;
  height: 623px;
  background: url(../images/bj_left.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .recom_Video::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 538px;
  height: 219px;
  background: url(../images/bj_right.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .hotinte {
  background: url(../images/hotinte.jpg) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding-top: 78px;
  padding-bottom: 68px;
  box-sizing: border-box;
}

.main .hotinte .inte {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}

.main .hotinte .inte .hotinte_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .hotinte .inte .hotinte_title .text {
  display: flex;
  flex-direction: column;
  gap: 12;
  white-space: nowrap;
  user-select: none;
}

.main .hotinte .inte .hotinte_title .text p {
  font-size: 16px;
  color: #c8adff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .hotinte .inte .hotinte_title .text p::before {
  content: '';
  width: 15px;
  height: 3px;
  background: #c8adff;
}

.main .hotinte .inte .hotinte_title .text span {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

.main .hotinte .inte .hotinte_title .column {
  display: flex;
  align-items: center;
  gap: 15px;
}

.main .hotinte .inte .hotinte_title .column li {
  background: url(../images/column.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .hotinte .inte .hotinte_title .column li a {
  display: block;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  user-select: none;
}

.main .hotinte .inte .hotinte_title .column .active {
  background: url(../images/column_active.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .hotinte .inte .hotinte_title .column .active a {
  color: #9a6bfd;
  font-weight: 600;
}

.main .hotinte .inte .cut {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  overflow-x: auto;
  user-select: none;
}

.main .hotinte .inte .cut li {
  border-bottom: 2px solid transparent;
}

.main .hotinte .inte .cut li a {
  display: block;
  padding: 5px 15px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  color: #cfb9ff;
}

.main .hotinte .inte .cut .active {
  border-bottom-color: #fff;
}

.main .hotinte .inte .cut .active a {
  color: #fff;
}.main .hotinte .inte .outside {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.main .hotinte .inte .outside li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  gap: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
  border-left: 3px solid #e8dcff;
  background: #dfd0fe;
  user-select: none;
  white-space: nowrap;
  box-sizing: border-box;
}

.main .hotinte .inte .outside li:hover {
  background: #ffffff;
  border-left-color: #8c55fd;
}

.main .hotinte .inte .outside li span {
  font-size: 16px;
  font-weight: 600;
  color: #444047;
}

.main .hotinte .inte .outside li:first-child {
  border-left: none;
  background: #e8dcff;
}

.main .hotinte .inte .outside li:first-child span {
  color: #7633ff;
  font-size: 16px;
  font-weight: 600;
}

.main .hotinte .inte .outside li:first-child span:nth-child(2) {
  padding-left: 20px;
}

.main .hotinte .inte .outside li:first-child span:last-child {
  text-align: right;
}

.main .hotinte .inte .outside li:nth-child(n+5) .rank {
  color: #444047;
}

.main .hotinte .inte .outside li .rank {
  width: 30px;
  height: 27px;
  background: #ede4ff;
  text-align: center;
  line-height: 27px;
  color: #7633ff;
  font-weight: 600;
}

.main .hotinte .inte .outside li .linkBox {
  width: 100%;
  overflow: hidden;
}

.main .hotinte .inte .outside li .linkBox .team {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main .hotinte .inte .outside li .linkBox .team img {
  width: 22px;
  height: auto;
}

.main .hotinte .inte .outside li .linkBox .team span {
  font-size: 14px;
  color: #444047;
  text-align: left;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .hotinte .inte .outside li .integral {
  text-align: right;
  font-weight: 600;
  color: #7633ff;
  padding-right: 10px;
  box-sizing: border-box;
}

.main .hotinte .inte .arrange li {
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.main .hotinte .inte .arrange li .linkBox .team img {
  width: 27px;
}

.main .hotinte .inte .arrange li:first-child span:nth-child(2) {
  padding-left: 0;
}

.main .hotinte .inte .arrange .place {
  text-align: center;
}

.main .hotinte .inte .standings,
.main .hotinte .inte .players {
  width: calc(100% / 2 - 12px);
}

.main .recomNew {
  position: relative;
  padding: 68px 0;
}

.main .recomNew::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 546px;
  height: 623px;
  background: url(../images/recomnew_left.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: rotate(360deg);
}

.main .recomNew::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 538px;
  height: 219px;
  background: url(../images/bj_right.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.commMain {
  padding-top: 70px;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'unicons';
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #595561;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: 'unicons';
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #8c55fd;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

body.light .progress-wrap {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

body.light .progress-wrap::after {
  color: #1f2029;
}

body.light .progress-wrap svg.progress-circle path {
  stroke: #1f2029;
}

.outside {
  padding: 40px 0;
}

.outside .videolist {
  width: 100%;
}

.outside .package {
  display: flex;
  gap: 20px;
}

.outside .package .within {
  width: 70%;
}

.outside .package .within .newslist .tag-latest-matches {
  margin-top: 8px;
  padding-top: 22px;
  border-top: 1px solid #ece8f4;
  width: 100%;
}

.outside .package .within .newslist .tag-latest-matches .aside_title {
  margin-bottom: 14px;
}

.outside .package .within .newslist .tag-latest-matches .vertical {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.outside .package .within .newslist .tag-latest-matches .vertical li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.outside .package .within .newslist .tag-latest-matches .today-match-link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.outside .package .within .newslist .tag-latest-matches .today-match-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}

.outside .package .within .newslist .tag-latest-matches .match-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  width: 100%;
}

.outside .package .within .newslist .tag-latest-matches .match-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  width: 100%;
}

.outside .package .within .newslist .tag-latest-matches .match-teams .team {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.outside .package .within .newslist .tag-latest-matches .match-teams .team.home {
  justify-content: flex-end;
}

.outside .package .within .newslist .tag-latest-matches .match-teams .team.away {
  justify-content: flex-start;
}

.outside .package .within .newslist .tag-latest-matches .match-teams .team img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 22px;
}

.outside .package .within .newslist .tag-latest-matches .match-teams .name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.outside .package .within .newslist .tag-latest-matches .match-teams .team.home .name {
  text-align: right;
}

.outside .package .within .tag-latest-matches {
  margin-top: 24px;
  width: 100%;
}

.outside .package .within .tag-latest-matches .aside_title {
  margin-bottom: 14px;
}

.outside .package .within .tag-latest-matches .today-match-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #ece8f4;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.outside .package .within .tag-latest-matches .today-match-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.outside .package .within .tag-latest-matches .today-match-link:hover .today-match-row {
  border-color: #d9cbff;
  background: #faf7ff;
}

.outside .package .within .tag-latest-matches .match-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.outside .package .within .tag-latest-matches .match-time {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  color: #413d48;
  white-space: nowrap;
}

.outside .package .within .tag-latest-matches .match-league {
  flex: 0 1 auto;
  max-width: calc(100% - 130px);
  padding: 4px 10px;
  border: 1px solid #c9b0ff;
  border-radius: 6px;
  background: #f3ecff;
  color: #7633ff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.outside .package .within .tag-latest-matches .match-status {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 3px 10px;
  border-radius: 999px;
  background: #fff8eb;
  color: #f4a83b;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.outside .package .within .tag-latest-matches .match-teams {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  width: 100%;
}

.outside .package .within .tag-latest-matches .match-teams .team {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.outside .package .within .tag-latest-matches .match-teams .team.home {
  justify-content: flex-end;
}

.outside .package .within .tag-latest-matches .match-teams .team.away {
  justify-content: flex-start;
}

.outside .package .within .tag-latest-matches .match-teams .team img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.outside .package .within .tag-latest-matches .match-teams .name {
  min-width: 0;
  font-size: 13px;
  color: #413d48;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.outside .package .within .tag-latest-matches .match-teams .team.home .name {
  text-align: right;
}

.outside .package .within .tag-latest-matches .match-teams .vs {
  font-size: 12px;
  color: #9e6fff;
  font-weight: 700;
}

.outside .package .within .tag-latest-matches .vertical {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.outside .package .aside {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.outside .package .aside .hotnews {
  width: 100%;
  overflow: hidden;
}

.outside .package .aside .hotnews.aside-teams .aside-team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}

.outside .package .aside .hotnews.aside-teams .aside-team-item {
  width: calc(33.33% - 6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.outside .package .aside .hotnews.aside-teams .aside-team-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 50%;
  background: #f5f5f5;
  display: block;
  margin-bottom: 6px;
}

.outside .package .aside .hotnews.aside-teams .aside-team-item span {
  font-size: 12px;
  line-height: 1.35;
  color: #413d48;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.outside .package .aside .hotnews.aside-teams .aside-team-item:hover span {
  color: #7633ff;
}

.outside .package .aside .hotnews .vertical {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.outside .package .aside .hotnews .vertical li {
  width: 100%;
  padding-left: 3px;
}

.outside .package .aside .hotnews .vertical li:hover a p {
  color: #7633ff;
}

.outside .package .aside .hotnews .vertical li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.outside .package .aside .hotnews .vertical li a .icon {
  position: relative;
}

.outside .package .aside .hotnews .vertical li a .icon .iconfont {
  font-size: 24px;
  color: #d2d2d2;
}

.outside .package .aside .hotnews .vertical li a .icon .strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.outside .package .aside .hotnews .vertical li a p {
  font-size: 16px;
  color: #413d48;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}

.outside .package .aside .hotnews .vertical li:nth-child(1) {
  padding-left: 0;
}

.outside .package .aside .hotnews .vertical li:nth-child(1) a .icon .iconfont {
  color: #f43f3b;
  font-size: 30px;
}

.outside .package .aside .hotnews .vertical li:nth-child(1) a .icon .strong {
  transform: translate(-50%, -30%);
}

.outside .package .aside .hotnews .vertical li:nth-child(2) {
  padding-left: 0;
}

.outside .package .aside .hotnews .vertical li:nth-child(2) a .icon .iconfont {
  color: #f4a83b;
  font-size: 30px;
}

.outside .package .aside .hotnews .vertical li:nth-child(2) a .icon .strong {
  transform: translate(-50%, -30%);
}

.outside .package .aside .hotnews .vertical li:nth-child(3) {
  padding-left: 0;
}

.outside .package .aside .hotnews .vertical li:nth-child(3) a .icon .strong {
  transform: translate(-50%, -30%);
}

.outside .package .aside .hotnews .vertical li:nth-child(3) a .icon .iconfont {
  color: #f4a83b;
  font-size: 30px;
}

.outside .package .aside .suggestMatch {
  width: 100%;
  overflow: hidden;
}

.outside .package .aside .suggestMatch .vertical {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.outside .package .aside .suggestMatch .vertical li {
  display: flex;
  flex-direction: column;
}

.outside .package .aside .suggestMatch .vertical li .simple {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.outside .package .aside .suggestMatch .vertical li .simple time {
  font-size: 12px;
  color: #413d48;
  white-space: nowrap;
  font-weight: bold;
}

.outside .package .aside .suggestMatch .vertical li .simple .category {
  font-size: 16px;
  padding: 5px 15px;
  background: #e8dcff;
  border-radius: 5px;
}

.outside .package .aside .suggestMatch .vertical li .simple .category a {
  color: #9e6fff;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.outside .package .aside .suggestMatch .vertical li .individual {
  display: flex;
  align-items: center;
  padding: 12px 0;
  box-sizing: border-box;
  gap: 10px;
}

.outside .package .aside .suggestMatch .vertical li .individual .team {
  flex: 1;
  overflow: hidden;
}

.outside .package .aside .suggestMatch .vertical li .individual .team .linkBox {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.outside .package .aside .suggestMatch .vertical li .individual .team .linkBox img {
  width: auto;
  height: 32px;
}

.outside .package .aside .suggestMatch .vertical li .individual .team .linkBox span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #413d48;
  font-weight: bold;
}

.outside .package .aside .suggestMatch .vertical li .individual .team:first-child .linkBox span {
  text-align: right;
}

.outside .package .aside .suggestMatch .vertical li .individual .vs {
  display: flex;
  align-items: center;
}

.outside .package .aside .suggestMatch .vertical li .individual .vs img {
  width: auto;
  height: 22px;
}

.outside .package .aside .suggestMatch .vertical li .status {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #f7f3ff;
}

.outside .package .aside .suggestMatch .vertical li .status .linkBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  user-select: none;
}

.outside .package .aside .suggestMatch .vertical li .status .linkBox img {
  width: 26px;
  height: 26px;
}

.outside .package .aside .suggestMatch .vertical li .status .linkBox span {
  font-size: 14px;
  color: #413d48;
  font-weight: bold;
}

.outside .package .aside .latest_video {
  width: 100%;
  overflow: hidden;
}

.outside .package .aside .latest_video .upright {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.outside .package .aside .latest_video .upright li {
  position: relative;
  width: 100%;
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
}

.outside .package .aside .latest_video .upright li .cover {
  width: 100%;
  height: 100%;
}

.outside .package .aside .latest_video .upright li .cover .Image {
  width: 100%;
  height: 100%;
}

.outside .package .aside .latest_video .upright li .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
}

.outside .package .aside .latest_video .upright li .play img {
  width: 100%;
  height: 100%;
}

.outside .package .aside .latest_video .upright li time {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

.outside .package .aside .latest_video .upright li .duration {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

.outside .package .aside .latest_video .upright li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  background: rgba(69, 69, 68, 0.3);
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.aside_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #d0cfd1;
  padding: 10px 5px;
  margin-bottom: 20px;
}

.aside_title .topic {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  user-select: none;
}

.aside_title .topic span {
  color: #413d48;
  font-size: 18px;
  font-weight: bold;
}

.aside_title .topic p {
  font-size: 14px;
  color: #7633ff;
  font-weight: bold;
}

.aside_title .more {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #7633ff;
  gap: 5px;
}

.aside_title .more span {
  color: #7633ff;
  font-weight: bold;
}

.aside_title .more .iconfont {
  font-size: 12px;
}

.together {
  width: 100%;
  padding: 10px;
}

.together h1 {
  font-size: 30px;
  color: #413d48;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.together .definite {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 10px 0;
}

.together .definite .itemize {
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
  white-space: nowrap;
}

.together .definite .itemize .category {
  border: 2px solid #f0e8ff;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
  color: #e9ddff;
}

.together .definite .itemize span {
  font-size: 12px;
  font-weight: bold;
  color: #909090;
}

.together .definite .tiem_info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.together .definite .tiem_info .iconfont {
  font-size: 20px;
  color: #ccaaff;
}

.together .definite .tiem_info time {
  font-size: 12px;
  font-weight: bold;
  color: #909090;
}

.together .screen {
  position: relative;
  width: 100%;
  height: 347px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}

.together .screen .Image {
  width: 100%;
  height: 100%;
}

.together .screen .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 87px;
  height: 87px;
}

.together .screen .play img {
  width: 100%;
  height: 100%;
}

.together .forward {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0;
}

.together .forward .social-share-icon {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
}

.together .eventName {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.together .eventName ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.together .eventName ul li {
  white-space: nowrap;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #1f2937;
  flex-wrap: wrap;
}

.together .eventName ul li span,
.together .eventName ul li a {
  color: #1f2937;
}

.together .eventName>span,
.together .eventName p {
  font-size: 12px;
  color: #1f2937;
}

.relatedvideos {
  margin-top: 20px;
}

.article {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article p {
  font-size: 14px;
  color: #1f2937;
  line-height: 26px;
  text-indent: 20px;
}

.article img {
  margin: 0 auto;
  width: 80% !important;
  height: auto;
  display: block;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px, rgba(0, 0, 0, 0.08) 0px 4px 12px 0px;
}

.switchbar {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.switchbar li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.switchbar li span {
  font-size: 12px;
  color: #413d48;
  white-space: nowrap;
}

.switchbar li a {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
  color: #7633ff;
}

.main .matchlist {
  background: none;
  padding: 30px 0;
}

.main .matchlist .match_view ul {
  max-height: fit-content;
  overflow: unset;
}

.biggame {
  position: relative;
  width: 100%;
  height: 350px;
  background: url("../images/biggame.png") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.biggame .source {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.biggame .source span,
.biggame .source a {
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.biggame .source a {
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.biggame .bisaibox {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  align-items: center;
  box-sizing: border-box;
  gap: 25px;
  padding: 20px;
  box-sizing: border-box;
}

.biggame .bisaibox .video_competition_team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  overflow: hidden;
}

.biggame .bisaibox .video_competition_team .competition_team_img {
  width: auto;
  height: 80px;
}

.biggame .bisaibox .video_competition_team .competition_team_img img {
  width: 100%;
  height: 100%;
}

.biggame .bisaibox .video_competition_team p {
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: bold;
}

.biggame .bisaibox .vs_info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.biggame .bisaibox .vs_info .vs_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.biggame .bisaibox .vs_info .vs_center .vs {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  color: #ffffff;
}

.biggame .bisaibox .vs_info .vs_center .vs span {
  font-size: 20px;
}

.biggame .bisaibox .vs_info .vs_center .vs .divide {
  font-size: 20px;
  color: #ffffff;
}

.biggame .bisaibox .vs_info .vs_center .vs .divide:last-child {
  text-align: right;
}

.biggame .bisaibox .vs_info .vs_center time,
.biggame .bisaibox .vs_info .vs_center span {
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
}

.biggame .bisaibox .vs_info .vs_center .status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  background: #dfd0fe;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.biggame .bisaibox .vs_info .vs_center .specification {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  color: #ffffff;
  text-align: center;
}

.switching {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.switching .modetoggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

.switching .modetoggle li {
  width: fit-content;
  height: fit-content;
  border-bottom: 3px solid transparent;
}

.switching .modetoggle li a {
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #413d48;
  white-space: nowrap;
  font-weight: bold;
}

.switching .modetoggle .active {
  border-bottom-color: #7633ff;
}

.switching .modetoggle .active a {
  color: #7633ff;
}

.switching .option_view {
  margin-top: 10px;
  width: 100%;
}

.switching .option_view .item {
  width: 100%;
}

.switching .option_view .item .textInfor {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.switching .option_view .item .textInfor p {
  color: #413d48;
  font-size: 12px;
}

.switching .option_view .item .textInfor a {
  color: #413d48;
  font-size: 12px;
}

.switching .option_view .item .textInfor .cue {
  display: flex;
  align-items: center;
  /*white-space: nowrap;*/
}

.switching .option_view .item .textInfor .cue .ul-signal {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.switching .option_view .item .textInfor .cue .ul-signal li {
  font-size: 12px;
  font-weight: bold;
}

.switching .option_view .item .textInfor .cue .ul-signal li a {
  color: #7633ff;
  font-weight: bold;
  white-space: nowrap;
  animation: flicker 3s linear infinite forwards;
  display: inline-block;
}

@keyframes flicker {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.switching .option_view .item .textInfor>p {
  line-height: 22px;
  font-size: 12px;
}

.switching .option_view .item .time_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.switching .option_view .item .time_info li {
  display: flex;
  align-items: center;
  gap: 22px;
}

.switching .option_view .item .time_info li img {
  width: 25px;
  height: auto;
}

.switching .option_view .item .time_info li p {
  font-size: 12px;
  color: #413d48;
  padding: 10px 15px;
  border-radius: 10px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.switching .option_view .item .time_info .end p {
  color: #dd442f;
}

.switching .option_view .item .time_info .warn p {
  color: #fdde66;
}

.switching .option_view .item .intelligence {
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 20px;
}

.switching .option_view .item .intelligence .intelligence_view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 25px;
}

.switching .option_view .item .intelligence .intelligence_view .separate {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.switching .option_view .item .intelligence .intelligence_view .separate:last-child {
  grid-column: 1 / span 2;
}

.switching .option_view .item .intelligence .intelligence_view .separate .hold {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.switching .option_view .item .intelligence .intelligence_view .separate .hold .hold_title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #1f2937;
  gap: 5px;
  font-weight: bold;
}

.switching .option_view .item .intelligence .intelligence_view .separate .hold .hold_title::before {
  content: '';
  width: 19px;
  height: 15px;
  background: #dbdbdb;
}

.switching .option_view .item .intelligence .intelligence_view .separate .hold ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #def8fd;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
}

.switching .option_view .item .intelligence .intelligence_view .separate .hold ul li {
  background: #a2de68;
  font-size: 14px;
  color: #1f2937;
  padding: 10px 20px;
}

.switching .option_view .item .intelligence .intelligence_view .separate .profit .hold_title::before {
  background: #f79c9c;
}

.switching .option_view .item .intelligence .intelligence_view .separate .profit ul {
  background: #f79c9c;
}

.switching .option_view .item .intelligence .intelligence_view .separate .profit ul li {
  background: #ff0000;
}

.switching .option_view .item .intelligence .intelligence_view .separate .harmful .hold_title::before {
  background: #acedfb;
}

.switching .option_view .item .intelligence .intelligence_view .separate .harmful ul {
  background: #acedfb;
}

.switching .option_view .item .intelligence .intelligence_view .separate .harmful ul li {
  background: #1784d5;
}

.switching .option_view .item .rank {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  gap: 20px;
}

.switching .option_view .item .rank .linkBox {
  flex: 1;
  overflow: hidden;
}

.switching .option_view .item .rank .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.switching .option_view .item .rank .team img {
  width: auto;
  height: 45px;
}

.switching .option_view .item .rank .team span {
  white-space: nowrap;
  font-size: 16px;
  color: #232d3e;
  font-weight: bold;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.switching .option_view .item .army {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  gap: 10px;
}

.switching .option_view .item .army .team {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.switching .option_view .item .army .team:first-child span {
  text-align: right;
}

.switching .option_view .item .army .team img {
  width: auto;
  height: 26px;
}

.switching .option_view .item .army .team span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.switching .option_view .item .army .vs {
  text-align: center;
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
}

.switching .option_view .item .item_title {
  font-size: 14px;
  color: #413d48;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 10px;
}

.switching .option_view .item .confront {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
}

.switching .option_view .item .confront .confront_title {
  font-size: 16px;
  user-select: none;
  color: #413d48;
}

.switching .option_view .item .confront .entrty {
  display: flex;
  flex-direction: column;
}

.switching .option_view .item .confront .entrty li {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 4fr 1fr;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}

.switching .option_view .item .confront .entrty li:first-child {
  padding-top: 0;
}

.switching .option_view .item .confront .entrty li time {
  font-size: 14px;
  white-space: nowrap;
  color: #413d48;
}

.switching .option_view .item .confront .entrty li .compare {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 30px;
}

.switching .option_view .item .confront .entrty li .compare>a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.switching .option_view .item .confront .entrty li .compare .team {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.switching .option_view .item .confront .entrty li .compare .team img {
  width: 27px;
  height: auto;
}

.switching .option_view .item .confront .entrty li .compare .team p {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #413d48;
}

.switching .option_view .item .confront .entrty li .compare .team:first-child p {
  text-align: right;
}

.switching .option_view .item .confront .entrty li .compare .vs {
  display: flex;
  align-items: center;
}

.switching .option_view .item .confront .entrty li .compare .vs span {
  font-size: 14px;
  white-space: nowrap;
  color: #413d48;
}

.switching .option_view .item .confront .entrty li .specs {
  white-space: nowrap;
  font-size: 14px;
  color: #413d48;
}

.switching .option_view .item .war {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.switching .option_view .item .war .war_title {
  font-size: 16px;
  user-select: none;
  color: #413d48;
}

.switching .option_view .item .war .warContent {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.switching .option_view .item .war .warContent .outer {
  width: calc(100% / 2 - 10px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.switching .option_view .item .war .warContent .outer ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.switching .option_view .item .war .warContent .outer ul li {
  display: grid;
  align-items: center;
}

.switching .option_view .item .war .warContent .outer ul li .teamBox {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  align-items: center;
  width: 100%;
  overflow: hidden;
}


.switching .option_view .item .war .warContent .outer ul li .team {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.switching .option_view .item .war .warContent .outer ul li .team img {
  width: auto;
  height: 40px;
}

.switching .option_view .item .war .warContent .outer ul li .team p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #413d48;
}

.switching .option_view .item .war .warContent .outer ul li .teamInfo {
  color: #413d48;
  text-align: center;
}

.switching .option_view .item .war .warContent .outer ul li .teamInfo .linkBox {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.switching .option_view .item .war .warContent .outer ul li .teamInfo .linkBox .vs {
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 5px;
}

.switching .option_view .item .war .warContent .outer ul li .teamInfo .linkBox .vs span {
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  color: #413d48;
}

.switching .option_view .item .war .warContent .outer ul li .teamInfo .linkBox .vs span:first-child {
  text-align: right;
}

.switching .option_view .item .war .warContent .outer ul li .teamInfo .linkBox .vs span:last-child {
  text-align: left;
}

.switching .option_view .item .war .warContent .outer ul li .teamInfo .linkBox time {
  width: 100%;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  color: #413d48;
}

.switching .option_view .item .war .warContent .outer ul li .teamInfo .specs {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  color: #413d48;
}

.switching .option_view .item .war .warContent .outer ul li .teamInfo .specs a {
  color: #413d48;
}

.switching .option_view .item .war .warContent .outer .check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.switching .option_view .item .war .warContent .outer .check a {
  white-space: nowrap;
  font-size: 12px;
  color: #7633ff;
}

.bigList {
  padding: 20px;
  margin: 20px 0;
}

.bigList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bigList ul li {
  width: calc(100% / 3 - 14px);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 5px;
  box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  user-select: none;
  background: #dfd0fe;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
}

.bigList ul li time,
.bigList ul li a {
  color: #354455;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
}

.bigList ul li .status {
  text-align: right;
}

.bigList ul li .rank {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}

.bigList ul li .rank .linkBox {
  flex: 1;
  overflow: hidden;
}

.bigList ul li .rank .linkBox:first-child .team {
  text-align: right;
}

.bigList ul li .rank .team {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #354455;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
}

.bigList ul li .rank .vs {
  color: #354455;
  font-weight: 600;
  font-size: 14px;
}

.show {
  display: block;
}

.hotMatch {
  padding: 20px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.hotMatch ol {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hotMatch ol li {
  background: #dfd0fe;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
}

.hotMatch ol li a {
  display: block;
  padding: 5px 10px;
  color: #354455;
  font-weight: 600;
  font-size: 14px;
}

.switching .option_view .item .intelligence .intelligence_view .separate .hold ul .qb-status-1 {
  background: #da9ae9;
}

.switching .option_view .item .intelligence .intelligence_view .separate .hold ul .qb-status-2 {
  background: #a2de68;
}

.switching .option_view .item .intelligence .intelligence_view .separate .hold ul .qb-status-3 {
  background: #18caf0;
}

.switching .option_view .item .intelligence .intelligence_view .separate .hold ul .qb-status-4 {
  background: #fdde66;
}

.switching .option_view .item .intelligence .intelligence_view .separate .hold ul .qb-status-5 {
  background: #f64444;
}

@media screen and (max-width: 1000px) {
  .header .nav .operate{
    display: flex;
  }
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }
  .site-header {
    padding: 0 10px;
    /* 不能 overflow:hidden，否则会裁掉下方展开的导航 */
    overflow: visible;
  }
  .site-header__inner {
    position: relative;
    min-height: 64px;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }
  .site-brand img {
    height: 36px;
  }
  /* fixed 抽屉，避免被父级裁剪；收起时不占位、不撑宽 */
  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    width: 100%;
    max-width: 100%;
    height: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    background: #cfb8fe;
    z-index: 200;
    visibility: hidden;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav.is-open {
    height: calc(100vh - 64px);
    max-height: calc(100vh - 64px);
    padding: 12px 16px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    pointer-events: auto;
  }
  .site-nav__link {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 16px;
    border-radius: 12px;
    color: #4b3b78;
    background: transparent;
  }
  .site-nav__link:hover,
  .site-nav__link.is-active {
    background: #fff;
    color: #7633ff;
    box-shadow: none;
  }
  .site-nav__item {
    width: 100%;
  }
  .site-nav__drop {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    min-width: 0;
    width: 100%;
    margin-top: 4px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .site-nav__drop a {
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
  }
  .site-nav__drop a:hover {
    background: #fff;
  }
  .site-search {
    display: none;
  }
  .site-burger {
    display: block;
  }
  .main .showMatch {
    padding: 70px 10px;
  }

  .main .recom_Video {
    padding: 50px 10px;
  }

  .main .hotinte {
    padding: 0 10px;
    padding-top: 78px;
    padding-bottom: 68px;
  }

  .main .recomNew {
    padding: 68px 10px;
  }

  .header {
    padding: 0 10px;
    background: #cfb8fe;
  }

  .header .nav .select {
    position: absolute;
    left: 0;
    top: 78px;
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    background: #cfb8fe;
    z-index: 99;
  }

  .header .nav .select ul {
    flex-direction: column;
    height: 100%;
    user-select: none;
  }

  .header .nav .select ul li {
    width: 100%;
  }

  .header .nav .select ul .active {
    background: #fff;
  }

  .header .nav .select ul li a {
    width: 100%;
  }

  .header .nav {
    justify-content: space-between;
    align-items: center;
  }

  .header .nav .operate .search {
    display: none;
  }

  .header .nav .operate {
    justify-content: flex-end;
  }

  .header .nav .operate .burger {
    display: block;
  }

  .main .hotinte .inte {
    gap: 10px;
  }

  .main .hotinte .inte .standings,
  .main .hotinte .inte .players {
    width: calc(100% / 2 - 5px);
  }

  .main .showMatch .match_view .match_every {
    padding: 10px;
  }

  .main .showMatch .match_view .match_every .operate {
    gap: 10px;
  }

  .main .hotinte .inte .outside li {
    padding: 10px 5px;
  }

  .main .video_arrange li {
    width: calc(100% / 2 - 11px);
  }

  .Jump {
    display: none;
  }

  .bigList ul li {
    width: calc(100% / 2 - 10px);
  }
}

@media screen and (min-width: 1001px) {
  .header .nav .select {
    height: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 0.26667rem;
    height: 1.25333rem;
  }

  .switching .option_view .item .war .war_title {
    font-size: 0.34667rem;
  }

  .header .nav {
    gap: 0.26667rem;
  }

  .header .nav .operate .burger {
    transform: scale(0.7);
  }

  .header .nav .select {
    top: 1.30667rem;
  }

  .main .showMatch {
    padding: 0.93333rem 0.13333rem;
  }

  .main .title .subject {
    gap: 0.2rem;
  }

  .main .title .subject p {
    font-size: 0.37333rem;
    gap: 0.16rem;
  }

  .main .title .subject p::before {
    width: 0.4rem;
  }

  .main .title .subject span {
    font-size: 0.50667rem;
  }

  .main .title .more {
    gap: 0.06667rem;
  }

  .main .title .more span {
    font-size: 0.32rem;
  }

  .main .categorySwitch li a {
    padding: 0.13333rem 0.26667rem;
    font-size: 0.37333rem;
    white-space: nowrap;
  }

  .main .showMatch .match_view .match_every {
    padding: 0.13333rem;
    grid-template-columns: auto;
    gap: 0.26667rem;
  }

  .main .showMatch .match_view .match_every .operate .backwards {
    justify-content: center;
  }

  .main .showMatch .match_view .head_every {
    grid-template-columns: 1fr 3fr 1fr;
  }

  .main .showMatch .match_view .head_every span {
    font-size: 0.32rem;
  }

  .main .showMatch .match_view .match_every .kind {
    gap: 0.13333rem;
  }

  .main .showMatch .match_view .match_every .rank {
    gap: 0.13333rem;
  }

  .main .showMatch .match_view .match_every .operate {
    gap: 0.13333rem;
  }

  .main .showMatch .match_view .match_every .kind .category {
    gap: 0.13333rem;
  }

  .main .showMatch .match_view .match_every .kind .category img {
    width: 0.53333rem;
  }

  .main .showMatch .match_view .match_every span {
    font-size: 0.32rem;
  }

  .main .showMatch .match_view .match_every .kind time span {
    font-size: 0.32rem;
  }

  .main .showMatch .match_view .match_every .kind time {
    font-size: 0.32rem;
  }

  .main .showMatch .match_view .match_every .rank .vs span {
    font-size: 0.34667rem;
  }

  .main .showMatch .match_view .match_every .rank .team {
    gap: 0.13333rem;
  }

  .main .showMatch .match_view .match_every .rank .team img {
    width: 0.72rem;
  }

  .main .showMatch .match_view .match_every .operate .backwards span {
    width: 0.53333rem;
    height: 0.45333rem;
    font-size: 0.32rem;
  }

  .main .showMatch .match_view .match_every .operate .status {
    width: 1.54667rem;
    height: 0.6rem;
  }

  .main .showMatch .match_view .match_every .operate .status a {
    font-size: 0.32rem;
  }

  .main .video_arrange {
    gap: 0.29333rem;
    margin-top: 0.48rem;
  }

  .main .recom_Video::before {
    width: 7.28rem;
    height: 8.30667rem;
  }

  .main .video_arrange li {
    width: calc(100% / 2 - 0.14667rem);
  }

  .main .video_arrange li figure {
    border-radius: 0.13333rem;
  }

  .main .video_arrange li figure .cover {
    height: 4.4rem;
  }

  .main .video_arrange li figure .cover .play {
    left: 0.13333rem;
    bottom: 0.13333rem;
    width: 0.73333rem;
    height: 0.73333rem;
  }

  .main .video_arrange li figure .cover time {
    right: 0.13333rem;
    top: 0.13333rem;
    font-size: 0.29333rem;
  }

  .main .video_arrange li figure .cover .duration {
    right: 0.13333rem;
    bottom: 0.13333rem;
    font-size: 0.29333rem;
  }

  .main .video_arrange li figure figcaption {
    height: 1.13333rem;
    padding: 0.2rem;
    font-size: 0.32rem;
    line-height: 0.42667rem;
  }

  .main .hotinte .inte {
    flex-direction: column;
  }

  .main .hotinte .inte .standings,
  .main .hotinte .inte .players {
    width: 100%;
  }

  .main .hotinte {
    padding: 0 0.13333rem;
    padding-top: 1.04rem;
    padding-bottom: 0.90667rem;
  }

  .main .hotinte .inte .hotinte_title .text p {
    gap: 0.13333rem;
    font-size: 0.34667rem;
  }

  .main .hotinte .inte .hotinte_title .text p::before {
    width: 0.33333rem;
  }

  .main .hotinte .inte .hotinte_title .text span {
    font-size: 0.56rem;
  }

  .main .hotinte .inte .hotinte_title .column {
    gap: 0.2rem;
  }

  .main .hotinte .inte .hotinte_title .column li a {
    padding: 0.13333rem 0.4rem;
    font-size: 0.34667rem;
  }

  .main .hotinte .inte .cut li a {
    padding: 0.06667rem 0.2rem;
    font-size: 0.34667rem;
  }

  .main .hotinte .inte .outside li {
    padding: 0.13333rem 0.06667rem;
    gap: 0.13333rem;
  }

  .main .hotinte .inte .outside li:first-child span {
    font-size: 0.34667rem;
  }

  .main .hotinte .inte .outside li .rank {
    width: 0.53333rem;
    height: 0.49333rem;
    line-height: 0.49333rem;
  }

  .main .hotinte .inte .outside li span {
    font-size: 0.34667rem;
  }

  .main .hotinte .inte .outside li .linkBox .team {
    gap: 0.13333rem;
  }

  .main .hotinte .inte .outside li .linkBox .team img {
    width: 0.56rem;
  }

  .main .hotinte .inte .outside li .linkBox .team span {
    font-size: 0.32rem;
  }

  .main .newscolumn li figure {
    gap: 0.42667rem;
  }

  .main .newscolumn li figure figcaption {
    gap: 0.30667rem;
  }

  .main .newscolumn {
    gap: 0.34667rem;
    padding-top: 0.34667rem;
  }

  .main .newscolumn li figure figcaption .time_info {
    padding: 0.26667rem 0.13333rem;
    gap: 0.13333rem;
    border-radius: 0.13333rem;
  }

  .main .newscolumn li figure figcaption .time_info span {
    font-size: 0.64rem;
  }

  .main .newscolumn li figure figcaption .time_info time {
    font-size: 0.34667rem;
  }

  .main .newscolumn li figure figcaption article span {
    font-size: 0.4rem;
  }

  .main .newscolumn li figure figcaption article {
    gap: 0.16rem;
    height: auto;
    min-height: 1.66667rem;
  }

  .main .newscolumn li figure figcaption article .tag-type {
    font-size: 0.32rem;
  }

  .main .newscolumn li figure figcaption article p {
    font-size: 0.34667rem;
    line-height: 0.48rem;
  }

  .main .newscolumn li figure .cover {
    height: 2.4rem;
    border-radius: 0.13333rem;
  }

  .main .recomNew::before {
    width: 7.28rem;
    height: 8.30667rem;
  }

  .footer {
    padding: 0.48rem 0.24rem 0.4rem;
  }

  .footer .content ul li a {
    font-size: 0.32rem;
    white-space: nowrap;
  }

  .footer .content ul li::after {
    margin: 0 0.10667rem;
  }

  .footer .content ul {
    width: 100%;
    overflow-x: auto;
  }

  .footer .content p,
  .footer .footer-copy,
  .footer .footer-note {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }

  .footer .content {
    gap: 0.24rem;
  }

  .footer .content p .svgCode {
    height: 0.32rem;
  }

  .outside .package {
    flex-direction: column;
  }

  .outside .package .within {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .outside .package .aside {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .page .pagination {
    gap: 0.13333rem;
  }

  .page .pagination li {
    padding: 0.06667rem 0.13333rem;
    border-radius: 0.06667rem;
  }

  .page .pagination li span,
  .page .pagination li a {
    font-size: 0.34667rem;
  }

  .page {
    padding: 0.26667rem;
    margin-top: 0.26667rem;
  }

  .aside_title {
    padding: 0.13333rem 0.06667rem;
    margin-bottom: 0.26667rem;
  }

  .outside .package .aside {
    padding: 0 0.13333rem;
  }

  .outside .package .aside .hotnews.aside-teams .aside-team-grid {
    gap: 0.2rem 0.13333rem;
  }

  .outside .package .aside .hotnews.aside-teams .aside-team-item {
    width: calc(33.33% - 0.09rem);
  }

  .outside .package .aside .hotnews.aside-teams .aside-team-item img {
    width: 0.96rem;
    height: 0.96rem;
    margin-bottom: 0.08rem;
  }

  .outside .package .aside .hotnews.aside-teams .aside-team-item span {
    font-size: 0.29333rem;
  }

  .aside_title .topic span {
    font-size: 0.37333rem;
  }

  .aside_title .topic p {
    font-size: 0.32rem;
  }

  .aside_title .more {
    gap: 0.13333rem;
    font-size: 0.32rem;
  }

  .aside_title .more .iconfont {
    font-size: 0.29333rem;
  }

  .outside .package .aside .hotnews .vertical li a {
    gap: 0.06667rem;
  }

  .outside .package .aside .hotnews .vertical {
    gap: 0.2rem;
  }

  .outside .package .aside .hotnews .vertical li a .icon .strong {
    font-size: 0.32rem;
  }

  .outside .package .aside .hotnews .vertical li:nth-child(1) a .icon .iconfont {
    font-size: 0.6rem;
  }

  .outside .package .aside .hotnews .vertical li:nth-child(2) a .icon .iconfont {
    font-size: 0.6rem;
  }

  .outside .package .aside .hotnews .vertical li:nth-child(3) a .icon .iconfont {
    font-size: 0.6rem;
  }

  .outside .package .aside .hotnews .vertical li a .icon .iconfont {
    font-size: 0.45333rem;
  }

  .outside .package .aside .hotnews .vertical li a p {
    font-size: 0.34667rem;
  }

  .outside .package .aside .suggestMatch .vertical {
    gap: 0.13333rem;
  }

  .outside .package .aside .suggestMatch .vertical li .simple {
    padding-bottom: 0.21333rem;
  }

  .outside .package .aside .suggestMatch .vertical li .individual {
    padding: 0.16rem 0;
    gap: 0.13333rem;
  }

  .outside .package .aside .suggestMatch .vertical li .simple time {
    font-size: 0.32rem;
  }

  .outside .package .aside .suggestMatch .vertical li .simple .category {
    padding: 0.06667rem 0.2rem;
    border-radius: 0.06667rem;
    font-size: 0.34667rem;
  }

  .outside .package .aside .suggestMatch .vertical li .simple .category a {
    font-size: 0.34667rem;
  }

  .outside .package .aside .suggestMatch .vertical li .individual .team .linkBox {
    gap: 0.10667rem;
  }

  .outside .package .aside .suggestMatch .vertical li .individual .team .linkBox span {
    font-size: 0.34667rem;
  }

  .outside .package .aside .suggestMatch .vertical li .individual .team .linkBox img {
    height: 0.56rem;
  }

  .outside .package .aside .suggestMatch .vertical li .individual .vs img {
    height: 0.42667rem;
  }

  .outside .package .aside .suggestMatch .vertical li .status .linkBox img {
    width: 0.48rem;
    height: 0.48rem;
  }

  .outside .package .aside .suggestMatch .vertical li .status .linkBox span {
    font-size: 0.32rem;
  }

  .outside .package .aside .suggestMatch .vertical li .status .linkBox {
    gap: 0.06667rem;
  }

  .outside .package .aside .suggestMatch .vertical li .status {
    height: 0.82667rem;
  }

  .outside .package .aside .latest_video .upright li {
    width: calc(100% / 2 - 0.13333rem);
    height: 4.26667rem;
    border-radius: 0.13333rem;
  }

  .outside .package .aside .latest_video .upright {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.26667rem;
  }

  .outside .package .aside .latest_video .upright li .play {
    width: 0.86667rem;
    height: 0.86667rem;
  }

  .outside .package .aside .latest_video .upright li time {
    font-size: 0.32rem;
    left: 0.06667rem;
    top: 0.06667rem;
  }

  .outside .package .aside .latest_video .upright li .duration {
    font-size: 0.32rem;
    right: 0.06667rem;
    top: 0.06667rem;
  }

  .outside .package .aside .latest_video .upright li p {
    padding: 0.06667rem;
    font-size: 0.32rem;
  }

  .outside {
    padding: 0.53333rem 0;
  }

  .crumbs span {
    gap: 0.13333rem;
  }

  .crumbs {
    gap: 0.13333rem;
    margin-bottom: 0.26667rem;
    padding: 0.13333rem 0.06667rem;
  }

  .crumbs ul li::after {
    margin: 0 0.06667rem;
  }

  .outside .package .within {
    padding: 0 0.13333rem;
  }

  .together {
    padding: 0.13333rem;
  }

  .together h1 {
    font-size: 0.53333rem;
  }

  .together .definite {
    gap: 0.26667rem;
    margin: 0.13333rem 0;
  }

  .together .definite .itemize {
    gap: 0.13333rem;
  }

  .together .definite .tiem_info time {
    font-size: 0.32rem;
  }

  .together .definite .tiem_info {
    gap: 0.13333rem;
  }

  .together .definite .tiem_info .iconfont {
    font-size: 0.4rem;
  }

  .together .definite .itemize .category {
    padding: 0.04rem 0.06667rem;
    border-radius: 0.06667rem;
    font-size: 0.32rem;
  }

  .together .definite .itemize span {
    font-size: 0.32rem;
  }

  .together .forward {
    margin: 0.2rem 0;
  }

  .together .screen {
    border-radius: 0.2rem;
    height: 5.96rem;
  }

  .together .screen .play {
    width: 1.42667rem;
    height: 1.42667rem;
  }

  .together .eventName ul {
    gap: 0.2rem;
  }

  .together .eventName {
    gap: 0.2rem;
    margin-top: 0.26667rem;
  }

  .together .eventName ul li {
    font-size: 0.32rem;
  }

  .together .eventName>span,
  .together .eventName p {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }

  .relatedvideos {
    margin-top: 0.26667rem;
  }

  .article {
    gap: 0.26667rem;
  }

  .article p {
    font-size: 0.34667rem;
    line-height: 0.50667rem;
    text-indent: 0.26667rem;
  }

  .article img {
    width: 100% !important;
    margin-bottom: 0.26667rem;
    border-radius: 0.2rem;
  }

  .switchbar {
    margin-top: 0.4rem;
    gap: 0.2rem;
  }

  .switchbar li {
    gap: 0.13333rem;
  }

  .switchbar li span {
    font-size: 0.32rem;
  }

  .switchbar li a {
    font-size: 0.32rem;
  }

  .switching .modetoggle {
    gap: 0.50667rem;
  }

  .switching .modetoggle li a {
    padding: 0.06667rem 0.13333rem;
    font-size: 0.32rem;
  }

  .switching {
    margin-top: 0.26667rem;
    padding: 0.26667rem;
  }

  .biggame {
    margin-top: 0.26667rem;
    height: 6rem;
    border-radius: 0.13333rem;
  }

  .biggame .source span,
  .biggame .source a {
    font-size: 0.34667rem;
  }

  .biggame .bisaibox {
    gap: 0.33333rem;
    padding: 0.26667rem;
  }

  .biggame .bisaibox .video_competition_team {
    gap: 0.08rem;
  }

  .biggame .bisaibox .video_competition_team .competition_team_img {
    height: 1.06667rem;
  }

  .biggame .bisaibox .video_competition_team p {
    font-size: 0.34667rem;
  }

  .biggame .bisaibox .vs_info .vs_center {
    gap: 0.10667rem;
  }

  .biggame .bisaibox .vs_info .vs_center .specification {
    font-size: 0.34667rem;
  }

  .biggame .bisaibox .vs_info .vs_center .vs .divide {
    font-size: 0.4rem;
  }

  .biggame .bisaibox .vs_info .vs_center .vs span {
    font-size: 0.4rem;
  }

  .biggame .bisaibox .vs_info .vs_center time,
  .biggame .bisaibox .vs_info .vs_center span {
    font-size: 0.34667rem;
  }

  .biggame .bisaibox .vs_info .vs_center .status {
    padding: 0.06667rem 0.13333rem;
    font-size: 0.32rem;
    border-radius: 0.06667rem;
  }

  .switching .option_view .item .textInfor {
    margin-top: 0.26667rem;
    gap: 0.13333rem;
  }

  .switching .option_view .item .textInfor>p {
    font-size: 0.32rem;
  }

  .switching .option_view .item .textInfor p {
    font-size: 0.32rem;
  }
  .switching .option_view .item .textInfor .cue p{
	  flex-shrink:0;
  }

  .switching .option_view .item .textInfor .cue .ul-signal {
    gap: 0.13333rem;
  }

  .switching .option_view .item .textInfor .cue .ul-signal li {
    font-size: 0.34667rem;
  }

  .switching .option_view .item .textInfor>p {
    line-height: 0.45333rem;
  }

  .switching .option_view .item .time_info {
    gap: 0.26667rem;
    margin-top: 0.26667rem;
  }

  .switching .option_view .item .time_info li {
    gap: 0.29333rem;
  }

  .switching .option_view .item .time_info li img {
    width: 0.46667rem;
  }

  .switching .option_view .item .time_info li p {
    padding: 0.13333rem 0.2rem;
    font-size: 0.32rem;
  }

  .switching .option_view .item .intelligence .intelligence_view {
    display: flex;
    flex-direction: column;
  }

  .switching .option_view .item .rank {
    gap: 0.26667rem;
  }

  .switching .option_view .item .rank .team {
    gap: 0.2rem;
  }

  .switching .option_view .item .rank .team img {
    height: 0.86667rem;
  }

  .switching .option_view .item .rank .team span {
    font-size: 0.34667rem;
  }

  .switching .option_view .item .intelligence {
    margin-top: 0.26667rem;
    gap: 0.34667rem;
  }

  .switching .option_view .item .intelligence .intelligence_view .separate .hold {
    gap: 0.2rem;
  }

  .switching .option_view .item .intelligence .intelligence_view .separate .hold .hold_title {
    gap: 0.06667rem;
    font-size: 0.34667rem;
  }

  .switching .option_view .item .intelligence .intelligence_view .separate .hold ul {
    gap: 0.13333rem;
    padding: 0.26667rem 0.13333rem;
    border-radius: 0.2rem;
  }

  .switching .option_view .item .intelligence .intelligence_view .separate .hold ul li {
    padding: 0.13333rem 0.26667rem;
    font-size: 0.34667rem;
  }

  .switching .option_view .item .war .warContent {
    flex-direction: column;
  }

  .switching .option_view .item .war .warContent .outer {
    width: 100%;
  }

  .switching .option_view .item .confront .entrty li .compare {
    gap: 0.13333rem;
  }

  .switching .option_view .item .confront .confront_title {
    font-size: 0.34667rem;
  }

  .switching .option_view .item .confront {
    gap: 0.2rem;
    margin: 0.26667rem 0;
  }

  .switching .option_view .item .confront .entrty li time {
    font-size: 0.34667rem;
  }

  .switching .option_view .item .confront .entrty li .compare .team {
    gap: 0.16rem;
  }

  .switching .option_view .item .confront .entrty li .compare .team img {
    width: 0.49333rem;
  }

  .switching .option_view .item .confront .entrty li .compare .team p {
    font-size: 0.32rem;
  }

  .switching .option_view .item .confront .entrty li .specs {
    font-size: 0.32rem;
  }

  .switching .option_view .item .confront .entrty li .compare .vs span {
    font-size: 0.32rem;
  }

  .switching .option_view .item .confront .entrty li {
    padding: 0.16rem 0;
  }

  .switching .option_view .item .war {
    gap: 0.2rem;
  }

  .switching .option_view .item .war .warContent .outer ul {
    gap: 0.26667rem;
  }

  .switching .option_view .item .war .warContent .outer ul li .team img {
    height: 0.8rem;
  }

  .switching .option_view .item .war .warContent .outer ul li .team p {
    font-size: 0.34667rem;
  }

  .switching .option_view .item .war .warContent .outer ul li .teamInfo .linkBox .vs span {
    font-size: 0.34667rem;
  }

  .switching .option_view .item .war .warContent .outer ul li .teamInfo .linkBox {
    gap: 0.06667rem;
  }

  .switching .option_view .item .war .warContent .outer ul li .teamInfo .linkBox time {
    font-size: 0.32rem;
  }

  .switching .option_view .item .war .warContent .outer ul li .teamInfo .specs {
    font-size: 0.32rem;
  }

  .switching .option_view .item .war .warContent .outer {
    gap: 0.4rem;
  }

  .switching .option_view .item .war .warContent .outer .check a {
    font-size: 0.34667rem;
  }

  .bigList {
    padding: 0.26667rem;
    margin: 0.26667rem 0;
  }

  .bigList ul {
    gap: 0.26667rem;
  }

  .bigList ul li {
    width: 100%;
    padding: 0.13333rem;
    gap: 0.06667rem;
  }

  .bigList ul li time,
  .bigList ul li a {
    font-size: 0.32rem;
  }

  .bigList ul li .rank .team {
    font-size: 0.32rem;
  }

  .bigList ul li .rank {
    gap: 0.06667rem;
  }

  .bigList ul li .rank .vs {
    font-size: 0.32rem;
  }

  .hotMatch ol {
    gap: 0.26667rem;
  }

  .hotMatch {
    padding: 0.26667rem;
    padding-bottom: 0.66667rem;
  }

  .hotMatch ol li a {
    padding: 0.06667rem 0.13333rem;
    font-size: 0.32rem;
  }
}

.zhibo_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.zhibo_btn a,
.zhibo_btn .live-signal-btn {
  background: linear-gradient(135deg, #6a2cf0 0%, #7633ff 55%, #8b55ff 100%);
  color: #fff !important;
  padding: 10px 18px;
  min-width: 108px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(118, 51, 255, 0.28);
  transition: transform .5s, box-shadow .18s ease, filter .18s ease;
  animation: spring-animation 1s infinite alternate;
}

.zhibo_btn a:hover,
.zhibo_btn .live-signal-btn:hover {
  filter: brightness(1.06);
  box-shadow: 0 10px 22px rgba(118, 51, 255, 0.36);
}

.zhibo_btn a:active,
.zhibo_btn .live-signal-btn:active {
  transform: scale(0.9);
  animation: none;
}

@keyframes spring-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.page .pagination li.active a{
  color: #fff;
}.article a{
  color: #7633ff;
}
.article img{
  max-width: 100% !important;
  height: auto !important;
}

/* ===== 首页推荐视频 / 推荐新闻（2026-08-27） ===== */
.main .recom_Video,
.main .recomNew {
  position: relative;
  padding: 56px 0 64px;
}

.main .recom_Video::before,
.main .recom_Video::after,
.main .recomNew::before,
.main .recomNew::after {
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.main .recom_Video > .w,
.main .recomNew > .w {
  position: relative;
  z-index: 1;
}

.main .recom_Video .categorySwitch,
.main .recomNew .categorySwitch {
  margin-top: 6px;
  border-bottom: none !important;
  gap: 10px;
}

.main .recom_Video .categorySwitch li,
.main .recomNew .categorySwitch li {
  border-bottom: none !important;
}

.main .recom_Video .categorySwitch li a,
.main .recomNew .categorySwitch li a {
  padding: 8px 22px;
  border-radius: 999px;
  background: #f2eefb;
  color: #5c5670;
  font-size: 15px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.main .recom_Video .categorySwitch .active a,
.main .recomNew .categorySwitch .active a {
  background: linear-gradient(135deg, #7633ff 0%, #9a5cff 100%);
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(118, 51, 255, 0.28);
}

.main .recom_Video .video_arrange {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.main .recom_Video .video_arrange > li {
  width: auto !important;
}

.main .recom_Video .video_arrange li a {
  display: block;
  height: 100%;
}

.main .recom_Video .video_arrange li figure {
  height: 100%;
  border: 1px solid #ece6f8 !important;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 24px rgba(51, 47, 59, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.main .recom_Video .video_arrange li figure .cover {
  position: relative;
  width: 100%;
  height: 168px;
  overflow: hidden;
  background: linear-gradient(145deg, #2a2240 0%, #4a2d8a 100%);
}

.main .recom_Video .video_arrange li figure:not(:has(.cover))::before {
  content: '';
  display: block;
  height: 168px;
  background: linear-gradient(rgba(42, 34, 64, 0.25), rgba(42, 34, 64, 0.25)), url(/img/202310081829026569.jpg) center/cover no-repeat;
}

.main .recom_Video .video_arrange li figure .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 0.35s ease;
}

.main .recom_Video .video_arrange li figure .cover .play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  z-index: 2;
}

.main .recom_Video .video_arrange li figure .cover .play-badge::after {
  content: '';
  position: absolute;
  left: 19px;
  top: 14px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #7633ff;
}

.main .recom_Video .video_arrange li figure .cover time {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
}

.main .recom_Video .video_arrange li figure figcaption {
  min-height: 72px;
  height: auto !important;
  padding: 14px 16px 16px;
  background: #fff !important;
  color: #3a3545;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  -webkit-line-clamp: 2;
}

.main .recom_Video .video_arrange li:hover figure {
  transform: translateY(-4px);
  border-color: #cdb8ff !important;
  box-shadow: 0 12px 32px rgba(118, 51, 255, 0.14);
}

.main .recom_Video .video_arrange li:hover figure .cover img {
  transform: scale(1.05);
}

.main .recom_Video .video_arrange li:hover figure figcaption {
  background: linear-gradient(135deg, #7633ff 0%, #8d55fe 100%) !important;
  color: #fff !important;
}

.main .recomNew {
  background: linear-gradient(180deg, #faf8ff 0%, #fff 100%);
}

.main .recomNew .newscolumn {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-top: 28px;
  flex-direction: unset;
}

.main .recomNew .newscolumn > li {
  width: auto !important;
}

.main .recomNew .newscolumn li a {
  display: block;
  height: 100%;
}

.main .recomNew .newscolumn li figure {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  gap: 0 !important;
  height: 100%;
  border: 1px solid #ece6f8;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 24px rgba(51, 47, 59, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.main .recomNew .newscolumn li figure .cover {
  order: 0 !important;
  flex: 0 0 38%;
  width: 38% !important;
  height: auto !important;
  min-height: 148px;
  border: none !important;
  border-radius: 0;
}

.main .recomNew .newscolumn li figure .cover img,
.main .recomNew .newscolumn li figure .cover .Image {
  width: 100%;
  height: 100%;
  min-height: 148px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.main .recomNew .newscolumn li figure figcaption {
  order: 1 !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 18px 20px;
  overflow: hidden;
  align-items: flex-start;
}

.main .recomNew .newscolumn li figure figcaption .time_info {
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0;
  height: auto;
}

.main .recomNew .newscolumn li figure figcaption .time_info span {
  font-size: 13px !important;
  font-weight: 700;
  color: #7633ff !important;
  padding: 4px 10px;
  border-radius: 6px;
  background: #f2ebff;
}

.main .recomNew .newscolumn li figure figcaption .time_info time {
  font-size: 13px !important;
  font-weight: 600;
  color: #8a8496 !important;
}

.main .recomNew .newscolumn li figure figcaption .time_info time::before {
  content: '·';
  margin-right: 8px;
  color: #c8c2d4;
}

.main .recomNew .newscolumn li figure figcaption article {
  height: auto !important;
  gap: 0;
}

.main .recomNew .newscolumn li figure figcaption article span {
  font-size: 16px !important;
  line-height: 1.55;
  font-weight: 700;
  color: #2f2b38;
  white-space: normal !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main .recomNew .newscolumn li figure figcaption article p {
  display: none;
}

.main .recomNew .newscolumn li:hover figure {
  transform: translateY(-3px);
  border-color: #cdb8ff;
  box-shadow: 0 12px 32px rgba(118, 51, 255, 0.12);
}

.main .recomNew .newscolumn li:hover figure .cover img {
  transform: scale(1.04);
}

.main .recomNew .newscolumn li:hover figure figcaption .time_info span,
.main .recomNew .newscolumn li:hover figure figcaption .time_info time {
  color: #7633ff !important;
}

.main .recomNew .newscolumn li:hover figure figcaption article span {
  color: #7633ff !important;
}

@media (max-width: 992px) {
  .main .recom_Video .video_arrange {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main .recomNew .newscolumn {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .main .recom_Video,
  .main .recomNew {
    padding: 40px 0 48px;
  }

  .main .recom_Video .video_arrange {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .main .recomNew .newscolumn li figure {
    flex-direction: column !important;
  }

  .main .recomNew .newscolumn li figure .cover {
    flex: none;
    width: 100% !important;
    min-height: 180px;
  }

  .main .recom_Video .categorySwitch li a,
  .main .recomNew .categorySwitch li a {
    padding: 7px 16px;
    font-size: 14px;
  }
}

/* ===== 移动端赛事展示修复 ===== */
@media screen and (max-width: 768px) {
  .main .showMatch .match_view .head_every {
    display: none !important;
  }

  .main .showMatch .match_view .match_every.match_li {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    grid-template-columns: none !important;
    gap: 10px;
    padding: 12px !important;
    border-radius: 12px;
    white-space: normal;
    border-left-width: 3px;
    overflow: hidden;
    box-sizing: border-box;
    min-width: 0;
  }

  /* 关键：球队行与状态行上下排布，避免倒计时把内容挤歪 */
  .main .showMatch .match_view .match_li > .linkBox {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    grid-template-columns: none !important;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }

  .main .showMatch .match_view .match_every .kind {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 8px;
    grid-template-columns: none !important;
    min-width: 0;
  }

  .main .showMatch .match_view .match_every .kind > a {
    min-width: 0;
    flex: 1;
    overflow: hidden;
  }

  .main .showMatch .match_view .match_every .kind .category span {
    font-size: 13px;
    font-weight: 600;
    color: #7633ff;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }

  .main .showMatch .match_view .match_every .kind time {
    flex: none;
    flex-direction: row !important;
    gap: 4px;
    font-size: 12px !important;
    color: #8a8496;
    white-space: nowrap;
  }

  .main .showMatch .match_view .match_every .kind time span {
    font-size: 12px !important;
  }

  .main .showMatch .match_view .match_every .rank {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center;
    width: 100%;
    gap: 6px !important;
    min-width: 0;
  }

  .main .showMatch .match_view .match_every .rank .team {
    gap: 6px !important;
    min-width: 0;
    overflow: hidden;
  }

  .main .showMatch .match_view .match_every .rank .team:first-child {
    justify-content: flex-end;
  }

  .main .showMatch .match_view .match_every .rank .team:first-child span {
    text-align: right;
  }

  .main .showMatch .match_view .match_every .rank .team span {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none !important;
    font-size: 13px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main .showMatch .match_view .match_every .rank .team img {
    width: 32px !important;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .main .showMatch .match_view .match_every .rank .vs {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 28px;
    grid-template-columns: none !important;
  }

  .main .showMatch .match_view .match_every .rank .vs span:first-child,
  .main .showMatch .match_view .match_every .rank .vs span:last-child {
    display: none;
  }

  .main .showMatch .match_view .match_every .rank .vs span:nth-child(2) {
    font-size: 13px !important;
    font-weight: 700;
    color: #7633ff !important;
  }

  .main .showMatch .match_view .match_every .operate {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    grid-template-columns: none !important;
    padding-top: 8px;
    margin-top: 0;
    border-top: 1px dashed #ece6f8;
    gap: 10px;
    min-width: 0;
  }

  .main .showMatch .match_view .match_every .operate .backwards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    gap: 4px;
  }

  .main .showMatch .match_view .match_every .operate .backwards span {
    width: 26px !important;
    height: 22px !important;
    font-size: 12px !important;
    flex: none;
  }

  .main .showMatch .match_view .match_every .operate .status {
    width: auto !important;
    min-width: 72px;
    height: 28px !important;
    padding: 0 12px;
    margin: 0 !important;
    border-radius: 999px;
    background: #f1f1f1 !important;
    background-image: none !important;
    flex: none;
    white-space: nowrap;
  }

  .main .showMatch .match_view .match_every .operate.start .status,
  .main .showMatch .match_view .match_every .operate .status.start {
    background: linear-gradient(135deg, #7633ff, #9a5cff) !important;
  }

  .main .showMatch .match_view .match_every .operate.start .status,
  .main .showMatch .match_view .match_every .operate.start .status a,
  .main .showMatch .match_view .match_every .operate .status.start,
  .main .showMatch .match_view .match_every .operate .status.start a {
    color: #fff !important;
  }

  .main .showMatch .match_view .match_every .operate.wait .status {
    background: linear-gradient(135deg, #4a90e2, #6eb5ff) !important;
  }

  .main .showMatch .match_view .match_every .operate.wait .status,
  .main .showMatch .match_view .match_every .operate.wait .status a {
    color: #fff !important;
  }

  .main .showMatch .match_view .match_every .operate.end .status,
  .main .showMatch .match_view .match_every .operate.end .status a {
    color: #8a8496 !important;
  }

  .main .showMatch .match_view .match_every .operate.start .backwards,
  .main .showMatch .match_view .match_every .operate.end .backwards {
    display: none !important;
  }

  .main .showMatch .match_view ul {
    max-height: none !important;
    overflow-y: visible;
  }
}

/* ===== 首页赛事推荐（热门 is_sclass_hot=1） ===== */
.main .hotMatchRecommend {
  padding: 40px 0 20px;
  background: linear-gradient(180deg, #f3f0ff 0%, #f7f5ff 100%);
}

.main .hotMatchRecommend-panel {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

.main .hotMatchRecommend-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 10px 22px 10px 18px;
  background: linear-gradient(135deg, #6b2cf5 0%, #8d55fe 100%);
  border-radius: 0 999px 999px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.main .hotMatchRecommend-head .icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  position: relative;
  flex-shrink: 0;
}

.main .hotMatchRecommend-head .icon::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 4px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.main .hotMatchRecommend-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main .hotMatchRecommend-grid > li {
  min-width: 0;
}

.main .hotMatchRecommend-grid .hot-match-card {
  --hot-purple: #6c4cff;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 196px;
  padding: 0 0 14px;
  background: #fff;
  border: 1px solid #ebe7f7;
  border-radius: 4px;
  color: #2b2b2b;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(92, 58, 214, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.main .hotMatchRecommend-grid .hot-match-card:hover {
  transform: translateY(-3px);
  border-color: #d9d0ff;
  box-shadow: 0 10px 24px rgba(92, 58, 214, 0.14);
  color: #2b2b2b;
}

.main .hotMatchRecommend-grid .hot-match-league {
  position: relative;
  height: 18px;
  margin: 0 10px;
  background: var(--hot-purple);
}

.main .hotMatchRecommend-grid .hot-match-league span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  min-width: 72px;
  max-width: 78%;
  padding: 7px 16px 10px;
  background: var(--hot-purple);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
}

.main .hotMatchRecommend-grid .hot-match-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  flex: 1;
  padding: 28px 12px 12px;
}

.main .hotMatchRecommend-grid .hot-match-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
  text-align: center;
}

.main .hotMatchRecommend-grid .hot-match-team img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 50%;
  background: #f7f5ff;
}

.main .hotMatchRecommend-grid .hot-match-team em {
  display: block;
  width: 100%;
  font-style: normal;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .hotMatchRecommend-grid .hot-match-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 4px;
}

.main .hotMatchRecommend-grid .hot-match-center .vs {
  font-size: 18px;
  font-weight: 800;
  color: var(--hot-purple);
  letter-spacing: 0.04em;
  line-height: 1;
}

.main .hotMatchRecommend-grid .hot-match-center .status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--hot-purple);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.main .hotMatchRecommend-grid .hot-match-center .status.is-live {
  background: #ff5a3c;
}

.main .hotMatchRecommend-grid .hot-match-center .status.is-end {
  background: #9aa0ae;
}

.main .hotMatchRecommend-grid .hot-match-foot {
  margin: 0 14px;
  padding-top: 12px;
  border-top: 1px solid #eeeaf8;
  text-align: center;
}

.main .hotMatchRecommend-grid .hot-match-foot time {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 992px) {
  .main .hotMatchRecommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 640px) {
  .main .hotMatchRecommend {
    padding: 28px 0 12px;
  }

  .main .hotMatchRecommend-head {
    font-size: 15px;
  }

  .main .hotMatchRecommend-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .main .hotMatchRecommend-grid .hot-match-card {
    min-height: 176px;
  }

  .main .hotMatchRecommend-grid .hot-match-team img {
    width: 38px;
    height: 38px;
  }

  .main .hotMatchRecommend-grid .hot-match-team em {
    font-size: 12px;
  }

  .main .hotMatchRecommend-grid .hot-match-center .vs {
    font-size: 16px;
  }

  .main .hotMatchRecommend-grid .hot-match-center .status {
    min-width: 64px;
    padding: 4px 10px;
    font-size: 11px;
  }
}

.main .recomTags {
  padding: 48px 0 56px;
  background: #fff;
}

.main .recomTags .hottagmain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 28px;
}

.main .recomTags .hottagmain a {
  display: inline-block;
  padding: 8px 14px;
  background: #f3f0fa;
  border: 1px solid #e4dcf5;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.3;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.main .recomTags .hottagmain a:hover {
  background: #6c4cff;
  border-color: #6c4cff;
  color: #fff;
}@media (max-width: 768px) {
  .main .recomTags {
    padding: 0.6rem 0 0.8rem;
  }

  .main .recomTags .hottagmain {
    gap: 0.16rem;
    padding-top: 0.4rem;
  }

  .main .recomTags .hottagmain a {
    padding: 0.14rem 0.24rem;
    font-size: 0.32rem;
    border-radius: 0.32rem;
  }
}

.aside .aside-hottag {
  margin-top: 20px;
}

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

.aside .aside-hottag .hottagmain a {
  display: inline-block;
  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;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}

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

.topic-page .topic-main .topic-section,
.topic-page .topic-aside .topic-section {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(35, 24, 66, 0.06);
  padding: 18px 20px 22px;
  margin-bottom: 20px;
}

.topic-page .topic-intro-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #413d48;
  line-height: 1.3;
}

.topic-page .topic-intro-heading::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: #12b5a8;
  flex-shrink: 0;
}

.topic-page .topic-intro-box {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.topic-page .topic-live-signal {
  padding: 0;
  overflow: hidden;
}

.topic-page .topic-live-signal .match-live-signal {
  margin: 0;
  border-radius: 16px;
  box-shadow: none;
  padding: 16px 20px;
}

.topic-page .topic-intro-cover {
  position: relative;
  display: block;
  flex: 0 0 220px;
  max-width: 220px;
  overflow: hidden;
  border-radius: 12px;
  cursor: default;
}

.topic-page .topic-intro-cover img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.topic-page .topic-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.topic-page .topic-play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #e74c3c;
  transform: translate(-40%, -50%);
}

.topic-page .topic-intro-cover:hover .topic-play-btn {
  transform: translate(-50%, -50%) scale(1.08);
}

.topic-page .topic-intro-text {
  flex: 1;
  min-width: 0;
  color: #2c2838;
  font-size: 16px;
  line-height: 1.9;
}

.topic-page .topic-intro-text p {
  margin: 0 0 10px;
}

.topic-page .topic-intro-text p:last-child {
  margin-bottom: 0;
}

.topic-page .topic-keyword {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.4;
  color: #1f1a2e;
}

.topic-page .topic-intro-tip {
  margin-top: 10px;
  color: #7633ff;
}

.topic-page .topic-match-table-wrap {
  overflow-x: auto;
}

.topic-page .topic-match-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.topic-page .topic-match-table th,
.topic-page .topic-match-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #f0edf7;
  text-align: center;
  white-space: nowrap;
}

.topic-page .topic-match-table th {
  background: #f8f6ff;
  color: #5b5670;
  font-weight: 600;
}

.topic-page .topic-match-table tbody tr:hover {
  background: #faf8ff;
}

.topic-page .topic-status {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.topic-page .topic-status.is-live {
  color: #e64545;
  background: rgba(230, 69, 69, 0.08);
}

.topic-page .topic-status.is-soon {
  color: #2f78ff;
  background: rgba(47, 120, 255, 0.08);
}

.topic-page .topic-status.is-end {
  color: #8a8694;
  background: rgba(138, 134, 148, 0.1);
}

.topic-page .topic-match-table tbody tr.topic-match-row {
  cursor: pointer;
}

.topic-page .topic-match-table tbody tr.topic-match-row:hover {
  background: #faf8ff;
}

.topic-page .topic-team-cell {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}

.topic-page .topic-team-cell.home {
  justify-content: flex-end;
}

.topic-page .topic-team-cell.away {
  justify-content: flex-start;
}

.topic-page .topic-team-cell img {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(35, 24, 66, 0.08);
}

.topic-page .topic-team-cell .name {
  font-size: 14px;
  font-weight: 600;
  color: #1f1a2e;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topic-page .topic-match-table .col-home,
.topic-page .topic-match-table .col-away {
  min-width: 140px;
}

.topic-page .topic-match-table .col-score {
  font-weight: 700;
  color: #9a96a3;
  letter-spacing: 0.05em;
}

.topic-page .topic-news-media {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topic-page .topic-news-media li {
  border-bottom: 1px solid #ececf0;
}

.topic-page .topic-news-media li:last-child {
  border-bottom: none;
}

.topic-page .topic-news-media li a {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  text-decoration: none;
  color: inherit;
}

.topic-page .topic-news-media .cover {
  flex: 0 0 180px;
  width: 180px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f3f6;
}

.topic-page .topic-news-media .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topic-page .topic-news-media .body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}

.topic-page .topic-news-media .title {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: #1f1a2e;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.topic-page .topic-news-media .desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #6b6675;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.topic-page .topic-news-media .date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #9a96a3;
}

.topic-page .topic-news-media li a:hover .title {
  color: #7633ff;
}

.topic-page .topic-aside .topic-side-tags {
  margin-top: 0;
}

.topic-page .topic-aside .topic-side-tags .hottagmain a {
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  .topic-page .topic-news-media li a {
    flex-direction: column;
  }

  .topic-page .topic-news-media .cover {
    width: 100%;
    flex: none;
    height: 180px;
  }
}

.topic-page .topic-news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topic-page .topic-news-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #f0edf7;
  text-decoration: none;
  color: #3a3545;
}

.topic-page .topic-news-list li:last-child a {
  border-bottom: none;
}

.topic-page .topic-news-list li a:hover p {
  color: #7633ff;
}

.topic-page .topic-aside .topic-section,
.topic-page .topic-aside .today-matches {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 24px;
}

.topic-page .topic-aside .topic-replay.hotnews .vertical li a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topic-page .topic-live-btn {
  display: none;
}

.topic-page .topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topic-page .topic-grid li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.topic-page .topic-grid figure {
  margin: 0;
  background: #f8f6ff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.topic-page .topic-grid li a:hover figure {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(118, 51, 255, 0.12);
}

.topic-page .topic-grid img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.topic-page .topic-grid figcaption {
  padding: 10px 12px 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #3a3545;
  min-height: 52px;
}

.topic-page .topic-empty {
  padding: 18px 0;
  color: #8a8694;
  text-align: center;
}

.topic-page .topic-aside .today-matches {
  margin-bottom: 0;
}

.topic-page .topic-side-tags .hottagmain a {
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .topic-page .topic-intro-box {
    flex-direction: column;
  }

  .topic-page .topic-intro-cover {
    flex: none;
    max-width: none;
    width: 100%;
  }

  .topic-page .topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.topic-page .topic-match-cards {
  display: none;
}

.topic-page .topic-match-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.topic-page .topic-match-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #ece8f4;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.topic-page .topic-match-card-link:hover .topic-match-card,
.topic-page .topic-match-card-link:active .topic-match-card {
  border-color: #d9cbff;
  background: #faf7ff;
}

.topic-page .topic-match-card .match-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.topic-page .topic-match-card .match-time {
  font-size: 12px;
  color: #8a8694;
  white-space: nowrap;
}

.topic-page .topic-match-card .match-league {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  color: #6b6675;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.topic-page .topic-match-card .match-teams .team img {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(35, 24, 66, 0.08);
}

.topic-page .topic-match-card .match-teams .team.home {
  text-align: left;
}

.topic-page .topic-match-card .match-teams .team.away {
  text-align: right;
}

.topic-page .topic-match-card .match-teams .name {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #1f1a2e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topic-page .topic-match-card .match-teams .vs {
  flex: 0 0 auto;
  font-size: 12px;
  color: #9a96a3;
  font-weight: 600;
}

@media (max-width: 1000px) {
  .topic-page .main > .w {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .topic-page .outside {
    padding: 20px 0 40px;
  }

  .topic-page .topic-main .topic-section,
  .topic-page .topic-aside .topic-section {
    padding: 14px 12px 16px;
    margin-bottom: 14px;
    border-radius: 12px;
  }

  .topic-page .topic-keyword {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .topic-page .topic-match-table-wrap {
    display: none;
  }

  .topic-page .topic-match-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .topic-page .outside {
    padding: 12px 0 32px;
  }

  .topic-page .topic-aside .today-matches {
    margin-bottom: 16px;
  }
}

@media (max-width: 640px) {
  .topic-page .topic-grid {
    grid-template-columns: 1fr;
  }
}