@charset "UTF-8";

.crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

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

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

.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: #1f2937;
  font-size: 12px;
  white-space: nowrap;
}

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

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

.crumbs ul li:last-child a {
  color: #ca6fe0;
  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: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
}

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

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

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

.page .pagination .active {
  background: #551ad7;
}

.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;
}

.listcrumbs {
  padding: 10px 15px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
}

.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;
}

/* 全局样式修改 */
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;
  font-family: sm, 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

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

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

textarea {
  font-family: "微软雅黑";
}

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;
}

input,
select {
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

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;
}

body {
  font-family: '微软雅黑';
}

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

figure {
  margin: 0;
}

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

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  background: transparent;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 10;
}

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

.header .nav .nav_left {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 28px;
  flex: 1;
  width: 0;
}

.header .nav .nav_left .logo {
  user-select: none;
}

.header .nav .nav_left .logo img {
  width: 100%;
  height: 100%;
}

.header .nav .nav_left .select {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.header .nav .nav_left .select ul {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  box-sizing: border-box;
}

.header .nav .nav_left .select ul li {
  height: fit-content;
  font-size: 16px;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 5px;
}

.header .nav .nav_left .select ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-bottom: 3px solid transparent;
  padding: 6px 10px;
  color: #fff;
}

.header .nav .nav_left .select ul .active {
  background: #551ad7;
}

.header .nav .burger {
  --gap: 5px;
  --height-bar: 2.5px;
  --pos-y-bar-one: 0;
  --pos-y-bar-three: 0;
  --scale-bar: 1;
  --rotate-bar-one: 0;
  --rotate-bar-three: 0;
  width: 25px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  cursor: pointer;
  position: relative;
  display: none;
  /* FIN ICON-MENU */
}

.header .nav .burger .bar {
  position: relative;
  height: var(--height-bar);
  width: 100%;
  border-radius: .5rem;
  background-color: #fff;
}

.header .nav .burger .bar--1 {
  top: var(--pos-y-bar-one);
  transform: rotate(var(--rotate-bar-one));
  transition: top 200ms 100ms, transform 100ms;
}

.header .nav .burger .bar--2 {
  transform: scaleX(var(--scale-bar));
  transition: transform 150ms 100ms;
}

.header .nav .burger .bar--3 {
  bottom: var(--pos-y-bar-three);
  transform: rotate(var(--rotate-bar-three));
  transition: bottom 200ms 100ms, transform 100ms;
}

.header .nav .burger .check-icon:checked+.check-icon:checked+.icon-menu>.bar--3 {
  transition: bottom 200ms, transform 200ms 100ms;
}

.header .nav .burger .check-icon:checked+.icon-menu {
  --pos-y-bar-one: calc(var(--gap) + var(--height-bar));
  --pos-y-bar-three: calc(var(--gap) + var(--height-bar));
  --scale-bar: 0;
  --rotate-bar-one: 45deg;
  --rotate-bar-three: -45deg;
}

.header .nav .hide {
  --pos-y-bar-one: calc(var(--gap) + var(--height-bar));
  --pos-y-bar-three: calc(var(--gap) + var(--height-bar));
  --scale-bar: 0;
  --rotate-bar-one: 45deg;
  --rotate-bar-three: -45deg;
}

.header .nav .hide .bar--1 {
  transition: top 200ms, transform 200ms 100ms;
}

.header .nav .hide .bar--3 {
  transition: bottom 200ms, transform 200ms 100ms;
}

.footer {
  width: 100%;
  background: #303646;
  padding: 75px 0;
  box-sizing: border-box;
}

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

.footer .info>p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer .info>p a {
  color: #fff;
}

.footer .info>p .svgCode {
  width: auto;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
}

.footer .info .code {
  display: flex;
  justify-content: center;
}

.footer .info .code span {
  font-size: 16px;
  color: #fff;
}

.footer .info .code span .svgCode {
  width: auto;
  height: 16px;
  display: inline-block;
}

.footer .info .code span .svgCode .codeFont {
  font-size: 16px;
  transform: translateY(16px);
}

.footer .footerBox {
  display: flex;
  height: auto;
  align-items: stretch;
}

