@charset "UTF-8";

/* 全局样式修改 */
html,
body,
div,
span,
iframe,
map,
font,
img,
a img,
samp,
strong,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b,
p,
blockquote,
a,
address,
code,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
td,
th {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
  font-family: sm, 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  font-family: "微软雅黑";
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

input,
select {
  font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

i {
  font-style: normal;
}

a {
  blr: expression(this.onFocus=this.blur());
}

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: rgba(50, 50, 50, 0.3);
}

::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: #fff;
}

body {
  font-family: '微软雅黑';
}

.w {
  width: 1308px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .w {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  body .nav .navbox .nav_left {
    margin-left: auto;
  }

  body .nav .menu {
    display: flex;
    margin-left: auto;
  }

  body .nav .navbox .nav_left .select {
    position: absolute;
    left: 0;
    top: 108px;
    width: 100%;
    height: 0;
    background: #f9faf8;
    overflow: hidden;
    display: block;
  }

  body .nav .navbox .nav_left .select ul {
    flex-direction: column;
  }

  body .nav .navbox .nav_left .select ul li {
    width: auto;
    height: auto;
    padding: 20px;
    justify-content: center;
  }
}

@media screen and (min-width: 1001px) {
  body .nav .navbox .nav_left .select {
    height: 100% !important;
  }
}

@media screen and (max-width: 750px) {
  body .nav {
    height: 13.06667vw;
  }

  body .nav .navbox .nav_left .logo {
    height: 7.2vw;
  }

  body .nav .menu {
    width: 5.33333vw;
    height: 4vw;
  }

  body .nav .navbox .nav_left .select {
    top: 13.06667vw;
  }

  body .nav .navbox .nav_left .select ul li {
    padding: 1.73333vw;
  }

  body .nav .navbox .nav_left .select ul li a {
    font-size: 3.46667vw;
  }
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 108px;
  background: #f9faf8;
  box-sizing: border-box;
  padding: 0 20px;
  z-index: 99;
}

.nav .navbox {
  display: flex;
  align-items: center;
  height: 100%;
  user-select: none;
}

.nav .navbox .nav_left {
  display: flex;
  align-items: center;
  gap: 60px;
  height: 100%;
}

.nav .navbox .nav_left .logo {
  width: auto;
  height: 54px;
}

.nav .navbox .nav_left .logo img {
  width: 100%;
  height: 100%;
}

.nav .navbox .nav_left .select {
  height: 100%;
}

.nav .navbox .nav_left .select ul {
  height: 100%;
  display: flex;
}

.nav .navbox .nav_left .select ul li {
  height: 100%;
  padding: 0 19px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
}

.nav .navbox .nav_left .select ul li a {
  font-size: 20px;
  color: #000000;
  white-space: nowrap;
}

.nav .navbox .nav_left .select ul .active {
  border-bottom: 4px solid #ff9900;
}

.nav .navbox .nav_left .select ul .active a {
  color: #ff9900;
}

.nav .menu {
  display: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 40px;
  height: 30px;
  cursor: pointer;
  display: none;
}

.nav .menu span {
  width: 100%;
  height: 10%;
  background: #000;
}

.nav .menu::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 10%;
  background: #000;
  transition: all 0.29s cubic-bezier(0, 0, 0, 1);
}

.nav .menu::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 10%;
  background: #000;
  transition: all 0.29s cubic-bezier(0, 0, 0, 1);
}

.nav .hide span {
  display: none;
}

.nav .hide::after {
  top: 50%;
  left: 58%;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: bottom left;
}

.nav .hide::before {
  top: 53%;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: top left;
}

@media screen and (max-width: 750px) {
  body .footer {
    height: 80.66667vw;
    padding: 0 2.66667vw;
    box-sizing: border-box;
  }

  body .footer .friendship {
    flex-direction: column;
  }

  body .footer .friendship ul li a {
    font-size: 3.2vw;
  }

  body .footer .friendship ul li::after {
    height: 2.26667vw;
    margin: 0 1.33333vw;
  }

  body .footer .regard a {
    font-size: 2.66667vw;
  }
}

.footer {
  width: 100%;
  height: 305px;
  background: #232533;
}

