@charset "UTF-8";
.dateheader {
  padding-left: 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  width: 100%;
  margin: 0px 0%;
  background-color: #eee;
  color: #0a5165;
  font-weight: 700;
  font-size: 14px;
}
.tags{margin-bottom:30px}
.tags h2{font-size:16px;font-weight:bold;margin-bottom:15px;padding-top:15px;padding-left:15px;}
.tags li{float:left;padding:5px 15px;background:#F2F2F2;border-radius:10px;margin:5px 10px;font-size:14px}
.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: #666666;
  font-size: 12px;
  white-space: nowrap;
}

.crumbs ul li::after {
  content: '>';
  font-size: 12px;
  color: #666666;
  margin: 0 5px;
}

.crumbs ul li:last-child {
  flex: 1;
  overflow: hidden;
}

.crumbs ul li:last-child a {
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.crumbs ul li:last-child::after {
  display: none;
}

/* 全局样式修改 */
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
  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-color: #46a91e;
}

::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: #fff;
}

body {
  font-family: '微软雅黑';
}

.w {
  width: 1200px;
  margin: 0 auto;
}

figure {
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .w {
    width: 100%;
  }
}

.header {
  height: 83px;
  background: #fbfbfb;
}

.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.header .nav .nav_left {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header .nav .nav_left .logo {
  width: 129px;
  height: auto;
}

.header .nav .nav_left .logo img {
  width: 100%;
  height: 100%;
}

.header .nav .nav_left .select {
  flex: 1;
  overflow: hidden;
}

.header .nav .nav_left .select ul {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  user-select: none;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.header .nav .nav_left .select ul li {
  font-size: 16px;
  color: #666666;
  padding-bottom: 5px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}

.header .nav .nav_left .select ul li a {
  white-space: nowrap;
}

.header .nav .nav_left .select ul .active {
  color: #ed7d03;
  border-color: #ed7d03;
}

.header .nav .nav_right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header .nav .nav_right .toggle {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  display: flex;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  transition-duration: .5s;
}

.header .nav .nav_right .toggle .bars {
  width: 100%;
  height: 4px;
  background-color: #46a91e;
  border-radius: 4px;
}

.header .nav .nav_right .toggle #bar2 {
  transition-duration: .8s;
}

.header .nav .nav_right .toggle #bar1 {
  width: 50%;
}

.header .nav .nav_right .toggle #bar2 {
  width: 75%;
}

.header .nav .nav_right .show {
  display: flex;
}

.header .nav .nav_right .show .bars {
  position: absolute;
  transition-duration: .5s;
}

.header .nav .nav_right .show #bar2 {
  transform: scaleX(0);
  transition-duration: .1s;
}

.header .nav .nav_right .show #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

.header .nav .nav_right .show #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

.header .nav .nav_right .show .toggle {
  transition-duration: .5s;
  transform: rotate(180deg);
}

.header .nav .nav_right .en {
  position: relative;
  cursor: pointer;
}

.header .nav .nav_right .en span {
  font-size: 22px;
}

.header .nav .nav_right .en .translate {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, 15%);
  display: none;
  width: 100px;
  transition: all 0.5s;
  z-index: 99;
}

.header .nav .nav_right .en .translate select {
  padding: 8px;
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #F7F8FA;
}

.header .nav .nav_right .en .translate select:focus-visible {
  outline: none;
}

.header .nav .nav_right .en .translate select::-ms-expand {
  display: none;
}

.header .nav .nav_right .en .translate select option {
  border: none;
  color: #777777 !important;
  font-family: Arial;
}

.header .nav .nav_right .en .translate select::selection {
  background: #B7E1FF;
}

.footer {
  display: flex;
  flex-direction: column;
}

.footer .amity {
  background: #46a91e;
  padding: 25px 0;
}

