@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ol,
ul {
  list-style: none;
}

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

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

i {
  font-style: normal;
}

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

a:focus {
  outline: none;
}

a.hidefocus {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

input {
  outline: none;
}

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

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both;
}

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

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

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

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

::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(46, 52, 68, 0.5);
}

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

figure {
  margin: 0;
}

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* 头部样式 */
.header {
  height: fit-content;
  width: 100%;
  z-index: 9;
}

.header.homeHead {
  position: fixed;
  top: 0;
  left: 0;
}

.header .overstory {
  background: #000;
  padding: 15px 0;
}

.header .overstory .subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}

.header .overstory .subtitle .trumpet {
  flex: 1;
  width: 0;
  overflow-x: auto;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.header .overstory .subtitle .trumpet ul {
  display: flex;
  gap: 20px;
}

.header .overstory .subtitle .trumpet ul li a {
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
}

.header .overstory .subtitle .practical {
  width: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .overstory .subtitle .practical .extent {
  display: flex;
  gap: 8px;
}

.header .overstory .subtitle .practical .extent .iconfont {
  font-size: 16px;
  color: #fff;
}

.header .overstory .subtitle .practical .account {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header .overstory .subtitle .practical .account .iconfont {
  font-size: 16px;
  color: #fff;
}

.header .overstory .subtitle .practical .account ol {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header .overstory .subtitle .practical .account ol li a {
  font-size: 12px;
  color: #fff;
}

.header .substory {
  height: fit-content;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.header .substory .mainTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.header .substory .mainTitle .logo {
  width: 90px;
}

.header .substory .mainTitle .logo img {
  width: 100%;
}

.header .substory .mainTitle .subject {
  flex: 1;
  width: 0;
  overflow-x: auto;
}

.header .substory .mainTitle .subject ol {
  display: flex;
  gap: 30px;
}

.header .substory .mainTitle .subject ol li {
  padding: 20px 10px;
  border-bottom: 2px solid transparent;
}

.header .substory .mainTitle .subject ol li a {
  font-size: 18px;
  white-space: nowrap;
  font-weight: bold;
}

.header .substory .mainTitle .subject ol li.active,
.header .substory .mainTitle .subject ol li:hover {
  border-bottom-color: #000;
}

.header .substory .mainTitle .currentPage {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    position: relative;
    background: #000;
    display: flex;
    flex-direction: column;
  }

  .header .overstory {
    padding: 0.2rem 0.06667rem;
    order: 2;
  }

  .header .overstory .subtitle {
    gap: 0.66667rem;
  }

  .header .overstory .subtitle .trumpet {
    padding-bottom: 0.13333rem;
  }

  .header .overstory .subtitle .trumpet ul {
    gap: 0.26667rem;
  }

  .header .overstory .subtitle .trumpet ul li a {
    font-size: 0.29333rem;
  }

  .header .overstory .subtitle .practical {
    position: absolute;
    top: 0.33333rem;
    right: 0.13333rem;
    width: fit-content;
    gap: 0.2rem;
  }

  .header .overstory .subtitle .practical .extent {
    gap: 0.13333rem;
  }

  .header .overstory .subtitle .practical .extent .iconfont {
    font-size: 0.32rem;
    color: #000;
  }

  .header .overstory .subtitle .practical .account {
    gap: 0.13333rem;
  }

  .header .overstory .subtitle .practical .account .iconfont {
    font-size: 0.32rem;
    color: #000;
  }

  .header .overstory .subtitle .practical .account ol {
    gap: 0.10667rem;
  }

  .header .overstory .subtitle .practical .account ol li a {
    font-size: 0.29333rem;
    color: #000;
  }

  .header .substory {
    padding: 0.13333rem 0.26667rem;
    background: #eff923;
    order: 1;
  }

  .header .substory .mainTitle {
    gap: 0rem;
    justify-content: left;
    gap: 0.69333rem;
  }

  .header .substory .mainTitle .logo {
    width: 1.73333rem;
  }

  .header .substory .mainTitle .subject {
    display: none;
  }

  .header .substory .mainTitle .currentPage {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .header .substory .mainTitle .currentPage strong {
    font-size: 0.37333rem;
    font-weight: bold;
  }

  .header .substory .mainTitle .currentPage .iconfont {
    font-size: 0.42667rem;
    transition: all 0.2s;
  }

  .header .substory .mainTitle .currentPage.active .iconfont {
    transform: rotate(180deg);
  }

  .header .substory .mainTitle .currentPage ol {
    position: absolute;
    top: 0.73333rem;
    left: -1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f2f2;
    width: 2.4rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 6px 0px;
  }

  .header .substory .mainTitle .currentPage ol li {
    width: 100%;
    padding: 0.06667rem;
  }

  .header .substory .mainTitle .currentPage ol li a {
    display: block;
    width: 100%;
    font-size: 0.32rem;
    padding: 0.26667rem 0;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
  }

  .header .substory .mainTitle .currentPage ol li.active,
  .header .substory .mainTitle .currentPage ol li:hover {
    background: #000;
  }

  .header .substory .mainTitle .currentPage ol li.active a,
  .header .substory .mainTitle .currentPage ol li:hover a {
    color: #eff923;
  }
}

/* 底部样式 */
.footer {
  background: #000;
  padding: 50px 0;
}

.footer .links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}

.footer .links .link_column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer .links .link_column strong {
  font-weight: bold;
  color: #fff;
}

.footer .links .link_column ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer .links .link_column ul li a {
  color: #fff;
}

.footer .regard {
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.footer .regard a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0.66667rem 0.06667rem 2rem;
  }

  .footer .links {
    grid-template-columns: auto;
    gap: 0.26667rem;
    margin-bottom: 0.4rem;
  }

  .footer .links .link_column {
    gap: 0.26667rem;
  }

  .footer .links .link_column strong {
    font-size: 0.29333rem;
  }

  .footer .links .link_column ul {
    gap: 0.13333rem;
  }

  .footer .links .link_column ul a {
    font-size: 0.32rem;
  }

  .footer .regard {
    line-height: 0.32rem;
    font-size: 0.29333rem;
  }
}

/* 赛事导航 */
.guidance {
  margin-bottom: 30px;
}

.guidance ul {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}

.guidance ul li {
  border: 1px solid #ccc;
}

.guidance ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 25px;
}

.guidance ul li a .denote {
  height: 30px;
}

.guidance ul li a .denote img {
  height: 100%;
}

.guidance ul li a strong {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.guidance ul li.active,
.guidance ul li:hover {
  border-color: #000;
  background: #000;
}

.guidance ul li.active a strong,
.guidance ul li:hover a strong {
  color: #eff923;
}

.guidance ul li.active a .cube-loader .cube,
.guidance ul li:hover a .cube-loader .cube {
  background-color: #eff923;
  border-color: #000;
}

.guidance ul li.active .cube-loader .cube {
  animation: foldCube 2.5s linear;
}

.guidance.deputy ul li a strong {
  color: #fff;
}

.guidance.deputy ul li.active,
.guidance.deputy ul li:hover {
  border-color: #eff923;
  background: #eff923;
}

.guidance.deputy ul li.active a strong,
.guidance.deputy ul li:hover a strong {
  color: #000;
}

.guidance.deputy ul li.active a .cube-loader .cube,
.guidance.deputy ul li:hover a .cube-loader .cube {
  background-color: #000;
  border-color: #eff923;
}

@media screen and (max-width: 768px) {
  .guidance {
    margin-bottom: 0.4rem;
  }

  .guidance ul {
    gap: 0.2rem;
  }

  .guidance ul li a {
    gap: 0.10667rem;
    padding: 0.13333rem 0.33333rem;
  }

  .guidance ul li a .denote {
    height: 0.4rem;
  }

  .guidance ul li a strong {
    font-size: 0.29333rem;
  }
}

/* 图标反转 */
.cube-loader {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 20%;
  overflow: hidden;
}

.cube-loader .cube {
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #333;
  border: 1px solid #fff;
}

.cube-loader .cube.cube1 {
  width: 60%;
  top: 0;
  left: 0;
  transform-origin: 100% 100%;
  animation-delay: 0.3s;
}

.cube-loader .cube.cube2 {
  width: 40%;
  top: 0;
  right: 0;
  transform-origin: 0 100%;
  animation-delay: 0.6s;
}

.cube-loader .cube.cube3 {
  width: 60%;
  bottom: 0;
  right: 0;
  transform-origin: 0 0;
  animation-delay: 0.9s;
}

.cube-loader .cube.cube4 {
  width: 40%;
  bottom: 0;
  left: 0;
  transform-origin: 100% 0;
  animation-delay: 1.2s;
}

@media screen and (max-width: 768px) {
  .cube-loader {
    width: 0.4rem;
    height: 0.4rem;
  }
}

@keyframes foldCube {

  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* 赛事列表 */
.project {
  background: #f2f2f2;
}

.project ul li {
  display: grid;
  grid-template-columns: 3fr 3fr 1fr;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  padding: 10px 20px;
}

.project ul li .realistic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
}

.project ul li .realistic .league {
  width: 100%;
  overflow: hidden;
}

.project ul li .realistic .league a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.project ul li .realistic .league a img {
  width: 28px;
}

.project ul li .realistic .league a strong {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.project ul li .realistic .present a strong,
.project ul li .realistic time {
  font-weight: bold;
}

.project ul li .realistic time {
  text-align: center;
}

.project ul li .realistic .present.start a .iconfont,
.project ul li .realistic .present.start a strong {
  color: #ffd858;
}

.project ul li .realistic .present a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.project ul li .realistic .present a .iconfont {
  font-size: 20px;
}

.project ul li .rivalry {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
}

.project ul li .rivalry a {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.project ul li .rivalry a:first-child figcaption {
  text-align: right;
}

.project ul li .rivalry .entrant {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.project ul li .rivalry .entrant img {
  width: 36px;
}

.project ul li .rivalry .entrant figcaption {
  flex: 1;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.project ul li .rivalry .score {
  place-self: center;
  font-weight: bold;
  white-space: nowrap;
}

.project ul li .condition {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.project ul li .condition .tidings {
  place-self: center;
}

.project ul li .condition .tidings a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.project ul li .condition .tidings a .iconfont {
  color: #ffd858;
  font-size: 18px;
}

.project ul li .condition .tidings a strong {
  font-weight: bold;
}

.project ul li .condition .actuality {
  place-self: center end;
}

.project ul li .condition .actuality .among {
  --speed-of-animation: 1s;
  --gap: 6px;
  --first-color: #4c86f9;
  --second-color: #49a84c;
  --third-color: #f6bb02;
  --fourth-color: #f6bb02;
  --fifth-color: #2196f3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.project ul li .condition .actuality .among span {
  width: 4px;
  height: 20px;
  background: var(--first-color);
  animation: scale var(--speed-of-animation) ease-in-out infinite;
}

.project ul li .condition .actuality .among span:nth-child(2) {
  background: var(--second-color);
  animation-delay: -0.8s;
}

.project ul li .condition .actuality .among span:nth-child(3) {
  background: var(--third-color);
  animation-delay: -0.7s;
}

.project ul li .condition .actuality .icon-bianzu {
  font-size: 28px;
}

.project ul li .condition .actuality .loading {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left-color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin89345 1s linear infinite;
}

.project ul li:hover {
  background: #000;
}

.project ul li:hover .realistic .league a strong,
.project ul li:hover .realistic .present a .iconfont,
.project ul li:hover .realistic .present a strong,
.project ul li:hover .realistic time a {
  color: #eff923;
}

.project ul li:hover .rivalry .score a,
.project ul li:hover .rivalry .entrant figcaption {
  color: #eff923;
}

.project ul li:hover .condition .tidings a strong {
  color: #eff923;
}

.project ul li:hover .condition .actuality .icon-bianzu {
  color: #eff923;
}

.project ul li:hover .condition .actuality .loading {
  border-color: rgba(239, 249, 35, 0.5);
  border-left-color: transparent;
}

@media screen and (max-width: 768px) {
  .project ul li {
    grid-template-columns: auto;
    gap: 0.2rem;
    padding: 0.2rem 0.26667rem;
  }

  .project ul li .realistic .league a {
    gap: 0.13333rem;
  }

  .project ul li .realistic .league a img {
    width: 0.50667rem;
  }

  .project ul li .realistic .league a strong {
    font-size: 0.30667rem;
  }

  .project ul li .realistic time {
    font-size: 0.30667rem;
  }

  .project ul li .realistic .present {
    place-self: center end;
  }

  .project ul li .realistic .present a {
    gap: 0.06667rem;
  }

  .project ul li .realistic .present a .iconfont {
    font-size: 0.4rem;
  }

  .project ul li .realistic .present a strong {
    font-size: 0.29333rem;
  }

  .project ul li .rivalry .entrant {
    gap: 0.13333rem;
    font-size: 0.30667rem;
  }

  .project ul li .rivalry .entrant img {
    width: 0.56rem;
  }

  .project ul li .condition .tidings {
    place-self: center start;
  }

  .project ul li .condition .tidings a {
    gap: 0.06667rem;
  }

  .project ul li .condition .tidings a .iconfont {
    font-size: 0.37333rem;
  }

  .project ul li .condition .tidings a strong {
    font-size: 0.26667rem;
  }

  .project ul li .condition .actuality .among {
    --gap: 0.08rem;
    gap: 0.08rem;
  }

  .project ul li .condition .actuality .among span {
    width: 0.08rem;
    height: 0.50667rem;
  }

  .project ul li .condition .actuality .icon-bianzu {
    font-size: 0.56rem;
  }

  .project ul li .condition .actuality .loading {
    border-width: 0.05333rem;
    width: 0.46667rem;
    height: 0.46667rem;
  }
}

@keyframes scale {

  0%,
  40%,
  100% {
    transform: scaleY(0.05);
  }

  20% {
    transform: scaleY(1);
  }
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 视频样式 */
.cinema {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  border-radius: 3px;
}

.cinema .panel {
  position: relative;
  width: 100%;
  height: 178px;
  overflow: hidden;
}

.cinema .panel .publish {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.cinema .panel span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 15px;
  background: #000;
  color: #eff923;
  font-weight: bold;
}

.cinema .panel .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.cinema .textarea {
  width: 100%;
  height: 115px;
  padding: 10px 10px 15px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cinema .textarea p {
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.cinema:hover .panel .publish {
  transform: scale(1.1);
}

.cinema:hover .textarea {
  background: #eff923;
}

@media screen and (max-width: 768px) {
  .cinema {
    border-radius: 0.04rem;
  }

  .cinema .panel {
    height: 2.66667rem;
  }

  .cinema .panel span {
    padding: 0.10667rem 0.2rem;
    font-size: 0.24rem;
  }

  .cinema .panel .play {
    width: 0.93333rem;
    height: 0.93333rem;
  }

  .cinema .textarea {
    height: 1.66667rem;
    padding: 0.13333rem 0.13333rem 0.2rem;
  }

  .cinema .textarea p {
    font-size: 0.29333rem;
  }
}

/* 新闻样式 */
.newsItself {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.newsItself li {
  transition: transform 0.3s ease;
}

.newsItself li a {
  width: 100%;
  height: 210px;
  display: flex;
}

.newsItself li .surface {
  position: relative;
  height: 100%;
}

.newsItself li .surface img {
  width: 100%;
  height: 100%;
}

.newsItself li .surface span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px;
  background: #000;
  color: #eff923;
}

.newsItself li .narrative {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f2f2f2;
}

.newsItself li .narrative .subhead {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsItself li .narrative .subhead strong {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newsItself li .narrative .subhead p {
  line-height: 23px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.newsItself li:hover {
  transform: scale(1.01);
}

.newsItself li:hover .narrative {
  background: #000;
}

.newsItself li:hover .narrative .subhead strong,
.newsItself li:hover .narrative .subhead p {
  color: #eff923;
}

.newsItself li:hover .narrative .sector .popular strong,
.newsItself li:hover .narrative .sector .create time {
  color: #eff923;
}

@media screen and (max-width: 768px) {
  .newsItself {
    gap: 0.26667rem;
  }

  .newsItself li a {
    height: 2.8rem;
  }

  .newsItself li .surface {
    width: 4.4rem;
  }

  .newsItself li .surface span {
    padding: 0.10667rem 0.13333rem;
    font-size: 0.24rem;
  }

  .newsItself li .narrative {
    padding: 0.13333rem 0.2rem;
  }

  .newsItself li .narrative .subhead {
    gap: 0.13333rem;
  }

  .newsItself li .narrative .subhead strong {
    font-size: 0.30667rem;
  }

  .newsItself li .narrative .subhead p {
    line-height: 0.30667rem;
    font-size: 0.29333rem;
  }
}

/* 热度 和 创建时间 */
.sector {
  display: flex;
  justify-content: space-between;
}

.sector .create,
.sector .popular {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sector .create .iconfont,
.sector .popular .iconfont {
  font-size: 22px;
  color: #ff8b00;
}

.sector .create time,
.sector .create strong,
.sector .popular time,
.sector .popular strong {
  font-weight: bold;
  color: #909090;
}

@media screen and (max-width: 768px) {

  .sector .create,
  .sector .popular {
    gap: 0.10667rem;
  }

  .sector .create .iconfont,
  .sector .popular .iconfont {
    font-size: 0.32rem;
  }

  .sector .create time,
  .sector .create strong,
  .sector .popular time,
  .sector .popular strong {
    font-size: 0.29333rem;
  }
}

/* 面包屑 */
.breadcrumb {
  margin-bottom: 10px;
}

.breadcrumb ol {
  display: flex;
}

.breadcrumb ol li::after {
  content: ">";
  margin: 0 5px;
}

.breadcrumb ol li:last-child::after {
  content: "";
}

.breadcrumb ol li a {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 0.13333rem;
  }

  .breadcrumb ol li::after {
    margin: 0 0.06667rem;
  }

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

/* 分页器 */
.pager {
  width: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
}

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

.pager .pagination li {
  width: auto;
  height: auto;
  padding: 3px 10px;
  border-radius: 5px;
  border: 2px solid rgba(204, 204, 204, 0.5);
}

.pager .pagination li:hover {
  background: #eff923;
}

.pager .pagination li:hover a {
  color: #000002;
}

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

.pager .pagination .active {
  background: #eff923;
}

.pager .pagination .active span {
  color: #000002;
}

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

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

.pager .pagination .disabled span.iconfont {
  font-size: 10px;
}

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

@media screen and (max-width: 768px) {
  .pager {
    padding: 0.26667rem;
    margin-top: 0.26667rem;
  }

  .pager .pagination {
    gap: 0.13333rem;
  }

  .pager .pagination li {
    padding: 0.06667rem 0.13333rem;
    border-radius: 0.06667rem;
    border-width: 0.04rem;
  }

  .pager .pagination li.Jump {
    display: none;
  }

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

/* 热门推荐盒子 */
.supreme {
  width: 100%;
  height: fit-content;
}

.supreme .inboard {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  display: flex;
  gap: 20px;
}

.supreme .inboard .kernel {
  flex: 1;
  width: 0;
  overflow: hidden;
}

.supreme .inboard .irrelevant {
  width: 30%;
  height: fit-content;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.supreme .inboard .irrelevant .makings {
  width: 100%;
  height: fit-content;
  background: #f2f2f2;
  padding: 10px 10px 20px;
  box-sizing: border-box;
}

.supreme .inboard .irrelevant .makings .partial {
  width: 100%;
}

.supreme .inboard .irrelevant .makings .partial ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.supreme .inboard .irrelevant .makings .partial ul li a {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.supreme .inboard .irrelevant .makings .partial ul li a p {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.supreme .inboard .irrelevant .makings .shelter ul {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}

.supreme .inboard .irrelevant .makings .shelter .exterior {
  height: 135px;
}

.supreme .inboard .irrelevant .makings .shelter .exterior .appear {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .supreme .inboard {
    flex-direction: column;
    gap: 0.26667rem;
  }

  .supreme .inboard .irrelevant,
  .supreme .inboard .kernel {
    width: 100%;
  }

  .supreme .inboard .irrelevant {
    gap: 0.26667rem;
  }

  .supreme .inboard .irrelevant .makings {
    padding: 0.26667rem 0.13333rem 0.26667rem;
  }

  .supreme .inboard .irrelevant .makings .partial ul {
    gap: 0.13333rem;
  }

  .supreme .inboard .irrelevant .makings .partial ul li a {
    gap: 0.2rem;
  }

  .supreme .inboard .irrelevant .makings .partial ul li a p {
    font-size: 0.32rem;
  }

  .supreme .inboard .irrelevant .makings .shelter ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.13333rem;
  }

  .supreme .inboard .irrelevant .makings .shelter .exterior {
    height: 2.4rem;
  }
}

/* 小标题 */
.crosshead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.crosshead .point {
  display: flex;
  gap: 3px;
  align-items: center;
}

.crosshead .point .iconfont {
  font-size: 28px;
  color: #ff8b00;
}

.crosshead .point strong {
  font-size: 16px;
  font-weight: bold;
}

.crosshead .more a {
  display: flex;
  align-items: center;
}

.crosshead .more a strong {
  font-weight: bold;
}

.crosshead .more a .iconfont {
  font-size: 8px;
}

@media screen and (max-width: 768px) {
  .crosshead {
    margin-bottom: 0.2rem;
  }

  .crosshead .point {
    gap: 0.10667rem;
  }

  .crosshead .point .iconfont {
    font-size: 0.50667rem;
  }

  .crosshead .point strong {
    font-size: 0.34667rem;
  }

  .crosshead .more a strong {
    font-size: 0.32rem;
  }

  .crosshead .more a .iconfont {
    font-size: 0.16rem;
  }
}

/* 推荐视频 */
.rawStuff {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

.rawStuff a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rawStuff .exterior {
  position: relative;
  width: 100%;
}

.rawStuff .exterior .appear {
  width: 100%;
}

.rawStuff .exterior time {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-weight: bold;
}

.rawStuff .exterior time.skillful {
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
}

.rawStuff .exterior .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.rawStuff p {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 768px) {
  .rawStuff a {
    gap: 0.13333rem;
  }

  .rawStuff .exterior .appear {
    top: 0.13333rem;
    left: 0.13333rem;
    font-size: 0.32rem;
  }

  .rawStuff .exterior .appear.skillful {
    bottom: 0.13333rem;
    right: 0.13333rem;
  }

  .rawStuff .exterior .play {
    width: 1rem;
    height: 1rem;
  }

  .rawStuff p {
    font-size: 0.32rem;
  }
}

@media screen and (max-width: 768px) {
  .home_main {
    padding-top: 1.6rem;
  }
}

.communal {
  padding: 50px 0 80px;
  box-sizing: border-box;
}

.communal.home_events {
  position: relative;
  width: 100%;
  background: url(../public/image/header.webp) no-repeat;
  background-position: top;
  background-size: 100%;
  padding-top: 240px;
}

@media screen and (max-width: 768px) {
  .communal.home_events {
    padding-top: 3.2rem;
  }
}

.communal.material {
  background: url(../public/image/video_home_bg.png) #0f0d10 no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1000px) {
  .communal {
    padding: 50px 10px 80px;
  }
}

@media screen and (max-width: 768px) {
  .communal {
    padding: 0.66667rem 0.13333rem 1.06667rem;
  }

  .communal.home_events {
    transform: translateY(-r(180));
  }
}

/* 大头标题 */
.heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 45px;
  align-items: center;
  margin-bottom: 30px;
}

.heading strong {
  font-size: 36px;
  font-weight: bold;
  color: #0d1000;
}

.heading .leftLine,
.heading .rightLine {
  position: relative;
  height: 1px;
  background: #363907;
}

.heading .leftLine::after,
.heading .rightLine::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 0px;
  width: 12px;
  height: 15px;
  background: #363907;
  transform: skewX(45deg);
}

.heading .rightLine::after {
  right: auto;
  left: -8px;
  transform: skewX(-45deg);
}

.heading.subtitle strong {
  color: #fff;
}

.heading.subtitle .leftLine,
.heading.subtitle .rightLine {
  background: #fff;
}

.heading.subtitle .leftLine::after,
.heading.subtitle .rightLine::after {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .heading {
    gap: 0.6rem;
    margin-bottom: 0.4rem;
  }

  .heading strong {
    font-size: 0.50667rem;
  }

  .heading .leftLine::after,
  .heading .rightLine::after {
    right: -r(8);
    width: 0.16rem;
    height: 0.2rem;
  }

  .heading .rightLine::after {
    left: -r(8);
  }
}

/* 视频推荐 */
.external ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .external ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.26667rem;
  }
}

/* 热门球队 */
.combine {
  width: 100%;
  height: fit-content;
}

.combine ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.combine ul li {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background: #f2f2f2;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.combine ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.combine ul li a img {
  height: 110px;
}

.combine ul li a strong {
  width: 110px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

.combine ul li:hover {
  transform: translateY(-4px) scale(1.02);
  background: #eff923;
}

@media screen and (max-width: 768px) {
  .combine ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.26667rem;
  }

  .combine ul li a {
    gap: 0.13333rem;
  }

  .combine ul li a img {
    height: 1.73333rem;
  }

  .combine ul li a strong {
    width: 1.73333rem;
    font-size: 0.30667rem;
  }
}

/* 新闻样式 */
.newsOffer .surface {
  width: 410px;
}

.course {
  padding: 148px 0px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .course {
    padding: 148px 10px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .course {
    padding: 2.43333rem 0.13333rem;
    padding-bottom: 0.53333rem;
  }
}

/* 体育视频 */
.purveyor {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.purveyor .cinema .textarea {
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .purveyor {
    gap: 0.26667rem;
  }
}

/* 体育新闻 */
.newsWhole .surface {
  width: 340px;
}

/* 赛事赛程 */
.compete {
  width: 100%;
  background: #f2f2f2;
  padding: 15px;
  box-sizing: border-box;
}

.compete ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.compete ul li {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background: #e6e6e6;
  padding: 15px;
  user-select: none;
}

.compete ul li .shortly a,
.compete ul li .battle strong a,
.compete ul li .battle span,
.compete ul li time {
  font-weight: bold;
}

.compete ul li:hover {
  background: #eff923;
}

@media screen and (max-width: 768px) {
  .compete {
    padding: 0.2rem;
  }

  .compete ul {
    grid-template-columns: auto;
    gap: 0.26667rem;
  }

  .compete ul li {
    padding: 0.2rem;
  }

  .compete ul li .shortly a,
  .compete ul li .battle strong a,
  .compete ul li .battle span,
  .compete ul li time {
    font-size: 0.32rem;
  }
}

/* 热门赛事 */
.fervent {
  width: 100%;
  background: #f2f2f2;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 20px;
}

.fervent .sports {
  width: 100%;
}

.fervent .sports ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fervent .sports ul li a {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fervent {
    padding: 0.2rem;
    margin-top: 0.26667rem;
  }

  .fervent .sports ul {
    gap: 0.13333rem;
  }

  .fervent .sports ul li a {
    font-size: 0.32rem;
  }
}

/* 新闻详情 */
.captions {
  width: 100%;
  padding: 15px;
  background: #f2f2f2;
}

.captions h1 {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.captions .source {
  width: 100%;
  margin: 10px 0;
}

.captions .source ol {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.captions .source ol li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.captions .source ol li::after {
  content: "|";
  color: #909090;
}

.captions .source ol li:last-child::after {
  content: "";
}

.captions .source ol li span,
.captions .source ol li time,
.captions .source ol li strong {
  color: #909090;
}

.captions .source ol li .icon-zhongbiao {
  color: #3486e9;
}

.captions .source ol li .icon-remen2 {
  color: #ee5555;
}

.captions .writing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.captions .writing p {
  text-indent: 20px;
  line-height: 25px;
  font-weight: bold;
}

.captions .writing img {
  display: block;
  width: 80%;
  height: fit-content;
  margin: 0 auto;
  border-radius: 10px;
}

.captions .adjacent {
  width: 100%;
  margin-top: 50px;
}

.captions .adjacent ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.captions .adjacent ol li {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #b1b1bc;
  border-radius: 20px;
  overflow: hidden;
}

.captions .adjacent ol li a {
  display: flex;
  gap: 5px;
}

.captions .adjacent ol li a p,
.captions .adjacent ol li a strong {
  font-weight: bold;
  color: #909090;
  white-space: nowrap;
}

.captions .adjacent ol li a p {
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .captions {
    padding: 0.2rem;
  }

  .captions h1 {
    font-size: 0.42667rem;
  }

  .captions .source {
    margin: 0.13333rem 0;
  }

  .captions .source ol {
    gap: 0.10667rem;
  }

  .captions .source ol li {
    gap: 0.10667rem;
  }

  .captions .writing {
    gap: 0.26667rem;
  }

  .captions .writing p {
    text-indent: 0.26667rem;
    line-height: 0.48rem;
  }

  .captions .writing img {
    border-radius: 0.13333rem;
  }

  .captions .adjacent {
    margin-top: 0.66667rem;
  }

  .captions .adjacent ol {
    grid-template-columns: auto;
    gap: 0.26667rem;
  }

  .captions .adjacent ol li {
    padding: 0.13333rem;
    border-radius: 0.06667rem;
  }

  .captions .adjacent ol li a {
    gap: 0.06667rem;
  }
}

/* 视频回放 */
.semblance {
  position: relative;
  width: 100%;
  height: fit-content;
}

.semblance figure {
  position: relative;
  height: 360px;
  width: 100%;
}

.semblance figure img {
  width: 100%;
  height: 100%;
}

.semblance figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.semblance time {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.semblance time.precise {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 45px;
}

.semblance::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: url(../public/image/play.png) no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .semblance figure {
    height: 4.8rem;
  }

  .semblance figure figcaption {
    padding: 0.13333rem 0.2rem;
    font-size: 0.32rem;
  }

  .semblance time {
    top: 0.13333rem;
    left: 0.13333rem;
    font-size: 0.34667rem;
  }

  .semblance time.precise {
    right: 0.13333rem;
    bottom: 0.73333rem;
  }

  .semblance::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* 视频说明 */
.unrelated {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.unrelated .record,
.unrelated .athletics {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.unrelated .record {
  line-height: 23px;
}

@media screen and (max-width: 768px) {
  .unrelated {
    margin-top: 0.13333rem;
    gap: 0.13333rem;
    font-size: 0.32rem;
  }

  .unrelated .record,
  .unrelated .athletics {
    gap: 0.13333rem;
  }

  .unrelated .record {
    line-height: 0.48rem;
  }
}

/* 相关视频 */
.correlation {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #f2f2f2;
  margin-top: 20px;
}

.correlation .process ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.correlation .process .rawStuff .exterior {
  height: 170px;
}

.correlation .process .rawStuff .exterior .appear {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .correlation {
    padding: 0.2rem;
    margin-top: 0.26667rem;
  }

  .correlation .process ul {
    gap: 0.26667rem;
  }

  .correlation .process .rawStuff .exterior {
    height: 3.06667rem;
  }
}

/* 赛事 直播说明 */
.segment {
  text-indent: 20px;
  line-height: 23px;
}

@media screen and (max-width: 768px) {
  .segment {
    text-indent: 0.26667rem;
    line-height: 0.61333rem;
    font-size: 0.32rem;
  }
}

/* 赛事 封面 */
.outward {
  position: relative;
  width: 100%;
  height: 380px;
  background: url(../public/image/match_lanqiu_bg.png) no-repeat;
  background-size: 100% 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  place-items: center;
  margin-top: 10px;
}

.outward.opposite {
  background: url(../public/image/match_zuqiu_bg.png) no-repeat;
  background-size: 100% 100%;
}

.outward .contestant {
  width: 100%;
  overflow: hidden;
}

.outward .contestant figure {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.outward .contestant figure img {
  height: 120px;
}

.outward .contestant figure figcaption {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

.outward .actual {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  user-select: none;
}

.outward .actual a,
.outward .actual time {
  font-size: 16px;
}

.outward .actual strong {
  font-size: 28px;
}

.outward .actual time,
.outward .actual strong,
.outward .actual a {
  color: #fff;
  font-weight: bold;
}

.outward .signal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  white-space: nowrap;
}

.outward .signal a,
.outward .signal strong {
  color: #fff;
}

.outward .signal a {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  .outward {
    height: 6.4rem;
    margin-top: 0.13333rem;
  }

  .outward .contestant figure {
    gap: 0.13333rem;
  }

  .outward .contestant figure img {
    height: 2.13333rem;
  }

  .outward .contestant figure figcaption {
    padding: 0 0.26667rem;
    font-size: 0.34667rem;
  }

  .outward .actual {
    gap: 0.13333rem;
  }

  .outward .actual a,
  .outward .actual time {
    font-size: 0.34667rem;
  }

  .outward .actual strong {
    font-size: 0.42667rem;
  }

  .outward .signal {
    padding: 0.13333rem;
    font-size: 0.32rem;
  }
}

/* 赛事 情报 导航 */
.explicit {
  background: #f2f2f2;
  padding: 15px;
  margin-top: 20px;
}

.explicit .guide {
  width: 100%;
}

.explicit .guide ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.explicit .guide ul li {
  font-weight: bold;
  white-space: nowrap;
  box-sizing: border-box;
}

.explicit .guide ul li a {
  font-size: 16px;
  display: inline-block;
  padding: 8px 20px;
}

.explicit .guide ul li.active,
.explicit .guide ul li:hover {
  background: #000;
}

.explicit .guide ul li.active a,
.explicit .guide ul li:hover a {
  color: #eff923;
}

@media screen and (max-width: 768px) {
  .explicit {
    padding: 0.2rem;
    margin-top: 0.26667rem;
  }

  .explicit .guide ul {
    justify-content: space-between;
    gap: 0rem;
  }

  .explicit .guide ul li a {
    padding: 0.18667rem 0.34667rem;
    font-size: 0.32rem;
  }
}

/* 信息情报 */
.mainArea {
  margin-top: 30px;
  /* 情报 */
  /* 历史战绩 */
}

@media screen and (max-width: 768px) {
  .mainArea {
    margin-top: 0.26667rem;
  }
}

.mainArea .statement {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mainArea .statement .sponsor {
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.mainArea .statement .sponsor ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.mainArea .statement .sponsor ul li {
  animation: contract 2s ease-out infinite;
}

.mainArea .statement .sponsor ul li a {
  color: #ff8b00;
  font-weight: bold;
}

.mainArea .statement p {
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .mainArea .statement {
    gap: 0.13333rem;
  }

  .mainArea .statement .sponsor ul {
    gap: 0.2rem;
  }

  .mainArea .statement .sponsor ul li a {
    font-size: 0.26667rem;
  }

  .mainArea .statement p {
    line-height: 0.50667rem;
    font-size: 0.32rem;
  }
}

.mainArea .substance .episode {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mainArea .substance .episode .aspect {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mainArea .substance .episode .aspect .disparity {
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}

.mainArea .substance .episode .aspect .disparity.vantage {
  --title-color: #ff0000;
  --content-bg: #f9b5b5;
}

.mainArea .substance .episode .aspect .disparity.unlucky {
  --title-color: #646466;
  --content-bg: #c9c9c9;
}

.mainArea .substance .episode .aspect .disparity.neutral {
  --title-color: #37c8e7;
  --content-bg: #acedfb;
}

.mainArea .substance .episode .aspect .disparity ol {
  position: relative;
  width: 100%;
  height: fit-content;
  padding-left: 15px;
  box-sizing: border-box;
}

.mainArea .substance .episode .aspect .disparity ol::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #eee;
}

.mainArea .substance .episode .aspect .disparity ol li {
  position: relative;
  width: 100%;
  height: fit-content;
  padding: 8px;
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 20px;
  background-color: var(--content-bg);
  letter-spacing: 2px;
}

.mainArea .substance .episode .aspect .disparity ol li:first-child {
  font-size: 14px;
  margin-bottom: 18px;
  color: var(--title-color);
  background: none;
  padding: 5px 0;
}

.mainArea .substance .episode .aspect .disparity ol li:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 4px;
  height: 100%;
  background-color: var(--content-bg);
  z-index: 1;
}

.mainArea .substance .episode .aspect .disparity ol li:last-child {
  margin-bottom: 0;
}

.mainArea .substance .episode .aspect .disparity ol li.tidings-level-1 {
  color: #fb2828;
}

.mainArea .substance .episode .aspect .disparity ol li.tidings-level-2 {
  color: #edd579;
}

.mainArea .substance .episode .aspect .disparity ol li.tidings-level-3 {
  color: #4b8bc1;
}

.mainArea .substance .episode .aspect .disparity ol li.tidings-level-4 {
  color: #71a172;
}

.mainArea .substance .episode .aspect .disparity ol li.tidings-level-5 {
  color: #b863dc;
}

.mainArea .substance .episode .aspect .disparity ol li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 4px;
  height: 4px;
  background-color: var(--content-bg);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mainArea .substance .episode {
    grid-template-columns: auto;
    gap: 0.13333rem;
  }

  .mainArea .substance .episode .aspect {
    gap: 0.13333rem;
  }

  .mainArea .substance .episode .aspect .disparity {
    padding: 0.13333rem;
  }

  .mainArea .substance .episode .aspect .disparity ol {
    padding-left: 0.2rem;
  }

  .mainArea .substance .episode .aspect .disparity ol::after {
    width: 0.08rem;
  }

  .mainArea .substance .episode .aspect .disparity ol li {
    padding: 0.10667rem;
    margin-bottom: 0.26667rem;
    letter-spacing: 0.02667rem;
    font-size: 0.32rem;
  }

  .mainArea .substance .episode .aspect .disparity ol li:first-child {
    font-size: 0.34667rem;
    margin-bottom: 0.24rem;
    padding: 0.06667rem 0;
  }

  .mainArea .substance .episode .aspect .disparity ol li:first-child::after {
    left: -0.2rem;
    width: 0.08rem;
  }

  .mainArea .substance .episode .aspect .disparity ol li::after {
    left: -0.2rem;
    width: 0.08rem;
    height: 0.08rem;
  }
}

.mainArea .group {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.mainArea .group .team {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.mainArea .group .team img {
  height: 80px;
}

.mainArea .group .team figcaption {
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .mainArea .group {
    margin-bottom: 0.26667rem;
  }

  .mainArea .group .team {
    gap: 0.13333rem;
  }

  .mainArea .group .team img {
    height: 1.6rem;
  }

  .mainArea .group .team figcaption {
    font-size: 0.32rem;
  }
}

.mainArea .warRecord .layering .rubric {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
  border-left: 4px solid #000002;
}

.mainArea .warRecord .layering .chronicle {
  width: 100%;
}

.mainArea .warRecord .layering .chronicle ul {
  width: 100%;
  height: fit-content;
  border: 1px solid #000002;
}

.mainArea .warRecord .layering .chronicle ul li {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  align-items: center;
  padding: 15px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #000002;
}

.mainArea .warRecord .layering .chronicle ul li:last-child {
  border-bottom: none;
}

.mainArea .warRecord .layering .chronicle ul li:first-child {
  background: #000002;
  border: none;
}

.mainArea .warRecord .layering .chronicle ul li:first-child strong {
  color: #eff923;
  font-weight: bold;
  white-space: nowrap;
}

.mainArea .warRecord .layering .chronicle ul li .coalition {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mainArea .warRecord .layering .chronicle ul li .coalition a,
.mainArea .warRecord .layering .chronicle ul li .coalition time {
  font-weight: bold;
}

.mainArea .warRecord .layering .chronicle ul li .rodeo {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  place-items: center;
  overflow: hidden;
}

.mainArea .warRecord .layering .chronicle ul li .rodeo .federation {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mainArea .warRecord .layering .chronicle ul li .rodeo .federation img {
  width: 25px;
}

.mainArea .warRecord .layering .chronicle ul li .rodeo .federation figcaption {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mainArea .warRecord .layering .chronicle ul li .rodeo a {
  width: 100%;
  overflow: hidden;
}

.mainArea .warRecord .layering .chronicle ul li .rodeo a:first-child figcaption {
  text-align: right;
}

.mainArea .warRecord .layering .chronicle ul li .rodeo a,
.mainArea .warRecord .layering .chronicle ul li .rodeo span {
  font-weight: bold;
  white-space: nowrap;
}

.mainArea .warRecord .layering .chronicle ul li .reflog {
  place-self: center end;
  font-weight: bold;
  white-space: nowrap;
}

.mainArea .warRecord .layering .counter .individual {
  width: 100%;
  height: fit-content;
  margin-bottom: 15px;
}

.mainArea .warRecord .layering .counter .individual ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
}

.mainArea .warRecord .layering .counter .individual ul li a {
  display: block;
  padding: 8px 20px;
  font-weight: bold;
}

.mainArea .warRecord .layering .counter .individual ul li:hover,
.mainArea .warRecord .layering .counter .individual ul li.active {
  background: #000002;
}

.mainArea .warRecord .layering .counter .individual ul li:hover a,
.mainArea .warRecord .layering .counter .individual ul li.active a {
  color: #eff923;
}

@media screen and (max-width: 768px) {
  .mainArea .warRecord .layering .rubric {
    padding: 0 0.06667rem;
    font-size: 0.34667rem;
    margin: 0.2rem 0;
    border-left: 0.08rem solid #000002;
  }

  .mainArea .warRecord .layering .chronicle ul li {
    padding: 0.2rem 0.26667rem;
    grid-template-columns: auto;
    gap: 0.06667rem;
  }

  .mainArea .warRecord .layering .chronicle ul li:first-child {
    grid-template-columns: 2fr 3fr 1fr;
  }

  .mainArea .warRecord .layering .chronicle ul li:first-child strong {
    font-size: 0.32rem;
  }

  .mainArea .warRecord .layering .chronicle ul li .coalition a,
  .mainArea .warRecord .layering .chronicle ul li .coalition time {
    place-self: center;
  }

  .mainArea .warRecord .layering .chronicle ul li a.reflog {
    place-self: center;
  }

  .mainArea .warRecord .layering .counter .individual {
    margin-bottom: 0.2rem;
  }

  .mainArea .warRecord .layering .counter .individual ul {
    gap: 0.4rem;
  }

  .mainArea .warRecord .layering .counter .individual ul li a {
    padding: 0.10667rem 0.26667rem;
  }
}

@keyframes contract {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(5%) scale(1.08);
  }
}

/* 赛事日程 */
.schedule-columnn {
  width: 100%;
  height: fit-content;
  margin-bottom: 20px;
}

.schedule-columnn ul {
  width: 100%;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.schedule-columnn ul li {
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.5);
}

.schedule-columnn ul li a {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.schedule-columnn ul li strong {
  font-size: 16px;
  font-weight: bold;
}

.schedule-columnn ul li img {
  height: 28px;
  width: 28px;
}

.schedule-columnn ul li.active,
.schedule-columnn ul li:hover {
  background: #000002;
}

.schedule-columnn ul li.active a,
.schedule-columnn ul li:hover a {
  color: #eff923;
}

@media screen and (max-width: 768px) {
  .schedule-columnn {
    margin-bottom: 0.26667rem;
  }

  .schedule-columnn ul {
    gap: 0.06667rem;
  }

  .schedule-columnn ul li a {
    padding: 0.26667rem 0;
    gap: 0.13333rem;
  }

  .schedule-columnn ul li strong {
    font-size: 0.37333rem;
  }

  .schedule-columnn ul li img {
    height: 0.37333rem;
    width: 0.37333rem;
  }
}

.schedule-nav {
  width: 100%;
  overflow: auto;
  margin-bottom: 15px;
}

.schedule-nav ul {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
}

.schedule-nav ul li {
  border: 1px solid rgba(204, 204, 204, 0.5);
}

.schedule-nav ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  padding: 10px 40px;
  gap: 3px;
}

.schedule-nav ul li span {
  font-size: 14px;
  font-weight: bold;
}

.schedule-nav ul li.active,
.schedule-nav ul li:hover {
  background: #000002;
}

.schedule-nav ul li.active a,
.schedule-nav ul li:hover a {
  color: #eff923;
}

@media screen and (max-width: 1000px) {
  .schedule-nav ul li {
    margin-right: 10px;
  }

  .schedule-nav ul li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .schedule-nav {
    margin-bottom: 0.26667rem;
  }

  .schedule-nav ul li {
    margin-right: 0.2rem;
  }

  .schedule-nav ul li:last-child {
    margin-right: 0;
  }

  .schedule-nav ul li a {
    padding: 0.13333rem 0.53333rem;
    gap: 0.04rem;
  }

  .schedule-nav ul li time,
  .schedule-nav ul li span {
    font-size: 0.32rem;
  }
}

/* 球员信息 */
.player {
  /* 主题颜色 */
  --theme-color: #f2f2f2;
  --theme-deputy-color: rgba(204, 204, 204, 0.5);
  --team-color: #000002;
  --active-color: #eff923;
  /* 主题颜色 */
  width: 100%;
  height: fit-content;
}

.player-inner {
  width: 100%;
  height: fit-content;
  margin-bottom: 15px;
  display: flex;
  gap: 1px;
}

.player-inner .team-sign {
  width: 240px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--theme-color);
  overflow: hidden;
}

.player-inner .team-sign img {
  height: 75px;
}

.player-inner .team-sign figcaption {
  width: 115px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: var(--team-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.player-inner .team-overview {
  flex: 1;
  width: 0;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--theme-color);
}

.player-inner .team-overview .team-mete {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.player-inner .team-overview .team-mete li {
  display: flex;
  gap: 5px;
}

.player-inner .team-overview .team-mete li strong {
  font-weight: bold;
}

.player-inner .team-overview .team-mete li a {
  color: #4e5a63;
}

.player-inner .team-overview .team-bio {
  display: flex;
  gap: 5px;
}

.player-inner .team-overview .team-bio strong {
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .player-inner {
    margin-bottom: 0.2rem;
    flex-wrap: wrap;
  }

  .player-inner .team-sign {
    width: 100%;
    padding: 0.26667rem 0;
    gap: 0.13333rem;
  }

  .player-inner .team-sign img {
    height: 2rem;
  }

  .player-inner .team-sign figcaption {
    width: 2.66667rem;
    font-size: 0.34667rem;
  }

  .player-inner .team-overview {
    width: 100%;
    padding: 0.2rem 0.13333rem 0.4rem;
  }

  .player-inner .team-overview .team-mete {
    gap: 0.26667rem;
    margin-bottom: 0.2rem;
  }

  .player-inner .team-overview .team-mete li {
    gap: 0.13333rem;
  }

  .player-inner .team-overview .team-mete li span,
  .player-inner .team-overview .team-mete li strong {
    font-size: 0.32rem;
  }

  .player-inner .team-overview .team-bio {
    gap: 0.13333rem;
  }

  .player-inner .team-overview .team-bio span,
  .player-inner .team-overview .team-bio strong {
    font-size: 0.32rem;
  }
}

.player-sidebar {
  width: 100%;
  height: fit-content;
}

.player-sidebar .player-nav {
  width: 100%;
  height: fit-content;
  margin-bottom: 10px;
}

.player-sidebar .player-nav ul {
  width: 100%;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.player-sidebar .player-nav li {
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--theme-deputy-color);
  background-color: var(--theme-color);
}

.player-sidebar .player-nav li span {
  font-weight: bold;
  font-size: 16px;
}

.player-sidebar .player-nav li.active,
.player-sidebar .player-nav li:hover {
  background: var(--team-color);
  color: var(--active-color);
}

.player-sidebar .player-list {
  width: 100%;
  height: fit-content;
}

.player-sidebar .player-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.player-sidebar .player-list li {
  width: 100%;
  height: fit-content;
  display: flex;
}

.player-sidebar .player-list li:last-child {
  margin-bottom: 0;
}

.player-sidebar .player-list li .player-card {
  position: relative;
  width: 280px;
  background: var(--theme-deputy-color);
}

.player-sidebar .player-list li .player-card .player-position {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #fff;
  color: var(--team-color);
  font-weight: bold;
}

.player-sidebar .player-list li .player-card .player-avatar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  width: 100%;
}

.player-sidebar .player-list li .player-card .player-avatar img {
  height: 88px;
  border-radius: 50%;
}

.player-sidebar .player-list li .player-card .player-avatar figcaption {
  font-weight: bold;
  color: var(--team-color);
  font-size: 13px;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.player-sidebar .player-list li .player-info {
  flex: 1;
  width: 0;
  padding: 20px;
  background: var(--theme-color);
}

.player-sidebar .player-list li .player-info .player-mete {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px 0;
}

.player-sidebar .player-list li .player-info .player-mete li {
  display: flex;
  gap: 5px;
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.player-sidebar .player-list li .player-info .player-mete li strong {
  font-weight: bold;
}

.player-sidebar .player-list li .player-info .player-mete li span {
  text-overflow: ellipsis;
  overflow: hidden;
}

.player-sidebar .player-list li .player-info .player-bio {
  margin-top: 15px;
  display: flex;
  gap: 5px;
}

.player-sidebar .player-list li .player-info .player-bio strong {
  font-weight: bold;
  white-space: nowrap;
}

.player-sidebar .player-list li .player-info .player-bio .honor {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.player-sidebar .player-list li .player-info .player-bio .honor .honorItem {
  position: relative;
  width: 130px;
  border: 1px solid var(--team-color);
  padding: 15px;
  box-sizing: border-box;
}

.player-sidebar .player-list li .player-info .player-bio .honor .honorItem figure {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.player-sidebar .player-list li .player-info .player-bio .honor .honorItem figure img {
  width: 30px;
}

.player-sidebar .player-list li .player-info .player-bio .honor .honorItem figure figcaption {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.player-sidebar .player-list li .player-info .player-bio .honor .honorItem .levitated {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: #ee4a4a;
  color: #fff;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .player-sidebar .player-nav {
    margin-bottom: 0.13333rem;
  }

  .player-sidebar .player-nav ul {
    gap: 0.06667rem;
  }

  .player-sidebar .player-nav li {
    padding: 0.26667rem 0;
  }

  .player-sidebar .player-nav li span {
    font-size: 0.32rem;
  }

  .player-sidebar .player-list ul {
    gap: 0.13333rem;
  }

  .player-sidebar .player-list li {
    flex-wrap: wrap;
  }

  .player-sidebar .player-list li .player-card {
    width: 100%;
    padding: 0.26667rem 0;
    box-sizing: border-box;
  }

  .player-sidebar .player-list li .player-card .player-position {
    width: 0.53333rem;
    height: 0.46667rem;
    line-height: 0.46667rem;
  }

  .player-sidebar .player-list li .player-card .player-avatar {
    gap: 0.13333rem;
  }

  .player-sidebar .player-list li .player-card .player-avatar img {
    height: 1.70667rem;
  }

  .player-sidebar .player-list li .player-card .player-avatar figcaption {
    width: 2.4rem;
    font-size: 0.32rem;
  }

  .player-sidebar .player-list li .player-info {
    padding: 0.2rem 0.2rem 0.26667rem;
  }

  .player-sidebar .player-list li .player-info .player-mete {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem 0;
  }

  .player-sidebar .player-list li .player-info .player-mete li {
    gap: 0.06667rem;
  }

  .player-sidebar .player-list li .player-info .player-mete li strong,
  .player-sidebar .player-list li .player-info .player-mete li span {
    font-size: 0.32rem;
  }

  .player-sidebar .player-list li .player-info .player-bio {
    margin-top: 0.2rem;
    gap: 0.13333rem;
  }

  .player-sidebar .player-list li .player-info .player-bio strong {
    font-size: 0.32rem;
  }

  .player-sidebar .player-list li .player-info .player-bio .honor {
    gap: 0.13333rem;
  }

  .player-sidebar .player-list li .player-info .player-bio .honor .honorItem {
    width: 3.06667rem;
    padding: 0.2rem;
  }

  .player-sidebar .player-list li .player-info .player-bio .honor .honorItem figure {
    gap: 0.04rem;
  }

  .player-sidebar .player-list li .player-info .player-bio .honor .honorItem figure img {
    width: 0.8rem;
  }

  .player-sidebar .player-list li .player-info .player-bio .honor .honorItem figure figcaption {
    font-size: 0.32rem;
  }

  .player-sidebar .player-list li .player-info .player-bio .honor .honorItem .levitated {
    top: 0.08rem;
    right: 0.10667rem;
    width: 0.42667rem;
    height: 0.42667rem;
    line-height: 0.42667rem;
    font-size: 0.32rem;
  }
}

.occlusion {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 98;
}

.occlusion .interact {
  width: fit-content;
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.occlusion .interact::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #fff;
}

.occlusion .interact ul {
  padding: 10px 15px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.06667rem;
  max-height: 4rem;
  overflow-y: auto;
}

.occlusion .interact ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.occlusion .interact ul li .iconfont {
  font-size: 0.42667rem;
}

.occlusion .interact ul li strong {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.32rem;
  text-align: center;
  padding: 0 0.10667rem;
  box-sizing: border-box;
}

.occlusion .interact .closure {
  text-align: center;
}

.occlusion .interact .closure .iconfont {
  font-size: 0.56rem;
  cursor: pointer;
}