.footer .footer_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.footer .friendship {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.footer .friendship span {
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.footer .friendship ul {
  display: flex;
  overflow-x: auto;
}

.footer .friendship ul li {
  display: flex;
  align-items: center;
}

.footer .friendship ul li::after {
  content: '';
  height: 17px;
  width: 2px;
  background: #f5f5f5;
  margin: 0 10px;
}

.footer .friendship ul li:last-child::after {
  display: none;
}

.footer .friendship ul li a {
  color: #f5f5f5;
  font-size: 16px;
  white-space: nowrap;
}

.footer .regard {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.footer .regard a {
  color: #fff;
  font-size: 14px;
}

.footer .regard p {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  body .mian .mianbox {
    padding: 0 10px;
    flex-direction: column;
  }

  body .mian .partner ul {
    width: 100%;
  }

  body .mian .mianbox .mainstay {
    flex: none;
    width: 100%;
  }

  body .mian .partner ul li {
    width: calc(100% / 7 - 14px);
  }

  body .mian .mianbox .broadside {
    width: 100%;
    gap: 10px;
  }


  body .mian .mianbox .match_che {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 900px) {
  body .mian .mianbox .broadside {
    flex-direction: column;
  }

  body .mian .mianbox .broadside .collection {
    width: 100%;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul {
    flex-wrap: wrap;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li {
    flex: none;
    width: calc(100% / 2 - 5px);
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li {
    padding: 15px 5px;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .battle .linkbox .team span {
    width: 100px;
  }

  body .mian .partner ul {
    flex-wrap: wrap;
  }

  body .mian .partner ul li {
    width: calc(100% / 3 - 14px);
  }

  body .mian .mianbox .match_che {
    flex-direction: row;
  }
}

@media screen and (max-width: 750px) {
  body .mian {
    margin-top: 13.06667vw;
    padding-top: calc(40vw / 7.5);
  }

  body .mian .mianbox {
    padding: 0 2vw;
  }

  body .mian .mianbox .title .sign p {
    font-size: 3.46667vw;
  }

  body .mian .mianbox .title .sign img {
    height: 3.86667vw;
  }

  body .mian .mianbox .title .see {
    font-size: 2.93333vw;
  }

  body .mian .mianbox .title .see span {
    font-size: 2.93333vw;
  }

  body .mian .mianbox .mainstay .hotevent {
    padding: 0 2.66667vw;
    padding-top: 4vw;
    padding-bottom: 5.33333vw;
    border-radius: 2vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition {
    margin-top: 4vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li {
    padding: 1.33333vw 0;
    height: 25.33333vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .ranks .team img {
    width: 5.73333vw;
    height: 5.73333vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .channel time {
    font-size: 2.66667vw;
    white-space: nowrap;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .channel .live {
    width: 12.8vw;
    height: 4vw;
    font-size: 2.66667vw;
    white-space: nowrap;
    border-radius: 2vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .score .vs {
    gap: 0.66667vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .score .vs span {
    width: 3.33333vw;
    font-size: 3.2vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .score .status {
    font-size: 2.66667vw;
    width: 8vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .score .category {
    font-size: 2.66667vw;
    width: 8vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .ranks .team {
    gap: 1.73333vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .ranks .team figcaption {
    font-size: 2.93333vw;
    width: 12vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .ranks {
    gap: 0.66667vw;
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .channel {
    margin-bottom: 2.66667vw;
    padding: 0 0.93333vw;
  }

  body .mian .mianbox .mainstay .information {
    padding: 0 2.66667vw;
    padding-top: 2.13333vw;
    padding-bottom: 8vw;
    border-radius: 2vw;
    margin-top: 2.66667vw;
  }

  body .mian .mianbox .mainstay .information .arrange {
    margin-top: 4vw;
    gap: 2.13333vw;
    flex-direction: column;
  }

  body .mian .mianbox .mainstay .information .arrange .picture {
    width: 100%;
    height: 38vw;
  }

  body .mian .mianbox .mainstay .information .arrange .tabulation ul li:nth-child(2n) {
    margin-left: 4vw;
  }

  body .mian .mianbox .mainstay .information .arrange .tabulation ul li {
    width: calc(100% / 2 - 15vw / 7.5);
  }

  body .mian .mianbox .mainstay .information .arrange .tabulation ul li a {
    font-size: 2.93333vw;
  }

  body .mian .mianbox .mainstay .recent {
    padding: 0 2.66667vw;
    padding-top: 2.13333vw;
    padding-bottom: 8vw;
    border-radius: 2vw;
    margin-top: 2.66667vw;
  }

  body .mian .mianbox .mainstay .recent .filter {
    margin-top: 2vw;
  }

  body .mian .mianbox .mainstay .recent .filter .switching ul {
    gap: 5.06667vw;
  }

  body .mian .mianbox .mainstay .recent .filter .switching ul li {
    width: 8.93333vw;
    height: 6.26667vw;
  }

  body .mian .mianbox .mainstay .recent .filter .switching ul .active {
    border-radius: 1.33333vw;
  }

  body .mian .mianbox .mainstay .recent .filter .switching ul li a {
    font-size: 3.2vw;
  }

  body .mian .mianbox .mainstay .recent .filter .sieveBox {
    gap: 1.33333vw;
  }

  body .mian .mianbox .mainstay .recent .filter .sieve img {
    height: 3.06667vw;
  }

  body .mian .mianbox .mainstay .recent .filter .sieve span {
    font-size: 3.2vw;
  }

  body .mian .mianbox .mainstay .recent .match .thead {
    height: 6vw;
    padding-left: 2vw;
  }

  body .mian .mianbox .mainstay .recent .match .thead time {
    font-size: 3.2vw;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li {
    padding: 2vw;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .emblem {
    gap: 2vw;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .emblem img {
    width: 4.93333vw;
    height: 4.93333vw;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .emblem time {
    font-size: 2.93333vw;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .fame {
    width: 8.53333vw;
    font-size: 2.66667vw;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .battle .linkbox .team {
    gap: 1.6vw;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .battle .linkbox .team span {
    width: 11.73333vw;
    font-size: 2.66667vw;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .battle .linkbox .team img {
    width: 6vw;
    height: 6vw;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .battle {
    gap: 1.73333vw;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .battle .vs {
    gap: 0;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .battle .vs span {
    font-size: 2.66667vw;
    width: 4vw;
  }

  body .mian .mianbox .mainstay .recent .match .tbody ul li .status {
    width: 12.8vw;
    height: 4.66667vw;
    font-size: 1.93333vw;
    border-radius: 2.26667vw;
  }

  body .mian .mianbox .broadside .collection .vision ul li figure figcaption .operate .like .iconfont {
    font-size: calc(16vw / 7.5);
  }

  body .mian .mianbox .broadside .collection .vision ul li figure figcaption .operate .like span {
    font-size: calc(14vw / 7.5);
  }

  body .mian .mianbox .mainstay .hotevent .competition ul li .score .category a {
    font-size: calc(14vw / 7.5);
  }

  body .mian .mianbox .mainstay .recent .match .more {
    margin-top: 9.33333vw;
    font-size: 3.2vw;
  }

  body .mian .mianbox .broadside .collection {
    padding: 0 2.66667vw;
    padding-top: 2.13333vw;
    padding-bottom: 8vw;
    border-radius: 2vw;
  }

  body .mian .mianbox .broadside {
    gap: 2.66667vw;
  }

  body .mian .mianbox .broadside .collection .vision ul li figure .cover .img {
    width: 115px;
  }

  body .mian .partner {
    padding: 8vw 4vw;
  }

  body .mian .partner ul {
    gap: 2.8vw;
  }

  body .mian .partner ul li {
    width: calc(100% / 3 - 14vw / 7.5);
    height: 18.93333vw;
    border-radius: 1.33333vw;
  }

  body .mian .partner ul li figure img {
    height: 8.53333vw;
  }

  body .mian .partner ul li figure {
    gap: 1.06667vw;
  }

  body .mian .partner ul li figure figcaption {
    font-size: 2.93333vw;
  }

  body .mian .mianbox .broadside .interrogate {
    padding: 0 4vw;
    padding-top: 2.66667vw;
    padding-bottom: 5.33333vw;
  }

  body .mian .mianbox .broadside .interrogate .tabulate ul li .linkbox {
    gap: 1.6vw;
  }

  body .mian .mianbox .broadside .interrogate .tabulate ul li .linkbox p {
    font-size: 2.93333vw;
  }

  body .mian .mianbox .broadside .interrogate .tabulate ul li .linkbox span {
    width: 2.66667vw;
    height: 3.46667vw;
    font-size: 2.93333vw;
  }
}

.index_mian {
  background: url(../image/index_bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.mian {
  display: block;
  margin-top: 108px;
  padding-top: 40px;
}

.mian .mianbox {
  display: flex;
  gap: 16px;
  padding-bottom: 50px;
}

.mian .mianbox .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mian .mianbox .title .sign {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mian .mianbox .title .sign a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mian .mianbox .title .sign p {
  font-size: 24px;
  color: #000;
}

.mian .mianbox .title .sign img {
  width: auto;
  height: 29px;
}

.mian .mianbox .title .see {
  font-size: 16px;
  color: #c1c2c1;
}

.mian .mianbox .title .see a {
  color: #c1c2c1;
}

.mian .mianbox .mainstay {
  flex: 1;
  width: 0;
}

.mian .mianbox .mainstay .hotevent {
  background: #f9faf8;
  padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-radius: 15px;
}

.mian .mianbox .mainstay .hotevent .competition {
  width: 100%;
  margin-top: 30px;
}

.mian .mianbox .mainstay .hotevent .competition ul {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.mian .mianbox .mainstay .hotevent .competition ul li {
  flex: 1;
  height: 140px;
  padding: 10px 0;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  box-sizing: border-box;
}

.mian .mianbox .mainstay .hotevent .competition ul li .channel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 7px;
}

.mian .mianbox .mainstay .hotevent .competition ul li .channel time {
  color: #000000;
  font-size: 14px;
}

.mian .mianbox .mainstay .hotevent .competition ul li .channel .live {
  width: 66px;
  height: 20px;
  border: 1px solid #cecece;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #424242;
}

.mian .mianbox .mainstay .hotevent .competition ul li .channel .live a {
  color: #424242;
}

.mian .mianbox .mainstay .hotevent .competition ul li .score {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.mian .mianbox .mainstay .hotevent .competition ul li .score .vs {
  display: flex;
  gap: 5px;
}

.mian .mianbox .mainstay .hotevent .competition ul li .score .vs span {
  width: 20px;
  color: #000000;
  font-size: 18px;
  text-align: center;
}

.mian .mianbox .mainstay .hotevent .competition ul li .score .status {
  width: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000000;
  font-size: 12px;
  text-align: center;
}

.mian .mianbox .mainstay .hotevent .competition ul li .score .category {
  width: 48px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #000;
  text-align: center;
}

.mian .mianbox .mainstay .hotevent .competition ul li .score .category a {
  font-size: 12px;
  color: #000;
}

.mian .mianbox .mainstay .hotevent .competition ul li .ranks {
  display: flex;
  justify-content: center;
}

.mian .mianbox .mainstay .hotevent .competition ul li .ranks .team {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

.mian .mianbox .mainstay .hotevent .competition ul li .ranks .team img {
  width: 43px;
  height: 43px;
}

.mian .mianbox .mainstay .hotevent .competition ul li .ranks .team figcaption {
  font-size: 12px;
  color: #000000;
  width: 62px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.mian .mianbox .mainstay .information {
  background: #f9faf8;
  padding: 0 30px;
  padding-top: 16px;
  padding-bottom: 60px;
  border-radius: 15px;
  margin-top: 20px;
}

.mian .mianbox .mainstay .information .arrange {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}

.mian .mianbox .mainstay .information .arrange .picture {
  width: 296px;
  height: 185px;
}

.mian .mianbox .mainstay .information .arrange .picture img {
  width: 196px;
  height: 100%;
  border-radius: 10px;
}

.mian .mianbox .mainstay .information .arrange .tabulation {
  padding-top: 10px;
  flex: 1;
}

.mian .mianbox .mainstay .information .arrange .tabulation ul {
  display: flex;
  flex-wrap: wrap;
}

.mian .mianbox .mainstay .information .arrange .tabulation ul li {
  width: calc(100% / 2 - 105px);
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mian .mianbox .mainstay .information .arrange .tabulation ul li:first-child a {
  color: #ff9900;
}

.mian .mianbox .mainstay .information .arrange .tabulation ul li:nth-child(2n) {
  margin-left: 30px;
}

.mian .mianbox .mainstay .information .arrange .tabulation ul li a {
  font-size: 16px;
  color: #000;
}

.mian .mianbox .mainstay .recent {
  background: #f9faf8;
  padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 70px;
  border-radius: 15px;
  margin-top: 20px;
}

.mian .mianbox .mainstay .recent .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}

.mian .mianbox .mainstay .recent .filter .switching ul {
  display: flex;
  align-items: center;
  gap: 58px;
}

.mian .mianbox .mainstay .recent .filter .switching ul li {
  width: 57px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mian .mianbox .mainstay .recent .filter .switching ul li a {
  color: #000000;
  font-size: 18px;
}

.mian .mianbox .mainstay .recent .filter .switching ul .active {
  background: #ff9900;
  border-radius: 10px;
}

.mian .mianbox .mainstay .recent .filter .switching ul .active a {
  color: #fff;
}

.mian .mianbox .mainstay .recent .filter .sieveBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mian .mianbox .mainstay .recent .filter .sieve img {
  width: auto;
  height: 23px;
}

.mian .mianbox .mainstay .recent .filter .sieve span {
  color: #000;
  font-size: 18px;
}

.mian .mianbox .mainstay .recent .match {
  width: 100%;
  margin-top: 13px;
}

.mian .mianbox .mainstay .recent .match .thead {
  width: 100%;
  height: 45px;
  background: #e5e5e5;
  padding-left: 15px;
  display: flex;
  align-items: center;
}

.mian .mianbox .mainstay .recent .match .thead time {
  font-size: 18px;
  color: #000;
}

.mian .mianbox .mainstay .recent .match .tbody {
  display: none;
}

.mian .mianbox .mainstay .recent .match .tbody ul li {
  padding: 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 4fr 96px;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .emblem {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .emblem img {
  width: 37px;
  height: 37px;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .emblem time {
  font-size: 16px;
  color: #000;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .fame {
  width: 64px;
  text-align: center;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .fame a {
  color: #000;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .battle {
  display: flex;
  align-items: center;
  gap: 23px;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .battle .linkbox .team {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .battle .linkbox .team span {
  width: 128px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 16px;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .battle .linkbox:first-child .team span {
  text-align: right;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .battle .linkbox .team img {
  width: 45px;
  height: 45px;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .battle .vs {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .battle .vs span {
  width: 26px;
  color: #feaf55;
  font-size: 16px;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .battle .vs span:nth-child(2) {
  width: auto;
}


.mian .mianbox .mainstay .recent .match .tbody ul li .status {
  width: 96px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .status a {
  color: #000;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .kick {
  background: #ff9900;
  color: #fff;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .wait {
  background: green;
  color: #fff;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .wait a {
  color: #fff;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .end {
  background: gray;
  color: #fff;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .end a {
  color: #fff;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .kick a {
  color: #fff;
}

.mian .mianbox .mainstay .recent .match .tbody ul li:last-child {
  border-bottom: none;
}

.mian .mianbox .mainstay .recent .match .more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 70px;
  font-size: 18px;
  color: #000;
}

.mian .mianbox .mainstay .recent .match .more a {
  color: #000;
}

.mian .mianbox .broadside {
  width: 28%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mian .mianbox .broadside .collection {
  background: #f9faf8;
  padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 53px;
  border-radius: 15px;
}

.mian .mianbox .broadside .collection .vision {
  margin-top: 30px;
}

.mian .mianbox .broadside .collection .vision ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mian .mianbox .broadside .collection .vision ul li {
  height: 72px;
}

.mian .mianbox .broadside .collection .vision ul li figure {
  margin: 0;
  display: flex;
  gap: 10px;
}

.mian .mianbox .broadside .collection .vision ul li figure .cover {
  position: relative;
}

.mian .mianbox .broadside .collection .vision ul li figure .cover .img {
  width: 140px;
  height: 70px;
  object-fit: cover;
}

.mian .mianbox .broadside .collection .vision ul li figure .cover .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.mian .mianbox .broadside .collection .vision ul li figure .cover .play img {
  width: 100%;
  height: 100%;
}

.mian .mianbox .broadside .collection .vision ul li figure figcaption {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.mian .mianbox .broadside .collection .vision ul li figure figcaption p {
  font-size: 12px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.mian .mianbox .broadside .collection .vision ul li figure figcaption .operate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.mian .mianbox .broadside .collection .vision ul li figure figcaption .operate .like {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mian .mianbox .broadside .collection .vision ul li figure figcaption .operate .like .iconfont {
  font-size: 16px;
}

.mian .mianbox .broadside .collection .vision ul li figure figcaption .operate .like span {
  font-size: 12px;
  color: #c1c2c1;
}

.mian .mianbox .broadside .interrogate {
  background: #f9faf8;
  padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-radius: 15px;
}

.mian .mianbox .broadside .interrogate .tabulate {
  margin-top: 25px;
}

.mian .mianbox .broadside .interrogate .tabulate ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mian .mianbox .broadside .interrogate .tabulate ul li .linkbox {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 12px;
}

.mian .mianbox .broadside .interrogate .tabulate ul li .linkbox span {
  width: 14px;
  height: 16px;
  font-size: 14px;
  text-align: center;
  color: #000;
}

.mian .mianbox .broadside .interrogate .tabulate ul li:nth-child(1) .linkbox span {
  color: #ffa125;
}

.mian .mianbox .broadside .interrogate .tabulate ul li:nth-child(2) .linkbox span {
  color: #ffa125;
}

.mian .mianbox .broadside .interrogate .tabulate ul li:nth-child(3) .linkbox span {
  color: #ffa125;
}

.mian .mianbox .broadside .interrogate .tabulate ul li .linkbox .topping {
  background: url(../static/image/topping.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.mian .mianbox .broadside .interrogate .tabulate ul li .linkbox p {
  flex: 1;
  font-size: 14px;
  color: #252525;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mian .mianbox .broadside .premier {
  background: #f9faf8;
  padding: 0 30px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-radius: 15px;
}

.mian .mianbox .broadside .premier .competition_content {
  padding-top: 22px;
  box-sizing: border-box;
}

.mian .mianbox .broadside .premier .competition_content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mian .mianbox .broadside .premier .competition_content ul li {
  display: flex;
  justify-content: space-between;
}

.mian .mianbox .broadside .premier .competition_content ul li .month {
  white-space: nowrap;
  font-size: 14px;
  color: #4a4a4a;
}

.mian .mianbox .broadside .premier .competition_content ul li .team {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mian .mianbox .broadside .premier .competition_content ul li .team .team_name {
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mian .mianbox .broadside .premier .competition_content ul li .team .team_name a {
  font-size: 14px;
  color: #4a4a4a;
}

.mian .mianbox .broadside .premier .competition_content ul li .team .team_name:first-child {
  text-align: right;
}

.mian .mianbox .broadside .premier .competition_content ul li .team .team_vs {
  width: 14px;
  text-align: center;
  white-space: nowrap;
}

.mian .mianbox .broadside .premier .competition_content ul li .team .team_vs a {
  color: #4a4a4a;
  font-size: 14px;
}

.mian .mianbox .broadside .premier .competition_content ul li .status {
  width: 42px;
  text-align: center;
}

.mian .mianbox .broadside .premier .competition_content ul li .status a {
  white-space: nowrap;
  font-size: 14px;
  color: #4a4a4a;
}

.mian .partner {
  margin-top: 268px;
  background: #fff;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
}

.mian .partner ul {
  display: flex;
  gap: 21px;
}

.mian .partner ul li {
  width: 220px;
  height: 122px;
  background: #f7f7f7;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mian .partner ul li figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.mian .partner ul li figure img {
  width: auto;
  height: 64px;
}

.mian .partner ul li figure figcaption {
  font-size: 18px;
  color: #252525;
}

@media screen and (max-width: 1200px) {
  body .mian .page ul {
    gap: 10px;
  }

  body .mian .page ul li {
    width: 46px;
  }

  body .mian .visual .screen .photograph {
    width: 500px;
  }
}

@media screen and (max-width: 750px) {
  body .mian .page ul li {
    width: 5.73333vw;
    height: 5.73333vw;
    border-radius: 1.33333vw;
  }

  body .mian .page ul li span,
  body .mian .page ul li a {
    font-size: 2.66667vw;
  }

  body .mian .page ul {
    gap: 1.33333vw;
  }

  body .mian .visual .newslist .rubric .pick .switching ul {
    gap: 0.06667vw;
  }

  body .mian .visual .newslist .rubric .pick .switching ul li {
    width: 8.93333vw;
    height: 6.26667vw;
  }

  body .mian .visual .newslist .rubric .pick .switching ul .active {
    border-radius: 1.33333vw;
  }

  body .mian .visual .newslist .rubric .pick .switching ul li a {
    font-size: 3.2vw;
  }

  body .mian .visual .newslist .rubric .pick .sieveBox {
    gap: 1.33333vw;
  }

  body .mian .visual .newslist .rubric .pick .sieve img {
    height: 3.06667vw;
  }

  body .mian .visual .newslist .rubric .pick .sieve span {
    font-size: 3.2vw;
  }

  body .mian .visual .screen {
    flex-direction: column;
    border-radius: 2vw;
    gap: 2.53333vw;
  }

  body .mian .visual .screen .photograph .Image {
    border-radius: 2vw;
  }

  body .mian .visual .screen .photograph .play {
    width: 10.66667vw;
    height: 10.66667vw;
  }

  body .mian .visual .screen .photograph {
    width: 100%;
    height: 41.06667vw;
  }

  body .mian .visual .screen .introduce .headlines ul li {
    height: 8.66667vw;
    padding-left: 2.66667vw;
    padding-right: 6.13333vw;
  }

  body .mian .visual .screen .introduce .headlines ul li a {
    font-size: 2.93333vw;
  }

  body .mian .visual .screen .introduce {
    width: 100%;
    height: 41.06667vw;
    flex: none;
  }

  body .mian .visual .screen .introduce .swiper .info {
    padding-top: 2.66667vw;
  }

  body .mian .visual .screen .introduce .swiper .info span {
    font-size: 3.2vw;
    margin-bottom: 2.4vw;
  }

  body .mian .visual .screen .introduce .swiper .info p {
    margin-top: 2.4vw;
    font-size: 2.93333vw;
    line-height: 5.33333vw;
  }

  body .mian .visual .screen .introduce .swiper .info .divide {
    margin-top: 4.66667vw;
    gap: 2.66667vw;
  }

  body .mian .visual .screen .introduce .swiper .info .divide li img {
    width: 4vw;
    height: 4vw;
  }

  body .mian .visual .screen .introduce .swiper .swiper-pagination-current {
    font-size: 3.2vw;
  }

  body .mian .visual .screen .introduce .swiper .swiper-pagination-fraction {
    bottom: 3.73333vw;
    font-size: 2.93333vw;
  }

  body .mian .visual .screen .introduce .swiper .swiper-pagination-total {
    font-size: 2.93333vw;
  }

  body .mian .visual .screen .introduce .swiper .introduce-next span,
  body .mian .visual .screen .introduce .swiper .introduce-prev span {
    font-size: 2.93333vw;
  }

  body .mian .visual .screen .introduce .swiper .introduce-next,
  body .mian .visual .screen .introduce .swiper .introduce-prev {
    bottom: 3.73333vw;
  }

  body .mian .visual .newslist {
    padding: 2.66667vw;
    padding-bottom: 9.33333vw;
    border-radius: 2vw;
    margin-top: 2.66667vw;
    margin-bottom: 6.66667vw;
  }

  body .mian .visual .newslist .entry>li figure {
    flex-direction: column;
    padding-bottom: 2.66667vw;
  }

  body .mian .visual .newslist .entry>li figure .entry_Img {
    width: 100%;
    height: 35.33333vw;
  }

  body .mian .visual .newslist .entry>li figure .img_a {
    width: 100%;
  }

  body .mian .visual .newslist .entry>li figure figcaption span {
    font-size: 3.2vw;
  }

  body .mian .visual .newslist .entry>li figure figcaption p {
    font-size: 2.93333vw;
  }

  body .mian .visual .newslist .entry>li figure figcaption .letter {
    margin-top: 4vw;
  }

  body .mian .visual .newslist .entry>li figure figcaption .letter time {
    font-size: 2.66667vw;
  }

  body .mian .visual .newslist .entry>li figure figcaption .letter ul {
    gap: 2vw;
  }

  body .mian .visual .newslist .entry>li figure figcaption .letter ul li img {
    width: 3.06667vw;
    height: 3.06667vw;
  }


}

.mian .visual {
  flex: 1;
  overflow: hidden;
}

.mian .visual .screen {
  width: 100%;
  display: flex;
  background: #f9faf8;
  border-radius: 15px;
  overflow: hidden;
  gap: 19px;
}

.mian .visual .screen .photograph {
  position: relative;
  width: 567px;
  height: 308px;
}

.mian .visual .screen .photograph .Image {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.mian .visual .screen .photograph .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.mian .visual .screen .photograph .play img {
  width: 100%;
  height: 100%;
}

.mian .visual .screen .introduce {
  flex: 1;
  width: 0;
}

.mian .visual .screen .introduce .swiper {
  width: 100%;
  height: 100%;
}

.mian .visual .screen .introduce .swiper .info {
  padding-top: 20px;
}

.mian .visual .screen .introduce .swiper .info span {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mian .visual .screen .introduce .swiper .info p {
  margin-top: 18px;
  font-size: 18px;
  color: #000;
  line-height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #eeeeee;
}

.mian .visual .screen .introduce .swiper .info .divide {
  display: flex;
  margin-top: 35px;
  gap: 20px;
}

.mian .visual .screen .introduce .swiper .info .divide li img {
  width: 30px;
  height: 30px;
}

.mian .visual .screen .introduce .swiper .introduce-next,
.mian .visual .screen .introduce .swiper .introduce-prev {
  position: absolute;
  right: 0;
  bottom: 28px;
  display: flex;
  z-index: 2;
  cursor: pointer;
  user-select: none;
}

.mian .visual .screen .introduce .swiper .introduce-next span,
.mian .visual .screen .introduce .swiper .introduce-prev span {
  font-size: 18px;
}

.mian .visual .screen .introduce .swiper .introduce-prev {
  right: unset;
  left: 0;
}

.mian .visual .screen .introduce .swiper .introduce-prev span {
  transform: rotate(180deg);
}

.mian .visual .screen .introduce .swiper .swiper-pagination-fraction {
  bottom: 28px;
  z-index: 1;
  font-size: 18px;
}

.mian .visual .screen .introduce .swiper .swiper-pagination-current {
  font-size: 24px;
}

.mian .visual .screen .introduce .swiper .swiper-pagination-total {
  font-size: 18px;
}

.mian .visual .screen .introduce .headlines ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mian .visual .screen .introduce .headlines ul li {
  width: 100%;
  height: 55px;
  padding-left: 20px;
  padding-right: 46px;
  display: flex;
  align-items: center;
}

.mian .visual .screen .introduce .headlines ul li a {
  color: #000;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mian .visual .screen .introduce .headlines ul .active {
  background: #ff9900;
}

.mian .visual .screen .introduce .headlines ul .active a {
  color: #fff;
}

.mian .visual .newslist {
  padding: 0 30px;
  background: #f9faf8;
  padding-top: 20px;
  padding-bottom: 70px;
  border-radius: 15px;
  margin-bottom: 122px;
}

.mian .visual .newslist .rubric {
  margin-top: 41px;
  margin-bottom: 13px;
}

.mian .visual .newslist .rubric .pick {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mian .visual .newslist .rubric .pick .switching ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.mian .visual .newslist .rubric .pick .switching ul li {
  width: 57px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mian .visual .newslist .rubric .pick .switching ul li a {
  color: #000000;
  font-size: 18px;
}

.mian .visual .newslist .rubric .pick .switching ul .active {
  background: #ff9900;
  border-radius: 10px;
}

.mian .visual .newslist .rubric .pick .switching ul .active a {
  color: #fff;
}

.mian .visual .newslist .rubric .pick .sieveBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mian .visual .newslist .rubric .pick .sieve img {
  width: auto;
  height: 23px;
}

.mian .visual .newslist .rubric .pick .sieve span {
  color: #000;
  font-size: 18px;
}

.mian .visual .newslist .entry {
  margin-bottom: 50px;
}

.mian .visual .newslist .entry>li {
  padding: 20px 0;
  border-top: 1px solid #eeeeee;
}

.mian .visual .newslist .entry>li figure {
  margin: 0;
  display: flex;
  gap: 10px;
}

.mian .visual .newslist .entry>li figure .entry_Img {
  width: 338px;
  height: 165px;
  border-radius: 10px;
  object-fit: cover;
  white-space: wrap;
}

.mian .visual .newslist .entry>li figure figcaption {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mian .visual .newslist .entry>li figure figcaption span {
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.mian .visual .newslist .entry>li figure figcaption p {
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mian .visual .newslist .entry>li figure figcaption .letter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mian .visual .newslist .entry>li figure figcaption .letter time {
  color: #c1c2c1;
  font-size: 14px;
}

.mian .visual .newslist .entry>li figure figcaption .letter ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mian .visual .newslist .entry>li figure figcaption .letter ul li img {
  width: 23px;
  height: 23px;
}

.mian .page {
  display: flex;
  justify-content: center;
}

.mian .page ul {
  display: flex;
  gap: 15px;
}

.mian .page ul li {
  width: 53px;
  height: 43px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}

.mian .page ul li span,
.mian .page ul li a {
  color: #23272a;
  font-size: 18px;
  cursor: pointer;
}

.mian .page ul .active {
  background: #ff9900;
}

.mian .page ul .active span,
.mian .page ul .active a {
  color: #fff;
}

.mian .page ul .apostrophe {
  width: auto;
  height: auto;
  background: transparent;
}

@media screen and (max-width: 750px) {
  body .mian .videolist .videolist_rubric .pick .switching ul {
    gap: 5.06667vw;
  }

  body .mian .videolist .videolist_rubric .pick .switching ul li {
    width: 8.93333vw;
    height: 6.26667vw;
  }

  body .mian .videolist .videolist_rubric .pick .switching ul .active {
    border-radius: 1.33333vw;
  }

  body .mian .videolist .videolist_rubric .pick .switching ul li a {
    font-size: 3.2vw;
  }

  body .mian .videolist .videolist_rubric .pick .sieveBox {
    gap: 1.33333vw;
  }

  body .mian .videolist .videolist_rubric .pick .sieve img {
    height: 3.06667vw;
  }

  body .mian .videolist .videolist_rubric .pick .sieve span {
    font-size: 3.2vw;
  }

  body .mian .videolist {
    border-radius: 2vw;
    padding: 2.66667vw;
    padding-bottom: 9.33333vw;
    margin-top: 2.66667vw;
    margin-bottom: 6.66667vw;
  }

  body .mian .videolist .frequency {
    margin-bottom: 8vw;
  }

  body .mian .videolist .frequency ul {
    gap: 1.33333vw;
  }

  body .mian .videolist .frequency ul>li {
    width: calc(100% / 2 - 7vw / 7.5);
    height: 35.73333vw;
    border-radius: calc(10vw / 7.5);
  }

  body .mian .videolist .frequency ul>li figure .close {
    height: 17.06667vw;
    margin-bottom: 1.33333vw;
    border-radius: 1.33333vw;
  }

  body .mian .videolist .frequency ul>li figure .close .play {
    width: 6.13333vw;
    height: 6.13333vw;
  }

  body .mian .videolist .frequency ul>li figure figcaption {
    padding: 1.33333vw;
  }

  body .mian .videolist .frequency ul>li figure figcaption p {
    font-size: 2.66667vw;
  }

  body .mian .videolist .frequency ul>li figure figcaption .split li {
    width: 3.06667vw;
    height: 3.06667vw;
  }

  body .social-share .social-share-icon {
    width: calc(32vw / 7.5);
    height: calc(32vw / 7.5);
    font-size: calc(20vw / 7.5);
    line-height: calc(32vw / 7.5);
  }
}

.social-share .social-share-icon {
  width: 100%;
  height: 100%;
  line-height: 23px;
}

.mian .videolist {
  padding: 0 30px;
  background: #f9faf8;
  padding-top: 20px;
  padding-bottom: 70px;
  border-radius: 15px;
  margin-bottom: 122px;
}

.mian .videolist .videolist_rubric {
  margin-top: 41px;
  margin-bottom: 13px;
}

.mian .videolist .videolist_rubric .pick {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mian .videolist .videolist_rubric .pick .switching ul {
  display: flex;
  align-items: center;
  gap: 58px;
}

.mian .videolist .videolist_rubric .pick .switching ul li {
  width: 57px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mian .videolist .videolist_rubric .pick .switching ul li a {
  color: #000000;
  font-size: 18px;
}

.mian .videolist .videolist_rubric .pick .switching ul .active {
  background: #ff9900;
  border-radius: 10px;
}

.mian .videolist .videolist_rubric .pick .switching ul .active a {
  color: #fff;
}

.mian .videolist .videolist_rubric .pick .sieveBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mian .videolist .videolist_rubric .pick .sieve img {
  width: auto;
  height: 23px;
}

.mian .videolist .videolist_rubric .pick .sieve span {
  color: #000;
  font-size: 18px;
}

.mian .videolist .frequency {
  margin-bottom: 60px;
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.mian .videolist .frequency>ul {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.mian .videolist .frequency>ul>li {
  width: calc(100% / 3 - 7px);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  height: 208px;
  margin-bottom: 10px;
}

.mian .videolist .frequency>ul>li figure {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mian .videolist .frequency>ul>li figure .close {
  position: relative;
  width: 100%;
  height: 128px;
}

.mian .videolist .frequency>ul>li figure .close .closeImg {
  width: 100%;
  height: 100%;
}

.mian .videolist .frequency>ul>li figure .close .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
}

.mian .videolist .frequency>ul>li figure .close .play img {
  width: 100%;
  height: 100%;
}

.mian .videolist .frequency>ul>li figure .close time {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #fff;
  font-size: 12px;
}

.mian .videolist .frequency>ul>li figure .close .duration {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #fff;
  font-size: 12px;
}

.mian .videolist .frequency>ul>li figure figcaption {
  flex: 1;
  width: 100%;
  padding: 10px;
  padding-bottom: 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mian .videolist .frequency>ul>li figure figcaption p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #000000;
}

.mian .videolist .frequency>ul>li figure figcaption .split {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 16px;
}

.mian .videolist .frequency>ul>li figure figcaption .split li {
  width: 23px;
  height: 23px;
}

.mian .videolist .frequency>ul>li figure figcaption .split li img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  body .mian .mianbox .broadside .premier {
    width: calc(100% / 2 - 5px);
  }
}

@media screen and (max-width: 750px) {
  body .mian .mianbox {
    padding-bottom: calc(50vw / 7.5);
  }

  body .mian .mianbox .broadside .premier {
    width: 100%;
    padding: 0 4vw;
    padding-top: 2.66667vw;
    padding-bottom: 5.33333vw;
    border-radius: 2vw;
  }

  body .mian .mianbox .broadside .premier .competition_content ul li .month {
    font-size: 2.66667vw;
  }

  body .mian .mianbox .broadside .premier .competition_content ul li .team .team_name a {
    font-size: 2.66667vw;
  }

  body .mian .mianbox .broadside .premier .competition_content ul li .status a {
    font-size: 2.66667vw;
  }

  body .mian .mianbox .broadside .premier .competition_content ul li .team .team_name {
    width: 14.26667vw;
  }

  body .mian .matchlist .match_rubric .pick .switching ul {
    gap: 5.06667vw;
  }

  body .mian .matchlist .match_rubric .pick .switching ul li {
    width: 8.93333vw;
    height: 6.26667vw;
  }

  body .mian .matchlist .match_rubric .pick .switching ul .active {
    border-radius: 1.33333vw;
  }

  body .mian .matchlist .match_rubric .pick .switching ul li a {
    font-size: 3.2vw;
  }

  body .mian .matchlist .match_rubric .pick .sieveBox {
    gap: 1.33333vw;
  }

  body .mian .matchlist .match_rubric .pick .sieve img {
    height: 3.06667vw;
  }

  body .mian .matchlist .match_rubric .pick .sieve span {
    font-size: 3.2vw;
  }

  body .mian .matchlist {
    padding: 0 4vw;
    padding-bottom: 8.4vw;
    padding-top: 2.66667vw;
    margin-bottom: 6.66667vw;
    border-radius: 2vw;
  }

  body .mian .matchlist .part ul {
    gap: 2.66667vw;
  }

  body .mian .matchlist .part li {
    width: calc(100% / 2 - 14vw / 7.5);
  }

  body .mian .matchlist .part li .linkbox .team,
  body .mian .matchlist .part li .linkbox .vs {
    font-size: 2.93333vw;
  }

}

.mian .matchlist {
  padding: 0 30px;
  background: #f9faf8;
  padding-bottom: 63px;
  border-radius: 15px;
  margin-bottom: 122px;
  padding-top: 20px;
}

.mian .matchlist .match_rubric {
  margin-bottom: 13px;
}

.mian .matchlist .match_rubric .pick {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mian .matchlist .match_rubric .pick .switching ul {
  display: flex;
  align-items: center;
  gap: 58px;
}

.mian .matchlist .match_rubric .pick .switching ul li {
  width: 57px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mian .matchlist .match_rubric .pick .switching ul li a {
  color: #000000;
  font-size: 18px;
}

.mian .matchlist .match_rubric .pick .switching ul .active {
  background: #ff9900;
  border-radius: 10px;
}

.mian .matchlist .match_rubric .pick .switching ul .active a {
  color: #fff;
}

.mian .matchlist .match_rubric .pick .sieveBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mian .matchlist .match_rubric .pick .sieve img {
  width: auto;
  height: 23px;
}

.mian .matchlist .match_rubric .pick .sieve span {
  color: #000;
  font-size: 18px;
}

.mian .matchlist .part {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

.mian .matchlist .part ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.mian .matchlist .part li {
  width: calc(100% / 3 - 14px);
}

.mian .matchlist .part li .linkbox {
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: 5px;
}

.mian .matchlist .part li .linkbox .team,
.mian .matchlist .part li .linkbox .vs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #000;
}

.mian .matchlist .part li .linkbox .team:last-child {
  text-align: right;
}

.mian .matchlist .part li .linkbox .vs {
  flex: none;
}

@media screen and (max-width: 750px) {
  body .mian .newsdtatil {
    padding: 4vw;
    padding-top: 2.66667vw;
    background: #f9faf8;
    border-radius: 2vw;
    margin-bottom: 6.66667vw;
  }

  body .mian .topic h1 {
    font-size: 3.46667vw;
  }

  body .mian .topic .source {
    gap: 3.33333vw;
    margin-top: 2.66667vw;
  }

  body .mian .topic .source span,
  body .mian .topic .source time {
    font-size: 2.66667vw;
  }

  body .mian .topic {
    margin-top: 2.93333vw;
    padding-bottom: 1.33333vw;
  }

  body .mian .article>p {
    margin-top: 4vw;
    font-size: 2.93333vw;
    line-height: 4.4vw;
  }

  body .mian .article>img {
    width: 100%;
    margin: 0;
    padding: 3.33333vw 0;
  }

  body .mian .mark {
    gap: 2vw;
  }

  body .mian .article {
    padding-bottom: 8vw;
  }

  body .mian .renewal .mark ul li {
    padding: 0.66667vw 1.6vw;
  }

  body .mian .renewal .mark ul li a {
    font-size: 2.93333vw;
  }

  body .mian .renewal .mark ul {
    gap: 2vw;
  }

  body .mian .renewal .session {
    margin-top: 2vw;
  }

  body .mian .renewal .session ul li span {
    font-size: 2.93333vw;
  }

  body .mian .renewal .session ul li a {
    font-size: 2.93333vw;
  }
}

.mian .crumbs {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.mian .crumbs ul {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}

.mian .crumbs ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mian .crumbs ul li a {
  color: #000;
  font-size: 12px;
}

.mian .crumbs ul li::after {
  content: '>';
  color: #7a7675;
}

.mian .crumbs ul li:last-child::after {
  display: none;
}

.mian .crumbs ul li:last-child {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.mian .crumbs ul li:last-child a {
  color: #ff9900;
}

.mian .renewal .mark {
  display: flex;
  gap: 15px;
  margin-top: 13px;
}

.mian .renewal .mark span {
  white-space: nowrap;
  font-size: 18px;
  color: #000;
}

.mian .renewal .mark ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.mian .renewal .mark ul li {
  border-radius: 10px;
  border: 1px solid #cacbc9;
  padding: 5px 12px;
}

.mian .renewal .mark ul li a {
  font-size: 18px;
  color: #ff9900;
}

.mian .renewal .session {
  margin-top: 15px;
}

.mian .renewal .session ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mian .renewal .session ul li {
  font-size: 16px;
  display: flex;
}

.mian .renewal .session ul li span {
  color: #000;
  font-size: 18px;
  white-space: nowrap;
}

.mian .renewal .session ul li a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #feaf55;
  font-size: 18px;
}

.mian .topic {
  margin-top: 22px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.mian .topic h1 {
  text-align: center;
  font-size: 24px;
  color: #000000;
}

.mian .topic .source {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 25px;
}

.mian .topic .source span,
.mian .topic .source time {
  color: #c0c1c0;
  font-size: 12px;
}

.mian .article {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 60px;
}

.mian .article>p {
  font-size: 18px;
  color: #000;
  line-height: 25px;
  margin-top: 30px;
  text-indent: 2em;
}

.mian .article>img {
  margin: 0 auto;
  width: 80%;
  height: auto;
  display: block;
  padding: 25px 0 25px 0;
  border-radius: 15px;
}

.mian .newsdtatil {
  padding: 30px;
  padding-top: 20px;
  background: #f9faf8;
  border-radius: 15px;
  margin-bottom: 150px;
}

@media screen and (max-width: 750px) {
  body .mian .crumbs ul li a {
    font-size: 2.93333vw;
  }

  body .mian .crumbs ul li {
    gap: 0.66667vw;
  }

  body .videodetail {
    padding: 2.66667vw;
    background: #f9faf8;
    border-radius: 2vw;
    margin-bottom: 6.66667vw;
  }

  body .videodetail .live {
    height: 53.06667vw;
  }

  body .videodetail .live .live_img {
    border-radius: 2vw;
  }

  body .videodetail .live .play {
    width: 13.73333vw;
    height: 13.73333vw;
  }

  body .videodetail .contest {
    height: 51.33333vw;
    margin-bottom: 2.66667vw;
    border-radius: 2vw;
  }

  body .videodetail .contest .definition {
    padding: 1.73333vw 1.33333vw;
    border-radius: 1.33333vw;
  }

  body .videodetail .contest .definition a {
    font-size: 2.93333vw;
  }

  body .videodetail .contest .definition span {
    font-size: 2.66667vw;
  }

  body .videodetail .crossswords .matchtime_title span {
    font-size: 2.66667vw;
  }

  body .videodetail .contest .info .score .score_info {
    gap: 6.66667vw;
    margin-top: 1.86667vw;
    margin-bottom: 3.06667vw;
  }

  body .videodetail .contest .info .score .score_info span {
    font-size: 6.4vw;
  }

  body .videodetail .contest .info .score .process {
    font-size: 2.66667vw;
  }

  body .videodetail .contest .info .score time {
    font-size: 2.66667vw;
  }

  body .videodetail .contest .info .score .specs {
    font-size: 2.66667vw;
  }

  body .videodetail .contest .info .ranks {
    gap: 4vw;
  }

  body .videodetail .contest .info .ranks img {
    width: 16vw;
    height: 14vw;
  }

  body .videodetail .contest .info .ranks span {
    width: 26.66667vw;
    font-size: 3.2vw;
  }

  body .videodetail .crossswords {
    padding: 0;
  }

  body .videodetail .crossswords .choice ul li a {
    font-size: 2.93333vw;
  }

  body .videodetail .crossswords .choice ul {
    gap: 6.66667vw;
  }

  body .videodetail .crossswords .choice ul li {
    width: 12.8vw;
    height: 5.73333vw;
  }

  body .videodetail .crossswords .matchtime .matchtime_list ul li {
    padding: 0.66667vw;
  }

  body .videodetail .crossswords .matchtime .matchtime_list ul li .year {
    font-size: 2.66667vw;
  }

  body .videodetail .crossswords .matchtime .matchtime_list ul li .time {
    font-size: 2.66667vw;
  }

  body .videodetail .crossswords .matchtime .matchtime_list ul li .rank {
    gap: 1.33333vw;
  }

  body .videodetail .crossswords .matchtime .matchtime_list ul li .rank .rank_team img {
    width: 4.93333vw;
    height: 4.93333vw;
  }

  body .videodetail .crossswords .matchtime .matchtime_list ul li .rank .rank_team span {
    font-size: 2.66667vw;
  }

  body .videodetail .crossswords .matchtime .matchtime_list ul li .gamedetails {
    font-size: 2.66667vw;
  }

  body .videodetail .crossswords .matchtime .matchtime_list ul li .rank .rank_bifen {
    width: 9.33333vw;
  }

  body .videodetail .crossswords .matchtime .matchtime_list ul li .rank .rank_bifen span {
    font-size: 2.66667vw;
  }

  body .videodetail .crossswords .recentgames .recentgames_select ul li {
    width: 32vw;
    height: 5.86667vw;
  }

  body .videodetail .crossswords .recentgames .recentgames_select ul .active {
    border-radius: 1.33333vw;
  }

  body .videodetail .crossswords .recentgames .recentgames_select ul li a span {
    font-size: 2.93333vw;
  }

  body .videodetail .crossswords .recentgames .recentgames_select {
    margin: 2.66667vw 0;
  }

  body .videodetail .crossswords .recentgames .recentgames_list .table ul li {
    padding: 0.66667vw;
  }

  body .videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox span,
  body .videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox time {
    font-size: 2.66667vw;
  }

  body .videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle {
    gap: 2.13333vw;
  }

  body .videodetail .crossswords .recentgames .recentgames_list .table ul li:first-child .linkbox span {
    text-align: right;
  }

  body .videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer img {
    width: 5.06667vw;
    height: 4.4vw;
  }

  body .videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .divide {
    width: 9.6vw;
  }

  body .videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer {
    gap: 1.33333vw;
  }
}

.videodetail {
  padding: 30px;
  padding-top: 20px;
  background: #f9faf8;
  border-radius: 15px;
  margin-bottom: 150px;
}

.videodetail .live {
  position: relative;
  width: 100%;
  height: 398px;
  margin-bottom: 20px;
}

.videodetail .live .live_img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.videodetail .live .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 103px;
  height: 103px;
}

.videodetail .live .play img {
  width: 100%;
  height: 100%;
}

.videodetail .eventName span {
  font-size: 14px;
  color: #333;
}

.videodetail article {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.videodetail article .eventName ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.videodetail article p,
.videodetail article span {
  font-size: 14px;
  color: #333;
}

.videodetail .eventName a {
  font-size: 14px;
  color: #333;
}

.videodetail .eventName p {
  font-size: 14px;
  color: #333;
}

.videodetail .contest {
  width: 100%;
  height: 385px;
  background: url(../image/contest_bj.png) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  margin-bottom: 20px;
}

.videodetail .contest .definition {
  width: 100%;
  padding: 13px 10px;
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(241, 241, 241, 0.2);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.videodetail .contest .definition a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
}

.videodetail .contest .definition span {
  font-size: 14px;
  color: #fff;
}

.videodetail .contest .info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
}

.videodetail .contest .info .ranks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.videodetail .contest .info .ranks img {
  width: 120px;
  height: 105px;
}

.videodetail .contest .info .ranks span {
  color: #fff;
  font-size: 24px;
  width: 200px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.videodetail .contest .info .score {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.videodetail .contest .info .score .process {
  font-size: 14px;
  color: #fff;
}

.videodetail .contest .info .score time {
  font-size: 14px;
  color: #fff;
}

.videodetail .contest .info .score .score_info {
  margin-top: 14px;
  margin-bottom: 23px;
  display: flex;
  gap: 50px;
}

.videodetail .contest .info .score .score_info span {
  font-size: 48px;
  color: #fff;
}

.videodetail .contest .info .score .specs {
  font-size: 14px;
  color: #fff;
}

.videodetail .crossswords {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
}

.videodetail .crossswords .choice {
  display: flex;
  justify-content: center;
}

.videodetail .crossswords .choice ul {
  display: flex;
  gap: 179px;
}

.videodetail .crossswords .choice ul li {
  width: 96px;
  height: 33px;
  border-bottom: 4px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videodetail .crossswords .choice ul li a {
  font-size: 18px;
  color: #25170c;
}

.videodetail .crossswords .choice ul .active {
  border-bottom-color: #f0751a;
}

.videodetail .crossswords article {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.videodetail .crossswords article p {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.videodetail .crossswords article a {
  color: #333;
}

.videodetail .crossswords article .cue {
  display: flex;
  align-items: center;
}

.videodetail .crossswords article .cue .ul-signal {
  display: flex;
  align-items: center;
  gap: 5px;
}

.videodetail .crossswords article .cue .ul-signal li {
  display: flex;
  align-items: center;
}

@keyframes OpacityBreath {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.95;
  }

  100% {
    opacity: 0.3;
  }
}

.videodetail .crossswords article .cue .ul-signal a {
  color: #f0751a;
  font-size: 14px;
  font-weight: 800;
  animation: OpacityBreath 1s ease-in-out infinite;
}



.videodetail .crossswords .matchtime_title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.videodetail .crossswords .matchtime_title span {
  font-size: 18px;
}

.videodetail .crossswords .matchtime .matchtime_list {
  width: 100%;
  border: 1px solid #eeeeee;
  margin-top: 15px;
  border-radius: 10px;
}

.videodetail .crossswords .matchtime .matchtime_list ul {
  width: 100%;
}

.videodetail .crossswords .matchtime .matchtime_list ul li {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 16px;
  box-sizing: border-box;
}

.videodetail .crossswords .matchtime .matchtime_list ul li:last-child {
  border-bottom: none;
}

.videodetail .crossswords .matchtime .matchtime_list ul li .linkbox {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 3fr 1fr;
  width: 100%;
}

.videodetail .crossswords .matchtime .matchtime_list ul li .year {
  font-size: 18px;
  color: #4b4644;
  white-space: nowrap;
}

.videodetail .crossswords .matchtime .matchtime_list ul li .time {
  font-size: 18px;
  color: #25170c;
  text-align: center;
}

.videodetail .crossswords .matchtime .matchtime_list ul li .rank {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 35px;
}

.videodetail .crossswords .matchtime .matchtime_list ul li .rank .rank_team {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
  gap: 12px;
}

.videodetail .crossswords .matchtime .matchtime_list ul li .rank .rank_team span {
  flex: 1;
  font-size: 18px;
  color: #25170c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.videodetail .crossswords .matchtime .matchtime_list ul li .rank .rank_team img {
  width: 37px;
  height: 37px;
}

.videodetail .crossswords .matchtime .matchtime_list ul li .rank .rank_team:first-child span {
  text-align: right;
}

.videodetail .crossswords .matchtime .matchtime_list ul li .rank .rank_bifen {
  display: flex;
  width: 72px;
  justify-content: center;
}

.videodetail .crossswords .matchtime .matchtime_list ul li .rank .rank_bifen span {
  white-space: nowrap;
  font-size: 18px;
  color: #25170c;
}

.videodetail .crossswords .matchtime .matchtime_list ul li .gamedetails {
  color: #25170c;
  font-size: 18px;
  white-space: nowrap;
  text-align: right;
}

.videodetail .crossswords .recentgames {
  margin-top: 25px;
}

.videodetail .crossswords .recentgames .recentgames_select {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.videodetail .crossswords .recentgames .recentgames_select ul {
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
}

.videodetail .crossswords .recentgames .recentgames_select ul li {
  width: 230px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.videodetail .crossswords .recentgames .recentgames_select ul li a {
  display: flex;
  gap: 6px;
}

.videodetail .crossswords .recentgames .recentgames_select ul li a span {
  color: #25170c;
  font-size: 15px;
  white-space: nowrap;
}

.videodetail .crossswords .recentgames .recentgames_select ul .active {
  background: #f0751a;
  border-radius: 10px;
}

.videodetail .crossswords .recentgames .recentgames_select ul .active a span {
  color: #fff;
}

.videodetail .crossswords .recentgames .recentgames_list {
  width: 100%;
}

.videodetail .crossswords .recentgames .recentgames_list .table {
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 16px;
  box-sizing: border-box;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li:last-child {
  border-bottom: none;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li:first-child .linkbox span {
  font-weight: 600;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .troops {
  display: flex;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .troops span {
  flex: 1;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 6fr 1fr 1fr;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox span,
.videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox time {
  color: #25170c;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .integral {
  text-align: right;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  gap: 26px;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer img {
  width: 38px;
  height: 33px;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer:first-child span {
  text-align: right;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .answer:last-child span {
  text-align: left;
}

.videodetail .crossswords .recentgames .recentgames_list .table ul li .linkbox .battle .divide {
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  body .mian .listing .tbody_box {
    flex-direction: column;
  }
}

@media screen and (max-width: 900px) {
  body .mian .listing .tbody ul li {
    padding: 15px 5px;
  }

  body .mian .listing .tbody ul li .battle .linkbox .team span {
    width: 100px;
  }
}

@media screen and (max-width: 750px) {
  body .mian .listing .tbody .lining {
    padding: 4vw 1.33333vw;
    border-radius: 2vw;
  }

  body .mian .listing .tbody .thead {
    height: 6vw;
    padding-left: 2vw;
  }

  body .mian .listing .tbody .thead time {
    font-size: 3.2vw;
  }

  body .mian .listing .tbody ul li {
    padding: 2vw;
  }

  body .mian .listing .tbody ul li .emblem {
    gap: 2vw;
  }

  body .mian .listing .tbody ul li .emblem img {
    width: 4.93333vw;
    height: 4.93333vw;
  }

  body .mian .listing .tbody ul li .emblem time {
    font-size: 2.93333vw;
  }

  body .mian .listing .tbody ul li .fame {
    width: 8.53333vw;
    font-size: 2.66667vw;
  }

  body .mian .listing .tbody ul li .battle {
    gap: calc(13vw / 7.5);
  }

  body .mian .listing .tbody ul li .battle .linkbox .team {
    gap: 1.6vw;
  }

  body .mian .listing .tbody ul li .battle .linkbox .team span {
    width: 9.73333vw;
    font-size: 2.66667vw;
  }

  body .mian .listing .tbody ul li .battle .linkbox .team img {
    width: 6vw;
    height: 6vw;
  }

  body .mian .listing .tbody ul li .battle .vs {
    gap: 0;
  }

  body .mian .listing .tbody ul li .battle .vs span {
    font-size: 2.66667vw;
    width: 4vw;
  }


  body .mian .listing .tbody ul li .battle {
    gap: calc(23vw/ 7.5);
  }

  body .mian .listing .tbody ul li .status {
    width: 12.8vw;
    height: 4.66667vw;
    font-size: 2.93333vw;
    border-radius: 2.26667vw;
  }

  body .mian .listing .tbody .more {
    margin-top: 9.33333vw;
    font-size: 3.2vw;
  }

  body .videodetail .eventName a {
    font-size: calc(14vw / 7.5);
  }

  body .videodetail .eventName li {
    font-size: calc(14vw / 7.5);
  }

  body .videodetail .eventName span {
    font-size: calc(14vw / 7.5);

  }

  body .videodetail .eventName p {
    font-size: calc(14vw / 7.5);
  }

  body .videodetail .crossswords article {
    margin: calc(20vw / 7.5);
    gap: calc(10vw / 7.5);
  }

  body .videodetail .crossswords article p {
    font-size: calc(14vw / 7.5);
    line-height: calc(22vw / 7.5);
  }

  body .videodetail .crossswords article .cue .ul-signal a {
    font-size: calc(14vw / 7.5);
  }

  body .videodetail article p,
  body .videodetail article span {
    font-size: calc(14vw / 7.5);
  }

  body .mian .videolist .frequency>ul>li figure .close time {
    right: calc(10vw / 7.5);
    bottom: calc(5vw / 7.5);
    font-size: calc(14vw / 7.5);
    white-space: nowrap;
  }

  body .mian .videolist .frequency>ul>li figure .close .duration {
    left: calc(10vw / 7.5);
    top: calc(5vw / 7.5);
    font-size: calc(14vw / 7.5);
    white-space: nowrap;
  }

  body .mian .mianbox .broadside .collection .vision ul li figure figcaption p {
    font-size: calc(14vw / 7.5);
  }
}

.mian .match_mian {
  display: flex;
  flex-direction: column;
}

.mian .listing {
  flex: 1;
}

.mian .listing .tbody_box {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.mian .listing .tbody {
  flex: 1;
}

.mian .listing .tbody .lining {
  background: #f9faf8;
  padding: 20px 30px;
  border-radius: 15px;
}

.mian .listing .tbody .thead {
  width: 100%;
  height: 45px;
  background: #e5e5e5;
  padding-left: 15px;
  display: flex;
  align-items: center;
}

.mian .listing .tbody .thead time {
  font-size: 18px;
  color: #000;
}

.mian .listing .tbody {
  margin-bottom: 20px;
}

.mian .listing .tbody ul .match_time{
  background: #fac499;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
}

.mian .listing .tbody ul li {
  padding: 14px 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 4fr 96px;
}

.mian .listing .tbody ul li .emblem {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mian .listing .tbody ul li .emblem img {
  width: 37px;
  height: 37px;
}

.mian .listing .tbody ul li .emblem time {
  font-size: 16px;
  color: #000;
}

.mian .listing .tbody ul li .fame {
  width: 64px;
  text-align: center;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mian .listing .tbody ul li .fame a {
  color: #000;
}

.mian .listing .tbody ul li .battle {
  display: flex;
  align-items: center;
  gap: 23px;
}

.mian .mian .listing .tbody ul li .battle {
  display: flex;
  align-items: center;
  gap: 23px;
}

.mian .listing .tbody ul li .battle .linkbox .team {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mian .listing .tbody ul li .battle .linkbox .team span {
  width: 128px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 16px;
}

.mian .listing .tbody ul li .battle .linkbox:first-child .team span {
  text-align: right;
}

.mian .listing .tbody ul li .battle .linkbox .team img {
  width: 45px;
  height: 45px;
}

.mian .listing .tbody ul li .battle .vs {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mian .listing .tbody ul li .battle .vs span {
  width: 26px;
  text-align: center;
  color: #feaf55;
  font-size: 16px;
}

.mian .listing .tbody ul li .battle .vs span:nth-child(2) {
  width: auto;
}

.mian .listing .tbody ul li .status {
  width: 96px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
}

.mian .listing .tbody ul li .status a {
  color: #000;
}

.mian .listing .tbody ul li .kick {
  background: #ff9900;
  color: #fff;
}

.mian .listing .tbody ul li .kick a {
  color: #fff;
}

.mian .listing .tbody ul li .wait {
  background: green;
  color: #fff;
}

.mian .listing .tbody ul li .wait a {
  color: #fff;
}

.mian .listing .tbody ul li .end {
  background: gray;
  color: #fff;
}

.mian .listing .tbody ul li .end a {
  color: #fff;
}


.mian .listing .tbody ul li:last-child {
  border-bottom: none;
}

.mian .listing .tbody .more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 70px;
  font-size: 18px;
  color: #000;
}

.mian .listing .tbody .more a {
  color: #000;
}

@media screen and (max-width: 1200px) {
  body .mian .competition_info .competition_item {
    width: calc(100% / 2 - 13px);
  }

  body .mian .competition_info .competition_item .competition_content ul li .team .team_name {
    width: 135px;
  }
}

@media screen and (max-width: 1000px) {
  body .mian .competition_info .competition_item .competition_content ul li .team .team_name {
    width: 85px;
  }

  body .mian .competition_info .competition_item .competition_content ul li .month {
    font-size: 12px;
  }

  body .mian .competition_info .competition_item .competition_content ul li .time {
    font-size: 12px;
  }

  body .mian .competition_info .competition_item .competition_content ul li .team .team_name a {
    font-size: 12px;
  }

  body .mian .competition_info .competition_item .competition_content ul li .team .team_vs a {
    font-size: 12px;
  }

  body .mian .competition_info .competition_item .competition_content ul li .status a {
    font-size: 12px;
  }

  body .mian .team_infolist .team_infolist_content {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 750px) {
  body .mian .competition_info .competition_item {
    width: 100%;
    padding: 0 2vw;
  }

  body .mian .competition_info .competition_item .competition_content ul li .team .team_name {
    width: 18.4vw;
  }

  body .mian .competition_info .competition_item .competition_content ul li .month {
    margin-right: 6.66667vw;
  }

  body .mian .competition_info .competition_item .competition_title .logo {
    gap: 2.93333vw;
  }

  body .mian .competition_info .competition_item .competition_title .logo span {
    font-size: 2.93333vw;
  }

  body .mian .competition_info .competition_item .competition_title .logo img {
    width: 11.33333vw;
  }

  body .mian .competition_info .competition_item .competition_title .see a {
    font-size: 2.93333vw;
  }

  body .mian .team_infolist .team_infolist_content ul li {
    width: calc(100% / 4 - 18px);
  }

  body .mian .team_infolist .team_infolist_content ul li a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body .mian .team_infolist .team_infolist_content ul li .troop .troop_team {
    font-size: 3.2vw;
  }

  body .mian .team_infolist .team_infolist_content ul li .troop .troop_vs {
    font-size: 3.2vw;
  }

  body .mian .listing .tbody ul li .end a {
    font-size: calc(14vw / 7.5);
  }

  body .mian .listing .tbody ul li {
    grid-template-columns: 1fr 1fr 4fr 1fr;
  }
}


.mian .competition_info {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 30px;
}

.mian .competition_info .competition_item {
  width: calc(100% / 3 - 18px);
  background: #f9faf8;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 10px;
}

.mian .competition_info .competition_item .competition_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  box-sizing: border-box;
}

.mian .competition_info .competition_item .competition_title .logo {
  display: flex;
  align-items: center;
  gap: 22px;
}

.mian .competition_info .competition_item .competition_title .logo img {
  height: 34px;
}

.mian .competition_info .competition_item .competition_title .logo span {
  font-size: 19px;
  color: #25170c;
}

.mian .competition_info .competition_item .competition_title .see a {
  font-size: 18px;
  color: #f0751a;
}

.mian .competition_info .competition_item .competition_content {
  padding-top: 22px;
  padding-bottom: 54px;
  box-sizing: border-box;
}

.mian .competition_info .competition_item .competition_content ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.mian .competition_info .competition_item .competition_content ul li {
  display: flex;
  justify-content: space-between;
}

.mian .competition_info .competition_item .competition_content ul li .month {
  white-space: nowrap;
  margin-right: 20px;
  font-size: 16px;
}

.mian .competition_info .competition_item .competition_content ul li .time {
  font-size: 16px;
}

.mian .competition_info .competition_item .competition_content ul li .team {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mian .competition_info .competition_item .competition_content ul li .team .team_name {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mian .competition_info .competition_item .competition_content ul li .team .team_name a {
  font-size: 14px;
  color: #25170c;
}

.mian .competition_info .competition_item .competition_content ul li .team .team_name:first-child {
  text-align: right;
}

.mian .competition_info .competition_item .competition_content ul li .team .team_vs {
  width: 42px;
  text-align: center;
  white-space: nowrap;
}

.mian .competition_info .competition_item .competition_content ul li .team .team_vs a {
  color: #25170c;
  font-size: 16px;
}

.mian .competition_info .competition_item .competition_content ul li .status {
  width: 32px;
  text-align: center;
}

.mian .competition_info .competition_item .competition_content ul li .status a {
  white-space: nowrap;
  font-size: 16px;
  color: #25170c;
}

.mian .team_infolist {
  width: 100%;
  height: auto;
  padding: 15px;
  background: #f9faf8;
  margin-top: 20px;
  border-radius: 10px;
}

.mian .team_infolist .team_infolist_content {
  display: flex;
  gap: 98px;
  padding-bottom: 72px;
}

.mian .team_infolist .team_infolist_content ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 22px;
  flex-wrap: wrap;
}

.mian .team_infolist .team_infolist_content ul li {
  display: flex;
}

.mian .team_infolist .team_infolist_content ul li .troop {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mian .team_infolist .team_infolist_content ul li .troop .troop_team {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #25170c;
}

.mian .team_infolist .team_infolist_content ul li .troop .troop_vs {
  font-size: 16px;
  color: #25170c;
}


.popularTags {
  background: #fff;
  border-radius: 15px;
  padding: 15px 30px;
  padding-bottom: 50px;
}

.popularTags .popularTags_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 20px;
}

.popularTags .popularTags_list a {
  font-size: 14px;
  color: #000000;
}

.svgCode {
  width: auto;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
}

@media screen and (max-width: 750px) {
  body .popularTags {
    border-radius: calc(15vw / 7.5);
    padding: calc(15vw / 7.5) calc(30vw / 7.5);
    padding-bottom: calc(50vw / 7.5);
  }

  body .popularTags .popularTags_list {
    margin-top: calc(32vw / 7.5);
    gap: calc(20vw / 7.5);
  }

  body .popularTags .popularTags_list a {
    font-size: calc(14vw / 7.5);
  }

  .svgCode {
    height: calc(16vw / 7.5);
  }
}

.analysis {
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.16) 0px 4px 16px 0px;
  margin-top: 59px;
  box-sizing: border-box;
}

.analysis ul {
  display: flex;
}

.analysis ul li {
  position: relative;
  width: calc(100% / 3);
  height: auto;
  background: #fff;
  padding: 0 24px;
  box-sizing: border-box;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.analysis ul li .likenessBox {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -40%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.analysis ul li .likeness {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.analysis ul li .likeness img {
  width: 53px;
  height: auto;
  border-radius: 50%;
}

.analysis ul li .likenessBox span {
  font-size: 14px;
  white-space: nowrap;
  color: #333333;
}

.analysis ul li .likenessBox span a {
  color: #333;
}

.analysis ul .neutrality {
  background: #f7f7f8;
}

.analysis ul .neutrality::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 4px;
  background: #f0751a;
}

.analysis ul li .placeBox {
  padding-top: 88px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.analysis ul li .place .place_title {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.analysis ul li .place .place_title::before {
  content: "";
  width: 4px;
  height: 28px;
}

.analysis ul li .favorable .place_title {
  color: #de1e30;
}

.analysis ul li .favorable .place_title::before {
  background: #de1e30;
}

.analysis ul li .unlucky .place_title {
  color: #56a4d5;
}

.analysis ul li .unlucky .place_title::before {
  background: #56a4d5;
}

.analysis ul li .neutralityBox .place_title {
  color: #ecbf08;
  justify-content: center;
}

.analysis ul li .neutralityBox .place_title::before {
  display: none;
}

.analysis ul li .place .vessel {
  display: flex;
  gap: 40px;
}

.analysis ul li .place .vesselBox {
  margin-top: 16px;
}

.analysis ul li .place .vessel .mark {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.analysis ul li .place .vessel .mark span {
  width: 5px;
  height: 5px;
  background: red;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
}

.analysis ul li .favorable .vessel .mark span {
  background: #de1e30;
}

.analysis ul li .unlucky .vessel .mark span {
  background: #56a4d5;
}

.analysis ul li .place .vessel .mark::before {
  content: "";
  width: 3px;
  height: 18px;
  background: #e9eaee;
}

.analysis ul li .place .vessel .mark::after {
  content: "";
  width: 3px;
  flex: 1;
  background: #e9eaee;
}

.analysis ul li .place .vessel .text p {
  font-size: 12px;
  color: #838383;
}

.analysis ul li .place .vessel .text p:first-child {
  padding-bottom: 31px;
  padding-top: 13px;
}

@media screen and (max-width: 750px) {
  .analysis ul li .placeBox {
    padding-top: calc(88vw / 7.5);
    gap: calc(28vw / 7.5);
  }

  .analysis ul {
    flex-direction: column;
  }

  .analysis ul li {
    width: 100%;
    padding: 0 calc(24vw / 7.5);
    padding-bottom: calc(30vw / 7.5);
  }

  .analysis {
    margin-top: calc(59vw / 7.5);
  }

  .analysis ul li .place .vessel {
    gap: calc(40vw / 7.5);
  }

  .analysis ul li .place .vessel .text p:first-child {
    padding-bottom: calc(31vw / 7.5);
    padding-top: calc(13vw / 7.5);
  }

  .analysis ul li .place .vessel .text p {
    font-size: calc(18vw / 7.5);
  }

  .analysis ul li .likeness {
    width: calc(83vw / 7.5);
    height: calc(83vw / 7.5);
  }

  .analysis ul li .likeness img {
    width: calc(53vw / 7.5);
  }

  .analysis ul li .likenessBox span {
    font-size: calc(20vw / 7.5);
  }

  .analysis ul li .place .place_title {
    font-size: calc(20vw / 7.5);
  }

  .analysis ul li .place .place_title::before {
    height: 20px;
  }

  .analysis ul li .place .vessel .mark::before {
    height: calc(18vw / 7.5);
  }
}

.analysis ul li .place .qb-status-1 .text p {
  color: #6c757d !important;
}

.analysis ul li .place .qb-status-2 .text p {
  color: #ffc107 !important;
}

.analysis ul li .place .qb-status-3 .text p {
  color: #17a2b8 !important;
}

.analysis ul li .place .qb-status-4 .text p {
  color: #007bff !important;
}

.analysis ul li .place .qb-status-5 .text p {
  color: #dc3545 !important;
}

.contain {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 13px 0;
  gap: 5px;
}

.contain li {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}

.contain li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0;
  height: 2px;
  width: 0;
  background: rgba(240, 117, 26, 0.7);
  transition: all 0.3s;
}

.contain li.is_active::after {
  width: 100%;
}

.contain li.is_active span {
  color: #f0751a !important;
}

.contain li:hover::after {
  width: 100%;
}

.contain li:hover span {
  color: #f0751a !important;
}

.contain li span {
  font-size: 14px;
  font-weight: bold;
  color: #323a48;
}

@media screen and (max-width: 768px) {
  .contain {
    margin: 12px 0;
    gap: 5px;
  }

  .contain li {
    padding: 0 5px;
  }

  .contain li span {
    font-size: 12px;
  }
}

.baskLive {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px;
  display: none;
}

.baskLive .period {
  display: flex;
  flex-direction: column;
}

.baskLive .period time {
  padding: 0 3px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #323a48;
}

.baskLive .deliver {
  width: 100%;
  border: 1px solid #ebebeb;
}

.baskLive .deliver li {
  display: grid;
  align-items: center;
  gap: 7px;
  height: 48px;
  box-sizing: border-box;
  grid-template-columns: auto 5fr 1fr;
  padding: 10px;
  border-top: 1px solid #ebebeb;
}

.baskLive .deliver li .plump {
  width: 30px;
  height: fit-content;
}

.baskLive .deliver li .plump img {
  width: 100%;
  height: auto;
}

.baskLive .deliver li p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #323a48;
}

.baskLive .deliver li .condition {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 5px;
  user-select: none;
}

.baskLive .deliver li .condition img {
  width: 24px;
  height: auto;
}

.baskLive .deliver li .condition span {
  font-size: 14px;
  letter-spacing: 3px;
  white-space: nowrap;
  text-align: center;
  color: #323a48;
}


.text_foot_live {
  display: grid;
  grid-template-columns: auto 1fr;
}

.text_foot_live .quantum {
  width: fit-content;
}

.text_foot_live .quantum ul {
  display: flex;
  flex-direction: column;
}

.text_foot_live .quantum ul li {
  padding: 0 3px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text_foot_live .quantum ul li span {
  font-size: 14px;
  color: #323a48;
}

.text_foot_live .describe {
  width: 100%;
  border: 1px solid #ebebeb;
}

.text_foot_live .describe ul {
  width: 100%;
}

.text_foot_live .describe ul li {
  display: grid;
  align-items: center;
  gap: 7px;
  height: 48px;
  box-sizing: border-box;
  grid-template-columns: auto 1fr auto;
  padding: 10px;
  border-top: 1px solid #ebebeb;
}

.text_foot_live .describe ul li:first-child {
  border-top: none;
}

.text_foot_live .describe ul li .icon_live {
  width: 18px;
  height: 18px;
}

.text_foot_live .describe ul li p {
  width: 100%;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #323a48;
}

.text_foot_live .describe ul li .plump {
  width: 22px;
  height: auto;
}

.schedule-columnn {
  --theme--color: #ed7d03;
  --theme--deputy--color: #fff;
  width: 100%;
  height: fit-content;
  display: grid;
  background: var(--theme--deputy--color);
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}

.schedule-columnn li {
  height: 58px;
  cursor: pointer;
}

.schedule-columnn li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000000;

}

.schedule-columnn li span {
  font-size: 16px;
  font-weight: bold;
}

.schedule-columnn li img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

.schedule-columnn li.active,
.schedule-columnn li:hover {
  background: var(--theme--color);
}

.schedule-columnn li.active a,
.schedule-columnn li:hover a {
  color: var(--theme--deputy--color);

}

.schedule-nav {
  width: 100%;
  overflow-x: auto;
}

.schedule-nav ul {
  --theme--color: #1784d5;
  --theme--deputy--color: #fff;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.schedule-nav ul li {
  min-width: 138px;
  height: 60px;
  background: var(--theme--deputy--color);
}

.schedule-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: #010b12;
  font-weight: bold;
  cursor: pointer;
}

.schedule-nav ul li span {
  font-size: 14px;
  font-weight: bold;
}

.schedule-nav ul li.active,
.schedule-nav ul li:hover {
  background: var(--theme--color);
}

.schedule-nav ul li.active a,
.schedule-nav ul li:hover a {
  color: var(--theme--deputy--color);

}

@media screen and (max-width: 768px) {
  .match_outer {
    padding: 0 1.333vw;
    box-sizing: border-box;
  }

  .match_outer .schedule-columnn {
    margin-bottom: 2.667vw;
  }

  .match_outer .schedule-columnn li {
    height: 7.733vw;
  }

  .match_outer .schedule-columnn li a {
    gap: 1.333vw;
  }

  .match_outer .schedule-columnn li span {
    font-size: 2.133vw;
  }

  .match_outer .schedule-columnn li img {
    height: 3.733vw;
    width: 3.733vw;
  }

  .match_outer .schedule-nav {
    overflow-x: auto;
    margin-bottom: 1.333vw;
  }

  .match_outer .schedule-nav ul {
    width: fit-content;
    gap: 1.067vw;
    margin-bottom: 1.333vw;
  }

  .match_outer .schedule-nav li {
    min-width: 26.8vw;
    height: 8vw;
  }

  .match_outer .schedule-nav li time,
  .match_outer .schedule-nav li span {
    font-size: 2.2vw;
  }
}

.all_mainstay {
  width: 100% !important;
  flex: none;
}

.all_tbody {
  display: block !important;
}