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

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

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

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

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

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


}

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

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

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

a {
  color: #7633ff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
  list-style: none;
}

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

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

i {
  font-style: normal;
}

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

a:focus {
  outline: none;
}

a.hidefocus {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

input {
  outline: none;
}

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

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both;
}

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

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

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

.header .nav .select ul li a {
  display: block;
  padding: 5px 20px;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
}

.header .nav .select ul .active {
  background: url(/images/active.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

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

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

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

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

.header .nav .operate .search input {
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
}

.header .nav .operate .search input::placeholder {
  color: #fff;
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

.footer {
  background: #000;
  padding: 25px 0;
}

.footer .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

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

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

.footer .content ul li::after {
  content: '';
  width: 1px;
  height: 12px;
  background: #fff;
  margin: 0 8px;
}

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

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

.footer .content p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}

.footer .content p a {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main .video_arrange li:hover figure figcaption {
  background: #8d55fe;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main .showMatch .match_view .match_every .isFen .backwards span {
  background: #e8dcff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main .hotinte .inte .cut .active a {
  color: #fff;
}

.main .hotinte .inte .outside {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.commMain {
  padding-top: 70px;
}

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

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

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

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

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

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

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

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

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

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

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

.outside {
  padding: 40px 0;
}

.outside .videolist {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.relatedvideos {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show {
  display: block;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1000px) {
  .main .showMatch {
    padding: 70px 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .Jump {
    display: none;
  }

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

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

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

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

  .header .nav {
    gap: 0.26667rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .main .newscolumn li figure figcaption article {
    gap: 0.28rem;
    height: 1.66667rem;
  }

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

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

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

  .footer {
    padding: 0.33333rem 0.13333rem;
  }

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

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

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

  .footer .content p {
    font-size: 0.32rem;
    line-height: 0.45333rem;
  }

  .footer .content {
    gap: 0.2rem;
  }

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

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

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

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

  .page .pagination {
    gap: 0.13333rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .outside {
    padding: 0.53333rem 0;
  }

  .crumbs span {
    gap: 0.13333rem;
  }

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

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

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

  .together {
    padding: 0.13333rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .relatedvideos {
    margin-top: 0.26667rem;
  }

  .article {
    gap: 0.26667rem;
  }

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

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

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

  .switchbar li {
    gap: 0.13333rem;
  }

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

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

  .switching .modetoggle {
    gap: 0.50667rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bigList ul {
    gap: 0.26667rem;
  }

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

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

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

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

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

  .hotMatch ol {
    gap: 0.26667rem;
  }

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

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

.zhibo_btn a {
    background-color: #22f321;
    color: white;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 12px 5px 0 0;
    cursor: pointer;
    border: none; 3px;
    transition: transform 0.5s;
    animation: spring-animation 1s infinite alternate;
}
.zhibo_btn a:active {
  transform: scale(0.9);
}
 
@keyframes spring-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}