@charset "UTF-8";

/* 全局样式修改 */
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: 12px;
}

.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: linear-gradient(to bottom, #ffc071, #ffedc5, #ffc071);
}

::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: #fff;
}

body {
  font-family: '微软雅黑';
}

.w {
  width: 1201px;
  margin: 0 auto;
}

figure {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .w {
    width: 100%;
  }
}

.back {
  position: fixed;
  right: 3%;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  user-select: none;
  z-index: 999;
}

.back .backDom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #ffc071, #ffedc5 20%, #ffc071);
  border-radius: 50%;
}

.back span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  color: #fff;
  font-size: 18px;
}

.page {
  width: 100%;
  display: flex;
  justify-content: center;
  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: #000000;
  font-size: 14px;
}

.page .pagination .active {
  background: #ff9900;
}

.page .pagination .active span {
  color: #fff;
}

.page .pagination .disabled {
  cursor: pointer;
  user-select: none;
}

.page .pagination .disabled span {
  color: #000000;
  white-space: nowrap;
}

.page .pagination .omit {
  cursor: default;
  width: auto;
  border: none;
}

.crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.crumbs span {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}

.crumbs span::before {
  content: '';
  width: 4px;
  height: 12px;
  border-radius: 6px;
  background: #727477;
}

.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: #362c26;
  font-size: 12px;
  white-space: nowrap;
}

.crumbs ul li::after {
  content: '>';
  font-size: 12px;
  color: #362c26;
  margin: 0 5px;
}

.crumbs ul li:last-child {
  flex: 1;
  overflow: hidden;
}

.crumbs ul li:last-child a {
  color: #ffb347;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.crumbs ul li:last-child::after {
  display: none;
}

.eventName {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.eventName ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.eventName ul li {
  white-space: nowrap;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #666666;
  flex-wrap: wrap;
}

.eventName ul li span,
.eventName ul li a {
  color: #666666;
}

.eventName>span,
.eventName p {
  font-size: 16px;
  color: #666666;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .hold ul .qb-status-1 {
  background: #cb0066;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .hold ul .qb-status-2 {
  background: #5e3d87;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .hold ul .qb-status-3 {
  background: #0081b4;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .hold ul .qb-status-4 {
  background: #68bc3c;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .hold ul .qb-status-5 {
  background: #ffcc00;
}

.header {
  height: 86px;
  background: #262626;
}

.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 {
  width: 26%;
  height: 95px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  background: linear-gradient(to right, #ffc071, #ffedc5, #ffc071);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.34) 0px 9px 10px -4px;
  user-select: none;
}

.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: 100%;
  font-size: 16px;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.header .nav .nav_left .select ul li::after {
  content: '|';
  color: #fff;
  font-size: 16px;
  margin: 0 5px;
}

.header .nav .nav_left .select ul li:last-child::after {
  display: none;
}

.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: 0 15px;
  color: #fff;
}

.header .nav .nav_left .select ul .active a {
  border-color: #ffb347;
  color: #ffb347;
}

.header .nav .burger {
  position: relative;
  width: 40px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  display: none;
}

.header .nav .burger li {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.header .nav .burger li:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.header .nav .burger li:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.header .nav .burger li:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-50%);
}

.header .nav .hide li:nth-of-type(1) {
  top: 0;
  left: 5px;
  transform: rotate(405deg);
}

.header .nav .hide li:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.header .nav .hide li:nth-of-type(3) {
  top: 28px;
  left: 5px;
  transform: rotate(-405deg);
}

.footer {
  width: 100%;
  background: #262626;
  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;
}

.main {
  background: #fbfaf7;
  padding-top: 30px;
  padding-bottom: 150px;
}

.main .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  gap: 5px;
}

