/* 全局样式修改 */
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; */
  background-color: #ada294;
  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: 24px;
  color: #000000;
  white-space: nowrap;
}

.nav .navbox .nav_left .select ul .active {
  border-bottom: 4px solid #d0241c;
}

.nav .navbox .nav_left .select ul .active a {
  color: #d0241c;
}

.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: #4a4a4a;
}

.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;
}

@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; */
    display: none;
  }

  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 .nba {
    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: 17.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 .nba 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: #dcd2c663;
  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; */
  flex: 1 0 calc(5% - 10px); /* 计算宽度，减去间距 */
  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 .nba {
  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 .nba 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: 100%;
  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 - 15px);
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mian .mianbox .mainstay .information .arrange .tabulation ul li:first-child a {
  color: #d0241c;
}

.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; */
  background-color: #dcd2c663;
  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: #d0241c;
  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: 28px;
  border-bottom: 1px solid #ccc;
}

.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; */
  display: block;
}

.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: #d0241c;
  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: #4a4a4a;
  color: #fff;
}

.mian .mianbox .mainstay .recent .match .tbody ul li .wait {
  background: #f54d40;
  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; */
}

.time-title {
  font-size: 17px;
  color: #d0241c;
}

.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(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:nth-child(4)
  .linkbox
  span {
  color: #ffa125;
}

.mian .mianbox .broadside .interrogate .tabulate ul li .linkbox .topping {
  background: url(../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 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: #d0241c;
}

.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: #d0241c;
  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;
}

.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: #d0241c;
}

.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);
  }
}

.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: #d0241c;
  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: #d0241c;
  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: #d0241c;
}

.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: #d0241c;
}

.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: #d0241c;
  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: #f54d40;
}

.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: #f54d40;
  font-size: 20px;
  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: 0.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(20vw / 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 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: #d0241c;
  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: #d0241c;
  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;
}

@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);
  }
}

.lc {
  width: 1248px;
  margin: 0 auto;
  overflow: hidden;
  /* background-color: #dcd2c663; */
  margin-bottom: 10px;
}
.lc .title {
  margin: 30px 0 15px;
  height: 28px;
  text-align: left;
  line-height: 28px;
  font-size: 24px;
  color: #323232;
  font-weight: normal;
}
.lc .items .left {
  text-align: center;
  float: left;
  width: 290px;
  height: 327px;
  color: #fff;
  margin-right: 16px;
}
.lc .items h3 {
  line-height: 50px;
  margin-top: 28px;
  font-size: 22px;
  font-weight: 400;
}
.lc .items p {
  color: #fff;
}
.lc .items p.p1 {
  opacity: 0.8;
  color: #fff;
  text-align: center;
}
.lc .items p.p2 {
  margin-top: 20px;
  color: #fff;
}
.amount {
  font-size: 40px;
}
.lc .items p.p3 {
  opacity: 0.8;
  color: #fff;
}
.lc .items p.p4 {
  margin-top: 12px;
  line-height: 50px;
}
.lc .items .btn {
  color: #ff6200;
  background-color: #ffe7d8;
  height: 30px;
  width: 192px;
  transition: color 0.4s, opacity 0.4s;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  vertical-align: middle;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.lc .items .btn:hover {
  opacity: 0.8;
}
.lc .items a {
  transition: color 0.4s, opacity 0.4s;
  color: #fff;
}
.lc .items .right {
  float: left;
  position: relative;
  overflow: hidden;
}
.lc .items .right ul li {
  /* background-color: #dcd2c663; */
  margin-right: 13px;
  text-align: center;
  float: left;
  width: 290px;
  /*height: 260px;*/
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}
.lc .items .right ul li h3 a {
  color: #323232;
}
.lc .items .right ul li p.p1 {
  color: #000;
}
.lc .items .right ul li p.p2 {
  color: #ff6825;
}
.lc .items .right ul li p.p3 {
  color: #000;
}
.lc .items .right ul li p.p4 {
  color: #666;
}
.lc .items .right ul li .btn {
  background-color: #4a4a4a;
  color: #fff;
}
.lc .items .right ul li .btn.sq {
  background-color: #e6e6e6;
}
.lc .items .right .next,
.lc .items .right .prev {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  width: 28px;
  height: 62px;
  line-height: 62px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.2);
  font-family: simsun;
  transition: all ease-in 0.4s;
}
.lc .items .right .next {
  left: 0px;
}
.lc .items .right .prev {
  right: 0px;
}
.lc .items .right:hover .next {
  opacity: 1;
}
.lc .items .right:hover .prev {
  opacity: 1;
}