.footer .footerBox dl {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer .footerBox dl:last-child {
  border: none;
}

.footer .footerBox dl dt {
  color: #fff;
  font-size: 16px;
}

.footer .footerBox dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer .footerBox dl dd ul li {
  color: #fff;
  font-size: 14px;
}

.footer .footerBox dl dd ul li a {
  color: #fff;
}

.banner {
  height: 564px;
  background: url(/images/banner_bj.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.main {
  padding-bottom: 80px;
  background: #f3f6ff;
}

.main .category_swiper {
  position: relative;
  padding: 0 50px;
  height: 58px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.main .category_swiper .swiper {
  position: unset;
}

.main .category_swiper .swiper .active {
  background: #551ad7;
}

.main .category_swiper .swiper .active a {
  color: #fff;

}

.main .category_swiper .swiper .swiper-button-disabled {
  opacity: .5;
}

.main .category_swiper .swiper .next,
.main .category_swiper .swiper .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main .category_swiper .swiper .next {
  right: 25px;
}

.main .category_swiper .swiper .prev {
  left: 25px;
}

.main .line {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.main .line li {
  width: calc(100% / 3 - 12px);
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
}

.main .line li figure {
  width: 100%;
  height: 248px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

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

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

.main .line li figure .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

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

.main .line li figure .cover time {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  user-select: none;
}

.main .line li figure .cover .duration {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  user-select: none;
}

.main .line li figure figcaption {
  flex: 1;
  width: 100%;
  padding: 11px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main .line li figure figcaption p {
  color: #1f2937;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.main .line li figure figcaption .pron {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .line li figure figcaption .pron .category {
  padding: 5px 10px;
  background: #ca6fe0;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 5px;
}

.main .line li figure figcaption span {
  width: 100%;
  text-align: right;
  color: #535f6f;
  font-size: 12px;
  white-space: nowrap;
  user-select: none;
}

.main .operation {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  user-select: none;
  margin-bottom: 20px;
}

.main .operation .title {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  overflow: hidden;
}

.main .operation .title .subject {
  width: 154px;
  height: 127px;
  background: url(/images/title_bj.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  font-size: 24px;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.main .operation .title .choice {
  display: flex;
  align-items: center;
  flex: 1;
  overflow-x: auto;
  gap: 10px;
}

.main .operation .title .choice li {
  border-radius: 5px;
}

.main .operation .title .choice li a {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.main .operation .title .choice li a img {
  width: auto;
  height: 25px;
}

.main .operation .title .choice li a span {
  color: #1f2937;
  font-size: 18px;
}

.main .operation .title .choice li a .iconfont {
  font-size: 25px;
}

.main .operation .title .choice .active {
  background: #551ad7;
}

.main .operation .title .choice .active a span {
  color: #fff;
}

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

.main .operation .more span {
  font-size: 16px;
  color: #535f6f;
}

.main .popular {
  height: fit-content;
  margin-top: 58px;
}

.main .popular .popular_swiper {
  width: 100%;
  height: 146px;
  position: relative;
  padding: 0 40px;
}

.main .popular .popular_swiper .swiper {
  position: unset;
}

.main .popular .popular_swiper .swiper .swiper-button-disabled {
  opacity: 0.5;
}

.main .popular .popular_swiper .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
}

.main .popular .popular_swiper .swiper .swiper-slide .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .popular .popular_swiper .swiper .swiper-slide .info .category {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main .popular .popular_swiper .swiper .swiper-slide .info .category img {
  width: 21px;
  height: 21px;
}

.main .popular .popular_swiper .swiper .swiper-slide .info .category span {
  font-size: 12px;
  color: #1f2937;
  white-space: nowrap;
}

.main .popular .popular_swiper .swiper .swiper-slide .info time {
  font-size: 12px;
  color: #1f2937;
  white-space: nowrap;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .vsInfo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .vs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 5px;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .vs span {
  font-size: 16px;
  color: #1f2937;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .rank {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .rank .linkBox {
  width: 100%;
  overflow: hidden;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .rank .team {
  display: flex;
  align-items: center;
  gap: 9px;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .rank .team img {
  width: 30px;
  height: 30px;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .rank .team span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #1f2937;
  white-space: nowrap;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .status span {
  color: #5e6979;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .status span:first-child::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5e6979;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .status .iconfont {
  font-size: 18px;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .start span {
  color: #551ad7;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .start span:first-child::before {
  background: #9ca7ea;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .wait span {
  color: #ffee1a;
}

.main .popular .popular_swiper .swiper .swiper-slide .letter .wait span:first-child::before {
  background: #ffee1a;
}

.main .popular .popular_swiper .next,
.main .popular .popular_swiper .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main .popular .popular_swiper .next {
  right: 0;
}

.main .popular .popular_swiper .prev {
  left: 0;
}

.main .videoSuggest {
  margin-top: 50px;
  background: url(/images/videosuggest.png) no-repeat;
  background-position: right bottom;
}

.main .lsconsu {
  margin-top: 58px;
}

.main .lsconsu .surface {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.main .lsconsu .surface .picture_news {
  width: 100%;
  height: 315px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  box-sizing: border-box;
  box-sizing: border-box;
}

.main .lsconsu .surface .picture_news li {
  height: 150px;
}

.main .lsconsu .surface .picture_news li figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}

.main .lsconsu .surface .picture_news li figure .Image {
  width: 100%;
  height: 100%;
}

.main .lsconsu .surface .picture_news li figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(225, 225, 225, 0.3);
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
}

.main .lsconsu .surface .picture_news li:first-child {
  grid-row: 1 / span 2;
  height: 100%;
}

.main .lsconsu .surface .picture_news li:first-child figure figcaption {
  padding: 15px 10px;
  font-size: 16px;
}

.main .lsconsu .surface .text_news {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.main .lsconsu .surface .text_news li {
  width: calc(100% / 2 - 8px);
  padding: 10px 15px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
}

.main .lsconsu .surface .text_news li .linkBox {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.main .lsconsu .surface .text_news li .linkBox .category {
  padding: 5px 10px;
  background: #ca6fe0;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

.main .lsconsu .surface .text_news li .linkBox p {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1f2937;
  font-size: 14px;
}

.main .standings {
  margin-top: 60px;
  background: url(/images/standings.png) no-repeat;
  background-position: left top;
}

.main .standings .table {
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
}

.main .standings .table ul {
  width: 100%;
}

.main .standings .table ul li {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 10px;
  text-align: center;
  padding: 15px 0;
}

.main .standings .table ul li .team {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .standings .table ul li .team img {
  width: auto;
  height: 45px;
}

.main .standings .table ul li span {
  font-size: 14px;
  color: #1f2937;
  white-space: nowrap;
}

.main .standings .table ul li:first-child {
  background: #ca6fe0;
}

.main .standings .table ul li:first-child span {
  color: #fff;
  font-weight: 600;
}

.main .standings .table ul li .ranking {
  width: 29px;
  height: 37px;
  margin: 0 auto;
  font-size: 16px;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .standings .table ul li:nth-child(2) .ranking {
  background: url(/images/ranking1.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.main .standings .table ul li:nth-child(3) .ranking {
  background: url(/images/ranking2.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.main .standings .table ul li:nth-child(4) .ranking {
  background: url(/images/ranking3.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.main .matchlive {
  background: url(/images/videosuggest.png) no-repeat;
  background-position: right top;
}

.main .match_table {
  flex-direction: column;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
}

.main .match_table li {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  text-align: center;
  align-items: center;
  padding: 20px 10px;
  box-sizing: border-box;
  white-space: nowrap;
}

.main .match_table li .info {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}

.main .match_table li .category {
  width: 100%;
  overflow: hidden;
}

.main .match_table li .category .linkBox {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.main .match_table li .category .linkBox img {
  width: 30px;
  height: auto;
}

.main .match_table li .category .linkBox span {
  font-size: 14px;
  color: #1f2937;
  flex: 1;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .match_table li:first-child {
  background: #ca6fe0;
}

.main .match_table li:first-child span {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
}

.main .match_table li:first-child span:first-child {
  text-align: left;
}

.main .match_table li:first-child span :last-child {
  text-align: right;
  box-sizing: border-box;
}

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

.main .match_table li .rank .linkBox {
  width: 100%;
  overflow: hidden;
}

.main .match_table li .rank .linkBox .team {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .match_table li .rank .linkBox .team span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.main .match_table li .rank .linkBox .team .Image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
  border-radius: 50%;
}

.main .match_table li .rank .linkBox .team .Image img {
  width: 38px;
  height: auto;
}

.main .match_table li .rank .linkBox:first-child .team span {
  text-align: right;
}

.main .match_table li .rank .vs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.main .match_table li .rank .vs span {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #1f2937;
  white-space: nowrap;
}

.main .match_table li .status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  gap: 5px;
}

.main .match_table li .status::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5e6979;
}

.main .match_table li .await {
  color: #ffee1a;
}

.main .match_table li .await::before {
  background: #ffee1a;
}

.main .match_table li .start {
  color: #ca6fe0;
}

.main .match_table li .start::before {
  background: #ca6fe0;
}

.session {
  display: flex;
  align-items: center;
  padding: 13px 11px;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
}

.session li {
  width: fit-content;
  height: fit-content;
  border-radius: 5px;
}

.session li a {
  display: block;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #1f2937;
  white-space: nowrap;
}

.session .active {
  background: #551ad7;
}

.session .active a {
  color: #fff;
}

.commMain {
  padding-top: 97px;
}

.main .outer {
  display: flex;
  gap: 20px;
}

.main .outer .lining {
  width: 72%;
}

.main .outer .lining .videolist {
  margin-top: 10px;
}

.main .outer .lining .videolist .line li {
  width: calc(100% / 2 - 9px);
}

.main .outer .lining .videolist .line li figure .cover {
  overflow: hidden;
}

.main .outer .lining .videolist .line li:hover figure .cover .Image {
  transform: scale(1.2);
  transition: transform 0.5s;
}

.main .outer .aside {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main .outer .aside .aside_title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .outer .aside .aside_title img {
  width: auto;
  height: 25px;
}

.main .outer .aside .aside_title span {
  white-space: nowrap;
  font-size: 16px;
  color: #1f2937;
}

.main .outer .aside .hotnews {
  width: 100%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
  padding: 10px;
  box-sizing: border-box;
}

.main .outer .aside .hotnews ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 13px;
}

.main .outer .aside .hotnews ul li {
  width: 100%;
}

.main .outer .aside .hotnews ul li .linkBox {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.main .outer .aside .hotnews ul li .linkBox .ranking {
  width: 24px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2937;
  font-size: 14px;
  white-space: nowrap;
}

.main .outer .aside .hotnews ul li .linkBox p {
  font-size: 14px;
  color: #1f2937;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  overflow: hidden;
}

.main .outer .aside .hotnews ul li:nth-child(1) .linkBox .ranking {
  background: url(/images/hotnews1.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .outer .aside .hotnews ul li:nth-child(2) .linkBox .ranking {
  background: url(/images/hotnews2.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .outer .aside .hotnews ul li:nth-child(3) .linkBox .ranking {
  background: url(/images/hotnews3.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .outer .aside .videorecom {
  width: 100%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
  padding: 10px;
  box-sizing: border-box;
}

.main .outer .aside .videorecom ul {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-top: 20px;
}

.main .outer .aside .videorecom ul figure {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 180px;
}

.main .outer .aside .videorecom ul figure .cover {
  position: relative;
  width: 100%;
  height: 124px;
}

.main .outer .aside .videorecom ul figure .cover .Image {
  width: 100%;
  height: 100%;
}

.main .outer .aside .videorecom ul figure .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 29px;
}

.main .outer .aside .videorecom ul figure .cover .play img {
  width: 100%;
  height: 100%;
}

.main .outer .aside .videorecom ul figure .cover .duration {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

.main .outer .aside .videorecom ul figure .cover time {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

.main .outer .aside .videorecom ul figure figcaption {
  flex: 1;
  width: 100%;
  font-size: 14px;
  color: #1f2937;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 22px;
}

.newslist {
  width: 100%;
}

.newslist .every {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}

.newslist .every li {
  background: #fff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
}

.newslist .every li figure {
  display: flex;
  gap: 10px;
}

.newslist .every li figure .Image {
  width: 40%;
  height: 140px;
}

.newslist .every li figure figcaption {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newslist .every li figure figcaption article {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newslist .every li figure figcaption article span {
  font-size: 16px;
  color: #1f2937;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-weight: 600;
}

.newslist .every li figure figcaption article p {
  font-size: 14px;
  color: #1f2937;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.newslist .every li figure figcaption .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newslist .every li figure figcaption .info .category {
  padding: 5px 10px;
  background: #ca6fe0;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
}

.newslist .every li figure figcaption .info time {
  font-size: 12px;
  color: #535f6f;
  white-space: nowrap;
}

.matchlist {
  margin-top: 20px;
}

.comm {
  padding: 20px 10px;
  padding-bottom: 50px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
  box-sizing: border-box;
}

.comm h1 {
  font-size: 20px;
  color: #1f2937;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.comm .info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.comm .info span,
.comm .info time {
  font-size: 12px;
  color: #5e6979;
  white-space: nowrap;
}

.comm .info .cat {
  display: flex;
  align-items: center;
  gap: 5px;
}

.comm .info .cat .iconfont {
  color: #ce79e2;
  font-size: 16px;
}

.comm .lagrgnScreen {
  position: relative;
  width: 100%;
  height: 280px;
  margin-top: 20px;
}

.comm .lagrgnScreen .Image {
  width: 100%;
  height: 100%;
}

.comm .lagrgnScreen .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.comm .lagrgnScreen .play img {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

.comm .switchbar li span {
  font-size: 12px;
  color: #5e6979;
  white-space: nowrap;
}

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

.comm .article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

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

.comm .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;
}

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

.relaVideo .relaVideo_title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.relaVideo .relaVideo_title img {
  width: 21px;
  height: auto;
}

.relaVideo .relaVideo_title span {
  font-size: 14px;
  color: #1f2937;
}

.relaVideo ul {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  gap: 20px;
}

.relaVideo ul figure {
  display: flex;
  gap: 10px;
}

.relaVideo ul figure .cover {
  position: relative;
  width: 40%;
  height: 120px;
}

.relaVideo ul figure .cover .Image {
  width: 100%;
  height: 100%;
}

.relaVideo ul figure .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
}

.relaVideo ul figure .cover .play img {
  width: 100%;
  height: 100%;
}

.relaVideo ul figure .cover .duration {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  color: #fff;
}

.relaVideo ul figure figcaption {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
  box-sizing: border-box;
}

.relaVideo ul figure figcaption p {
  font-size: 14px;
  color: #1f2937;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 24px;
}

.relaVideo ul figure figcaption .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.relaVideo ul figure figcaption .info .cat {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.relaVideo ul figure figcaption .info .cat span {
  font-size: 12px;
  color: #5e6979;
}

.relaVideo ul figure figcaption .info .cat .iconfont {
  font-size: 16px;
  color: #5c8dff;
}

.relaVideo ul figure figcaption .info time {
  font-size: 12px;
  color: #5e6979;
  white-space: nowrap;
}

.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;
  background: rgba(225, 225, 225, 0.5);
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.biggame .source span,
.biggame .source a {
  color: #1f2937;
  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;
  background: rgba(225, 225, 225, 0.6);
  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: #1f2937;
  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: #1f2937;
}

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

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

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

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

.biggame .bisaibox .vs_info .vs_center .status time,
.biggame .bisaibox .vs_info .vs_center .status span {
  font-size: 14px;
  color: #1f2937;
  white-space: nowrap;
}

.biggame .bisaibox .vs_info .vs_center .specification {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  color: #1f2937;
  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-radius: 5px;
  overflow: hidden;
}

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

.switching .modetoggle .active {
  background: #551ad7;
}

.switching .modetoggle .active a {
  color: #fff;
}

.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: #1f2937;
  font-size: 12px;
}

.switching .option_view .item .textInfor a {
  color: #1f2937;
  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: #7246ee;
  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: 29px;
  height: auto;
}

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

.switching .option_view .item .time_info .end p {
  background: #d2d2d2;
  color: #fff;
}

.switching .option_view .item .time_info .advance p {
  background: #a2de68;
  color: #fff;
}

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

.switching .option_view .item .time_info .redCat p {
  background: #dd442f;
  color: #fff;
}

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

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

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

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

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

.switching .option_view .item .intelligence .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 .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;
}

.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: #dbdbdb;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
}

.switching .option_view .item .intelligence .intelligence_view .separate .hold ul li {
  background: #1f2937;
  font-size: 14px;
  color: #fbfbfb;
  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 .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;
  overflow: hidden;
  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 .clash {
  width: 100%;
  overflow: hidden;
  user-select: none;
}

.switching .option_view .item .clash .table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}

.switching .option_view .item .clash .table li {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr 1fr;
  gap: 5px;
  align-items: center;
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}

.switching .option_view .item .clash .table li:last-child {
  border-bottom: none;
}

.switching .option_view .item .clash .table li span,
.switching .option_view .item .clash .table li time {
  font-size: 14px;
  color: #1f2937;
  white-space: nowrap;
}

.switching .option_view .item .clash .table li .status {
  text-align: right;
}

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

.switching .option_view .item .competition {
  width: 100%;
  overflow: hidden;
  user-select: none;
  margin-top: 20px;
}

.switching .option_view .item .competition .compt_select {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-bottom: 15px;
}

.switching .option_view .item .competition .compt_select li {
  margin: auto;
}

.switching .option_view .item .competition .compt_select li a {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #1f2937;
  white-space: nowrap;
}

.switching .option_view .item .competition .compt_select .active {
  background: #551ad7;
  border-radius: 5px;
}

.switching .option_view .item .competition .compt_select .active a {
  color: #fff;
}

.switching .option_view .item .competition .table {
  display: flex;
  flex-direction: column;
  border: 1px solid #d2d2d2;
  border-radius: 15px;
  overflow: hidden;
}

.switching .option_view .item .competition .table li {
  width: 100%;
  overflow: hidden;
  padding: 15px 10px;
  border-bottom: 1px solid #eeeeee;
  white-space: nowrap;
}

.switching .option_view .item .competition .table li:last-child {
  border-bottom: none;
}

.switching .option_view .item .competition .table li:first-child {
  background: #d2d2d2;
}

.switching .option_view .item .competition .table li .linkBox {
  width: 100%;
  display: grid;
  align-items: center;
  gap: 5px;
  grid-template-columns: 1fr 3fr 1fr;
  text-align: center;
}

.switching .option_view .item .competition .table li .linkBox span {
  font-size: 14px;
  color: #1f2937;
}

.switching .option_view .item .competition .table li .linkBox span:last-child {
  text-align: right;
}

.switching .option_view .item .competition .table li .linkBox time {
  font-size: 14px;
  color: #1f2937;
}

.bigSwiper {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
  padding: 10px 15px;
  box-sizing: border-box;
  user-select: none;
}

.bigSwiper .swiper-slide {
  text-align: center;
}

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

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

.bigList ul li {
  width: calc(100% / 2 - 10px);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e1de;
  padding: 10px 0;
  box-sizing: border-box;
  user-select: none;
}

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

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

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

.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-size: 14px;
}

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

.show {
  display: block;
}

.hotMatch {
  padding: 20px;
  padding-bottom: 50px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hotMatch .hotMatch_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hotMatch .hotMatch_title .Img {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hotMatch .hotMatch_title .Img img {
  width: 24px;
  height: auto;
}

.hotMatch .hotMatch_title .Img span {
  font-size: 18px;
  color: #ed7d03;
  white-space: nowrap;
}

.hotMatch .hotMatch_title .more {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hotMatch .hotMatch_title .more span {
  font-size: 16px;
  color: #ed7d03;
  white-space: nowrap;
}

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

.hotMatch ul li a {
  color: #354455;
  font-size: 14px;
}

@media screen and (max-width: 1000px) {
  .header {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .neko {
    display: none !important;
  }

  #myscoll {
    display: none;
  }

  .header .nav .nav_left .select {
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    background: linear-gradient(to left, #714fef, #6a82f4);
    z-index: 99;
  }

  .header .nav .nav_left .select ul .active {
    background: #6a82f4;
  }

  .header .nav .nav_left .select ul {
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    box-sizing: border-box;
  }

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

  .header .nav .nav_left .select ul li a {
    padding: 15px 25px;
    box-sizing: border-box;
  }

  .header .nav .burger {
    display: flex;
  }

  .Jump {
    display: none;
  }

  .commMain {
    padding-top: 97px !important;
  }

  .main .outer {
    gap: 10px;
  }
}

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

@media screen and (min-width: 1600px) {
  .banner {
    height: 912px;
  }
}

@media screen and (max-width: 1000px) {
  .main {
    padding: 0 10px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    height: 7.52rem;
  }

  .main .operation {
    margin-bottom: 0.26667rem;
  }

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

  .main .operation .title .subject {
    width: 2.05333rem;
    height: 1.69333rem;
    font-size: 0.45333rem;
  }

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

  .main .operation .more span {
    font-size: 0.34667rem;
  }

  .main .popular .popular_swiper {
    padding: 0 0.53333rem;
    height: fit-content;
  }

  .main .popular .popular_swiper .next img,
  .main .popular .popular_swiper .prev img {
    width: 0.38667rem;
    height: 0.4rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide {
    gap: 0.2rem;
    padding: 0.13333rem;
  }

  .main .popular {
    margin-top: 0.77333rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide .info .category {
    gap: 0.13333rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide .info .category img {
    width: 0.33333rem;
    height: 0.33333rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide .info .category span {
    font-size: 0.29333rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide .info time {
    font-size: 0.29333rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide .letter .rank .team {
    gap: 0.12rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide .letter .rank .team img {
    width: 0.4rem;
    height: 0.4rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide .letter .rank .team span {
    font-size: 0.32rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide .letter .status span {
    font-size: 0.32rem;
    gap: 0.06667rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide .letter .status .iconfont {
    font-size: 0.32rem;
  }

  .main .operation .title .choice {
    gap: 0.12667rem;
  }

  .main .operation .title .choice li a {
    padding: 0.06667rem 0.13333rem;
    gap: 0.13333rem;
  }

  .main .operation .title .choice li a .iconfont {
    font-size: 0.46667rem;
  }

  .main .operation .title .choice li a span {
    font-size: 0.37333rem;
  }

  .main .line li {
    width: calc(100% / 2 - 0.12rem);
    border-radius: 0.13333rem;
  }

  .main .line {
    gap: 0.24rem;
  }

  .main .line li figure {
    height: 4.37333rem;
  }

  .main .line li figure .cover {
    height: 2.48rem;
  }

  .main .line li figure figcaption {
    padding: 0.14667rem;
  }

  .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 ul {
    gap: 0.26667rem;
  }

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

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

  .main .line li figure .cover time {
    font-size: 0.29333rem;
    left: 0.10667rem;
    top: 0.10667rem;
  }

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

  .main .line li figure figcaption p {
    font-size: 0.32rem;
    line-height: 0.42667rem;
  }

  .main .line li figure figcaption span {
    font-size: 0.29333rem;
  }

  .main .line li figure .cover .play {
    width: 0.66667rem;
    height: 0.66667rem;
  }

  .main .lsconsu .surface .picture_news {
    grid-template-columns: auto;
    height: fit-content;
    gap: 0.2rem;
  }

  .main .lsconsu .surface .picture_news li:first-child {
    height: 3.73333rem;
  }

  .main .lsconsu .surface .picture_news li {
    height: 3.73333rem;
  }

  .main .lsconsu .surface .picture_news li figure figcaption {
    padding: 0.13333rem;
    border-radius: 0.13333rem;
    font-size: 0.32rem;
  }

  .main .lsconsu .surface .picture_news li:first-child figure figcaption {
    padding: 0.13333rem;
    font-size: 0.32rem;
  }

  .main .lsconsu .surface {
    gap: 0.29333rem;
  }

  .main .lsconsu .surface .text_news {
    gap: 0.2rem;
  }

  .main .lsconsu .surface .text_news li {
    width: 100%;
    padding: 0.13333rem 0.2rem;
  }

  .main .lsconsu .surface .text_news li .linkBox .category {
    padding: 0.06667rem 0.13333rem;
    font-size: 0.29333rem;
    border-radius: 0.06667rem;
  }

  .main .lsconsu .surface .text_news li .linkBox {
    gap: 0.13333rem;
  }

  .main .lsconsu .surface .text_news li .linkBox p {
    font-size: 0.32rem;
  }

  .main .standings .table {
    border-radius: 0.13333rem;
  }

  .main .category_swiper {
    padding: 0 0.66667rem;
    height: 38px;
  }

  .main .category_swiper .swiper .prev {
    left: 0.26667rem;
  }

  .main .category_swiper .swiper .next {
    right: 0.26667rem;
  }

  .category_swiper .swiper-slide {
    text-align: center;
  }

  .main .standings .table ul li {
    gap: 0.13333rem;
    padding: 0.13333rem 0.2rem;
  }

  .main .standings .table ul li span {
    font-size: 0.32rem;
  }

  .main .standings .table ul li .team img {
    height: 0.73333rem;
  }

  .main .standings .table ul li .ranking {
    width: 0.52rem;
    height: 0.62667rem;
    font-size: 0.34667rem;
  }

  .main .standings .table ul li .team {
    gap: 0.13333rem;
  }

  .main .match_table li {
    grid-template-columns: auto;
    gap: 0.26667rem;
    padding: 0.26667rem 0.13333rem;
    font-size: 0.32rem;
  }

  .main .match_table li:first-child {
    grid-template-columns: 2fr 3fr 1fr;
  }

  .main .match_table li .category .linkBox {
    gap: 0.13333rem;
  }

  .main .match_table li .category .linkBox img {
    width: 0.53333rem;
  }

  .main .match_table li .category .linkBox span {
    font-size: 0.32rem;
  }

  .main .match_table li .rank {
    gap: 0.13333rem;
  }

  .main .match_table li .rank .linkBox .team {
    gap: 0.13333rem;
  }

  .main .match_table li .rank .linkBox .team .Image img {
    width: 0.64rem;
  }

  .main .match_table li .rank .vs span {
    font-size: 0.4rem;
  }

  .main .match_table li .status {
    justify-content: center;
    gap: 0.06667rem;
  }

  .main {
    padding: 0 0.13333rem;
    padding-bottom: 1.06667rem;
  }

  .footer {
    padding: 1rem 0.13333rem;
  }

  .footer .footerBox dl {
    padding: 0 0.13333rem;
  }

  .footer .footerBox dl {
    gap: 0.26667rem;
  }

  .footer .footerBox dl dd ul {
    gap: 0.26667rem;
  }

  .footer .footerBox dl dt {
    font-size: 0.34667rem;
  }

  .footer .footerBox dl dd ul li {
    font-size: 0.32rem;
  }

  .footer .info>p {
    font-size: 0.32rem;
  }

  .footer .info>p .svgCode {
    height: 0.32rem;
  }

  .main .line li figure figcaption .pron .category {
    padding: 0.06667rem 0.13333rem;
    font-size: 0.29333rem;
    border-radius: 0.06667rem;
  }

  .crumbs span {
    gap: 0.13333rem;
  }

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

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

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

  .page .pagination {
    gap: 0.06667rem;
  }

  .page .pagination li {
    padding: 0.04rem 0.13333rem;
  }

  .page .pagination li span,
  .page .pagination li a {
    font-size: 12px;
  }

  .main .outer {
    flex-direction: column;
  }

  .main .outer .lining {
    width: 100%;
  }

  .main .outer .aside {
    width: 100%;
    gap: 0.26667rem;
  }

  .main .outer .aside .videorecom ul {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .main .outer .aside .videorecom ul li {
    width: calc(100% / 2 - 0.13333rem);
  }

  .listcrumbs {
    padding: 0.13333rem 0.2rem;
  }

  .session {
    padding: 0.17333rem 0.14667rem;
    border-radius: 0.13333rem;
    gap: 0.13333rem;
  }

  .session li {
    border-radius: 0.06667rem;
  }

  .session li a {
    padding: 0.13333rem 0.2rem;
    font-size: 0.34667rem;
  }

  .main .outer {
    gap: 0.26667rem;
  }

  .main .outer .aside .hotnews {
    padding: 0.13333rem;
  }

  .main .outer .aside .aside_title {
    gap: 0.13333rem;
  }

  .main .outer .aside .aside_title img {
    height: 0.46667rem;
  }

  .main .outer .aside .aside_title span {
    font-size: 0.34667rem;
  }

  .main .outer .aside .hotnews ul {
    gap: 0.18667rem;
    gap: 0.17333rem;
  }

  .main .outer .aside .hotnews ul li .linkBox .ranking {
    width: 0.45333rem;
    height: 0.4rem;
    font-size: 0.32rem;
  }

  .main .outer .aside .hotnews ul li .linkBox p {
    font-size: 0.32rem;
  }

  .main .outer .aside .videorecom {
    padding: 0.13333rem;
  }

  .main .outer .aside .videorecom ul {
    gap: 0.25333rem;
    margin-top: 0.26667rem;
  }

  .main .outer .aside .videorecom ul figure .cover {
    height: 2.72rem;
  }

  .main .outer .aside .videorecom ul figure {
    height: 4.26667rem;
  }

  .main .outer .aside .videorecom ul figure figcaption {
    font-size: 0.32rem;
    line-height: 0.45333rem;
  }

  +.main .outer .aside .videorecom ul figure .cover .play {
    width: 0.65333rem;
    height: 0.65333rem;
  }

  .main .outer .aside .videorecom ul figure .cover time {
    left: 0.06667rem;
    top: 0.06667rem;
    font-size: 0.29333rem;
  }

  .main .outer .aside .videorecom ul figure .cover .duration {
    font-size: 0.29333rem;
    right: 0.06667rem;
    bottom: 0.06667rem;
  }

  .main .outer .aside .videorecom ul figure .cover .play {
    width: 0.65333rem;
    height: 0.65333rem;
  }

  .newslist .every {
    gap: 0.26667rem;
    margin-top: 0.13333rem;
  }

  .newslist .every li {
    padding: 0.13333rem;
  }

  .newslist .every li figure {
    gap: 0.13333rem;
  }

  .newslist .every li figure .Image {
    height: 2.93333rem;
  }

  .newslist .every li figure figcaption article span {
    font-size: 0.34667rem;
  }

  .newslist .every li figure figcaption article {
    gap: 0.16rem;
  }

  .newslist .every li figure figcaption article p {
    font-size: 0.32rem;
    line-height: 0.45333rem;
  }

  .newslist .every li figure figcaption .info .category {
    padding: 0.06667rem 0.13333rem;
    font-size: 0.29333rem;
  }

  .newslist .every li figure figcaption .info time {
    font-size: 0.29333rem;
  }

  .matchlist {
    margin-top: 0.26667rem;
  }

  .comm {
    padding: 0.26667rem 0.13333rem;
    padding-bottom: 0.66667rem;
  }

  .comm h1 {
    font-size: 0.4rem;
  }

  .comm .info {
    gap: 0.2rem;
    margin-top: 0.13333rem;
  }

  .comm .info span,
  .comm .info time {
    font-size: 0.29333rem;
  }

  .comm .info .cat {
    gap: 0.06667rem;
  }

  .comm .info .cat .iconfont {
    font-size: 0.34667rem;
  }

  .comm .lagrgnScreen {
    margin-top: 0.26667rem;
    height: 4.8rem;
  }

  .comm .lagrgnScreen .play {
    width: 1.33333rem;
    height: 1.33333rem;
  }

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

  .comm .eventName ul li {
    font-size: 0.29333rem;
  }

  .comm .eventName>span,
  .comm .eventName p {
    font-size: 0.29333rem;
  }

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

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

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

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

  .relaVideo {
    margin-top: 0.26667rem;
    padding: 0.26667rem 0.13333rem;
  }

  .relaVideo ul figure {
    gap: 0.13333rem;
  }

  .relaVideo ul figure .cover {
    height: 2.13333rem;
  }

  .relaVideo ul figure .cover .play {
    width: 0.82667rem;
    height: 0.82667rem;
  }

  .relaVideo ul figure .cover .duration {
    right: 0.06667rem;
    bottom: 0.06667rem;
    font-size: 0.29333rem;
  }

  .relaVideo ul figure figcaption {
    padding: 0.06667rem 0;
  }

  .relaVideo ul figure figcaption p {
    font-size: 0.32rem;
  }

  .relaVideo ul figure figcaption .info .cat {
    gap: 0.06667rem;
  }

  .relaVideo ul figure figcaption .info .cat .iconfont {
    font-size: 0.34667rem;
  }

  .relaVideo ul figure figcaption .info .cat span {
    font-size: 0.29333rem;
  }

  .relaVideo ul figure figcaption .info time {
    font-size: 0.29333rem;
  }

  .relaVideo ul {
    gap: 0.26667rem;
    margin-top: 0.21333rem;
  }

  .relaVideo .relaVideo_title img {
    width: 0.41333rem;
  }

  .relaVideo .relaVideo_title span {
    font-size: 0.32rem;
  }

  .comm .article {
    margin-top: 0.26667rem;
    gap: 0.26667rem;
  }

  .comm .article p {
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-indent: 0.33333rem;
  }

  .comm .article img {
    width: 100% !important;
    border-radius: 0;
  }

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

  .biggame .source {
    padding: 0.06667rem 0.13333rem;
  }

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

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

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

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

  .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 span {
    font-size: 0.4rem;
  }

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

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

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

  .switching .modetoggle {
    gap: 0.50667rem;
  }

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

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

  .switching .option_view .item .textInfor>p {
    font-size: 0.29333rem;
    line-height: 0.42667rem;
  }

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

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

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

  .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 p {
    font-size: 0.29333rem;
    padding: 0.13333rem 0.2rem;
    border-radius: 0.13333rem;
  }

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

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

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

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

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

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

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

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

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

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

  .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 {
    gap: 0.26667rem;
  }

  .switching .option_view .item .item_title {
    font-size: 0.32rem;
    margin-bottom: 0.13333rem;
  }

  .switching .option_view .item .clash .table {
    border-radius: 0.2rem;
    padding: 0 0.13333rem;
  }

  .switching .option_view .item .clash .table li {
    padding: 0.2rem 0;
  }

  .switching .option_view .item .clash .table li span,
  .switching .option_view .item .clash .table li time {
    font-size: 0.32rem;
  }

  .switching .option_view .item .competition .compt_select {
    margin-bottom: 0.2rem;
  }

  .switching .option_view .item .competition .compt_select li a {
    padding: 0.06667rem 0.13333rem;
    font-size: 0.32rem;
  }

  .switching .option_view .item .competition .table {
    border-radius: 0.2rem;
  }

  .switching .option_view .item .competition .table li {
    padding: 0.2rem 0.13333rem;
  }

  .switching .option_view .item .competition .table li .linkBox span {
    font-size: 0.32rem;
  }

  .switching .option_view .item .competition .table li .linkBox time {
    font-size: 0.32rem;
  }

  .switching .option_view .item .army {
    gap: 0.13333rem;
  }

  .switching .option_view .item .competition .table li .linkBox {
    gap: 0.06667rem;
  }

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

  .bigList ul {
    gap: 0.26667rem;
  }

  .bigList ul li {
    width: 100%;
  }

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

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

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

  .hotMatch .hotMatch_title .Img {
    gap: 0.06667rem;
  }

  .hotMatch .hotMatch_title .Img img {
    width: 0.45333rem;
  }

  .hotMatch .hotMatch_title .Img span {
    font-size: 0.37333rem;
  }

  .hotMatch .hotMatch_title .more span {
    font-size: 0.34667rem;
  }

  .hotMatch ul {
    gap: 0.26667rem;
  }

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

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

  .header {
    padding: 0 0.26667rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide .letter .vs span {
    font-size: 0.34667rem;
  }

  .main .popular .popular_swiper .swiper .swiper-slide .letter .vs {
    gap: 0.13333rem;
  }
}