.main .title .ImageTile {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main .title .ImageTile img {
  width: auto;
  height: 28px;
}

.main .title .ImageTile span {
  font-size: 16px;
  color: #362c26;
  white-space: nowrap;
}

.main .title .more {
  display: flex;
  align-items: center;
}

.main .title .more span {
  font-size: 16px;
  color: #ffbc68;
  white-space: nowrap;
}

.main .ballNews_title {
  display: flex;
  align-items: center;
  height: 62px;
  background: linear-gradient(to right, #ffc071, #ffedc5, #ffc071);
  border-radius: 10px;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 20px;
}

.main .ballNews_title .nabSelect {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}

.main .ballNews_title .nabSelect li {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.main .ballNews_title .nabSelect li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 10px solid transparent;
}

.main .ballNews_title .nabSelect li span {
  font-size: 14px;
}

.main .ballNews_title .nabSelect .active::after {
  border-bottom-color: #fff;
}

.main .ballNews_title .more {
  display: flex;
  align-items: center;
  user-select: none;
}

.main .ballNews_title .more span {
  color: #362c26;
  font-size: 16px;
}

.main .side {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main .side .hotnews {
  width: 100%;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  padding: 20px 10px;
}

.main .side .hotnews .various {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  padding-top: 0;
  box-sizing: border-box;
}

.main .side .hotnews .various li {
  width: 100%;
}

.main .side .hotnews .various li .linkBox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main .side .hotnews .various li .linkBox span {
  font-size: 14px;
  color: #ffbc68;
  white-space: nowrap;
}

.main .side .hotnews .various li .linkBox p {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #362c26;
  font-size: 14px;
}

.main .side .wonderful {
  width: 100%;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  padding: 20px 10px;
}

.main .side .wonderful .various {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.main .side .wonderful .various li {
  width: calc(100% / 2 - 5px);
  height: 87px;
}

.main .side .wonderful .various li figure {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main .side .wonderful .various li figure .cover {
  position: relative;
  width: 100%;
  height: 62px;
}

.main .side .wonderful .various li figure .cover .Img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.main .side .wonderful .various li figure .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}

.main .side .wonderful .various li figure .cover .play img {
  width: 100%;
  height: 100%;
}

.main .side .wonderful .various li figure .cover .duration {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  color: #fff;
}

.main .side .wonderful .various li figure figcaption {
  flex: 1;
  white-space: nowrap;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.main .side .football {
  width: 100%;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
}

.main .side .football .various {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.main .side .football .various li {
  width: 100%;
}

.main .side .football .various li figure {
  width: 100%;
  height: 137px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main .side .football .various li figure .cover {
  position: relative;
  height: 104px;
}

.main .side .football .various li figure .cover .Image {
  width: 100%;
  height: 100%;
}

.main .side .football .various li figure .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}

.main .side .football .various li figure .cover .play img {
  width: 100%;
  height: 100%;
}

.main .side .football .various li figure .cover .duration {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  color: #fff;
}

.main .side .football .various li figure .cover time {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 12px;
  color: #fff;
}

.main .side .football .various li figure figcaption {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  color: #362c26;
  padding: 0 5px;
  box-sizing: border-box;
}

.main .scorns {
  display: flex;
  gap: 20px;
}

.main .scorns .screen {
  width: 75%;
  overflow: hidden;
  display: flex;
  gap: 10px;
}

.main .scorns .screen .smailtole {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main .scorns .screen .smailtole li {
  position: relative;
  width: 100%;
  height: 107px;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
}

.main .scorns .screen .smailtole li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  border: 10px solid transparent;
  border-left-color: transparent;
}

.main .scorns .screen .smailtole li img {
  width: 100%;
  height: 100%;
}

.main .scorns .screen .smailtole .active {
  border-color: #ffb347;
}

.main .scorns .screen .smailtole .active::after {
  border-left-color: #ffb347;
}

.main .scorns .screen .bigscreen {
  flex: 1;
  height: 355px;
  overflow: hidden;
}

.main .scorns .screen .bigscreen figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.main .scorns .screen .bigscreen figure .cover {
  width: 100%;
  height: 100%;
}

.main .scorns .screen .bigscreen figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(225, 225, 225, 0.5);
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}

.main .scorns .nssroll {
  flex: 1;
  overflow: hidden;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.main .scorns .nssroll .nssrolllist {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.main .scorns .nssroll .nssrolllist li {
  width: 100%;
}

.main .scorns .nssroll .nssrolllist li .linkBox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main .scorns .nssroll .nssrolllist li .linkBox img {
  width: auto;
  height: 22px;
}

.main .scorns .nssroll .nssrolllist li .linkBox span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  color: #362c26;
  text-overflow: ellipsis;
}

.main .scorns .nssroll .nssrolllist li .linkBox time {
  font-size: 12px;
  white-space: nowrap;
  color: #362c26;
}

.main .ballnews {
  margin-top: 40px;
}

.main .ballnews .tabulation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 0;
  padding: 20px;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
}

.main .ballnews .tabulation li {
  width: calc(100% / 4 - 8px);
}

.main .ballnews .tabulation li figure {
  height: 260px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main .ballnews .tabulation li figure .cover {
  width: 100%;
  height: 160px;
  border-radius: 5px;
}

.main .ballnews .tabulation li figure figcaption {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main .ballnews .tabulation li figure figcaption p {
  font-size: 14px;
  color: #362c26;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.main .ballnews .tabulation li figure figcaption .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #8e8a86;
}

.main .ballvideo {
  margin: 40px auto;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
}

.main .ballvideo .tabulation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.main .ballvideo .tabulation li {
  width: calc(100% / 2 - 10px);
  height: 123px;
}

.main .ballvideo .tabulation li figure {
  display: flex;
  gap: 11px;
  height: 100%;
}

.main .ballvideo .tabulation li figure .cover {
  position: relative;
  width: 45%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.main .ballvideo .tabulation li figure .cover .Img {
  width: 100%;
  height: 100%;
}

.main .ballvideo .tabulation li figure .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
}

.main .ballvideo .tabulation li figure .cover .play img {
  width: 100%;
  height: 100%;
}

.main .ballvideo .tabulation li figure .cover .duration {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 12px;
}

.main .ballvideo .tabulation li figure figcaption {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
  box-sizing: border-box;
}

.main .ballvideo .tabulation li figure figcaption p {
  font-size: 14px;
  color: #362c26;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 26px;
}

.main .ballvideo .tabulation li figure figcaption .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #8e8a86;
}

.main .ranking {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.main .ranking .rank {
  width: 75%;
  overflow: hidden;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
}

.main .ranking .rank .category_select {
  position: relative;
  padding: 0 50px;
  display: flex;
  align-items: center;
}

.main .ranking .rank .category_select .swiper {
  position: unset;
  user-select: none;
}

.main .ranking .rank .category_select .swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.main .ranking .rank .category_select .swiper .swiper-slide a {
  font-size: 16px;
  color: #362c26;
  white-space: nowrap;
}

.main .ranking .rank .category_select .next,
.main .ranking .rank .category_select .prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.main .ranking .rank .category_select .next span,
.main .ranking .rank .category_select .prev span {
  color: #ffc479;
}

.main .ranking .rank .category_select .prev {
  left: 0;
  transform: translate(50%, -50%) rotate(-180deg);
}

.main .ranking .rank .category_select .next {
  right: 0;
  transform: translate(-50%, -50%);
}

.main .ranking .rank .table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}

.main .ranking .rank .table li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  gap: 10px;
}

.main .ranking .rank .table li span {
  font-size: 14px;
  color: #362c26;
}

.main .ranking .rank .table li .linkBox {
  width: 100%;
  overflow: hidden;
}

.main .ranking .rank .table li .team {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}

.main .ranking .rank .table li .team img {
  width: auto;
  height: 40px;
}

.main .ranking .rank .table li .team span {
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.main .ranking .rank .table li:first-child {
  background: #f5f2f0;
  height: 44px;
}

.main .ranking .rank .table li:first-child span {
  font-weight: bold;
}

.main .ranking .rank .table li .arrange {
  text-align: center;
  font-size: 14px;
  color: #362c26;
}

.main .ranking .rank .table li:nth-child(2) .arrange {
  width: 26px;
  height: 35px;
  background: url("../static/image/arrange1.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin: auto;
}

.main .ranking .rank .table li:nth-child(3) .arrange {
  width: 26px;
  height: 35px;
  background: url("../static/image/arrange2.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin: auto;
}

.main .ranking .rank .table li:nth-child(4) .arrange {
  width: 26px;
  height: 35px;
  background: url("../static/image/arrange3.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin: auto;
}

.main .ranking .rank .table li:nth-child(5) .arrange {
  width: 26px;
  height: 35px;
  background: url("../static/image/arrange4.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin: auto;
}

.main .contest {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.main .contest .compare {
  width: 75%;
  overflow: hidden;
  display: flex;
  gap: 20px;
}

.main .contest .compare .switch {
  width: 30%;
}

.main .contest .compare .switch ul {
  width: 100%;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.main .contest .compare .switch ul li {
  cursor: pointer;
  width: fit-content;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.main .contest .compare .switch ul li .linkBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .contest .compare .switch ul li img {
  width: 18px;
  height: auto;
}

.main .contest .compare .switch ul li span {
  font-size: 14px;
  color: #362c26;
  white-space: nowrap;
}

.main .contest .compare .switch ul .active {
  border-bottom-color: #ffb55c;
}

.main .contest .compare .switch ul .active span {
  color: #ffb55c;
}

.main .matter {
  flex: 1;
  overflow: hidden;
  display: none;
}

.main .matter>ul {
  width: 100%;
  border: 1px solid #fbe7ce;
}

.main .matter>ul li {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 3fr 1fr;
  gap: 5px;
  text-align: center;
  height: 44px;
  border-bottom: 1px solid #fbe7ce;
  background: linear-gradient(to right, #fedbdb 5%, #f6e7ea 10%, #fff 85%);
}

.main .matter>ul li .matter_info {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}

.main .matter>ul li:last-child {
  border-bottom: none;
}

.main .matter>ul li .categorylogo {
  width: 22px;
  height: auto;
}

.main .matter>ul li span,
.main .matter>ul li time,
.main .matter>ul li a {
  font-size: 14px;
  color: #8f8a87;
}

.main .matter>ul li .army {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
}

.main .matter>ul li .army .linkBox {
  width: 100%;
  overflow: hidden;
}

.main .matter>ul li .army .team {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .matter>ul li .army .team img {
  width: 20px;
  height: auto;
}

.main .matter>ul li .army .team span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #8f8a87;
}

.main .matter>ul li .army .vs {
  display: flex;
  align-items: center;
}

.main .matter>ul li .army .vs span {
  flex: 1;
  text-align: center;
}

.main .matter>ul li .status {
  text-align: center;
  font-size: 14px;
  color: #ffb347;
}

.main .matter>ul li .start {
  color: #0081b4;

}

.main .matter>ul li .end {
  color: #333;
}

.main .matter>ul .wait {
  background: linear-gradient(to right, #e9f0de 5%, #eef3ed 10%, #fff 85%);
}

.main .matter>ul .wait .status {
  color: #ffb347;
}

.main .matter>ul .wait .end {
  color: #333;
}

.main .matter>ul .wait .start {
  color: #0081b4;
}

.main .matter>ul .wait .start {
  background: linear-gradient(to right, #e5ecf5 5%, #eff3f9 10%, #fff 85%);
}


.leading {
  display: flex;
  gap: 20px;
}

.leading .within {
  width: 70%;
  height: fit-content;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.leading .within .videolist {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.leading .within .videolist li {
  width: calc(100% / 3 - 17px);
  height: auto;
}

.leading .within .videolist li figure {
  width: 100%;
  height: 226px;
  background: #eeeeee;
  display: flex;
  flex-direction: column;
}

.leading .within .videolist li figure .cover {
  position: relative;
  width: 100%;
  height: 118px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

.leading .within .videolist li figure .cover .Image {
  width: 100%;
  height: 100%;
}

.leading .within .videolist li figure .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
}

.leading .within .videolist li figure .cover .play img {
  width: 100%;
  height: 100%;
}

.leading .within .videolist li figure .cover .divide {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #ffb347;
  padding: 7px 17px;
  background: #fff;
  border-radius: 5px;
}

.leading .within .videolist li figure .cover .duration {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  color: #fff;
}

.leading .within .videolist li figure figcaption {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
}

.leading .within .videolist li figure figcaption p {
  font-size: 14px;
  color: #362c26;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.leading .within .videolist li figure figcaption .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

.leading .within .videolist li figure figcaption .info .like {
  display: flex;
  align-items: center;
  gap: 5px;
}

.leading .within .videolist li figure figcaption .info .like span {
  font-size: 12px;
  color: #8f8a87;
}

.leading .within .videolist li figure figcaption .info time {
  font-size: 12px;
  color: #8f8a87;
}

.leading .aside {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.leading .aside .information {
  width: 100%;
  padding: 20px 10px;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
}

.leading .aside .information ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.leading .aside .information ul li figure {
  position: relative;
  width: 100%;
  height: 172px;
}

.leading .aside .information ul li figure .Image {
  width: 100%;
  height: 100%;
}

.leading .aside .information ul li figure figcaption {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.leading .aside .information ul li .linkBox {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 5px;
  justify-content: space-between;
}

.leading .aside .information ul li .linkBox .category {
  width: 50px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffcf7f;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.leading .aside .information ul li .linkBox p {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #362c26;
}

.leading .aside .videoreco {
  width: 100%;
  padding: 20px 10px;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
}

.leading .aside .videoreco ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.leading .aside .videoreco ul li {
  width: 100%;
}

.leading .aside .videoreco ul li figure {
  position: relative;
  width: 100%;
  height: 161px;
  border-radius: 5px;
  overflow: hidden;
}

.leading .aside .videoreco ul li figure .Image {
  width: 100%;
  height: 100%;
}

.leading .aside .videoreco ul li figure .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 49px;
  height: 49px;
}

.leading .aside .videoreco ul li figure .play img {
  width: 100%;
  height: 100%;
}

.leading .aside .videoreco ul li figure time {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

.leading .aside .videoreco ul li figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #362c26;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(225, 225, 225, 0.7);
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

.leading .aside .schedule {
  width: 100%;
  padding: 20px 10px;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
}

.leading .aside .schedule ul {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.leading .aside .schedule ul li {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}

.leading .aside .schedule ul li .linkBox {
  width: 100%;
  overflow: hidden;
}

.leading .aside .schedule ul li .linkBox .group {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
}

.leading .aside .schedule ul li .linkBox .group span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #85807c;
}

.leading .aside .schedule ul li .linkBox .group img {
  width: 28px;
  height: auto;
}

.leading .aside .schedule ul li .linkBox:first-child .group span {
  text-align: right;
}

.leading .aside .schedule ul li .vs {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}

.leading .aside .schedule ul li .vs span {
  text-align: center;
  font-size: 12px;
  color: #85807c;
}

.newslist {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.newslist li {
  width: 100%;
}

.newslist li figure {
  width: 100%;
  height: 165px;
  display: flex;
  gap: 15px;
}

.newslist li figure .cover {
  position: relative;
  order: 2;
  width: 35%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.newslist li figure .cover .Image {
  width: 100%;
  height: 100%;
}

.newslist li figure .cover .divide {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #ffb347;
  padding: 7px 17px;
  background: #fff;
  border-radius: 5px;
}

.newslist li figure figcaption {
  order: 1;
  flex: 1;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.newslist li figure figcaption article {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newslist li figure figcaption article span {
  font-size: 16px;
  color: #362c26;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

.newslist li figure figcaption article p {
  font-size: 14px;
  color: #362c26;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.newslist li figure figcaption .info {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: space-between;
  color: #8f8a87;
  font-size: 12px;
}

.newslist li figure figcaption .info .cat {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main .matchlist {
  margin-top: 0;
}

.main .matchlist .matter {
  display: block;
}

.main .matchlist .compare {
  width: 100%;
}

.main .matchlist .compare .switch {
  width: 25%;
}

.main .matchlist .compare .switch ul {
  padding: 20px 0;
}

.main .matchlist .compare .switch ul li {
  width: 100%;
  border-bottom: none;
  padding: 10px 20px;
  box-sizing: border-box;
}

.main .matchlist .compare .switch ul li a {
  color: #362c26;
}

.main .matchlist .compare .switch ul .active {
  background: #ffb347;
}

.main .matchlist .compare .switch ul .active span {
  color: #362c26;
}

.leading .nobj {
  background: unset;
  box-shadow: none;
  padding: 0;
}

.video {
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  padding: 20px;
}

.subject {
  width: 100%;
}

.subject h1 {
  font-size: 24px;
  color: #362c26;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subject .meticulous {
  display: flex;
  align-items: center;
  gap: 32px;
  white-space: nowrap;
  color: #8f8a87;
  font-size: 12px;
  margin-top: 10px;
}

.subject .meticulous .like {
  display: flex;
  align-items: center;
  gap: 5px;
}

.subject .meticulous .like img {
  width: 17px;
  height: auto;
}

.subject .visualfield {
  position: relative;
  width: 100%;
  height: 370px;
  margin-top: 23px;
  cursor: pointer;
}

.subject .visualfield .Image {
  width: 100%;
  height: 100%;
}

.subject .visualfield .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
}

.subject .visualfield .play img {
  width: 100%;
  height: 100%;
}

.related {
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  margin-top: 20px;
  padding: 20px;
}

.related ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.related ul li {
  width: calc(100% / 2 - 10px);
}

.related ul li figure {
  position: relative;
  height: 186px;
  border-radius: 5px;
  overflow: hidden;
}

.related ul li figure .Image {
  width: 100%;
  height: 100%;
}

.related ul li figure .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
}

.related ul li figure .play img {
  width: 100%;
  height: 100%;
}

.related ul li figure .divide {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #ffb347;
  padding: 7px 17px;
  background: #fff;
  border-radius: 5px;
  white-space: nowrap;
}

.related ul li figure time {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

.related ul li figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
}

.article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.article p {
  font-size: 16px;
  color: #362c26;
  text-indent: 16px;
  line-height: 26px;
}

.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;
}

.news {
  width: 100%;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  padding: 20px;
}

.news .upDown {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}

.news .upDown li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news .upDown li span {
  font-size: 14px;
  color: #232d3e;
  white-space: nowrap;
}

.news .upDown li a {
  color: #febc68;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}

.correlation {
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  margin-top: 20px;
  padding: 20px;
}

.correlation ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.correlation ul li {
  width: 100%;
}

.correlation ul li figure {
  width: 100%;
  display: flex;
  gap: 15px;
}

.correlation ul li figure .Image {
  width: 35%;
  height: 135px;
  border-radius: 5px;
}

.correlation ul li figure figcaption {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.correlation ul li figure figcaption article {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.correlation ul li figure figcaption article span {
  font-size: 14px;
  color: #362c26;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.correlation ul li figure figcaption article p {
  font-size: 12px;
  color: #362c26;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 22px;
}

.correlation ul li figure figcaption .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #8f8a87;
  white-space: nowrap;
  user-select: none;
}

.yc_select {
  position: relative;
  padding: 20px 60px;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  user-select: none;
  margin-bottom: 20px;
}

.yc_select .mySwiper {
  position: unset;
}

.yc_select .mySwiper .swiper-slide {
  padding: 3px 10px;
  box-sizing: border-box;
}

.yc_select .mySwiper .swiper-slide a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.yc_select .mySwiper .swiper-slide a img {
  width: auto;
  height: 31px;
}

.yc_select .mySwiper .swiper-slide a span {
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
}

.yc_select .mySwiper .active {
  background: #ed7d03;
}

.yc_select .mySwiper .active a span {
  color: #fff;
}

.yc_select .mySwiper .swiper-button-next,
.yc_select .mySwiper .swiper-button-prev {
  left: 0;
  top: 50%;
  transform: translate(20px, -50%);
  margin-top: 0;
  width: auto;
  height: auto;
}

.yc_select .mySwiper .swiper-button-next::after,
.yc_select .mySwiper .swiper-button-prev::after {
  font-size: 18px;
  color: #000000;
}

.yc_select .mySwiper .swiper-button-next {
  left: unset;
  right: 0;
  transform: translate(-20px, -50%);
}

.bigList {
  padding: 20px;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  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;
  width: 100%;
  overflow: hidden;
  color: #354455;
  font-size: 14px;
}

.bigList ul li .rank .vs {
  color: #354455;
  font-size: 14px;
}

.show {
  display: block;
}

.hotMatch {
  padding: 20px;
  padding-bottom: 50px;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  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;
}

.match {
  background: #fff;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.match .biggame {
  position: relative;
  width: 100%;
  height: 290px;
  background: url("../static/image/biggame.png") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.match .biggame .source {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.match .biggame .source span,
.match .biggame .source a {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}

.match .biggame .source a {
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.match .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;
}

.match .biggame .bisaibox .video_competition_team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  overflow: hidden;
}

.match .biggame .bisaibox .video_competition_team .competition_team_img {
  width: auto;
  height: 80px;
}

.match .biggame .bisaibox .video_competition_team .competition_team_img img {
  width: 100%;
  height: 100%;
}

.match .biggame .bisaibox .video_competition_team p {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: bold;
}

.match .biggame .bisaibox .vs_info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.match .biggame .bisaibox .vs_info .vs_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.match .biggame .bisaibox .vs_info .vs_center .vs {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  color: #fff;
}

.match .biggame .bisaibox .vs_info .vs_center .vs span {
  font-size: 48px;
}

.match .biggame .bisaibox .vs_info .vs_center .vs .divide {
  font-size: 36px;
  color: #fff;
}

.match .biggame .bisaibox .vs_info .vs_center .vs .divide:last-child {
  text-align: right;
}

.match .biggame .bisaibox .vs_info .vs_center .status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.match .biggame .bisaibox .vs_info .vs_center .status time,
.match .biggame .bisaibox .vs_info .vs_center .status span {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.match .biggame .bisaibox .vs_info .vs_center .specification {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  color: #fff;
  text-align: center;
}

.match .biggame .bisaibox .vs_info .vs_center .specification a {
  color: #fff;
}

.typelive {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  margin: 20px 0;
  padding: 10px;
  box-sizing: border-box;
  user-select: none;
}

.typelive li {
  font-size: 16px;
  background: transparent;
}

.typelive li a {
  padding: 5px 18px;
  display: flex;
  white-space: nowrap;
  color: #4b4b6d;
  font-weight: 600;
}

.typelive .active {
  background: #ffcf7f;
}

.typelive .active a {
  color: #fbfbfb;
}

.unveil {
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
}

.unveil .unveil_item {
  width: 100%;
}

.unveil .unveil_item .textInfor {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.unveil .unveil_item .textInfor p {
  color: #232d3e;
  font-size: 14px;
}

.unveil .unveil_item .textInfor a {
  color: #232d3e;
  font-size: 14px;
}

.unveil .unveil_item .textInfor .cue {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.unveil .unveil_item .textInfor .cue .ul-signal {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.unveil .unveil_item .textInfor .cue .ul-signal li {
  font-size: 14px;
  font-weight: bold;
}

.unveil .unveil_item .textInfor .cue .ul-signal li a {
  color: #ffbc6a;
  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);
  }
}

.unveil .unveil_item .textInfor>p {
  line-height: 22px;
  font-size: 14px;
}

.unveil .unveil_item .intelligence {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.unveil .unveil_item .intelligence .rank {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  gap: 20px;
}

.unveil .unveil_item .intelligence .rank .linkBox {
  flex: 1;
  overflow: hidden;
}

.unveil .unveil_item .intelligence .rank .team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.unveil .unveil_item .intelligence .rank .team img {
  width: auto;
  height: 45px;
}

.unveil .unveil_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;
}

.unveil .unveil_item .intelligence .intelligence_view {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.unveil .unveil_item .intelligence .intelligence_view .separate {
  width: calc(100% / 2 - 6px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 10px;
}

.unveil .unveil_item .intelligence .intelligence_view .separate:last-child {
  margin: 0 auto;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .hold {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .hold .hold_title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #362c26;
  gap: 5px;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .hold .hold_title::before {
  content: '';
  width: 19px;
  height: 15px;
  background: #362c26;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .hold ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .hold ul li {
  background: #362c26;
  font-size: 14px;
  color: #fbfbfb;
  padding: 10px 20px;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .profit .hold_title {
  color: #ff0000;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .profit .hold_title::before {
  background: #ff0000;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .profit ul li {
  background: #ff0000;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .harmful .hold_title {
  color: #1784d5;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .harmful .hold_title::before {
  background: #1784d5;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .harmful ul li {
  background: #1784d5;
}

.unveil .unveil_item .item_title {
  font-size: 16px;
  color: #ed7d03;
  white-space: nowrap;
  margin-bottom: 15px;
}

.unveil .unveil_item .army {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  gap: 10px;
}

.unveil .unveil_item .army .team {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.unveil .unveil_item .army .team:first-child span {
  text-align: right;
}

.unveil .unveil_item .army .team img {
  width: auto;
  height: 26px;
}

.unveil .unveil_item .army .team span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.unveil .unveil_item .army .vs {
  text-align: center;
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
}

.unveil .unveil_item .text_live {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.unveil .unveil_item .text_live .section {
  display: flex;
  align-items: center;
  gap: 27px;
  user-select: none;
}

.unveil .unveil_item .text_live .section li {
  padding: 7px 17px;
  border-radius: 17px;
}

.unveil .unveil_item .text_live .section li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #362c26;
}

.unveil .unveil_item .text_live .section .active {
  background: #ffbe6a;
}

.unveil .unveil_item .text_live .section .active a {
  color: #fff;
}

.unveil .unveil_item .text_live .paragraph {
  display: flex;
  gap: 8px;
}

.unveil .unveil_item .text_live .paragraph .stop {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.unveil .unveil_item .text_live .paragraph .stop .assemble {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.unveil .unveil_item .text_live .paragraph .stop .assemble .globe {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eeeeee;
}

.unveil .unveil_item .text_live .paragraph .stop .assemble .line {
  width: 2px;
  height: 77px;
  background: #eeeeee;
}

.unveil .unveil_item .text_live .paragraph .say {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  overflow: hidden;
}

.unveil .unveil_item .text_live .paragraph .say li {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.unveil .unveil_item .text_live .paragraph .say li time {
  font-size: 14px;
  color: #362c26;
  white-space: nowrap;
}

.unveil .unveil_item .text_live .paragraph .say li .status {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #eeeeee;
  padding: 5px 18px;
  box-sizing: border-box;
}

.unveil .unveil_item .text_live .paragraph .say li .status .Img {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  overflow: hidden;
}

.unveil .unveil_item .text_live .paragraph .say li .status .Img img {
  width: 100%;
  height: 100%;
}

.unveil .unveil_item .text_live .paragraph .say li .status span {
  font-size: 16px;
  color: #362c26;
  white-space: nowrap;
}

.unveil .unveil_item .ranks {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.unveil .unveil_item .ranks .team {
  flex: 1;
  overflow: hidden;
}

.unveil .unveil_item .ranks .team .linkBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.unveil .unveil_item .ranks .team img {
  width: 40px;
  height: auto;
}

.unveil .unveil_item .ranks .team p {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #362c26;
  font-weight: bold;
}

.unveil .unveil_item .confront {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
}

.unveil .unveil_item .confront .confront_title {
  font-size: 16px;
  user-select: none;
  color: #4b4b6d;
}

.unveil .unveil_item .confront .entrty {
  display: flex;
  flex-direction: column;
}

.unveil .unveil_item .confront .entrty li {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 4fr 1fr;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}

.unveil .unveil_item .confront .entrty li:first-child {
  padding-top: 0;
}

.unveil .unveil_item .confront .entrty li time {
  font-size: 14px;
  white-space: nowrap;
  color: #4b4b6d;
}

.unveil .unveil_item .confront .entrty li .compare {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 30px;
}

.unveil .unveil_item .confront .entrty li .compare>a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.unveil .unveil_item .confront .entrty li .compare .team {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
}

.unveil .unveil_item .confront .entrty li .compare .team img {
  width: 27px;
  height: auto;
}

.unveil .unveil_item .confront .entrty li .compare .team p {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #4b4b6d;
}

.unveil .unveil_item .confront .entrty li .compare .team:first-child p {
  text-align: right;
}

.unveil .unveil_item .confront .entrty li .compare .vs {
  display: flex;
  align-items: center;
}

.unveil .unveil_item .confront .entrty li .compare .vs span {
  font-size: 14px;
  white-space: nowrap;
  color: #4b4b6d;
}

.unveil .unveil_item .confront .entrty li .specs {
  white-space: nowrap;
  font-size: 14px;
  color: #4b4b6d;
}

.unveil .unveil_item .war {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.unveil .unveil_item .war .war_title {
  font-size: 16px;
  user-select: none;
  color: #4b4b6d;
}

.unveil .unveil_item .war .warContent {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.unveil .unveil_item .war .warContent .outer {
  width: calc(100% / 2 - 10px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.unveil .unveil_item .war .warContent .outer ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.unveil .unveil_item .war .warContent .outer ul li {
  display: grid;
  align-items: center;
  grid-template-columns: 3fr 2fr 3fr;
}

.unveil .unveil_item .war .warContent .outer ul li .teamBox {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.unveil .unveil_item .war .warContent .outer ul li .team {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.unveil .unveil_item .war .warContent .outer ul li .team img {
  width: auto;
  height: 40px;
}

.unveil .unveil_item .war .warContent .outer ul li .team p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  width: 100%;
  color: #4b4b6d;
}

.unveil .unveil_item .war .warContent .outer ul li .teamInfo {
  color: #4b4b6d;
}

.unveil .unveil_item .war .warContent .outer ul li .teamInfo .linkBox {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.unveil .unveil_item .war .warContent .outer ul li .teamInfo .linkBox .vs {
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 5px;
}

.unveil .unveil_item .war .warContent .outer ul li .teamInfo .linkBox .vs span {
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  color: #4b4b6d;
}

.unveil .unveil_item .war .warContent .outer ul li .teamInfo .linkBox .vs span:first-child {
  text-align: right;
}

.unveil .unveil_item .war .warContent .outer ul li .teamInfo .linkBox .vs span:last-child {
  text-align: left;
}

.unveil .unveil_item .war .warContent .outer ul li .teamInfo .linkBox time {
  width: 100%;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  color: #4b4b6d;
}

.unveil .unveil_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: #4b4b6d;
}

.unveil .unveil_item .war .warContent .outer ul li .teamInfo .specs a {
  color: #4b4b6d;
}

.unveil .unveil_item .war .warContent .outer .check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.unveil .unveil_item .war .warContent .outer .check a {
  white-space: nowrap;
  font-size: 12px;
  color: #ffcf7f;
}

@media screen and (max-width: 1000px) {
  .header .nav .nav_left .select {
    position: absolute;
    left: 0;
    top: 86px;
    z-index: 999;
  }

  .header .nav .burger {
    display: block;
  }

  .main {
    padding: 0 10px;
    padding-top: 30px;
    padding-bottom: 150px;
  }

  .header .nav {
    padding: 0 20px;
  }

  .header .nav .nav_left .select {
    background: #262626;
  }

  .header .nav .nav_left .select ul {
    flex-direction: column;
    height: auto;
  }

  .header .nav .nav_left .select ul li {
    height: 70px;
  }

  .header .nav .nav_left .select ul li::after {
    display: none;
  }

  .header .nav .nav_left .select {
    overflow-y: auto;
  }

  .header .nav .nav_left .logo {
    width: 35%;
  }

  .main .scorns {
    flex-direction: column;
  }

  .main .scorns .nssroll .nssrolllist {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .main .scorns .nssroll .nssrolllist li {
    width: calc(100% / 2 - 9px);
  }

  .main .scorns .screen {
    width: 100%;
  }

  .main .ranking {
    flex-direction: column;
  }

  .main .ranking .rank {
    width: 100%;
  }

  .main .side {
    flex-direction: row;
  }

  .main .side .hotnews {
    width: 50%;
  }

  .main .side .wonderful {
    width: 50%;
  }

  .main .contest {
    flex-direction: column;
  }

  .main .contest .compare {
    width: 100%;
  }

  .leading .within .videolist {
    gap: 15px;
  }

  .leading .within .videolist li {
    width: calc(100% / 3 - 12px);
  }

  .leading {
    flex-direction: column;
  }

  .leading .within {
    width: 100%;
  }

  .leading .aside .information {
    width: 50%;
  }

  .leading .aside .videoreco {
    width: 50%;
  }

  .leading .aside {
    flex-direction: row;
  }

  .leading .aside .videoreco ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .leading .aside .videoreco ul li {
    width: calc(100% / 2 - 5px);
  }

  .page .pagination {
    gap: 5px;
  }

  .Jump {
    display: none;
  }

  .leading .aside .schedule {
    width: 50%;
  }
}

@media screen and (min-width: 1001px) {
  .header .nav .nav_left .select {
    width: auto;
    height: 100% !important;
  }
}

.ballSelect {
  box-shadow: transparent 0px 0px 0px 0px, transparent 0px 0px 0px 0px, rgba(251, 236, 211, 0.8) 0px 2px 6px 0px;
  background: #fff;
  padding: 5px 10px;
}

.ballSelect ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ballSelect ul li {
  padding: 5px 10px;
  font-size: 14px;
}

.ballSelect ul .active {
  background: #ffb347;
}

.ballSelect ul .active a {
  color: #fff;
}



@media screen and (max-width: 768px) {
  .main {
    padding: 0 0.13333rem;
    padding-top: 0.4rem;
    padding-bottom: 2rem;
  }

  .header {
    height: 1.14667rem;
  }

  .header .nav .nav_left .logo {
    width: 40%;
    height: 1.26667rem;
  }

  .header .nav .nav_left .logo img {
    width: 2.52rem;
  }

  .header .nav .nav_left .select {
    top: 1.14667rem;
  }

  .header .nav .burger {
    transform: scale(0.7);
  }

  .header .nav {
    padding: 0 0.26667rem;
  }

  .main .scorns {
    gap: 0.26667rem;
  }

  .main .scorns .screen {
    flex-direction: column;
  }

  .main .scorns .screen .bigscreen {
    order: 1;
    height: 5.13333rem;
  }

  .main .scorns .screen .smailtole {
    width: 100%;
    order: 2;
    flex-direction: row;
    gap: 0.26667rem;
    padding: 0 0.13333rem;
  }

  .main .scorns .screen .bigscreen figure figcaption {
    padding: 0.13333rem 0.26667rem;
    font-size: 12px;
  }

  .main .scorns .screen .smailtole li {
    height: 1.42667rem;
  }

  .main .scorns .screen .smailtole li::after {
    border-width: 0.2rem;
  }

  .main .title {
    gap: 0.06667rem;
    margin-bottom: 0.22667rem;
  }

  .main .title .ImageTile img {
    height: 0.48rem;
  }

  .main .title .ImageTile span {
    font-size: 12px;
  }

  .main .title .more span {
    font-size: 12px;
  }

  .main .scorns .nssroll .nssrolllist li .linkBox {
    gap: 0.06667rem;
  }

  .main .scorns .nssroll .nssrolllist {
    gap: 0.22667rem;
  }

  .main .scorns .nssroll .nssrolllist li {
    width: calc(100% / 2 - 0.12rem);
  }

  .main .scorns .nssroll .nssrolllist li .linkBox img {
    height: 0.34667rem;
  }

  .main .scorns .nssroll .nssrolllist li .linkBox span {
    font-size: 12px;
  }

  .main .ballnews {
    margin-top: 0.53333rem;
  }

  .main .ballNews_title {
    height: 0.82667rem;
    border-radius: 0.13333rem;
    padding: 0 0.26667rem;
  }

  .main .ballNews_title .nabSelect li {
    gap: 0.08rem;
  }

  .main .ballNews_title .nabSelect li img {
    width: 0.37333rem;
    height: auto;
  }

  .main .ballNews_title .nabSelect li span {
    font-size: 12px;
  }

  .main .ballNews_title .nabSelect li::after {
    border-width: 0.2rem;
  }

  .main .ballNews_title .more span {
    font-size: 12px;
  }

  .main .ballnews .tabulation {
    padding: 0.26667rem;
    gap: 0.13333rem;
  }

  .main .ballnews .tabulation li {
    width: calc(100% / 2 - 0.06667rem);
  }

  .main .ballnews .tabulation li figure {
    height: 4.8rem;
    gap: 0.13333rem;
  }

  .main .ballnews .tabulation li figure .cover {
    height: 2.66667rem;
  }

  .main .ballnews .tabulation li figure figcaption p {
    font-size: 12px;
  }

  .main .ballvideo {
    margin: 0.53333rem auto;
  }

  .main .ballvideo .tabulation {
    gap: 0.26667rem;
  }

  .main .ballvideo .tabulation li {
    width: 100%;
  }

  .main .ballvideo .tabulation li figure figcaption p {
    font-size: 12px;
    line-height: 0.53333rem;
  }

  .main .ballvideo .tabulation li figure {
    gap: 0.14667rem;
  }

  .main .ballvideo .tabulation li {
    height: 2.17333rem;
  }

  .main .ballvideo .tabulation li figure .cover .play {
    width: 0.6rem;
    height: 0.6rem;
  }

  .main .ballvideo .tabulation li figure .cover .duration {
    right: 0.06667rm;
    bottom: 0.06667rm;
  }

  .main .ballvideo .tabulation li figure .cover {
    border-radius: 0.06667rem;
  }

  .main .ranking {
    gap: 0.26667rem;
    margin-top: 0.53333rem;
  }

  .main .ranking .rank .table li span {
    font-size: 0.24rem;
  }

  .main .ranking .rank .table li .team img {
    height: 0.53333rem;
  }

  .main .ranking .rank .table li:nth-child(2) .arrange {
    width: 0.48rem;
    height: 0.6rem;
  }

  .main .ranking .rank .table li:nth-child(3) .arrange {
    width: 0.48rem;
    height: 0.6rem;
  }

  .main .ranking .rank .table li:nth-child(4) .arrange {
    width: 0.48rem;
    height: 0.6rem;
  }

  .main .ranking .rank .table li:nth-child(5) .arrange {
    width: 0.48rem;
    height: 0.6rem;
  }

  .main .side {
    flex-direction: column;
    gap: 0.26667rem;
  }

  .main .side .hotnews {
    width: 100%;
  }

  .main .side .wonderful {
    width: 100%;
  }

  .main .side .hotnews .various {
    gap: 0.2rem;
    padding: 0.13333rem;
  }

  .main .matter>ul li {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    padding: 0.26667rem 0;
    gap: 0.26667rem;
  }

  .main .matter>ul li {
    height: auto;
  }

  .main .contest .compare {
    flex-direction: column;
  }

  .main .contest .compare .switch {
    width: 100%;
    overflow-x: auto;
  }

  .main .contest .compare .switch ul {
    gap: 0.4rem;
    padding: 0.26667rem;
    flex-direction: row;
  }

  .main .contest .compare .switch ul {
    user-select: none;
  }

  .main .contest .compare .switch ul li .linkBox {
    gap: 0.2rem;
  }

  .main .matter ul li .army .team span {
    font-size: 12px;
  }

  .main .matter ul li .status {
    font-size: 12px;
  }

  .main .matter ul li .army .team img {
    width: 0.46667rem;
  }

  .main .matter ul li span,
  .main .matter ul li time,
  .main .matter ul li a {
    font-size: 12px;
  }

  .main .matter ul li .categorylogo {
    width: 0.42667rem;
  }

  .main .side .football .various {
    gap: 0.26667rem;
  }

  .main .side .football .various li figure .cover {
    height: 3.78667rem;
  }

  .main .side .football .various li figure {
    height: 4.76rem;
  }

  .footer {
    padding: 1rem 0.26667rem;
  }

  .footer .footerBox dl {
    padding: 0 0.4rem;
    gap: 0.26667rem;
  }

  .footer .footerBox dl dd ul {
    gap: 0.26667rem;
  }

  .footer .footerBox dl dd ul li {
    font-size: 0.26667rem;
  }

  .footer .footerBox dl dt {
    font-size: 0.32rem;
  }

  .footer .info>p {
    font-size: 0.32rem;
  }

  .footer .info>p .svgCode {
    height: 0.32rem;
  }

  .leading .within {
    padding: 0;
  }

  .leading .within .videolist {
    gap: 0.2rem;
  }

  .leading .within .videolist li {
    width: calc(100% / 2 - 0.10667rem);
  }

  .leading .within .videolist li figure .cover {
    height: 2.61333rem;
  }

  .leading .within .videolist li figure .cover .divide {
    padding: 0.09333rem 0.22667rem;
  }

  .leading .aside {
    flex-direction: column;
  }

  .leading .aside .information {
    width: 100%;
  }

  .leading .aside .videoreco {
    width: 100%;
  }

  .leading .within .videolist li figure .cover .play {
    width: 0.74667rem;
    height: 0.74667rem;
  }

  .leading .within .videolist li figure {
    height: 4.34667rem;
  }

  .leading .within .videolist li figure figcaption p {
    font-size: 0.29333rem;
    line-height: 0.42667rem;
  }

  .leading .within .videolist li figure figcaption {
    padding: 0.13333rem;
  }

  .leading .within .videolist li figure figcaption .info .like {
    gap: 0.06667rem;
  }

  .leading .within .videolist li figure figcaption .info .like img {
    width: 0.29333rem;
    height: auto;
  }

  .leading .within .videolist li figure figcaption .info .like span {
    font-size: 0.29333rem;
  }

  .leading .within .videolist li figure figcaption .info time {
    font-size: 0.29333rem;
  }

  .leading .within .videolist li figure .cover .divide {
    font-size: 0.32rem;
    border-radius: 0.06667rem;
  }

  .leading .aside .information ul li figure {
    height: 3.22667rem;
  }

  .leading .aside .information {
    padding: 0.26667rem 0.13333rem;
  }

  .leading .aside .information ul li figure figcaption {
    left: 0.13333rem;
    bottom: 0.13333rem;
    font-size: 0.32rem;
  }

  .leading .aside .information ul {
    gap: 0.2rem;
  }

  .leading .aside .information ul li .linkBox .category {
    width: 0.8rem;
    height: 0.54667rem;
    border-radius: 0.06667rem;
    font-size: 0.32rem;
  }

  .leading .aside .information ul li .linkBox p {
    font-size: 0.32rem;
  }

  .leading .aside .information ul li .linkBox {
    font-size: 0.32rem;
    gap: 0.13333rem;
    padding: 0 0.13333rem;
  }

  .leading .aside .videoreco ul {
    gap: 0.13333rem;
  }

  .leading .aside .videoreco {
    padding: 0.26667rem 0.13333rem;
  }

  .leading .aside .videoreco ul li {
    width: calc(100% / 2 - 0.06667rem);
  }

  .leading .aside .videoreco ul li figure {
    height: 2.94667rem;
  }

  .leading .aside .videoreco ul li figure .play {
    width: 0.78667rem;
    height: 0.78667rem;
  }

  .leading .aside .videoreco ul li figure time {
    right: 0.06667rem;
    top: 0.06667rem;
    font-size: 0.29333rem;
  }

  .leading .aside .videoreco ul li figure figcaption {
    padding: 0.13333rem 0.2rem;
    border-radius: 0.06667rem;
    font-size: 0.32rem;
  }

  .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;
  }

  .newslist {
    gap: 0.26667rem;
  }

  .newslist li figure figcaption article span {
    font-size: 0.34667rem;
  }

  .newslist li figure figcaption article p {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }

  .newslist li figure {
    height: 3.14667rem;
    gap: 0.2rem;
  }

  .newslist li figure figcaption .info {
    font-size: 0.29333rem;
  }

  .newslist li figure figcaption .info .cat {
    gap: 0.13333rem;
  }

  .newslist li figure figcaption .info .cat img {
    width: 0.29333rem;
  }

  .newslist li figure .cover {
    width: 45%;
    border-radius: 0.06667rem;
  }

  .newslist li figure .cover .divide {
    font-size: 0.32rem;
    padding: 0.09333rem 0.22667rem;
    border-radius: 0.06667rem;
  }

  .main .matchlist .compare .switch ul li {
    padding: 0.13333rem 0.26667rem;
  }

  .crumbs span {
    gap: 0.13333rem;
  }

  .crumbs {
    gap: 0.13333rem;
    margin-bottom: 0.26667rem;
  }

  .crumbs ul li::after {
    margin: 0 0.06667rem;
  }

  .leading .aside .schedule {
    width: 100%;
  }

  .video {
    padding: 0.26667rem 0.13333rem;
  }

  .subject h1 {
    font-size: 0.45333rem;
  }

  .subject .meticulous {
    gap: 0.29333rem;
    margin-top: 0.13333rem;
    font-size: 0.29333rem;
  }

  .subject .meticulous .like img {
    width: 0.33333rem;
  }

  .subject .meticulous .like {
    gap: 0.06667rem;
  }

  .subject .visualfield {
    height: 7.06667rem;
    margin-top: 0.30667rem;
  }

  .subject .visualfield .play {
    width: 1.4rem;
    height: 1.4rem;
  }

  .eventName ul {
    gap: 0.2rem;
  }

  .eventName ul li {
    font-size: 0.32rem;
  }

  .eventName>span,
  .eventName p {
    font-size: 0.34667rem;
  }

  .eventName {
    gap: 0.2rem;
    margin-top: 0.26667rem;
  }

  .related {
    margin-top: 0.26667rem;
    padding: 0.26667rem 0.13333rem;
  }

  .related ul {
    gap: 0.26667rem;
  }

  .related ul li {
    width: calc(100% / 2 - 0.13333rem);
  }

  .related ul li figure {
    height: 3.41333rem;
  }

  .related ul li figure .divide {
    padding: 0.09333rem 0.22667rem;
    font-size: 0.32rem;
    border-radius: 0.06667rem;
  }

  .related ul li figure time {
    font-size: 0.29333rem;
    right: 0.06667rem;
    top: 0.06667rem;
  }

  .related ul li figure .play {
    width: 0.86667rem;
    height: 0.86667rem;
  }

  .related ul li figure figcaption {
    font-size: 0.32rem;
    padding: 0.06667rem 0.13333rem;
  }

  .leading .aside .schedule ul li {
    padding: 0 0.13333rem;
    gap: 0.13333rem;
  }

  .leading .aside .schedule ul li .linkBox .group span {
    font-size: 0.32rem;
  }

  .leading .aside .schedule ul li .linkBox .group {
    gap: 0.09333rem;
  }

  .leading .aside .schedule ul li .linkBox .group img {
    width: 0.50667rem;
  }

  .leading .aside .schedule ul li .vs span {
    font-size: 0.32rem;
  }

  .leading .aside .schedule ul {
    gap: 0.26667rem;
  }

  .news {
    padding: 0.26667rem 0.13333rem;
  }

  .article {
    gap: 0.26667rem;
    margin-top: 0.26667rem;
  }

  .article p {
    font-size: 0.34667rem;
    line-height: 0.48rem;
    text-indent: 0.21333rem;
  }

  .article img {
    width: 100% !important;
    padding: 0;
    margin: 0;
    border-radius: 0.2rem;
  }

  .news .upDown {
    margin-top: 0.66667rem;
    gap: 0.13333rem;
  }

  .news .upDown li span {
    font-size: 0.32rem;
  }

  .news .upDown li a {
    font-size: 0.32rem;
  }

  .correlation {
    margin-top: 0.26667rem;
    padding: 0.26667rem 0.13333rem;
  }

  .correlation ul li figure {
    gap: 0.2rem;
  }

  .correlation ul li figure figcaption article {
    gap: 0.13333rem;
  }

  .correlation ul li figure figcaption article span {
    font-size: 0.32rem;
  }

  .correlation ul li figure figcaption article p {
    font-size: 0.29333rem;
    line-height: 0.42667rem;
  }

  .correlation ul li figure figcaption .info {
    font-size: 0.29333rem;
  }

  .correlation ul li figure .Image {
    border-radius: 0.06667rem;
    height: 2.2rem;
  }

  .correlation ul li figure figcaption {
    padding-bottom: 0.13333rem;
  }

  .unveil {
    padding: 0.26667rem 0.13333rem;
  }

  .match {
    padding: 0.26667rem 0.13333rem;
  }

  .match .biggame {
    height: 4.66667rem;
    margin-top: 0.26667rem;
  }

  .match .biggame .source {
    padding: 0.06667rem 0.13333rem;
  }

  .match .biggame .source span,
  .match .biggame .source a {
    font-size: 0.32rem;
  }

  .match .biggame .bisaibox .vs_info .vs_center {
    gap: 0.10667rem;
  }

  .match .biggame .bisaibox .video_competition_team .competition_team_img {
    height: 1.2rem;
  }

  .match .biggame .bisaibox .video_competition_team p {
    font-size: 0.32rem;
  }

  .match .biggame .bisaibox .vs_info .vs_center .vs span {
    font-size: 0.77333rem;
  }

  .match .biggame .bisaibox .vs_info .vs_center .vs .divide {
    font-size: 0.61333rem;
  }

  .match .biggame .bisaibox .vs_info .vs_center .status time,
  .match .biggame .bisaibox .vs_info .vs_center .status span {
    font-size: 0.32rem;
  }

  .match .biggame .bisaibox .video_competition_team {
    gap: 0.13333rem;
  }

  .match .biggame .bisaibox .vs_info .vs_center .specification {
    font-size: 0.32rem;
  }

  .typelive li a {
    padding: 0.06667rem 0.24rem;
  }

  .typelive li {
    font-size: 0.32rem;
  }

  .typelive {
    margin: 0.26667rem 0;
    gap: 0.13333rem;
    padding: 0.13333rem;
  }

  .unveil .unveil_item .textInfor {
    gap: 0.13333rem;
  }

  .unveil .unveil_item .textInfor>p {
    font-size: 0.32rem;
    line-height: 0.42667rem;
  }

  .unveil .unveil_item .textInfor .cue .ul-signal {
    gap: 0.13333rem;
  }

  .unveil .unveil_item .textInfor .cue .ul-signal li {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .textInfor p {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .textInfor a {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .text_live .section li {
    padding: 0.09333rem 0.22667rem;
    border-radius: 0.22667rem;
  }

  .unveil .unveil_item .text_live .section li a {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .text_live .paragraph .say {
    gap: 0.4rem;
  }

  .unveil .unveil_item .text_live .paragraph .say li time {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .text_live .paragraph .say li .status {
    padding: 0.06667rem 0.24rem;
  }

  .unveil .unveil_item .text_live .paragraph .say li .status .Img {
    width: 0.41333rem;
    height: 0.41333rem;
  }

  .unveil .unveil_item .text_live .paragraph .say li .status span {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .text_live .paragraph .stop .assemble .line {
    height: 1.17333rem;
  }

  .unveil .unveil_item .text_live .paragraph .stop .assemble .globe {
    width: 0.2rem;
    height: 0.2rem;
  }

  .unveil .unveil_item .text_live .paragraph .say li {
    gap: 0.17333rem;
  }

  .unveil .unveil_item .intelligence .rank {
    gap: 0.26667rem;
    padding: 0 0.26667rem;
  }

  .unveil .unveil_item .intelligence .rank .team {
    gap: 0.2rem;
  }

  .unveil .unveil_item .intelligence .rank .team img {
    height: 0.73333rem;
  }

  .unveil .unveil_item .intelligence .rank .team span {
    font-size: 0.34667rem;
  }

  .unveil .unveil_item .intelligence {
    gap: 0.34667rem;
  }

  .unveil .unveil_item .intelligence .intelligence_view .separate {
    width: 100%;
  }

  .unveil .unveil_item .ranks {
    gap: 0.26667rem;
  }

  .unveil .unveil_item .ranks .team .linkBox {
    gap: 0.13333rem;
  }

  .unveil .unveil_item .ranks .team img {
    width: 0.66667rem;
  }

  .unveil .unveil_item .ranks .team p {
    font-size: 0.34667rem;
  }

  .unveil .unveil_item .confront {
    gap: 0.2rem;
    margin: 0.26667rem 0;
  }

  .unveil .unveil_item .confront .entrty li time {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .confront .confront_title {
    font-size: 0.34667rem;
  }

  .unveil .unveil_item .confront .entrty li .compare .team {
    gap: 0.16rem;
  }

  .unveil .unveil_item .confront .entrty li .compare .team p {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .confront .entrty li .compare {
    gap: 0.26667rem;
  }

  .unveil .unveil_item .confront .entrty li .specs {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .confront .entrty li .compare .team img {
    width: 0.49333rem;
  }

  .unveil .unveil_item .confront .entrty li .compare .vs span {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .war {
    gap: 0.2rem;
  }

  .unveil .unveil_item .war .war_title {
    font-size: 0.21333rem;
  }

  .unveil .unveil_item .war .warContent {
    gap: 0.26667rem;
  }

  .unveil .unveil_item .war .warContent .outer {
    width: calc(100% / 2 - 0.13333rem);
  }

  .unveil .unveil_item .war .warContent .outer ul li .team p {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .war .warContent .outer ul li .team img {
    height: 0.66667rem;
  }

  .unveil .unveil_item .war .warContent .outer ul li .teamInfo .linkBox time {
    font-size: 0.29333rem;
  }

  .unveil .unveil_item .war .warContent .outer ul li .teamInfo .specs {
    font-size: 0.29333rem;
  }

  .unveil .unveil_item .war .warContent .outer ul li .teamInfo .linkBox .vs {
    gap: 0.06667rem;
  }

  .unveil .unveil_item .war .warContent .outer ul li .teamInfo .linkBox .vs span {
    font-size: 0.34667rem;
  }

  .unveil .unveil_item .war .warContent .outer .check a {
    font-size: 0.34667rem;
  }

  .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;
  }

  .bigList ul li .rank .vs {
    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;
  }

  .yc_select {
    padding: 0.26667rem 0.53333rem;
  }

  .yc_select .mySwiper .swiper-slide a {
    gap: 0.13333rem;
  }

  .yc_select .mySwiper .swiper-slide a img {
    height: 0.54667rem;
  }

  .yc_select .mySwiper .swiper-slide a span {
    font-size: 12px;
  }

  .yc_select .mySwiper .swiper-slide {
    padding: 0.06667rem 0.13333rem;
  }

  .yc_select .mySwiper .swiper-button-next::after,
  .yc_select .mySwiper .swiper-button-prev::after {
    font-size: 12px;
  }

  .yc_select .mySwiper .swiper-button-prev {
    transform: translate(0.26667rem, -50%);
  }

  .yc_select .mySwiper .swiper-button-next {
    transform: translate(-0.26667rem, -50%);
  }
}

@media screen and (max-width: 280px) {
  .main .scorns .nssroll .nssrolllist li {
    width: 100%;
  }
}