.footer .amity .link {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.footer .amity .link span {
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
}

.footer .amity .link ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer .amity .link ul li {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.footer .amity .link ul li a {
  color: #fff;
}

.footer .illustrate {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.footer .illustrate ul {
  display: flex;
}

.footer .illustrate ul li {
  color: #666666;
  font-size: 14px;
}

.footer .illustrate ul li a {
  color: #666666;
}

.footer .illustrate ul li::after {
  content: '|';
  color: #666666;
  font-size: 14px;
  margin: 0 10px;
}

.footer .illustrate ul li:last-child::after {
  display: none;
}

.footer .illustrate .regard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer .illustrate .regard p {
  font-size: 13px;
  color: #666666;
  text-align: center;
  line-height: 24px;
}

.footer .illustrate .regard a {
  color: #666666;
}

.footer .illustrate .regard .svgCode {
  vertical-align: middle;
  height: 12px;
  display: inline-block;
}

.banner {
  background: url(/images/banner_bj.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 550px;
}

.main {
  background: #f7f8e5;
  padding-bottom: 50px;
}

.main .match {
  display: flex;
  flex-direction: column;
}

.main .match li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 4fr 2fr;
  padding: 19px 0;
  gap: 10px;
  text-align: center;
  border-bottom: 1px solid #e6e1de;
  white-space: nowrap;
}


.main .match li:last-child {
  border-bottom: none;
}

.main .match li time,
.main .match li span {
  font-size: 14px;
  color: #666666;
}

.main .match li span a {
  color: #666666;
}

.main .match li .rank {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
}

.main .match li .rank .linkBox {
  width: 100%;
  overflow: hidden;
}

.main .match li .rank .linkBox .team {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .match li .rank .linkBox .team img {
  width: auto;
  height: 28px;
	width: 30px;
}

.main .match li .rank .linkBox .team span {
  font-size: 14px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}

.main .match li .indetail {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.main .match li .indetail .start {
  color: #46a91e;
}

.main .match li .indetail .wait {
  color: #ed7d03;
}

.main .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  border-bottom: 1px solid #e6e1de;
  padding: 0 19px;
}

.main .title .rubric {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .title .rubric img {
  width: auto;
  height: 28px;
}

.main .title .rubric span {
  font-size: 18px;
  color: #ed7d03;
  font-weight: bold;
}

.main .title .more {
  display: flex;
  align-items: center;
  color: #ed7d03;
}

.main .title .more span {
  font-size: 16px;
}

.main .hot-match {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.main .hot-match .match-select {
  position: relative;
  display: flex;
  align-items: center;
  background: #ffd737;
  height: 44px;
}

.main .hot-match .match-select::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 60%;
  height: 100%;
  background: #46a91e;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}

.main .hot-match .match-select .match-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 35px;
}

.main .hot-match .match-select .match-link .picture {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main .hot-match .match-select .match-link .picture img {
  width: 44px;
  height: 40px;
}

.main .hot-match .match-select .match-link .picture span {
  font-size: 18px;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
}

.main .hot-match .match-select .match-link ul {
  display: flex;
  align-items: center;
  gap: 15px;
  overflow-x: auto;
}

.main .hot-match .match-select .match-link ul li {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

.main .hot-match .match-select .match-link ul li a {
  color: #fff;
}

.main .hot-match .arrange {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.main .hot-match .arrange li {
  width: calc(100% / 4 - 13px);
  height: auto;
  border: 1px solid #e6e1de;
  border-top: 8px solid #46a91e;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.main .hot-match .arrange li .category {
  background: url(/images/nba.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 67px;
  height: 19px;
  display: flex;
}

.main .hot-match .arrange li .category a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
}

.main .hot-match .arrange li .rank {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e1de;
  box-sizing: border-box;
  padding: 0 5px;
}

.main .hot-match .arrange li .rank .linkBox {
  flex: 1;
  overflow: hidden;
}

.main .hot-match .arrange li .rank .linkBox .team {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.main .hot-match .arrange li .rank .linkBox .team img {
  width: auto;
  height: 51px;
}

.main .hot-match .arrange li .rank .linkBox .team span {
  width: 100%;
  font-size: 14px;
  color: #232d3e;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .hot-match .arrange li .rank .vs {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.main .hot-match .arrange li .rank .vs .vs-info {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
}

.main .hot-match .arrange li .rank .vs .vs-info span {
  font-size: 16px;
  color: #232d3e;
  text-align: center;
}

.main .hot-match .arrange li .rank .vs .status {
  padding: 5px 15px;
  background: #615d6a;
  border-radius: 15px;
}

.main .hot-match .arrange li .rank .vs .start {
  background: #46a91e;
}

.main .hot-match .arrange li .rank .vs .await {
  background: #ffd737;
}

.main .hot-match .arrange li .rank .vs .status a {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.main .hot-match .arrange li .match-time {
  padding: 13px 0;
  text-align: center;
  box-sizing: border-box;
}

.main .hot-match .arrange li .match-time time {
  font-size: 12px;
  color: #232d3e;
  white-space: nowrap;
}

.main .latestNews {
  display: flex;
  gap: 20px;
  background: #fbfbfb;
  padding: 20px;
  padding-bottom: 50px;
  margin-top: 30px;
  border: 1px solid #e6e1de;
}

.main .latestNews .tabloid {
  width: 66%;
}

.main .latestNews .tabloid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.main .latestNews .tabloid ul li {
  width: calc(100% / 3 - 8px);
  height: 238px;
}

.main .latestNews .tabloid ul li figure {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.main .latestNews .tabloid ul li figure .cover {
  width: 100%;
  height: 191px;
}

.main .latestNews .tabloid ul li figure .cover img {
  width: 100%;
  height: 100%;
}

.main .latestNews .tabloid ul li figure figcaption {
  width: 100%;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color: #666666;
}

.main .latestNews .tabloid ul li figure figcaption span {
  font-size: 14px;
  color: #ed7d03;
  white-space: nowrap;
}

.main .latestNews .textnews {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main .latestNews .textnews .ordinary {
  width: 100%;
}

.main .latestNews .textnews .ordinary ul li {
  margin-bottom: 23px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main .latestNews .textnews .ordinary ul li a {
  color: #666666;
  white-space: nowrap;
}

.main .latestNews .textnews .ordinary ul li:first-child,
.main .latestNews .textnews .ordinary ul li:nth-child(5) {
  font-size: 16px;
}

.main .latestNews .textnews .ordinary ul li:first-child a,
.main .latestNews .textnews .ordinary ul li:nth-child(5) a {
  color: #ed7d03;
}

.main .latestNews .textnews .ordinary ul li:nth-child(4) {
  margin-bottom: 29px;
}

.main .latestNews .textnews .hot {
  border: 1px solid #e6e1de;
}

.main .latestNews .textnews .hot .hot-content {
  padding: 19px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main .latestNews .textnews .hot .hot-content li {
  width: 100%;
}

.main .latestNews .textnews .hot .hot-content li .linkBox {
  display: flex;
}

.main .latestNews .textnews .hot .hot-content li .linkBox span {
  flex: 1;
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .latestNews .textnews .hot .hot-content li .linkBox time {
  font-size: 14px;
  color: #ed7d03;
  white-space: nowrap;
}

.main .all {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.main .all .live {
  width: 66%;
  overflow: hidden;
  border: 1px solid #e6e1de;
  background: #fbfbfb;
}

.main .all .live .title {
  background: #f5f2f0;
}

.main .all .live .all_detail {
  background: #fbfbfb;
  padding: 0 20px;
}

.main .all .live .live_switch {
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e6e1de;
  user-select: none;
}

.main .all .live .live_switch li {
  white-space: nowrap;
  color: #ff8533;
  border-radius: 5px;
  transition: all 0.5s;
  box-shadow: 1.95px 1.95px 2.6px rgba(0, 0, 0, 0.15);
  user-select: none;
}

.main .all .live .live_switch li a {
  display: flex;
  padding: 5px 15px;
  color: #ff8533;
  font-size: 16px;
  user-select: none;
}

.main .all .live .live_switch .active {
  background-color: #ed7d03;
  box-shadow: rgba(237, 125, 3, 0.3) 0px 0px 6px 2px;
}

.main .all .live .live_switch .active a {
  color: #fff;
}

.main .all .multiple {
  flex: 1;
  overflow: hidden;
}

.main .all .multiple .text_video {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding-bottom: 25px;
  box-sizing: border-box;
  border: 1px solid #e6e1de;
}

.main .all .multiple .text_video li {
  padding: 0 10px;
  box-sizing: border-box;
}

.main .all .multiple .text_video li .linkBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main .all .multiple .text_video li .linkBox .play2 {
  width: 28px;
  height: 28px;
}

.main .all .multiple .text_video li .linkBox .play2 img {
  width: 100%;
  height: 100%;
}

.main .all .multiple .text_video li .linkBox span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666666;
}

.main .all .multiple .text_video li:first-child {
  padding: 0;
}

.main .all .multiple .text_video li:first-child figure {
  position: relative;
  width: 100%;
  height: 193px;
}

.main .all .multiple .text_video li:first-child figure .Image {
  width: 100%;
  height: 100%;
}

.main .all .multiple .text_video li:first-child figure .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
}

.main .all .multiple .text_video li:first-child figure .play img {
  width: 100%;
  height: 100%;
}

.main .all .multiple .text_video li:first-child figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  width: 100%;
  box-sizing: border-box;
}

.main .all .multiple .pic_video {
  border: 1px solid #e6e1de;
  background: #fbfbfb;
  padding: 20px 0;
}

.main .all .multiple .pic_video ul {
  padding: 19px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.main .all .multiple .pic_video ul li {
  width: calc(100% / 2 - 6px);
}

.main .all .multiple .pic_video ul li figure {
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main .all .multiple .pic_video ul li figure .cover {
  position: relative;
  width: 100%;
  height: 90px;
}

.main .all .multiple .pic_video ul li figure .cover .Image {
  width: 100%;
  height: 100%;
}

.main .all .multiple .pic_video ul li figure .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

.main .all .multiple .pic_video ul li figure .cover .play img {
  width: 100%;
  height: 100%;
}

.main .all .multiple .pic_video ul li figure figcaption {
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main .integral {
  margin-top: 30px;
  border: 1px solid #e6e1de;
  padding: 20px;
  box-sizing: border-box;
  background: #fbfbfb;
}

.main .integral .integral_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .integral .integral_title .toggle {
  display: flex;
  align-items: center;
  gap: 37px;
}

.main .integral .integral_title .toggle li {
  position: relative;
  border-bottom: 3px solid transparent;
  padding-bottom: 12px;
}

.main .integral .integral_title .toggle li a {
  color: #232d3e;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 600;
}

.main .integral .integral_title .toggle .acitve {
  border-bottom-color: #ed7d03;
}

.main .integral .integral_title .toggle .acitve::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #ed7d03;
}

.main .integral .integral_title .toggle .acitve a {
  color: #ed7d03;
}

.main .integral .integral_title .more {
  display: flex;
  align-items: center;
  color: #ed7d03;
}

.main .integral .integral_title .more span {
  font-size: 16px;
}

.main .integral .categorySwiper {
  position: relative;
  padding: 22px;
  box-sizing: border-box;
}

.main .integral .categorySwiper .mySwiper {
  position: unset;
  user-select: none;
}

.main .integral .categorySwiper .mySwiper .swiper-button-next,
.main .integral .categorySwiper .mySwiper .swiper-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: auto;
  height: auto;
}

.main .integral .categorySwiper .mySwiper .swiper-button-next::after,
.main .integral .categorySwiper .mySwiper .swiper-button-prev::after {
  font-size: 18px;
  color: #000000;
}

.main .integral .categorySwiper .mySwiper .swiper-button-next {
  left: unset;
  right: 0;
}

.main .integral .categorySwiper .mySwiper a {
  white-space: nowrap;
  color: #232d3e;
  font-size: 16px;
  font-weight: 600;
}

.main .integral .ranking {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main .integral .ranking li {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(9, 1fr);
  white-space: nowrap;
  text-align: center;
  padding: 0 25px;
  gap: 5px;
  user-select: none;
}

.main .integral .ranking li span {
  font-size: 14px;
  color: #232d3e;
}

.main .integral .ranking li:first-child {
  background-color: #f5f2f0;
  height: 44px;
}

.main .integral .ranking li:first-child span {
  font-weight: 600;
}

.main .integral .ranking li .rank {
  width: 24px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
}

.main .integral .ranking li .team {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main .integral .ranking li .team img {
  width: auto;
  height: 40px;
}

.main .integral .ranking li:nth-child(2) .rank {
  background: url(/images/rank1.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .integral .ranking li:nth-child(3) .rank {
  background: url(/images/rank2.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .integral .ranking li:nth-child(4) .rank {
  background: url(/images/rank3.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .integral .ranking li:nth-child(5) .rank {
  background: url(/images/rank4.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.yc_select {
  position: relative;
  padding: 20px 60px;
  border: 1px solid #e6e1de;
  background: #fbfbfb;
  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;
  justify-content: 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;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yc_select .mySwiper .active {
  background: #ed7d03;
}

.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%);
}

.heart_main {
  display: flex;
  gap: 20px;
}

.heart_main .heart {
  width: 67%;
  overflow: hidden;
}

.heart_main .heart .largeScreen {
  width: 100%;
  height: 370px;
}

.heart_main .heart .largeScreen figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.heart_main .heart .largeScreen figure .cover {
  width: 100%;
  height: 100%;
}

.heart_main .heart .largeScreen figure .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 117px;
  height: auto;
}

.heart_main .heart .largeScreen figure .play img {
  width: 100%;
  top: 100%;
}

.heart_main .heart .largeScreen figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  background: rgba(225, 225, 225, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
  color: #232d3e;
  font-size: 20px;
  box-sizing: border-box;
}

.heart_main .heart .videolist {
  width: 100%;
}

.heart_main .heart .videolist .outer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}

.heart_main .heart .videolist .outer li {
  border: 1px solid #e6e1de;
  background: #fbfbfb;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}

.heart_main .heart .videolist .outer li .linkBox {
  display: flex;
  gap: 40px;
  width: 100%;
}

.heart_main .heart .videolist .outer li .linkBox .info {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.heart_main .heart .videolist .outer li .linkBox .info p {
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.heart_main .heart .videolist .outer li .linkBox .info .like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.heart_main .heart .videolist .outer li .linkBox .info .like .review {
  display: flex;
  align-items: center;
  gap: 5px;
}

.heart_main .heart .videolist .outer li .linkBox .info .like .review span {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
}

.heart_main .heart .videolist .outer li .linkBox .info .like .review .iconfont {
  font-size: 16px;
}

.heart_main .heart .videolist .outer li .linkBox .cover {
  position: relative;
  width: 47%;
  height: 200px;
}

.heart_main .heart .videolist .outer li .linkBox .cover .Image {
  width: 100%;
  height: 100%;
}

.heart_main .heart .videolist .outer li .linkBox .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

.heart_main .heart .videolist .outer li .linkBox .cover .play img {
  width: 100%;
  height: 100%;
}

.heart_main .heart .videolist .outer li .linkBox .cover time {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #fff;
  white-space: nowrap;
}

.heart_main .heart .videolist .outer li .linkBox .cover .duration {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #fff;
  white-space: nowrap;
}

.heart_main .aside {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.heart_main .aside .hotlive {
  background: #fbfbfb;
  border: 1px solid #e6e1de;
}

.heart_main .aside .hotlive ul {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 20px;
  box-sizing: border-box;
}

.heart_main .aside .hotlive ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.heart_main .aside .hotlive ul li time {
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
}

.heart_main .aside .hotlive ul li .rank {
  flex: 1;
  display: grid;
  align-items: center;
  grid-template-columns: 3fr 1fr 3fr;
  gap: 5px;
  padding: 0 5px;
}

.heart_main .aside .hotlive ul li .rank .linkBox {
  width: 100%;
  overflow: hidden;
}

.heart_main .aside .hotlive ul li .rank .linkBox .team {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.heart_main .aside .hotlive ul li .rank .linkBox .team img {
  width: auto;
  height: 18px;
}

.heart_main .aside .hotlive ul li .rank .linkBox .team span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  font-size: 12px;
  text-align: left;
}

.heart_main .aside .hotlive ul li .rank .linkBox:first-child .team span {
  text-align: right;
}

.heart_main .aside .hotlive ul li .rank .vs {
  text-align: center;
  font-size: 14px;
  color: #666666;
}

.heart_main .aside .hotlive ul .reveal {
  background: url("/images/reveal.png") no-repeat;
  background-position: center;
  background-size: cover;
  flex-direction: column;
  gap: 30px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.heart_main .aside .hotlive ul .reveal .timeInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.heart_main .aside .hotlive ul .reveal .timeInfo .category a,
.heart_main .aside .hotlive ul .reveal .timeInfo time {
  font-size: 14px;
  color: #fbfbfb;
  white-space: nowrap;
}

.heart_main .aside .hotlive ul .reveal .rank {
  width: 100%;
  flex: unset;
  grid-template-columns: 2fr 1fr 2fr;
}

.heart_main .aside .hotlive ul .reveal .rank .linkBox .team {
  flex-direction: column;
  gap: 13px;
}

.heart_main .aside .hotlive ul .reveal .rank .linkBox .team img {
  width: auto;
  height: 51px;
}

.heart_main .aside .hotlive ul .reveal .rank .linkBox .team span {
  font-size: 16px;
  color: #fbfbfb;
  text-align: center !important;
}

.heart_main .aside .hotlive ul .reveal .rank .vs {
  text-align: center;
  font-size: 24px;
  color: #fbfbfb;
}

.heart_main .aside .newsSuggest {
  background: #fbfbfb;
  border: 1px solid #e6e1de;
}

.heart_main .aside .newsSuggest ul {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.heart_main .aside .newsSuggest ul li {
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
}

.heart_main .aside .newsSuggest ul li .linkBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.heart_main .aside .newsSuggest ul li .linkBox .ranking {
  width: 18px;
  height: 25px;
  font-size: 14px;
  color: #3d4452;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heart_main .aside .newsSuggest ul li .linkBox span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #3d4452;
}

.heart_main .aside .newsSuggest ul li:nth-child(1) .linkBox .ranking {
  background: url("/images/rank1.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.heart_main .aside .newsSuggest ul li:nth-child(2) .linkBox .ranking {
  background: url("/images/rank2.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.heart_main .aside .newsSuggest ul li:nth-child(3) .linkBox .ranking {
  background: url("/images/rank3.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.heart_main .aside .freshVideo {
  background: #fbfbfb;
  border: 1px solid #e6e1de;
}

.heart_main .aside .freshVideo ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 20px;
  box-sizing: border-box;
}

.heart_main .aside .freshVideo ul li {
  width: calc(100% / 2 - 7px);
  height: 132px;
  display: flex;
  flex-direction: column;
}

.heart_main .aside .freshVideo ul li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.heart_main .aside .freshVideo ul li figure {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.heart_main .aside .freshVideo ul li figure .cover {
  position: relative;
  width: 100%;
  height: 80px;
}

.heart_main .aside .freshVideo ul li figure .cover .Image {
  height: 100%;
  width: 100%;
}

.heart_main .aside .freshVideo ul li figure .cover time {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.heart_main .aside .freshVideo ul li figure .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.heart_main .aside .freshVideo ul li figcaption {
  flex: 1;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #666666;
  font-size: 14px;
}

.page {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fbfbfb;
  border: 1px solid #e6e1de;
  width: 100%;
  box-sizing: border-box;
  background: #fbfbfb;
  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: #f7f8e5;
}

.page .pagination .active span {
  color: #232d3e;
}

.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;
}

.commMain {
  padding-top: 30px;
}

.news_list {
  width: 100%;
}

.news_list .within {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #e6e1de;
  background: #fbfbfb;
  padding: 20px;
  box-sizing: border-box;
}

.news_list .within li figure {
  display: flex;
  gap: 10px;
}

.news_list .within li figure .Image {
  width: 37%;
  height: 160px;
}

.news_list .within li figure figcaption {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 18px;
  box-sizing: border-box;
}

.news_list .within li figure figcaption article {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news_list .within li figure figcaption article span {
  font-size: 16px;
  color: #232d3e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list .within li figure figcaption article p {
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.news_list .within li figure figcaption time {
  font-size: 12px;
  color: #666666;
}

.video_detail {
  width: 100%;
}

.video_detail .screen_info {
  padding: 20px;
  border: 1px solid #e6e1de;
  background: #fbfbfb;
}

.video_detail .screen_info h1 {
  font-size: 18px;
  color: #232d3e;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.video_detail .screen_info .release {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.video_detail .screen_info .release time {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
}

.video_detail .screen_info .release time::after {
  content: '|';
  font-size: 14px;
  color: #666666;
  margin: 0 5px;
}

.video_detail .screen_info .release span {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
}

.video_detail .screen_info .screen {
  position: relative;
  width: 100%;
  height: 372px;
  margin-top: 20px;
}

.video_detail .screen_info .screen .Img {
  width: 100%;
  height: 100%;
}

.video_detail .screen_info .screen .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.video_detail .screen_info .screen .play img {
  width: 100%;
  height: 100%;
}

.video_detail .screen_info .eventName {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.video_detail .screen_info .eventName ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.video_detail .screen_info .eventName ul li {
  white-space: nowrap;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #666666;
  flex-wrap: wrap;
}

.video_detail .screen_info .eventName ul li span,
.video_detail .screen_info .eventName ul li a {
  color: #666666;
}

.video_detail .screen_info .eventName>span,
.video_detail .screen_info .eventName p {
  font-size: 16px;
  color: #666666;
}

.video_detail .correlation {
  margin-top: 24px;
  background: #fbfbfb;
  border: 1px solid #e6e1de;
}

.video_detail .correlation .correlationlist {
  padding: 20px;
}

.video_detail .correlation .correlationlist ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.video_detail .correlation .correlationlist ul li figure {
  display: flex;
  gap: 10px;
}

.video_detail .correlation .correlationlist ul li figure .cover {
  position: relative;
  width: 255px;
  height: 143px;
  overflow: hidden;
}

.video_detail .correlation .correlationlist ul li figure .cover .Img {
  width: 100%;
  height: 100%;
}

.video_detail .correlation .correlationlist ul li figure .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

.video_detail .correlation .correlationlist ul li figure .cover .play img {
  width: 100%;
  height: 100%;
}

.video_detail .correlation .correlationlist ul li figure .cover span {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

.video_detail .correlation .correlationlist ul li figure figcaption {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video_detail .correlation .correlationlist ul li figure figcaption article {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.video_detail .correlation .correlationlist ul li figure figcaption article span {
  font-size: 16px;
  color: #727477;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
}

.video_detail .correlation .correlationlist ul li figure figcaption article p {
  font-size: 14px;
  color: #727477;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.video_detail .correlation .correlationlist ul li figure figcaption time {
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #727477;
}

.newsdetail {
  width: 100%;
  padding: 20px;
  border: 1px solid #e6e1de;
  background: #fbfbfb;
  box-sizing: border-box;
}

.newsdetail h1 {
  font-size: 18px;
  color: #232d3e;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newsdetail .release {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.newsdetail .release time {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
}

.newsdetail .release time::after {
  content: '|';
  font-size: 14px;
  color: #666666;
  margin: 0 5px;
}

.newsdetail .release span {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
}

.newsdetail article {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 10px 0;
}

.newsdetail 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;
}

.newsdetail article p {
  text-indent: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}

.newsdetail .upDown {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsdetail .upDown li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsdetail .upDown li span {
  font-size: 14px;
  color: #232d3e;
  white-space: nowrap;
}

.newsdetail .upDown li a {
  color: #f19d4e;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}

.matchlist {
  display: flex;
  gap: 20px;
}

.matchlist .match_selectBox {
  width: 22%;
}

.matchlist .match_selectBox .match_select {
  width: 100%;
  height: fit-content;
  background: #fbfbfb;
  border: 1px solid #e6e1de;
}

.matchlist .match_selectBox .match_select .smail_title {
  text-align: center;
  height: 57px;
  border-bottom: 1px solid #e6e1de;
  font-size: 16px;
  line-height: 57px;
  color: #666666;
}

.matchlist .match_selectBox .match_select ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}

.matchlist .match_selectBox .match_select ul li {
  width: 100%;
}

.matchlist .match_selectBox .match_select ul li .linkBox {
  display: flex;
  box-sizing: border-box;
  padding: 10px 20px;
  align-items: center;
  gap: 21px;
}

.matchlist .match_selectBox .match_select ul li .linkBox img {
  width: 25px;
  height: auto;
}

.matchlist .match_selectBox .match_select ul li .linkBox span {
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
}

.matchlist .match_selectBox .match_select ul .active {
  background: #ed7d03;
}

.matchlist .match_selectBox .match_select ul .active .linkBox span {
  color: #fbfbfb;
}

.matchlist .match_view {
  flex: 1;
  height: fit-content;
  overflow: hidden;
  background: #fbfbfb;
  border: 1px solid #e6e1de;
  padding: 20px;
}

.matchlist .match_view .all_select {
  display: flex;
  align-items: center;
  gap: 37px;
  border-bottom: 1px solid #e6e1de;
}

.matchlist .match_view .all_select li {
  position: relative;
  border-bottom: 3px solid transparent;
  padding: 0 10px;
  padding-bottom: 12px;
}

.matchlist .match_view .all_select li a {
  color: #232d3e;
  font-size: 16px;
  white-space: nowrap;
}

.matchlist .match_view .all_select .active {
  border-bottom-color: #ed7d03;
}

.matchlist .match_view .all_select .active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #ed7d03;
}

.matchlist .match_view .all_select .active a {
  color: #ed7d03;
}

.matchlist .match_view .page {
  background: transparent;
  border: none;
}

.matchlist .match_view .match li {
  grid-template-columns: 2fr 3fr 2fr;
}

.matchlist .match_view .match li .match_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bjCrumbs {
  background: #fbfbfb;
  border: 1px solid #e6e1de;
  padding: 10px 5px;
}

.bigList {
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #e6e1de;
  margin: 20px 0;
}

.bigList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bigList ul li {
  width: calc(100% / 3 - 14px);
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 5px;
  box-sizing: border-box;
  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;
  overflow: hidden;
  font-size: 14px;
}

.bigList ul li .rank .vs {
  color: #354455;
  font-size: 14px;
}

.show {
  display: block;
}

.hotMatch {
  padding: 20px;
  padding-bottom: 50px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #e6e1de;
}

.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_detail {
  padding: 20px;
  border: 1px solid #e6e1de;
  background: #fbfbfb;
}

.match_detail h1 {
  font-size: 18px;
  color: #232d3e;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
}

.match_detail .release {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.match_detail .release time {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
}

.match_detail .release time::after {
  content: '|';
  font-size: 14px;
  color: #666666;
  margin: 0 5px;
}

.match_detail .release span {
  font-size: 12px;
  color: #666666;
  white-space: nowrap;
}

.match_detail p {
  text-indent: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}

.match_detail .biggame {
  position: relative;
  width: 100%;
  height: 370px;
  background: url("/images/biggame.png") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.match_detail .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;
}

.match_detail .biggame .source span,
.match_detail .biggame .source a {
  color: #232d3e;
  font-size: 16px;
  white-space: nowrap;
}

.match_detail .biggame .source a {
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.match_detail .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;
}

.match_detail .biggame .bisaibox .video_competition_team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  overflow: hidden;
}

.match_detail .biggame .bisaibox .video_competition_team .competition_team_img {
  width: auto;
  height: 80px;
}

.match_detail .biggame .bisaibox .video_competition_team .competition_team_img img {
  width: 100%;
  height: 100%;
}

.match_detail .biggame .bisaibox .video_competition_team p {
  color: #232d3e;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: bold;
}

.match_detail .biggame .bisaibox .vs_info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.match_detail .biggame .bisaibox .vs_info .vs_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.match_detail .biggame .bisaibox .vs_info .vs_center .vs {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  color: #232d3e;
}

.match_detail .biggame .bisaibox .vs_info .vs_center .vs span {
  font-size: 48px;
}

.match_detail .biggame .bisaibox .vs_info .vs_center .vs .divide {
  font-size: 36px;
  color: #232d3e;
}

.match_detail .biggame .bisaibox .vs_info .vs_center .vs .divide:last-child {
  text-align: right;
}

.match_detail .biggame .bisaibox .vs_info .vs_center .status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.match_detail .biggame .bisaibox .vs_info .vs_center .status time,
.match_detail .biggame .bisaibox .vs_info .vs_center .status span {
  font-size: 14px;
  color: #232d3e;
  white-space: nowrap;
}

.match_detail .biggame .bisaibox .vs_info .vs_center .specification {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  color: #232d3e;
  text-align: center;
}

.typelive {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #e6e1de;
  background: #fbfbfb;
  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: #ed7d03;
}

.typelive .active a {
  color: #fbfbfb;
}

.unveil {
  border: 1px solid #e6e1de;
  background: #fbfbfb;
  padding: 20px;
  box-sizing: border-box;
}

.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: blue;
  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 .identifying {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.unveil .unveil_item .identifying li {
  display: flex;
  align-items: center;
  gap: 5px;
  user-select: none;
  white-space: nowrap;
}

.unveil .unveil_item .identifying li time {
  font-size: 16px;
  color: #8f8f8f;
  width: 45px;
  text-align: center;
}

.unveil .unveil_item .identifying li time::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8f8f8f;
}

.unveil .unveil_item .identifying li .redcard::after {
  background: #ed341b;
}

.unveil .unveil_item .identifying li .bulecard::after {
  background: #418cff;
}

.unveil .unveil_item .identifying li img {
  width: 15px;
  height: auto;
}

.unveil .unveil_item .identifying li p {
  font-size: 16px;
  color: #8f8f8f;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.unveil .unveil_item .identifying li .red {
  color: #ed341b;
}

.unveil .unveil_item .identifying li .orange {
  color: #ed7d03;
}

.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: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.unveil .unveil_item .intelligence .intelligence_view .separate {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 10px;
  background: #f5f2f0;
}

.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: #808080;
  gap: 5px;
}

.unveil .unveil_item .intelligence .intelligence_view .separate .hold .hold_title::before {
  content: '';
  width: 19px;
  height: 15px;
  background: #808080;
}

.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: #808080;
  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 a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.unveil .unveil_item .army .team {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

.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 .clash {
  width: 100%;
  overflow: hidden;
  user-select: none;
}

.unveil .unveil_item .clash .table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.unveil .unveil_item .clash .table li {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr 1fr;
  gap: 5px;
  align-items: center;
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}

.unveil .unveil_item .clash .table li:last-child {
  border-bottom: none;
}

.unveil .unveil_item .clash .table li span,
.unveil .unveil_item .clash .table li time {
  font-size: 16px;
  color: #808080;
  white-space: nowrap;
  text-align: center;
}

.unveil .unveil_item .clash .table li .status {
  text-align: right;
}

.unveil .unveil_item .competition {
  width: 100%;
  overflow: hidden;
  user-select: none;
}

.unveil .unveil_item .competition .compt_select {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-bottom: 15px;
}

.unveil .unveil_item .competition .compt_select li {
  margin: auto;
}

.unveil .unveil_item .competition .compt_select li a {
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  color: #808080;
  white-space: nowrap;
}

.unveil .unveil_item .competition .compt_select .active {
  background: #ed7d03;
}

.unveil .unveil_item .competition .compt_select .active a {
  color: #fbfbfb;
}

.unveil .unveil_item .competition .table {
  display: flex;
  flex-direction: column;
}

.unveil .unveil_item .competition .table li {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  white-space: nowrap;
}

.unveil .unveil_item .competition .table li:last-child {
  border-bottom: none;
}

.unveil .unveil_item .competition .table li .linkBox {
  width: 100%;
  display: grid;
  align-items: center;
  gap: 5px;
  grid-template-columns: 1fr 3fr 1fr 1fr;
  text-align: center;
}

.unveil .unveil_item .competition .table li .linkBox span {
  font-size: 16px;
  color: #808080;
}


.unveil .unveil_item .competition .table li .linkBox time {
  font-size: 16px;
  color: #808080;
}

.back {
  position: fixed;
  right: 3%;
  top: 50%;
  background: #46a91e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  text-align: center;
  line-height: 30px;
  user-select: none;
  z-index: 999;
}

.back span {
  display: block;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 1100px) {
  .main {
    padding: 0 10px;
    padding-bottom: 50px;
  }

  .commMain {
    padding-top: 30px;
  }

  .banner {
    height: 460px;
  }
}

@media screen and (max-width: 1000px) {
  .header .nav .nav_right .toggle {
    display: flex;
  }

  .header .nav .nav_left .select {
    position: absolute;
    left: 0;
    top: 83px;
    z-index: 999;
  }

  .header .nav .nav_left .select ul {
    flex-direction: column;
    background: #fbfbfb;
    height: 100%;
  }

  .main .hot-match .arrange li {
    width: calc(100% / 3 - 13px);
  }

  .main .all {
    gap: 10px;
  }

  .main .all .multiple .pic_video {
    padding: 10px 0;
  }

  .main .title {
    height: 38px;
  }

  .main .latestNews {
    gap: 10px;
  }

  .heart_main {
    gap: 10px;
  }

  .heart_main .aside .freshVideo ul li figcaption {
    font-size: 12px;
  }

  .heart_main .aside .freshVideo ul li figure .cover {
    height: 87px;
  }

  .Jump {
    display: none;
  }

  .page .pagination {
    gap: 5px;
  }

  .matchlist {
    gap: 10px;
  }

  .bigList ul li time,
  .bigList ul li a {
    font-size: 12px;
  }

  .bigList ul li .rank .team {
    font-size: 12px;
  }

  .bigList ul li .rank .vs {
    font-size: 12px;
  }

  .bigList ul {
    gap: 10px;
  }

  .bigList ul li {
    width: calc(100% / 2 - 5px);
  }

  .hotMatch ul {
    gap: 10px;
  }
}

@media screen and (min-width: 1001px) {
  .header .nav .nav_right .show {
    display: none;
  }

  .header .nav .nav_left .select {
    height: auto !important;
  }
}

@media screen and (max-width: 750px) {
  .header .nav {
    gap: 0.26667rem;
    padding: 0 0.26667rem;
  }

  .unveil .unveil_item .textInfor a {
    font-size: 0.32rem;
  }

  .matchlist .match_view .match li {
    grid-template-columns: auto;
  }

  .header {
    height: 1.64rem;
  }

  .header .nav .nav_left .select {
    top: 1.64rem;
  }

  .header .nav .nav_left .logo {
    width: 2.25333rem;
  }

  .header .nav .nav_right .toggle {
    width: 0.93333rem;
    height: 0.66667rem;
    gap: 0.2rem;
  }

  .main {
    padding: 0 0.13333rem;
    padding-bottom: 0.8rem;
  }

  .main .hot-match .match-select .match-link {
    gap: 0.2rem;
  }

  .banner {
    height: 6.13333rem;
  }

  .main .hot-match .match-select .match-link .picture img {
    width: 0.58667rem;
    height: 0.53333rem;
  }

  .main .hot-match .match-select .match-link .picture span {
    font-size: 0.29333rem;
  }

  .main .hot-match .match-select {
    height: 0.72rem;
  }

  .main .hot-match .match-select .match-link ul {
    gap: 0.13333rem;
  }

  .main .hot-match .match-select .match-link ul li {
    font-size: 0.29333rem;
  }

  .main .hot-match {
    gap: 0.44rem;
  }

  .main .hot-match .arrange {
    gap: 0.22667rem;
  }

  .main .hot-match .arrange li {
    width: calc(100% / 2 - 0.12rem);
  }

  .main .hot-match .arrange li .rank {
    padding: 0 0.13333rem;
    gap: 0.13333rem;
  }

  .main .hot-match .arrange li .rank .linkBox .team img {
    height: 0.94667rem;
  }

  .main .hot-match .arrange li .rank .vs .status {
    padding: 0.06667rem 0.2rem;
    display: flex;
  }

  .main .hot-match .arrange li .rank .vs .status a {
    font-size: 0.26667rem;
    display: flex;
  }

  .main .hot-match .arrange li .category {
    width: 1.16rem;
    height: 0.38667rem;
  }

  .main .hot-match .arrange li .category a {
    font-size: 0.26667rem;
  }

  .main .hot-match .arrange li .rank .linkBox .team span {
    font-size: 0.26667rem;
  }

  .main .hot-match .arrange li .match-time {
    padding: 0.17333rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main .hot-match .arrange li .match-time time {
    font-size: 0.26667rem;
  }

  .main .hot-match .arrange li .rank .vs {
    gap: 0.22667rem;
  }

  .main .hot-match .arrange li .rank .vs .vs-info span {
    font-size: 0.26667rem;
  }

  .main .latestNews {
    flex-direction: column;
    gap: 0.13333rem;
    padding: 0.26667rem;
    padding-bottom: 0.66667rem;
    margin-top: 0.4rem;
  }

  .main .latestNews .tabloid {
    width: 100%;
  }

  .main .latestNews .tabloid ul {
    gap: 0.16rem;
  }

  .main .latestNews .tabloid ul li {
    width: calc(100% / 2 - 0.08rem);
    height: 4.10667rem;
  }

  .main .latestNews .tabloid ul li figure .cover {
    height: 2.94667rem;
  }

  .main .latestNews .tabloid ul li figure figcaption {
    font-size: 0.29333rem;
  }

  .main .latestNews .tabloid ul li figure figcaption span {
    font-size: 0.29333rem;
  }

  .main .latestNews .textnews .ordinary ul li {
    margin-bottom: 0.30667rem;
    font-size: 0.29333rem;
  }

  .main .latestNews .textnews .ordinary ul li:first-child,
  .main .latestNews .textnews .ordinary ul li:nth-child(5) {
    font-size: 0.32rem;
  }

  .main .title {
    height: 0.64rem;
    padding: 0 0.25333rem;
  }

  .main .title .rubric {
    gap: 0.13333rem;
  }

  .main .title .rubric img {
    height: 0.4rem;
  }

  .main .title .rubric span {
    font-size: 0.32rem;
  }

  .main .title .more span {
    font-size: 0.32rem;
  }

  .main .latestNews .textnews .hot .hot-content {
    gap: 0.26667rem;
    padding: 0.25333rem;
  }

  .main .latestNews .textnews .hot .hot-content li .linkBox span {
    font-size: 0.29333rem;
  }

  .main .latestNews .textnews .hot .hot-content li .linkBox time {
    font-size: 0.29333rem;
  }

  .header .nav .nav_right {
    gap: 0.26667rem;
  }

  .main .all {
    flex-direction: column;
    gap: 0.13333rem;
    margin-top: 0.4rem;
  }

  .main .all .live {
    width: 100%;
  }

  .main .all .live .all_detail {
    padding: 0 0.26667rem;
  }

  .main .all .live .live_switch {
    gap: 0.26667rem;
  }

  .main .all .live .live_switch li a {
    padding: 0.06667rem 0.2rem;
    font-size: 0.32rem;
  }

  .main .match li {
    padding: 0.25333rem 0;
    gap: 0.26667rem;
  }

  .main .match li time,
  .main .match li span {
    font-size: 12px;
  }

  .main .match li .rank .linkBox .team {
    gap: 0.13333rem;
  }

  .main .match li .rank .linkBox .team img {
    height: 0.69333rem;
  }

  .main .match li .rank .linkBox .team span {
    font-size: 12px;
  }

  .main .match li .indetail {
    gap: 0.13333rem;
  }

  .main .all .multiple .text_video {
    gap: 0.26667rem;
    padding-bottom: 0.33333rem;
  }

  .main .all .multiple .text_video li:first-child figure {
    height: 3.77333rem;
  }

  .main .all .multiple .text_video li:first-child figure .play {
    width: 0.86667rem;
    height: 0.86667rem;
  }

  .main .all .multiple .text_video li:first-child figure figcaption {
    font-size: 0.34667rem;
  }

  .main .all .multiple .text_video li {
    padding: 0 0.16667rem;
  }

  .main .all .multiple .text_video li .linkBox {
    gap: 0.16rem;
  }

  .main .all .multiple .text_video li .linkBox .play2 {
    width: 0.50667rem;
    height: 0.50667rem;
  }

  .main .all .multiple .text_video li .linkBox span {
    font-size: 0.29333rem;
  }

  .main .all .multiple .pic_video ul {
    padding: 0.25333rem;
    gap: 0.16rem;
  }

  .main .all .multiple .pic_video ul li figure {
    height: 2.73333rem;
    gap: 0.13333rem;
  }

  .main .all .multiple .pic_video ul li figure .cover {
    height: 2.10667rem;
  }

  .main .all .multiple .pic_video ul li figure figcaption {
    font-size: 0.29333rem;
  }

  .main .integral {
    margin-top: 0.4rem;
    padding: 0.26667rem;
  }

  .main .integral .integral_title .toggle {
    gap: 0.49333rem;
  }

  .main .integral .integral_title .toggle li {
    padding-bottom: 0.24rem;
  }

  .main .integral .integral_title .toggle li a {
    font-size: 0.32rem;
  }

  .main .integral .integral_title .more span {
    font-size: 0.32rem;
  }

  .main .integral .categorySwiper {
    padding: 0.29333rem;
  }

  .main .integral .ranking li {
    padding: 0 0.33333rem;
    gap: 0.13333rem;
  }

  main .integral .ranking li span {
    font-size: 0.32rem;
  }

  .main .integral .ranking li .team img {
    height: 0.66667rem;
  }

  .main .integral .ranking li .rank {
    width: 0.45333rem;
    height: 0.57333rem;
    font-size: 0.32rem;
  }

  .main .integral .ranking li .team {
    gap: 0.13333rem;
  }

  .main .integral .ranking li:first-child {
    height: 0.85333rem;
  }

  .main .integral .categorySwiper .mySwiper a {
    font-size: 0.34667rem;
  }

  .footer .illustrate ul {
    flex-wrap: wrap;
  }

  .footer .illustrate {
    padding: 0.66667rem 0.13333rem;
  }

  .footer .amity .link {
    padding: 0 0.13333rem;
    gap: 0.13333rem;
  }

  .footer .amity {
    padding: 0.33333rem 0;
  }

  .footer .amity .link span {
    font-size: 0.34667rem;
  }

  .footer .amity .link ul {
    gap: 0.13333rem;
  }

  .footer .amity .link ul li {
    font-size: 0.32rem;
  }

  .footer .illustrate ul li::after {
    margin: 0 0.13333rem;
    font-size: 0.32rem;
  }

  .footer .illustrate ul li {
    font-size: 0.32rem;
  }

  .heart_main {
    flex-direction: column;
  }

  .heart_main .heart {
    width: 100%;
  }

  .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%);
  }

  .heart_main {
    gap: 0.26667rem;
  }

  .commMain {
    padding-top: 0.4rem;
  }

  .heart_main .heart .largeScreen {
    height: 5.6rem;
  }

  .heart_main .heart .largeScreen figure .play {
    width: 1.56rem;
  }

  .heart_main .heart .largeScreen figure figcaption {
    font-size: 12px;
    padding: 0.13333rem 0.26667rem;
  }

  .heart_main .heart .videolist .outer {
    gap: 0.26667rem;
    margin: 0.26667rem 0;
  }

  .heart_main .heart .videolist .outer li {
    padding: 0.26667rem;
  }

  .heart_main .heart .videolist .outer li .linkBox {
    gap: 0.53333rem;
  }

  .heart_main .heart .videolist .outer li .linkBox .cover {
    height: 2.66667rem;
  }

  .heart_main .heart .videolist .outer li .linkBox .info p {
    font-size: 12px;
  }

  .heart_main .heart .videolist .outer li .linkBox .cover .play {
    width: 0.66667rem;
    height: 0.66667rem;
  }

  .heart_main .heart .videolist .outer li .linkBox .cover time {
    font-size: 12px;
    left: 0.10667rem;
    top: 0.10667rem;
  }

  .heart_main .heart .videolist .outer li .linkBox .cover .duration {
    font-size: 12px;
    right: 0.10667rem;
    bottom: 0.10667rem;
  }

  .heart_main .heart .videolist .outer li .linkBox .info .like {
    gap: 0.13333rem;
  }

  .heart_main .heart .videolist .outer li .linkBox .info .like .review {
    gap: 0.06667rem;
  }

  .heart_main .heart .videolist .outer li .linkBox .info .like .review .iconfont {
    font-size: 12px;
  }

  .page .pagination {
    gap: 0.06667rem;
  }

  .page .pagination li {
    padding: 0.04rem 0.13333rem;
  }

  .page .pagination li span,
  .page .pagination li a {
    font-size: 12px;
  }

  .heart_main .aside .hotlive ul {
    gap: 0.30667rem;
    padding: 0.26667rem;
  }

  .heart_main .aside .hotlive ul li {
    gap: 0.13333rem;
  }

  .heart_main .aside .hotlive ul li .rank {
    gap: 0.06667rem;
    padding: 0 0.06667rem;
  }

  .heart_main .aside .hotlive ul li time {
    font-size: 12px;
  }

  .heart_main .aside .hotlive ul .reveal .rank .linkBox .team span {
    font-size: 12px;
  }

  .heart_main .aside .hotlive ul .reveal .timeInfo {
    padding: 0 0.13333rem;
  }

  .heart_main .aside .hotlive ul .reveal .timeInfo .category a,
  .heart_main .aside .hotlive ul .reveal .timeInfo time {
    font-size: 12px;
  }

  .heart_main .aside .hotlive ul .reveal {
    gap: 0.4rem;
    padding-top: 0.13333rem;
    padding-bottom: 0.4rem;
  }

  .heart_main .aside .hotlive ul .reveal .rank .linkBox .team img {
    height: 31px;
  }

  .heart_main .aside .newsSuggest ul {
    gap: 0.13333rem;
    padding: 0.26667rem;
  }

  .heart_main .aside .newsSuggest ul li {
    padding: 0.13333rem;
  }

  .heart_main .aside .newsSuggest ul li .linkBox .ranking {
    width: 0.37333rem;
    height: 0.46667rem;
    font-size: 0.32rem;
  }

  .heart_main .aside .newsSuggest ul li .linkBox span {
    font-size: 0.29333rem;
  }

  .page {
    padding: 0.26667rem;
    margin-top: 0.26667rem;
  }

  .news_list .within {
    padding: 0.26667rem;
    gap: 0.26667rem;
  }

  .news_list .within li figure {
    gap: 0.13333rem;
  }

  .news_list .within li figure figcaption article {
    gap: 0.21333rem;
  }

  .news_list .within li figure figcaption {
    padding-top: 0.06667rem;
    padding-bottom: 0.24rem;
  }

  .news_list .within li figure figcaption article p {
    font-size: 12px;
  }

  .news_list .within li figure figcaption article span {
    font-size: 12px;
  }

  .news_list .within li figure .Image {
    width: 45%;
    height: 3.46667rem;
  }

  .video_detail .screen_info {
    padding: 0.26667rem;
  }

  .crumbs span {
    gap: 0.13333rem;
  }

  .crumbs {
    gap: 0.13333rem;
    margin-bottom: 0.26667rem;
  }

  .crumbs ul li::after {
    margin: 0 0.06667rem;
  }

  .video_detail .screen_info h1 {
    font-size: 14px;
    padding: 0 0.13333rem;
  }

  .video_detail .screen_info .release time::after {
    margin: 0 0.06667rem;
  }

  .video_detail .screen_info .screen {
    height: 4.96rem;
    margin-top: 0.26667rem;
  }

  .video_detail .screen_info .screen .play {
    width: 1.06667rem;
    height: 1.06667rem;
  }

  .video_detail .screen_info .eventName>span,
  .video_detail .screen_info .eventName p {
    font-size: 12px;
  }

  .video_detail .screen_info .eventName ul li span,
  .video_detail .screen_info .eventName ul li a {
    font-size: 12px;
  }

  .video_detail .correlation .correlationlist {
    gap: 0.26667rem;
  }

  .video_detail .correlation .correlationlist ul li figure {
    gap: 0.13333rem;
  }

  .video_detail .correlation .correlationlist ul li figure .cover {
    width: 4.06667rem;
    height: 2.70667rem;
  }

  .video_detail .correlation .correlationlist ul li figure figcaption article span {
    font-size: 12px;
  }

  .video_detail .correlation .correlationlist ul li figure figcaption article p {
    font-size: 12px;
  }

  .video_detail .correlation .correlationlist ul li figure .cover .play {
    width: 0.8rem;
    height: 0.8rem;
  }

  .video_detail .correlation .correlationlist ul li figure .cover span {
    right: 0.06667rem;
    bottom: 0.06667rem;
  }

  .video_detail .correlation .correlationlist ul li figure figcaption article {
    gap: 0.13333reme;
  }

  .newsdetail {
    padding: 0.26667rem;
  }

  .newsdetail h1 {
    font-size: 14px;
  }

  .newsdetail .release {
    margin-top: 0.13333rem;
  }

  .newsdetail article {
    gap: 0.33333rem;
    margin: 0.13333rem 0;
  }

  .newsdetail article p {
    text-indent: 0.2rem;
    font-size: 12px;
  }

  .newsdetail article img {
    width: 100% !important;
    margin: 0;
    padding: 0;
    border-radius: 0.2rem;
  }

  .newsdetail .upDown li {
    gap: 0.13333rem;
  }

  .newsdetail .upDown li span {
    font-size: 12px;
  }

  .newsdetail .upDown li a {
    font-size: 12px;
  }

  .heart_main .aside .freshVideo ul {
    gap: 0.18667rem;
    padding: 0.26667rem;
  }

  .heart_main .aside .freshVideo ul li {
    width: calc(100% / 2 - 0.09333rem);
  }

  .heart_main .aside .freshVideo ul li figcaption {
    margin-top: 0.16rem;
  }

  .main .match li {
    grid-template-columns: auto;
  }

  .main .match li .indetail {
    justify-content: center;
  }

  .matchlist {
    flex-direction: column;
  }

  .matchlist .match_selectBox {
    width: 100%;
  }

  .matchlist .match_selectBox .match_select .smail_title {
    height: 0.76rem;
    line-height: 0.76rem;
    font-size: 12px;
  }

  .matchlist .match_selectBox .match_select ul li .linkBox {
    gap: 0.28rem;
    padding: 0.13333rem 0.26667rem;
  }

  .matchlist .match_selectBox .match_select ul {
    gap: 0.13333rem;
    padding: 0.13333rem 0;
  }

  .matchlist .match_selectBox .match_select ul li .linkBox img {
    /* height: 0.46667rem; */
    width: 0.46667rem;
  }

  .matchlist .match_selectBox .match_select ul li .linkBox span {
    font-size: 12px;
  }

  .matchlist .match_view {
    padding: 0.26667rem;
  }

  .matchlist .match_view .all_select {
    gap: 0.49333rem;
  }

  .matchlist .match_view .all_select li {
    padding: 0 0.13333rem;
    padding-bottom: 0.26667rem;
  }

  .matchlist .match_view .all_select li a {
    font-size: 12px;
  }

  .bigList ul li {
    width: 100%;
    padding: 0.13333rem 0;
  }

  .bigList {
    padding: 0.26667rem;
    margin: 0.26667rem 0;
  }

  .hotMatch {
    padding: 0.26667rem;
    gap: 0.26667rem;
  }

  .hotMatch ul li a {
    font-size: 12px;
  }

  .hotMatch .hotMatch_title .Img span {
    font-size: 12px;
  }

  .hotMatch .hotMatch_title .Img img {
    width: 0.45333rem;
  }

  .hotMatch .hotMatch_title .more span {
    font-size: 12px;
  }

  .match_detail {
    padding: 0.26667rem;
  }

  .match_detail h1 {
    font-size: 14px;
  }

  .match_detail p {
    font-size: 12px;
    text-indent: 0.2rem;
    line-height: 22px;
  }

  .match_detail .biggame {
    margin-top: 0.26667rem;
    height: 5.6rem;
  }

  .match_detail .biggame .source {
    padding: 0.06667rem 0.13333rem;
  }

  .match_detail .biggame .source span,
  .match_detail .biggame .source a {
    font-size: 12px;
  }

  .match_detail .biggame .bisaibox {
    gap: 0.33333rem;
    padding: 0.26667rem;
  }

  .match_detail .biggame .bisaibox .video_competition_team {
    gap: 0.13333rem;
  }

  .match_detail .biggame .bisaibox .video_competition_team p {
    font-size: 12px;
  }

  .match_detail .biggame .bisaibox .video_competition_team .competition_team_img {
    height: 1.2rem;
  }

  .match_detail .biggame .bisaibox .vs_info .vs_center .vs span {
    font-size: 0.64rem;
  }

  .match_detail .biggame .bisaibox .vs_info .vs_center .vs .divide {
    font-size: 0.48rem;
  }

  .match_detail .biggame .bisaibox .vs_info .vs_center .specification {
    font-size: 12px;
  }

  .match_detail .biggame .bisaibox .vs_info .vs_center .status time,
  .match_detail .biggame .bisaibox .vs_info .vs_center .status span {
    font-size: 0.32rem;
  }

  .match_detail .biggame .bisaibox .vs_info .vs_center .status {
    gap: 0.10667rem;
  }

  .typelive {
    gap: 0.13333rem;
    margin: 0.26667rem 0;
    padding: 0.13333rem;
  }

  .typelive li {
    font-size: 12px;
  }

  .typelive li a {
    padding: 0.06667rem 0.24rem;
  }

  .unveil .unveil_item .intelligence .intelligence_view {
    grid-template-columns: auto;
  }

  .unveil {
    padding: 0.26667rem;
  }

  .unveil .unveil_item .intelligence .rank {
    gap: 0.26667rem;
    padding: 0 0.26667rem;
  }

  .unveil .unveil_item .intelligence .rank .team img {
    height: 0.73333rem;
  }

  .unveil .unveil_item .intelligence .rank .team {
    gap: 0.2rem;
  }

  .unveil .unveil_item .intelligence .rank .team span {
    font-size: 12px;
  }

  .unveil .unveil_item .intelligence .intelligence_view .separate {
    gap: 0.26667rem;
    padding: 0.26667rem 0.13333rem;
  }

  .unveil .unveil_item .intelligence .intelligence_view .separate .hold {
    gap: 0.2rem;
  }

  .unveil .unveil_item .intelligence .intelligence_view .separate .hold .hold_title {
    gap: 0.06667rem;
    font-size: 12px;
  }

  .unveil .unveil_item .intelligence .intelligence_view .separate .hold ul li {
    font-size: 12px;
    padding: 0.13333rem 0.26667rem;
  }

  .unveil .unveil_item .textInfor {
    gap: 0.13333rem;
    margin-top: 0.26667rem;
  }

  .unveil .unveil_item .textInfor>p {
    font-size: 0.32rem;
    line-height: 24px;
  }

  .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 .identifying {
    gap: 0.26667rem;
  }

  .unveil .unveil_item .identifying li time {
    font-size: 12px;
  }

  .unveil .unveil_item .identifying li p {
    font-size: 12px;
  }

  .unveil .unveil_item .identifying li img {
    width: 0.26667rem;
  }

  .unveil .unveil_item .identifying li {
    gap: 0.06667rem;
  }

  .unveil .unveil_item .item_title {
    font-size: 12px;
    margin-bottom: 0.2rem;
  }

  .unveil .unveil_item .clash .table li {
    gap: 0.06667rem;
    padding: 0.2rem 0;
  }

  .unveil .unveil_item .clash .table li span,
  .unveil .unveil_item .clash .table li time {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .army .team {
    gap: 0.13333rem;
  }

  .unveil .unveil_item .army .team img {
    height: 0.48rem;
  }

  .unveil .unveil_item .army {
    gap: 0.13333rem;
  }

  .unveil .unveil_item .competition .compt_select {
    margin-bottom: 0.2rem;
  }

  .unveil .unveil_item .competition .compt_select li a {
    padding: 0.06667rem 0.13333rem;
    font-size: 12px;
  }

  .unveil .unveil_item .competition .table li .linkBox span {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .competition .table li .linkBox time {
    font-size: 0.32rem;
  }

  .unveil .unveil_item .competition .table li .linkBox {
    gap: 0.06667rem;
  }
}

.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;
}